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

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

Issue 1981033003: MD Settings: About page, implement help and feedback. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Tweak strings to match the mocks." Created 4 years, 7 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="chromeos"> 5 <if expr="chromeos">
6 <message name="IDS_SETTINGS_ABOUT_PROGRAM" desc="Menu title for the About Ch rome OS page."> 6 <message name="IDS_SETTINGS_ABOUT_PROGRAM" desc="Menu title for the About Ch rome OS page.">
7 About Chrome OS 7 About Chrome OS
8 </message> 8 </message>
9 </if> 9 </if>
10 <if expr="not chromeos"> 10 <if expr="not chromeos">
11 <message name="IDS_SETTINGS_ABOUT_PROGRAM" desc="Menu title for the About Ch rome page."> 11 <message name="IDS_SETTINGS_ABOUT_PROGRAM" desc="Menu title for the About Ch rome page.">
12 About Chrome 12 About Chrome
13 </message> 13 </message>
14 </if> 14 </if>
15 <if expr="not chromeos">
16 <message name="IDS_SETTINGS_GET_HELP_USING_CHROME" desc="Text of the button which takes the user to the Chrome help page.">
17 Get help with Chrome
18 </message>
19 </if>
20 <if expr="chromeos">
21 <message name="IDS_SETTINGS_GET_HELP_USING_CHROME" desc="Text of the button which takes the user to the Chrome help page.">
22 Get help with Chrome OS
23 </message>
24 </if>
15 25
16 <!-- Default Browser Page --> 26 <!-- Default Browser Page -->
17 <if expr="not chromeos"> 27 <if expr="not chromeos">
18 <message name="IDS_SETTINGS_DEFAULT_BROWSER_DEFAULT" desc="The text displaye d when Chrome is not the default browser"> 28 <message name="IDS_SETTINGS_DEFAULT_BROWSER_DEFAULT" desc="The text displaye d when Chrome is not the default browser">
19 Google Chrome is your default browser. Yay! 29 Google Chrome is your default browser. Yay!
20 </message> 30 </message>
21 <message name="IDS_SETTINGS_DEFAULT_BROWSER_MAKE_DEFAULT" desc="Default brow ser checkbox label"> 31 <message name="IDS_SETTINGS_DEFAULT_BROWSER_MAKE_DEFAULT" desc="Default brow ser checkbox label">
22 Make Google Chrome the default browser 32 Make Google Chrome the default browser
23 </message> 33 </message>
24 <message name="IDS_SETTINGS_DEFAULT_BROWSER_UNKNOWN" desc="The text displaye d when Chrome cannot determine or set the default browser"> 34 <message name="IDS_SETTINGS_DEFAULT_BROWSER_UNKNOWN" desc="The text displaye d when Chrome cannot determine or set the default browser">
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 <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."> 87 <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.">
78 Continue running background apps when Google Chrome is closed 88 Continue running background apps when Google Chrome is closed
79 </message> 89 </message>
80 </if> 90 </if>
81 91
82 <!-- Reset Page --> 92 <!-- Reset Page -->
83 <message name="IDS_SETTINGS_RESET_PROFILE_FEEDBACK" desc="Feedback label in th e Reset Profile Settings dialog"> 93 <message name="IDS_SETTINGS_RESET_PROFILE_FEEDBACK" desc="Feedback label in th e Reset Profile Settings dialog">
84 Help make Chrome better by reporting the current settings. 94 Help make Chrome better by reporting the current settings.
85 </message> 95 </message>
86 </grit-part> 96 </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