Blame view

common/messages/ru/blog.php 597 Bytes
e600c706   Eugeny Galkovskiy   Записаться на приём
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  <?php
  return [
      'Tags'  =>  'Теги',
      'Create Blog Article'   =>  'Создать статью',
      'Blog Articles'         =>  'Список статей',
      'create_item'           =>  'Создать',
      'Categories'            =>  'Категории',
      'Not active'            =>  'Не активна',
      'Active'                =>  'Активна',
      'Update Blog Article: ' =>  'Обновить статью: ',
      'Update'                =>  'Обновить',
      'Delete'                =>  'Удалить',
      'Create'                =>  'Создать',
  ];