lexicon.inc.php 2.3 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <?php
  2. /**
  3. * Lexicon English lexicon topic
  4. *
  5. * @language en
  6. * @package modx
  7. * @subpackage lexicon
  8. */
  9. $_lang['duplicate'] = 'Duplicate';
  10. $_lang['entry'] = 'Entry';
  11. $_lang['entry_create'] = 'Create Entry';
  12. $_lang['entry_err_ae'] = 'Entry already exists!';
  13. $_lang['entry_err_nf'] = 'Entry not found.';
  14. $_lang['entry_err_ns'] = 'Entry not specified.';
  15. $_lang['entry_err_save'] = 'An error occurred while trying to save the Lexicon Entry.';
  16. $_lang['entry_revert'] = 'Revert Lexicon Entry';
  17. $_lang['language'] = 'Language';
  18. $_lang['languages'] = 'Languages';
  19. $_lang['last_modified'] = 'Last Modified On';
  20. $_lang['lexicon'] = 'Lexicon';
  21. $_lang['lexicon_export'] = 'Export Topic';
  22. $_lang['lexicon_export_desc'] = 'Here you can select a Lexicon Topic to export to a file.';
  23. $_lang['lexicon_topics'] = 'Lexicon Topics';
  24. $_lang['lexicon_topics_desc'] = 'Here you can manage your Lexicon Topics.';
  25. $_lang['lexicon_import'] = 'Import Topic';
  26. $_lang['lexicon_import_desc'] = 'You may import a file to load into a specified Lexicon Topic for a namespace. Your file must return a $_lang associative array of strings, similar to the core/lexicon files. If the topic in the namespace already exists, it will be overwritten.';
  27. $_lang['lexicon_import_err_ns'] = 'Lexicon Topic file not specified.';
  28. $_lang['lexicon_import_err_upload'] = 'An error occurred while trying to upload the new Lexicon Topic file. Check your web server permissions in trying to upload to the tmp directory, and validate that the file you are trying to upload is a valid file.';
  29. $_lang['lexicon_management'] = 'Lexicon Management';
  30. $_lang['lexicon_management_desc'] = 'Itt felülbírálhatja a szókészlet-bejegyzéseket a névtereken és a hozzájuk tartozó témakörökön keresztül. Ezt a bejegyzés értékén dupla kattintással teheti meg. Új szókészlet-bejegyzések vagy témakörök létrehozásához hozzon létre a témakör állományokat a hozzá tartozó mappában.<br /><b>Minden bejegyzés a [[%name]] helyettesítőn keresztül lesz elérhető.</b>';
  31. $_lang['lexicon_rlfb_msg'] = 'Successfully regenerated [[+num]] strings.';
  32. $_lang['reload_from_base'] = 'Revert All Core Entries';
  33. $_lang['reload_success'] = 'Successfully reloaded [[+total]] strings.';
  34. $_lang['search_by_key'] = 'Search by Key:';
  35. $_lang['topic'] = 'Topic';