2019-01-11 00:44:21 +01:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
'trash' => 'Trash',
|
|
|
|
|
|
|
|
'deleted_links' => 'Trashed links',
|
2019-10-30 10:39:57 +01:00
|
|
|
'deleted_lists' => 'Trashed lists',
|
2019-01-11 00:44:21 +01:00
|
|
|
'deleted_tags' => 'Trashed tags',
|
2019-01-17 21:28:17 +01:00
|
|
|
'deleted_notes' => 'Trashed notes',
|
2019-01-11 00:44:21 +01:00
|
|
|
|
|
|
|
'restore' => 'Restore entry',
|
|
|
|
|
|
|
|
'clear_trash' => 'Clear Trash',
|
|
|
|
'delete_warning' => 'Permanently deleted entries can not be restored!',
|
|
|
|
'delete_no_entries' => 'No entries to be deleted.',
|
|
|
|
|
|
|
|
'delete_success.links' => 'Permanently deleted all links.',
|
2019-10-30 10:39:57 +01:00
|
|
|
'delete_success.lists' => 'Permanently deleted all lists.',
|
2019-01-11 00:44:21 +01:00
|
|
|
'delete_success.tags' => 'Permanently deleted all tags.',
|
2019-01-17 21:28:17 +01:00
|
|
|
'delete_success.notes' => 'Permanently deleted all notes.',
|
2019-01-11 00:44:21 +01:00
|
|
|
|
2020-01-31 12:25:03 +01:00
|
|
|
'restore.link' => 'Restored the link from trash.',
|
|
|
|
'restore.list' => 'Restored the list from trash.',
|
|
|
|
'restore.tag' => 'Restored the tag from trash.',
|
|
|
|
'restore.note' => 'Restored the note from trash.',
|
|
|
|
|
|
|
|
'restore.not_found' => 'The item to be restored could not be found.',
|
|
|
|
'restore.not_allowed' => 'You are not allowed to restore this item.',
|
2019-01-11 00:44:21 +01:00
|
|
|
|
|
|
|
];
|