mirror of
https://github.com/Kovah/LinkAce.git
synced 2025-01-17 13:18:21 +01:00
32 lines
1.0 KiB
PHP
32 lines
1.0 KiB
PHP
<?php
|
|
|
|
return [
|
|
|
|
'trash' => 'Trash',
|
|
|
|
'deleted_links' => 'Trashed links',
|
|
'deleted_lists' => 'Trashed lists',
|
|
'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.lists' => 'Permanently deleted all lists.',
|
|
'delete_success.tags' => 'Permanently deleted all tags.',
|
|
'delete_success.notes' => 'Permanently deleted all notes.',
|
|
|
|
'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.',
|
|
|
|
];
|