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

Side by Side Diff: chrome/android/java/strings/android_chrome_strings.grd

Issue 861103002: Credentials chooser UI for Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <grit current_release="1" latest_public_release="0"> 2 <grit current_release="1" latest_public_release="0">
3 <outputs> 3 <outputs>
4 <output filename="values-am/android_chrome_strings.xml" lang="am" type="andr oid" /> 4 <output filename="values-am/android_chrome_strings.xml" lang="am" type="andr oid" />
5 <output filename="values-ar/android_chrome_strings.xml" lang="ar" type="andr oid" /> 5 <output filename="values-ar/android_chrome_strings.xml" lang="ar" type="andr oid" />
6 <output filename="values-bg/android_chrome_strings.xml" lang="bg" type="andr oid" /> 6 <output filename="values-bg/android_chrome_strings.xml" lang="bg" type="andr oid" />
7 <output filename="values-ca/android_chrome_strings.xml" lang="ca" type="andr oid" /> 7 <output filename="values-ca/android_chrome_strings.xml" lang="ca" type="andr oid" />
8 <output filename="values-cs/android_chrome_strings.xml" lang="cs" type="andr oid" /> 8 <output filename="values-cs/android_chrome_strings.xml" lang="cs" type="andr oid" />
9 <output filename="values-da/android_chrome_strings.xml" lang="da" type="andr oid" /> 9 <output filename="values-da/android_chrome_strings.xml" lang="da" type="andr oid" />
10 <output filename="values-de/android_chrome_strings.xml" lang="de" type="andr oid" /> 10 <output filename="values-de/android_chrome_strings.xml" lang="de" type="andr oid" />
(...skipping 525 matching lines...) Expand 10 before | Expand all | Expand 10 after
536 <message name="IDS_ACCOUNT_MANAGEMENT_TITLE" desc="Header title for the ac count management screen. [CHAR-LIMIT=32]"> 536 <message name="IDS_ACCOUNT_MANAGEMENT_TITLE" desc="Header title for the ac count management screen. [CHAR-LIMIT=32]">
537 Accounts 537 Accounts
538 </message> 538 </message>
539 <message name="IDS_ACCOUNT_MANAGEMENT_GO_INCOGNITO_TEXT" desc="Summary tex t for going incognito."> 539 <message name="IDS_ACCOUNT_MANAGEMENT_GO_INCOGNITO_TEXT" desc="Summary tex t for going incognito.">
540 Go incognito to browse privately or sign in temporarily 540 Go incognito to browse privately or sign in temporarily
541 </message> 541 </message>
542 <message name="IDS_ACCOUNT_MANAGEMENT_NOT_YOU_TEXT" desc="Title text for t he section with the incognito button."> 542 <message name="IDS_ACCOUNT_MANAGEMENT_NOT_YOU_TEXT" desc="Title text for t he section with the incognito button.">
543 Not <ph name="NOT_YOU_USER_NAME">%1$s<ex>Pablo Picasso</ex></ph>? 543 Not <ph name="NOT_YOU_USER_NAME">%1$s<ex>Pablo Picasso</ex></ph>?
544 </message> 544 </message>
545 545
546 <!-- Account chooser infobar strings. -->
547 <message name="IDS_ACCOUNT_CHOOSER_INFOBAR_TITLE" desc="The title text for Account chooser infobar.">
548 Choose an account from your Google Smart Lock.
549 </message>
550 <message name="IDS_ACCOUNT_CHOOSER_INFOBAR_MORE_BUTTON" desc="The label te xt for More button in Account chooser infobar.">
551 More
Peter Kasting 2015/02/18 21:44:17 Please make sure we don't have a generic version o
melandory 2015/02/19 13:38:01 I haven't found generic one, so I've created it.
552 </message>
546 <!-- Child accounts --> 553 <!-- Child accounts -->
547 <message name="IDS_KIDS_ACCOUNT" desc="Identifies an account as a child ac count."> 554 <message name="IDS_KIDS_ACCOUNT" desc="Identifies an account as a child ac count.">
548 This is a kid's account 555 This is a kid's account
549 </message> 556 </message>
550 <message name="IDS_ACCOUNT_MANAGEMENT_PARENTAL_SETTINGS" desc="Title of pa rental settings section of account page for child account."> 557 <message name="IDS_ACCOUNT_MANAGEMENT_PARENTAL_SETTINGS" desc="Title of pa rental settings section of account page for child account.">
551 Parental Settings 558 Parental Settings
552 </message> 559 </message>
553 <message name="IDS_ACCOUNT_MANAGEMENT_NO_PARENTAL_DATA" desc="String sayin g that we are waiting for family information."> 560 <message name="IDS_ACCOUNT_MANAGEMENT_NO_PARENTAL_DATA" desc="String sayin g that we are waiting for family information.">
554 Waiting for details of parents. 561 Waiting for details of parents.
555 </message> 562 </message>
(...skipping 545 matching lines...) Expand 10 before | Expand all | Expand 10 after
1101 <message name="IDS_CARD_UNMASK_INPUT_HINT" desc="Hint text for an input fi eld containing the user's credit card CVC (card verification code)."> 1108 <message name="IDS_CARD_UNMASK_INPUT_HINT" desc="Hint text for an input fi eld containing the user's credit card CVC (card verification code).">
1102 CVC 1109 CVC
1103 </message> 1110 </message>
1104 <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_STORE_LOCALLY" desc="Checkb ox text that permits a user to skip past this dialog next time this credit card is used on this device."> 1111 <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_STORE_LOCALLY" desc="Checkb ox text that permits a user to skip past this dialog next time this credit card is used on this device.">
1105 Don't ask again for this card 1112 Don't ask again for this card
1106 </message> 1113 </message>
1107 1114
1108 </messages> 1115 </messages>
1109 </release> 1116 </release>
1110 </grit> 1117 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698