tv.inc.php 5.0 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'] = 'On Juurdepääs?';
  10. $_lang['filter_by_category'] = 'Filtreeri Kategooria järgi...';
  11. $_lang['rank'] = 'Rank';
  12. $_lang['rendering_options'] = 'Kuvamise Valikud';
  13. $_lang['tv'] = 'Template Variable';
  14. $_lang['tv_access_msg'] = 'Valige Ressurssi Grupid, millele see Template Muutuja kuulub. Ainult kasutajad juurdepääsuga sellele grupile on võimelised muutma seda TV-dV. Kui ühtegi gruppi ei ole valitud, siis kõik kasutajad, kellel on juurdepääs managerile on võimalised seda TV-d muutma.';
  15. $_lang['tv_binding_msg'] = 'See väli toetab andme allika (data source) bindinguid kasutades @ käsku';
  16. $_lang['tv_caption'] = 'Caption';
  17. $_lang['tv_change_template_msg'] = 'Selle template muutmine põhjustab lehe taaslaadmima kõik Template Muutujad, kaotades kõik salvestamata muudatused.<br /><br /> Olete kindel, et soovite muuta seda templatet?';
  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'] = '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'] = 'Kirjeldus';
  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'] = 'Tekkis viga TV templatede dubleerimisel.';
  27. $_lang['tv_err_duplicate_documents'] = 'Tekkis viga TV dokumentide duleerimisel.';
  28. $_lang['tv_err_duplicate_documentgroups'] = 'Tekkis viga TV dokumendi gruppide dubleerimisel.';
  29. $_lang['tv_err_ae'] = 'Template Muutuja nimega "[[+name]]" juba eksiteerib.';
  30. $_lang['tv_err_invalid_name'] = 'Olete sisestanud kehtetuid tähti Template Muutuja nimesse.';
  31. $_lang['tv_err_locked'] = 'Template muutuja on lukustatud!';
  32. $_lang['tv_err_nf'] = 'Template muutujat ei leitud.';
  33. $_lang['tv_err_nfs'] = 'Template muutujat võtmega [[+id]] ei leitud';
  34. $_lang['tv_err_ns'] = 'Template muutujat ei olnud määratud.';
  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'] = 'Järgn evad dokumendid kasutavad seda Template Muutujat. Et jätkata kustuatmise tegevusega klikkige Kustuta nuppu või katkestamisel Katkesta.';
  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'] = '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'] = 'Lukusta muutuja';
  43. $_lang['tv_lock_msg'] = 'Kasutajatel peab olema edit_locked atribuut, et muuta seda Template Muutujat.';
  44. $_lang['tv_management_msg'] = 'Halda dokumentide lisa sisu välju (Template Muutujad).';
  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'] = 'Muutuja Nimi';
  47. $_lang['tv_new'] = 'Uus Template Variable';
  48. $_lang['tv_novars'] = 'Ühtegi Template Muutujat ei leitud';
  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'] = 'Tava Omadused';
  52. $_lang['tv_rank'] = 'Sorteerimise Järjekord';
  53. $_lang['tv_reset_params'] = 'Reseti parameeterid';
  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 Juurdepääs';
  56. $_lang['tv_tmpl_access_msg'] = 'Select the templates that are allowed to access this Template Variable.';
  57. $_lang['tv_widget'] = 'Widget';
  58. $_lang['tv_widget_prop'] = 'Vidina Omadused';
  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'] = 'Template Variables';
  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.';