2018-08-23 00:44:43 +02:00
< ? php
return [
'link' => 'Link' ,
'links' => 'Links' ,
2018-08-29 21:29:59 +02:00
'all_links' => 'All Links' ,
2018-09-01 15:35:03 +02:00
'recent_links' => 'Recent Links' ,
2019-11-20 14:43:05 +01:00
'no_links' => 'No Links' ,
2018-08-23 00:44:43 +02:00
'add' => 'Add Link' ,
2018-08-27 13:01:34 +02:00
'add_quick' => 'Quick Add Link' ,
2018-08-23 00:44:43 +02:00
'show' => 'Show Link' ,
2019-01-16 23:27:09 +01:00
'details' => 'Link Details' ,
2018-08-23 00:44:43 +02:00
'edit' => 'Edit Link' ,
'update' => 'Update Link' ,
'delete' => 'Delete Link' ,
'private' => 'Private Link' ,
2020-06-05 10:47:08 +02:00
'history' => 'History' ,
'history_added' => 'Added <code>:newvalue</code> to :fieldname.' ,
'history_changed' => 'Changed :fieldname from <code>:oldvalue</code> to <code>:newvalue</code>' ,
2020-06-05 11:45:21 +02:00
'history_removed' => 'Removed <code>:oldvalue</code> from :fieldname.' ,
2020-06-05 10:47:08 +02:00
'history_deleted' => 'Link was deleted' ,
'history_restored' => 'Link was restored' ,
2018-08-23 00:44:43 +02:00
'url' => 'URL' ,
'title' => 'Title' ,
'description' => 'Description' ,
2020-06-05 10:47:08 +02:00
'revtags' => 'Tags' ,
'revlists' => 'Lists' ,
2020-06-05 11:45:21 +02:00
'is_private' => 'Private Status' ,
2018-08-31 22:01:35 +02:00
2019-02-11 16:04:18 +01:00
'status' => [
'1' => 'Working' ,
'2' => 'Moved' ,
'3' => 'Broken' ,
],
2019-01-10 23:42:19 +01:00
'author' => 'by :user' ,
2018-09-09 22:30:49 +02:00
'external_link' => 'External Link' ,
2019-03-24 22:14:02 +01:00
'wayback' => 'Link archive @ Wayback Machine' ,
2018-09-09 22:30:49 +02:00
2020-02-28 17:14:41 +01:00
'check_disable' => 'Disable Check' ,
'check_disabled' => 'Check is disabled' ,
'check_enable' => 'Enable Check' ,
'check_enabled' => 'Check is enabled' ,
2018-08-31 22:01:35 +02:00
'added_successfully' => 'Link added successfully.' ,
2020-04-28 09:52:17 +02:00
'added_connection_error' => 'The Link was added but a connection error occured when trying to access the URL. Details can be found in the logs.' ,
'added_request_error' => 'The Link was added but an error occured when trying to request the URL, for example an invalid certificate. Details can be found in the logs.' ,
2018-08-31 22:01:35 +02:00
'updated_successfully' => 'Link updated successfully.' ,
'deleted_successfully' => 'Link deleted successfully.' ,
2019-07-16 19:33:47 +02:00
'deletion_error' => 'Link could not be deleted.' ,
2019-03-22 16:23:49 +01:00
2020-06-02 16:56:26 +02:00
'duplicates_found' => 'LinkAce found possible duplicates of the submitted URL:' ,
2019-11-20 14:24:04 +01:00
'notifications.linkcheck.errors' => 'LinkAce found errors while checking your Links.' ,
'notifications.linkcheck.errors.moved' => '⚠ ️ The following Links moved to a new location:' ,
2019-03-22 16:23:49 +01:00
'notifications.linkcheck.errors.broken' => '🚫 The following Links are not reachable anymore or return an error:' ,
2019-09-11 22:48:59 +02:00
'happy_bookmarking' => 'Happy Bookmarking' ,
2018-08-23 00:44:43 +02:00
];