chunk.inc.php 1.9 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <?php
  2. /**
  3. * Chunk English lexicon topic
  4. *
  5. * @language en
  6. * @package modx
  7. * @subpackage lexicon
  8. */
  9. $_lang['chunk'] = 'מיני תבנית';
  10. $_lang['chunk_desc_category'] = 'הקטגוריה אליה מיני תבנית זו משוייכת.';
  11. $_lang['chunk_desc_description'] = 'תאור קצת של למיני תבנית זו.';
  12. $_lang['chunk_desc_name'] = 'שם המיני תבנית. יהיה זמין על ידי שימוש ב [[$nameOfChunk]].';
  13. $_lang['chunk_code'] = 'קוד HTML למיני תבנית';
  14. $_lang['chunk_desc'] = 'תאור';
  15. $_lang['chunk_delete_confirm'] = 'האם אתם בטוחים שברצונכם למחוק מיני תבנית זו?';
  16. $_lang['chunk_duplicate_confirm'] = 'Are you sure you want to duplicate this chunk?';
  17. $_lang['chunk_err_create'] = 'An error occurred while creating new chunk.';
  18. $_lang['chunk_err_duplicate'] = 'Error duplicating chunk.';
  19. $_lang['chunk_err_ae'] = 'There is already a chunk with the name "[[+name]]".';
  20. $_lang['chunk_err_invalid_name'] = 'Chunk name is invalid.';
  21. $_lang['chunk_err_locked'] = 'Chunk is locked.';
  22. $_lang['chunk_err_remove'] = 'An error occurred while trying to remove the chunk.';
  23. $_lang['chunk_err_save'] = 'An error occurred while saving the chunk.';
  24. $_lang['chunk_err_nf'] = 'Chunk not found!';
  25. $_lang['chunk_err_nfs'] = 'Chunk not found with id: [[+id]]';
  26. $_lang['chunk_err_ns'] = 'Chunk not specified.';
  27. $_lang['chunk_err_ns_name'] = 'Please specify a name.';
  28. $_lang['chunk_lock'] = 'Lock chunk for editing';
  29. $_lang['chunk_lock_msg'] = 'Users must have the edit_locked attribute in order to edit this chunk.';
  30. $_lang['chunk_msg'] = 'Here you can add/edit chunks. Remember: Chunks are \'raw\' HTML code; so any PHP code won\'t be processed.';
  31. $_lang['chunk_name'] = 'Chunk name';
  32. $_lang['chunk_new'] = 'New Chunk';
  33. $_lang['chunk_properties'] = 'Default Properties';
  34. $_lang['chunk_title'] = 'Create/edit chunk';
  35. $_lang['chunk_untitled'] = 'Untitled Chunk';
  36. $_lang['chunks'] = 'Chunks';