88 lines
No EOL
5.3 KiB
PHP
Executable file
88 lines
No EOL
5.3 KiB
PHP
Executable file
<?php
|
||
/*
|
||
*
|
||
* OGP - Open Game Panel
|
||
* Copyright (C) 2008 - 2018 The OGP Development Team
|
||
*
|
||
* http://www.opengamepanel.org/
|
||
*
|
||
* This program is free software; you can redistribute it and/or
|
||
* modify it under the terms of the GNU General Public License
|
||
* as published by the Free Software Foundation; either version 2
|
||
* of the License, or any later version.
|
||
*
|
||
* This program is distributed in the hope that it will be useful,
|
||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||
* GNU General Public License for more details.
|
||
*
|
||
* You should have received a copy of the GNU General Public License
|
||
* along with this program; if not, write to the Free Software
|
||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||
*
|
||
*/
|
||
|
||
define('OGP_LANG_dir_not_found', "Папка '%s' не найдена на сервере.");
|
||
define('OGP_LANG_filename', "Имя файла");
|
||
define('OGP_LANG_filesize', "Размер файла");
|
||
define('OGP_LANG_bytes', "Байты");
|
||
define('OGP_LANG_owner', "Владелец");
|
||
define('OGP_LANG_group', "Группа");
|
||
define('OGP_LANG_empty_directory', "Директория пустая.");
|
||
define('OGP_LANG_currently_viewing', "Текущая директория '%s'");
|
||
define('OGP_LANG_wrote_changes', "Изменения записаны успешно.");
|
||
define('OGP_LANG_failed_write', "Ошибка при записи файла на удаленный сервер.");
|
||
define('OGP_LANG_failed_read', "Ошибка при чтении файла.");
|
||
define('OGP_LANG_failed_list', "Ошибка при получении списка файлов.");
|
||
define('OGP_LANG_level_up', "^На Уровень выше^");
|
||
define('OGP_LANG_unallowed_char', "Запрещённые символы найдены в пути к файлу.");
|
||
define('OGP_LANG_button_edit', "[Изменить]");
|
||
define('OGP_LANG_save', "сохранить");
|
||
define('OGP_LANG_home_id_missing', "Home ID отсутствует.");
|
||
define('OGP_LANG_upload', "Загрузить");
|
||
define('OGP_LANG_upload_failed', "Ошибка загрузки, ошибка была: %s.");
|
||
define('OGP_LANG_can_not_create_upload_folder_path', "Не возможно создать путь для загрузки папки %s");
|
||
define('OGP_LANG_url_is_not_accesible_from_agent', "URL %sнедоступен у Агента ");
|
||
define('OGP_LANG_upload_file', "Загрузить файл");
|
||
define('OGP_LANG_uncompress', "Распаковать");
|
||
define('OGP_LANG_create_folder', "Создать папку");
|
||
define('OGP_LANG_create', "Создать");
|
||
define('OGP_LANG_delete_item', "Удалить %s?");
|
||
define('OGP_LANG_upload_in_progress', "Выполняется загрузка ...");
|
||
define('OGP_LANG_upload_complete', "Загрузка завершена.");
|
||
define('OGP_LANG_chattr_yes', "Заблокировать файл");
|
||
define('OGP_LANG_chattr_no', "Разблокировать файл");
|
||
define('OGP_LANG_secure_item', "Безопасный/Небезопасный %s?");
|
||
define('OGP_LANG_filesecure', "Безопасность файлов");
|
||
define('OGP_LANG_chattr_locked', "Файл заблокирован");
|
||
define('OGP_LANG_chattr_unlocked', "Файл разблокирован");
|
||
define('OGP_LANG_rename', "Переименовать");
|
||
define('OGP_LANG_move', "Переместить");
|
||
define('OGP_LANG_copy', "Копировать");
|
||
define('OGP_LANG_compress', "Сжать");
|
||
define('OGP_LANG_create_file', "Создать файл");
|
||
define('OGP_LANG_select_at_least_one_item', "Выберите хотя бы один элемент");
|
||
define('OGP_LANG_rename_item', "Переименовать элемент(ы)");
|
||
define('OGP_LANG_move_item', "Переместить элемент(ы)");
|
||
define('OGP_LANG_copy_item', "Копировать элемент(ы)");
|
||
define('OGP_LANG_compress_item', "Сжать элемент(ы)");
|
||
define('OGP_LANG_uncompress_item', "Распаковать элемент(ы)");
|
||
define('OGP_LANG_archive_name', "Имя архива");
|
||
define('OGP_LANG_archive_type', "Тип архива");
|
||
define('OGP_LANG_file_name', "Имя файла");
|
||
define('OGP_LANG_folder_name', "Имя папки");
|
||
define('OGP_LANG_compresses_files_separately', "Сжимает файлы отдельно");
|
||
define('OGP_LANG_to', "в");
|
||
define('OGP_LANG_upload_to_web', "Загрузить на веб сервер");
|
||
define('OGP_LANG_transfer_to_server', "Перемещение на игровой сервер");
|
||
define('OGP_LANG_mail_sent_successfully', "Email успешно отправлен");
|
||
define('OGP_LANG_send_item_by_email', "Отправить элемент(ы) по электронной почте");
|
||
define('OGP_LANG_subject', "Объект");
|
||
define('OGP_LANG_message', "Сообщение");
|
||
define('OGP_LANG_dest_email', "Получатель email");
|
||
define('OGP_LANG_remove', "Удалить");
|
||
define('OGP_LANG_send_by_email', "Отправлять Email");
|
||
define('OGP_LANG_send_by_email_info', "Для отправки файлов по почте, пакет 'mutt' должен быть установлен на сервере агента.");
|
||
define('OGP_LANG_settings_updated', "Настройки обновлены");
|
||
define('OGP_LANG_update_settings', "Обновить настройки");
|
||
?>
|