24 lines
No EOL
1.1 KiB
PHP
24 lines
No EOL
1.1 KiB
PHP
<?php
|
||
/*
|
||
* Language definitions for the extras module (Turkish(turkey) localization)
|
||
*/
|
||
|
||
include 'update.php';
|
||
define('OGP_LANG_unable_download', "%s indirilemedi.");
|
||
define('OGP_LANG_md5_failed', "%s için yapılan MD5 testi başarısız, tekrar deneyin.");
|
||
define('OGP_LANG_uninstall', "Kaldır");
|
||
define('OGP_LANG_install', "Kur");
|
||
define('OGP_LANG_uptodate', "Güncel");
|
||
define('OGP_LANG_update_available', "Güncelleme mevcut");
|
||
define('OGP_LANG_not_installed', "Kurulmamış");
|
||
define('OGP_LANG_installed', "Kuruldu");
|
||
define('OGP_LANG_download_update', "İndir/Güncelle");
|
||
define('OGP_LANG_are_you_sure', "Emin misiniz");
|
||
define('OGP_LANG_uninstalling_module_dataloss', "Bir modülü kaldırarak bununla ilgili tüm verileri kaybedersiniz.");
|
||
define('OGP_LANG_remove_files_for', "Tüm dosyaları silmek istiyor musunuz");
|
||
define('OGP_LANG_confirm', "Kabul Et");
|
||
define('OGP_LANG_cancel', "İptal Et");
|
||
define('OGP_LANG_extra_themes', "Ekstra temalar");
|
||
define('OGP_LANG_extra_modules', "Ekstra modüller");
|
||
define('OGP_LANG_search_for_updates', "Güncellemeleri kontrol et");
|
||
?>
|