Merged revision(s) 7632 from branches/ja2_source_official_2014:

Fix: missing strings lead to confusion in finance log

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@7633 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
Flugente
2014-11-02 00:19:00 +00:00
parent 7bd14ec3fc
commit eee078af6d
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -3893,6 +3893,7 @@ STR16 pTransactionText[] =
L"Rust militie uit in %s", // initial cost to equip a town's militia
L"Items gekocht van %s.", //is used for the Shop keeper interface. The dealers name will be appended to the end of the string.
L"%s heeft geld gestort.",
L"Sold Item(s) to the Locals",
L"Facility Use", // HEADROCK HAM 3.6 // TODO.Translate
L"Militia upkeep", // HEADROCK HAM 3.6 // TODO.Translate
L"Ransom for released prisoners", // Flugente: prisoner system TODO.Translate
+1
View File
@@ -3870,6 +3870,7 @@ STR16 pTransactionText[] =
L"Miliz in %s ausbilden", // initial cost to equip a town's militia
L"Gegenstände von %s gekauft.", //is used for the Shop keeper interface. The dealers name will be appended to the end of the string.
L"%s hat Geld angelegt.",
L"Gegenstände an Bevölkerung verkauft",
L"Betriebskosten", // HEADROCK HAM 3.6
L"Unterhaltskosten für Miliz", // HEADROCK HAM 3.6
L"Lösegeld erpresst", // Flugente: prisoner system
+1
View File
@@ -3889,6 +3889,7 @@ STR16 pTransactionText[] =
L"Equipaggiamento esercito in %s", // initial cost to equip a town's militia
L"Oggetti acquistati da%s.", //is used for the Shop keeper interface. The dealers name will be appended to the end of the string.
L"%s soldi depositati.",
L"Sold Item(s) to the Locals",
L"Facility Use", // HEADROCK HAM 3.6 // TODO.Translate
L"Militia upkeep", // HEADROCK HAM 3.6 // TODO.Translate
L"Ransom for released prisoners", // Flugente: prisoner system TODO.Translate