Sync locales

This commit is contained in:
Frederic Guillot
2015-06-28 10:01:28 -04:00
parent 7b9733f672
commit 6660be939d
19 changed files with 190 additions and 38 deletions

View File

@@ -20,6 +20,15 @@ return array(
'Red' => 'Красный',
'Orange' => 'Оранжевый',
'Grey' => 'Серый',
// 'Brown' => '',
// 'Deep Orange' => '',
// 'Dark Grey' => '',
// 'Pink' => '',
// 'Teal' => '',
// 'Cyan' => '',
// 'Lime' => '',
// 'Light Green' => '',
// 'Amber' => '',
'Save' => 'Сохранить',
'Login' => 'Вход',
'Official website:' => 'Официальный сайт:',
@@ -31,7 +40,6 @@ return array(
'All users' => 'Все пользователи',
'Username' => 'Имя пользователя',
'Password' => 'Пароль',
'Default project' => 'Проект по умолчанию',
'Administrator' => 'Администратор',
'Sign in' => 'Войти',
'Users' => 'Пользователи',
@@ -405,7 +413,6 @@ return array(
'Username:' => 'Имя пользователя:',
'Name:' => 'Имя:',
'Email:' => 'E-mail:',
'Default project:' => 'Проект по умолчанию:',
'Notifications:' => 'Уведомления:',
'Notifications' => 'Уведомления',
'Group:' => 'Группа:',
@@ -949,4 +956,6 @@ return array(
// '<30m' => '',
// 'Stop timer' => '',
// 'Start timer' => '',
// 'Add project member' => '',
// 'Enable notifications' => '',
);