Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(25)

Side by Side Diff: chrome/app/settings_google_chrome_strings.grdp

Issue 2351963003: MD Settings: Replace language detail page with dropdown menu items (Closed)
Patch Set: rebase Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/app/settings_chromium_strings.grdp ('k') | chrome/app/settings_strings.grdp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Settings-specific Google Chrome strings (included from google_chrome_string s.grd). --> 2 <!-- Settings-specific Google Chrome strings (included from google_chrome_string s.grd). -->
3 <grit-part> 3 <grit-part>
4 <!-- About Page --> 4 <!-- About Page -->
5 <if expr="not chromeos"> 5 <if expr="not chromeos">
6 <message name="IDS_SETTINGS_ABOUT_PROGRAM" desc="Menu title for the About Ch rome page."> 6 <message name="IDS_SETTINGS_ABOUT_PROGRAM" desc="Menu title for the About Ch rome page.">
7 About Chrome 7 About Chrome
8 </message> 8 </message>
9 <message name="IDS_SETTINGS_GET_HELP_USING_CHROME" desc="Text of the button which takes the user to the Chrome help page."> 9 <message name="IDS_SETTINGS_GET_HELP_USING_CHROME" desc="Text of the button which takes the user to the Chrome help page.">
10 Get help with Chrome 10 Get help with Chrome
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 </message> 60 </message>
61 <message name="IDS_SETTINGS_SYNC_DATA_ENCRYPTED_TEXT" desc="Text alerting the user that synced data is encrypted."> 61 <message name="IDS_SETTINGS_SYNC_DATA_ENCRYPTED_TEXT" desc="Text alerting the user that synced data is encrypted.">
62 For added security, Google Chrome will encrypt your data. 62 For added security, Google Chrome will encrypt your data.
63 </message> 63 </message>
64 <message name="IDS_SETTINGS_SYNC_DISCONNECT_TITLE" desc="The title of the dial og to stop syncing and sign out."> 64 <message name="IDS_SETTINGS_SYNC_DISCONNECT_TITLE" desc="The title of the dial og to stop syncing and sign out.">
65 Sign out of Chrome 65 Sign out of Chrome
66 </message> 66 </message>
67 67
68 <!-- Languages Page --> 68 <!-- Languages Page -->
69 <if expr="chromeos"> 69 <if expr="chromeos">
70 <message name="IDS_SETTINGS_LANGUAGES_CANNOT_BE_DISPLAYED_IN_THIS_LANGUAGE" desc="The label for a language that cannot be used as the UI display language.">
71 Chrome OS cannot be displayed in this language.
72 </message>
73 <message name="IDS_SETTINGS_LANGUAGES_IS_DISPLAYED_IN_THIS_LANGUAGE" desc="T he label for a language that is currently used as the UI display language."> 70 <message name="IDS_SETTINGS_LANGUAGES_IS_DISPLAYED_IN_THIS_LANGUAGE" desc="T he label for a language that is currently used as the UI display language.">
74 Chrome OS is displayed in this language. 71 Chrome OS is displayed in this language.
75 </message> 72 </message>
76 <message name="IDS_SETTINGS_LANGUAGES_DISPLAY_IN_THIS_LANGUAGE" desc="The la bel used for a button that changes the UI language."> 73 <message name="IDS_SETTINGS_LANGUAGES_DISPLAY_IN_THIS_LANGUAGE" desc="The la bel used for a button that changes the UI language.">
77 Display Chrome OS in this language 74 Display Chrome OS in this language
78 </message> 75 </message>
79 </if> 76 </if>
80 <if expr="not chromeos"> 77 <if expr="not chromeos">
81 <message name="IDS_SETTINGS_LANGUAGES_CANNOT_BE_DISPLAYED_IN_THIS_LANGUAGE" desc="The label for a language that cannot be used as the UI display language.">
82 Google Chrome cannot be displayed in this language.
83 </message>
84 <message name="IDS_SETTINGS_LANGUAGES_IS_DISPLAYED_IN_THIS_LANGUAGE" desc="T he label for a language that is currently used as the UI display language."> 78 <message name="IDS_SETTINGS_LANGUAGES_IS_DISPLAYED_IN_THIS_LANGUAGE" desc="T he label for a language that is currently used as the UI display language.">
85 Google Chrome is displayed in this language. 79 Google Chrome is displayed in this language.
86 </message> 80 </message>
87 <message name="IDS_SETTINGS_LANGUAGES_DISPLAY_IN_THIS_LANGUAGE" desc="The la bel used for a button that changes the UI language."> 81 <message name="IDS_SETTINGS_LANGUAGES_DISPLAY_IN_THIS_LANGUAGE" desc="The la bel used for a button that changes the UI language.">
88 Display Google Chrome in this language 82 Display Google Chrome in this language
89 </message> 83 </message>
90 </if> 84 </if>
91 85
92 <!-- System Page --> 86 <!-- System Page -->
93 <if expr="not chromeos"> 87 <if expr="not chromeos">
94 <message name="IDS_SETTINGS_SYSTEM_BACKGROUND_APPS_LABEL" desc="Label for th e checkbox to allow apps to run in the background, when Chrome is closed."> 88 <message name="IDS_SETTINGS_SYSTEM_BACKGROUND_APPS_LABEL" desc="Label for th e checkbox to allow apps to run in the background, when Chrome is closed.">
95 Continue running background apps when Google Chrome is closed 89 Continue running background apps when Google Chrome is closed
96 </message> 90 </message>
97 </if> 91 </if>
98 92
99 <!-- Reset Page --> 93 <!-- Reset Page -->
100 <message name="IDS_SETTINGS_RESET_PROFILE_FEEDBACK" desc="Feedback label in th e Reset Profile Settings dialog"> 94 <message name="IDS_SETTINGS_RESET_PROFILE_FEEDBACK" desc="Feedback label in th e Reset Profile Settings dialog">
101 Help make Chrome better by reporting the current settings. 95 Help make Chrome better by reporting the current settings.
102 </message> 96 </message>
103 </grit-part> 97 </grit-part>
OLDNEW
« no previous file with comments | « chrome/app/settings_chromium_strings.grdp ('k') | chrome/app/settings_strings.grdp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698