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

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

Issue 8801032: Add some strings for disabling app notifications. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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 | 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 <!-- 3 <!--
4 This file contains definitions of resources that will be translated for each 4 This file contains definitions of resources that will be translated for each
5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available
6 for making strings OS specific. Other platform defines such as use_titlecase 6 for making strings OS specific. Other platform defines such as use_titlecase
7 are declared in build/common.gypi. 7 are declared in build/common.gypi.
8 --> 8 -->
9 9
10 <grit base_dir="." latest_public_release="0" current_release="1" 10 <grit base_dir="." latest_public_release="0" current_release="1"
(...skipping 9023 matching lines...) Expand 10 before | Expand all | Expand 10 after
9034 Settings 9034 Settings
9035 </message> 9035 </message>
9036 <message name="IDS_NEW_TAB_APP_UNINSTALL" 9036 <message name="IDS_NEW_TAB_APP_UNINSTALL"
9037 desc="Text for the trash can that appears when the user drags app s."> 9037 desc="Text for the trash can that appears when the user drags app s.">
9038 Remove from <ph name="SHORT_PRODUCT_NAME">$1<ex>Chrome</ex></ph> 9038 Remove from <ph name="SHORT_PRODUCT_NAME">$1<ex>Chrome</ex></ph>
9039 </message> 9039 </message>
9040 <message name="IDS_NEW_TAB_APP_OPTIONS" 9040 <message name="IDS_NEW_TAB_APP_OPTIONS"
9041 desc="Text for the button that takes the user to the options of a n app."> 9041 desc="Text for the button that takes the user to the options of a n app.">
9042 Options 9042 Options
9043 </message> 9043 </message>
9044 <message name="IDS_NEW_TAB_APP_DISABLE_NOTIFICATIONS"
9045 desc="Text for the option to disable app notifications">
9046 Disable notifications
9047 </message>
9048 <message name="IDS_NEW_TAB_APP_ENABLE_NOTIFICATIONS"
9049 desc="Text for the option to enable app notifications">
9050 Enable notifications
9051 </message>
9052 <message name="IDS_NEW_TAB_APP_ALLOW_NOTIFICATIONS"
9053 desc="Text for the option to allow app notifications">
9054 Allow notifications
9055 </message>
9044 <message name="IDS_NEW_TAB_APP_CREATE_SHORTCUT" 9056 <message name="IDS_NEW_TAB_APP_CREATE_SHORTCUT"
9045 desc="Text for the button that creates an app shortcut."> 9057 desc="Text for the button that creates an app shortcut.">
9046 Create shortcut 9058 Create shortcut
9047 </message> 9059 </message>
9048 <message name="IDS_APP_DEFAULT_PAGE_NAME" 9060 <message name="IDS_APP_DEFAULT_PAGE_NAME"
9049 desc="Default name for the first 'Apps' page on the New Tab Page. "> 9061 desc="Default name for the first 'Apps' page on the New Tab Page. ">
9050 Apps 9062 Apps
9051 </message> 9063 </message>
9052 <message name="IDS_APP_CONTEXT_MENU_OPEN_PINNED" 9064 <message name="IDS_APP_CONTEXT_MENU_OPEN_PINNED"
9053 desc="Text for the button that opens the app in a pinned tab."> 9065 desc="Text for the button that opens the app in a pinned tab.">
(...skipping 5664 matching lines...) Expand 10 before | Expand all | Expand 10 after
14718 </messages> 14730 </messages>
14719 <structures fallback_to_english="true"> 14731 <structures fallback_to_english="true">
14720 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14732 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14721 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14733 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14722 </structure> 14734 </structure>
14723 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14735 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14724 </structure> 14736 </structure>
14725 </structures> 14737 </structures>
14726 </release> 14738 </release>
14727 </grit> 14739 </grit>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698