1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-01-17 13:18:21 +01:00
LinkAce/lang/en_US/settings.php

107 lines
6.4 KiB
PHP

<?php
return [
'settings' => 'Settings',
'user_settings' => 'User Settings',
'account_settings' => 'Account Settings',
'app_settings' => 'Application Settings',
'system_settings' => 'System Settings',
'guest_settings' => 'Guest Settings',
'language' => 'Language',
'timezone' => 'Timezone',
'date_format' => 'Date Format',
'time_format' => 'Time Format',
'listitem_count' => 'Number of Items in Lists',
'links_new_tab' => 'Open external links in new tabs',
'markdown_for_text' => 'Enable Markdown for descriptions and notes',
'privacy' => 'Privacy',
'links_private_default' => 'Private Links by default',
'links_private_default_help' => 'Enabling this will make all new links private by default',
'notes_private_default' => 'Private Notes by default',
'notes_private_default_help' => 'Enabling this will make all new notes private by default',
'tags_private_default' => 'Private Tags by default',
'tags_private_default_help' => 'Enabling this will make all new tags private by default',
'lists_private_default' => 'Private Lists by default',
'lists_private_default_help' => 'Enabling this will make all new lists private by default',
'archive_backups' => 'Wayback Machine backups',
'archive_backups_help' => 'If enabled, LinkAce will tell the <a href="https://archive.org/">Wayback Machine</a> to backup your links. The Wayback Machine is powered by the Internet Archive, a non-profit organization. Please consider <a href="https://archive.org/donate/">donating to the Internet Archive</a>.',
'archive_backups_enabled' => 'Enable backups',
'archive_backups_enabled_help' => 'If enabled, non-private links will be saved by the Internet Archive.',
'archive_private_backups_enabled' => 'Enable backups for private links',
'archive_private_backups_enabled_help' => 'If enabled, private links will also be saved. Backups must be enabled.',
'display_mode' => 'Display links as',
'display_mode_list_detailed' => 'list with many details',
'display_mode_list_simple' => 'list with less details',
'display_mode_cards' => 'cards with less details',
'display_mode_cards_detailed' => 'cards with many details',
'sharing' => 'Link Sharing',
'sharing_help' => 'Enable all services you want to display for links, to be able to share them easily with one click.',
'sharing_toggle' => 'Toggle all on/off',
'darkmode' => 'Darkmode',
'darkmode_help' => 'You can either choose to turn on permanently or automatically based on your device settings. (<small>Check <a href="https://caniuse.com/#search=prefers-color-scheme">here</a> if your browser supports automatic detection</small>)',
'darkmode_disabled' => 'Disabled',
'darkmode_auto' => 'Automatically',
'darkmode_permanent' => 'Permanent',
'save_settings' => 'Save Settings',
'settings_saved' => 'Settings successfully updated!',
'bookmarklet' => 'Bookmarklet',
'bookmarklet_button' => 'Drag this to your Bookmarks or right-click and save it as a bookmark',
'bookmarklet_help' => 'Add this Bookmarklet to your browser to quickly add links from the sites you visit without having to open LinkAce manually.',
'change_password' => 'Change Password',
'old_password' => 'Old Password',
'new_password' => 'New Password',
'new_password2' => 'Repeat new Password',
'password_updated' => 'Password changed successfully!',
'old_password_invalid' => 'The old password is not valid!',
'two_factor_auth' => 'Two Factor Authentication',
'two_factor_enable' => 'Enable Two Factor Authentication',
'two_factor_disable' => 'Disable Two Factor Authentication',
'two_factor_setup_app' => 'Two factor authentication is enabled. Please configure your authentication device now by scanning the following QR code.',
'two_factor_setup_url' => 'QR code not working? You may also use this URL directly.',
'two_factor_recovery_codes' => 'Store these recovery codes in a secure password manager. They can be used to recover access to your account if your two factor authentication device is lost.',
'two_factor_recovery_codes_view' => 'View Recovery Codes',
'two_factor_regenerate_recovery_codes' => 'Generate new Recovery Codes',
'api_token' => 'API Token',
'api_token_generate' => 'Generate Token',
'api_token_generate_confirm' => 'Do you really want to generate a new token?',
'api_token_help' => 'The API token can be used to access LinkAce from other application or scripts.',
'api_token_generate_info' => 'Caution: If you already have an API token, generating a new one will break all existing integrations!',
'api_token_generate_failure' => 'A new API token could not be generated. Please check your browser console and application logs for more information.',
'sys_page_title' => 'Page Title',
'sys_guest_access' => 'Enable Guest Access',
'sys_guest_access_help' => 'If enabled, guest will be able to see all links that are not private.',
'sys_custom_header_content' => 'Custom Header Content',
'sys_custom_header_content_help' => 'Content entered here will be placed before the &lt;/head&gt; tag on all LinkAce sites. Useful to place analytics or customization scripts. Caution: contents are not escaped and may break the site!',
'cron_token' => 'Cron Token',
'cron_token_generate' => 'Generate Token',
'cron_token_generate_confirm' => 'Do you really want to generate a new token?',
'cron_token_help' => 'The cron token is needed to run the cron service which checks for dead links or running backups.',
'cron_token_url' => 'Point your cron to the following URL: <span class="cron-token-url">:route</span>',
'cron_token_generate_info' => 'Caution: If you already have an cron token, generating a new one will break the existing cron job!',
'cron_token_generate_failure' => 'A new cron token could not be generated. Please check your browser console and application logs for more information.',
'cron_token_auth_failure' => 'The provided cron token is invalid',
'cron_execute_successful' => 'Cron successfully executed',
'update_check' => 'Update Check',
'update_check_running' => 'Checking for updates...',
'update_check_version_found' => 'Update found. Version #VERSION# is available.',
'update_check_success' => 'No update found.',
'update_check_failed' => 'Could not check for updates.',
'guest_settings_info' => 'The following settings will apply to guests visiting your site, if guest access is enabled.',
];