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

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

Issue 6966036: Wrapping blocked filesystems into TabSpecificContentSettings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased onto trunk. Created 9 years, 7 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 | « no previous file | chrome/browser/chrome_worker_message_filter.cc » ('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 <!-- 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. OS values are passed through from Python's sys.platform: 5 locale. OS values are passed through from Python's sys.platform:
6 6
7 win32 - Windows 7 win32 - Windows
8 darwin - Mac 8 darwin - Mac
9 linux2 - Linux (both Views and GTK+) 9 linux2 - Linux (both Views and GTK+)
10 10
(...skipping 7835 matching lines...) Expand 10 before | Expand all | Expand 10 after
7846 </message> 7846 </message>
7847 <message name="IDS_COOKIES_SESSION_STORAGE" desc="Label for session storag e (name of an HTML standard)"> 7847 <message name="IDS_COOKIES_SESSION_STORAGE" desc="Label for session storag e (name of an HTML standard)">
7848 Session Storage 7848 Session Storage
7849 </message> 7849 </message>
7850 <message name="IDS_COOKIES_INDEXED_DB" desc="The text shown when there is an Indexed Database (name of an HTML standard) in the Cookies table"> 7850 <message name="IDS_COOKIES_INDEXED_DB" desc="The text shown when there is an Indexed Database (name of an HTML standard) in the Cookies table">
7851 Indexed Database 7851 Indexed Database
7852 </message> 7852 </message>
7853 <message name="IDS_COOKIES_INDEXED_DBS" desc="Label for Indexed Databases (name of an HTML standard)"> 7853 <message name="IDS_COOKIES_INDEXED_DBS" desc="Label for Indexed Databases (name of an HTML standard)">
7854 Indexed Databases 7854 Indexed Databases
7855 </message> 7855 </message>
7856 <message name="IDS_COOKIES_FILE_SYSTEMS" desc="Label for the folder under which a list of file systems (name of an HTML standard) are displayed">
7857 File Systems
7858 </message>
7856 <message name="IDS_COOKIES_LAST_ACCESSED_LABEL" desc="The last access date label"> 7859 <message name="IDS_COOKIES_LAST_ACCESSED_LABEL" desc="The last access date label">
7857 Last accessed: 7860 Last accessed:
7858 </message> 7861 </message>
7859 7862
7860 <!-- New Tab --> 7863 <!-- New Tab -->
7861 <message name="IDS_NEW_TAB_APPS" desc="The 'Apps' heading on the new tab p age"> 7864 <message name="IDS_NEW_TAB_APPS" desc="The 'Apps' heading on the new tab p age">
7862 Apps 7865 Apps
7863 </message> 7866 </message>
7864 <message name="IDS_NEW_TAB_TITLE" 7867 <message name="IDS_NEW_TAB_TITLE"
7865 desc="Title of the new tab page, this is only shown while loading, the n the title comes from the page"> 7868 desc="Title of the new tab page, this is only shown while loading, the n the title comes from the page">
(...skipping 4701 matching lines...) Expand 10 before | Expand all | Expand 10 after
12567 </includes> 12570 </includes>
12568 <structures fallback_to_english="true"> 12571 <structures fallback_to_english="true">
12569 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 12572 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
12570 </structure> 12573 </structure>
12571 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 12574 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
12572 </structure> 12575 </structure>
12573 </structures> 12576 </structures>
12574 12577
12575 </release> 12578 </release>
12576 </grit> 12579 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chrome_worker_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698