From 704721a96bf313f35fead0937bd7e9eab4b5a341 Mon Sep 17 00:00:00 2001 From: Awilum Date: Mon, 22 Oct 2012 22:26:19 +0300 Subject: [PATCH] Box Plugins: translates updates --- plugins/box/information/languages/ru.lang.php | 2 +- plugins/box/system/languages/en.lang.php | 1 + plugins/box/system/languages/ru.lang.php | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/plugins/box/information/languages/ru.lang.php b/plugins/box/information/languages/ru.lang.php index 4b7c7c5..0402b40 100644 --- a/plugins/box/information/languages/ru.lang.php +++ b/plugins/box/information/languages/ru.lang.php @@ -3,7 +3,7 @@ return array( 'information' => array( 'Information' => 'Информация', - 'Debuging' => 'Дебаггинг', + 'Debugging' => 'Дебаггинг', 'Name' => 'Название', 'Value' => 'Значение', 'Security' => 'Безопасность', diff --git a/plugins/box/system/languages/en.lang.php b/plugins/box/system/languages/en.lang.php index d76496e..f8a74dd 100644 --- a/plugins/box/system/languages/en.lang.php +++ b/plugins/box/system/languages/en.lang.php @@ -50,6 +50,7 @@ 'Send New Password' => 'Send New Password', 'This user does not exist' => 'This user does not exist', 'Version' => 'Version', + 'Plugin does not exist' => 'Plugin does not exist', 'Install script writable' => 'Install script writable', 'Install script not writable' => 'Install script not writable', diff --git a/plugins/box/system/languages/ru.lang.php b/plugins/box/system/languages/ru.lang.php index 2782260..0f2ca57 100644 --- a/plugins/box/system/languages/ru.lang.php +++ b/plugins/box/system/languages/ru.lang.php @@ -50,7 +50,7 @@ 'Send New Password' => 'Отправить новый пароль', 'This user does not exist' => 'Такого пользователя не существует', 'Version' => 'Версия', - + 'Plugin does not exist' => 'Такого плагина не существует', 'Install script writable' => 'Установочный скрипт доступен для записи', 'Install script not writable' => 'Установочный скрипт не доступен для записи',