editconfigfiles.php 931 B

1234567891011121314151617
  1. <?php
  2. define('OGP_LANG_configuration_files', "Konfigurační soubory");
  3. define('OGP_LANG_editing_file', "Úpravy souboru");
  4. define('OGP_LANG_no_server_specfied', "Nebyl zadán žádný ID serveru - nelze uvést žádné konfigurační soubory.");
  5. define('OGP_LANG_no_home', "Nemáte přístup k danému ID serveru.");
  6. define('OGP_LANG_no_configs_for_game', "To nemá definované konfigurační soubory.");
  7. define('OGP_LANG_name', "Název");
  8. define('OGP_LANG_no_description', "Bez popisu");
  9. define('OGP_LANG_description', "Popis");
  10. define('OGP_LANG_invalid_file', "Zadaný soubor nemusí být upravován.");
  11. define('OGP_LANG_wrote_changes', "Soubor byl úspěšně uložen.");
  12. define('OGP_LANG_failed_write', "Soubor se nezdařil.");
  13. define('OGP_LANG_failed_read', "Soubor se nepodařilo přečíst.");
  14. define('OGP_LANG_save', "Uložit");
  15. define('OGP_LANG_go_back', "Vraťte se zpět");
  16. define('OGP_LANG_new_file', "Nový soubor");