editconfigfiles.php 902 B

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