Skip to content

Commit

Permalink
Localization updates for prey and prey-demo.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Dec 7, 2008
1 parent 9cd2cd6 commit d850646
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/prey-demo/scripts/app_localization.lua
Expand Up @@ -15,7 +15,7 @@ MojoSetup.applocalization = {
en = "Uninstall complete. You may also delete '.prey-demo' in your home directory to remove personal savegames and settings.",
de = "Deinstallation komplett. Du kannst auch '.prey-demo' in deinem Heimverzeichnis löschen, um eigene Spielstände und Einstellungen zu entfernen.",
es = "Desinstalación completa. Puedes borrar '.prey-demo' en tu directorio home para borrar configuraciones personales y tus juegos grabados.",
pl = "Usuwanie zakończone. By usunąć zapisane stany gry i ustawienia, można również usunąć ".prey-demo" z domowego katalogu.",
pl = "Usuwanie zakończone. By usunąć zapisane stany gry i ustawienia, można również usunąć '.prey-demo' z domowego katalogu.",
};

-- Change this to a unique filename if you translate the file.
Expand Down
2 changes: 1 addition & 1 deletion examples/prey/scripts/app_localization.lua
Expand Up @@ -9,7 +9,7 @@ MojoSetup.applocalization = {
en = "Uninstall complete. You may also delete '.prey' in your home directory to remove personal savegames and settings.",
de = "Deinstallation komplett. Du kannst auch '.prey' in deinem Heimverzeichnis löschen, um eigene Spielstände und Einstellungen zu entfernen.",
es = "Desinstalación completa. Puedes borrar '.prey' en tu directorio home para borrar configuraciones personales y tus juegos grabados.",
pl = "Usuwanie zakończone. By usunąć zapisane stany gry i ustawienia, można również usunąć ".prey" z domowego katalogu.",
pl = "Usuwanie zakończone. By usunąć zapisane stany gry i ustawienia, można również usunąć '.prey' z domowego katalogu.",
};

-- Change this to a unique filename if you translate the file.
Expand Down
2 changes: 1 addition & 1 deletion examples/prey/scripts/config.lua
@@ -1,4 +1,4 @@
local GAME_INSTALL_SIZE = 1738268387;
local GAME_INSTALL_SIZE = 1738442626;
local PB_INSTALL_SIZE = 3738916;
local ENCFG_INSTALL_SIZE = 1689;
local FRCFG_INSTALL_SIZE = 1739;
Expand Down

0 comments on commit d850646

Please sign in to comment.