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

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

Issue 2059143002: "up-to-date" should only use hyphens when used as compound modifier of a noun (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 6 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
11 </message> 11 </message>
12 <message name="IDS_SETTINGS_UPGRADE_UPDATING" desc="Status label: Updating G oogle Chrome"> 12 <message name="IDS_SETTINGS_UPGRADE_UPDATING" desc="Status label: Updating G oogle Chrome">
13 Updating Google Chrome 13 Updating Google Chrome
14 </message> 14 </message>
15 <message name="IDS_SETTINGS_UPGRADE_SUCCESSFUL_RELAUNCH" desc="Status label: Successfully updated Google Chrome"> 15 <message name="IDS_SETTINGS_UPGRADE_SUCCESSFUL_RELAUNCH" desc="Status label: Successfully updated Google Chrome">
16 Nearly up-to-date! Relaunch Google Chrome to finish updating. 16 Nearly up to date! Relaunch Google Chrome to finish updating.
17 </message> 17 </message>
18 <message name="IDS_SETTINGS_UPGRADE_UP_TO_DATE" desc="Status label: Already up to date (Google Chrome)"> 18 <message name="IDS_SETTINGS_UPGRADE_UP_TO_DATE" desc="Status label: Already up to date (Google Chrome)">
19 Google Chrome is up to date. 19 Google Chrome is up to date.
20 </message> 20 </message>
21 </if> 21 </if>
22 <if expr="chromeos"> 22 <if expr="chromeos">
23 <message name="IDS_SETTINGS_ABOUT_PROGRAM" desc="Menu title for the About Ch rome OS page."> 23 <message name="IDS_SETTINGS_ABOUT_PROGRAM" desc="Menu title for the About Ch rome OS page.">
24 About Chrome OS 24 About Chrome OS
25 </message> 25 </message>
26 <message name="IDS_SETTINGS_GET_HELP_USING_CHROME" desc="Text of the button which takes the user to the Chrome help page."> 26 <message name="IDS_SETTINGS_GET_HELP_USING_CHROME" desc="Text of the button which takes the user to the Chrome help page.">
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 <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."> 92 <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.">
93 Continue running background apps when Google Chrome is closed 93 Continue running background apps when Google Chrome is closed
94 </message> 94 </message>
95 </if> 95 </if>
96 96
97 <!-- Reset Page --> 97 <!-- Reset Page -->
98 <message name="IDS_SETTINGS_RESET_PROFILE_FEEDBACK" desc="Feedback label in th e Reset Profile Settings dialog"> 98 <message name="IDS_SETTINGS_RESET_PROFILE_FEEDBACK" desc="Feedback label in th e Reset Profile Settings dialog">
99 Help make Chrome better by reporting the current settings. 99 Help make Chrome better by reporting the current settings.
100 </message> 100 </message>
101 </grit-part> 101 </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