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

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

Issue 2605283002: [Android] Change items shown in context meanu for mailto link (Closed)
Patch Set: Update label for send email action to clearly state send email instead of send message. Created 3 years, 11 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 1431 matching lines...) Expand 10 before | Expand all | Expand 10 after
1442 <message name="IDS_CONTEXTMENU_OPEN_IN_OTHER_WINDOW" desc="Context sensiti ve menu item to open the selected link in the other window. [CHAR-LIMIT=30]"> 1442 <message name="IDS_CONTEXTMENU_OPEN_IN_OTHER_WINDOW" desc="Context sensiti ve menu item to open the selected link in the other window. [CHAR-LIMIT=30]">
1443 Open in other window 1443 Open in other window
1444 </message> 1444 </message>
1445 <message name="IDS_CONTEXTMENU_OPEN_IN_NEW_TAB" desc="Context sensitive me nu item to open the selected link in a new tab. [CHAR-LIMIT=30]"> 1445 <message name="IDS_CONTEXTMENU_OPEN_IN_NEW_TAB" desc="Context sensitive me nu item to open the selected link in a new tab. [CHAR-LIMIT=30]">
1446 Open in new tab 1446 Open in new tab
1447 </message> 1447 </message>
1448 <message name="IDS_CONTEXTMENU_OPEN_IN_INCOGNITO_TAB" desc="Context sensit ive menu item to open the selected link in a new incognito tab. [CHAR-LIMIT=30]" > 1448 <message name="IDS_CONTEXTMENU_OPEN_IN_INCOGNITO_TAB" desc="Context sensit ive menu item to open the selected link in a new incognito tab. [CHAR-LIMIT=30]" >
1449 Open in incognito tab 1449 Open in incognito tab
1450 </message> 1450 </message>
1451 <message name="IDS_CONTEXTMENU_COPY_EMAIL_ADDRESS" desc="Context sensitive menu item for copying email address. [CHAR-LIMIT=30]"> 1451 <message name="IDS_CONTEXTMENU_COPY_EMAIL_ADDRESS" desc="Context sensitive menu item for copying email address. [CHAR-LIMIT=30]">
1452 Copy email address 1452 Copy
1453 </message>
1454 <message name="IDS_CONTEXTMENU_SEND_MESSAGE" desc="Context sensitive menu item for sending an email message. [CHAR-LIMIT=30]">
1455 Send message
1456 </message>
1457 <message name="IDS_CONTEXTMENU_ADD_TO_CONTACTS" desc="Context sensitive me nu item for adding an email address to contacts. [CHAR-LIMIT=30]">
1458 Add to contacts
1453 </message> 1459 </message>
1454 <message name="IDS_CONTEXTMENU_COPY_LINK_ADDRESS" desc="Context sensitive menu item for copying the selected link URL / address. [CHAR-LIMIT=30]"> 1460 <message name="IDS_CONTEXTMENU_COPY_LINK_ADDRESS" desc="Context sensitive menu item for copying the selected link URL / address. [CHAR-LIMIT=30]">
1455 Copy link address 1461 Copy link address
1456 </message> 1462 </message>
1457 <message name="IDS_CONTEXTMENU_COPY_LINK_TEXT" desc="Context sensitive men u item for copying the selected link's text. [CHAR-LIMIT=30]"> 1463 <message name="IDS_CONTEXTMENU_COPY_LINK_TEXT" desc="Context sensitive men u item for copying the selected link's text. [CHAR-LIMIT=30]">
1458 Copy link text 1464 Copy link text
1459 </message> 1465 </message>
1460 <message name="IDS_CONTEXTMENU_SAVE_LINK" desc="Context sensitive menu ite m for saving the target of a link [CHAR-LIMIT=30]"> 1466 <message name="IDS_CONTEXTMENU_SAVE_LINK" desc="Context sensitive menu ite m for saving the target of a link [CHAR-LIMIT=30]">
1461 Download link 1467 Download link
1462 </message> 1468 </message>
(...skipping 1416 matching lines...) Expand 10 before | Expand all | Expand 10 after
2879 </message> 2885 </message>
2880 <message name="IDS_KEYBOARD_SHORTCUT_CHROME_FEATURE_GROUP_HEADER" desc="A text label that appears above a list of shortcuts that are related to the Chrome app features. This group is part of several groups of keyboard shortcuts all sh own in a dialog."> 2886 <message name="IDS_KEYBOARD_SHORTCUT_CHROME_FEATURE_GROUP_HEADER" desc="A text label that appears above a list of shortcuts that are related to the Chrome app features. This group is part of several groups of keyboard shortcuts all sh own in a dialog.">
2881 Google Chrome feature shortcuts 2887 Google Chrome feature shortcuts
2882 </message> 2888 </message>
2883 <message name="IDS_KEYBOARD_SHORTCUT_WEBPAGE_GROUP_HEADER" desc="A text la bel that appears above a list of shortcuts that are related to manipulation of t he current tab window. This group is part of several groups of keyboard shortcut s all shown in a dialog."> 2889 <message name="IDS_KEYBOARD_SHORTCUT_WEBPAGE_GROUP_HEADER" desc="A text la bel that appears above a list of shortcuts that are related to manipulation of t he current tab window. This group is part of several groups of keyboard shortcut s all shown in a dialog.">
2884 Webpage shortcuts 2890 Webpage shortcuts
2885 </message> 2891 </message>
2886 </messages> 2892 </messages>
2887 </release> 2893 </release>
2888 </grit> 2894 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698