1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-02-24 11:13:02 +01:00

66 lines
2.4 KiB
PHP
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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',
'history' => 'History',
'history_added' => 'Added <code>:newvalue</code> to :fieldname.',
'history_changed' => 'Changed :fieldname from <code>:oldvalue</code> to <code>:newvalue</code>',
'history_removed' => 'Removed <code>:oldvalue</code> from :fieldname.',
'history_deleted' => 'Link was deleted',
'history_restored' => 'Link was restored',
'history_created' => 'Link was created',
'url' => 'URL',
'title' => 'Title',
'description' => 'Description',
'revtags' => 'Tags',
'revlists' => 'Lists',
'is_private' => 'Private Status',
'status' => 'Status',
'stati' => [
'1' => 'Working',
'2' => 'Moved',
'3' => 'Broken',
],
'author' => 'by :user',
'external_link' => 'External Link',
'wayback' => 'Link archive @ Wayback Machine',
'check_disable' => 'Disable Check',
'check_disabled' => 'Check is disabled',
'check_enable' => 'Enable Check',
'check_enabled' => 'Check is enabled',
'added_successfully' => 'Link added successfully.',
'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.',
'updated_successfully' => 'Link updated successfully.',
'deleted_successfully' => 'Link deleted successfully.',
'deletion_error' => 'Link could not be deleted.',
'duplicates_found' => 'LinkAce found possible duplicates of the submitted URL:',
'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',
];