// Hacker Evolution Duality language and localization file // // The syntax of the file is simple and straightforward. All languages are defined in the first part of the file // in the [LANGUAGES] section. Then, all strings are defined in all defined languages, in the same order in which // the languages were defined, enclosed between [STRING][/STRING] tags. // // If you wish to add support for a new language, just define the new language code, and translate each phrase. // In case there are errors (missing translations, etc), the game will use the default language string, which is the // first language defined. Any errors or warnings can be found in the "language.log" file, in the game folder. // You can check that file to make sure your translation is correct, and that there are no errors. // // Any new language you add, is automatically recognized by the game, and can be selected in the options menu. // Please make sure that english is always left as the first language. // // If you need any help, or if you wish to contribute with a new translation, just send an email to: support@exosyphenstudios.com // // Note: You can add comments anywhere in this file, but DO NOT add comment or empty lines, between the tags. // Leave this one untranslated. It's needed inside the game to identify languages // Below this is the actual translation displayed in the game [LANGUAGES] english german [/LANGUAGES] // -------------------------------------------------------------------------------------------------------------------------------------------- // Main menu [STRING] Play: single player GERMAN TRANSLATION COMES HERE [/STRING] [STRING] Play: open world GERMAN TRANSLATION COMES HERE [/STRING] [STRING] Load profile GERMAN TRANSLATION COMES HERE [/STRING] [STRING] Options GERMAN TRANSLATION COMES HERE [/STRING] [STRING] Online leaderboards GERMAN TRANSLATION COMES HERE [/STRING] [STRING] Credits GERMAN TRANSLATION COMES HERE [/STRING] [STRING] Exit GERMAN TRANSLATION COMES HERE [/STRING]
MrLechoslaw