editconfigfiles.php 921 B

1234567891011121314151617
  1. <?php
  2. define('OGP_LANG_configuration_files', "Konfigürsayon Dosyaları");
  3. define('OGP_LANG_editing_file', "Dosya Düzenleniyor");
  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', "Bunun tanınlanmış konfigürasyon dosyası yok.");
  7. define('OGP_LANG_name', "Ad");
  8. define('OGP_LANG_no_description', "Açıklama Yok");
  9. define('OGP_LANG_description', "Açıklama");
  10. define('OGP_LANG_invalid_file', "Belirlenmiş dosyalar düzenlenemez.");
  11. define('OGP_LANG_wrote_changes', "Dosya başarıyla kaydedildi.");
  12. define('OGP_LANG_failed_write', "Dosya kaydı başarısız.");
  13. define('OGP_LANG_failed_read', "Dosya okunması başarısız.");
  14. define('OGP_LANG_save', "Kaydet");
  15. define('OGP_LANG_go_back', "Geri Dön");
  16. define('OGP_LANG_new_file', "Yeni Dosya");