Mercurial > mplayer.hg
changeset 1638:671802bf867b
MSGTR_Exit_error added
author | arpi |
---|---|
date | Wed, 22 Aug 2001 21:35:21 +0000 |
parents | 248972c26eee |
children | 9423cb98e63f |
files | help_mp-de.h help_mp-en.h help_mp-hu.h help_mp-pl.h |
diffstat | 4 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/help_mp-de.h Wed Aug 22 21:34:27 2001 +0000 +++ b/help_mp-de.h Wed Aug 22 21:35:21 2001 +0000 @@ -48,6 +48,7 @@ #define MSGTR_Exit_frames "Angeforderte Anzahl an Frames gespielt" #define MSGTR_Exit_quit "Ende" #define MSGTR_Exit_eof "Ende der Datei" +#define MSGTR_Exit_error "Fehler" #define MSGTR_IntBySignal "\nMPlayer wurde durch Signal %d von Modul %s beendet\n" #define MSGTR_NoHomeDir "Kann Homeverzeichnis nicht finden\n" #define MSGTR_GetpathProblem "get_path(\"config\") Problem\n"
--- a/help_mp-en.h Wed Aug 22 21:34:27 2001 +0000 +++ b/help_mp-en.h Wed Aug 22 21:35:21 2001 +0000 @@ -48,6 +48,7 @@ #define MSGTR_Exit_frames "Requested number of frames played" #define MSGTR_Exit_quit "Quit" #define MSGTR_Exit_eof "End of file" +#define MSGTR_Exit_error "Fatal error" #define MSGTR_IntBySignal "\nMPlayer interrupted by signal %d in module: %s \n" #define MSGTR_NoHomeDir "Can't find HOME dir\n" #define MSGTR_GetpathProblem "get_path(\"config\") problem\n"
--- a/help_mp-hu.h Wed Aug 22 21:34:27 2001 +0000 +++ b/help_mp-hu.h Wed Aug 22 21:35:21 2001 +0000 @@ -49,6 +49,7 @@ #define MSGTR_Exit_frames "Kért számú képkocka lejátszásra került" #define MSGTR_Exit_quit "Kilépés" #define MSGTR_Exit_eof "Vége a file-nak" +#define MSGTR_Exit_error "Végzetes hiba" #define MSGTR_IntBySignal "\nAz MPlayer futása a %s modulban kapott %d szignál miatt megszakadt \n" #define MSGTR_NoHomeDir "Nem találom a HOME konyvtárat\n" #define MSGTR_GetpathProblem "get_path(\"config\") probléma\n"
--- a/help_mp-pl.h Wed Aug 22 21:34:27 2001 +0000 +++ b/help_mp-pl.h Wed Aug 22 21:35:21 2001 +0000 @@ -49,7 +49,7 @@ #define MSGTR_Exit_frames "Zadana liczba klatek odtworzona" #define MSGTR_Exit_quit "Wyj¶cie" #define MSGTR_Exit_eof "Koniec pliku" -#define MSGTR_IntBySignal "\nMPlayer przerwany sygnałem %d w module: %s \n" +#define MSGTR_Exit_error "Fatal error" // FIXME!! #define MSGTR_NoHomeDir "Nie mogę znaleĽć katalogu HOME\n" #define MSGTR_GetpathProblem "problem z get_path(\"config\")\n" #define MSGTR_CreatingCfgFile "Stwarzam plik z konfiguracj±: %s\n"