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

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

Issue 398803002: Context menu for image is not having any option to copy image URL. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Modified as per review comments. Created 6 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
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/contextmenu/ChromeContextMenuPopulator.java ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <grit current_release="1" latest_public_release="0"> 2 <grit current_release="1" latest_public_release="0">
3 <outputs> 3 <outputs>
4 <output filename="values-am/android_chrome_strings.xml" lang="am" type="andr oid" /> 4 <output filename="values-am/android_chrome_strings.xml" lang="am" type="andr oid" />
5 <output filename="values-ar/android_chrome_strings.xml" lang="ar" type="andr oid" /> 5 <output filename="values-ar/android_chrome_strings.xml" lang="ar" type="andr oid" />
6 <output filename="values-bg/android_chrome_strings.xml" lang="bg" type="andr oid" /> 6 <output filename="values-bg/android_chrome_strings.xml" lang="bg" type="andr oid" />
7 <output filename="values-ca/android_chrome_strings.xml" lang="ca" type="andr oid" /> 7 <output filename="values-ca/android_chrome_strings.xml" lang="ca" type="andr oid" />
8 <output filename="values-cs/android_chrome_strings.xml" lang="cs" type="andr oid" /> 8 <output filename="values-cs/android_chrome_strings.xml" lang="cs" type="andr oid" />
9 <output filename="values-da/android_chrome_strings.xml" lang="da" type="andr oid" /> 9 <output filename="values-da/android_chrome_strings.xml" lang="da" type="andr oid" />
10 <output filename="values-de/android_chrome_strings.xml" lang="de" type="andr oid" /> 10 <output filename="values-de/android_chrome_strings.xml" lang="de" type="andr oid" />
(...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 </message> 295 </message>
296 <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]"> 296 <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]">
297 Open original image in new tab 297 Open original image in new tab
298 </message> 298 </message>
299 <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]"> 299 <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]">
300 Search <ph name="SEARCH_ENGINE">%1$s<ex>Google</ex></ph> for this image 300 Search <ph name="SEARCH_ENGINE">%1$s<ex>Google</ex></ph> for this image
301 </message> 301 </message>
302 <message name="IDS_CONTEXTMENU_COPY_IMAGE" desc="Context sensitive menu it em for copying an image to the clipboard. [CHAR-LIMIT=30]"> 302 <message name="IDS_CONTEXTMENU_COPY_IMAGE" desc="Context sensitive menu it em for copying an image to the clipboard. [CHAR-LIMIT=30]">
303 Copy image 303 Copy image
304 </message> 304 </message>
305 <message name="IDS_CONTEXTMENU_COPY_IMAGE_URL" desc="Context sensitive men u item for copying an image url to the clipboard. [CHAR-LIMIT=30]">
306 Copy image URL
307 </message>
305 <message name="IDS_CONTEXTMENU_SAVE_VIDEO" desc="Context sensitive menu it em for saving the selected video. [CHAR-LIMIT=30]"> 308 <message name="IDS_CONTEXTMENU_SAVE_VIDEO" desc="Context sensitive menu it em for saving the selected video. [CHAR-LIMIT=30]">
306 Save video 309 Save video
307 </message> 310 </message>
308 311
309 <!-- Http authentication --> 312 <!-- Http authentication -->
310 <message name="IDS_ACCESSIBILITY_HTTP_AUTH_USERNAME_INPUT" desc="Content d escription for the http authentication pop-up username input field."> 313 <message name="IDS_ACCESSIBILITY_HTTP_AUTH_USERNAME_INPUT" desc="Content d escription for the http authentication pop-up username input field.">
311 Username 314 Username
312 </message> 315 </message>
313 <message name="IDS_ACCESSIBILITY_HTTP_AUTH_PASSWORD_INPUT" desc="Content d escription for the http authentication pop-up password input field."> 316 <message name="IDS_ACCESSIBILITY_HTTP_AUTH_PASSWORD_INPUT" desc="Content d escription for the http authentication pop-up password input field.">
314 Password 317 Password
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
356 <message name="IDS_UPDATE_FROM_MARKET" desc="Title of button that will dir ect the user to update TalkBack from the market (Play Store)"> 359 <message name="IDS_UPDATE_FROM_MARKET" desc="Title of button that will dir ect the user to update TalkBack from the market (Play Store)">
357 Update 360 Update
358 </message> 361 </message>
359 <message name="IDS_CANCEL_TALKBACK_ALERT" desc="Title of button that will cancel the TalkBack alert dialog dialog."> 362 <message name="IDS_CANCEL_TALKBACK_ALERT" desc="Title of button that will cancel the TalkBack alert dialog dialog.">
360 Cancel 363 Cancel
361 </message> 364 </message>
362 365
363 </messages> 366 </messages>
364 </release> 367 </release>
365 </grit> 368 </grit>
OLDNEW
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/contextmenu/ChromeContextMenuPopulator.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698