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

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

Issue 7387007: Adding usage and quota entry to chrome://settings/cookies. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: '' Created 9 years, 5 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. 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 8043 matching lines...) Expand 10 before | Expand all | Expand 10 after
8054 </message> 8054 </message>
8055 <message name="IDS_COOKIES_COOKIE_NONESELECTED" desc="Field value when no cookie is selected"> 8055 <message name="IDS_COOKIES_COOKIE_NONESELECTED" desc="Field value when no cookie is selected">
8056 &lt;no cookie selected&gt; 8056 &lt;no cookie selected&gt;
8057 </message> 8057 </message>
8058 <message name="IDS_COOKIES_DOMAIN_COLUMN_HEADER" desc="The label of the Do main header in the Cookies table"> 8058 <message name="IDS_COOKIES_DOMAIN_COLUMN_HEADER" desc="The label of the Do main header in the Cookies table">
8059 Site 8059 Site
8060 </message> 8060 </message>
8061 <message name="IDS_COOKIES_DATA_COLUMN_HEADER" desc="The label of the Loca lly Stored Data header in the Cookies table"> 8061 <message name="IDS_COOKIES_DATA_COLUMN_HEADER" desc="The label of the Loca lly Stored Data header in the Cookies table">
8062 Locally Stored Data 8062 Locally Stored Data
8063 </message> 8063 </message>
8064 <message name="IDS_COOKIES_SIZE_COLUMN_HEADER" desc="The label of the Data Size header in the Cookies table">
8065 Data Size
8066 </message>
8064 <message name="IDS_COOKIES_SINGLE_COOKIE" desc="The text displayed when th ere is one cookie in the Cookies table"> 8067 <message name="IDS_COOKIES_SINGLE_COOKIE" desc="The text displayed when th ere is one cookie in the Cookies table">
8065 1 cookie 8068 1 cookie
8066 </message> 8069 </message>
8067 <message name="IDS_COOKIES_PLURAL_COOKIES" desc="The text displayed when t here are two or more cookies in the Cookies table"> 8070 <message name="IDS_COOKIES_PLURAL_COOKIES" desc="The text displayed when t here are two or more cookies in the Cookies table">
8068 <ph name="COOKIES">$1<ex>42</ex></ph> cookies 8071 <ph name="COOKIES">$1<ex>42</ex></ph> cookies
8069 </message> 8072 </message>
8070 <message name="IDS_COOKIES_WEB_DATABASE_DESCRIPTION_LABEL" desc="The Datab ase Description label"> 8073 <message name="IDS_COOKIES_WEB_DATABASE_DESCRIPTION_LABEL" desc="The Datab ase Description label">
8071 Description: 8074 Description:
8072 </message> 8075 </message>
8073 <message name="IDS_COOKIES_WEB_DATABASE_UNNAMED_NAME" desc="The the name d isplayed for a Database with an empty name attribute."> 8076 <message name="IDS_COOKIES_WEB_DATABASE_UNNAMED_NAME" desc="The the name d isplayed for a Database with an empty name attribute.">
(...skipping 5176 matching lines...) Expand 10 before | Expand all | Expand 10 after
13250 </includes> 13253 </includes>
13251 <structures fallback_to_english="true"> 13254 <structures fallback_to_english="true">
13252 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13255 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13253 </structure> 13256 </structure>
13254 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13257 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13255 </structure> 13258 </structure>
13256 </structures> 13259 </structures>
13257 13260
13258 </release> 13261 </release>
13259 </grit> 13262 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/browsing_data_quota_helper.h » ('j') | chrome/browser/resources/options/cookies_list.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698