diff options
author | pl <pl@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-12-19 18:33:53 +0000 |
---|---|---|
committer | pl <pl@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-12-19 18:33:53 +0000 |
commit | e0b82bd7537cd449fc42aa2563662354d956a076 (patch) | |
tree | bbab98b777465ce4048f8676f948d164e67f7989 | |
parent | 0618d45a0306e73b7b9053d3d7e146b320137999 (diff) |
oops... previous commit was only a half-sync with help_mp-en.h 1.19
(now it is)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3623 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | help_mp-fr.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/help_mp-fr.h b/help_mp-fr.h index 730457e4af..271da29df8 100644 --- a/help_mp-fr.h +++ b/help_mp-fr.h @@ -300,4 +300,9 @@ static char help_text[]= #define MSGTR_MENU_Preferences "Préférences" #define MSGTR_MENU_Exit "Quitter ..." +// --- messagebox +#define MSGTR_MSGBOX_LABEL_FatalError "Erreur fatale ..." +#define MSGTR_MSGBOX_LABEL_Error "erreur ..." +#define MSGTR_MSGBOX_LABEL_Warning "attention ..." + #endif |