diff options
author | Alyssa Milburn | 2011-06-06 12:26:34 +0200 |
---|---|---|
committer | Alyssa Milburn | 2011-06-06 12:32:09 +0200 |
commit | b2a1566860ee21cd4bfe7f26ee43f80927fc677a (patch) | |
tree | 71cd628140df02a7835e2844b4218f95de9100da /po | |
parent | 6842227ac2796edb6d82cbf0095c806fa6e738f6 (diff) | |
download | scummvm-rg350-b2a1566860ee21cd4bfe7f26ee43f80927fc677a.tar.gz scummvm-rg350-b2a1566860ee21cd4bfe7f26ee43f80927fc677a.tar.bz2 scummvm-rg350-b2a1566860ee21cd4bfe7f26ee43f80927fc677a.zip |
DETECTOR: Change printf calls to use logMessage.
Also make the strings translatable.
Diffstat (limited to 'po')
-rw-r--r-- | po/POTFILES | 1 | ||||
-rw-r--r-- | po/scummvm.pot | 30 |
2 files changed, 30 insertions, 1 deletions
diff --git a/po/POTFILES b/po/POTFILES index b2fa545723..fc14daf209 100644 --- a/po/POTFILES +++ b/po/POTFILES @@ -19,6 +19,7 @@ base/main.cpp common/error.cpp common/util.cpp +engines/advancedDetector.cpp engines/dialogs.cpp engines/scumm/dialogs.cpp engines/scumm/help.cpp diff --git a/po/scummvm.pot b/po/scummvm.pot index ec87aed950..ff41b69df5 100644 --- a/po/scummvm.pot +++ b/po/scummvm.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ScummVM 1.4.0git\n" "Report-Msgid-Bugs-To: scummvm-devel@lists.sf.net\n" -"POT-Creation-Date: 2011-06-06 11:59+0200\n" +"POT-Creation-Date: 2011-06-06 12:30+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -1074,6 +1074,34 @@ msgctxt "lowres" msgid "Hercules Amber" msgstr "" +#: engines/advancedDetector.cpp:368 +#, c-format +msgid "The game in '%s' seems to be unknown." +msgstr "" + +#: engines/advancedDetector.cpp:369 +msgid "Please, report the following data to the ScummVM team along with name" +msgstr "" + +#: engines/advancedDetector.cpp:371 +msgid "of the game you tried to add and its version/language/etc.:" +msgstr "" + +#: engines/advancedDetector.cpp:632 +#, c-format +msgid "" +"Your game version has been detected using filename matching as a variant of %" +"s." +msgstr "" + +#: engines/advancedDetector.cpp:635 +msgid "If this is an original and unmodified version, please report any" +msgstr "" + +#: engines/advancedDetector.cpp:637 +msgid "information previously printed by ScummVM to the team." +msgstr "" + #: engines/dialogs.cpp:84 msgid "~R~esume" msgstr "" |