Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 1.4 KB

app_localization.lua

File metadata and controls

33 lines (27 loc) · 1.4 KB
 
Aug 19, 2009
Aug 19, 2009
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
-- Lines starting with "--" are comments in this file.
-- You should add your installer's strings here, instead of localization.lua,
-- but localization.lua has instructions on how this file is formatted.
MojoSetup.applocalization = {
["Uninstall complete"] = {
en = "Uninstall complete. You may also delete '.lugaru' in your home directory to remove personal savegames and settings.",
de = "Deinstallation komplett. Du kannst auch '.lugaru' in deinem Heimverzeichnis löschen, um eigene Spielstände und Einstellungen zu entfernen.",
es = "Desinstalación completa. Puedes borrar '.lugaru' 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ąć '.lugaru' z domowego katalogu.",
it = "Disinstallazione completata. Se desideri cancellare i salvataggi e le impostazione cancella '.lugaru' nella tua directory home.",
};
["Lugaru README"] = {
de = "Lugaru-README",
es = "LEEME",
pl = "Lugaru README",
it = "Informazioni su Lugaru",
};
["Lugaru License"] = {
en_GB = "Lugaru Licence",
en_CA = "Lugaru Licence",
de = "Lugaru-Lizenz",
es = "Licencia de uso de Lugaru",
pl = "Licencja Lugaru",
it = "Licenza di Lugaru",
};
};
-- end of app_localization.lua ...