Commit d3403914 authored by Trevor Perrier's avatar Trevor Perrier Committed by Commit Bot

[Android] Add new Language Settings strings

Bug: 1127531, 1068667
Change-Id: I4248c6b444906ea5587d985571b70f2231ef3f04
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2342638Reviewed-by: default avatarMegan Jablonski <megjablon@chromium.org>
Commit-Queue: Trevor  Perrier <perrier@chromium.org>
Cr-Commit-Position: refs/heads/master@{#809492}
parent b384e8ad
...@@ -310,6 +310,27 @@ Still reading? ...@@ -310,6 +310,27 @@ Still reading?
<ignore regexp="The resource `R.string.reading_list_intro_text` appears to be unused"/> <ignore regexp="The resource `R.string.reading_list_intro_text` appears to be unused"/>
<ignore regexp="The resource `R.string.reading_list_find_in_bookmarks` appears to be unused"/> <ignore regexp="The resource `R.string.reading_list_find_in_bookmarks` appears to be unused"/>
<!-- crbug.com/1127531 remove this line and following 9 lines after the bug is resolved -->
<ignore regexp="The resource `R.string.app_language_title` appears to be unused"/>
<ignore regexp="The resource `R.string.change_chrome_lang` appears to be unused"/>
<ignore regexp="The resource `R.string.default_lang_subtitle` appears to be unused"/>
<ignore regexp="The resource `R.string.languages_content_description` appears to be unused"/>
<ignore regexp="The resource `R.string.languages_content_title` appears to be unused"/>
<ignore regexp="The resource `R.string.languages_infobar_ready` appears to be unused"/>
<ignore regexp="The resource `R.string.languages_infobar_restart` appears to be unused"/>
<ignore regexp="The resource `R.string.languages_select_suggested` appears to be unused"/>
<ignore regexp="The resource `R.string.languages_select_other` appears to be unused"/>
<ignore regexp="The resource `R.string.languages_select` appears to be unused"/>
<ignore regexp="The resource `R.string.languages_send_translate_switch` appears to be unused"/>
<ignore regexp="The resource `R.string.languages_settings_title` appears to be unused"/>
<ignore regexp="The resource `R.string.languages_settings_advanced` appears to be unused"/>
<ignore regexp="The resource `R.string.languages_settings_automatic` appears to be unused"/>
<ignore regexp="The resource `R.string.languages_settings_dont_offer_lang` appears to be unused"/>
<ignore regexp="The resource `R.string.languages_settings_dont_offer_sites` appears to be unused"/>
<ignore regexp="The resource `R.string.languages_settings_target` appears to be unused"/>
<ignore regexp="The resource `R.string.languages_split_downloading` appears to be unused"/>
<ignore regexp="The resource `R.string.languages_split_ready` appears to be unused"/>
<!-- Old-style and new-style WebAPKs use same resources for simplicity. Old-style WebAPKs do <!-- Old-style and new-style WebAPKs use same resources for simplicity. Old-style WebAPKs do
not use R.style.SplashTheme but new-style WebAPKs do. not use R.style.SplashTheme but new-style WebAPKs do.
TODO(crbug.com/971254): Remove suppression once old-style WebAPKs are deprecated. --> TODO(crbug.com/971254): Remove suppression once old-style WebAPKs are deprecated. -->
......
...@@ -1097,15 +1097,42 @@ Your Google account may have other forms of browsing history like searches and a ...@@ -1097,15 +1097,42 @@ Your Google account may have other forms of browsing history like searches and a
<message name="IDS_LANGUAGE_SETTINGS" desc="Title for the Languages settings screen that allows users to manage their languages preferences. [CHAR-LIMIT=32]"> <message name="IDS_LANGUAGE_SETTINGS" desc="Title for the Languages settings screen that allows users to manage their languages preferences. [CHAR-LIMIT=32]">
Languages Languages
</message> </message>
<message name="IDS_APP_LANGUAGE_TITLE" desc="Title of Language settings section to change Chrome’s user interface language. [CHAR-LIMIT=32]">
<ph name="APP_NAME">%1$s<ex>Chrome</ex></ph>’s language
</message>
<message name="IDS_DEFAULT_LANG_SUBTITLE" desc="Subtile to use for the device’s default language. [CHAR-LIMIT=32]">
Default device language
</message>
<message name="IDS_ADD_LANGUAGE" desc="Title for the screen that allows users to add languages to their preferred language list. [CHAR-LIMIT=32]"> <message name="IDS_ADD_LANGUAGE" desc="Title for the screen that allows users to add languages to their preferred language list. [CHAR-LIMIT=32]">
Add language Add language
</message> </message>
<message name="IDS_CHANGE_CHROME_LANG" desc="Title of page to select a language within Chrome's language settings. [CHAR-LIMIT=32]">
Change language
</message>
<message name="IDS_LANGUAGES_SELECT" desc="Option in overflow menu on Language settings page to change Chrome’s user interface language. [CHAR-LIMIT=32]">
Select language
</message>
<message name="IDS_LANGUAGES_SELECT_SUGGESTED" desc="Title appearing above list of languages ordered based on what users in that country might select. [CHAR-LIMIT=32]">
Suggested languages
</message>
<message name="IDS_LANGUAGES_SELECT_OTHER" desc="Subtile appearing above list of all languages not likely to be selected by users in that country. [CHAR-LIMIT=32]">
Other languages
</message>
<message name="IDS_LANGUAGES_CONTENT_TITLE" desc="Title of Language settings section to add or remove preferred content languages. Content languages are selected by the user and tell Chrome what language the user prefers webpage content in. [CHAR-LIMIT=32]">
Content languages
</message>
<message name="IDS_LANGUAGES_CONTENT_DESCRIPTION" desc="Description of Content language on the Language settings screen. Appears above a list of one or more languages that the user selects to tell Chrome which languages they prefer webpage content in.">
To show content in your preferred languages, the sites you visit can see your preferences
</message>
<message name="IDS_LANGUAGES_LIST_DESCRIPTION" desc="Description on the Languages settings screen. Appears above a list of one or more languages that the user selects, to tell Chrome which languages they prefer to use to read website content."> <message name="IDS_LANGUAGES_LIST_DESCRIPTION" desc="Description on the Languages settings screen. Appears above a list of one or more languages that the user selects, to tell Chrome which languages they prefer to use to read website content.">
Websites will show text in your preferred language, when possible. Websites will show text in your preferred language, when possible.
</message> </message>
<message name="IDS_LANGUAGES_OFFER_TRANSLATE_SWITCH" desc="Appears next to the 'offer to translate' switch that controls whether or not Chrome will display the Google Translate UI on web pages that are not in the user's preferred language(s)."> <message name="IDS_LANGUAGES_OFFER_TRANSLATE_SWITCH" desc="Appears next to the 'offer to translate' switch that controls whether or not Chrome will display the Google Translate UI on web pages that are not in the user's preferred language(s).">
Offer to translate pages in other languages Offer to translate pages in other languages
</message> </message>
<message name="IDS_LANGUAGES_SEND_TRANSLATE_SWITCH" desc="Appears next to the switch controling whether or not Chrome will display the Google Translate UI on web pages that are not in the user's preferred language(s).">
Offer to send pages in other languages to Google Translate
</message>
<message name="IDS_LANGUAGES_ITEM_OPTION_OFFER_TO_TRANSLATE" desc="Option in language item menu. User can click the 'Offer to translate' option to toggle whether they want Chrome to translate pages in this language. [CHAR-LIMIT=32]"> <message name="IDS_LANGUAGES_ITEM_OPTION_OFFER_TO_TRANSLATE" desc="Option in language item menu. User can click the 'Offer to translate' option to toggle whether they want Chrome to translate pages in this language. [CHAR-LIMIT=32]">
Offer to translate Offer to translate
</message> </message>
...@@ -1118,6 +1145,36 @@ Your Google account may have other forms of browsing history like searches and a ...@@ -1118,6 +1145,36 @@ Your Google account may have other forms of browsing history like searches and a
<message name="IDS_LANGUAGES_EXPLICIT_ASK_TITLE" desc="Title of the dialog that explicitly asks the user which languages they can read."> <message name="IDS_LANGUAGES_EXPLICIT_ASK_TITLE" desc="Title of the dialog that explicitly asks the user which languages they can read.">
What languages do you read? What languages do you read?
</message> </message>
<message name="IDS_LANGUAGES_SPLIT_DOWNLOADING" desc="Text to display next to a language when it is being downloaded to use as Chrome's UI. [CHAR-LIMIT=32]">
Downloading <ph name="LANG">%1$s<ex>Hindi</ex></ph>
</message>
<message name="IDS_LANGUAGES_SPLIT_READY" desc="Text to display next to a language once it has been downloaded telling user to restart the application.">
Language ready, restart <ph name="APP_NAME">%1$s<ex>Chrome</ex></ph>
</message>
<message name="IDS_LANGUAGES_INFOBAR_READY" desc="Infobar text to appear when a new language pack has been downloaded. [CHAR-LIMIT=32]">
<ph name="LANG">%1$s<ex>Hindi</ex></ph> is ready.
</message>
<message name="IDS_LANGUAGES_INFOBAR_RESTART" desc="The clickable link letting the user know they can click to restart Chrome. [CHAR-LIMIT=32]">
Restart Chrome
</message>
<message name="IDS_LANGUAGES_SETTINGS_TITLE" desc="Title of Language settings section to control translation preferences. [CHAR-LIMIT=32]">
Translation settings
</message>
<message name="IDS_LANGUAGES_SETTINGS_ADVANCED" desc="Title of Language settings section that will show advanced translation settings. [CHAR-LIMIT=32]">
Advanced
</message>
<message name="IDS_LANGUAGES_SETTINGS_TARGET" desc="Title of Translation settings for the current translate targert. Tapping this opens a new screen to select the target language. [CHAR-LIMIT=32]">
Translate into this language
</message>
<message name="IDS_LANGUAGES_SETTINGS_AUTOMATIC" desc="Title of Translation settings that lists languages that should be automatically translated.">
Automatically translate these languages
</message>
<message name="IDS_LANGUAGES_SETTINGS_DONT_OFFER_LANG" desc="Title of Translation settings that lists languages where no prompt to translate will be shown.">
Don’t offer to translate these languages
</message>
<message name="IDS_LANGUAGES_SETTINGS_DONT_OFFER_SITES" desc="Title of Translation settings that lists websites where no prompt to translate will be shown.">
Don’t offer to translate these sites
</message>
<!-- Lite Mode--> <!-- Lite Mode-->
<message name="IDS_DATA_REDUCTION_TITLE_LITE_MODE" desc="Menu item for Lite mode, which allows users to save mobile data by compressing network traffic."> <message name="IDS_DATA_REDUCTION_TITLE_LITE_MODE" desc="Menu item for Lite mode, which allows users to save mobile data by compressing network traffic.">
......
c148a3b6564ccb24297b4fbd58ba2ad983a11985
\ No newline at end of file
04abc2f59083e1c85ea9327376343f4aba0f45b7
\ No newline at end of file
63fc1342c2c5fca453bab2fda7a228f3157a1024
\ No newline at end of file
3a427aab3fa8b3873ee6a85507c5913aeacc3d79
\ No newline at end of file
686b50ba1d8336e6c79252b34d5d1c79d4484f4b
\ No newline at end of file
686b50ba1d8336e6c79252b34d5d1c79d4484f4b
\ No newline at end of file
e01b48361375dd40d972a983b3e014bac6e02eec
\ No newline at end of file
cbfe13aacc43c89c29e23c06031ba7d109c2d895
\ No newline at end of file
870ec628b88e33fc97a8653fceace3023dfa9841
\ No newline at end of file
182760027c4e4a8f8201859430257f9053b77664
\ No newline at end of file
bc59a08e7b8b9ef629664b30cd40aa51a12331dd
\ No newline at end of file
8a67dbfc1a943d59ab9b4d4e7307aff23567b700
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment