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

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

Issue 208068: Desktop Notifications UI (for windows) (Closed)
Patch Set: Created 11 years, 3 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
« no previous file with comments | « no previous file | chrome/app/theme/theme_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 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. aa1 --> 4 each locale. aa1 -->
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 4775 matching lines...) Expand 10 before | Expand all | Expand 10 after
4786 </message> 4786 </message>
4787 4787
4788 <!-- Bookmarks bar strings --> 4788 <!-- Bookmarks bar strings -->
4789 <message name="IDS_SYNC_BOOKMARK_BAR_ERROR" desc="The text to display on t he bookmark bar button which indicates a sync error."> 4789 <message name="IDS_SYNC_BOOKMARK_BAR_ERROR" desc="The text to display on t he bookmark bar button which indicates a sync error.">
4790 Sync Error 4790 Sync Error
4791 </message> 4791 </message>
4792 <message name="IDS_SYNC_BOOKMARK_BAR_ERROR_DESC" desc="The detailed descri ption of the error to associate with the bookmark bar error button."> 4792 <message name="IDS_SYNC_BOOKMARK_BAR_ERROR_DESC" desc="The detailed descri ption of the error to associate with the bookmark bar error button.">
4793 Your login details are out of date. Click to re-enter your password. 4793 Your login details are out of date. Click to re-enter your password.
4794 </message> 4794 </message>
4795 4795
4796 <!-- Desktop notifications -->
4797 <message name="IDS_NOTIFICATION_BALLOON_DISMISS_LABEL" desc="Text on the b utton which dismisses the balloon.">
4798 Dismiss
4799 </message>
4800 <message name="IDS_NOTIFICATION_BALLOON_SOURCE_LABEL" desc="Text which lab els the balloon with the source origin.">
4801 from <ph name="SOURCE_ORIGIN">$1</ph>
4802 </message>
4803 <message name="IDS_NOTIFICATION_PERMISSION_YES" desc="The label of the 'al low' button on the notification permission infobar.">
4804 Allow
4805 </message>
4806 <message name="IDS_NOTIFICATION_PERMISSION_NO" desc="The label of the 'den y' button on the notification permission infobar.">
4807 Deny
4808 </message>
4809
4796 <!-- Mac Menubar Menus --> 4810 <!-- Mac Menubar Menus -->
4797 <if expr="os == 'darwin'"> 4811 <if expr="os == 'darwin'">
4798 <!-- Menubar Menu Titles --> 4812 <!-- Menubar Menu Titles -->
4799 <!-- TODO: these titles aren't in MainMenu.xib because of UI flash, see http://crbug.com/17380 for what needs to happen to get them into the xib --> 4813 <!-- TODO: these titles aren't in MainMenu.xib because of UI flash, see http://crbug.com/17380 for what needs to happen to get them into the xib -->
4800 <message name="IDS_FILE_MENU_MAC" desc="The menu title of the Mac file m enu."> 4814 <message name="IDS_FILE_MENU_MAC" desc="The menu title of the Mac file m enu.">
4801 File 4815 File
4802 </message> 4816 </message>
4803 <message name="IDS_EDIT_MENU_MAC" desc="The menu title of the Mac edit m enu."> 4817 <message name="IDS_EDIT_MENU_MAC" desc="The menu title of the Mac edit m enu.">
4804 Edit 4818 Edit
4805 </message> 4819 </message>
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after
5106 Enable vertical edge scrolling 5120 Enable vertical edge scrolling
5107 </message> 5121 </message>
5108 <message name="IDS_OPTIONS_SETTINGS_SPEED_FACTOR_DESCRIPTION" desc="In the settings tab, the text next to the slider for the touchpad speed factor."> 5122 <message name="IDS_OPTIONS_SETTINGS_SPEED_FACTOR_DESCRIPTION" desc="In the settings tab, the text next to the slider for the touchpad speed factor.">
5109 Speed Sensitivity: 5123 Speed Sensitivity:
5110 </message> 5124 </message>
5111 </if> 5125 </if>
5112 5126
5113 </messages> 5127 </messages>
5114 </release> 5128 </release>
5115 </grit> 5129 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/theme/theme_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698