mirror of
https://github.com/1dot13/source.git
synced 2026-08-05 14:00:23 +02:00
- updated credits screen to the 1.13 Credits
- translated "low cpu usage" option text for german version - improved existing "escorting kulbas" bugfix git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@741 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
+13
-2
@@ -107,6 +107,17 @@ FAST HELP TEXT -- Explains how the syntax of fast help text works.
|
||||
|
||||
*/
|
||||
|
||||
STR16 pCreditsJA2113[] =
|
||||
{
|
||||
L"@T,{;JA2 v1.13 Entwicklungsteam",
|
||||
L"@T,C144,R134,{;Programmierung",
|
||||
L"@T,C144,R134,{;Grafiken und Sounds",
|
||||
L"@};(Verschiedene weiter Mods!)",
|
||||
L"@T,C144,R134,{;Gegenstände",
|
||||
L"@T,C144,R134,{;Weitere Mitwirkende",
|
||||
L"@};(Alle weiteren Community Mitglieder die Ideen und Feedback eingebracht haben!)",
|
||||
};
|
||||
|
||||
UINT16 ItemNames[MAXITEMS][80] =
|
||||
{
|
||||
L"",
|
||||
@@ -3289,7 +3300,7 @@ STR16 zOptionsToggleText[] =
|
||||
L"Zufällige B.S.E Personalität",
|
||||
L"Automatisch speichern",
|
||||
L"Stummer Skyrider",
|
||||
L"Low CPU Usage",
|
||||
L"Niedrige CPU Belastung",
|
||||
};
|
||||
|
||||
//This is the help text associated with the above toggles.
|
||||
@@ -3369,7 +3380,7 @@ STR16 zOptionsScreenHelpText[] =
|
||||
L"Wenn diese Funktion aktiviert ist, erhalten B.S.E Charaktere zufällige Persönlichkeit und Gesinnung.",
|
||||
L"Wenn diese Funktion aktiviert ist, wird nach jeder Runde automatisch gespeichert.",
|
||||
L"Wenn diese Funktion aktiviert ist, wird Skyrider nichts mehr sprechen.",
|
||||
L"Low CPU Usage",
|
||||
L"Wenn diese Funktion aktiviert ist, wird das Spiel mit viel geringerer CPU Belastung laufen.",
|
||||
};
|
||||
|
||||
STR16 gzGIOScreenText[] =
|
||||
|
||||
Reference in New Issue
Block a user