1 <?xml version="1.0" encoding="utf-8"?> 2 <!-- 3 /* 4 * Copyright (C) 2011 Google Inc. 5 * Licensed to The Android Open Source Project. 6 * 7 * Licensed under the Apache License, Version 2.0 (the "License"); 8 * you may not use this file except in compliance with the License. 9 * You may obtain a copy of the License at 10 * 11 * http://www.apache.org/licenses/LICENSE-2.0 12 * 13 * Unless required by applicable law or agreed to in writing, software 14 * distributed under the License is distributed on an "AS IS" BASIS, 15 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 16 * See the License for the specific language governing permissions and 17 * limitations under the License. 18 */ 19 --> 20 21 <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> 22 <!-- Title of dialog for choosing which activity to share a link with. [CHAR LIMIT=50]--> 23 <string name="choosertitle_sharevia">Share via</string> 24 25 <!-- Menu item to open a link [CHAR LIMIT=50]--> 26 <string name="contextmenu_openlink">Open in Browser</string> 27 <!-- Menu item to copy the selection [CHAR LIMIT=50]--> 28 <string name="contextmenu_copy">Copy</string> 29 <!-- Menu item to copy a link [CHAR LIMIT=50]--> 30 <string name="contextmenu_copylink">Copy link URL</string> 31 <!-- Menu item to dial a number [CHAR LIMIT=50]--> 32 <string name="contextmenu_dial_dot">Dial\u2026</string> 33 <!-- Menu item to send an SMS [CHAR LIMIT=50]--> 34 <string name="contextmenu_sms_dot">SMS\u2026</string> 35 <!-- Menu item to add a contact [CHAR LIMIT=50]--> 36 <string name="contextmenu_add_contact">Add contact</string> 37 <!-- Menu item to send an email [CHAR LIMIT=50] --> 38 <string name="contextmenu_send_mail">Send email</string> 39 <!-- Menu item to show a map [CHAR LIMIT=50]--> 40 <string name="contextmenu_map">Map</string> 41 <!-- Menu item to share link [CHAR LIMIT=50]--> 42 <string name="contextmenu_sharelink">Share link</string> 43 44 <!-- Menu item that displays the help page for Gmail. [CHAR LIMIT=50]--> 45 <string name="contextmenu_help">Help</string> 46 47 <!-- Solicit feedback string in about screen [CHAR LIMIT=50]--> 48 <string name="contextmenu_feedback">Send feedback</string> 49 </resources>