comparison help/help_mp-en.h @ 18006:ce1a5b200c39

Minor spelling and grammar fixes for part 1 of Otvos Attila's "printf2mp_msg" changes.
author corey
date Fri, 31 Mar 2006 05:49:05 +0000
parents bcd805923554
children d2c04fecc5f1
comparison
equal deleted inserted replaced
18005:1aed2b2c2983 18006:ce1a5b200c39
1446 #define MSGTR_LIBMENU_MenuInitFailed "[MENU] Menu '%s': init failed\n" 1446 #define MSGTR_LIBMENU_MenuInitFailed "[MENU] Menu '%s': init failed\n"
1447 #define MSGTR_LIBMENU_UnsupportedOutformat "[MENU] Unsupported output format!!!!\n" 1447 #define MSGTR_LIBMENU_UnsupportedOutformat "[MENU] Unsupported output format!!!!\n"
1448 1448
1449 // libmenu/menu_cmdlist.c 1449 // libmenu/menu_cmdlist.c
1450 #define MSGTR_LIBMENU_NoEntryFoundInTheMenuDefinition "[MENU] No entry found in the menu definition.\n" 1450 #define MSGTR_LIBMENU_NoEntryFoundInTheMenuDefinition "[MENU] No entry found in the menu definition.\n"
1451 #define MSGTR_LIBMENU_ListMenuEntryDefinitionsNeedAName "[MENU] List menu entry definitions needs a name (line %d).\n" 1451 #define MSGTR_LIBMENU_ListMenuEntryDefinitionsNeedAName "[MENU] List menu entry definitions need a name (line %d).\n"
1452 #define MSGTR_LIBMENU_ListMenuNeedAnArgument "[MENU] List menu needs an argument.\n" 1452 #define MSGTR_LIBMENU_ListMenuNeedsAnArgument "[MENU] List menu needs an argument.\n"
1453 1453
1454 // libmenu/menu_console.c 1454 // libmenu/menu_console.c
1455 #define MSGTR_LIBMENU_WaitPidError "[MENU] Waitpid error: %s.\n" 1455 #define MSGTR_LIBMENU_WaitPidError "[MENU] Waitpid error: %s.\n"
1456 #define MSGTR_LIBMENU_SelectError "[MENU] Select error.\n" 1456 #define MSGTR_LIBMENU_SelectError "[MENU] Select error.\n"
1457 #define MSGTR_LIBMENU_ReadErrorOnChilds "[MENU] Read error on child's: %s.\n" 1457 #define MSGTR_LIBMENU_ReadErrorOnChilds "[MENU] Read error on child's: %s.\n"
1458 #define MSGTR_LIBMENU_ConsoleRun "[MENU] Console run: %s ...\n" 1458 #define MSGTR_LIBMENU_ConsoleRun "[MENU] Console run: %s ...\n"
1459 #define MSGTR_LIBMENU_AChildIsAlreadyRunning "[MENU] A child is alredy running.\n" 1459 #define MSGTR_LIBMENU_AChildIsAlreadyRunning "[MENU] A child is already running.\n"
1460 #define MSGTR_LIBMENU_ForkFailed "[MENU] Fork failed !!!\n" 1460 #define MSGTR_LIBMENU_ForkFailed "[MENU] Fork failed !!!\n"
1461 #define MSGTR_LIBMENU_WriteError "[MENU] Write error.\n" 1461 #define MSGTR_LIBMENU_WriteError "[MENU] Write error.\n"
1462 1462
1463 // libmenu/menu_filesel.c 1463 // libmenu/menu_filesel.c
1464 #define MSGTR_LIBMENU_OpendirError "[MENU] Opendir error: %s.\n" 1464 #define MSGTR_LIBMENU_OpendirError "[MENU] Opendir error: %s.\n"
1469 1469
1470 // libmenu/menu_param.c 1470 // libmenu/menu_param.c
1471 #define MSGTR_LIBMENU_NoEntryFoundInTheMenuDefinition "[MENU] No entry found in the menu definition.\n" 1471 #define MSGTR_LIBMENU_NoEntryFoundInTheMenuDefinition "[MENU] No entry found in the menu definition.\n"
1472 #define MSGTR_LIBMENU_SubmenuDefinitionNeedAMenuAttribut "[MENU] Submenu definition needs a 'menu' attribute.\n" 1472 #define MSGTR_LIBMENU_SubmenuDefinitionNeedAMenuAttribut "[MENU] Submenu definition needs a 'menu' attribute.\n"
1473 #define MSGTR_LIBMENU_PrefMenuEntryDefinitionsNeed "[MENU] Pref menu entry definitions need a valid 'property' attribute (line %d).\n" 1473 #define MSGTR_LIBMENU_PrefMenuEntryDefinitionsNeed "[MENU] Pref menu entry definitions need a valid 'property' attribute (line %d).\n"
1474 #define MSGTR_LIBMENU_PrefMenuNeedAnArgument "[MENU] Pref menu needs an argument.\n" 1474 #define MSGTR_LIBMENU_PrefMenuNeedsAnArgument "[MENU] Pref menu needs an argument.\n"
1475 1475
1476 // libmenu/menu_pt.c 1476 // libmenu/menu_pt.c
1477 #define MSGTR_LIBMENU_CantfindTheTargetItem "[MENU] Can't find the target item ????\n" 1477 #define MSGTR_LIBMENU_CantfindTheTargetItem "[MENU] Can't find the target item ????\n"
1478 #define MSGTR_LIBMENU_FailedToBuildCommand "[MENU] Failed to build command: %s.\n" 1478 #define MSGTR_LIBMENU_FailedToBuildCommand "[MENU] Failed to build command: %s.\n"
1479 1479