Panel/lang/Russian/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.5 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 (Russian localization)
*/
define('OGP_LANG_system_uptime', "Время работы системы");
define('OGP_LANG_system_up_time', "Работает");
define('OGP_LANG_system_up_since', "Запущен");
define('OGP_LANG_day_word', "День");
define('OGP_LANG_days_word', "Дни");
define('OGP_LANG_hour_word', "Час");
define('OGP_LANG_hours_word', "Часы");
define('OGP_LANG_minute_word', "Минута");
define('OGP_LANG_minutes_word', "Минуты");
define('OGP_LANG_second_word', "Секунда");
define('OGP_LANG_seconds_word', "Секунды");
define('OGP_LANG_cpu_usage', "Использование процессора");
define('OGP_LANG_cpu_load', "Нагрузка");
define('OGP_LANG_ram_usage', "Использование ОЗУ");
define('OGP_LANG_ram_used', "Используемая память");
define('OGP_LANG_ram_of', "из");
define('OGP_LANG_storage_space', "Место для хранения");
define('OGP_LANG_storage_total', "Дисковое пространство");
define('OGP_LANG_storage_used', "Использовано");
define('OGP_LANG_storage_free', "Свободно");
define('OGP_LANG_process_monitor', "Монитор процессов");
define('OGP_LANG_status_extension_required', "Требуется расширение");
define('OGP_LANG_gd_info', "Требуется PHP расширение <a href=\"http://php.net/manual/en/image.installation.php\">GD</a>для создания этих изображений");
?>