[Scummvm-git-logs] scummvm master -> 84f3b1df188293ec3b8306e592c21a5972586a2d
sev-
noreply at scummvm.org
Mon Jun 6 16:39:58 UTC 2022
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
84f3b1df18 AGI: Add French UI case
Commit: 84f3b1df188293ec3b8306e592c21a5972586a2d
https://github.com/scummvm/scummvm/commit/84f3b1df188293ec3b8306e592c21a5972586a2d
Author: DL (dl at thespr3.com)
Date: 2022-06-06T18:39:55+02:00
Commit Message:
AGI: Add French UI case
Changed paths:
engines/agi/systemui.cpp
diff --git a/engines/agi/systemui.cpp b/engines/agi/systemui.cpp
index a2488521f9f..fc19d7fc09a 100644
--- a/engines/agi/systemui.cpp
+++ b/engines/agi/systemui.cpp
@@ -121,6 +121,26 @@ SystemUI::SystemUI(AgiEngine *vm, GfxMgr *gfx, TextMgr *text) {
_textRestoreGameError = "\xf9\xe2\xe9\xe0\xe4 \xe1\xf0\xe9\xf1\xe9\xe5\xef \xec\xf9\xe7\xe6\xe5\xf8 \xee\xf9\xe7\xf7.\n\xec\xe7\xf6\xe5 \xf2\xec ENTER \xec\xe9\xf6\xe9\xe0\xe4.";
_textRestoreGameVerify = "\xe1\xe7\xf8\xfa \xec\xf9\xe7\xe6\xf8 \xe0\xfa \xe4\xee\xf9\xe7\xf7\n\xf2\xed \xe4\xfa\xe9\xe0\xe5\xf8:\n\n%s\n\n\xee\xe4\xf7\xe5\xe1\xf5:\n%s\n\n\xec\xe7\xf6\xe5 \xf2\xec ENTER \xec\xe4\xee\xf9\xea.\n\xec\xe7\xf6\xe5 \xf2\xec ESC \xec\xe1\xe9\xe8\xe5\xec.";
break;
+ case Common::FR_FRA:
+ _textStatusScore = "Score : %v3 sur %v7";
+ _textStatusSoundOn = "Son : Oui";
+ _textStatusSoundOff = "Son : Non";
+ _textEnterCommand = "Entrer une donn\x82\x65\ :\n\n";
+ _textPause = " Pause.\n\n\"Entr\x82\x65\" pour jouer.";
+ _textRestart = "\"Entr\x82\x65\" pour rejouer.\n\"Esc\" pour annuler.";
+ _textQuit = "\"Entr\x82\x65\" pour quitter.\n\"Esc\" pour annuler.";
+ _textInventoryYouAreCarrying = " Tu poss\x8A\x64\x65\x73 :";
+ _textInventoryNothing = "Rien !";
+ _textInventorySelectItems = "\"Entr\x82\x65\" = Choisir & \"Esc\" = Quitter";
+ _textInventoryReturnToGame = "Appuie sur une touche pour jouer.";
+ _textSaveGameSelectSlot = "Sauvegarde ou remplace\nune sauvegarde existante.\n\"Entr\x82\x65\" pour confirmer.\n\"Esc\" pour annuler.";
+ _textSaveGameEnterDescription = "Nomme ta sauvegarde :\n\n\n";
+ _textSaveGameVerify = "Merci de confirmer.\n\n%s\n\ndans :\n%s\n\n\"Entr\x82\x65\" pour confirmer.\n\"Esc\" pour annuler.";
+ _textRestoreGameNoSlots = "Aucune sauvegarde dans :\n\nScummVM.\n\n\"Entr\x82\x65\" pour continuer.";
+ _textRestoreGameSelectSlot = "Charge une sauvegarde au choix.\n\"Entr\x82\x65\" pour confirmer.\n\"Esc\" pour annuler.";
+ _textRestoreGameError = "Sauvegarde non conforme.\n\"Esc\" pour quitter.";
+ _textRestoreGameVerify = "Merci de confirmer.\n\n%s\n\ndans :\n%s\n\n\"Entr\x82\x65\" pour accepter.\n\"Esc\" pour annuler.";
+ break;
default:
break;
}
More information about the Scummvm-git-logs
mailing list