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

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

Issue 277004: Move IDS_NOTIFICATION_PERMISSIONS to generated_resources.grd (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 2 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 344 matching lines...) Expand 10 before | Expand all | Expand 10 after
355 </message> 355 </message>
356 <message name="IDS_UNINSTALL_BUTTON_TEXT" desc="Label for uninstall button on Uninstall confirmation dialog."> 356 <message name="IDS_UNINSTALL_BUTTON_TEXT" desc="Label for uninstall button on Uninstall confirmation dialog.">
357 Uninstall 357 Uninstall
358 </message> 358 </message>
359 <message name="IDS_DEFAULT_BROWSER_INFOBAR_TEXT" desc="Text to show in the default browser query infobar."> 359 <message name="IDS_DEFAULT_BROWSER_INFOBAR_TEXT" desc="Text to show in the default browser query infobar.">
360 Hooray, you're back! But Chromium isn't your default browser. 360 Hooray, you're back! But Chromium isn't your default browser.
361 </message> 361 </message>
362 <message name="IDS_DEFAULT_BROWSER_INFOBAR_SHORT_TEXT" desc="More compact text to show in the default browser query infobar."> 362 <message name="IDS_DEFAULT_BROWSER_INFOBAR_SHORT_TEXT" desc="More compact text to show in the default browser query infobar.">
363 Chromium isn't your default browser. 363 Chromium isn't your default browser.
364 </message> 364 </message>
365 <message name="IDS_NOTIFICATION_PERMISSIONS" desc="Text requesting permiss ion for desktop notifications.">
366 Allow <ph name="site">$1<ex>mail.google.com</ex></ph> to show desktop no tifications?
367 </message>
368 <if expr="os == 'darwin'"> 365 <if expr="os == 'darwin'">
369 <message name="IDS_SHORT_PRODUCT_NAME" desc="The application's short nam e, used for the Mac's application menu, activity monitor, etc. This should be le ss than 16 characters. Example: Chrome, not Google Chrome."> 366 <message name="IDS_SHORT_PRODUCT_NAME" desc="The application's short nam e, used for the Mac's application menu, activity monitor, etc. This should be le ss than 16 characters. Example: Chrome, not Google Chrome.">
370 Chromium 367 Chromium
371 </message> 368 </message>
372 <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."> 369 <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.">
373 Chromium Helper 370 Chromium Helper
374 </message> 371 </message>
375 <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."> 372 <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.">
376 Chromium Helper 373 Chromium Helper
377 </message> 374 </message>
(...skipping 26 matching lines...) Expand all
404 <message name="IDS_PROFILEIMPORTER_APP_NAME" desc="The profile importer application's name. Should contain the Chrome application name (IDS_PRODUCT_NAM E). Example: Google Chrome Profile Importer."> 401 <message name="IDS_PROFILEIMPORTER_APP_NAME" desc="The profile importer application's name. Should contain the Chrome application name (IDS_PRODUCT_NAM E). Example: Google Chrome Profile Importer.">
405 Chromium Profile Importer 402 Chromium Profile Importer
406 </message> 403 </message>
407 <message name="IDS_SHORT_PROFILEIMPORTER_APP_NAME" desc="The profile imp orter application's short name, used for the Mac's application menu, activity mo nitor, etc. Example: Chrome Profile Importer, not Google Chrome Profile Importer ."> 404 <message name="IDS_SHORT_PROFILEIMPORTER_APP_NAME" desc="The profile imp orter application's short name, used for the Mac's application menu, activity mo nitor, etc. Example: Chrome Profile Importer, not Google Chrome Profile Importer .">
408 Chromium Profile Importer 405 Chromium Profile Importer
409 </message> 406 </message>
410 </if> 407 </if>
411 </messages> 408 </messages>
412 </release> 409 </release>
413 </grit> 410 </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