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'] = 'Koš';
  10. $_lang['trash_menu_desc'] = 'Spravujte odstraněné prostředky.';
  11. $_lang['trash.page_title'] = 'Koš - manažer odstraněných zdrojů';
  12. $_lang['trash.tab_title'] = 'Odpadkový koš';
  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'] = 'Odstraněno';
  16. $_lang['trash.deletedbyUser_title'] = 'Odstraněno';
  17. $_lang['trash.context_title'] = 'Kontext';
  18. $_lang['trash.parent_path'] = 'Původní umístění';
  19. $_lang['trash.purge_all'] = 'Vyčistit vše';
  20. $_lang['trash.restore_all'] = 'Obnovit vše';
  21. $_lang['trash.selected_purge'] = 'Trvale odstranit vybrané zdroje';
  22. $_lang['trash.selected_restore'] = 'Obnovit vybrané zdroje';
  23. $_lang['trash.purge'] = 'Trvale odstranit zdroj';
  24. $_lang['trash.purge_confirm_title'] = 'Odstranit trvale?';
  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'] = 'Obnovit zdroj';
  32. $_lang['trash.restore_confirm_title'] = 'Obnovit zdroj(e)?';
  33. $_lang['trash.restore_confirm_message'] = 'Chcete obnovit následující zdroj(e)?<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]]';