Blame view

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