mirror of
https://github.com/Kovah/LinkAce.git
synced 2025-02-25 03:32:59 +01:00
29 lines
938 B
PHP
29 lines
938 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'trash' => 'Trash',
|
|
|
|
'deleted_links' => 'Trashed links',
|
|
'deleted_categories' => 'Trashed categories',
|
|
'deleted_tags' => 'Trashed tags',
|
|
'deleted_notes' => 'Trashed notes',
|
|
|
|
'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.',
|
|
'delete_success.categories' => 'Permanently deleted all categories.',
|
|
'delete_success.tags' => 'Permanently deleted all tags.',
|
|
'delete_success.notes' => 'Permanently deleted all notes.',
|
|
|
|
'delete_restore.link' => 'Restored the link from trash.',
|
|
'delete_restore.category' => 'Restored the category from trash.',
|
|
'delete_restore.tag' => 'Restored the tag from trash.',
|
|
'delete_restore.note' => 'Restored the note from trash.',
|
|
|
|
];
|