69 lines
4.3 KiB
PHP
69 lines
4.3 KiB
PHP
<?php
|
||
/*
|
||
*
|
||
* OGP - Open Game Panel
|
||
* Copyright (C) 2008 - 2018 The OGP Development Team
|
||
*
|
||
* http://www.opengamepanel.org/
|
||
*
|
||
* This program is free software; you can redistribute it and/or
|
||
* modify it under the terms of the GNU General Public License
|
||
* as published by the Free Software Foundation; either version 2
|
||
* of the License, or any later version.
|
||
*
|
||
* This program is distributed in the hope that it will be useful,
|
||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||
* GNU General Public License for more details.
|
||
*
|
||
* You should have received a copy of the GNU General Public License
|
||
* along with this program; if not, write to the Free Software
|
||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||
*
|
||
*/
|
||
|
||
define('OGP_LANG_install_lang', "Tercih edilen dili seçin");
|
||
define('OGP_LANG_install_welcome', "Open Game Panel kurucusuna hoş geldiniz.");
|
||
define('OGP_LANG_file_permission_check', "Gerekli dosya izinleri kontrol ediliyor");
|
||
define('OGP_LANG_OK', "Tamam");
|
||
define('OGP_LANG_write_permission_required', "Yazma izni gerekli");
|
||
define('OGP_LANG_execute_permission_required', "Uygulama izni gerekli");
|
||
define('OGP_LANG_create_an_empty_file', "Boş bir dosya oluştur");
|
||
define('OGP_LANG_found', "Bulund");
|
||
define('OGP_LANG_not_found', "Bulunamadı");
|
||
define('OGP_LANG_pear_xxtea_info', "Pear Crypt_XXTEA için OGP kullanmalısınız. Hemen hemen tüm Linux dağıtımlarında şu Pear komutu ile kurulum yapabilirsiniz 'pear install Crypt_XXTEA-beta'.");
|
||
define('OGP_LANG_refresh', "Yenile");
|
||
define('OGP_LANG_checking_required_modules', "Gerekli modüller kontrol ediliyor");
|
||
define('OGP_LANG_checking_optional_modules', "İsteğe bağlı modüller kontrol ediliyor");
|
||
define('OGP_LANG_database_type', "Veritabanı Türü");
|
||
define('OGP_LANG_database_settings', "Veritabanı Erişim Ayarları");
|
||
define('OGP_LANG_database_hostname', "Veritabanı Hostadı");
|
||
define('OGP_LANG_database_username', "Veritabanı Kullanıcı Adı");
|
||
define('OGP_LANG_database_password', "Veritabanı Şifresi");
|
||
define('OGP_LANG_database_name', "Veritabanı Adı");
|
||
define('OGP_LANG_database_prefix', "Veritabanı Önadı");
|
||
define('OGP_LANG_next', "Sonraki");
|
||
define('OGP_LANG_encryption_key', "Şifreleme anahtarı (Temsilci)");
|
||
define('OGP_LANG_agent_port', "Port (Temsilci)");
|
||
define('OGP_LANG_unable_to_write_config', "Ayar dosyası yazılamadı. Lütfen yazma iznini kontrol edin.");
|
||
define('OGP_LANG_admin_login_details', "Yönetici giriş bilgileri");
|
||
define('OGP_LANG_config_written', "Ayar dosyası başarıyla oluşturuldu.");
|
||
define('OGP_LANG_database_created', "Veritabanı tabloları başarıyla oluşturuldu.");
|
||
define('OGP_LANG_admin_login_details_info', "Open Game Panel için şimdi bir yönetici oluşturun.");
|
||
define('OGP_LANG_username', "Kullanıcı Adı");
|
||
define('OGP_LANG_repeat_password', "Şifreyi tekrarlayın");
|
||
define('OGP_LANG_email', "E-Posta adresi");
|
||
define('OGP_LANG_back', "Geri");
|
||
define('OGP_LANG_database_setup_failure', "Kurulum veritabanı oluşturulamadı. Lütfen veritabanı bilgilerini tekrar kontrol edin.");
|
||
define('OGP_LANG_php_version_check', "PHP versiyonu kontrol ediliyor");
|
||
define('OGP_LANG_invalid_username', "Geçersiz bir kullanıcı adı girdiniz.");
|
||
define('OGP_LANG_password_too_short', "Şifreniz çok kısa En az %d karakterden oluşmalı.");
|
||
define('OGP_LANG_password_contains_invalid_characters', "Şifreniz geçersiz karakterler içeriyor.");
|
||
define('OGP_LANG_invalid_email_address', "Hatalı e-posta adresi girildi.");
|
||
define('OGP_LANG_setup_complete', "Kurulum tamamlandı. Open Game Panel şimdi kullanıma hazır.");
|
||
define('OGP_LANG_remove_install_and_secure_config', "Güvenliğiniz için install.php dosyasını silmeli ve includes/config.inc.php dosyasının iznini 644 yapmalısınız.");
|
||
define('OGP_LANG_go_to_panel', "OGP'ye giriş yapmak için buraya tıklayın");
|
||
define('OGP_LANG_unable_to_resolve', "Eğer bu problemi çözemezseniz lütfen OGP websitesini ziyaret edin.");
|
||
define('OGP_LANG_slogan', "Açık-Kaynak!");
|
||
define('OGP_LANG_default_welcome_title_message', "Hoşgeldiniz! <b style='font-size:12px; font-weight:normal;'>Bu başlığı '<a href='?m=settings&p=themes'>Tema Ayarları</a>' altındaki '<a href='?m=administration&p=main'>Yönetim</a>' sekmesinden değiştirebilirsiniz.</b>");
|
||
?>
|