element.inc.php 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <?php
  2. /**
  3. * English language strings for Elements
  4. *
  5. * @package modx
  6. * @subpackage lexicon
  7. */
  8. $_lang['element'] = 'Element';
  9. $_lang['element_err_nf'] = 'Elementi ei leitud.';
  10. $_lang['element_err_ns'] = 'Elementi ei olnud määratud.';
  11. $_lang['element_err_staticfile_exists'] = 'A static file already exists within the specified path.';
  12. $_lang['element_static_source_immutable'] = 'The static file specified as the element source is not writable! You cannot edit the content of this element in the manager.';
  13. $_lang['element_static_source_protected_invalid'] = 'You cannot point your Element to the MODX configuration directory; this is a protected, non-accessible directory.';
  14. $_lang['is_static'] = 'Is Static';
  15. $_lang['is_static_msg'] = 'Indicates if the element source is stored in an external file.';
  16. $_lang['quick_create'] = 'Loo kiirelt';
  17. $_lang['quick_create_chunk'] = 'Loo kiirelt Chunk';
  18. $_lang['quick_create_plugin'] = 'Loo kiirelt Plugin';
  19. $_lang['quick_create_snippet'] = 'Loo kiirelt Snippet';
  20. $_lang['quick_create_template'] = 'Loo kiirelt Template';
  21. $_lang['quick_create_tv'] = 'Loo kiirelt TV';
  22. $_lang['quick_update_chunk'] = 'Muuda kiirelt Chunki';
  23. $_lang['quick_update_plugin'] = 'Muuda kiirelt Pluginat';
  24. $_lang['quick_update_snippet'] = 'Muuda kiirelt Snippet-it';
  25. $_lang['quick_update_template'] = 'Muuda kiirelt Template-i';
  26. $_lang['quick_update_tv'] = 'Muuda kiirelt TV';
  27. $_lang['properties_export'] = 'Ekspordi Omadused';
  28. $_lang['properties_import'] = 'Impordi Omadused';
  29. $_lang['property_preprocess'] = 'Pre-process tags in Property Values';
  30. $_lang['property_preprocess_msg'] = 'If enabled, tags in Default Property/Property Set values will be processed before they are used for Element processing.';
  31. $_lang['static_file'] = 'Static File';
  32. $_lang['static_file_msg'] = 'An external file location where the element source is stored.';
  33. $_lang['static_source'] = 'Media Source for Static File';
  34. $_lang['static_source_msg'] = 'MODX will use this Media Source as a base path when looking for the Static Element file. Using "None" will assume you are specifying an absolute path.';
  35. $_lang['tv_elements'] = 'Sisend Valiku Väärtused';
  36. $_lang['tv_default'] = 'Vaike-väärtus';
  37. $_lang['tv_type'] = 'Sisendi tüüp';
  38. $_lang['tv_output_type'] = 'Väljundi Tüüp';
  39. $_lang['tv_output_type_properties'] = 'Väljundi Tüübi Omadused';
  40. $_lang['static_file_ns'] = 'You have to specify a static file.';