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

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

Issue 546081: Adds local storage nodes to cookie tree model and cookies view. ... (Closed) Base URL: svn://svn.chromium.org/chrome/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/cookies_tree_model.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 4861 matching lines...) Expand 10 before | Expand all | Expand 10 after
4872 </message> 4872 </message>
4873 <message name="IDS_COOKIES_COOKIE_SENDFOR_SECURE" desc="Send Cookie for an y kind of connection"> 4873 <message name="IDS_COOKIES_COOKIE_SENDFOR_SECURE" desc="Send Cookie for an y kind of connection">
4874 Secure connections only 4874 Secure connections only
4875 </message> 4875 </message>
4876 <message name="IDS_COOKIES_COOKIE_NONESELECTED" desc="Field value when no cookie is selected"> 4876 <message name="IDS_COOKIES_COOKIE_NONESELECTED" desc="Field value when no cookie is selected">
4877 &lt;no cookie selected&gt; 4877 &lt;no cookie selected&gt;
4878 </message> 4878 </message>
4879 <message name="IDS_COOKIES_DOMAIN_COLUMN_HEADER" desc="The label of the Do main header in the Cookies table"> 4879 <message name="IDS_COOKIES_DOMAIN_COLUMN_HEADER" desc="The label of the Do main header in the Cookies table">
4880 Site 4880 Site
4881 </message> 4881 </message>
4882 <message name="IDS_COOKIES_LOCAL_STORAGE_ORIGIN_LABEL" desc="The Local Sto rage Origin label">
4883 Origin:
4884 </message>
4885 <message name="IDS_COOKIES_LOCAL_STORAGE_SIZE_ON_DISK_LABEL" desc="The Loc al Storage Size on disk label">
4886 Size on disk:
4887 </message>
4888 <message name="IDS_COOKIES_LOCAL_STORAGE_LAST_MODIFIED_LABEL" desc="The Lo cal Storage Last modified label">
4889 Last modified:
4890 </message>
4882 <message name="IDS_COOKIES_NAME_COLUMN_HEADER" desc="The label of the Cook ie Name header in the Cookies table"> 4891 <message name="IDS_COOKIES_NAME_COLUMN_HEADER" desc="The label of the Cook ie Name header in the Cookies table">
4883 Cookie Name 4892 Cookie Name
4884 </message> 4893 </message>
4885 <message name="IDS_COOKIES_SIZE_TAKEN" desc="Amount of storage space taken up by something (database, application cache, etc) in megabytes"> 4894 <message name="IDS_COOKIES_SIZE_TAKEN" desc="Amount of storage space taken up by something (database, application cache, etc) in megabytes">
4886 <ph name="SIZE_TAKEN">$1<ex>2.5</ex></ph>MB 4895 <ph name="SIZE_TAKEN">$1<ex>2.5</ex></ph>MB
4887 </message> 4896 </message>
4888 <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"> 4897 <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">
4889 MB 4898 MB
4890 </message> 4899 </message>
4891 <message name="IDS_COOKIES_COOKIES" desc="Label for folder under which a l ist of cookies appear"> 4900 <message name="IDS_COOKIES_COOKIES" desc="Label for folder under which a l ist of cookies appear">
(...skipping 1630 matching lines...) Expand 10 before | Expand all | Expand 10 after
6522 <message name="IDS_COMPACT_NAVBAR" desc="The menu item on the app menu to toggle compact navigation bar"> 6531 <message name="IDS_COMPACT_NAVBAR" desc="The menu item on the app menu to toggle compact navigation bar">
6523 Toggle Compact Navigation Bar 6532 Toggle Compact Navigation Bar
6524 </message> 6533 </message>
6525 </if> 6534 </if>
6526 <message name="IDS_BOOKMARK_BAR_IMPORT_LINK" desc="text shown for importing "> 6535 <message name="IDS_BOOKMARK_BAR_IMPORT_LINK" desc="text shown for importing ">
6527 Import bookmarks now... 6536 Import bookmarks now...
6528 </message> 6537 </message>
6529 </messages> 6538 </messages>
6530 </release> 6539 </release>
6531 </grit> 6540 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/cookies_tree_model.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698