Author Topic: Language file  (Read 932 times)

0 Members and 1 Guest are viewing this topic.

« on: April 12, 2022, 11:41:30 PM »

ManageLinkPreview.english.php

<?php

declare(strict_types=1);

$txt['linkpreview'] = 'Link Previews';
$txt['linkpreview_admin_add_blacklist'] = 'Add to Blacklist';
$txt['linkpreview_admin_manage_menu'] = 'Manage Menu';
$txt['linkpreview_settings_title'] = 'Manage Settings';
$txt['linkpreview_blacklist_title'] = 'Manage Blacklist';
$txt['linkpreview_desc'] = 'Manage setting related to link previews';
$txt['linkpreview_blacklist_desc'] = 'A blacklist stops certain links from being transformed with metadata.';

$txt['setting_linkpreview_enable'] = 'Enable link previews';
$txt['linkpreview_enable_desc'] = 'Transform links using associated metadata';
$txt['setting_linkpreview_enable_blacklist'] = 'Enable blacklist';
$txt['linkpreview_enable_blacklist_desc'] = 'Enable exclusion rules';
$txt['select_boards_from_list'] = 'Select boards which apply';
$txt['linkpreview_submit'] = 'Submit';

$txt['linkpreview_blacklist_no_blacklists'] = 'There are no Blacklists yet...';
$txt['linkpreview_blacklist_remove_selected'] = 'Remove Selected';
$txt['linkpreview_blacklist_remove_all'] = 'Remove All';
$txt['linkpreview_blacklist_remove_confirm'] = 'Are you sure you want to remove the selected blacklisted entry?';
$txt['linkpreview_blacklist_remove_all_confirm'] = 'Are you sure you want to remove all blacklisted entryies?';
$txt['linkpreview_blacklist_add_title'] = 'Add to blacklist';
$txt['linkpreview_blacklist_edit_title'] = 'Edit blacklisted entry';
$txt['linkpreview_blacklist_name'] = 'Name';
$txt['linkpreview_blacklist_name_desc'] = 'This is just to identify this item easier.';
$txt['linkpreview_blacklist_link_desc'] = 'Enter the <a href="https://en.wikipedia.org/wiki/Fully_qualified_domain_name" target="_blank" rel="noopener">fully qualified domain name</a> here (e.g, <i><code>somehost.example.com</code></i>).';
$txt['linkpreview_blacklist_link'] = 'Link';
$txt['linkpreview_blacklist_status'] = 'Status';
$txt['linkpreview_blacklist_active'] = 'Active';
$txt['linkpreview_blacklist_inactive'] = 'Not Active';

// Submission errors
$txt['linkpreview_blacklist_session_verify_fail'] = 'Session verification failed. Please then try again.';
$txt['linkpreview_blacklist_errors_create'] = 'The following error or errors occurred while adding your blacklisted entry:';
$txt['linkpreview_blacklist_errors_modify'] = 'The following error or errors occurred while editing your blacklisted entry:';
$txt['linkpreview_blacklist_empty_name'] = 'The name was left empty.';
$txt['linkpreview_blacklist_empty_link'] = 'The link was left empty.';