diff options
author | vskRU <vskrypnikov@outlook.com> | 2015-09-03 00:55:46 +0300 |
---|---|---|
committer | vskRU <vskrypnikov@outlook.com> | 2015-09-03 00:55:46 +0300 |
commit | ec5e0a3ccb31e58c7967118e8527fd003bd67634 (patch) | |
tree | 3dc6480d4f5b872da132eca8a83b754bb804b97b | |
parent | 94e511b9bb50308406743056371c2cb210f2920d (diff) |
Update translations.php
-rw-r--r-- | app/Locale/ru_RU/translations.php | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/app/Locale/ru_RU/translations.php b/app/Locale/ru_RU/translations.php index 383c3156..4243106a 100644 --- a/app/Locale/ru_RU/translations.php +++ b/app/Locale/ru_RU/translations.php @@ -20,15 +20,15 @@ return array( 'Red' => 'Красный', 'Orange' => 'Оранжевый', 'Grey' => 'Серый', - // 'Brown' => 'Коричневый', - // 'Deep Orange' => 'Темно-оранжевый', - // 'Dark Grey' => 'Темно-серый', - // 'Pink' => 'Розовый', - // 'Teal' => 'Бирюзовый', - // 'Cyan' => 'Голубой', - // 'Lime' => 'Лимонный', - // 'Light Green' => 'Светло-зеленый', - // 'Amber' => 'Янтарный', + 'Brown' => 'Коричневый', + 'Deep Orange' => 'Темно-оранжевый', + 'Dark Grey' => 'Темно-серый', + 'Pink' => 'Розовый', + 'Teal' => 'Бирюзовый', + 'Cyan' => 'Голубой', + 'Lime' => 'Лимонный', + 'Light Green' => 'Светло-зеленый', + 'Amber' => 'Янтарный', 'Save' => 'Сохранить', 'Login' => 'Вход', 'Official website:' => 'Официальный сайт:', |