Blame view

common/messages/ru/app.php 560 Bytes
a0e8d4e0   Alexey Boroda   first commit
1
  <?php
809b0ee3   Eugeny Galkovskiy   Переводы 1
2
3
4
5
6
7
8
9
10
11
12
13
14
      return [
          'Home' => 'Главная',
          'Submit' => 'Применить',
          'Save'  =>  'Сохранить',
          'Company name'  =>  'Название компании',
          'Profile'       =>  'Профиль',
          'Host'  =>  'Сервер',
          'User'  =>  'Логин',
          'Pass'  =>  'Пароль',
          'Create Page' =>  'Создать страницу',
          'Add'                           =>  'Добавить',
          'Blog Articles'                 =>  'Список статей',
      ];