diff options
author | Alyssa Milburn | 2011-06-06 12:44:28 +0200 |
---|---|---|
committer | Alyssa Milburn | 2011-06-06 12:44:28 +0200 |
commit | 4af3045188b8bbd4fecd663233fa412cef179193 (patch) | |
tree | b0b80d0ad5bab71507b755d52b5218785868ed50 /po | |
parent | 5da1427d0cb6578d29512279614a744b49f346d6 (diff) | |
download | scummvm-rg350-4af3045188b8bbd4fecd663233fa412cef179193.tar.gz scummvm-rg350-4af3045188b8bbd4fecd663233fa412cef179193.tar.bz2 scummvm-rg350-4af3045188b8bbd4fecd663233fa412cef179193.zip |
I18N: Make MidiDriver detection errors translatable.
Diffstat (limited to 'po')
-rw-r--r-- | po/POTFILES | 1 | ||||
-rw-r--r-- | po/scummvm.pot | 16 |
2 files changed, 16 insertions, 1 deletions
diff --git a/po/POTFILES b/po/POTFILES index fc14daf209..581099f2ac 100644 --- a/po/POTFILES +++ b/po/POTFILES @@ -32,6 +32,7 @@ engines/sci/engine/kfile.cpp engines/agos/saveload.cpp audio/fmopl.cpp +audio/mididrv.cpp audio/musicplugin.cpp audio/null.h audio/null.cpp diff --git a/po/scummvm.pot b/po/scummvm.pot index ff41b69df5..1e3e50acea 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 12:30+0200\n" +"POT-Creation-Date: 2011-06-06 12:43+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" @@ -1762,6 +1762,20 @@ msgstr "" msgid "DOSBox OPL emulator" msgstr "" +#: audio/mididrv.cpp:206 +#, c-format +msgid "" +"Failed to detect the selected audio device '%s'. See log file for more " +"information. Attempting to fall back to the next available device..." +msgstr "" + +#: audio/mididrv.cpp:246 +#, c-format +msgid "" +"Failed to detect the preferred device '%s'. See log file for more " +"information. Attempting to fall back to the next available device..." +msgstr "" + #: audio/null.h:43 msgid "No music" msgstr "" |