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

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

Issue 1775803002: MD Settings: add a semi-functional System page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@v2-md_history
Patch Set: stevenjb@ review Created 4 years, 9 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 <!-- Default Browser Page --> 4 <!-- Default Browser Page -->
5 <if expr="not chromeos"> 5 <if expr="not chromeos">
6 <message name="IDS_SETTINGS_DEFAULT_BROWSER_DEFAULT" desc="The text displaye d when Chrome is not the default browser"> 6 <message name="IDS_SETTINGS_DEFAULT_BROWSER_DEFAULT" desc="The text displaye d when Chrome is not the default browser">
7 Google Chrome is your default browser. Yay! 7 Google Chrome is your default browser. Yay!
8 </message> 8 </message>
9 <message name="IDS_SETTINGS_DEFAULT_BROWSER_MAKE_DEFAULT" desc="Default brow ser checkbox label"> 9 <message name="IDS_SETTINGS_DEFAULT_BROWSER_MAKE_DEFAULT" desc="Default brow ser checkbox label">
10 Make Google Chrome the default browser 10 Make Google Chrome the default browser
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 <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."> 52 <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.">
53 Google Chrome cannot be displayed in this language. 53 Google Chrome cannot be displayed in this language.
54 </message> 54 </message>
55 <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."> 55 <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.">
56 Google Chrome is displayed in this language. 56 Google Chrome is displayed in this language.
57 </message> 57 </message>
58 <message name="IDS_SETTINGS_LANGUAGES_DISPLAY_IN_THIS_LANGUAGE" desc="The la bel used for a button that changes the UI language."> 58 <message name="IDS_SETTINGS_LANGUAGES_DISPLAY_IN_THIS_LANGUAGE" desc="The la bel used for a button that changes the UI language.">
59 Display Google Chrome in this language 59 Display Google Chrome in this language
60 </message> 60 </message>
61 </if> 61 </if>
62
63 <!-- System Page -->
64 <if expr="not chromeos">
65 <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.">
66 Continue running background apps when Google Chrome is closed
67 </message>
68 </if>
62 </grit-part> 69 </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