config_games.php 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <?php
  2. /*
  3. *
  4. * OGP - Open Game Panel
  5. * Copyright (C) 2008 - 2018 The OGP Development Team
  6. *
  7. * http://www.opengamepanel.org/
  8. *
  9. * This program is free software; you can redistribute it and/or
  10. * modify it under the terms of the GNU General Public License
  11. * as published by the Free Software Foundation; either version 2
  12. * of the License, or any later version.
  13. *
  14. * This program is distributed in the hope that it will be useful,
  15. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  17. * GNU General Public License for more details.
  18. *
  19. * You should have received a copy of the GNU General Public License
  20. * along with this program; if not, write to the Free Software
  21. * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  22. *
  23. */
  24. define('OGP_LANG_resetting_configs', "Bütün yapılandırmalar sıfırlanıyor");
  25. define('OGP_LANG_updating_configs', "Eski yapılandırmalar güncelleniyor");
  26. define('OGP_LANG_configs_updated_ok', "Konfigürasyonlar başarıyla tekrar okundu.");
  27. define('OGP_LANG_reset_old_configs', "Eski yapılandırmaları sıfırla");
  28. define('OGP_LANG_update_configs', "Yapılandırmaları Güncelle");
  29. define('OGP_LANG_game_config_setup', "Oyun Yapılandırmalarını Kur");
  30. define('OGP_LANG_config_reset_warning', "Eski yapılandırmaları sildiğinizde atanan sunucuda sorunlar oluşabilir çünkü id numaraları yeni konfigürasyonla uyuşmayabilir.");
  31. define('OGP_LANG_modify_configs_info', "Eğer oyunun konfigürasyonunu düzenlemek istiyorsanız, %s içinde bulunan dosyaları düzenleyebilirsiniz.");
  32. define('OGP_LANG_updating_config_from_file', "Yapılandırma %s dosyasından güncelleniyor.");
  33. define('OGP_LANG_error_when_handling_file', "%s dosyası ele alındığında bir hata oluşuyor.");
  34. define('OGP_LANG_error_while_adding_cfg_to_db', "%s'den veri tabanına veri eklendiğinde hata oluşuyor.");
  35. define('OGP_LANG_no_configs_found', "%s dosyasında bir ayar bulunamadı.");
  36. define('OGP_LANG_select_game', "Oyun Seç");
  37. define('OGP_LANG_create_xml_configs', "XML Ayarı Oluştur");
  38. define('OGP_LANG_failed_to_delete_config_from_db', "%s ayarları veri tabanından silinemedi.");
  39. define('OGP_LANG_failed_removing_file', "%s dosyası silinemedi.");
  40. define('OGP_LANG_removed_game_cfg_from_disk_and_datbase', "%s için ayarlar depolama alanından ve veri tabanından silindi.");
  41. define('OGP_LANG_delete_game_config_for', "%s için oyun ayarlarını diskten ve veri tabanından sil.");
  42. ?>