trash.inc.php 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <?php
  2. /**
  3. * Trash English lexicon topic
  4. *
  5. * @language en
  6. * @package modx
  7. * @subpackage lexicon
  8. */
  9. $_lang['trash_menu'] = 'Trash';
  10. $_lang['trash_menu_desc'] = 'Manage deleted resources.';
  11. $_lang['trash.page_title'] = 'Trash - Deleted Resources Manager';
  12. $_lang['trash.tab_title'] = 'Trash Bin';
  13. $_lang['trash.intro_msg'] = 'Manage the deleted resources and the not deleted children of deleted parents here.<br><i>Please check the publishing state, before you restore any resource.</i> You can (un-)publish resources directly from the grid with a double click on the published cell of the resource.';
  14. $_lang['trash.manage_recycle_bin_tooltip'] = "Go to the trash bin manager and manage up to [[+count]] deleted resources";
  15. $_lang['trash.deletedon_title'] = 'Deleted on';
  16. $_lang['trash.deletedbyUser_title'] = 'Deleted by';
  17. $_lang['trash.context_title'] = 'Контекст';
  18. $_lang['trash.parent_path'] = 'Resource location';
  19. $_lang['trash.purge_all'] = 'Purge all';
  20. $_lang['trash.restore_all'] = 'Restore all';
  21. $_lang['trash.selected_purge'] = 'Purge selected resources';
  22. $_lang['trash.selected_restore'] = 'Restore selected resources';
  23. $_lang['trash.purge'] = 'Purge resource';
  24. $_lang['trash.purge_confirm_title'] = 'Purge resource(s)?';
  25. $_lang['trash.purge_confirm_message'] = 'Do you really want to finally delete the following resource(s)? This cannot be undone.<hr>[[+list]]';
  26. $_lang['trash.purge_all_confirm_message'] = 'Do you really want to finally delete the listed [[+count]] resource(s)?<br><br><strong>This cannot be undone, and it affects all currently trashed resources in the grid.</strong><hr>[[+list]]';
  27. $_lang['trash.purge_all_empty_status'] = '[[+count]] resource(s) have been purged permanently.';
  28. $_lang['trash.purge_err_delete'] = '[[+count]] resources have not been purged due to errors: [[+list]]';
  29. $_lang['trash.purge_err_nothing'] = 'Nothing was purged, no errors occurred.';
  30. $_lang['trash.purge_success_delete'] = '[[+count]] resource(s) successfully purged permanently.';
  31. $_lang['trash.restore'] = 'Restore resource';
  32. $_lang['trash.restore_confirm_title'] = 'Restore resource(s)?';
  33. $_lang['trash.restore_confirm_message'] = 'Do you want to restore the following resource(s)?<hr>[[+list]]';
  34. $_lang['trash.restore_confirm_message_with_publish'] = 'Do you want to restore the following resource(s)?<br><br><strong>Be aware that this will re-publish previously published resources!</strong><hr>[[+list]]';
  35. $_lang['trash.restore_all_confirm_message'] = 'Do you really want to restore [[+count]] resource(s)? <hr>[[+list]]';
  36. $_lang['trash.restore_success'] = '[[+count_success]] resources have been restored. <hr>[[+list]]';
  37. $_lang['trash.restore_err'] = '[[+count_failures]] resource(s) could not be restored. <hr>[[+list]]';