mirror of
https://github.com/1dot13/source.git
synced 2026-08-05 14:00:23 +02:00
- build of the new release & update (602)
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@602 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -3319,18 +3319,18 @@ STR16 zSaveLoadText[] =
|
||||
//is used for the final version. Please don't modify the "#ifdef JA2BETAVERSION" or the "#else" or the "#endif" as they are
|
||||
//used by the compiler and will cause program errors if modified/removed. It's okay to translate the strings though.
|
||||
#ifdef JA2BETAVERSION
|
||||
L"Save version has changed. Please report if there any problems. Continue?",
|
||||
L"Save version has changed. Please report if there any problems. Continue?",
|
||||
#else
|
||||
L"Attempting to load an older version save. Automatically update and load the save?",
|
||||
L"Attempting to load an older version save. Automatically update and load the save?",
|
||||
#endif
|
||||
|
||||
//Translators, the next two strings are for the same thing. The first one is for beta version releases and the second one
|
||||
//is used for the final version. Please don't modify the "#ifdef JA2BETAVERSION" or the "#else" or the "#endif" as they are
|
||||
//used by the compiler and will cause program errors if modified/removed. It's okay to translate the strings though.
|
||||
#ifdef JA2BETAVERSION
|
||||
L"Save version and game version have changed. Please report if there are any problems. Continue?",
|
||||
L"Save version and game version have changed. Please report if there are any problems. Continue?",
|
||||
#else
|
||||
L"Attempting to load an older version save. Automatically update and load the save?",
|
||||
L"Attempting to load an older version save. Automatically update and load the save?",
|
||||
#endif
|
||||
|
||||
L"Weet je zeker dat je het spel in slot #%d wil overschrijven?",
|
||||
|
||||
Reference in New Issue
Block a user