Panel/lang/Croatian(Croatia)/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

<?php
/*
* Language definitions for the status module (Croatian(croatia) localization)
*/
define('OGP_LANG_system_uptime', "Učinkovitost Sustava");
define('OGP_LANG_system_up_time', "Vrijeme Rada");
define('OGP_LANG_system_up_since', "Od");
define('OGP_LANG_day_word', "Dan");
define('OGP_LANG_days_word', "Dana");
define('OGP_LANG_hour_word', "Sat");
define('OGP_LANG_hours_word', "Sati");
define('OGP_LANG_minute_word', "Minutu");
define('OGP_LANG_minutes_word', "Minuta");
define('OGP_LANG_second_word', "Sekunda");
define('OGP_LANG_seconds_word', "Sekundi");
define('OGP_LANG_cpu_usage', "Korištenje CPU-a");
define('OGP_LANG_cpu_load', "Opterećenje");
define('OGP_LANG_ram_usage', "Upotreba RAM-a");
define('OGP_LANG_ram_used', "Upotrijebljena memorija");
define('OGP_LANG_ram_of', "od");
define('OGP_LANG_storage_space', "Prostor za pohranu");
define('OGP_LANG_storage_total', "Prostor na disku");
define('OGP_LANG_storage_used', "Korišteno");
define('OGP_LANG_storage_free', "Slobodan prostor");
define('OGP_LANG_process_monitor', "Proces Monitora");
define('OGP_LANG_status_extension_required', "Potrebni dodatak");
define('OGP_LANG_gd_info', "<a href=\"http://php.net/manual/en/image.installation.php\">GD</a> dodatak za PHP potreban je za generiranje ovih BAR slika!");
?>