tv.inc.php 5.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'] = 'Hozzáférhet?';
  10. $_lang['filter_by_category'] = 'Szűrés kategória alapján...';
  11. $_lang['rank'] = 'Rangsor';
  12. $_lang['rendering_options'] = 'Rendering Options';
  13. $_lang['tv'] = 'Template Variable';
  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'] = 'Felirat';
  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'] = 'Biztosan törli ezt a sablonváltozót?';
  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'] = 'The Category this TV belongs in.';
  21. $_lang['tv_desc_description'] = 'A short description of this TV.';
  22. $_lang['tv_desc_name'] = 'The name of this TV. It will be available using the [[*NameOfTV]] tag.';
  23. $_lang['tv_description'] = 'Leírás';
  24. $_lang['tv_err_delete'] = 'Hiba történt a sablonváltozó törlésekor.';
  25. $_lang['tv_err_duplicate'] = 'Hiba történt a sablonváltozó kettőzésekor.';
  26. $_lang['tv_err_duplicate_templates'] = 'An error occurred while duplicating the TV 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'] = 'A Template Variable already exists with the name "[[+name]]".';
  30. $_lang['tv_err_invalid_name'] = 'You have invalid characters in your Template Variable name.';
  31. $_lang['tv_err_locked'] = 'Template variable locked!';
  32. $_lang['tv_err_nf'] = 'Template variable not found.';
  33. $_lang['tv_err_nfs'] = 'Template variable not found with key: [[+id]]';
  34. $_lang['tv_err_ns'] = 'Template variable not specified.';
  35. $_lang['tv_err_reserved_name'] = 'A sablonváltozó neve nem lehet azonos egy erőforrásmezőével.';
  36. $_lang['tv_err_save_access_permissions'] = 'Hiba történt a sablonváltozó hozzáférési engedélyeinek mentésekor.';
  37. $_lang['tv_err_save'] = 'Hiba történt a sablonváltozó mentésekor.';
  38. $_lang['tv_inuse'] = 'The following document(s) are currently using this Template Variable. To continue with the delete operation click the Delete button otherwise click the Cancel button.';
  39. $_lang['tv_inuse_template'] = 'A következő sablon(ok) használják jelenleg ezt a sablonváltozót: [[+templates]].<br /><br />Kérjük, válassza le a sablonváltozót a sablon(ok)ról, mielőtt törölné.';
  40. $_lang['tv_input_options'] = 'Input Options';
  41. $_lang['tv_input_options_msg'] = '<p>Here you can edit the input options for the Template Variable, specific to the type of input render that you select.</p>';
  42. $_lang['tv_lock'] = 'Lock variable for editing';
  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'] = 'Itt hozzáadhatja vagy szerkesztheti a sablonváltozót. A sablonváltozókat sablonokhoz kell rendelni hogy elérhetők legyenek a töredékekből és dokumentumokból.';
  46. $_lang['tv_name'] = 'Variable Name';
  47. $_lang['tv_new'] = 'New Template Variable';
  48. $_lang['tv_novars'] = 'No Template Variables found';
  49. $_lang['tv_output_options'] = 'Output Options';
  50. $_lang['tv_output_options_msg'] = '<p>Here you can edit the output options for the Template Variable, specific to the type of output render that you select.</p>';
  51. $_lang['tv_properties'] = 'Alaptulajdonságok';
  52. $_lang['tv_rank'] = 'Sort Order';
  53. $_lang['tv_reset_params'] = 'Reset parameters';
  54. $_lang['tv_sources.intro_msg'] = 'Here you can assign the Media Sources that are to be used for this TV in each specified Context. Double-click on the Source name in the grid to change it.';
  55. $_lang['tv_tmpl_access'] = 'Template Access';
  56. $_lang['tv_tmpl_access_msg'] = 'Válassza ki a sablonokat, amelyek hozzáférhetnek ezen sablonváltozóhoz.';
  57. $_lang['tv_widget'] = 'Vezérlőelem';
  58. $_lang['tv_widget_prop'] = 'Widget Properties';
  59. $_lang['tvd_err_remove'] = 'Hiba történt a sablonváltozó dokumentumból való eltávolítása közben.';
  60. $_lang['tvdg_err_remove'] = 'Hiba történt a sablonváltozó dokumentum csoportból való eltávolítása közben.';
  61. $_lang['tvdg_err_save'] = 'Hiba történt a sablonváltozó dokumentum csoporthoz való csatolása közben.';
  62. $_lang['tvs'] = 'Template Variables';
  63. $_lang['tvt_err_nf'] = 'Sablonváltozó nem fér hozzá a megadott sablonhoz.';
  64. $_lang['tvt_err_remove'] = 'Hiba történt a sablonváltozó sablonból való eltávolítása közben.';
  65. $_lang['tvt_err_save'] = 'Hiba történt a sablonváltozó sablonhoz való csatolása közben.';