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

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

Issue 558066: Autofill dialog for the Mac. This is UI only at this point. The UI is not h... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 10 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/app/nibs/AutoFillAddressFormView.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 4880 matching lines...) Expand 10 before | Expand all | Expand 10 after
4891 </message> 4891 </message>
4892 <message name="IDS_AUTOFILL_ADD_CREDITCARD_BUTTON" desc="The label of the button that adds a new AutoFill credit card."> 4892 <message name="IDS_AUTOFILL_ADD_CREDITCARD_BUTTON" desc="The label of the button that adds a new AutoFill credit card.">
4893 Add a credit card 4893 Add a credit card
4894 </message> 4894 </message>
4895 <message name="IDS_AUTOFILL_DELETE_BUTTON" desc="The label of the button t hat deletes an AutoFill profile."> 4895 <message name="IDS_AUTOFILL_DELETE_BUTTON" desc="The label of the button t hat deletes an AutoFill profile.">
4896 Delete 4896 Delete
4897 </message> 4897 </message>
4898 <message name="IDS_AUTOFILL_NEW_ADDRESS" desc="The profile label of a new address."> 4898 <message name="IDS_AUTOFILL_NEW_ADDRESS" desc="The profile label of a new address.">
4899 New address 4899 New address
4900 </message> 4900 </message>
4901 <message name="IDS_AUTOFILL_DIALOG_ADDRESS_SUMMARY_SEPARATOR" desc="The se parator character used in the summary of an address.">
4902 , '''
4903 </message>
4904 <message name="IDS_AUTOFILL_DIALOG_ADDRESS_NAME_SEPARATOR" desc="The separ ator character used between first and last names in the address summary.">
4905 ''' '''
4906 </message>
4907 <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">
4908 $1$2$3
4909 </message>
4910 <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">
4911 $1$2$3
4912 </message>
4901 <message name="IDS_AUTOFILL_NEW_CREDITCARD" desc="The profile label of a n ew credit card."> 4913 <message name="IDS_AUTOFILL_NEW_CREDITCARD" desc="The profile label of a n ew credit card.">
4902 New credit card 4914 New credit card
4903 </message> 4915 </message>
4904 <message name="IDS_AUTOFILL_UNTITLED_LABEL" desc="The text substituted on empty label"> 4916 <message name="IDS_AUTOFILL_UNTITLED_LABEL" desc="The text substituted on empty label">
4905 Untitled 4917 Untitled
4906 </message> 4918 </message>
4907 <message name="IDS_CREDIT_CARD_NUMBER_PREVIEW_FORMAT" 4919 <message name="IDS_CREDIT_CARD_NUMBER_PREVIEW_FORMAT"
4908 desc="Credit card preview format"> 4920 desc="Credit card preview format">
4909 <ph name="OBFUSCATED_CC_NUMBER">$1<ex>************1234</ex> 4921 <ph name="OBFUSCATED_CC_NUMBER">$1<ex>************1234</ex>
4910 </ph>, Exp:<ph name="CC_EXPIRATION_DATE">$2<ex>03/2020</ex> 4922 </ph>, Exp:<ph name="CC_EXPIRATION_DATE">$2<ex>03/2020</ex>
(...skipping 1996 matching lines...) Expand 10 before | Expand all | Expand 10 after
6907 <message name="IDS_NOTIFICATION_PANEL_TITLE" desc="Text for the title of t he notification panel."> 6919 <message name="IDS_NOTIFICATION_PANEL_TITLE" desc="Text for the title of t he notification panel.">
6908 Notifications 6920 Notifications
6909 </message> 6921 </message>
6910 </if> 6922 </if>
6911 <message name="IDS_BOOKMARK_BAR_IMPORT_LINK" desc="text shown for importing "> 6923 <message name="IDS_BOOKMARK_BAR_IMPORT_LINK" desc="text shown for importing ">
6912 Import bookmarks now... 6924 Import bookmarks now...
6913 </message> 6925 </message>
6914 </messages> 6926 </messages>
6915 </release> 6927 </release>
6916 </grit> 6928 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/nibs/AutoFillAddressFormView.xib » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698