|
23 | 23 | $_lang['setting_collections.user_css_desc'] = 'URL-адрес пользовательского CSS-файла, который может содержать собственные стили.'; |
24 | 24 | $_lang['setting_mgr_tree_icon_collectioncontainer'] = 'Значок коллекции'; |
25 | 25 | $_lang['setting_mgr_tree_icon_collectioncontainer_desc'] = 'Класс CSS, который будет использоваться для коллекции'; |
26 | | -$_lang['setting_collections.renderer_image_path'] = 'Renderer image path'; |
| 26 | +$_lang['setting_collections.renderer_image_path'] = 'Путь к изображению визуализации'; |
27 | 27 | $_lang['setting_collections.renderer_image_path_desc'] = 'Image path that will be used for Image renderer. Path will be appended to base_url.'; |
28 | | -$_lang['setting_mgr_tree_icon_selectioncontainer'] = 'Selections icon'; |
| 28 | +$_lang['setting_mgr_tree_icon_selectioncontainer'] = 'Выберите иконку'; |
29 | 29 | $_lang['setting_mgr_tree_icon_selectioncontainer_desc'] = 'CSS class that will be used for Selections'; |
30 | 30 | $_lang['setting_collections.tree_tbar_collection'] = 'Tree Tool Bar - Collection'; |
31 | 31 | $_lang['setting_collections.tree_tbar_collection_desc'] = 'Show "New Collection" button in Tree tool bar'; |
|
46 | 46 | $_lang['collections.global.change_order'] = 'Изменить сортировку: [[+child]]'; |
47 | 47 | $_lang['collections.global.change_parent'] = 'Изменение родителя для: [[+child]]'; |
48 | 48 | $_lang['collections.global.use_default'] = 'Использовать по умолчанию'; |
49 | | -$_lang['collections.global.import'] = 'Import'; |
| 49 | +$_lang['collections.global.import'] = 'Импорт'; |
50 | 50 |
|
51 | 51 | // Children |
52 | 52 | $_lang['collections.children'] = 'Дочерние ресурсы'; |
53 | 53 | $_lang['collections.children.create'] = 'Создать дочерний ресурс'; |
54 | 54 | $_lang['collections.children.view'] = 'Просмотреть дочерний ресурс'; |
55 | 55 | $_lang['collections.children.edit'] = 'Изменить дочерний ресурс'; |
56 | | -$_lang['collections.children.quickupdate'] = 'Quick Update'; |
| 56 | +$_lang['collections.children.quickupdate'] = 'Быстрое обновление'; |
57 | 57 | $_lang['collections.children.publish'] = 'Опубликовать дочерний ресурс'; |
58 | 58 | $_lang['collections.children.unpublish'] = 'Отменить публикацию дочернего ресурса'; |
59 | 59 | $_lang['collections.children.duplicate'] = 'Копировать дочерний ресурс'; |
|
134 | 134 | $_lang['collections.template.child_content_type'] = 'Тип контента дочерних ресурсов по умолчанию'; |
135 | 135 | $_lang['collections.template.parent'] = 'Parent-id (optional, @SNIPPET can be used)'; |
136 | 136 | $_lang['collections.template.child_content_disposition'] = 'Default children\'s content disposition'; |
137 | | -$_lang['collections.template.sort_type'] = 'Sort type'; |
| 137 | +$_lang['collections.template.sort_type'] = 'Сортировать по типу'; |
138 | 138 | $_lang['collections.template.permanent_sort_before'] = 'Permanent sort - Before'; |
139 | 139 | $_lang['collections.template.permanent_sort_after'] = 'Permanent sort - After'; |
140 | 140 | $_lang['collections.template.selection_link_condition'] = 'WHERE condition for Link resource window'; |
141 | 141 | $_lang['collections.template.selection_link_condition_desc'] = 'JSON encoded xPDO WHERE condition'; |
142 | 142 | $_lang['collections.template.export_more'] = 'Export views'; |
143 | | -$_lang['collections.template.export'] = 'Export view'; |
| 143 | +$_lang['collections.template.export'] = 'Экспорт'; |
144 | 144 | $_lang['collections.template.import'] = 'Import views'; |
145 | 145 |
|
146 | 146 | $_lang['collections.template.column.none'] = 'Этот вид еще не имеет столбцов.'; |
|
157 | 157 | $_lang['collections.template.column.editor'] = 'Редактор'; |
158 | 158 | $_lang['collections.template.column.renderer'] = 'Рендерер'; |
159 | 159 | $_lang['collections.template.column.php_renderer'] = 'Сниппет-рендерер'; |
160 | | -$_lang['collections.template.column.sort_type'] = 'Sort type'; |
| 160 | +$_lang['collections.template.column.sort_type'] = 'Тип сортировки'; |
161 | 161 |
|
162 | | -$_lang['collections.template.sort_type_default'] = 'Default'; |
| 162 | +$_lang['collections.template.sort_type_default'] = 'По умолчанию'; |
163 | 163 | $_lang['collections.template.sort_type_integer'] = 'Integer'; |
164 | | -$_lang['collections.template.sort_type_decimal'] = 'Decimal'; |
165 | | -$_lang['collections.template.sort_type_datetime'] = 'DateTime'; |
| 164 | +$_lang['collections.template.sort_type_decimal'] = 'Десятичное'; |
| 165 | +$_lang['collections.template.sort_type_datetime'] = 'Дата и время'; |
166 | 166 |
|
167 | 167 | $_lang['collections.err.parent_ns'] = 'Родитель не указан.'; |
168 | 168 | $_lang['collections.err.template_ns'] = 'Вид не указан.'; |
|
0 commit comments