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

Side by Side Diff: chrome/app/google_chrome_strings.grd

Issue 9320056: Help: Implement the initial version of the cross-platform help/about page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: String fix. Created 8 years, 10 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 | Annotate | Revision Log
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- This file contains definitions of strings that are specific to 2 <!-- This file contains definitions of strings that are specific to
3 Google Chrome. These strings will be translated for each locale that Google 3 Google Chrome. These strings will be translated for each locale that Google
4 Chrome supports. --> 4 Chrome supports. -->
5 5
6 <grit base_dir="." latest_public_release="0" current_release="1" 6 <grit base_dir="." latest_public_release="0" current_release="1"
7 source_lang_id="en" enc_check="möl"> 7 source_lang_id="en" enc_check="möl">
8 <outputs> 8 <outputs>
9 <output filename="grit/google_chrome_strings.h" type="rc_header"> 9 <output filename="grit/google_chrome_strings.h" type="rc_header">
10 <emit emit_type='prepend'></emit> 10 <emit emit_type='prepend'></emit>
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 <message name="IDS_SESSION_CRASHED_VIEW_MESSAGE" desc="Message shown when the last session didn't exit cleanly."> 186 <message name="IDS_SESSION_CRASHED_VIEW_MESSAGE" desc="Message shown when the last session didn't exit cleanly.">
187 Google Chrome didn't shut down correctly. To reopen the pages you had op en, click Restore. 187 Google Chrome didn't shut down correctly. To reopen the pages you had op en, click Restore.
188 </message> 188 </message>
189 <!-- Browser Window Title Format --> 189 <!-- Browser Window Title Format -->
190 <message name="IDS_BROWSER_WINDOW_TITLE_FORMAT" desc="The format for title s displayed in tabs and popup windows"> 190 <message name="IDS_BROWSER_WINDOW_TITLE_FORMAT" desc="The format for title s displayed in tabs and popup windows">
191 <ph name="PAGE_TITLE">$1<ex>Google</ex></ph> - Google Chrome 191 <ph name="PAGE_TITLE">$1<ex>Google</ex></ph> - Google Chrome
192 </message> 192 </message>
193 <message name="IDS_BROWSER_WINDOW_TITLE_FORMAT_NO_LOGO" desc="The format f or titles displayed when the window has no distributor logo displayed"> 193 <message name="IDS_BROWSER_WINDOW_TITLE_FORMAT_NO_LOGO" desc="The format f or titles displayed when the window has no distributor logo displayed">
194 <ph name="PAGE_TITLE">$1<ex>Google</ex></ph> 194 <ph name="PAGE_TITLE">$1<ex>Google</ex></ph>
195 </message> 195 </message>
196 <if expr="pp_ifdef('use_titlecase')">
197 <message name="IDS_GET_HELP_USING_CHROME" desc="Text of the button which takes the user to the Chrome help page.">
198 Get Help With Using Chrome
199 </message>
200 </if>
201 <if expr="not pp_ifdef('use_titlecase')">
202 <message name="IDS_GET_HELP_USING_CHROME" desc="Text of the button which takes the user to the Chrome help page.">
203 Get help with using Chrome
204 </message>
205 </if>
196 <message name="IDS_ABOUT_VERSION_COMPANY_NAME" desc="Company name on the a bout pages"> 206 <message name="IDS_ABOUT_VERSION_COMPANY_NAME" desc="Company name on the a bout pages">
197 Google Inc. 207 Google Inc.
198 </message> 208 </message>
199 <message name="IDS_ABOUT_VERSION_COPYRIGHT" desc="Copyright information on the about pages"> 209 <message name="IDS_ABOUT_VERSION_COPYRIGHT" desc="Copyright information on the about pages">
200 Copyright © 2006-2012 Google Inc. All Rights Reserved. 210 Copyright © 2006-2012 Google Inc. All Rights Reserved.
201 </message> 211 </message>
202 <message name="IDS_ABOUT_VERSION_LICENSE" desc="The label below the copyri ght message, containing the URLs."> 212 <message name="IDS_ABOUT_OLD_VERSION_LICENSE" desc="The label below the co pyright message, containing the URLs.">
203 Google Chrome is made possible by the <ph name="BEGIN_LINK_CHROMIUM">BEG IN_LINK_CHR</ph>Chromium<ph name="END_LINK_CHROMIUM">END_LINK_CHR</ph> open sour ce project and other <ph name="BEGIN_LINK_OSS">BEGIN_LINK_OSS</ph>open source so ftware<ph name="END_LINK_OSS">END_LINK_OSS</ph>. 213 Google Chrome is made possible by the <ph name="BEGIN_LINK_CHROMIUM">BEG IN_LINK_CHR</ph>Chromium<ph name="END_LINK_CHROMIUM">END_LINK_CHR</ph> open sour ce project and other <ph name="BEGIN_LINK_OSS">BEGIN_LINK_OSS</ph>open source so ftware<ph name="END_LINK_OSS">END_LINK_OSS</ph>.
204 </message> 214 </message>
215 <if expr="not pp_ifdef('chromeos')">
216 <message name="IDS_ABOUT_VERSION_LICENSE" desc="The label below the co pyright message, containing the URLs.">
217 Google Chrome is made possible by the <ph name="BEGIN_LINK_CHROMIUM" >&lt;a target="_blank" href="$1"&gt;</ph>Chromium<ph name="END_LINK_CHROMIUM">&l t;/a&gt;</ph> open source project and other <ph name="BEGIN_LINK_OSS">&lt;a targ et="_blank" href="$2"&gt;</ph>open source software<ph name="END_LINK_OSS">&lt;/a &gt;</ph>.
218 </message>
219 </if>
205 <if expr="pp_ifdef('chromeos')"> 220 <if expr="pp_ifdef('chromeos')">
221 <message name="IDS_ABOUT_VERSION_LICENSE" desc="The label below the copy right message, containing the URLs.">
222 Chrome OS is made possible by additional <ph name="BEGIN_LINK_OSS">&lt ;a target="_blank" href="$2"&gt;</ph>open source software<ph name="END_LINK_OSS" >&lt;/a&gt;</ph>.
223 </message>
206 <message name="IDS_ABOUT_CROS_VERSION_LICENSE" desc="Additional text dis played beneath the Chromium open source URLs for Chrome OS."> 224 <message name="IDS_ABOUT_CROS_VERSION_LICENSE" desc="Additional text dis played beneath the Chromium open source URLs for Chrome OS.">
207 Chrome OS is made possible by additional <ph name="BEGIN_LINK_CROS_OSS ">BEGIN_LINK_CROS_OSS</ph>open source software<ph name="END_LINK_CROS_OSS">END_L INK_CROS_OSS</ph>. 225 Chrome OS is made possible by additional <ph name="BEGIN_LINK_CROS_OSS ">BEGIN_LINK_CROS_OSS</ph>open source software<ph name="END_LINK_CROS_OSS">END_L INK_CROS_OSS</ph>.
208 </message> 226 </message>
209 </if> 227 </if>
210 <message name="IDS_ABOUT_TERMS_OF_SERVICE" desc="The terms of service labe l in the About box."> 228 <message name="IDS_ABOUT_TERMS_OF_SERVICE" desc="The terms of service labe l in the About box.">
211 Google Chrome <ph name="TERMS_OF_SERVICE_LINK">$1<ex>Terms of Service</e x></ph> 229 Google Chrome <ph name="TERMS_OF_SERVICE_LINK">&lt;a target="_blank" hre f="$1"&gt;</ph>Terms of Service<ph name="END_TERMS_OF_SERVICE_LINK">&lt;/a&gt;</ ph>
212 </message> 230 </message>
213 <message name="IDS_TERMS_OF_SERVICE" desc="The Terms of Service link text in the About box. Used in IDS_ABOUT_TERMS_OF_SERVICE."> 231 <message name="IDS_TERMS_OF_SERVICE" desc="The Terms of Service link text in the About box. Used in IDS_ABOUT_TERMS_OF_SERVICE.">
214 Terms of Service 232 Terms of Service
215 </message> 233 </message>
216 <message name="IDS_ACCNAME_APP" desc="The accessible name for the app menu ."> 234 <message name="IDS_ACCNAME_APP" desc="The accessible name for the app menu .">
217 Chrome 235 Chrome
218 </message> 236 </message>
219 <message name="IDS_ACCNAME_TOOLBAR" desc="The accessible name for the appl ication's toolbar."> 237 <message name="IDS_ACCNAME_TOOLBAR" desc="The accessible name for the appl ication's toolbar.">
220 Google Chrome Toolbar 238 Google Chrome Toolbar
221 </message> 239 </message>
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
532 <message name="IDS_UPGRADE_AVAILABLE" desc="Status label: A new version of Chrome is available"> 550 <message name="IDS_UPGRADE_AVAILABLE" desc="Status label: A new version of Chrome is available">
533 A new version of Google Chrome is available 551 A new version of Google Chrome is available
534 </message> 552 </message>
535 <message name="IDS_UPGRADE_SUCCESSFUL" desc="Status label: Successfully up graded"> 553 <message name="IDS_UPGRADE_SUCCESSFUL" desc="Status label: Successfully up graded">
536 Google Chrome has been updated to <ph name="VERSION">$1<ex>0.1.131</ex>< /ph> 554 Google Chrome has been updated to <ph name="VERSION">$1<ex>0.1.131</ex>< /ph>
537 </message> 555 </message>
538 <message name="IDS_UPGRADE_SUCCESSFUL_NOVERSION" desc="Status label: Succe ssfully upgraded"> 556 <message name="IDS_UPGRADE_SUCCESSFUL_NOVERSION" desc="Status label: Succe ssfully upgraded">
539 Google Chrome has been updated 557 Google Chrome has been updated
540 </message> 558 </message>
541 <message name="IDS_UPGRADE_SUCCESSFUL_RELAUNCH" desc="Status label: Succes sfully updated"> 559 <message name="IDS_UPGRADE_SUCCESSFUL_RELAUNCH" desc="Status label: Succes sfully updated">
542 Relaunch Google Chrome to finish updating 560 Nearly up-to-date! Relaunch Google Chrome to finish updating.
561 </message>
562 <message name="IDS_UPGRADE_UP_TO_DATE" desc="Status label: Already up to d ate">
563 Google Chrome is up to date.
564 </message>
565 <message name="IDS_UPGRADE_UPDATING" desc="Status label: Updating in the b ackground">
566 Updating Google Chrome in the background...
543 </message> 567 </message>
544 <if expr="pp_ifdef('chromeos')"> 568 <if expr="pp_ifdef('chromeos')">
545 <message name="IDS_UPGRADE_ALREADY_UP_TO_DATE" desc="Status label: Alrea dy up to date"> 569 <message name="IDS_UPGRADE_ALREADY_UP_TO_DATE" desc="Status label: Alrea dy up to date">
546 Google Chrome is up to date 570 Google Chrome is up to date
547 </message> 571 </message>
548 </if> 572 </if>
549 <if expr="not pp_ifdef('chromeos')"> 573 <if expr="not pp_ifdef('chromeos')">
550 <message name="IDS_UPGRADE_ALREADY_UP_TO_DATE" desc="Status label: Alrea dy up to date"> 574 <message name="IDS_UPGRADE_ALREADY_UP_TO_DATE" desc="Status label: Alrea dy up to date">
551 Google Chrome is up to date (<ph name="VERSION">$1<ex>0.1.131</ex></ph >) 575 Google Chrome is up to date (<ph name="VERSION">$1<ex>0.1.131</ex></ph >)
552 </message> 576 </message>
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
644 <message name="IDS_SYNC_PROMO_V_LEARN_MORE" desc="Learn more link at the b ottom of the sync promo."> 668 <message name="IDS_SYNC_PROMO_V_LEARN_MORE" desc="Learn more link at the b ottom of the sync promo.">
645 See <ph name="BEGIN_LINK">&lt;a target="_blank" href="$1"&gt;</ph>more b enefits<ph name="END_LINK">&lt;/a&gt;</ph> of signing in to Chrome. 669 See <ph name="BEGIN_LINK">&lt;a target="_blank" href="$1"&gt;</ph>more b enefits<ph name="END_LINK">&lt;/a&gt;</ph> of signing in to Chrome.
646 </message> 670 </message>
647 671
648 <message name="IDS_AUTOFILL_OPTIONS_POPUP" desc="The value of the Autofill options menu entry."> 672 <message name="IDS_AUTOFILL_OPTIONS_POPUP" desc="The value of the Autofill options menu entry.">
649 Chrome Autofill settings 673 Chrome Autofill settings
650 </message> 674 </message>
651 </messages> 675 </messages>
652 </release> 676 </release>
653 </grit> 677 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698