1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-01-17 13:18:21 +01:00
LinkAce/lang/en_US/trash.php
Kovah f9b07f807f
Upgrade to PHP 8 as base dependency
- Upgrades the Dockerfiles and composer.json to require PHP 8.
- Upgrades to Laravel 9 with all needed changes.
- Move lang folder to root directory.
- Upgrades third-party packages to the latest versions with all required changes.
2022-05-02 16:06:43 +02:00

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.',
];