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

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

Issue 2663373003: [Android] Add options in the context menu of CCT to open in a new Chrome tab or incoginto tab (Closed)
Patch Set: Rebase to master branch. Created 3 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 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 1494 matching lines...) Expand 10 before | Expand all | Expand 10 after
1505 </message> 1505 </message>
1506 <message name="IDS_CONTEXTMENU_SEARCH_WEB_FOR_IMAGE" desc="Context sensiti ve menu item for search-for-Image command in a new tab. [CHAR-LIMIT=30]"> 1506 <message name="IDS_CONTEXTMENU_SEARCH_WEB_FOR_IMAGE" desc="Context sensiti ve menu item for search-for-Image command in a new tab. [CHAR-LIMIT=30]">
1507 Search <ph name="SEARCH_ENGINE">%1$s<ex>Google</ex></ph> for this image 1507 Search <ph name="SEARCH_ENGINE">%1$s<ex>Google</ex></ph> for this image
1508 </message> 1508 </message>
1509 <message name="IDS_CONTEXTMENU_SHARE_IMAGE" desc="Context sensitive menu i tem for sharing an image via the Android system share action. [CHAR-LIMIT=30]"> 1509 <message name="IDS_CONTEXTMENU_SHARE_IMAGE" desc="Context sensitive menu i tem for sharing an image via the Android system share action. [CHAR-LIMIT=30]">
1510 Share image 1510 Share image
1511 </message> 1511 </message>
1512 <message name="IDS_CONTEXTMENU_SAVE_VIDEO" desc="Context sensitive menu it em for saving the selected video. [CHAR-LIMIT=30]"> 1512 <message name="IDS_CONTEXTMENU_SAVE_VIDEO" desc="Context sensitive menu it em for saving the selected video. [CHAR-LIMIT=30]">
1513 Download video 1513 Download video
1514 </message> 1514 </message>
1515 1515 <message name="IDS_CONTEXTMENU_OPEN_IN_NEW_CHROME_TAB" desc="Context sensi tive menu item to open the selected link in a new Chrome tab from Chrome Custom Tab. [CHAR-LIMIT=30]">
1516 Open in new Chrome tab
1517 </message>
1518 <message name="IDS_CONTEXTMENU_OPEN_IN_CHROME_INCOGNITO_TAB" desc="Context sensitive menu item to open the selected link in a Chrome incognito tab from Ch rome Custom Tab. [CHAR-LIMIT=30]">
1519 Open in Chrome incognito tab
1520 </message>
1516 <!-- Swipe refresh --> 1521 <!-- Swipe refresh -->
1517 <message name="IDS_ACCESSIBILITY_SWIPE_REFRESH" desc="Content description for the swipe refresh action."> 1522 <message name="IDS_ACCESSIBILITY_SWIPE_REFRESH" desc="Content description for the swipe refresh action.">
1518 Refreshing page 1523 Refreshing page
1519 </message> 1524 </message>
1520 1525
1521 <!-- App banner strings --> 1526 <!-- App banner strings -->
1522 <message name="IDS_APP_BANNER_INSTALLING" desc="Button text indicating tha t an application is being installed. [CHAR-LIMIT=25]"> 1527 <message name="IDS_APP_BANNER_INSTALLING" desc="Button text indicating tha t an application is being installed. [CHAR-LIMIT=25]">
1523 Installing… 1528 Installing…
1524 </message> 1529 </message>
1525 <message name="IDS_APP_BANNER_OPEN" desc="Text that indicates that clickin g on the button will launch an application. [CHAR-LIMIT=25]"> 1530 <message name="IDS_APP_BANNER_OPEN" desc="Text that indicates that clickin g on the button will launch an application. [CHAR-LIMIT=25]">
(...skipping 1231 matching lines...) Expand 10 before | Expand all | Expand 10 after
2757 </message> 2762 </message>
2758 <message name="IDS_VR_SERVICES_CHECK_INFOBAR_INSTALL_BUTTON" desc="Text to be displayed in the VR Services check infobar confirm button for installing."> 2763 <message name="IDS_VR_SERVICES_CHECK_INFOBAR_INSTALL_BUTTON" desc="Text to be displayed in the VR Services check infobar confirm button for installing.">
2759 Install 2764 Install
2760 </message> 2765 </message>
2761 <message name="IDS_VR_SERVICES_CHECK_INFOBAR_UPDATE_BUTTON" desc="Text to be displayed in the VR Services check infobar confirm button for updating."> 2766 <message name="IDS_VR_SERVICES_CHECK_INFOBAR_UPDATE_BUTTON" desc="Text to be displayed in the VR Services check infobar confirm button for updating.">
2762 Update 2767 Update
2763 </message> 2768 </message>
2764 </messages> 2769 </messages>
2765 </release> 2770 </release>
2766 </grit> 2771 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698