context.inc.php 1.8 KB

12345678910111213141516171819202122232425262728293031323334
  1. <?php
  2. /**
  3. * Context English lexicon topic
  4. *
  5. * @language en
  6. * @package modx
  7. * @subpackage lexicon
  8. */
  9. $_lang['context'] = 'Context';
  10. $_lang['context_add'] = 'Add Context';
  11. $_lang['context_create'] = 'Create Context';
  12. $_lang['context_data'] = 'Context Data';
  13. $_lang['context_duplicate'] = 'Duplicate Context';
  14. $_lang['context_err_ae'] = 'A Context with that name already exists.';
  15. $_lang['context_err_create'] = 'An error occurred while creating the Context.';
  16. $_lang['context_err_duplicate'] = 'An error occurred while trying to duplicate the Context.';
  17. $_lang['context_err_load_data'] = 'Error loading context data.';
  18. $_lang['context_err_nf'] = 'Context not found!';
  19. $_lang['context_err_nfs'] = 'Context not found with key: [[+key]]';
  20. $_lang['context_err_ns'] = 'Context not specified.';
  21. $_lang['context_err_ns_key'] = 'Please specify a valid key for the Context.';
  22. $_lang['context_err_remove'] = 'An error occurred while removing the Context.';
  23. $_lang['context_err_save'] = 'An error occurred while saving the Context.';
  24. $_lang['context_id'] = 'Ctx ID';
  25. $_lang['context_key'] = 'Context Key';
  26. $_lang['context_management_message'] = 'Manage site Contexts.';
  27. $_lang['context_refresh'] = 'Refresh Context';
  28. $_lang['context_remove'] = 'Delete Context';
  29. $_lang['context_remove_confirm'] = 'Are you sure you want to remove this Context? This is permanent and irreversible.';
  30. $_lang['context_settings'] = 'Context Settings';
  31. $_lang['context_settings_desc'] = 'Here you can set settings specific to this Context. Context settings will override any System Settings with the same key. <b>Each setting will be available via the [[++key]] placeholder.</b>';
  32. $_lang['context_update'] = 'Update Context';
  33. $_lang['context_with_key_not_found'] = 'Context with key %s not found!';
  34. $_lang['contexts'] = 'מקשורים';