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

Side by Side Diff: chrome/app/generated_resources.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 | « chrome/app/chromium_strings.grd ('k') | no next file » | 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 5326 matching lines...) Expand 10 before | Expand all | Expand 10 after
5337 Your login details are out of date. Click to re-enter your password. 5337 Your login details are out of date. Click to re-enter your password.
5338 </message> 5338 </message>
5339 5339
5340 <!-- Desktop notifications --> 5340 <!-- Desktop notifications -->
5341 <message name="IDS_NOTIFICATION_BALLOON_DISMISS_LABEL" desc="Text on the b utton which dismisses the balloon."> 5341 <message name="IDS_NOTIFICATION_BALLOON_DISMISS_LABEL" desc="Text on the b utton which dismisses the balloon.">
5342 Dismiss 5342 Dismiss
5343 </message> 5343 </message>
5344 <message name="IDS_NOTIFICATION_BALLOON_SOURCE_LABEL" desc="Text which lab els the balloon with the source origin."> 5344 <message name="IDS_NOTIFICATION_BALLOON_SOURCE_LABEL" desc="Text which lab els the balloon with the source origin.">
5345 from <ph name="SOURCE_ORIGIN">$1</ph> 5345 from <ph name="SOURCE_ORIGIN">$1</ph>
5346 </message> 5346 </message>
5347 <message name="IDS_NOTIFICATION_PERMISSIONS" desc="Text requesting permiss ion for desktop notifications.">
5348 Allow <ph name="site">$1<ex>mail.google.com</ex></ph> to show desktop no tifications?
5349 </message>
5347 <message name="IDS_NOTIFICATION_PERMISSION_YES" desc="The label of the 'al low' button on the notification permission infobar."> 5350 <message name="IDS_NOTIFICATION_PERMISSION_YES" desc="The label of the 'al low' button on the notification permission infobar.">
5348 Allow 5351 Allow
5349 </message> 5352 </message>
5350 <message name="IDS_NOTIFICATION_PERMISSION_NO" desc="The label of the 'den y' button on the notification permission infobar."> 5353 <message name="IDS_NOTIFICATION_PERMISSION_NO" desc="The label of the 'den y' button on the notification permission infobar.">
5351 Deny 5354 Deny
5352 </message> 5355 </message>
5353 5356
5354 <!-- Mac Menubar Menus --> 5357 <!-- Mac Menubar Menus -->
5355 <if expr="os == 'darwin'"> 5358 <if expr="os == 'darwin'">
5356 <!-- Menubar Menu Titles --> 5359 <!-- Menubar Menu Titles -->
(...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after
5697 Calculating remaining time 5700 Calculating remaining time
5698 </message> 5701 </message>
5699 <message name="IDS_STATUSBAR_BATTERY_IS_CHARGED" desc="In the power menu b utton, the battery is charged message."> 5702 <message name="IDS_STATUSBAR_BATTERY_IS_CHARGED" desc="In the power menu b utton, the battery is charged message.">
5700 Battery is charged 5703 Battery is charged
5701 </message> 5704 </message>
5702 </if> 5705 </if>
5703 5706
5704 </messages> 5707 </messages>
5705 </release> 5708 </release>
5706 </grit> 5709 </grit>
OLDNEW
« no previous file with comments | « chrome/app/chromium_strings.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698