mirror of
https://github.com/1dot13/source.git
synced 2026-09-16 14:47:17 +02:00
Fix: wrong text displayed
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@8435 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -11246,8 +11246,8 @@ STR16 szLaptopStatText[] = // TODO.Translate
|
|||||||
|
|
||||||
L"Friendly approach",
|
L"Friendly approach",
|
||||||
L"Direct approach",
|
L"Direct approach",
|
||||||
L"Friendly approach",
|
L"Threaten approach",
|
||||||
L"Friendly approach",
|
L"Recruit approach",
|
||||||
};
|
};
|
||||||
|
|
||||||
// WANNE: Some Chinese specific strings that needs to be in unicode!
|
// WANNE: Some Chinese specific strings that needs to be in unicode!
|
||||||
|
|||||||
@@ -11264,8 +11264,8 @@ STR16 szLaptopStatText[] = // TODO.Translate
|
|||||||
|
|
||||||
L"Friendly approach",
|
L"Friendly approach",
|
||||||
L"Direct approach",
|
L"Direct approach",
|
||||||
L"Friendly approach",
|
L"Threaten approach",
|
||||||
L"Friendly approach",
|
L"Recruit approach",
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif //DUTCH
|
#endif //DUTCH
|
||||||
|
|||||||
@@ -11245,8 +11245,8 @@ STR16 szLaptopStatText[] =
|
|||||||
|
|
||||||
L"Friendly approach",
|
L"Friendly approach",
|
||||||
L"Direct approach",
|
L"Direct approach",
|
||||||
L"Friendly approach",
|
L"Threaten approach",
|
||||||
L"Friendly approach",
|
L"Recruit approach",
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif //ENGLISH
|
#endif //ENGLISH
|
||||||
|
|||||||
@@ -11246,8 +11246,8 @@ STR16 szLaptopStatText[] = // TODO.Translate
|
|||||||
|
|
||||||
L"Friendly approach",
|
L"Friendly approach",
|
||||||
L"Direct approach",
|
L"Direct approach",
|
||||||
L"Friendly approach",
|
L"Threaten approach",
|
||||||
L"Friendly approach",
|
L"Recruit approach",
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif //FRENCH
|
#endif //FRENCH
|
||||||
|
|||||||
@@ -11076,8 +11076,8 @@ STR16 szLaptopStatText[] = // TODO.Translate
|
|||||||
|
|
||||||
L"Friendly approach",
|
L"Friendly approach",
|
||||||
L"Direct approach",
|
L"Direct approach",
|
||||||
L"Friendly approach",
|
L"Threaten approach",
|
||||||
L"Friendly approach",
|
L"Recruit approach",
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif //GERMAN
|
#endif //GERMAN
|
||||||
|
|||||||
@@ -11255,8 +11255,8 @@ STR16 szLaptopStatText[] = // TODO.Translate
|
|||||||
|
|
||||||
L"Friendly approach",
|
L"Friendly approach",
|
||||||
L"Direct approach",
|
L"Direct approach",
|
||||||
L"Friendly approach",
|
L"Threaten approach",
|
||||||
L"Friendly approach",
|
L"Recruit approach",
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif //ITALIAN
|
#endif //ITALIAN
|
||||||
|
|||||||
@@ -11268,8 +11268,8 @@ STR16 szLaptopStatText[] = // TODO.Translate
|
|||||||
|
|
||||||
L"Friendly approach",
|
L"Friendly approach",
|
||||||
L"Direct approach",
|
L"Direct approach",
|
||||||
L"Friendly approach",
|
L"Threaten approach",
|
||||||
L"Friendly approach",
|
L"Recruit approach",
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif //POLISH
|
#endif //POLISH
|
||||||
|
|||||||
@@ -11249,8 +11249,8 @@ STR16 szLaptopStatText[] = // TODO.Translate
|
|||||||
|
|
||||||
L"Дружески",
|
L"Дружески",
|
||||||
L"Прямо",
|
L"Прямо",
|
||||||
L"Дружески",
|
L"Threaten approach",
|
||||||
L"Дружески",
|
L"Recruit approach",
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif //RUSSIAN
|
#endif //RUSSIAN
|
||||||
|
|||||||
Reference in New Issue
Block a user