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

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

Issue 2180293002: Remove the print option from the menu and make it a share destination. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add proper icons Created 4 years, 4 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 2433 matching lines...) Expand 10 before | Expand all | Expand 10 after
2444 </message> 2444 </message>
2445 <message name="IDS_CONTEXTUAL_SEARCH_ERROR" desc="A network error message" > 2445 <message name="IDS_CONTEXTUAL_SEARCH_ERROR" desc="A network error message" >
2446 Error: <ph name="ERROR_CODE">%1$s<ex>404</ex></ph> 2446 Error: <ph name="ERROR_CODE">%1$s<ex>404</ex></ph>
2447 </message> 2447 </message>
2448 2448
2449 <!-- Web apps --> 2449 <!-- Web apps -->
2450 <message name="IDS_WEBAPP_ACTIVITY_TITLE" desc="Title in recent tasks list for web apps, i.e. web pages that are shown in a separate window"> 2450 <message name="IDS_WEBAPP_ACTIVITY_TITLE" desc="Title in recent tasks list for web apps, i.e. web pages that are shown in a separate window">
2451 Web App 2451 Web App
2452 </message> 2452 </message>
2453 2453
2454 <!-- Share targets -->
2455 <message name="IDS_PRINT_SHARE_ACTIVITY_TITLE" desc="Title of the Print Sh are activity that will appear in the Android share dialog.">
2456 Print
2457 </message>
2458
2454 <!-- Omnibox Autocomplete --> 2459 <!-- Omnibox Autocomplete -->
2455 <message name="IDS_OMNIBOX_CONFIRM_DELETE" desc="A message within a modal dialog that confirms the user wants to delete a suggestion from the list dropdow n in the omnibox"> 2460 <message name="IDS_OMNIBOX_CONFIRM_DELETE" desc="A message within a modal dialog that confirms the user wants to delete a suggestion from the list dropdow n in the omnibox">
2456 Remove suggestion from history? 2461 Remove suggestion from history?
2457 </message> 2462 </message>
2458 2463
2459 <!-- Undo Bar --> 2464 <!-- Undo Bar -->
2460 <message name="IDS_UNDO_BAR_CLOSE_MESSAGE" desc="Message shown when you ca n undo a tab close action."> 2465 <message name="IDS_UNDO_BAR_CLOSE_MESSAGE" desc="Message shown when you ca n undo a tab close action.">
2461 Closed <ph name="TAB_TITLE">%1$s<ex>YouTube</ex></ph> 2466 Closed <ph name="TAB_TITLE">%1$s<ex>YouTube</ex></ph>
2462 </message> 2467 </message>
2463 <message name="IDS_UNDO_BAR_CLOSE_ALL_MESSAGE" desc="Message shown when yo u can undo a close all tabs action."> 2468 <message name="IDS_UNDO_BAR_CLOSE_ALL_MESSAGE" desc="Message shown when yo u can undo a close all tabs action.">
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
2709 Tap this button for quick access to your tabs. 2714 Tap this button for quick access to your tabs.
2710 </message> 2715 </message>
2711 2716
2712 <!-- Item Chooser UI strings --> 2717 <!-- Item Chooser UI strings -->
2713 <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."> 2718 <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.">
2714 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$ s<ex>item id</ex></ph>) 2719 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$ s<ex>item id</ex></ph>)
2715 </message> 2720 </message>
2716 </messages> 2721 </messages>
2717 </release> 2722 </release>
2718 </grit> 2723 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698