tv.inc.php 6.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. <?php
  2. /**
  3. * TV English lexicon topic
  4. *
  5. * @language en
  6. * @package modx
  7. * @subpackage lexicon
  8. */
  9. $_lang['has_access'] = 'Доступно для редагування?';
  10. $_lang['filter_by_category'] = 'Фільтр за категорією...';
  11. $_lang['rank'] = 'Порядок';
  12. $_lang['rendering_options'] = 'Налаштування відображення';
  13. $_lang['tv'] = 'Змінна шаблону';
  14. $_lang['tv_access_msg'] = 'Select the Resource Groups that this Template Variable belongs to. Only users with access to the Groups selected will be able to modify this TV. If no Groups are selected, all users with access to the Manager will be able to modify the TV.';
  15. $_lang['tv_binding_msg'] = 'This field supports data source bindings using the @ commands';
  16. $_lang['tv_caption'] = 'Підпис';
  17. $_lang['tv_change_template_msg'] = 'Changing this template will cause the page to reload the Template Variables, losing any unsaved changes.<br /><br /> Are you sure you want to change this template?';
  18. $_lang['tv_delete_confirm'] = 'Are you sure you want to delete this TV?';
  19. $_lang['tv_desc_caption'] = 'The text that will be used beside the TV when editing it in a Resource.';
  20. $_lang['tv_desc_category'] = 'Категорія, до якої належить ця змінна шаблону.';
  21. $_lang['tv_desc_description'] = 'Короткий опис цієї змінної шаблону.';
  22. $_lang['tv_desc_name'] = 'Ім\'я цієї змінної шаблону. Вона буде доступна через теґ [[*Ім\'яЗмінної]].';
  23. $_lang['tv_description'] = 'Описання';
  24. $_lang['tv_err_delete'] = 'An error occurred while deleting the Template Variable.';
  25. $_lang['tv_err_duplicate'] = 'An error occurred while trying to duplicate the Template Variable.';
  26. $_lang['tv_err_duplicate_templates'] = 'Сталася помилка при дублюванні шаблонів змінної шаблону.';
  27. $_lang['tv_err_duplicate_documents'] = 'An error occurred while duplicating TV documents.';
  28. $_lang['tv_err_duplicate_documentgroups'] = 'An error occurred while duplicating TV document groups.';
  29. $_lang['tv_err_ae'] = 'Змінна шаблону з іменем "[[+name]]" вже існує.';
  30. $_lang['tv_err_invalid_name'] = 'Ім\'я Вашої змінної шаблону містить некоректні символи.';
  31. $_lang['tv_err_locked'] = 'Змінна шаблону заблокована!';
  32. $_lang['tv_err_nf'] = 'Змінна шаблону не знайдена.';
  33. $_lang['tv_err_nfs'] = 'Не знайдена змінна шаблона з ключем: [[+id]]';
  34. $_lang['tv_err_ns'] = 'Змінну шаблона не вказано.';
  35. $_lang['tv_err_reserved_name'] = 'A Template Variable cannot have the same name as a Resource field.';
  36. $_lang['tv_err_save_access_permissions'] = 'An error occured while attempting to save Template Variable access permissions.';
  37. $_lang['tv_err_save'] = 'An error occurred while saving the Template Variable.';
  38. $_lang['tv_inuse'] = 'Наступні документи використовують дану змінну шаблону. Для продовження видалення, клацніть по кнопці "Видалити", в іншому випадку клацніть по кнопці "Скасувати".';
  39. $_lang['tv_inuse_template'] = 'The following template(s) are currently using this TV: [[+templates]].<br /><br />Please detach the TV from the template(s) before deleting it.';
  40. $_lang['tv_input_options'] = 'Параметри вводу';
  41. $_lang['tv_input_options_msg'] = '<p>Тут Ви можете редагувати параметри вводу змінної шаблону, характерні для типу вводу, який Ви вибрали.</p>';
  42. $_lang['tv_lock'] = 'Заборонити редагування змінної';
  43. $_lang['tv_lock_msg'] = 'Users must have the edit_locked attribute in order to edit this Template Variable.';
  44. $_lang['tv_management_msg'] = 'Manage additional custom content fields (Template Variables) for your documents.';
  45. $_lang['tv_msg'] = 'Add or edit Template Variable here. Template Variables must be assigned to templates in order to access them from snippets and documents.';
  46. $_lang['tv_name'] = 'Ім\'я змінної';
  47. $_lang['tv_new'] = 'Нова змінна шаблону';
  48. $_lang['tv_novars'] = 'Не знайдено змінних шаблону';
  49. $_lang['tv_output_options'] = 'Параметри виводу';
  50. $_lang['tv_output_options_msg'] = '<p>Тут Ви можете змінити параметри виводу змінної шаблону, характерні для обраного типу виводу.</p>';
  51. $_lang['tv_properties'] = 'Параметри за замовчуванням';
  52. $_lang['tv_rank'] = 'Порядок сортування';
  53. $_lang['tv_reset_params'] = 'Скинути параметри';
  54. $_lang['tv_sources.intro_msg'] = 'Тут Ви можете призначити джерела медіа, які будуть використані цією змінною шаблону для кожного окремого контексту. Для зміни двічі клацніть по імені джерела у таблиці.';
  55. $_lang['tv_tmpl_access'] = 'Доступ шаблонів';
  56. $_lang['tv_tmpl_access_msg'] = 'Select the templates that are allowed to access this Template Variable.';
  57. $_lang['tv_widget'] = 'Віджет';
  58. $_lang['tv_widget_prop'] = 'Параметри віджету';
  59. $_lang['tvd_err_remove'] = 'An error occurred while trying to remove the Template Variable from the document.';
  60. $_lang['tvdg_err_remove'] = 'An error occurred while trying to remove the Template Variable from the document group.';
  61. $_lang['tvdg_err_save'] = 'An error occurred while trying to attach the Template Variable to the document group.';
  62. $_lang['tvs'] = 'Змінні шаблону';
  63. $_lang['tvt_err_nf'] = 'Template Variable does not have access to the specified template.';
  64. $_lang['tvt_err_remove'] = 'An error occurred while trying to remove the Template Variable from the template.';
  65. $_lang['tvt_err_save'] = 'An error occurred while trying to attach the Template Variable to the template.';