mirror of
https://github.com/Kovah/LinkAce.git
synced 2025-01-17 13:18:21 +01:00
75 lines
2.8 KiB
PHP
75 lines
2.8 KiB
PHP
<?php
|
||
return [
|
||
'link' => 'Link',
|
||
'links' => 'Links',
|
||
'all_links' => 'All Links',
|
||
'recent_links' => 'Recent Links',
|
||
'update_links' => 'Update 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|Delete Links',
|
||
|
||
'public' => 'Public Link',
|
||
'internal' => 'Internal Link',
|
||
'private' => 'Private Link',
|
||
|
||
'history_deleted' => 'Link was moved to the trash',
|
||
'history_restored' => 'Link was restored',
|
||
'history_created' => 'Link was created',
|
||
|
||
'url' => 'URL',
|
||
'title' => 'Title',
|
||
'description' => 'Description',
|
||
'revtags' => 'Tags',
|
||
'revlists' => 'Lists',
|
||
'visibility' => 'Visibility Status',
|
||
|
||
'status' => 'Status',
|
||
'stati' => [
|
||
'1' => 'Working',
|
||
'2' => 'Moved',
|
||
'3' => 'Broken',
|
||
],
|
||
|
||
'author' => 'by :user',
|
||
|
||
'external_link' => 'External Link',
|
||
'wayback' => 'Link archive @ Wayback Machine',
|
||
'open_in_tabs' => 'Open Links in Tabs',
|
||
|
||
'check_disable' => 'Disable Check',
|
||
'check_disabled' => 'Check is disabled',
|
||
'check_enable' => 'Enable Check',
|
||
'check_enabled' => 'Check is enabled',
|
||
|
||
'status_is_broken' => 'Link is marked as broken',
|
||
'status_mark_working' => 'Mark as working',
|
||
|
||
'bulk_title' => 'You want to edit :count Link.|You want to edit :count Links.',
|
||
'bulk_edit_add' => 'Add Link to bulk edit',
|
||
'bulk_edit_success' => 'Successfully updated :success Links out of :selected selected ones.',
|
||
'bulk_delete_success' => 'Successfully moved :success Links out of :selected selected ones to the trash.',
|
||
|
||
'added_successfully' => 'Link added successfully.',
|
||
'added_connection_error' => 'The Link was added but a connection error occurred when trying to access the URL. Details can be found in the logs.',
|
||
'added_request_error' => 'The Link was added but an error occurred when trying to request the URL, for example an invalid certificate. Details can be found in the logs.',
|
||
'updated_successfully' => 'Link updated successfully.',
|
||
'deleted_successfully' => 'Link successfully moved to the trash.',
|
||
'deletion_error' => 'Link could not be moved to the trash.',
|
||
|
||
'duplicates_found' => 'LinkAce found possible duplicates of the submitted URL:',
|
||
'existing_found' => 'A Link with that URL already exists.',
|
||
|
||
'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',
|
||
];
|