Chromium Code Reviews

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

Issue 1317004: Stop abusing cookie strings for local storage and database. (Closed)
Patch Set: s/DATABASE_NAME_LABEL/DATABASE_NAME/ Created 10 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
« no previous file with comments | « no previous file | chrome/app/nibs/CookieDetailsView.xib » ('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 5623 matching lines...)
5634 </message> 5634 </message>
5635 <message name="IDS_COOKIES_DOMAIN_COLUMN_HEADER" desc="The label of the Do main header in the Cookies table"> 5635 <message name="IDS_COOKIES_DOMAIN_COLUMN_HEADER" desc="The label of the Do main header in the Cookies table">
5636 Site 5636 Site
5637 </message> 5637 </message>
5638 <message name="IDS_COOKIES_WEB_DATABASE_DESCRIPTION_LABEL" desc="The Datab ase Description label"> 5638 <message name="IDS_COOKIES_WEB_DATABASE_DESCRIPTION_LABEL" desc="The Datab ase Description label">
5639 Description: 5639 Description:
5640 </message> 5640 </message>
5641 <message name="IDS_COOKIES_WEB_DATABASE_UNNAMED_NAME" desc="The the name d isplayed for a Database with an empty name attribute."> 5641 <message name="IDS_COOKIES_WEB_DATABASE_UNNAMED_NAME" desc="The the name d isplayed for a Database with an empty name attribute.">
5642 &lt;unnamed&gt; 5642 &lt;unnamed&gt;
5643 </message> 5643 </message>
5644 <message name="IDS_COOKIES_LOCAL_STORAGE_KEY_LABEL" desc="The label of the Local Storage key being set">
5645 Key:
5646 </message>
5647 <message name="IDS_COOKIES_LOCAL_STORAGE_VALUE_LABEL" desc="The label of t he Local Storage value being set">
5648 Value:
5649 </message>
5644 <message name="IDS_COOKIES_LOCAL_STORAGE_ORIGIN_LABEL" desc="The Local Sto rage Origin label"> 5650 <message name="IDS_COOKIES_LOCAL_STORAGE_ORIGIN_LABEL" desc="The Local Sto rage Origin label">
5645 Origin: 5651 Origin:
5646 </message> 5652 </message>
5647 <message name="IDS_COOKIES_LOCAL_STORAGE_SIZE_ON_DISK_LABEL" desc="The Loc al Storage Size on disk label"> 5653 <message name="IDS_COOKIES_LOCAL_STORAGE_SIZE_ON_DISK_LABEL" desc="The Loc al Storage Size on disk label">
5648 Size on disk: 5654 Size on disk:
5649 </message> 5655 </message>
5650 <message name="IDS_COOKIES_LOCAL_STORAGE_LAST_MODIFIED_LABEL" desc="The Lo cal Storage Last modified label"> 5656 <message name="IDS_COOKIES_LOCAL_STORAGE_LAST_MODIFIED_LABEL" desc="The Lo cal Storage Last modified label">
5651 Last modified: 5657 Last modified:
5652 </message> 5658 </message>
5653 <message name="IDS_COOKIES_NAME_COLUMN_HEADER" desc="The label of the Cook ie Name header in the Cookies table"> 5659 <message name="IDS_COOKIES_NAME_COLUMN_HEADER" desc="The label of the Cook ie Name header in the Cookies table">
(...skipping 1669 matching lines...)
7323 </message> 7329 </message>
7324 </messages> 7330 </messages>
7325 7331
7326 <structures first_id="50000" fallback_to_english="true"> 7332 <structures first_id="50000" fallback_to_english="true">
7327 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 7333 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
7328 </structure> 7334 </structure>
7329 </structures> 7335 </structures>
7330 7336
7331 </release> 7337 </release>
7332 </grit> 7338 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/nibs/CookieDetailsView.xib » ('j') | no next file with comments »

Powered by Google App Engine