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

Unified 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: Comment. 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 side-by-side diff with in-line comments
Download patch
Index: chrome/android/java/strings/android_chrome_strings.grd
diff --git a/chrome/android/java/strings/android_chrome_strings.grd b/chrome/android/java/strings/android_chrome_strings.grd
index eea40e838857a29b6dba3da3ce68b69987d8c50f..f912ff83f110a3e2eaa15896f6ca1ed4e5de7a38 100644
--- a/chrome/android/java/strings/android_chrome_strings.grd
+++ b/chrome/android/java/strings/android_chrome_strings.grd
@@ -115,6 +115,9 @@
<message name="IDS_LEARN_MORE" desc="Generic label for menu item to learn more about a feature. [CHAR-LIMIT=32]">
Learn more
</message>
+ <message name="IDS_MORE" desc="Generic label for a button to show more items or options. [CHAR-LIMIT=20]">
+ More
+ </message>
<message name="IDS_CLOSE" desc="Content description for a button to close a dialog or popup" >
Close
</message>
@@ -865,6 +868,11 @@ You are signing in with a managed account and giving its administrator control o
Close
</message>
+ <!-- Account chooser infobar strings. -->
+ <message name="IDS_ACCOUNT_CHOOSER_INFOBAR_TITLE" desc="The title text for Account chooser infobar.">
+ Choose an account from your Google Smart Lock.
+ </message>
+
<!-- TranslateInfoBar -->
<message name="IDS_TRANSLATE_INFOBAR_TEXT" desc="Text to display on the translate infobar to offer a translate. [CHAR-LIMIT=64]" meaning="Android">
This page is in <ph name="SOURCE_LANGUAGE">^1<ex>English</ex></ph>. Translate it to <ph name="TARGET_LANGUAGE">^2<ex>FRENCH</ex></ph>?
@@ -875,9 +883,6 @@ You are signing in with a managed account and giving its administrator control o
<message name="IDS_TRANSLATE_INFOBAR_TRANSLATION_DONE">
Translated to <ph name="TARGET_LANGUAGE">%1$s<ex>FRENCH</ex></ph>.
</message>
- <message name="IDS_TRANSLATE_INFOBAR_TRANSLATION_MORE_OPTIONS" desc="Text link that will provide more options after a translate [CHAR-LIMIT=24]">
- More
- </message>
<message name="IDS_TRANSLATE_INFOBAR_TRANSLATING">
Translating page to <ph name="SOURCE_LANGUAGE">%1$s<ex>English</ex></ph>...
</message>

Powered by Google App Engine
This is Rietveld 408576698