Files
nexusphp/lang/ru/lang_moforums.php
2025-04-22 19:35:05 +07:00

27 lines
1.3 KiB
PHP
Raw Permalink 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
$lang_moforums = array
(
'head_overforum_management' => "Управление форумами",
'text_forum_management' => "Управление форумами",
'text_overforum_management' => "Управление форумами",
'col_name' => "Наименование",
'col_viewed_by' => "Просмотрено",
'col_modify' => "Изменить",
'text_edit' => "Редактирование",
'text_delete' => "Удалить",
'js_sure_to_delete_overforum' => "Вы уверены, что хотите удалить этот overforum?",
'text_no_records_found' => "К сожалению, записей не найдено!",
'text_new_overforum' => "Новый Overforum",
'text_overforum_name' => "Название форума",
'text_overforum_description' => "Описание Overforum",
'text_minimum_view_permission' => "Минимальное разрешение на просмотр",
'text_overforum_order' => "Заказ Overforum",
'text_overforum_order_note' => "Упорядочить по количеству по возрастанию. То есть, 0 показывает сверху",
'submit_make_overforum' => "Сделать Overforum",
'text_edit_overforum' => "Редактировать Overforum",
'submit_edit_overforum' => "Редактировать Overforum"
);
?>