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

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

Issue 2619493006: [Android] Chagne items shown in context menu for tel link (Closed)
Patch Set: 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 1421 matching lines...) Expand 10 before | Expand all | Expand 10 after
1432 <!-- ContextMenu --> 1432 <!-- ContextMenu -->
1433 <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]"> 1433 <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]">
1434 Open in other window 1434 Open in other window
1435 </message> 1435 </message>
1436 <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]"> 1436 <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]">
1437 Open in new tab 1437 Open in new tab
1438 </message> 1438 </message>
1439 <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]" > 1439 <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]" >
1440 Open in incognito tab 1440 Open in incognito tab
1441 </message> 1441 </message>
1442 <message name="IDS_CONTEXTMENU_COPY_EMAIL_ADDRESS" desc="Context sensitive menu item for copying email address. [CHAR-LIMIT=30]"> 1442 <message name="IDS_CONTEXTMENU_CALL" desc="Context sensitive menu for call ing phone number. [CHAR-LIMIT=30]">
1443 Call
1444 </message>
1445 <message name="IDS_CONTEXTMENU_COPY" desc="Context sensitive menu item for copying email address/phone number. [CHAR-LIMIT=30]">
1443 Copy 1446 Copy
1444 </message> 1447 </message>
1445 <message name="IDS_CONTEXTMENU_SEND_MESSAGE" desc="Context sensitive menu item for sending an email message. [CHAR-LIMIT=30]"> 1448 <message name="IDS_CONTEXTMENU_SEND_MESSAGE" desc="Context sensitive menu item for sending an email message. [CHAR-LIMIT=30]">
1446 Send message 1449 Send message
1447 </message> 1450 </message>
1448 <message name="IDS_CONTEXTMENU_ADD_TO_CONTACTS" desc="Context sensitive me nu item for adding an email address to contacts. [CHAR-LIMIT=30]"> 1451 <message name="IDS_CONTEXTMENU_ADD_TO_CONTACTS" desc="Context sensitive me nu item for adding an email address to contacts. [CHAR-LIMIT=30]">
1449 Add to contacts 1452 Add to contacts
1450 </message> 1453 </message>
1451 <message name="IDS_CONTEXTMENU_COPY_LINK_ADDRESS" desc="Context sensitive menu item for copying the selected link URL / address. [CHAR-LIMIT=30]"> 1454 <message name="IDS_CONTEXTMENU_COPY_LINK_ADDRESS" desc="Context sensitive menu item for copying the selected link URL / address. [CHAR-LIMIT=30]">
1452 Copy link address 1455 Copy link address
(...skipping 1426 matching lines...) Expand 10 before | Expand all | Expand 10 after
2879 </message> 2882 </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."> 2883 <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 2884 Google Chrome feature shortcuts
2882 </message> 2885 </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."> 2886 <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 2887 Webpage shortcuts
2885 </message> 2888 </message>
2886 </messages> 2889 </messages>
2887 </release> 2890 </release>
2888 </grit> 2891 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698