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

Unified Diff: chrome/android/java/strings/android_chrome_strings.grd

Issue 276483004: Upstream accessibility tab switcher and related resources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update Created 6 years, 7 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 e357aaee25f365380aa38a6cdd11e405fb5aecde..e2c398222643d002fd9b4a57648b3a6302197075 100644
--- a/chrome/android/java/strings/android_chrome_strings.grd
+++ b/chrome/android/java/strings/android_chrome_strings.grd
@@ -156,8 +156,34 @@ You are signing in with a managed account and giving its administrator control o
<message desc="Message for the progress dialog shown while profile data is being wiped after signing out of an enterprise account" name="IDS_WIPING_PROFILE_DATA_MESSAGE">
Please wait...
</message>
- <!-- InfoBar -->
- <message desc="Accessibility label for the dismiss infobar Button" name="IDS_INFOBAR_CLOSE">
+ <!-- Tab switcher -->
+ <message name="IDS_ACCESSIBILITY_TAB_SWITCHER_STANDARD_STACK" desc="Content description for the standard stack selection 'button'.">
+ Standard tabs
+ </message>
+ <message name="IDS_ACCESSIBILITY_TAB_SWITCHER_INCOGNITO_STACK" desc="Content description for the incognito stack selection 'button'.">
+ Incognito tabs
+ </message>
+ <message name="IDS_ACCESSIBILITY_TAB_SWITCHER_TAB_CLOSED" desc="Content description for the tab closed message.">
+ Tab closed
+ </message>
+ <message name="IDS_ACCESSIBILITY_TAB_SWITCHER_UNDO_TAB_CLOSED" desc="Content description for the undo tab closed 'button.">
+ Reopen closed tab
+ </message>
+ <message name="IDS_ACCESSIBILITY_TABSTRIP_TAB" desc="Content description for the tab title.">
+ <ph name="TAB_TITLE">%1$s<ex>Welcome to Facebook</ex></ph>, tab
+ </message>
+ <message name="IDS_ACCESSIBILITY_TABSTRIP_BTN_CLOSE_TAB" desc="Content description for the close tab button.">
+ Close tab
+ </message>
+ <message name="IDS_ACCESSIBILITY_TABSTRIP_BTN_NEW_TAB" desc="Content description for the new tab button.">
+ New tab
+ </message>
+ <!-- TODO(newt): remove duplicated strings once crbug.com/176069 is fixed. -->
+ <message name="IDS_TAB_LOADING_DEFAULT_TITLE" desc="The title of a tab when we are still waiting for either the URL or the real title. This generally shows when the page is first loading.">
+ Loading…
David Trainor- moved to gerrit 2014/05/13 18:23:48 is that ... a single character? Is that expected?
Bernhard Bauer 2014/05/13 21:28:14 AFAICT, it's a horizontal ellipsis (http://www.fil
+ </message>
+ <!-- InfoBar -->
+ <message desc="Accessibility label for the dismiss infobar Button" name="IDS_INFOBAR_CLOSE">
Close
</message>
<!-- TranslateInfoBar -->

Powered by Google App Engine
This is Rietveld 408576698