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

Side by Side Diff: chrome/app/chromium_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 | « no previous file | chrome/app/generated_resources.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 distribution specific. 2 <!-- This file contains definitions of strings that are distribution specific.
3 These strings will not be translated and only english versions will 3 These strings will not be translated and only english versions will
4 be available for now. --> 4 be available for now. -->
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/chromium_strings.h" type="rc_header"> 9 <output filename="grit/chromium_strings.h" type="rc_header">
10 <emit emit_type='prepend'></emit> 10 <emit emit_type='prepend'></emit>
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 Chromium 199 Chromium
200 </message> 200 </message>
201 <message name="IDS_PRODUCT_DESCRIPTION" desc="Browser description"> 201 <message name="IDS_PRODUCT_DESCRIPTION" desc="Browser description">
202 Chromium is a web browser that runs web pages and applications with ligh tning speed. It's fast, stable, and easy to use. Browse the web more safely with malware and phishing protection built into Chromium. 202 Chromium is a web browser that runs web pages and applications with ligh tning speed. It's fast, stable, and easy to use. Browse the web more safely with malware and phishing protection built into Chromium.
203 </message> 203 </message>
204 <if expr="pp_ifdef('chromeos')"> 204 <if expr="pp_ifdef('chromeos')">
205 <message name="IDS_PRODUCT_OS_NAME" desc="The Chrome OS application name "> 205 <message name="IDS_PRODUCT_OS_NAME" desc="The Chrome OS application name ">
206 Chromium OS 206 Chromium OS
207 </message> 207 </message>
208 </if> 208 </if>
209 <if expr="os.find('win') != -1"> 209 <if expr="is_win">
210 <message name="IDS_PRODUCT_FRAME_NAME" desc="The Chrome Frame applicatio n name"> 210 <message name="IDS_PRODUCT_FRAME_NAME" desc="The Chrome Frame applicatio n name">
211 Chromium Frame 211 Chromium Frame
212 </message> 212 </message>
213 <message name="IDS_VERSIONMISMATCH_HEADER"> 213 <message name="IDS_VERSIONMISMATCH_HEADER">
214 Chromium Frame Update. 214 Chromium Frame Update.
215 </message> 215 </message>
216 <message name="IDS_VERSIONMISMATCH"> 216 <message name="IDS_VERSIONMISMATCH">
217 Chromium Frame has been updated. Please relaunch your browser. Chrome version: <ph name="TODO_0001">%ls<ex>TODO</ex></ph>, Chromium Frame version: <ph name="TODO_0002">%ls<ex>TODO</ex></ph> 217 Chromium Frame has been updated. Please relaunch your browser. Chrome version: <ph name="TODO_0001">%ls<ex>TODO</ex></ph>, Chromium Frame version: <ph name="TODO_0002">%ls<ex>TODO</ex></ph>
218 </message> 218 </message>
219 <message name="IDS_VERSIONUNKNOWN"> 219 <message name="IDS_VERSIONUNKNOWN">
(...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after
543 You are viewing a secure Chromium page. 543 You are viewing a secure Chromium page.
544 </message> 544 </message>
545 <!-- Print Preview --> 545 <!-- Print Preview -->
546 <message name="IDS_PRINT_PREVIEW_NO_PLUGIN" desc="Message to display when the PDF viewer is missing."> 546 <message name="IDS_PRINT_PREVIEW_NO_PLUGIN" desc="Message to display when the PDF viewer is missing.">
547 Chromium does not include the PDF viewer which is required for Print Pre view to function. 547 Chromium does not include the PDF viewer which is required for Print Pre view to function.
548 </message> 548 </message>
549 <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." > 549 <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." >
550 Launch native print dialog 550 Launch native print dialog
551 </message> 551 </message>
552 552
553 <if expr="os == 'darwin'"> 553 <if expr="is_macosx">
554 <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."> 554 <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.">
555 Chromium 555 Chromium
556 </message> 556 </message>
557 <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."> 557 <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.">
558 Chromium Helper 558 Chromium Helper
559 </message> 559 </message>
560 <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."> 560 <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.">
561 Chromium Helper 561 Chromium Helper
562 </message> 562 </message>
563 563
(...skipping 19 matching lines...) Expand all
583 <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."> 583 <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.">
584 Chromium Utility 584 Chromium Utility
585 </message> 585 </message>
586 <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."> 586 <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.">
587 Chromium Utility 587 Chromium Utility
588 </message> 588 </message>
589 </if> 589 </if>
590 </messages> 590 </messages>
591 </release> 591 </release>
592 </grit> 592 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/generated_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698