template.inc.php 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <?php
  2. /**
  3. * Template English lexicon topic
  4. *
  5. * @language en
  6. * @package modx
  7. * @subpackage lexicon
  8. */
  9. $_lang['access'] = 'Hozzáférés';
  10. $_lang['filter_by_category'] = 'Szűrés kategória alapján...';
  11. $_lang['rank'] = 'Rangsor';
  12. $_lang['template'] = 'Template';
  13. $_lang['template_assignedtv_tab'] = 'Assigned Template Variables';
  14. $_lang['template_code'] = 'Template code (HTML)';
  15. $_lang['template_desc'] = 'Leírás';
  16. $_lang['template_desc_category'] = 'The Category this Template belongs in.';
  17. $_lang['template_desc_description'] = 'A short description of this Template.';
  18. $_lang['template_desc_name'] = 'The name of this Template.';
  19. $_lang['template_delete_confirm'] = 'Are you sure you want to delete this template?';
  20. $_lang['template_duplicate_confirm'] = 'Are you sure you want to duplicate this template?';
  21. $_lang['template_edit_tab'] = 'Edit Template';
  22. $_lang['template_empty'] = '(empty)';
  23. $_lang['template_err_default_template'] = 'This template is set as the default template. Please choose a different default template in the MODX configuration before deleting this template.<br />';
  24. $_lang['template_err_delete'] = 'An error occurred while deleting the template.';
  25. $_lang['template_err_duplicate'] = 'An error occured while duplicating the template.';
  26. $_lang['template_err_ae'] = 'A template already exists with the name "[[+name]]".';
  27. $_lang['template_err_in_use'] = 'This template is in use. Please set the documents using the template to another template. Documents using this template:<br />';
  28. $_lang['template_err_locked'] = 'Template is locked from editing.';
  29. $_lang['template_err_nf'] = 'Template not found!';
  30. $_lang['template_err_ns'] = 'Template not specified.';
  31. $_lang['template_err_ns_name'] = 'Please specify a name for the template.';
  32. $_lang['template_err_remove'] = 'An error occurred while removing the template.';
  33. $_lang['template_err_save'] = 'An error occurred while saving the template.';
  34. $_lang['template_icon'] = 'Icon';
  35. $_lang['template_icon_description'] = 'Optional. A custom icon class for all resources with this template.';
  36. $_lang['template_lock'] = 'Lock template for editing';
  37. $_lang['template_lock_msg'] = 'Users must have the edit_locked attribute to edit this template.';
  38. $_lang['template_locked_message'] = 'This template is locked.';
  39. $_lang['template_management_msg'] = 'Here you can choose which template you wish to edit.';
  40. $_lang['template_msg'] = 'Create and edit templates. Changed or new templates won\'t be visible in your site\'s cached pages until the cache is emptied; however, you can use the preview function on a page to see the template in action.';
  41. $_lang['template_name'] = 'Template name';
  42. $_lang['template_new'] = 'New Template';
  43. $_lang['template_no_tv'] = 'No template variables have been assigned to this template yet.';
  44. $_lang['template_properties'] = 'Alaptulajdonságok';
  45. $_lang['template_reset_all'] = 'Reset all pages to use Default template';
  46. $_lang['template_reset_specific'] = 'Reset only \'%s\' pages';
  47. $_lang['template_title'] = 'Create/edit template';
  48. $_lang['template_tv_edit'] = 'Edit the sort order of the template variables';
  49. $_lang['template_tv_msg'] = 'The template variables assigned to this template are listed below.';
  50. $_lang['template_untitled'] = 'Untitled Template';
  51. $_lang['templates'] = 'Templates';
  52. $_lang['tvt_err_nf'] = 'Template Variable does not have access to the specified Template.';
  53. $_lang['tvt_err_remove'] = 'An error occurred while trying to remove the template variable from the template.';