1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-07-31 18:30:20 +02:00

Box Plugins: translates updates

This commit is contained in:
Awilum
2012-10-22 22:26:19 +03:00
parent 95946ae72f
commit 704721a96b
3 changed files with 3 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
return array(
'information' => array(
'Information' => 'Информация',
'Debuging' => 'Дебаггинг',
'Debugging' => 'Дебаггинг',
'Name' => 'Название',
'Value' => 'Значение',
'Security' => 'Безопасность',

View File

@@ -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',

View File

@@ -50,7 +50,7 @@
'Send New Password' => 'Отправить новый пароль',
'This user does not exist' => 'Такого пользователя не существует',
'Version' => 'Версия',
'Plugin does not exist' => 'Такого плагина не существует',
'Install script writable' => 'Установочный скрипт доступен для записи',
'Install script not writable' => 'Установочный скрипт не доступен для записи',