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

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: Missed a string. 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
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 7782 matching lines...) Expand 10 before | Expand all | Expand 10 after
7793 </message> 7793 </message>
7794 <message name="IDS_COOKIES_SESSION_STORAGE" desc="Label for session storag e (name of an HTML standard)"> 7794 <message name="IDS_COOKIES_SESSION_STORAGE" desc="Label for session storag e (name of an HTML standard)">
7795 Session Storage 7795 Session Storage
7796 </message> 7796 </message>
7797 <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"> 7797 <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">
7798 Indexed Database 7798 Indexed Database
7799 </message> 7799 </message>
7800 <message name="IDS_COOKIES_INDEXED_DBS" desc="Label for Indexed Databases (name of an HTML standard)"> 7800 <message name="IDS_COOKIES_INDEXED_DBS" desc="Label for Indexed Databases (name of an HTML standard)">
7801 Indexed Databases 7801 Indexed Databases
7802 </message> 7802 </message>
7803 <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">
7804 File Systems
7805 </message>
7803 <message name="IDS_COOKIES_LAST_ACCESSED_LABEL" desc="The last access date label"> 7806 <message name="IDS_COOKIES_LAST_ACCESSED_LABEL" desc="The last access date label">
7804 Last accessed: 7807 Last accessed:
7805 </message> 7808 </message>
7806 7809
7807 <!-- New Tab --> 7810 <!-- New Tab -->
7808 <message name="IDS_NEW_TAB_APPS" desc="The 'Apps' heading on the new tab p age"> 7811 <message name="IDS_NEW_TAB_APPS" desc="The 'Apps' heading on the new tab p age">
7809 Apps 7812 Apps
7810 </message> 7813 </message>
7811 <message name="IDS_NEW_TAB_TITLE" 7814 <message name="IDS_NEW_TAB_TITLE"
7812 desc="Title of the new tab page, this is only shown while loading, the n the title comes from the page"> 7815 desc="Title of the new tab page, this is only shown while loading, the n the title comes from the page">
(...skipping 4690 matching lines...) Expand 10 before | Expand all | Expand 10 after
12503 </includes> 12506 </includes>
12504 <structures fallback_to_english="true"> 12507 <structures fallback_to_english="true">
12505 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 12508 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
12506 </structure> 12509 </structure>
12507 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 12510 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
12508 </structure> 12511 </structure>
12509 </structures> 12512 </structures>
12510 12513
12511 </release> 12514 </release>
12512 </grit> 12515 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698