mirror of
https://github.com/Kovah/LinkAce.git
synced 2025-02-25 03:32:59 +01:00
45 lines
1.3 KiB
PHP
45 lines
1.3 KiB
PHP
<?php
|
||
return [
|
||
'link' => 'Link',
|
||
'links' => 'Links',
|
||
'all_links' => 'All Links',
|
||
'recent_links' => 'Recent Links',
|
||
'no_links' => 'No Links',
|
||
|
||
'add' => 'Add Link',
|
||
'add_quick' => 'Quick Add Link',
|
||
'show' => 'Show Link',
|
||
'details' => 'Link Details',
|
||
'edit' => 'Edit Link',
|
||
'update' => 'Update Link',
|
||
'delete' => 'Delete Link',
|
||
|
||
'private' => 'Private Link',
|
||
|
||
'url' => 'URL',
|
||
'title' => 'Title',
|
||
'description' => 'Description',
|
||
|
||
'status' => [
|
||
'1' => 'Working',
|
||
'2' => 'Moved',
|
||
'3' => 'Broken',
|
||
],
|
||
|
||
'author' => 'by :user',
|
||
|
||
'external_link' => 'External Link',
|
||
'wayback' => 'Link archive @ Wayback Machine',
|
||
|
||
'added_successfully' => 'Link added successfully.',
|
||
'updated_successfully' => 'Link updated successfully.',
|
||
'deleted_successfully' => 'Link deleted successfully.',
|
||
'deletion_error' => 'Link could not be deleted.',
|
||
|
||
'notifications.linkcheck.errors' => 'LinkAce found errors while checking your Links.',
|
||
'notifications.linkcheck.errors.moved' => '⚠ ️The following Links moved to a new location:',
|
||
'notifications.linkcheck.errors.broken' => '🚫 The following Links are not reachable anymore or return an error:',
|
||
|
||
'happy_bookmarking' => 'Happy Bookmarking',
|
||
];
|