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

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

Issue 8785016: Add menu option for disabling app notifications (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: another fix from review comments 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
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 8935 matching lines...) Expand 10 before | Expand all | Expand 10 after
8946 Settings 8946 Settings
8947 </message> 8947 </message>
8948 <message name="IDS_NEW_TAB_APP_UNINSTALL" 8948 <message name="IDS_NEW_TAB_APP_UNINSTALL"
8949 desc="Text for the trash can that appears when the user drags app s."> 8949 desc="Text for the trash can that appears when the user drags app s.">
8950 Remove from <ph name="SHORT_PRODUCT_NAME">$1<ex>Chrome</ex></ph> 8950 Remove from <ph name="SHORT_PRODUCT_NAME">$1<ex>Chrome</ex></ph>
8951 </message> 8951 </message>
8952 <message name="IDS_NEW_TAB_APP_OPTIONS" 8952 <message name="IDS_NEW_TAB_APP_OPTIONS"
8953 desc="Text for the button that takes the user to the options of a n app."> 8953 desc="Text for the button that takes the user to the options of a n app.">
8954 Options 8954 Options
8955 </message> 8955 </message>
8956 <message name="IDS_NEW_TAB_APP_DISABLE_NOTIFICATIONS" desc="Text for the o ption to disable app notifications">
8957 Disable Notifications
Evan Stade 2011/12/05 22:04:16 this should be sentence case on windows, and title
asargent_no_longer_on_chrome 2011/12/05 23:09:14 Fixed to sentence case for now - I've filed crbug.
8958 </message>
8956 <message name="IDS_NEW_TAB_APP_CREATE_SHORTCUT" 8959 <message name="IDS_NEW_TAB_APP_CREATE_SHORTCUT"
8957 desc="Text for the button that creates an app shortcut."> 8960 desc="Text for the button that creates an app shortcut.">
8958 Create shortcut 8961 Create shortcut
8959 </message> 8962 </message>
8960 <message name="IDS_APP_DEFAULT_PAGE_NAME" 8963 <message name="IDS_APP_DEFAULT_PAGE_NAME"
8961 desc="Default name for the first 'Apps' page on the New Tab Page. "> 8964 desc="Default name for the first 'Apps' page on the New Tab Page. ">
8962 Apps 8965 Apps
8963 </message> 8966 </message>
8964 <message name="IDS_APP_CONTEXT_MENU_OPEN_PINNED" 8967 <message name="IDS_APP_CONTEXT_MENU_OPEN_PINNED"
8965 desc="Text for the button that opens the app in a pinned tab."> 8968 desc="Text for the button that opens the app in a pinned tab.">
(...skipping 5616 matching lines...) Expand 10 before | Expand all | Expand 10 after
14582 </messages> 14585 </messages>
14583 <structures fallback_to_english="true"> 14586 <structures fallback_to_english="true">
14584 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14587 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14585 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14588 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14586 </structure> 14589 </structure>
14587 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14590 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14588 </structure> 14591 </structure>
14589 </structures> 14592 </structures>
14590 </release> 14593 </release>
14591 </grit> 14594 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/extensions/extension_service.cc » ('j') | chrome/browser/resources/ntp4/apps_page.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698