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

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

Issue 271052: Browser side support (sans UI) for desktop notifications.... (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 | « chrome/app/chromium_strings.grd ('k') | chrome/browser/automation/automation_profile_impl.h » ('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 2
3 <!-- This file contains definitions of resources that will be translated for 3 <!-- This file contains definitions of resources that will be translated for
4 each locale. --> 4 each locale. -->
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/generated_resources.h" type="rc_header"> 9 <output filename="grit/generated_resources.h" type="rc_header">
10 <emit emit_type='prepend'></emit> 10 <emit emit_type='prepend'></emit>
(...skipping 5315 matching lines...) Expand 10 before | Expand all | Expand 10 after
5326 </message> 5326 </message>
5327 5327
5328 <!-- Bookmarks bar strings --> 5328 <!-- Bookmarks bar strings -->
5329 <message name="IDS_SYNC_BOOKMARK_BAR_ERROR" desc="The text to display on t he bookmark bar button which indicates a sync error."> 5329 <message name="IDS_SYNC_BOOKMARK_BAR_ERROR" desc="The text to display on t he bookmark bar button which indicates a sync error.">
5330 Sync Error 5330 Sync Error
5331 </message> 5331 </message>
5332 <message name="IDS_SYNC_BOOKMARK_BAR_ERROR_DESC" desc="The detailed descri ption of the error to associate with the bookmark bar error button."> 5332 <message name="IDS_SYNC_BOOKMARK_BAR_ERROR_DESC" desc="The detailed descri ption of the error to associate with the bookmark bar error button.">
5333 Your login details are out of date. Click to re-enter your password. 5333 Your login details are out of date. Click to re-enter your password.
5334 </message> 5334 </message>
5335 5335
5336 <!-- Desktop notifications -->
5337 <message name="IDS_NOTIFICATION_BALLOON_DISMISS_LABEL" desc="Text on the b utton which dismisses the balloon.">
5338 Dismiss
5339 </message>
5340 <message name="IDS_NOTIFICATION_BALLOON_SOURCE_LABEL" desc="Text which lab els the balloon with the source origin.">
5341 from <ph name="SOURCE_ORIGIN">$1</ph>
5342 </message>
5343 <message name="IDS_NOTIFICATION_PERMISSION_YES" desc="The label of the 'al low' button on the notification permission infobar.">
5344 Allow
5345 </message>
5346 <message name="IDS_NOTIFICATION_PERMISSION_NO" desc="The label of the 'den y' button on the notification permission infobar.">
5347 Deny
5348 </message>
5349
5336 <!-- Mac Menubar Menus --> 5350 <!-- Mac Menubar Menus -->
5337 <if expr="os == 'darwin'"> 5351 <if expr="os == 'darwin'">
5338 <!-- Menubar Menu Titles --> 5352 <!-- Menubar Menu Titles -->
5339 <!-- NOTE: Some of these exist in context menus with Title Case support, but we use different IDs in case we need slightly different strings in some lan guage due to the different context. --> 5353 <!-- NOTE: Some of these exist in context menus with Title Case support, but we use different IDs in case we need slightly different strings in some lan guage due to the different context. -->
5340 <message name="IDS_FILE_MENU_MAC" desc="The menu title of the Mac file m enu."> 5354 <message name="IDS_FILE_MENU_MAC" desc="The menu title of the Mac file m enu.">
5341 File 5355 File
5342 </message> 5356 </message>
5343 <message name="IDS_EDIT_MENU_MAC" desc="The menu title of the Mac edit m enu."> 5357 <message name="IDS_EDIT_MENU_MAC" desc="The menu title of the Mac edit m enu.">
5344 Edit 5358 Edit
5345 </message> 5359 </message>
(...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after
5679 Calculating remaining time 5693 Calculating remaining time
5680 </message> 5694 </message>
5681 <message name="IDS_STATUSBAR_BATTERY_IS_CHARGED" desc="In the power menu b utton, the battery is charged message."> 5695 <message name="IDS_STATUSBAR_BATTERY_IS_CHARGED" desc="In the power menu b utton, the battery is charged message.">
5682 Battery is charged 5696 Battery is charged
5683 </message> 5697 </message>
5684 </if> 5698 </if>
5685 5699
5686 </messages> 5700 </messages>
5687 </release> 5701 </release>
5688 </grit> 5702 </grit>
OLDNEW
« no previous file with comments | « chrome/app/chromium_strings.grd ('k') | chrome/browser/automation/automation_profile_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698