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

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

Issue 7313017: Convert remaining instances of the 'os' variable in grit conditions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 5 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
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/app/policy/policy_templates.grd » ('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 <!-- 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 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 Google Chrome Canary 185 Google Chrome Canary
186 </message> 186 </message>
187 <message name="IDS_PRODUCT_DESCRIPTION" desc="Browser description"> 187 <message name="IDS_PRODUCT_DESCRIPTION" desc="Browser description">
188 Google Chrome is a web browser that runs web pages and applications with lightning speed. It's fast, stable, and easy to use. Browse the web more safely with malware and phishing protection built into Google Chrome. 188 Google Chrome is a web browser that runs web pages and applications with lightning speed. It's fast, stable, and easy to use. Browse the web more safely with malware and phishing protection built into Google Chrome.
189 </message> 189 </message>
190 <if expr="pp_ifdef('chromeos')"> 190 <if expr="pp_ifdef('chromeos')">
191 <message name="IDS_PRODUCT_OS_NAME" desc="The Chrome OS application name "> 191 <message name="IDS_PRODUCT_OS_NAME" desc="The Chrome OS application name ">
192 Chrome OS 192 Chrome OS
193 </message> 193 </message>
194 </if> 194 </if>
195 <if expr="os.find('win') != -1"> 195 <if expr="is_win">
196 <message name="IDS_PRODUCT_FRAME_NAME" desc="The Chrome Frame applicatio n name"> 196 <message name="IDS_PRODUCT_FRAME_NAME" desc="The Chrome Frame applicatio n name">
197 Google Chrome Frame 197 Google Chrome Frame
198 </message> 198 </message>
199 <message name="IDS_VERSIONMISMATCH_HEADER"> 199 <message name="IDS_VERSIONMISMATCH_HEADER">
200 Chrome Frame Update. 200 Chrome Frame Update.
201 </message> 201 </message>
202 <message name="IDS_VERSIONMISMATCH"> 202 <message name="IDS_VERSIONMISMATCH">
203 Chrome Frame has been updated. Please relaunch your browser. Chrome ve rsion: <ph name="TODO_0001">%ls<ex>TODO</ex></ph>, Chrome Frame version: <ph nam e="TODO_0002">%ls<ex>TODO</ex></ph> 203 Chrome Frame has been updated. Please relaunch your browser. Chrome ve rsion: <ph name="TODO_0001">%ls<ex>TODO</ex></ph>, Chrome Frame version: <ph nam e="TODO_0002">%ls<ex>TODO</ex></ph>
204 </message> 204 </message>
205 <message name="IDS_VERSIONUNKNOWN"> 205 <message name="IDS_VERSIONUNKNOWN">
(...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after
530 You are viewing a secure Google Chrome page. 530 You are viewing a secure Google Chrome page.
531 </message> 531 </message>
532 <!-- Print Preview --> 532 <!-- Print Preview -->
533 <message name="IDS_PRINT_PREVIEW_NO_PLUGIN" desc="Message to display when the PDF viewer is missing."> 533 <message name="IDS_PRINT_PREVIEW_NO_PLUGIN" desc="Message to display when the PDF viewer is missing.">
534 Google Chrome cannot show the print preview when the built-in PDF viewer is disabled. In order to see the preview, please visit <ph name="BEGIN_LINK">&l t;a target="_blank" rel="noreferrer" href="$1"&gt;</ph>$1<ph name="END_LINK">&lt ;/a&gt;</ph>, enable the "Chrome PDF Viewer", and try again. 534 Google Chrome cannot show the print preview when the built-in PDF viewer is disabled. In order to see the preview, please visit <ph name="BEGIN_LINK">&l t;a target="_blank" rel="noreferrer" href="$1"&gt;</ph>$1<ph name="END_LINK">&lt ;/a&gt;</ph>, enable the "Chrome PDF Viewer", and try again.
535 </message> 535 </message>
536 <message name="IDS_PRINT_PREVIEW_NATIVE_DIALOG" desc="Option offering the user to open the native print dialog, displayed when the PDF viewer is missing." > 536 <message name="IDS_PRINT_PREVIEW_NATIVE_DIALOG" desc="Option offering the user to open the native print dialog, displayed when the PDF viewer is missing." >
537 Launch native print dialog 537 Launch native print dialog
538 </message> 538 </message>
539 539
540 <if expr="os == 'darwin'"> 540 <if expr="is_macosx">
541 <message name="IDS_APP_MENU_PRODUCT_NAME" desc="The application's short name, used for the Mac's application menu, activity monitor, etc. This should be less than 16 characters. Example: Chrome, not Google Chrome."> 541 <message name="IDS_APP_MENU_PRODUCT_NAME" desc="The application's short name, used for the Mac's application menu, activity monitor, etc. This should be less than 16 characters. Example: Chrome, not Google Chrome.">
542 Chrome 542 Chrome
543 </message> 543 </message>
544 <message name="IDS_HELPER_NAME" desc="The helper application's name. Sh ould contain the Chrome application name (IDS_PRODUCT_NAME). Example: Google Chr ome Helper."> 544 <message name="IDS_HELPER_NAME" desc="The helper application's name. Sh ould contain the Chrome application name (IDS_PRODUCT_NAME). Example: Google Chr ome Helper.">
545 Google Chrome Helper 545 Google Chrome Helper
546 </message> 546 </message>
547 <message name="IDS_SHORT_HELPER_NAME" desc="The helper application's sho rt name, used for the Mac's application menu, activity monitor, etc. Example: Ch rome Helper, not Google Chrome Helper."> 547 <message name="IDS_SHORT_HELPER_NAME" desc="The helper application's sho rt name, used for the Mac's application menu, activity monitor, etc. Example: Ch rome Helper, not Google Chrome Helper.">
548 Chrome Helper 548 Chrome Helper
549 </message> 549 </message>
550 550
(...skipping 19 matching lines...) Expand all
570 <message name="IDS_UTILITY_APP_NAME" desc="The utility application's nam e. Should contain the Chrome application name (IDS_PRODUCT_NAME). Example: Goog le Chrome Utility."> 570 <message name="IDS_UTILITY_APP_NAME" desc="The utility application's nam e. Should contain the Chrome application name (IDS_PRODUCT_NAME). Example: Goog le Chrome Utility.">
571 Google Chrome Utility 571 Google Chrome Utility
572 </message> 572 </message>
573 <message name="IDS_SHORT_UTILITY_APP_NAME" desc="The utility application 's short name, used for the Mac's application menu, activity monitor, etc. Examp le: Chrome Utility, not Google Chrome Utility."> 573 <message name="IDS_SHORT_UTILITY_APP_NAME" desc="The utility application 's short name, used for the Mac's application menu, activity monitor, etc. Examp le: Chrome Utility, not Google Chrome Utility.">
574 Chrome Utility 574 Chrome Utility
575 </message> 575 </message>
576 </if> 576 </if>
577 </messages> 577 </messages>
578 </release> 578 </release>
579 </grit> 579 </grit>
OLDNEW
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/app/policy/policy_templates.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698