Panel/lang/Turkish(Turkey)/modules/extras.php
copilot-swe-agent[bot] 898018d204 Complete license header replacement with file purpose descriptions (675 files)
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-09-05 22:46:27 +00:00

24 lines
No EOL
1.1 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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");
?>