i18n updates.
This commit is contained in:
parent
35b5e4a1c6
commit
ad96a70b0a
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: TBFTSS: The Pandoran War\n"
|
"Project-Id-Version: TBFTSS: The Pandoran War\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2016-03-12 15:00:11+0000\n"
|
"POT-Creation-Date: 2016-03-13 10:54:24+0000\n"
|
||||||
"PO-Revision-Date: ???\n"
|
"PO-Revision-Date: ???\n"
|
||||||
"Last-Translator: ???\n"
|
"Last-Translator: ???\n"
|
||||||
"Language-Team: ???\n"
|
"Language-Team: ???\n"
|
||||||
|
@ -1216,3 +1216,30 @@ msgstr ""
|
||||||
msgid "Likewise. Maybe we'll get it do it again some day, though a part of me really hopes we won't need to ...."
|
msgid "Likewise. Maybe we'll get it do it again some day, though a part of me really hopes we won't need to ...."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Destroy all Darts"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Destroy all Lynxes"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Disable all targets"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "60 second battle"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Pass all Waypoints"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Defend Jumpgate"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Collect Packages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Rescue Civilians"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Destroy INF Klondike and INF Canfield"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -101,6 +101,10 @@ function extractJSON($filename)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else if (strpos($filename, "challenges") !== false)
|
||||||
|
{
|
||||||
|
addString($json->{"description"});
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function recurseDir($dir)
|
function recurseDir($dir)
|
||||||
|
|
Loading…
Reference in New Issue