Moving to use sentence case
This commit is contained in:
parent
06069770cb
commit
a5119aff13
@ -1,62 +1,46 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright 2013 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
|
||||
|
||||
<string name="app_name">Lightning</string>
|
||||
<string name="action_new_tab">New Tab</string>
|
||||
<string name="action_new_tab">New tab</string>
|
||||
<string name="action_share">Share</string>
|
||||
<string name="action_history">History</string>
|
||||
<string name="action_bookmarks">Bookmarks</string>
|
||||
<string name="action_add_bookmark">Add Bookmark</string>
|
||||
<string name="action_copy">Copy Link</string>
|
||||
<string name="action_add_bookmark">Add bookmark</string>
|
||||
<string name="action_copy">Copy link</string>
|
||||
<string name="action_forward">Forward</string>
|
||||
<string name="settings">Settings</string>
|
||||
<string name="location">Location Access</string>
|
||||
<string name="location">Location access</string>
|
||||
<string name="password">Save your passwords</string>
|
||||
<string name="agent">User Agent</string>
|
||||
<string name="agent">User agent</string>
|
||||
<string name="flash">Enable Adobe Flash</string>
|
||||
<string name="home">Homepage</string>
|
||||
<string name="fullscreen">Full-screen Mode</string>
|
||||
<string name="fullscreen">Full-screen mode</string>
|
||||
<string name="java">Enable JavaScript</string>
|
||||
<string name="download">Download Location</string>
|
||||
<string name="download">Download location</string>
|
||||
<string name="settings_advanced">Advanced Settings</string>
|
||||
<string name="apache">Apache License 2.0</string>
|
||||
<string name="version">Application Version</string>
|
||||
<string name="version">Application version</string>
|
||||
<string name="cache">Clear cache on exit</string>
|
||||
<string name="reflow">Enable text reflow</string>
|
||||
<string name="block">Block Images</string>
|
||||
<string name="block">Block images</string>
|
||||
<string name="window">Allow sites to open new windows</string>
|
||||
<string name="cookies">Enable Cookies</string>
|
||||
<string name="cookies">Enable cookies</string>
|
||||
<string name="importbookmarks">Import bookmarks from browser</string>
|
||||
<string name="size">Text size</string>
|
||||
<string name="recommended">Recommended</string>
|
||||
<string name="search">Search Engine</string>
|
||||
<string name="search">Search engine</string>
|
||||
<string name="search_hint">Search</string>
|
||||
<string name="wideViewPort">Use wide viewport</string>
|
||||
<string name="overViewMode">Load pages in overview mode</string>
|
||||
<string name="restore">Restore lost tabs on start</string>
|
||||
<string name="supported_browsers_title">Supported Browsers</string>
|
||||
<string name="stock_browser">Stock Browser</string>
|
||||
<string name="supported_browsers_title">Supported browsers</string>
|
||||
<string name="stock_browser">Stock browser</string>
|
||||
<string name="stock_browser_unavailable">No stock browser detected</string>
|
||||
<string name="stock_browser_available">Supported stock browser detected</string>
|
||||
<string name="fullScreenOption">Hide status bar while browsing</string>
|
||||
<string name="clear_cookies">Clear Browser Cookies</string>
|
||||
<string name="clear_history">Clear Browser History</string>
|
||||
<string name="clear_cookies">Clear browser cookies</string>
|
||||
<string name="clear_history">Clear browser history</string>
|
||||
<string name="dialog_image">What would you like to do with this image?</string>
|
||||
<string name="action_download">Download</string>
|
||||
<string name="action_open">Open</string>
|
||||
@ -65,29 +49,29 @@
|
||||
<string name="dialog_history_long_press">What would you like to do with this history item?</string>
|
||||
<string name="dialog_bookmark">What would you like to do with this bookmark?</string>
|
||||
<string name="action_delete">Delete</string>
|
||||
<string name="action_blank">Blank Page</string>
|
||||
<string name="action_blank">Blank page</string>
|
||||
<string name="agent_default">Default</string>
|
||||
<string name="agent_desktop">Desktop</string>
|
||||
<string name="agent_mobile">Mobile</string>
|
||||
<string name="agent_custom">Custom</string>
|
||||
<string name="title_search_engine">Search Engine</string>
|
||||
<string name="title_search_engine">Search engine</string>
|
||||
<string name="action_ok">OK</string>
|
||||
<string name="dialog_download">Do you want to download this file? (%1$s)</string>
|
||||
<string name="unknown_size">Unknown Size</string>
|
||||
<string name="unknown_size">Unknown size</string>
|
||||
<string name="action_cancel">Cancel</string>
|
||||
<string name="title_warning">Warning</string>
|
||||
<string name="dialog_adobe_not_installed">Adobe Flash Player was not detected.\nPlease install Flash Player.</string>
|
||||
<string name="title_user_agent">User Agent</string>
|
||||
<string name="title_download_location">Download Location</string>
|
||||
<string name="title_custom_homepage">Custom Homepage</string>
|
||||
<string name="title_user_agent">User agent</string>
|
||||
<string name="title_download_location">Download location</string>
|
||||
<string name="title_custom_homepage">Custom homepage</string>
|
||||
<string name="action_webpage">Webpage</string>
|
||||
<string name="title_clear_history">Clear History</string>
|
||||
<string name="title_clear_cookies">Clear Cookies</string>
|
||||
<string name="title_clear_history">Clear history</string>
|
||||
<string name="title_clear_cookies">Clear cookies</string>
|
||||
<string name="dialog_history">Would you like to clear all browser history?</string>
|
||||
<string name="dialog_cookies">Would you like to clear all browser cookies?</string>
|
||||
<string name="action_yes">Yes</string>
|
||||
<string name="action_no">No</string>
|
||||
<string name="title_text_size">Text Size</string>
|
||||
<string name="title_text_size">Text size</string>
|
||||
<string name="size_largest">Largest</string>
|
||||
<string name="size_large">Large</string>
|
||||
<string name="size_normal">Normal</string>
|
||||
@ -97,12 +81,12 @@
|
||||
<string name="dialog_import_error">No browser was detected to import bookmarks from.</string>
|
||||
<string name="hint_title">Title</string>
|
||||
<string name="hint_url">URL</string>
|
||||
<string name="title_edit_bookmark">Edit Bookmark</string>
|
||||
<string name="title_edit_bookmark">Edit bookmark</string>
|
||||
<string name="action_edit">Edit</string>
|
||||
<string name="action_incognito">New Incognito Tab</string>
|
||||
<string name="action_incognito">New incognito tab</string>
|
||||
<string name="action_homepage">Default</string>
|
||||
<string name="action_back">Back</string>
|
||||
<string name="action_find">Find in Page</string>
|
||||
<string name="action_find">Find in page</string>
|
||||
<string name="download_pending">Starting download\u2026</string>
|
||||
<string name="cannot_download">Can only download \"http\" or \"https\" URLs.</string>
|
||||
<string name="problem_download">Invalid URL encountered, cannot download</string>
|
||||
@ -110,47 +94,47 @@
|
||||
<string name="download_no_sdcard_dlg_title">No SD card</string>
|
||||
<string name="download_no_sdcard_dlg_msg">USB storage is required to download the file.</string>
|
||||
<string name="download_sdcard_busy_dlg_title">USB storage unavailable</string>
|
||||
<string name="download_sdcard_busy_dlg_msg">The storage is busy. To allow downloads, touch Turn Off USB Storage in the notification.</string>
|
||||
<string name="incognito_cookies">Enable Cookies in Incognito Mode</string>
|
||||
<string name="download_sdcard_busy_dlg_msg">The storage is busy. To allow downloads, touch \'Turn Off USB Storage\' in the notification.</string>
|
||||
<string name="incognito_cookies">Enable cookies in incognito Mode</string>
|
||||
<string name="title_flash">Adobe Flash</string>
|
||||
<string name="action_manual">Manual</string>
|
||||
<string name="action_auto">Auto</string>
|
||||
<string name="action_follow_me">Contact Me</string>
|
||||
<string name="action_follow_me">Contact me</string>
|
||||
<string name="url_twitter">twitter.com/RestainoAnthony</string>
|
||||
<string name="clear_cache">Clear Cache</string>
|
||||
<string name="message_cache_cleared">Cache Cleared</string>
|
||||
<string name="message_import">Bookmarks Were Imported</string>
|
||||
<string name="message_clear_history">History Cleared</string>
|
||||
<string name="message_cookies_cleared">Cookies Cleared</string>
|
||||
<string name="max_tabs">Max Tabs Reached</string>
|
||||
<string name="clear_cache">Clear cache</string>
|
||||
<string name="message_cache_cleared">Cache cleared</string>
|
||||
<string name="message_import">Bookmarks were imported</string>
|
||||
<string name="message_clear_history">History cleared</string>
|
||||
<string name="message_cookies_cleared">Cookies cleared</string>
|
||||
<string name="max_tabs">Max tabs reached</string>
|
||||
<string name="message_text_copied">Text copied to clipboard</string>
|
||||
<string name="message_link_copied">Link copied to clipboard</string>
|
||||
<string name="custom_url">Custom URL</string>
|
||||
<string name="message_blocked_local">Local file has been blocked from loading</string>
|
||||
<string name="licenses">Open Source Licenses</string>
|
||||
<string name="suggestion">Search for</string>
|
||||
<string name="block_ads">Block Ads</string>
|
||||
<string name="block_ads">Block ads</string>
|
||||
<string name="message_insecure_connection">Connection to this site is not secure:\n%1$s\nProceed anyway?</string>
|
||||
<string name="message_certificate_date_invalid">date of certificate is invalid</string>
|
||||
<string name="message_certificate_expired">certificate is expired</string>
|
||||
<string name="message_certificate_domain_mismatch">domain in certificate does not match the site domain</string>
|
||||
<string name="message_certificate_invalid">certificate is invalid</string>
|
||||
<string name="message_certificate_not_yet_valid">certificate is not yet valid</string>
|
||||
<string name="message_certificate_untrusted">certificate is not trusted</string>
|
||||
<string name="title_form_resubmission">Form Resubmission</string>
|
||||
<string name="message_certificate_date_invalid">Date of certificate is invalid</string>
|
||||
<string name="message_certificate_expired">Certificate is expired</string>
|
||||
<string name="message_certificate_domain_mismatch">Domain in certificate does not match the site domain</string>
|
||||
<string name="message_certificate_invalid">Certificate is invalid</string>
|
||||
<string name="message_certificate_not_yet_valid">Certificate is not yet valid</string>
|
||||
<string name="message_certificate_untrusted">Certificate is not trusted</string>
|
||||
<string name="title_form_resubmission">Form resubmission</string>
|
||||
<string name="message_form_resubmission">Would you like to resend the data?</string>
|
||||
<string name="message_location">\nWould like to use your location</string>
|
||||
<string name="action_allow">Allow</string>
|
||||
<string name="action_dont_allow">Don\'t Allow</string>
|
||||
<string name="title_sign_in">Sign In</string>
|
||||
<string name="action_dont_allow">Don\'t allow</string>
|
||||
<string name="title_sign_in">Sign in</string>
|
||||
<string name="label_realm">Server message: %s</string>
|
||||
<string name="hint_username">Username</string>
|
||||
<string name="hint_password">Password</string>
|
||||
<string name="search_suggestions">Search Suggestions</string>
|
||||
<string name="search_suggestions">Search suggestions</string>
|
||||
<string name="powered_by_google">Powered by Google</string>
|
||||
<string name="powered_by_duck">Powered by DuckDuckGo</string>
|
||||
<string name="search_suggestions_off">No search suggestions</string>
|
||||
<string name="http_proxy">HTTP Proxy</string>
|
||||
<string name="http_proxy">HTTP proxy</string>
|
||||
<string-array name="proxy_choices_array">
|
||||
<item>None</item>
|
||||
<item>Orbot</item>
|
||||
@ -177,14 +161,14 @@
|
||||
<string name="android_open_source_project">Android Open Source Project</string>
|
||||
<string name="hphosts_ad_server_list">hpHosts Ad Server List</string>
|
||||
<string name="deleted_tab">Reopened old tab</string>
|
||||
<string name="rendering_mode">Rendering Mode</string>
|
||||
<string name="rendering_mode">Rendering mode</string>
|
||||
<string name="name_inverted">Inverted</string>
|
||||
<string name="name_grayscale">Grayscale</string>
|
||||
<string name="name_inverted_grayscale">Inverted Grayscale</string>
|
||||
<string name="name_increase_contrast">Increase Contrast</string>
|
||||
<string name="name_inverted_grayscale">Inverted grayscale</string>
|
||||
<string name="name_increase_contrast">Increase contrast</string>
|
||||
<string name="name_normal">Normal</string>
|
||||
<string name="sync_history">Sync history with Google</string>
|
||||
<string name="title_file_chooser">File Chooser</string>
|
||||
<string name="title_file_chooser">File chooser</string>
|
||||
<string name="library_netcipher">NetCipher</string>
|
||||
<string name="license_gnu">GNU Lesser General Public License</string>
|
||||
<string name="export_bookmarks">Export bookmarks to backup</string>
|
||||
@ -201,48 +185,48 @@
|
||||
<string name="close_tab">Close current tab</string>
|
||||
<string name="close_all_tabs">Close all tabs</string>
|
||||
<string name="close_other_tabs">Close other tabs</string>
|
||||
<string name="third_party">Block 3rd Party Cookies</string>
|
||||
<string name="color_mode">Enable Color Mode</string>
|
||||
<string name="reading_mode">Reader Mode</string>
|
||||
<string name="third_party">Block 3rd party cookies</string>
|
||||
<string name="color_mode">Enable color mode</string>
|
||||
<string name="reading_mode">Reader mode</string>
|
||||
<string name="loading">Loading…</string>
|
||||
<string name="loading_failed">Couldn\'t load anything from the page.</string>
|
||||
<string name="snacktory">Snacktory</string>
|
||||
<string name="jsoup">jsoup: Java HTML Parser</string>
|
||||
<string name="mit_license">MIT License</string>
|
||||
<string name="url_contents">URL Box Contents</string>
|
||||
<string name="text_encoding">Text Encoding</string>
|
||||
<string name="url_contents">URL box contents</string>
|
||||
<string name="text_encoding">Text encoding</string>
|
||||
<string-array name="url_content_array">
|
||||
<item>Domain (default)</item>
|
||||
<item>URL</item>
|
||||
<item>Title</item>
|
||||
</string-array>
|
||||
<string name="invert_color">Invert color</string>
|
||||
<string name="dark_theme">Dark Theme</string>
|
||||
<string name="dark_theme">Dark theme</string>
|
||||
<string name="settings_black_status_bar">Black status bar</string>
|
||||
<string name="tabs">Tabs</string>
|
||||
<string name="theme">App Theme</string>
|
||||
<string name="light_theme">Light Theme</string>
|
||||
<string name="black_theme">Black Theme (AMOLED)</string>
|
||||
<string name="folder">Folder Name</string>
|
||||
<string name="theme">App theme</string>
|
||||
<string name="light_theme">Light theme</string>
|
||||
<string name="black_theme">Black theme (AMOLED)</string>
|
||||
<string name="folder">Folder name</string>
|
||||
<string name="action_folder">Folder</string>
|
||||
<string name="action_rename">Rename</string>
|
||||
<string name="title_rename_folder">Rename Folder</string>
|
||||
<string name="title_rename_folder">Rename folder</string>
|
||||
<string name="dialog_folder">What would you like to do with this folder?</string>
|
||||
<string name="clear_web_storage">Clear web storage</string>
|
||||
<string name="clear_web_storage_exit">Clear web storage on exit</string>
|
||||
<string name="message_web_storage_cleared">Web storage cleared</string>
|
||||
<string name="hosts_source">Hosts File Ad Blocking Source</string>
|
||||
<string name="settings_adblock">Ad Block Settings</string>
|
||||
<string name="hosts_source">Hosts file ad blocking source</string>
|
||||
<string name="settings_adblock">Ad block settings</string>
|
||||
<string name="tabs_in_drawer">Show tabs in navigation drawer</string>
|
||||
<string name="swap_bookmarks_and_tabs">Swap bookmark and tab drawers</string>
|
||||
<string name="do_not_track">Request \'Do Not Track\'</string>
|
||||
<string name="remove_identifying_headers">Remove Identifying Headers</string>
|
||||
<string name="action_add_to_homescreen">Add to Homescreen</string>
|
||||
<string name="message_added_to_homescreen">Shortcut Added to Homescreen</string>
|
||||
<string name="remove_identifying_headers">Remove identifying headers</string>
|
||||
<string name="action_add_to_homescreen">Add to home screen</string>
|
||||
<string name="message_added_to_homescreen">Shortcut added to home screen</string>
|
||||
<string name="action_delete_all_bookmarks">Delete all bookmarks</string>
|
||||
|
||||
<string name="faq">FAQ</string>
|
||||
<string name="faq_description">Frequently Asked Questions</string>
|
||||
<string name="faq_description">Frequently asked questions</string>
|
||||
|
||||
<!-- debug strings -->
|
||||
<string name="debug_title">Debug Settings</string>
|
||||
|
Loading…
x
Reference in New Issue
Block a user