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

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

Issue 523139: Adds local storage nodes to cookie tree model and cookies view. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 10 years, 11 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/browsing_data_local_storage_helper.h » ('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 <!-- 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 5175 matching lines...) Expand 10 before | Expand all | Expand 10 after
5186 </message> 5186 </message>
5187 <message name="IDS_COOKIES_COOKIE_SENDFOR_SECURE" desc="Send Cookie for an y kind of connection"> 5187 <message name="IDS_COOKIES_COOKIE_SENDFOR_SECURE" desc="Send Cookie for an y kind of connection">
5188 Secure connections only 5188 Secure connections only
5189 </message> 5189 </message>
5190 <message name="IDS_COOKIES_COOKIE_NONESELECTED" desc="Field value when no cookie is selected"> 5190 <message name="IDS_COOKIES_COOKIE_NONESELECTED" desc="Field value when no cookie is selected">
5191 &lt;no cookie selected&gt; 5191 &lt;no cookie selected&gt;
5192 </message> 5192 </message>
5193 <message name="IDS_COOKIES_DOMAIN_COLUMN_HEADER" desc="The label of the Do main header in the Cookies table"> 5193 <message name="IDS_COOKIES_DOMAIN_COLUMN_HEADER" desc="The label of the Do main header in the Cookies table">
5194 Site 5194 Site
5195 </message> 5195 </message>
5196 <message name="IDS_COOKIES_LOCAL_STORAGE_ORIGIN_LABEL" desc="The Local Sto rage Origin label">
5197 Origin:
5198 </message>
5199 <message name="IDS_COOKIES_LOCAL_STORAGE_SIZE_ON_DISK_LABEL" desc="The Loc al Storage Size on disk label">
5200 Size on disk:
5201 </message>
5202 <message name="IDS_COOKIES_LOCAL_STORAGE_LAST_MODIFIED_LABEL" desc="The Lo cal Storage Last modified label">
5203 Last modified:
5204 </message>
5196 <message name="IDS_COOKIES_NAME_COLUMN_HEADER" desc="The label of the Cook ie Name header in the Cookies table"> 5205 <message name="IDS_COOKIES_NAME_COLUMN_HEADER" desc="The label of the Cook ie Name header in the Cookies table">
5197 Cookie Name 5206 Cookie Name
5198 </message> 5207 </message>
5199 <message name="IDS_COOKIES_SIZE_TAKEN" desc="Amount of storage space taken up by something (database, application cache, etc) in megabytes"> 5208 <message name="IDS_COOKIES_SIZE_TAKEN" desc="Amount of storage space taken up by something (database, application cache, etc) in megabytes">
5200 <ph name="SIZE_TAKEN">$1<ex>2.5</ex></ph>MB 5209 <ph name="SIZE_TAKEN">$1<ex>2.5</ex></ph>MB
5201 </message> 5210 </message>
5202 <message name="IDS_COOKIES_SIZE_SUFFIX_MEGABYTES" desc="Abbreviation for m egabytes, shown after a dialog box in which user can type in a size"> 5211 <message name="IDS_COOKIES_SIZE_SUFFIX_MEGABYTES" desc="Abbreviation for m egabytes, shown after a dialog box in which user can type in a size">
5203 MB 5212 MB
5204 </message> 5213 </message>
5205 <message name="IDS_COOKIES_COOKIES" desc="Label for folder under which a l ist of cookies appear"> 5214 <message name="IDS_COOKIES_COOKIES" desc="Label for folder under which a l ist of cookies appear">
(...skipping 1681 matching lines...) Expand 10 before | Expand all | Expand 10 after
6887 <message name="IDS_COMPACT_NAVBAR" desc="The menu item on the app menu to toggle compact navigation bar"> 6896 <message name="IDS_COMPACT_NAVBAR" desc="The menu item on the app menu to toggle compact navigation bar">
6888 Toggle Compact Navigation Bar 6897 Toggle Compact Navigation Bar
6889 </message> 6898 </message>
6890 </if> 6899 </if>
6891 <message name="IDS_BOOKMARK_BAR_IMPORT_LINK" desc="text shown for importing "> 6900 <message name="IDS_BOOKMARK_BAR_IMPORT_LINK" desc="text shown for importing ">
6892 Import bookmarks now... 6901 Import bookmarks now...
6893 </message> 6902 </message>
6894 </messages> 6903 </messages>
6895 </release> 6904 </release>
6896 </grit> 6905 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/browsing_data_local_storage_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698