editconfigfiles.php 857 B

1234567891011121314151617
  1. <?php
  2. define('OGP_LANG_configuration_files', "Pliki konfiguracyjne");
  3. define('OGP_LANG_editing_file', "Edycja pliku");
  4. define('OGP_LANG_no_server_specfied', "No Server ID specified - can't list any configuration files.");
  5. define('OGP_LANG_no_home', "Nie masz dostępu do serwera ID");
  6. define('OGP_LANG_no_configs_for_game', "Nie zdefiniowano plików konfiguracyjnych.");
  7. define('OGP_LANG_name', "Nazwa");
  8. define('OGP_LANG_no_description', "Bez opisu");
  9. define('OGP_LANG_description', "Opis");
  10. define('OGP_LANG_invalid_file', "Plik nie może być edytowany.");
  11. define('OGP_LANG_wrote_changes', "Pomyślnie zapisano.");
  12. define('OGP_LANG_failed_write', "Błąd zapisywania pliku.");
  13. define('OGP_LANG_failed_read', "Błąd odczytywania pliku.");
  14. define('OGP_LANG_save', "Zapisz");
  15. define('OGP_LANG_go_back', "Wróć");
  16. define('OGP_LANG_new_file', "Nowy plik");