| 1234567891011121314151617 |
- <?php
- define('OGP_LANG_configuration_files', "Määritystiedostot");
- define('OGP_LANG_editing_file', "Editing File");
- define('OGP_LANG_no_server_specfied', "No Server ID specified - can't list any configuration files.");
- define('OGP_LANG_no_home', "You don't have access to the given Server ID.");
- define('OGP_LANG_no_configs_for_game', "This has no configuration files defined.");
- define('OGP_LANG_name', "Nimi");
- define('OGP_LANG_no_description', "Ei kuvausta");
- define('OGP_LANG_description', "Kuvaus");
- define('OGP_LANG_invalid_file', "The specified file may not be edited.");
- define('OGP_LANG_wrote_changes', "Tiedostoon tallentaminen onnistui.");
- define('OGP_LANG_failed_write', "Failed to save the file.");
- define('OGP_LANG_failed_read', "Failed to read the file.");
- define('OGP_LANG_save', "Tallenna");
- define('OGP_LANG_go_back', "Mene takaisin");
- define('OGP_LANG_new_file', "Uusi tiedosto");
|