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',
|
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',
|
|
|
|
|
|
|
|
|
|
'url' => 'URL',
|
|
|
|
|
'title' => 'Title',
|
|
|
|
|
'description' => 'Description',
|
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
|
|
|
|
|
2018-08-31 22:01:35 +02:00
|
|
|
|
'added_successfully' => 'Link added successfully.',
|
|
|
|
|
'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
|
|
|
|
|
|
|
|
|
'notifications.linkcheck.errors' => 'LinkAce found errors while checking your Links',
|
|
|
|
|
'notifications.linkcheck.errors.moved' => '⚠ ️The following Links were moved:',
|
|
|
|
|
'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
|
|
|
|
];
|