Blame view

common/messages/uk/field.php 498 Bytes
ab4d7cb1   andryeyev   Page + Языковая в...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
  <?php
   
  return [
      'page|' => 'Сторінка', 
      'date_add' => 'Дата додання', 
      'template' => 'Шаблон', 
      'image' => 'Картинка', 
      'show' => 'Відображати',  
      'title' => 'Заголовок',
      'meta_title' => 'Meta Title',
      'meta_description' => 'Meta Description',
      'text' => 'Текст',
      'page_alias' => 'alias',
      'lang_id' => 'ID мови',
      'common' => 'Загальне',
      'lang' => 'Мовні змінні',
  ];