1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-02-25 03:32:59 +01:00

44 lines
1.2 KiB
PHP
Raw Normal View History

<?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',
'add' => 'Add Link',
2018-08-27 13:01:34 +02:00
'add_quick' => 'Quick Add Link',
'show' => 'Show Link',
2019-01-16 23:27:09 +01:00
'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',
2018-09-09 22:30:49 +02:00
'external_link' => 'External Link',
'wayback' => 'Link archive @ Wayback Machine',
2018-09-09 22:30:49 +02:00
'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 were moved:',
'notifications.linkcheck.errors.broken' => '🚫 The following Links are not reachable anymore or return an error:',
'happy_bookmarking' => 'Happy Bookmarking',
];