Mercurial > mplayer.hg
changeset 18350:a25e7bd3b759
Removes duplicated entry, pointed out by Victor Farias Escobar <nk21507 at hotmail.com>
author | reynaldo |
---|---|
date | Sun, 30 Apr 2006 01:53:37 +0000 |
parents | 64d702560c24 |
children | a58f92914b71 |
files | help/help_mp-cs.h help/help_mp-de.h help/help_mp-en.h help/help_mp-es.h help/help_mp-hu.h help/help_mp-zh_CN.h |
diffstat | 6 files changed, 24 insertions(+), 12 deletions(-) [+] |
line wrap: on
line diff
--- a/help/help_mp-cs.h Sun Apr 30 00:22:56 2006 +0000 +++ b/help/help_mp-cs.h Sun Apr 30 01:53:37 2006 +0000 @@ -1429,6 +1429,10 @@ // ========================== LIBMPMENU =================================== +// common + +#define MSGTR_LIBMENU_NoEntryFoundInTheMenuDefinition "[MENU] V definici menu nebyla nalezena žádná položka.\n" + // libmenu/menu.c #define MSGTR_LIBMENU_SyntaxErrorAtLine "[MENU] Syntaktická chyba na řádku: %d\n" #define MSGTR_LIBMENU_MenuDefinitionsNeedANameAttrib "[MENU] Definice Menu vyžadují pojmenovaný atribut (řádek %d)\n" @@ -1442,7 +1446,6 @@ #define MSGTR_LIBMENU_UnsupportedOutformat "[MENU] Nepodporovaný výstupní formát!!!!\n" // libmenu/menu_cmdlist.c -#define MSGTR_LIBMENU_NoEntryFoundInTheMenuDefinition "[MENU] V definici menu nebyla nalezena žádná položka.\n" #define MSGTR_LIBMENU_ListMenuEntryDefinitionsNeedAName "[MENU] Položky typu seznam vyžadují název (řádek %d).\n" #define MSGTR_LIBMENU_ListMenuNeedsAnArgument "[MENU] Položka typu seznam vyžaduje argument.\n" @@ -1463,7 +1466,6 @@ #define MSGTR_LIBMENU_CantOpenDirectory "[MENU] Nelze otevřít adresář %s\n" // libmenu/menu_param.c -#define MSGTR_LIBMENU_NoEntryFoundInTheMenuDefinition "[MENU] V definici menu nebyla nalezena žádná položka.\n" #define MSGTR_LIBMENU_SubmenuDefinitionNeedAMenuAttribut "[MENU] Definice podmenu vyžaduje atribut 'menu'.\n" #define MSGTR_LIBMENU_PrefMenuEntryDefinitionsNeed "[MENU] Položka menu Pref vyžaduje platný atribut 'property' (řádek %d).\n" #define MSGTR_LIBMENU_PrefMenuNeedsAnArgument "[MENU] Menu Pref vyžaduje argument.\n"
--- a/help/help_mp-de.h Sun Apr 30 00:22:56 2006 +0000 +++ b/help/help_mp-de.h Sun Apr 30 01:53:37 2006 +0000 @@ -1447,6 +1447,10 @@ // ========================== LIBMPMENU =================================== +// common + +#define MSGTR_LIBMENU_NoEntryFoundInTheMenuDefinition "[MENU] Kein Eintrag in der Menüdefinition gefunden.\n" + // libmenu/menu.c #define MSGTR_LIBMENU_SyntaxErrorAtLine "[MENU] Syntaxfehler bei Zeile: %d\n" #define MSGTR_LIBMENU_MenuDefinitionsNeedANameAttrib "[MENU] Menüdefinitionen benötigen ein Namensattribut (Zeile %d)\n" @@ -1460,7 +1464,6 @@ #define MSGTR_LIBMENU_UnsupportedOutformat "[MENU] Nichtunterstütztes Ausgabeformat!!!!\n" // libmenu/menu_cmdlist.c -#define MSGTR_LIBMENU_NoEntryFoundInTheMenuDefinition "[MENU] Kein Eintrag in der Menüdefinition gefunden.\n" #define MSGTR_LIBMENU_ListMenuEntryDefinitionsNeedAName "[MENU] Definitionen für Listenmenüeinträge benötigen einen Namen (Zeile %d).\n" #define MSGTR_LIBMENU_ListMenuNeedsAnArgument "[MENU] Listenmenü benötigt einen Parameter.\n" @@ -1481,7 +1484,6 @@ #define MSGTR_LIBMENU_CantOpenDirectory "[MENU] Kann Verzeichnis %s nicht öffnen\n" // libmenu/menu_param.c -#define MSGTR_LIBMENU_NoEntryFoundInTheMenuDefinition "[MENU] Kein Eintrag in der Menüdefinition gefunden.\n" #define MSGTR_LIBMENU_SubmenuDefinitionNeedAMenuAttribut "[MENU] Definition des Untermenüs benötit ein 'menu'-Attribut.\n" #define MSGTR_LIBMENU_PrefMenuEntryDefinitionsNeed "[MENU] Definitionen für Konfigurationsmenüeinträge benötigen ein\n gültiges 'property'-Attribut (Zeile %d).\n" #define MSGTR_LIBMENU_PrefMenuNeedsAnArgument "[MENU] Konfigurationsmenü benötigt einen Parameter.\n"
--- a/help/help_mp-en.h Sun Apr 30 00:22:56 2006 +0000 +++ b/help/help_mp-en.h Sun Apr 30 01:53:37 2006 +0000 @@ -1454,6 +1454,10 @@ // ========================== LIBMPMENU =================================== +// common + +#define MSGTR_LIBMENU_NoEntryFoundInTheMenuDefinition "[MENU] No entry found in the menu definition.\n" + // libmenu/menu.c #define MSGTR_LIBMENU_SyntaxErrorAtLine "[MENU] syntax error at line: %d\n" #define MSGTR_LIBMENU_MenuDefinitionsNeedANameAttrib "[MENU] Menu definitions need a name attribute (line %d).\n" @@ -1467,7 +1471,6 @@ #define MSGTR_LIBMENU_UnsupportedOutformat "[MENU] Unsupported output format!!!!\n" // libmenu/menu_cmdlist.c -#define MSGTR_LIBMENU_NoEntryFoundInTheMenuDefinition "[MENU] No entry found in the menu definition.\n" #define MSGTR_LIBMENU_ListMenuEntryDefinitionsNeedAName "[MENU] List menu entry definitions need a name (line %d).\n" #define MSGTR_LIBMENU_ListMenuNeedsAnArgument "[MENU] List menu needs an argument.\n" @@ -1488,7 +1491,6 @@ #define MSGTR_LIBMENU_CantOpenDirectory "[MENU] Can't open directory %s.\n" // libmenu/menu_param.c -#define MSGTR_LIBMENU_NoEntryFoundInTheMenuDefinition "[MENU] No entry found in the menu definition.\n" #define MSGTR_LIBMENU_SubmenuDefinitionNeedAMenuAttribut "[MENU] Submenu definition needs a 'menu' attribute.\n" #define MSGTR_LIBMENU_PrefMenuEntryDefinitionsNeed "[MENU] Pref menu entry definitions need a valid 'property' attribute (line %d).\n" #define MSGTR_LIBMENU_PrefMenuNeedsAnArgument "[MENU] Pref menu needs an argument.\n"
--- a/help/help_mp-es.h Sun Apr 30 00:22:56 2006 +0000 +++ b/help/help_mp-es.h Sun Apr 30 01:53:37 2006 +0000 @@ -1358,6 +1358,10 @@ // ========================== LIBMPMENU =================================== +// common + +#define MSGTR_LIBMENU_NoEntryFoundInTheMenuDefinition "[MENU] Noencontre una entrada e n la definición del menú.\n" + // libmenu/menu.c #define MSGTR_LIBMENU_SyntaxErrorAtLine "[MENU] Error de sintáxis en la línea: %d\n" #define MSGTR_LIBMENU_MenuDefinitionsNeedANameAttrib "[MENU] Las definiciones de menú necesitan un nombre de atributo (linea %d)\n" @@ -1371,7 +1375,6 @@ #define MSGTR_LIBMENU_UnsupportedOutformat "[MENU] Formato de salida no-soportado!!!!\n" // libmenu/menu_cmdlist.c -#define MSGTR_LIBMENU_NoEntryFoundInTheMenuDefinition "[MENU] Noencontre una entrada e n la definición del menú.\n" #define MSGTR_LIBMENU_ListMenuEntryDefinitionsNeedAName "[MENU] Las definiciones de Lista del menu necesitan un nombre (line %d).\n" #define MSGTR_LIBMENU_ListMenuNeedsAnArgument "[MENU] El menú de lista necesita un argumento.\n" @@ -1392,7 +1395,6 @@ #define MSGTR_LIBMENU_CantOpenDirectory "[MENU] No pude abrir el directorio %s\n" // libmenu/menu_param.c -#define MSGTR_LIBMENU_NoEntryFoundInTheMenuDefinition "[MENU] No entry found in the menu definition.\n" #define MSGTR_LIBMENU_SubmenuDefinitionNeedAMenuAttribut "[MENU] Submenu definition needs a 'menu' attribute.\n" #define MSGTR_LIBMENU_PrefMenuEntryDefinitionsNeed "[MENU] Las definiciones de las entradas de 'Preferencia' en el menu necesitan un atributo 'property' válido (linea %d).\n" #define MSGTR_LIBMENU_PrefMenuNeedsAnArgument "[MENU] El menu 'Pref' necesita un argumento.\n"
--- a/help/help_mp-hu.h Sun Apr 30 00:22:56 2006 +0000 +++ b/help/help_mp-hu.h Sun Apr 30 01:53:37 2006 +0000 @@ -1454,6 +1454,10 @@ // ========================== LIBMPMENU =================================== +// common + +#define MSGTR_LIBMENU_NoEntryFoundInTheMenuDefinition "[MENU] Nem található bejegyzés a menü definícióban.\n" + // libmenu/menu.c #define MSGTR_LIBMENU_SyntaxErrorAtLine "[MENU] szintaktikai hiba ebben a sorban: %d\n" #define MSGTR_LIBMENU_MenuDefinitionsNeedANameAttrib "[MENU] A menü definíciókhoz nevesített attribútum kell (%d. sor).\n" @@ -1467,7 +1471,6 @@ #define MSGTR_LIBMENU_UnsupportedOutformat "[MENU] Nem támogatott kimeneti formátum!!!!\n" // libmenu/menu_cmdlist.c -#define MSGTR_LIBMENU_NoEntryFoundInTheMenuDefinition "[MENU] Nem található bejegyzés a menü definícióban.\n" #define MSGTR_LIBMENU_ListMenuEntryDefinitionsNeedAName "[MENU] A lista menüelemek definícióihoz kell egy név (%d. sor).\n" #define MSGTR_LIBMENU_ListMenuNeedsAnArgument "[MENU] A lista menühöz egy argumentum kell.\n" @@ -1488,7 +1491,6 @@ #define MSGTR_LIBMENU_CantOpenDirectory "[MENU] A(z) %s könyvtár nem nyitható meg.\n" // libmenu/menu_param.c -#define MSGTR_LIBMENU_NoEntryFoundInTheMenuDefinition "[MENU] A menü definícióban nincs bejegyzés.\n" #define MSGTR_LIBMENU_SubmenuDefinitionNeedAMenuAttribut "[MENU] Az almenü definíciókba kell egy 'menu' attribútum.\n" #define MSGTR_LIBMENU_PrefMenuEntryDefinitionsNeed "[MENU] Pref menü bejegyzés definícióihoz egy jó 'property' attribútum kell (%d. sor).\n" #define MSGTR_LIBMENU_PrefMenuNeedsAnArgument "[MENU] Pref menühöz egy argumentum kell.\n"
--- a/help/help_mp-zh_CN.h Sun Apr 30 00:22:56 2006 +0000 +++ b/help/help_mp-zh_CN.h Sun Apr 30 01:53:37 2006 +0000 @@ -1440,6 +1440,10 @@ // ========================== LIBMPMENU =================================== +// common + +#define MSGTR_LIBMENU_NoEntryFoundInTheMenuDefinition "[MENU] čĺĺŽäšä¸ć˛Ąćĺ 厚.\n" + // libmenu/menu.c #define MSGTR_LIBMENU_SyntaxErrorAtLine "[MENU] čŻćłé误: %d čĄ\n" #define MSGTR_LIBMENU_MenuDefinitionsNeedANameAttrib "[MENU] čĺĺŽäšéčŚĺ称ĺąć§ (%d čĄ).\n" @@ -1453,7 +1457,6 @@ #define MSGTR_LIBMENU_UnsupportedOutformat "[MENU] čžĺşć źĺźä¸ćŻć!!!!\n" // libmenu/menu_cmdlist.c -#define MSGTR_LIBMENU_NoEntryFoundInTheMenuDefinition "[MENU] čĺĺŽäšä¸ć˛Ąćĺ 厚.\n" #define MSGTR_LIBMENU_ListMenuEntryDefinitionsNeedAName "[MENU] ĺ襨čĺçĺŽäšéčŚĺ称 (%d čĄ).\n" #define MSGTR_LIBMENU_ListMenuNeedsAnArgument "[MENU] ĺ襨čĺéčŚĺć°.\n" @@ -1474,7 +1477,6 @@ #define MSGTR_LIBMENU_CantOpenDirectory "[MENU] ć ćłćĺźçŽĺ˝ %s.\n" // libmenu/menu_param.c -#define MSGTR_LIBMENU_NoEntryFoundInTheMenuDefinition "[MENU] čĺĺŽäšä¸ć˛Ąćĺ 厚.\n" #define MSGTR_LIBMENU_SubmenuDefinitionNeedAMenuAttribut "[MENU] ĺčĺĺŽäšéčŚéčŚ 'menu' ĺąć§.\n" #define MSGTR_LIBMENU_PrefMenuEntryDefinitionsNeed "[MENU] Pref čĺé饚çĺŽäšéčŚććç 'property' ĺąć§ (%d čĄ).\n" #define MSGTR_LIBMENU_PrefMenuNeedsAnArgument "[MENU] Pref čĺéčŚĺć°.\n"