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

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

Issue 194108: adds DesktopNotificationService to Profile (Closed)
Patch Set: more feedback 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
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 5311 matching lines...) Expand 10 before | Expand all | Expand 10 after
5322 </message> 5322 </message>
5323 5323
5324 <!-- Bookmarks bar strings --> 5324 <!-- Bookmarks bar strings -->
5325 <message name="IDS_SYNC_BOOKMARK_BAR_ERROR" desc="The text to display on t he bookmark bar button which indicates a sync error."> 5325 <message name="IDS_SYNC_BOOKMARK_BAR_ERROR" desc="The text to display on t he bookmark bar button which indicates a sync error.">
5326 Sync Error 5326 Sync Error
5327 </message> 5327 </message>
5328 <message name="IDS_SYNC_BOOKMARK_BAR_ERROR_DESC" desc="The detailed descri ption of the error to associate with the bookmark bar error button."> 5328 <message name="IDS_SYNC_BOOKMARK_BAR_ERROR_DESC" desc="The detailed descri ption of the error to associate with the bookmark bar error button.">
5329 Your login details are out of date. Click to re-enter your password. 5329 Your login details are out of date. Click to re-enter your password.
5330 </message> 5330 </message>
5331 5331
5332 <!-- Desktop notifications -->
5333 <message name="IDS_NOTIFICATION_BALLOON_DISMISS_LABEL" desc="Text on the b utton which dismisses the balloon.">
5334 Dismiss
5335 </message>
5336 <message name="IDS_NOTIFICATION_BALLOON_SOURCE_LABEL" desc="Text which lab els the balloon with the source origin.">
5337 from <ph name="SOURCE_ORIGIN">$1</ph>
5338 </message>
5339 <message name="IDS_NOTIFICATION_PERMISSION_YES" desc="The label of the 'al low' button on the notification permission infobar.">
5340 Allow
5341 </message>
5342 <message name="IDS_NOTIFICATION_PERMISSION_NO" desc="The label of the 'den y' button on the notification permission infobar.">
5343 Deny
5344 </message>
5345
5332 <!-- Mac Menubar Menus --> 5346 <!-- Mac Menubar Menus -->
5333 <if expr="os == 'darwin'"> 5347 <if expr="os == 'darwin'">
5334 <!-- Menubar Menu Titles --> 5348 <!-- Menubar Menu Titles -->
5335 <!-- 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. --> 5349 <!-- 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. -->
5336 <message name="IDS_FILE_MENU_MAC" desc="The menu title of the Mac file m enu."> 5350 <message name="IDS_FILE_MENU_MAC" desc="The menu title of the Mac file m enu.">
5337 File 5351 File
5338 </message> 5352 </message>
5339 <message name="IDS_EDIT_MENU_MAC" desc="The menu title of the Mac edit m enu."> 5353 <message name="IDS_EDIT_MENU_MAC" desc="The menu title of the Mac edit m enu.">
5340 Edit 5354 Edit
5341 </message> 5355 </message>
(...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after
5675 Calculating remaining time 5689 Calculating remaining time
5676 </message> 5690 </message>
5677 <message name="IDS_STATUSBAR_BATTERY_IS_CHARGED" desc="In the power menu b utton, the battery is charged message."> 5691 <message name="IDS_STATUSBAR_BATTERY_IS_CHARGED" desc="In the power menu b utton, the battery is charged message.">
5678 Battery is charged 5692 Battery is charged
5679 </message> 5693 </message>
5680 </if> 5694 </if>
5681 5695
5682 </messages> 5696 </messages>
5683 </release> 5697 </release>
5684 </grit> 5698 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698