editconfigfiles.php 930 B

1234567891011121314151617
  1. <?php
  2. define('OGP_LANG_configuration_files', "Fișiere de configurare");
  3. define('OGP_LANG_editing_file', "Editarea fișierului");
  4. define('OGP_LANG_no_server_specfied', "Nu este specificat niciun ID de server - nu poate lista niciun fișier de configurare.");
  5. define('OGP_LANG_no_home', "Nu aveți acces la ID-ul serverului dat.");
  6. define('OGP_LANG_no_configs_for_game', "Aceasta nu are fișiere de configurare definite.");
  7. define('OGP_LANG_name', "Name");
  8. define('OGP_LANG_no_description', "No Description");
  9. define('OGP_LANG_description', "Description");
  10. define('OGP_LANG_invalid_file', "The specified file may not be edited.");
  11. define('OGP_LANG_wrote_changes', "Successfully saved the file.");
  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', "Save");
  15. define('OGP_LANG_go_back', "Go Back");
  16. define('OGP_LANG_new_file', "New File");