diff --git a/plugins/box/backup/backup.admin.php b/plugins/box/backup/backup.admin.php index aa9478b..84bd6c8 100755 --- a/plugins/box/backup/backup.admin.php +++ b/plugins/box/backup/backup.admin.php @@ -51,9 +51,9 @@ class BackupAdmin extends Backend if (Security::check(Request::get('token'))) { if (File::delete($backups_path . DS . Request::get('delete_file'))) { - Notification::set('success', __('Backup was deleted', 'system')); + Notification::set('success', __('Backup was deleted', 'backup')); } else { - Notification::set('error', __('Backup was not deleted', 'system')); + Notification::set('error', __('Backup was not deleted', 'backup')); } Request::redirect(Option::get('siteurl').'/admin/index.php?id=backup'); @@ -81,12 +81,12 @@ class BackupAdmin extends Backend $file_locations = Zip::factory()->extract($backups_path . DS . Request::get('restore'), $tmp_dir); if (!empty($file_locations)) { Dir::copy($tmp_dir, ROOT . DS); - Notification::set('success', __('Backup was restored', 'system')); + Notification::set('success', __('Backup was restored', 'backup')); } else { - Notification::set('error', __('Unzip error', 'system')); + Notification::set('error', __('Unzip error', 'backup')); } } else { - Notification::set('error', __('Backup was not restored', 'system')); + Notification::set('error', __('Backup was not restored', 'backup')); } Request::redirect(Option::get('siteurl').'/admin/index.php?id=backup'); diff --git a/plugins/box/backup/languages/ru.lang.php b/plugins/box/backup/languages/ru.lang.php index 7859d32..aa15c8a 100644 --- a/plugins/box/backup/languages/ru.lang.php +++ b/plugins/box/backup/languages/ru.lang.php @@ -13,5 +13,9 @@ 'Actions' => 'Действия', 'Delete backup: :backup' => 'Удалить бекап: :backup', 'Creating...' => 'Создание...', + 'Backup was deleted' => 'Бекап не был создан', + 'Backup was created' => 'Бекап был создан', + 'Backup was not restored' => 'Бекап не был восстановлен', + 'Backup was restored' => 'Бекап был восстановлен', ) ); diff --git a/plugins/box/dashboard/languages/ru.lang.php b/plugins/box/dashboard/languages/ru.lang.php index 37106ea..dd0fd47 100644 --- a/plugins/box/dashboard/languages/ru.lang.php +++ b/plugins/box/dashboard/languages/ru.lang.php @@ -2,8 +2,8 @@ return array( 'dashboard' => array( - 'Dashboard' => 'Dashboard', - 'Dashboard plugin for Monstra' => 'Dashboard для Monstra', + 'Dashboard' => 'Панель', + 'Dashboard plugin for Monstra' => 'Панель для Monstra', 'Welcome back' => 'Добро пожаловать', 'Create New' => 'Добавить', 'Upload File' => 'Загрузить Файл', diff --git a/plugins/box/dashboard/views/backend/index.view.php b/plugins/box/dashboard/views/backend/index.view.php index ed57b0d..223976f 100644 --- a/plugins/box/dashboard/views/backend/index.view.php +++ b/plugins/box/dashboard/views/backend/index.view.php @@ -13,7 +13,7 @@ - __('Upload File', 'filesmanager'), 'class' => 'btn btn-primary'))); ?> + __('Upload File', 'filesmanager'), 'class' => 'btn btn-primary'))); ?> diff --git a/plugins/box/emails/languages/ru.lang.php b/plugins/box/emails/languages/ru.lang.php index d8d1024..fd70b09 100644 --- a/plugins/box/emails/languages/ru.lang.php +++ b/plugins/box/emails/languages/ru.lang.php @@ -2,18 +2,18 @@ return array( 'emails' => array( - 'Emails' => 'Emails', + 'Emails' => 'Письма', 'Emails plugin for Monstra' => 'Плагин emails для Monstra', - 'Edit Layout' => 'Edit Layout', - 'Email templates' => 'Email templates', - 'Edit' => 'Edit', - 'Edit Email Template' => 'Edit Email Template', - 'Name' => 'Name', - 'Email template content' => 'Email template content', - 'Save and Exit' => 'Save and Exit', - 'Save' => 'Save', - 'Cancel' => 'Cancel', - 'This email template does not exist' => 'This email template does not exist', - 'Your changes to the email template :name have been saved.' => 'Your changes to the email template :name have been saved.', + 'Edit Layout' => 'Редактировать Шаблон', + 'Email templates' => 'Шаблоны Писем', + 'Edit' => 'Редактировать', + 'Edit Email Template' => 'Редактировать Шаблоны Письма', + 'Name' => 'Название', + 'Email template content' => 'Конент Шаблона Письма', + 'Save and Exit' => 'Сохранить и выйты', + 'Save' => 'Сохранить', + 'Cancel' => 'Отменить', + 'This email template does not exist' => 'Этот емейл шаблон отсутствует', + 'Your changes to the email template :name have been saved.' => 'Ваши изменения к емейл шаблону :name были сохранены.', ) ); diff --git a/plugins/box/filesmanager/languages/ru.lang.php b/plugins/box/filesmanager/languages/ru.lang.php index 6a11418..e4cd82b 100644 --- a/plugins/box/filesmanager/languages/ru.lang.php +++ b/plugins/box/filesmanager/languages/ru.lang.php @@ -8,30 +8,30 @@ 'Actions' => 'Действия', 'Delete' => 'Удалить', 'Upload' => 'Загрузить', - 'Drop File Here' => 'Drop File Here', - 'Maximum upload file size: :upload_max_filesize' => 'Maximum upload file size: :upload_max_filesize', - 'Rename' => 'Rename', - 'Renamed successfully' => 'Renamed successfully', + 'Drop File Here' => 'Перетащите файл сюда', + 'Maximum upload file size: :upload_max_filesize' => 'Максимальный размер файла: :upload_max_filesize', + 'Rename' => 'Переименовать', + 'Renamed successfully' => 'Успешно переименован', 'Failure' => 'Failure', - 'Forbidden file type' => 'Forbidden file type', - 'Upload server error' => 'Upload server error', - 'Can not be empty' => 'Can not be empty', - 'Create New Directory' => 'Create New Directory', - 'Directory Name' => 'Directory Name', - 'Directory:' => 'Directory:', - 'Directory was not created' => 'Directory was not created', - 'Directory was created' => 'Directory was created', - 'Directory was deleted' => 'Directory was deleted', - 'Directory was not deleted' => 'Directory was not deleted', - 'Directory exists' => 'Directory exists', - 'File:' => 'File:', - 'File was uploaded' => 'File was uploaded', - 'File was not uploaded' => 'File was not uploaded', - 'File was deleted' => 'File was deleted', - 'File was not deleted' => 'File was not deleted', - 'File exists' => 'File exists', - 'Cancel' => 'Cancel', - 'Create' => 'Create', + 'Forbidden file type' => 'Запрещенный тип файла', + 'Upload server error' => 'Ошибка сервера при загрузке', + 'Can not be empty' => 'Не может быть пустым', + 'Create New Directory' => 'Создать Новую Директорию', + 'Directory Name' => 'Название Директории', + 'Directory:' => 'Директория:', + 'Directory was not created' => 'Диретория не была создана', + 'Directory was created' => 'Директория была создана', + 'Directory was deleted' => 'Директория была удалена', + 'Directory was not deleted' => 'Директория не была удалена', + 'Directory exists' => 'Диретория уже существует', + 'File:' => 'Файл:', + 'File was uploaded' => 'Файл был загружен', + 'File was not uploaded' => 'Файл не был загружен', + 'File was deleted' => 'Файл был удален', + 'File was not deleted' => 'Файл не был удален', + 'File exists' => 'Файл существует', + 'Cancel' => 'Отменить', + 'Create' => 'Создать', 'directory' => 'директория', 'Delete directory: :dir' => 'Удалить директорию: :dir', 'Delete file: :file' => 'Удалить файл :file', @@ -39,5 +39,12 @@ 'Size' => 'Размер', 'Select file' => 'Выбрать файл', 'Change' => 'Изменить', + 'Info' => 'Инфо', + 'File Information' => 'Информация о файле', + 'Filename' => 'Название файла', + 'Filetype' => 'Тип файла', + 'Filesize' => 'Размер файла', + 'Dimension' => 'Разрешение', + 'Link' => 'Ссылка', ) ); diff --git a/plugins/box/filesmanager/views/backend/index.view.php b/plugins/box/filesmanager/views/backend/index.view.php index b2a2cfb..9994245 100755 --- a/plugins/box/filesmanager/views/backend/index.view.php +++ b/plugins/box/filesmanager/views/backend/index.view.php @@ -217,23 +217,23 @@ diff --git a/plugins/box/pages/languages/ru.lang.php b/plugins/box/pages/languages/ru.lang.php index 1239e1b..c687fec 100644 --- a/plugins/box/pages/languages/ru.lang.php +++ b/plugins/box/pages/languages/ru.lang.php @@ -16,7 +16,8 @@ 'Title' => 'Заголовок', 'Name' => 'Название', 'Author' => 'Автор', - 'Name (slug)' => 'Название (slug)', + 'Slug (url)' => 'Ссылка (url)', + 'Tags' => 'Теги', 'Description' => 'Описание', 'Keywords' => 'Ключевые слова', 'Parent' => 'Родитель', diff --git a/plugins/box/plugins/languages/ru.lang.php b/plugins/box/plugins/languages/ru.lang.php index f68c639..c5e2de9 100644 --- a/plugins/box/plugins/languages/ru.lang.php +++ b/plugins/box/plugins/languages/ru.lang.php @@ -16,6 +16,7 @@ 'Get More Plugins' => 'Скачать другие плагины', 'Install' => 'Установить', 'Uninstall' => 'Удалить', - 'README.md not found' => 'README.md not found', + 'README.md not found' => 'README.md не найден', + 'Info' => 'Инфо', ) ); diff --git a/plugins/box/snippets/snippets.admin.php b/plugins/box/snippets/snippets.admin.php index dc6eceb..fa22bba 100755 --- a/plugins/box/snippets/snippets.admin.php +++ b/plugins/box/snippets/snippets.admin.php @@ -2,7 +2,7 @@ // Add plugin navigation link Navigation::add(__('Snippets', 'snippets'), 'extends', 'snippets', 3); -Dashboard::addNewItem('snippets', __('Snippets', 'snippet'), 'index.php?id=snippets&action=add_snippet', 3); +Dashboard::addNewItem('snippets', __('Snippets', 'snippets'), 'index.php?id=snippets&action=add_snippet', 3); /** * Snippets Admin Class diff --git a/plugins/box/themes/languages/ru.lang.php b/plugins/box/themes/languages/ru.lang.php index 98abe67..b7513fe 100644 --- a/plugins/box/themes/languages/ru.lang.php +++ b/plugins/box/themes/languages/ru.lang.php @@ -48,5 +48,6 @@ 'Script content' => 'Содержимое скрипта', 'New Script' => 'Новый скрипт', 'Edit Script' => 'Редактирование скрипта', + 'Cancel' => 'Отмена', ) );