1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-10 23:24:07 +02:00

Fix Translates

This commit is contained in:
Awilum
2014-04-27 14:00:20 +04:00
parent fe4caf0802
commit 48b7be3ecc
11 changed files with 65 additions and 51 deletions

View File

@@ -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 <i>:name</i> have been saved.' => 'Your changes to the email template <i>:name</i> 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 <i>:name</i> have been saved.' => 'Ваши изменения к емейл шаблону <i>:name</i> были сохранены.',
)
);