@@ -191,6 +191,10 @@ def setup_translations() -> None:
191191 FILES = translate ("Files" )
192192 global FILE_NOT_FOUND
193193 FILE_NOT_FOUND = translate ("The file could not be found" )
194+ global MAP_DATA_NOT_FOUND
195+ MAP_DATA_NOT_FOUND = translate ("Map data not found" )
196+ global MAP_DATA_NOT_FOUND_INSTRUCTIONS
197+ MAP_DATA_NOT_FOUND_INSTRUCTIONS = translate ("Open the game, load the map once, then save and quit. After that, reopen the mod tool and try again." )
194198 global CONFIGURE_GAME_PATH
195199 CONFIGURE_GAME_PATH = translate ("Configure Game Path" )
196200 global CONFIGURE_GAME_PATH_ERROR
@@ -319,10 +323,18 @@ def setup_translations() -> None:
319323 ANIMALS_LOADED = translate ("Animals loaded" )
320324 global SELECTED_MULTIPLE_RESERVES
321325 SELECTED_MULTIPLE_RESERVES = translate ("Selected animals from multiple reserves. Modifications will overwrite the following files:" )
326+ global CLICK
327+ CLICK = translate ("Click" )
328+ global UPDATED_ANIMALS_ON_RESERVE
329+ UPDATED_ANIMALS_ON_RESERVE = translate ("Updated animals on reserve" )
330+ global UPDATED_ANIMALS_ON_RESERVE_2
331+ UPDATED_ANIMALS_ON_RESERVE_2 = translate ("to load the modded file into your saves folder" )
322332 global UPDATED_MULTIPLE_RESERVES
323- UPDATED_MULTIPLE_RESERVES = translate ("Updated animals on multiple reserves. Use " )
333+ UPDATED_MULTIPLE_RESERVES = translate ("Updated animals on multiple reserves" )
324334 global UPDATED_MULTIPLE_RESERVES_2
325- UPDATED_MULTIPLE_RESERVES_2 = translate ("to load the modded files for each reserve:" )
335+ UPDATED_MULTIPLE_RESERVES_2 = translate ("to load the modded files for each reserve into your saves folder" )
336+ global DONT_REMIND_ME
337+ DONT_REMIND_ME = translate ("Don't remind me again" )
326338
327339setup_translations ()
328340
0 commit comments