Panel/lang/Turkish(Turkey)/modules/status.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

29 lines
No EOL
1.3 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 status module (Turkish(turkey) localization)
*/
define('OGP_LANG_system_uptime', "Sistem Çalışma Süresi");
define('OGP_LANG_system_up_time', "Çalışma Süresi");
define('OGP_LANG_system_up_since', "Bu yana");
define('OGP_LANG_day_word', "Gün");
define('OGP_LANG_days_word', "Gün");
define('OGP_LANG_hour_word', "Saat");
define('OGP_LANG_hours_word', "Saat");
define('OGP_LANG_minute_word', "Dakika");
define('OGP_LANG_minutes_word', "Dakika");
define('OGP_LANG_second_word', "Saniye");
define('OGP_LANG_seconds_word', "Saniye");
define('OGP_LANG_cpu_usage', "CPU Kullanımı");
define('OGP_LANG_cpu_load', "Yük");
define('OGP_LANG_ram_usage', "RAM Kullanımı");
define('OGP_LANG_ram_used', "Kullanılan Bellek");
define('OGP_LANG_ram_of', "-");
define('OGP_LANG_storage_space', "Depolama Alanı");
define('OGP_LANG_storage_total', "Disk Alanı");
define('OGP_LANG_storage_used', "Kullanılmış");
define('OGP_LANG_storage_free', "Boş Alan");
define('OGP_LANG_process_monitor', "İşlem İzleme");
define('OGP_LANG_status_extension_required', "Eklenti Gerekli");
define('OGP_LANG_gd_info', " Bu çubuk görüntülerini oluşturmak için <a href=\"http://php.net/manual/en/image.installation.php\">GD</a> PHP eklentisi gerekli");
?>