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

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

Issue 2098983002: Distinguish devices with same name in chooser on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments Created 4 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
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 2
3 <!-- android_chrome_strings.grd contains strings for Chrome for Android. 3 <!-- android_chrome_strings.grd contains strings for Chrome for Android.
4 4
5 FAQ: 5 FAQ:
6 - How do I add, change, or remove a string? 6 - How do I add, change, or remove a string?
7 Just update this file. 7 Just update this file.
8 - Translations will happen automatically?? 8 - Translations will happen automatically??
9 Yes, indeed. Just add your string before the branch point and 9 Yes, indeed. Just add your string before the branch point and
10 make the description good. 10 make the description good.
(...skipping 2640 matching lines...) Expand 10 before | Expand all | Expand 10 after
2651 Unsupported shipping address. Select a different adddress. 2651 Unsupported shipping address. Select a different adddress.
2652 </message> 2652 </message>
2653 2653
2654 <!-- Migration strings --> 2654 <!-- Migration strings -->
2655 <message name="IDS_TAB_SWITCHER_CALLOUT_HEADER" desc="Header for the Tab S witcher callout."> 2655 <message name="IDS_TAB_SWITCHER_CALLOUT_HEADER" desc="Header for the Tab S witcher callout.">
2656 Quickly switch tabs 2656 Quickly switch tabs
2657 </message> 2657 </message>
2658 <message name="IDS_TAB_SWITCHER_CALLOUT_BODY" desc="Indicates that clickin g the tab switcher button gives you quick access to your tabs."> 2658 <message name="IDS_TAB_SWITCHER_CALLOUT_BODY" desc="Indicates that clickin g the tab switcher button gives you quick access to your tabs.">
2659 Tap this button for quick access to your tabs. 2659 Tap this button for quick access to your tabs.
2660 </message> 2660 </message>
2661
2662 <!-- Item Chooser UI strings -->
2663 <message name="IDS_ITEM_CHOOSER_ITEM_NAME_WITH_ID" desc="To distinguish it ems with the same name, the item chooser shows the item name with id.">
2664 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$ s<ex>item id</ex></ph>)
2665 </message>
2661 </messages> 2666 </messages>
2662 </release> 2667 </release>
2663 </grit> 2668 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698