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

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

Issue 1394343002: Remove "Search by Image" feature on Chrome for Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@chrometab4
Patch Set: newt's nits Created 5 years, 2 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 1237 matching lines...) Expand 10 before | Expand all | Expand 10 after
1248 </message> 1248 </message>
1249 <message name="IDS_CONTEXTMENU_OPEN_ORIGINAL_IMAGE_IN_NEW_TAB" desc="Conte xt sensitive menu item for opening/viewing the original version of the selected image in a new tab. [CHAR-LIMIT=30]"> 1249 <message name="IDS_CONTEXTMENU_OPEN_ORIGINAL_IMAGE_IN_NEW_TAB" desc="Conte xt sensitive menu item for opening/viewing the original version of the selected image in a new tab. [CHAR-LIMIT=30]">
1250 Open original image in new tab 1250 Open original image in new tab
1251 </message> 1251 </message>
1252 <message name="IDS_CONTEXTMENU_LOAD_IMAGES" desc="Context sensitive menu i tem for Data Saver low fidelity placeholder images that reloads the page with th e original images. [CHAR-LIMIT=30]"> 1252 <message name="IDS_CONTEXTMENU_LOAD_IMAGES" desc="Context sensitive menu i tem for Data Saver low fidelity placeholder images that reloads the page with th e original images. [CHAR-LIMIT=30]">
1253 Load images 1253 Load images
1254 </message> 1254 </message>
1255 <message name="IDS_CONTEXTMENU_LOAD_ORIGINAL_IMAGE" desc="Context sensitiv e menu item for Data Saver low fidelity placeholder images that loads the origin al version in place. [CHAR-LIMIT=30]"> 1255 <message name="IDS_CONTEXTMENU_LOAD_ORIGINAL_IMAGE" desc="Context sensitiv e menu item for Data Saver low fidelity placeholder images that loads the origin al version in place. [CHAR-LIMIT=30]">
1256 Load image 1256 Load image
1257 </message> 1257 </message>
1258 <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]">
1259 Search <ph name="SEARCH_ENGINE">%1$s<ex>Google</ex></ph> for this image
1260 </message>
1261 <message name="IDS_CONTEXTMENU_COPY_IMAGE" desc="Context sensitive menu it em for copying an image to the clipboard. [CHAR-LIMIT=30]"> 1258 <message name="IDS_CONTEXTMENU_COPY_IMAGE" desc="Context sensitive menu it em for copying an image to the clipboard. [CHAR-LIMIT=30]">
1262 Copy image 1259 Copy image
1263 </message> 1260 </message>
1264 <message name="IDS_CONTEXTMENU_COPY_IMAGE_URL" desc="Context sensitive men u item for copying an image url to the clipboard. [CHAR-LIMIT=30]"> 1261 <message name="IDS_CONTEXTMENU_COPY_IMAGE_URL" desc="Context sensitive men u item for copying an image url to the clipboard. [CHAR-LIMIT=30]">
1265 Copy image URL 1262 Copy image URL
1266 </message> 1263 </message>
1267 <message name="IDS_CONTEXTMENU_SAVE_VIDEO" desc="Context sensitive menu it em for saving the selected video. [CHAR-LIMIT=30]"> 1264 <message name="IDS_CONTEXTMENU_SAVE_VIDEO" desc="Context sensitive menu it em for saving the selected video. [CHAR-LIMIT=30]">
1268 Save video 1265 Save video
1269 </message> 1266 </message>
1270 1267
(...skipping 1022 matching lines...) Expand 10 before | Expand all | Expand 10 after
2293 2290
2294 <!-- Physical Web strings --> 2291 <!-- Physical Web strings -->
2295 <message name="IDS_PHYSICAL_WEB_NOTIFICATION_TITLE" desc="Description of q uantity of discovered URLs nearby."> 2292 <message name="IDS_PHYSICAL_WEB_NOTIFICATION_TITLE" desc="Description of q uantity of discovered URLs nearby.">
2296 {NUM_URLS, plural, 2293 {NUM_URLS, plural,
2297 =1 {1 URL nearby} 2294 =1 {1 URL nearby}
2298 other {# URLs nearby}} 2295 other {# URLs nearby}}
2299 </message> 2296 </message>
2300 </messages> 2297 </messages>
2301 </release> 2298 </release>
2302 </grit> 2299 </grit>
OLDNEW
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/tab/Tab.java ('k') | chrome/browser/android/tab_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698