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

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

Issue 2835026: Added inferred labels implementation. Label inferred from the person name + d... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 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
« no previous file with comments | « no previous file | chrome/browser/autofill/autofill_manager.cc » ('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 5743 matching lines...) Expand 10 before | Expand all | Expand 10 after
5754 </message> 5754 </message>
5755 <message name="IDS_AUTOFILL_MAC_ADDRESS_LINE_SEPARATOR" desc="The separato r character used to join multi-line addresses on the Mac."> 5755 <message name="IDS_AUTOFILL_MAC_ADDRESS_LINE_SEPARATOR" desc="The separato r character used to join multi-line addresses on the Mac.">
5756 , ''' 5756 , '''
5757 </message> 5757 </message>
5758 <message name="IDS_AUTOFILL_DIALOG_ADDRESS_SUMMARY_SEPARATOR" desc="The se parator character used in the summary of an address."> 5758 <message name="IDS_AUTOFILL_DIALOG_ADDRESS_SUMMARY_SEPARATOR" desc="The se parator character used in the summary of an address.">
5759 , ''' 5759 , '''
5760 </message> 5760 </message>
5761 <message name="IDS_AUTOFILL_DIALOG_ADDRESS_NAME_SEPARATOR" desc="The separ ator character used between first and last names in the address summary."> 5761 <message name="IDS_AUTOFILL_DIALOG_ADDRESS_NAME_SEPARATOR" desc="The separ ator character used between first and last names in the address summary.">
5762 ''' ''' 5762 ''' '''
5763 </message> 5763 </message>
5764 <message name="IDS_AUTOFILL_DIALOG_ADDRESS_SUMMARY_FAX_FORMAT" desc="This is a format of a fax number to differentiate it with regular phone. $1=number">
5765 fax:#<ph name="FAX">$1<ex>1(123)123-4567</ex></ph>
5766 </message>
5764 <message name="IDS_AUTOFILL_DIALOG_ADDRESS_SUMMARY_FORMAT" desc="The forma t string of the summary of an address. $1=name, $2=separator, $3=addressLine1"> 5767 <message name="IDS_AUTOFILL_DIALOG_ADDRESS_SUMMARY_FORMAT" desc="The forma t string of the summary of an address. $1=name, $2=separator, $3=addressLine1">
5765 <ph name="NAME">$1<ex>Marion Morrison</ex></ph><ph name="SEPARATOR">$2<e x>, </ex></ph><ph name="ADDRESS">$3<ex>123 Zoo St.</ex></ph> 5768 <ph name="NAME">$1<ex>Marion Morrison</ex></ph><ph name="SEPARATOR">$2<e x>, </ex></ph><ph name="ADDRESS">$3<ex>123 Zoo St.</ex></ph>
5766 </message> 5769 </message>
5767 <message name="IDS_AUTOFILL_DIALOG_ADDRESS_SUMMARY_NAME_FORMAT" desc="The format string of the summary of an address. $1=firstName, $2=separator, $3=lastN ame"> 5770 <message name="IDS_AUTOFILL_DIALOG_ADDRESS_SUMMARY_NAME_FORMAT" desc="The format string of the summary of an address. $1=firstName, $2=separator, $3=lastN ame">
5768 <ph name="FIRSTNAME">$1<ex>John</ex></ph><ph name="SEPARATOR">$2<ex>''' '''</ex></ph><ph name="LASTNAME">$3<ex>Smith</ex></ph> 5771 <ph name="FIRSTNAME">$1<ex>John</ex></ph><ph name="SEPARATOR">$2<ex>''' '''</ex></ph><ph name="LASTNAME">$3<ex>Smith</ex></ph>
5769 </message> 5772 </message>
5770 <message name="IDS_AUTOFILL_NEW_CREDITCARD" desc="The profile label of a n ew credit card."> 5773 <message name="IDS_AUTOFILL_NEW_CREDITCARD" desc="The profile label of a n ew credit card.">
5771 New credit card 5774 New credit card
5772 </message> 5775 </message>
5773 <message name="IDS_AUTOFILL_UNTITLED_LABEL" desc="The text substituted on empty label"> 5776 <message name="IDS_AUTOFILL_UNTITLED_LABEL" desc="The text substituted on empty label">
(...skipping 3020 matching lines...) Expand 10 before | Expand all | Expand 10 after
8794 8797
8795 </messages> 8798 </messages>
8796 8799
8797 <structures fallback_to_english="true"> 8800 <structures fallback_to_english="true">
8798 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 8801 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
8799 </structure> 8802 </structure>
8800 </structures> 8803 </structures>
8801 8804
8802 </release> 8805 </release>
8803 </grit> 8806 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/autofill/autofill_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698