| 1234567891011121314151617 |
- <?php
- define('OGP_LANG_configuration_files', "Fișiere de configurare");
- define('OGP_LANG_editing_file', "Editarea fișierului");
- define('OGP_LANG_no_server_specfied', "Nu este specificat niciun ID de server - nu poate lista niciun fișier de configurare.");
- define('OGP_LANG_no_home', "Nu aveți acces la ID-ul serverului dat.");
- define('OGP_LANG_no_configs_for_game', "Aceasta nu are fișiere de configurare definite.");
- define('OGP_LANG_name', "Name");
- define('OGP_LANG_no_description', "No Description");
- define('OGP_LANG_description', "Description");
- define('OGP_LANG_invalid_file', "The specified file may not be edited.");
- define('OGP_LANG_wrote_changes', "Successfully saved the file.");
- define('OGP_LANG_failed_write', "Failed to save the file.");
- define('OGP_LANG_failed_read', "Failed to read the file.");
- define('OGP_LANG_save', "Save");
- define('OGP_LANG_go_back', "Go Back");
- define('OGP_LANG_new_file', "New File");
|