summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-22 21:35:21 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-22 21:35:21 +0000
commit672e72ea7273cdd6ab4ad55c9f8c91fbbf06d16f (patch)
tree170fe993d6a0e8e3133bab5ce272712d6489e1f6
parent9927fe4b42cf5d6cf612ddb250e32446a2a511e2 (diff)
downloadmpv-672e72ea7273cdd6ab4ad55c9f8c91fbbf06d16f.tar.bz2
mpv-672e72ea7273cdd6ab4ad55c9f8c91fbbf06d16f.tar.xz
MSGTR_Exit_error added
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1639 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--help_mp-de.h1
-rw-r--r--help_mp-en.h1
-rw-r--r--help_mp-hu.h1
-rw-r--r--help_mp-pl.h2
4 files changed, 4 insertions, 1 deletions
diff --git a/help_mp-de.h b/help_mp-de.h
index 4b3b700756..d15f859d58 100644
--- a/help_mp-de.h
+++ b/help_mp-de.h
@@ -48,6 +48,7 @@ static char help_text[]=
#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"
diff --git a/help_mp-en.h b/help_mp-en.h
index 3761c715ec..847bc03df3 100644
--- a/help_mp-en.h
+++ b/help_mp-en.h
@@ -48,6 +48,7 @@ static char help_text[]=
#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"
diff --git a/help_mp-hu.h b/help_mp-hu.h
index e3318a2b2b..e50693e701 100644
--- a/help_mp-hu.h
+++ b/help_mp-hu.h
@@ -49,6 +49,7 @@ static char help_text[]=
#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"
diff --git a/help_mp-pl.h b/help_mp-pl.h
index fe80c4901c..82de8a2f95 100644
--- a/help_mp-pl.h
+++ b/help_mp-pl.h
@@ -49,7 +49,7 @@ static char help_text[]=
#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"