summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMindy Pereira <mindyp@google.com>2011-12-13 10:41:19 -0800
committerMindy Pereira <mindyp@google.com>2011-12-13 10:43:52 -0800
commit43d62dc1a54feca8ac55d10d40dfad028c6f1fff (patch)
tree3910091e152a93d5b0181994c358cdfee20e7021
parent1a73ea8bc1b08ff4e7baac515ed54a15de13ffe2 (diff)
downloadandroid_packages_apps_UnifiedEmail-43d62dc1a54feca8ac55d10d40dfad028c6f1fff.tar.gz
android_packages_apps_UnifiedEmail-43d62dc1a54feca8ac55d10d40dfad028c6f1fff.tar.bz2
android_packages_apps_UnifiedEmail-43d62dc1a54feca8ac55d10d40dfad028c6f1fff.zip
Use internal mail common resources. Combine string res.
Change-Id: Idb1c6a3e6835f5d6b75018b324604e5acb8ceaf4
-rw-r--r--Android.mk3
-rw-r--r--res/layout/attachment.xml10
-rw-r--r--res/values-af/webview_context_menu_strings.xml35
-rw-r--r--res/values-am/webview_context_menu_strings.xml35
-rw-r--r--res/values-ar/webview_context_menu_strings.xml35
-rw-r--r--res/values-be/webview_context_menu_strings.xml35
-rw-r--r--res/values-bg/webview_context_menu_strings.xml35
-rw-r--r--res/values-ca/webview_context_menu_strings.xml35
-rw-r--r--res/values-cs/webview_context_menu_strings.xml35
-rw-r--r--res/values-da/webview_context_menu_strings.xml35
-rw-r--r--res/values-de/webview_context_menu_strings.xml35
-rw-r--r--res/values-el/webview_context_menu_strings.xml35
-rw-r--r--res/values-en-rGB/webview_context_menu_strings.xml35
-rw-r--r--res/values-es-rUS/webview_context_menu_strings.xml35
-rw-r--r--res/values-es/webview_context_menu_strings.xml35
-rw-r--r--res/values-et/webview_context_menu_strings.xml35
-rw-r--r--res/values-fa/webview_context_menu_strings.xml35
-rw-r--r--res/values-fi/webview_context_menu_strings.xml35
-rw-r--r--res/values-fr/webview_context_menu_strings.xml35
-rw-r--r--res/values-hi/webview_context_menu_strings.xml35
-rw-r--r--res/values-hr/webview_context_menu_strings.xml35
-rw-r--r--res/values-hu/webview_context_menu_strings.xml35
-rw-r--r--res/values-in/webview_context_menu_strings.xml35
-rw-r--r--res/values-it/webview_context_menu_strings.xml35
-rw-r--r--res/values-iw/webview_context_menu_strings.xml35
-rw-r--r--res/values-ja/webview_context_menu_strings.xml35
-rw-r--r--res/values-ko/webview_context_menu_strings.xml35
-rw-r--r--res/values-lt/webview_context_menu_strings.xml35
-rw-r--r--res/values-lv/webview_context_menu_strings.xml35
-rw-r--r--res/values-ms/webview_context_menu_strings.xml35
-rw-r--r--res/values-nb/webview_context_menu_strings.xml35
-rw-r--r--res/values-nl/webview_context_menu_strings.xml35
-rw-r--r--res/values-pl/webview_context_menu_strings.xml35
-rw-r--r--res/values-pt-rPT/webview_context_menu_strings.xml35
-rw-r--r--res/values-pt/webview_context_menu_strings.xml35
-rw-r--r--res/values-ro/webview_context_menu_strings.xml35
-rw-r--r--res/values-ru/webview_context_menu_strings.xml35
-rw-r--r--res/values-sk/webview_context_menu_strings.xml35
-rw-r--r--res/values-sl/webview_context_menu_strings.xml35
-rw-r--r--res/values-sr/webview_context_menu_strings.xml35
-rw-r--r--res/values-sv/webview_context_menu_strings.xml35
-rw-r--r--res/values-sw/webview_context_menu_strings.xml35
-rw-r--r--res/values-th/webview_context_menu_strings.xml35
-rw-r--r--res/values-tl/webview_context_menu_strings.xml35
-rw-r--r--res/values-tr/webview_context_menu_strings.xml35
-rw-r--r--res/values-uk/webview_context_menu_strings.xml35
-rw-r--r--res/values-vi/webview_context_menu_strings.xml35
-rw-r--r--res/values-zh-rCN/webview_context_menu_strings.xml35
-rw-r--r--res/values-zh-rTW/webview_context_menu_strings.xml35
-rw-r--r--res/values-zu/webview_context_menu_strings.xml35
-rw-r--r--res/values/strings.xml29
-rw-r--r--res/values/styles.xml4
-rw-r--r--res/values/webview_context_menu_strings.xml48
53 files changed, 37 insertions, 1737 deletions
diff --git a/Android.mk b/Android.mk
index 9e15e82aa..02b0ab919 100644
--- a/Android.mk
+++ b/Android.mk
@@ -2,8 +2,7 @@ LOCAL_PATH:= $(call my-dir)
# Include res dir from chips
chips_dir := ../../../frameworks/ex/chips/res
-mail_common_dir := ../../../frameworks/opt/mailcommon/res
-res_dirs := $(chips_dir) $(mail_common_dir) res
+res_dirs := $(chips_dir) res
# Remove symlinks created by a previous Gmail ADT build
diff --git a/res/layout/attachment.xml b/res/layout/attachment.xml
index e15c4201e..3a2f70292 100644
--- a/res/layout/attachment.xml
+++ b/res/layout/attachment.xml
@@ -14,7 +14,7 @@
limitations under the License.
-->
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- style="@style/attachment_container">
+ style="@style/AttachmentContainer">
<FrameLayout
android:id="@+id/thumbnail"
@@ -25,11 +25,11 @@
<ImageView
android:src="@drawable/ic_attachment_holo_light"
- style="@style/attachment_thumbnail"/>
+ style="@style/AttachmentThumbnail"/>
<!-- Attachment preview -->
<ImageView android:id="@+id/attachment_thumbnail"
- style="@style/attachment_thumbnail"/>
+ style="@style/AttachmentThumbnail"/>
</FrameLayout>
@@ -42,10 +42,10 @@
android:layout_toRightOf="@+id/thumbnail">
<TextView android:id="@+id/attachment_name"
- style="@style/attachment_name" />
+ style="@style/AttachmentName" />
<TextView android:id="@+id/attachment_size"
- style="@style/attachment_size" />
+ style="@style/AttachmentSize" />
</LinearLayout>
diff --git a/res/values-af/webview_context_menu_strings.xml b/res/values-af/webview_context_menu_strings.xml
deleted file mode 100644
index fe1780bac..000000000
--- a/res/values-af/webview_context_menu_strings.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-/*
- * Copyright (C) 2011 Google Inc.
- * Licensed to The Android Open Source Project.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
- -->
-
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="choosertitle_sharevia" msgid="8695355711548636633">"Deel met"</string>
- <string name="contextmenu_openlink" msgid="9094161900484295513">"Maak oop in blaaier"</string>
- <string name="contextmenu_copy" msgid="4258345137871253670">"Kopieer"</string>
- <string name="contextmenu_copylink" msgid="7835182758054080051">"Kopieer skakel-URL"</string>
- <string name="contextmenu_dial_dot" msgid="1698333388313807445">"Skakel…"</string>
- <string name="contextmenu_sms_dot" msgid="8870563605004576194">"SMS…"</string>
- <string name="contextmenu_add_contact" msgid="2720492380383163909">"Voeg kontak by"</string>
- <string name="contextmenu_send_mail" msgid="1599521001277247614">"Stuur e-pos"</string>
- <string name="contextmenu_map" msgid="827724648429662327">"Kaart"</string>
- <string name="contextmenu_sharelink" msgid="3043834627204106149">"Deel skakel"</string>
- <string name="contextmenu_help" msgid="3599842914619249472">"Hulp"</string>
- <string name="contextmenu_feedback" msgid="1118327808484223675">"Stuur terugvoer"</string>
-</resources>
diff --git a/res/values-am/webview_context_menu_strings.xml b/res/values-am/webview_context_menu_strings.xml
deleted file mode 100644
index d364f4392..000000000
--- a/res/values-am/webview_context_menu_strings.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-/*
- * Copyright (C) 2011 Google Inc.
- * Licensed to The Android Open Source Project.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
- -->
-
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="choosertitle_sharevia" msgid="8695355711548636633">"አጋራ በኩል"</string>
- <string name="contextmenu_openlink" msgid="9094161900484295513">"በአሳሽ ውስጥ ክፈት"</string>
- <string name="contextmenu_copy" msgid="4258345137871253670">"ቅጂ"</string>
- <string name="contextmenu_copylink" msgid="7835182758054080051">"URL አገናኝ ቅዳ"</string>
- <string name="contextmenu_dial_dot" msgid="1698333388313807445">"ደውል…"</string>
- <string name="contextmenu_sms_dot" msgid="8870563605004576194">"ኤስኤምኤስ"</string>
- <string name="contextmenu_add_contact" msgid="2720492380383163909">"ዕውቅያ አክል"</string>
- <string name="contextmenu_send_mail" msgid="1599521001277247614">"ኢሜይል ላክ"</string>
- <string name="contextmenu_map" msgid="827724648429662327">"ካርታ"</string>
- <string name="contextmenu_sharelink" msgid="3043834627204106149">"አገናኝ አጋራ"</string>
- <string name="contextmenu_help" msgid="3599842914619249472">"እገዛ"</string>
- <string name="contextmenu_feedback" msgid="1118327808484223675">"ግብረ ምላሽ ላክ"</string>
-</resources>
diff --git a/res/values-ar/webview_context_menu_strings.xml b/res/values-ar/webview_context_menu_strings.xml
deleted file mode 100644
index 9113af948..000000000
--- a/res/values-ar/webview_context_menu_strings.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-/*
- * Copyright (C) 2011 Google Inc.
- * Licensed to The Android Open Source Project.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
- -->
-
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="choosertitle_sharevia" msgid="8695355711548636633">"مشاركة عبر"</string>
- <string name="contextmenu_openlink" msgid="9094161900484295513">"فتح في المتصفح"</string>
- <string name="contextmenu_copy" msgid="4258345137871253670">"نسخ"</string>
- <string name="contextmenu_copylink" msgid="7835182758054080051">"نسخ رابط عنوان URL"</string>
- <string name="contextmenu_dial_dot" msgid="1698333388313807445">"طلب..."</string>
- <string name="contextmenu_sms_dot" msgid="8870563605004576194">"رسائل قصيرة SMS…"</string>
- <string name="contextmenu_add_contact" msgid="2720492380383163909">"إضافة جهة اتصال"</string>
- <string name="contextmenu_send_mail" msgid="1599521001277247614">"إرسال رسالة إلكترونية"</string>
- <string name="contextmenu_map" msgid="827724648429662327">"خريطة"</string>
- <string name="contextmenu_sharelink" msgid="3043834627204106149">"مشاركة الرابط"</string>
- <string name="contextmenu_help" msgid="3599842914619249472">"مساعدة"</string>
- <string name="contextmenu_feedback" msgid="1118327808484223675">"إرسال تعليقات"</string>
-</resources>
diff --git a/res/values-be/webview_context_menu_strings.xml b/res/values-be/webview_context_menu_strings.xml
deleted file mode 100644
index 4fe368d61..000000000
--- a/res/values-be/webview_context_menu_strings.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-/*
- * Copyright (C) 2011 Google Inc.
- * Licensed to The Android Open Source Project.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
- -->
-
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="choosertitle_sharevia" msgid="8695355711548636633">"Апублікаваць з дапамогай"</string>
- <string name="contextmenu_openlink" msgid="9094161900484295513">"Адкрыць у браўзэры"</string>
- <string name="contextmenu_copy" msgid="4258345137871253670">"Капіяваць"</string>
- <string name="contextmenu_copylink" msgid="7835182758054080051">"Скапіяваць URL спасылкi"</string>
- <string name="contextmenu_dial_dot" msgid="1698333388313807445">"Набраць..."</string>
- <string name="contextmenu_sms_dot" msgid="8870563605004576194">"Адправiць SMS..."</string>
- <string name="contextmenu_add_contact" msgid="2720492380383163909">"Дадаць кантакт"</string>
- <string name="contextmenu_send_mail" msgid="1599521001277247614">"Адправiць паведамленне электроннай пошты"</string>
- <string name="contextmenu_map" msgid="827724648429662327">"Карта"</string>
- <string name="contextmenu_sharelink" msgid="3043834627204106149">"Падзяліцца спасылкай"</string>
- <string name="contextmenu_help" msgid="3599842914619249472">"Даведка"</string>
- <string name="contextmenu_feedback" msgid="1118327808484223675">"Адправiць водгук"</string>
-</resources>
diff --git a/res/values-bg/webview_context_menu_strings.xml b/res/values-bg/webview_context_menu_strings.xml
deleted file mode 100644
index ee4ed2d34..000000000
--- a/res/values-bg/webview_context_menu_strings.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-/*
- * Copyright (C) 2011 Google Inc.
- * Licensed to The Android Open Source Project.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
- -->
-
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="choosertitle_sharevia" msgid="8695355711548636633">"Споделяне чрез"</string>
- <string name="contextmenu_openlink" msgid="9094161900484295513">"Отваряне в браузъра"</string>
- <string name="contextmenu_copy" msgid="4258345137871253670">"Копиране"</string>
- <string name="contextmenu_copylink" msgid="7835182758054080051">"Копиране на URL адреса на връзката"</string>
- <string name="contextmenu_dial_dot" msgid="1698333388313807445">"Набиране..."</string>
- <string name="contextmenu_sms_dot" msgid="8870563605004576194">"SMS…"</string>
- <string name="contextmenu_add_contact" msgid="2720492380383163909">"Добавяне на контакт"</string>
- <string name="contextmenu_send_mail" msgid="1599521001277247614">"Изпращане на имейл"</string>
- <string name="contextmenu_map" msgid="827724648429662327">"Карта"</string>
- <string name="contextmenu_sharelink" msgid="3043834627204106149">"Споделяне на връзката"</string>
- <string name="contextmenu_help" msgid="3599842914619249472">"Помощ"</string>
- <string name="contextmenu_feedback" msgid="1118327808484223675">"Изпращане на отзиви"</string>
-</resources>
diff --git a/res/values-ca/webview_context_menu_strings.xml b/res/values-ca/webview_context_menu_strings.xml
deleted file mode 100644
index efc67be7d..000000000
--- a/res/values-ca/webview_context_menu_strings.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-/*
- * Copyright (C) 2011 Google Inc.
- * Licensed to The Android Open Source Project.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
- -->
-
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="choosertitle_sharevia" msgid="8695355711548636633">"Compartició mitjançant"</string>
- <string name="contextmenu_openlink" msgid="9094161900484295513">"Obre al navegador"</string>
- <string name="contextmenu_copy" msgid="4258345137871253670">"Copia"</string>
- <string name="contextmenu_copylink" msgid="7835182758054080051">"Copia l\'URL de l\'enllaç"</string>
- <string name="contextmenu_dial_dot" msgid="1698333388313807445">"Marca..."</string>
- <string name="contextmenu_sms_dot" msgid="8870563605004576194">"SMS…"</string>
- <string name="contextmenu_add_contact" msgid="2720492380383163909">"Afegeix un contacte"</string>
- <string name="contextmenu_send_mail" msgid="1599521001277247614">"Envia un correu electrònic"</string>
- <string name="contextmenu_map" msgid="827724648429662327">"Mapa"</string>
- <string name="contextmenu_sharelink" msgid="3043834627204106149">"Comparteix l\'enllaç"</string>
- <string name="contextmenu_help" msgid="3599842914619249472">"Ajuda"</string>
- <string name="contextmenu_feedback" msgid="1118327808484223675">"Envia comentaris"</string>
-</resources>
diff --git a/res/values-cs/webview_context_menu_strings.xml b/res/values-cs/webview_context_menu_strings.xml
deleted file mode 100644
index 868f876fc..000000000
--- a/res/values-cs/webview_context_menu_strings.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-/*
- * Copyright (C) 2011 Google Inc.
- * Licensed to The Android Open Source Project.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
- -->
-
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="choosertitle_sharevia" msgid="8695355711548636633">"Sdílet pomocí"</string>
- <string name="contextmenu_openlink" msgid="9094161900484295513">"Otevřít v prohlížeči"</string>
- <string name="contextmenu_copy" msgid="4258345137871253670">"Kopírovat"</string>
- <string name="contextmenu_copylink" msgid="7835182758054080051">"Kopírovat adresu URL odkazu"</string>
- <string name="contextmenu_dial_dot" msgid="1698333388313807445">"Vytočit..."</string>
- <string name="contextmenu_sms_dot" msgid="8870563605004576194">"SMS..."</string>
- <string name="contextmenu_add_contact" msgid="2720492380383163909">"Přidat kontakt"</string>
- <string name="contextmenu_send_mail" msgid="1599521001277247614">"Odeslat e-mail"</string>
- <string name="contextmenu_map" msgid="827724648429662327">"Mapa"</string>
- <string name="contextmenu_sharelink" msgid="3043834627204106149">"Sdílet odkaz"</string>
- <string name="contextmenu_help" msgid="3599842914619249472">"Nápověda"</string>
- <string name="contextmenu_feedback" msgid="1118327808484223675">"Odeslat názor"</string>
-</resources>
diff --git a/res/values-da/webview_context_menu_strings.xml b/res/values-da/webview_context_menu_strings.xml
deleted file mode 100644
index bb98b09f4..000000000
--- a/res/values-da/webview_context_menu_strings.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-/*
- * Copyright (C) 2011 Google Inc.
- * Licensed to The Android Open Source Project.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
- -->
-
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="choosertitle_sharevia" msgid="8695355711548636633">"Del via"</string>
- <string name="contextmenu_openlink" msgid="9094161900484295513">"Åbn i browser"</string>
- <string name="contextmenu_copy" msgid="4258345137871253670">"Kopier"</string>
- <string name="contextmenu_copylink" msgid="7835182758054080051">"Kopier linkets webadresse"</string>
- <string name="contextmenu_dial_dot" msgid="1698333388313807445">"Ring til..."</string>
- <string name="contextmenu_sms_dot" msgid="8870563605004576194">"Sms…"</string>
- <string name="contextmenu_add_contact" msgid="2720492380383163909">"Tilføj kontaktperson"</string>
- <string name="contextmenu_send_mail" msgid="1599521001277247614">"Send e-mail"</string>
- <string name="contextmenu_map" msgid="827724648429662327">"Kort"</string>
- <string name="contextmenu_sharelink" msgid="3043834627204106149">"Del link"</string>
- <string name="contextmenu_help" msgid="3599842914619249472">"Hjælp"</string>
- <string name="contextmenu_feedback" msgid="1118327808484223675">"Send feedback"</string>
-</resources>
diff --git a/res/values-de/webview_context_menu_strings.xml b/res/values-de/webview_context_menu_strings.xml
deleted file mode 100644
index 15b500ca3..000000000
--- a/res/values-de/webview_context_menu_strings.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-/*
- * Copyright (C) 2011 Google Inc.
- * Licensed to The Android Open Source Project.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
- -->
-
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="choosertitle_sharevia" msgid="8695355711548636633">"Teilen über"</string>
- <string name="contextmenu_openlink" msgid="9094161900484295513">"In Browser öffnen"</string>
- <string name="contextmenu_copy" msgid="4258345137871253670">"Kopieren"</string>
- <string name="contextmenu_copylink" msgid="7835182758054080051">"Link-URL kopieren"</string>
- <string name="contextmenu_dial_dot" msgid="1698333388313807445">"Wählen..."</string>
- <string name="contextmenu_sms_dot" msgid="8870563605004576194">"SMS…"</string>
- <string name="contextmenu_add_contact" msgid="2720492380383163909">"Kontakt hinzufügen"</string>
- <string name="contextmenu_send_mail" msgid="1599521001277247614">"E-Mail senden"</string>
- <string name="contextmenu_map" msgid="827724648429662327">"Karte"</string>
- <string name="contextmenu_sharelink" msgid="3043834627204106149">"Link teilen"</string>
- <string name="contextmenu_help" msgid="3599842914619249472">"Hilfe"</string>
- <string name="contextmenu_feedback" msgid="1118327808484223675">"Feedback geben"</string>
-</resources>
diff --git a/res/values-el/webview_context_menu_strings.xml b/res/values-el/webview_context_menu_strings.xml
deleted file mode 100644
index 013e3d4ec..000000000
--- a/res/values-el/webview_context_menu_strings.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-/*
- * Copyright (C) 2011 Google Inc.
- * Licensed to The Android Open Source Project.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
- -->
-
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="choosertitle_sharevia" msgid="8695355711548636633">"Κοινή χρήση μέσω"</string>
- <string name="contextmenu_openlink" msgid="9094161900484295513">"Άνοιγμα σε Πρόγραμμα περιήγησης"</string>
- <string name="contextmenu_copy" msgid="4258345137871253670">"Αντιγραφή"</string>
- <string name="contextmenu_copylink" msgid="7835182758054080051">"Αντιγραφή διεύθυνσης URL συνδέσμου"</string>
- <string name="contextmenu_dial_dot" msgid="1698333388313807445">"Κλήση..."</string>
- <string name="contextmenu_sms_dot" msgid="8870563605004576194">"SMS…"</string>
- <string name="contextmenu_add_contact" msgid="2720492380383163909">"Προσθήκη επαφής"</string>
- <string name="contextmenu_send_mail" msgid="1599521001277247614">"Αποστολή μηνύματος ηλεκτρονικού ταχυδρομείου"</string>
- <string name="contextmenu_map" msgid="827724648429662327">"Χάρτης"</string>
- <string name="contextmenu_sharelink" msgid="3043834627204106149">"Κοινή χρήση συνδέσμου"</string>
- <string name="contextmenu_help" msgid="3599842914619249472">"Βοήθεια"</string>
- <string name="contextmenu_feedback" msgid="1118327808484223675">"Αποστολή σχολίων"</string>
-</resources>
diff --git a/res/values-en-rGB/webview_context_menu_strings.xml b/res/values-en-rGB/webview_context_menu_strings.xml
deleted file mode 100644
index 7147260aa..000000000
--- a/res/values-en-rGB/webview_context_menu_strings.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-/*
- * Copyright (C) 2011 Google Inc.
- * Licensed to The Android Open Source Project.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
- -->
-
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="choosertitle_sharevia" msgid="8695355711548636633">"Share via"</string>
- <string name="contextmenu_openlink" msgid="9094161900484295513">"Open in Browser"</string>
- <string name="contextmenu_copy" msgid="4258345137871253670">"Copy"</string>
- <string name="contextmenu_copylink" msgid="7835182758054080051">"Copy link URL"</string>
- <string name="contextmenu_dial_dot" msgid="1698333388313807445">"Dial…"</string>
- <string name="contextmenu_sms_dot" msgid="8870563605004576194">"SMS…"</string>
- <string name="contextmenu_add_contact" msgid="2720492380383163909">"Add contact"</string>
- <string name="contextmenu_send_mail" msgid="1599521001277247614">"Send email"</string>
- <string name="contextmenu_map" msgid="827724648429662327">"Map"</string>
- <string name="contextmenu_sharelink" msgid="3043834627204106149">"Share link"</string>
- <string name="contextmenu_help" msgid="3599842914619249472">"Help"</string>
- <string name="contextmenu_feedback" msgid="1118327808484223675">"Send feedback"</string>
-</resources>
diff --git a/res/values-es-rUS/webview_context_menu_strings.xml b/res/values-es-rUS/webview_context_menu_strings.xml
deleted file mode 100644
index 5d0592d3e..000000000
--- a/res/values-es-rUS/webview_context_menu_strings.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-/*
- * Copyright (C) 2011 Google Inc.
- * Licensed to The Android Open Source Project.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
- -->
-
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="choosertitle_sharevia" msgid="8695355711548636633">"Compartir mediante"</string>
- <string name="contextmenu_openlink" msgid="9094161900484295513">"Abrir en el navegador"</string>
- <string name="contextmenu_copy" msgid="4258345137871253670">"Copiar"</string>
- <string name="contextmenu_copylink" msgid="7835182758054080051">"Copiar URL del vínculo"</string>
- <string name="contextmenu_dial_dot" msgid="1698333388313807445">"Marcar…"</string>
- <string name="contextmenu_sms_dot" msgid="8870563605004576194">"SMS…"</string>
- <string name="contextmenu_add_contact" msgid="2720492380383163909">"Agregar contacto"</string>
- <string name="contextmenu_send_mail" msgid="1599521001277247614">"Enviar correo electrónico"</string>
- <string name="contextmenu_map" msgid="827724648429662327">"Mapa"</string>
- <string name="contextmenu_sharelink" msgid="3043834627204106149">"Compartir vínculo"</string>
- <string name="contextmenu_help" msgid="3599842914619249472">"Ayuda"</string>
- <string name="contextmenu_feedback" msgid="1118327808484223675">"Enviar comentario"</string>
-</resources>
diff --git a/res/values-es/webview_context_menu_strings.xml b/res/values-es/webview_context_menu_strings.xml
deleted file mode 100644
index 7f7e03bd1..000000000
--- a/res/values-es/webview_context_menu_strings.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-/*
- * Copyright (C) 2011 Google Inc.
- * Licensed to The Android Open Source Project.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
- -->
-
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="choosertitle_sharevia" msgid="8695355711548636633">"Compartir a través de"</string>
- <string name="contextmenu_openlink" msgid="9094161900484295513">"Abrir en el navegador"</string>
- <string name="contextmenu_copy" msgid="4258345137871253670">"Copiar"</string>
- <string name="contextmenu_copylink" msgid="7835182758054080051">"Copiar URL de enlace"</string>
- <string name="contextmenu_dial_dot" msgid="1698333388313807445">"Marcar..."</string>
- <string name="contextmenu_sms_dot" msgid="8870563605004576194">"SMS..."</string>
- <string name="contextmenu_add_contact" msgid="2720492380383163909">"Añadir contacto"</string>
- <string name="contextmenu_send_mail" msgid="1599521001277247614">"Enviar correo"</string>
- <string name="contextmenu_map" msgid="827724648429662327">"Mostrar mapa"</string>
- <string name="contextmenu_sharelink" msgid="3043834627204106149">"Compartir enlace"</string>
- <string name="contextmenu_help" msgid="3599842914619249472">"Ayuda"</string>
- <string name="contextmenu_feedback" msgid="1118327808484223675">"Enviar comentarios"</string>
-</resources>
diff --git a/res/values-et/webview_context_menu_strings.xml b/res/values-et/webview_context_menu_strings.xml
deleted file mode 100644
index 070b4e0d6..000000000
--- a/res/values-et/webview_context_menu_strings.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-/*
- * Copyright (C) 2011 Google Inc.
- * Licensed to The Android Open Source Project.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
- -->
-
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="choosertitle_sharevia" msgid="8695355711548636633">"Jagamine:"</string>
- <string name="contextmenu_openlink" msgid="9094161900484295513">"Ava brauseris"</string>
- <string name="contextmenu_copy" msgid="4258345137871253670">"Kopeeri"</string>
- <string name="contextmenu_copylink" msgid="7835182758054080051">"Kopeeri lingi URL"</string>
- <string name="contextmenu_dial_dot" msgid="1698333388313807445">"Vali ..."</string>
- <string name="contextmenu_sms_dot" msgid="8870563605004576194">"SMS ..."</string>
- <string name="contextmenu_add_contact" msgid="2720492380383163909">"Lisa kontakt"</string>
- <string name="contextmenu_send_mail" msgid="1599521001277247614">"Saada meil"</string>
- <string name="contextmenu_map" msgid="827724648429662327">"Kaart"</string>
- <string name="contextmenu_sharelink" msgid="3043834627204106149">"Jaga linki"</string>
- <string name="contextmenu_help" msgid="3599842914619249472">"Abi"</string>
- <string name="contextmenu_feedback" msgid="1118327808484223675">"Saatke tagasisidet"</string>
-</resources>
diff --git a/res/values-fa/webview_context_menu_strings.xml b/res/values-fa/webview_context_menu_strings.xml
deleted file mode 100644
index ca9c030a2..000000000
--- a/res/values-fa/webview_context_menu_strings.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-/*
- * Copyright (C) 2011 Google Inc.
- * Licensed to The Android Open Source Project.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
- -->
-
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="choosertitle_sharevia" msgid="8695355711548636633">"اشتراک‌گذاری از طریق"</string>
- <string name="contextmenu_openlink" msgid="9094161900484295513">"باز کردن در مرورگر"</string>
- <string name="contextmenu_copy" msgid="4258345137871253670">"کپی"</string>
- <string name="contextmenu_copylink" msgid="7835182758054080051">"کپی URL پیوند"</string>
- <string name="contextmenu_dial_dot" msgid="1698333388313807445">"در حال شماره‌گیری..."</string>
- <string name="contextmenu_sms_dot" msgid="8870563605004576194">"پیامک..."</string>
- <string name="contextmenu_add_contact" msgid="2720492380383163909">"افزودن مخاطب"</string>
- <string name="contextmenu_send_mail" msgid="1599521001277247614">"ارسال ایمیل"</string>
- <string name="contextmenu_map" msgid="827724648429662327">"نقشه"</string>
- <string name="contextmenu_sharelink" msgid="3043834627204106149">"اشتراک‌گذاری پیوند"</string>
- <string name="contextmenu_help" msgid="3599842914619249472">"راهنما"</string>
- <string name="contextmenu_feedback" msgid="1118327808484223675">"ارسال بازخورد"</string>
-</resources>
diff --git a/res/values-fi/webview_context_menu_strings.xml b/res/values-fi/webview_context_menu_strings.xml
deleted file mode 100644
index b473b91f1..000000000
--- a/res/values-fi/webview_context_menu_strings.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-/*
- * Copyright (C) 2011 Google Inc.
- * Licensed to The Android Open Source Project.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
- -->
-
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="choosertitle_sharevia" msgid="8695355711548636633">"Jaa sovelluksessa"</string>
- <string name="contextmenu_openlink" msgid="9094161900484295513">"Avaa selaimessa"</string>
- <string name="contextmenu_copy" msgid="4258345137871253670">"Kopioi"</string>
- <string name="contextmenu_copylink" msgid="7835182758054080051">"Kopioi linkin URL-osoite"</string>
- <string name="contextmenu_dial_dot" msgid="1698333388313807445">"Soita..."</string>
- <string name="contextmenu_sms_dot" msgid="8870563605004576194">"Tekstiviesti..."</string>
- <string name="contextmenu_add_contact" msgid="2720492380383163909">"Lisää yhteystieto"</string>
- <string name="contextmenu_send_mail" msgid="1599521001277247614">"Lähetä sähköpostia"</string>
- <string name="contextmenu_map" msgid="827724648429662327">"Kartta"</string>
- <string name="contextmenu_sharelink" msgid="3043834627204106149">"Jaa linkki"</string>
- <string name="contextmenu_help" msgid="3599842914619249472">"Ohje"</string>
- <string name="contextmenu_feedback" msgid="1118327808484223675">"Lähetä palautetta"</string>
-</resources>
diff --git a/res/values-fr/webview_context_menu_strings.xml b/res/values-fr/webview_context_menu_strings.xml
deleted file mode 100644
index 92d624386..000000000
--- a/res/values-fr/webview_context_menu_strings.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-/*
- * Copyright (C) 2011 Google Inc.
- * Licensed to The Android Open Source Project.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
- -->
-
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="choosertitle_sharevia" msgid="8695355711548636633">"Partager via"</string>
- <string name="contextmenu_openlink" msgid="9094161900484295513">"Ouvrir dans le navigateur"</string>
- <string name="contextmenu_copy" msgid="4258345137871253670">"Copier"</string>
- <string name="contextmenu_copylink" msgid="7835182758054080051">"Copier l\'URL du lien"</string>
- <string name="contextmenu_dial_dot" msgid="1698333388313807445">"Composer…"</string>
- <string name="contextmenu_sms_dot" msgid="8870563605004576194">"SMS…"</string>
- <string name="contextmenu_add_contact" msgid="2720492380383163909">"Ajouter un contact"</string>
- <string name="contextmenu_send_mail" msgid="1599521001277247614">"Envoyer un e-mail"</string>
- <string name="contextmenu_map" msgid="827724648429662327">"Carte"</string>
- <string name="contextmenu_sharelink" msgid="3043834627204106149">"Partager le lien"</string>
- <string name="contextmenu_help" msgid="3599842914619249472">"Aide"</string>
- <string name="contextmenu_feedback" msgid="1118327808484223675">"Envoyer des commentaires"</string>
-</resources>
diff --git a/res/values-hi/webview_context_menu_strings.xml b/res/values-hi/webview_context_menu_strings.xml
deleted file mode 100644
index 17e571cfe..000000000
--- a/res/values-hi/webview_context_menu_strings.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-/*
- * Copyright (C) 2011 Google Inc.
- * Licensed to The Android Open Source Project.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
- -->
-
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="choosertitle_sharevia" msgid="8695355711548636633">"इसके द्वारा साझा करें:"</string>
- <string name="contextmenu_openlink" msgid="9094161900484295513">"ब्राउज़र में खोलें"</string>
- <string name="contextmenu_copy" msgid="4258345137871253670">"प्रतिलिपि बनाएं"</string>
- <string name="contextmenu_copylink" msgid="7835182758054080051">"लिंक URL की प्रतिलिपि बनाएं"</string>
- <string name="contextmenu_dial_dot" msgid="1698333388313807445">"डायल करें…"</string>
- <string name="contextmenu_sms_dot" msgid="8870563605004576194">"SMS…"</string>
- <string name="contextmenu_add_contact" msgid="2720492380383163909">"संपर्क जोड़ें"</string>
- <string name="contextmenu_send_mail" msgid="1599521001277247614">"ईमेल भेजें"</string>
- <string name="contextmenu_map" msgid="827724648429662327">"मानचित्र"</string>
- <string name="contextmenu_sharelink" msgid="3043834627204106149">"लिंक साझा करें"</string>
- <string name="contextmenu_help" msgid="3599842914619249472">"सहायता"</string>
- <string name="contextmenu_feedback" msgid="1118327808484223675">"फ़ीडबैक भेजें"</string>
-</resources>
diff --git a/res/values-hr/webview_context_menu_strings.xml b/res/values-hr/webview_context_menu_strings.xml
deleted file mode 100644
index 1b7a626b8..000000000
--- a/res/values-hr/webview_context_menu_strings.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-/*
- * Copyright (C) 2011 Google Inc.
- * Licensed to The Android Open Source Project.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
- -->
-
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="choosertitle_sharevia" msgid="8695355711548636633">"Dijeli putem"</string>
- <string name="contextmenu_openlink" msgid="9094161900484295513">"Otvori u pregledniku"</string>
- <string name="contextmenu_copy" msgid="4258345137871253670">"Kopiraj"</string>
- <string name="contextmenu_copylink" msgid="7835182758054080051">"Kopiraj URL veze"</string>
- <string name="contextmenu_dial_dot" msgid="1698333388313807445">"Biranje..."</string>
- <string name="contextmenu_sms_dot" msgid="8870563605004576194">"SMS…"</string>
- <string name="contextmenu_add_contact" msgid="2720492380383163909">"Dodaj kontakt"</string>
- <string name="contextmenu_send_mail" msgid="1599521001277247614">"Pošalji e-poštu"</string>
- <string name="contextmenu_map" msgid="827724648429662327">"Karta"</string>
- <string name="contextmenu_sharelink" msgid="3043834627204106149">"Dijeli vezu"</string>
- <string name="contextmenu_help" msgid="3599842914619249472">"Pomoć"</string>
- <string name="contextmenu_feedback" msgid="1118327808484223675">"Pošalji povratne informacije"</string>
-</resources>
diff --git a/res/values-hu/webview_context_menu_strings.xml b/res/values-hu/webview_context_menu_strings.xml
deleted file mode 100644
index 0c0c857f9..000000000
--- a/res/values-hu/webview_context_menu_strings.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-/*
- * Copyright (C) 2011 Google Inc.
- * Licensed to The Android Open Source Project.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
- -->
-
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="choosertitle_sharevia" msgid="8695355711548636633">"Megosztás a következővel:"</string>
- <string name="contextmenu_openlink" msgid="9094161900484295513">"Megnyitás böngészőben"</string>
- <string name="contextmenu_copy" msgid="4258345137871253670">"Másolás"</string>
- <string name="contextmenu_copylink" msgid="7835182758054080051">"Link URL-címének másolása"</string>
- <string name="contextmenu_dial_dot" msgid="1698333388313807445">"Tárcsázás..."</string>
- <string name="contextmenu_sms_dot" msgid="8870563605004576194">"SMS…"</string>
- <string name="contextmenu_add_contact" msgid="2720492380383163909">"Névjegy hozzáadása"</string>
- <string name="contextmenu_send_mail" msgid="1599521001277247614">"E-mail küldése"</string>
- <string name="contextmenu_map" msgid="827724648429662327">"Térkép"</string>
- <string name="contextmenu_sharelink" msgid="3043834627204106149">"Link megosztása"</string>
- <string name="contextmenu_help" msgid="3599842914619249472">"Súgó"</string>
- <string name="contextmenu_feedback" msgid="1118327808484223675">"Visszajelzés küldése"</string>
-</resources>
diff --git a/res/values-in/webview_context_menu_strings.xml b/res/values-in/webview_context_menu_strings.xml
deleted file mode 100644
index 2986c4b43..000000000
--- a/res/values-in/webview_context_menu_strings.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-/*
- * Copyright (C) 2011 Google Inc.
- * Licensed to The Android Open Source Project.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
- -->
-
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="choosertitle_sharevia" msgid="8695355711548636633">"Bagikan melalui"</string>
- <string name="contextmenu_openlink" msgid="9094161900484295513">"Buka di Peramban"</string>
- <string name="contextmenu_copy" msgid="4258345137871253670">"Salin"</string>
- <string name="contextmenu_copylink" msgid="7835182758054080051">"Salin URL tautan"</string>
- <string name="contextmenu_dial_dot" msgid="1698333388313807445">"Panggil..."</string>
- <string name="contextmenu_sms_dot" msgid="8870563605004576194">"SMS..."</string>
- <string name="contextmenu_add_contact" msgid="2720492380383163909">"Tambahkan kenalan"</string>
- <string name="contextmenu_send_mail" msgid="1599521001277247614">"Kirim email"</string>
- <string name="contextmenu_map" msgid="827724648429662327">"Peta"</string>
- <string name="contextmenu_sharelink" msgid="3043834627204106149">"Bagikan tautan"</string>
- <string name="contextmenu_help" msgid="3599842914619249472">"Bantuan"</string>
- <string name="contextmenu_feedback" msgid="1118327808484223675">"Kirim umpan balik"</string>
-</resources>
diff --git a/res/values-it/webview_context_menu_strings.xml b/res/values-it/webview_context_menu_strings.xml
deleted file mode 100644
index 701ac7879..000000000
--- a/res/values-it/webview_context_menu_strings.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-/*
- * Copyright (C) 2011 Google Inc.
- * Licensed to The Android Open Source Project.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
- -->
-
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="choosertitle_sharevia" msgid="8695355711548636633">"Condividi tramite"</string>
- <string name="contextmenu_openlink" msgid="9094161900484295513">"Apri nel browser"</string>
- <string name="contextmenu_copy" msgid="4258345137871253670">"Copia"</string>
- <string name="contextmenu_copylink" msgid="7835182758054080051">"Copia URL link"</string>
- <string name="contextmenu_dial_dot" msgid="1698333388313807445">"Componi..."</string>
- <string name="contextmenu_sms_dot" msgid="8870563605004576194">"SMS..."</string>
- <string name="contextmenu_add_contact" msgid="2720492380383163909">"Aggiungi contatto"</string>
- <string name="contextmenu_send_mail" msgid="1599521001277247614">"Invia email"</string>
- <string name="contextmenu_map" msgid="827724648429662327">"Mappa"</string>
- <string name="contextmenu_sharelink" msgid="3043834627204106149">"Condividi link"</string>
- <string name="contextmenu_help" msgid="3599842914619249472">"Guida"</string>
- <string name="contextmenu_feedback" msgid="1118327808484223675">"Invia feedback"</string>
-</resources>
diff --git a/res/values-iw/webview_context_menu_strings.xml b/res/values-iw/webview_context_menu_strings.xml
deleted file mode 100644
index 7fa1dbb62..000000000
--- a/res/values-iw/webview_context_menu_strings.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-/*
- * Copyright (C) 2011 Google Inc.
- * Licensed to The Android Open Source Project.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
- -->
-
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="choosertitle_sharevia" msgid="8695355711548636633">"שתף באמצעות"</string>
- <string name="contextmenu_openlink" msgid="9094161900484295513">"פתח בדפדפן"</string>
- <string name="contextmenu_copy" msgid="4258345137871253670">"העתק"</string>
- <string name="contextmenu_copylink" msgid="7835182758054080051">"העתק כתובת אתר של קישור"</string>
- <string name="contextmenu_dial_dot" msgid="1698333388313807445">"חייג..."</string>
- <string name="contextmenu_sms_dot" msgid="8870563605004576194">"SMS…"</string>
- <string name="contextmenu_add_contact" msgid="2720492380383163909">"הוסף איש קשר"</string>
- <string name="contextmenu_send_mail" msgid="1599521001277247614">"שלח דוא\"ל"</string>
- <string name="contextmenu_map" msgid="827724648429662327">"מפה"</string>
- <string name="contextmenu_sharelink" msgid="3043834627204106149">"שתף קישור"</string>
- <string name="contextmenu_help" msgid="3599842914619249472">"עזרה"</string>
- <string name="contextmenu_feedback" msgid="1118327808484223675">"שלח משוב"</string>
-</resources>
diff --git a/res/values-ja/webview_context_menu_strings.xml b/res/values-ja/webview_context_menu_strings.xml
deleted file mode 100644
index 5c3fedee3..000000000
--- a/res/values-ja/webview_context_menu_strings.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-/*
- * Copyright (C) 2011 Google Inc.
- * Licensed to The Android Open Source Project.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
- -->
-
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="choosertitle_sharevia" msgid="8695355711548636633">"共有方法"</string>
- <string name="contextmenu_openlink" msgid="9094161900484295513">"ブラウザで開く"</string>
- <string name="contextmenu_copy" msgid="4258345137871253670">"コピー"</string>
- <string name="contextmenu_copylink" msgid="7835182758054080051">"リンクのURLをコピー"</string>
- <string name="contextmenu_dial_dot" msgid="1698333388313807445">"発信..."</string>
- <string name="contextmenu_sms_dot" msgid="8870563605004576194">"SMS..."</string>
- <string name="contextmenu_add_contact" msgid="2720492380383163909">"連絡先を追加"</string>
- <string name="contextmenu_send_mail" msgid="1599521001277247614">"メールを送信"</string>
- <string name="contextmenu_map" msgid="827724648429662327">"地図"</string>
- <string name="contextmenu_sharelink" msgid="3043834627204106149">"リンクを共有"</string>
- <string name="contextmenu_help" msgid="3599842914619249472">"ヘルプ"</string>
- <string name="contextmenu_feedback" msgid="1118327808484223675">"フィードバックを送信"</string>
-</resources>
diff --git a/res/values-ko/webview_context_menu_strings.xml b/res/values-ko/webview_context_menu_strings.xml
deleted file mode 100644
index 320f1b16a..000000000
--- a/res/values-ko/webview_context_menu_strings.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-/*
- * Copyright (C) 2011 Google Inc.
- * Licensed to The Android Open Source Project.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
- -->
-
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="choosertitle_sharevia" msgid="8695355711548636633">"링크 공유 방법:"</string>
- <string name="contextmenu_openlink" msgid="9094161900484295513">"브라우저에서 열기"</string>
- <string name="contextmenu_copy" msgid="4258345137871253670">"복사"</string>
- <string name="contextmenu_copylink" msgid="7835182758054080051">"링크 URL 복사"</string>
- <string name="contextmenu_dial_dot" msgid="1698333388313807445">"전화걸기..."</string>
- <string name="contextmenu_sms_dot" msgid="8870563605004576194">"SMS..."</string>
- <string name="contextmenu_add_contact" msgid="2720492380383163909">"연락처 추가"</string>
- <string name="contextmenu_send_mail" msgid="1599521001277247614">"이메일 보내기"</string>
- <string name="contextmenu_map" msgid="827724648429662327">"지도"</string>
- <string name="contextmenu_sharelink" msgid="3043834627204106149">"링크 공유"</string>
- <string name="contextmenu_help" msgid="3599842914619249472">"도움말"</string>
- <string name="contextmenu_feedback" msgid="1118327808484223675">"의견 보내기"</string>
-</resources>
diff --git a/res/values-lt/webview_context_menu_strings.xml b/res/values-lt/webview_context_menu_strings.xml
deleted file mode 100644
index 6e5d02d0d..000000000
--- a/res/values-lt/webview_context_menu_strings.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-/*
- * Copyright (C) 2011 Google Inc.
- * Licensed to The Android Open Source Project.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
- -->
-
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="choosertitle_sharevia" msgid="8695355711548636633">"Bendrinti per"</string>
- <string name="contextmenu_openlink" msgid="9094161900484295513">"Atidaryti naršyklėje"</string>
- <string name="contextmenu_copy" msgid="4258345137871253670">"Kopijuoti"</string>
- <string name="contextmenu_copylink" msgid="7835182758054080051">"Kopijuoti nuorodos URL"</string>
- <string name="contextmenu_dial_dot" msgid="1698333388313807445">"Rinkti numerį..."</string>
- <string name="contextmenu_sms_dot" msgid="8870563605004576194">"SMS…"</string>
- <string name="contextmenu_add_contact" msgid="2720492380383163909">"Pridėti kontaktą"</string>
- <string name="contextmenu_send_mail" msgid="1599521001277247614">"Siųsti el. laišką"</string>
- <string name="contextmenu_map" msgid="827724648429662327">"Žemėlapis"</string>
- <string name="contextmenu_sharelink" msgid="3043834627204106149">"Bendrinti nuorodą"</string>
- <string name="contextmenu_help" msgid="3599842914619249472">"Pagalba"</string>
- <string name="contextmenu_feedback" msgid="1118327808484223675">"Siųsti atsiliepimus"</string>
-</resources>
diff --git a/res/values-lv/webview_context_menu_strings.xml b/res/values-lv/webview_context_menu_strings.xml
deleted file mode 100644
index 39fff25ee..000000000
--- a/res/values-lv/webview_context_menu_strings.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-/*
- * Copyright (C) 2011 Google Inc.
- * Licensed to The Android Open Source Project.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
- -->
-
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="choosertitle_sharevia" msgid="8695355711548636633">"Kopīgošana, izmantojot"</string>
- <string name="contextmenu_openlink" msgid="9094161900484295513">"Atvērt pārlūkprogrammā"</string>
- <string name="contextmenu_copy" msgid="4258345137871253670">"Kopēt"</string>
- <string name="contextmenu_copylink" msgid="7835182758054080051">"Kopēt saites URL"</string>
- <string name="contextmenu_dial_dot" msgid="1698333388313807445">"Ievadīt numuru..."</string>
- <string name="contextmenu_sms_dot" msgid="8870563605004576194">"Sūtīt īsziņu…"</string>
- <string name="contextmenu_add_contact" msgid="2720492380383163909">"Pievienot kontaktpersonu"</string>
- <string name="contextmenu_send_mail" msgid="1599521001277247614">"Sūtīt e-pasta ziņojumu"</string>
- <string name="contextmenu_map" msgid="827724648429662327">"Karte"</string>
- <string name="contextmenu_sharelink" msgid="3043834627204106149">"Kopīgot saiti"</string>
- <string name="contextmenu_help" msgid="3599842914619249472">"Palīdzība"</string>
- <string name="contextmenu_feedback" msgid="1118327808484223675">"Sūtīt atsauksmes"</string>
-</resources>
diff --git a/res/values-ms/webview_context_menu_strings.xml b/res/values-ms/webview_context_menu_strings.xml
deleted file mode 100644
index e496162fe..000000000
--- a/res/values-ms/webview_context_menu_strings.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-/*
- * Copyright (C) 2011 Google Inc.
- * Licensed to The Android Open Source Project.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
- -->
-
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="choosertitle_sharevia" msgid="8695355711548636633">"Kongsi melalui"</string>
- <string name="contextmenu_openlink" msgid="9094161900484295513">"Buka dalam Penyemak Imbas"</string>
- <string name="contextmenu_copy" msgid="4258345137871253670">"Salin"</string>
- <string name="contextmenu_copylink" msgid="7835182758054080051">"Salin URL pautan"</string>
- <string name="contextmenu_dial_dot" msgid="1698333388313807445">"Dail..."</string>
- <string name="contextmenu_sms_dot" msgid="8870563605004576194">"SMS..."</string>
- <string name="contextmenu_add_contact" msgid="2720492380383163909">"Tambah kenalan"</string>
- <string name="contextmenu_send_mail" msgid="1599521001277247614">"Hantar e-mel"</string>
- <string name="contextmenu_map" msgid="827724648429662327">"Peta"</string>
- <string name="contextmenu_sharelink" msgid="3043834627204106149">"Kongsi pautan"</string>
- <string name="contextmenu_help" msgid="3599842914619249472">"Bantuan"</string>
- <string name="contextmenu_feedback" msgid="1118327808484223675">"Hantar maklum balas"</string>
-</resources>
diff --git a/res/values-nb/webview_context_menu_strings.xml b/res/values-nb/webview_context_menu_strings.xml
deleted file mode 100644
index fa857516d..000000000
--- a/res/values-nb/webview_context_menu_strings.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-/*
- * Copyright (C) 2011 Google Inc.
- * Licensed to The Android Open Source Project.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
- -->
-
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="choosertitle_sharevia" msgid="8695355711548636633">"Del via"</string>
- <string name="contextmenu_openlink" msgid="9094161900484295513">"Åpne i nettleseren"</string>
- <string name="contextmenu_copy" msgid="4258345137871253670">"Kopiér"</string>
- <string name="contextmenu_copylink" msgid="7835182758054080051">"Kopiér koblingsadresse"</string>
- <string name="contextmenu_dial_dot" msgid="1698333388313807445">"Ring"</string>
- <string name="contextmenu_sms_dot" msgid="8870563605004576194">"Send SMS"</string>
- <string name="contextmenu_add_contact" msgid="2720492380383163909">"Legg til kontakt"</string>
- <string name="contextmenu_send_mail" msgid="1599521001277247614">"Send e-post"</string>
- <string name="contextmenu_map" msgid="827724648429662327">"Kart"</string>
- <string name="contextmenu_sharelink" msgid="3043834627204106149">"Del kobling"</string>
- <string name="contextmenu_help" msgid="3599842914619249472">"Hjelp"</string>
- <string name="contextmenu_feedback" msgid="1118327808484223675">"Send tilbakemelding"</string>
-</resources>
diff --git a/res/values-nl/webview_context_menu_strings.xml b/res/values-nl/webview_context_menu_strings.xml
deleted file mode 100644
index ec840a378..000000000
--- a/res/values-nl/webview_context_menu_strings.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-/*
- * Copyright (C) 2011 Google Inc.
- * Licensed to The Android Open Source Project.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
- -->
-
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="choosertitle_sharevia" msgid="8695355711548636633">"Delen via"</string>
- <string name="contextmenu_openlink" msgid="9094161900484295513">"Openen in browser"</string>
- <string name="contextmenu_copy" msgid="4258345137871253670">"Kopiëren"</string>
- <string name="contextmenu_copylink" msgid="7835182758054080051">"Link-URL kopiëren"</string>
- <string name="contextmenu_dial_dot" msgid="1698333388313807445">"Bellen..."</string>
- <string name="contextmenu_sms_dot" msgid="8870563605004576194">"Sms\'en…"</string>
- <string name="contextmenu_add_contact" msgid="2720492380383163909">"Contact toevoegen"</string>
- <string name="contextmenu_send_mail" msgid="1599521001277247614">"E-mail verzenden"</string>
- <string name="contextmenu_map" msgid="827724648429662327">"Kaart"</string>
- <string name="contextmenu_sharelink" msgid="3043834627204106149">"Link delen"</string>
- <string name="contextmenu_help" msgid="3599842914619249472">"Help"</string>
- <string name="contextmenu_feedback" msgid="1118327808484223675">"Feedback verzenden"</string>
-</resources>
diff --git a/res/values-pl/webview_context_menu_strings.xml b/res/values-pl/webview_context_menu_strings.xml
deleted file mode 100644
index ddbf6bfe4..000000000
--- a/res/values-pl/webview_context_menu_strings.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-/*
- * Copyright (C) 2011 Google Inc.
- * Licensed to The Android Open Source Project.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
- -->
-
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="choosertitle_sharevia" msgid="8695355711548636633">"Udostępnij przez"</string>
- <string name="contextmenu_openlink" msgid="9094161900484295513">"Otwórz w przeglądarce"</string>
- <string name="contextmenu_copy" msgid="4258345137871253670">"Kopiuj"</string>
- <string name="contextmenu_copylink" msgid="7835182758054080051">"Kopiuj URL linku"</string>
- <string name="contextmenu_dial_dot" msgid="1698333388313807445">"Wybierz numer…"</string>
- <string name="contextmenu_sms_dot" msgid="8870563605004576194">"SMS…"</string>
- <string name="contextmenu_add_contact" msgid="2720492380383163909">"Dodaj kontakt"</string>
- <string name="contextmenu_send_mail" msgid="1599521001277247614">"Wyślij e-maila"</string>
- <string name="contextmenu_map" msgid="827724648429662327">"Mapa"</string>
- <string name="contextmenu_sharelink" msgid="3043834627204106149">"Udostępnij link"</string>
- <string name="contextmenu_help" msgid="3599842914619249472">"Pomoc"</string>
- <string name="contextmenu_feedback" msgid="1118327808484223675">"Prześlij opinię"</string>
-</resources>
diff --git a/res/values-pt-rPT/webview_context_menu_strings.xml b/res/values-pt-rPT/webview_context_menu_strings.xml
deleted file mode 100644
index c81f09c9c..000000000
--- a/res/values-pt-rPT/webview_context_menu_strings.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-/*
- * Copyright (C) 2011 Google Inc.
- * Licensed to The Android Open Source Project.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
- -->
-
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="choosertitle_sharevia" msgid="8695355711548636633">"Partilhar através do"</string>
- <string name="contextmenu_openlink" msgid="9094161900484295513">"Abrir no Navegador"</string>
- <string name="contextmenu_copy" msgid="4258345137871253670">"Copiar"</string>
- <string name="contextmenu_copylink" msgid="7835182758054080051">"Copiar URL do link"</string>
- <string name="contextmenu_dial_dot" msgid="1698333388313807445">"Marcar..."</string>
- <string name="contextmenu_sms_dot" msgid="8870563605004576194">"Enviar SMS…"</string>
- <string name="contextmenu_add_contact" msgid="2720492380383163909">"Adicionar contacto"</string>
- <string name="contextmenu_send_mail" msgid="1599521001277247614">"Enviar e-mail"</string>
- <string name="contextmenu_map" msgid="827724648429662327">"Mapa"</string>
- <string name="contextmenu_sharelink" msgid="3043834627204106149">"Partilhar link"</string>
- <string name="contextmenu_help" msgid="3599842914619249472">"Ajuda"</string>
- <string name="contextmenu_feedback" msgid="1118327808484223675">"Enviar comentários"</string>
-</resources>
diff --git a/res/values-pt/webview_context_menu_strings.xml b/res/values-pt/webview_context_menu_strings.xml
deleted file mode 100644
index c0896fa77..000000000
--- a/res/values-pt/webview_context_menu_strings.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-/*
- * Copyright (C) 2011 Google Inc.
- * Licensed to The Android Open Source Project.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
- -->
-
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="choosertitle_sharevia" msgid="8695355711548636633">"Compartilhar via"</string>
- <string name="contextmenu_openlink" msgid="9094161900484295513">"Abrir no navegador"</string>
- <string name="contextmenu_copy" msgid="4258345137871253670">"Copiar"</string>
- <string name="contextmenu_copylink" msgid="7835182758054080051">"Copiar URL do link"</string>
- <string name="contextmenu_dial_dot" msgid="1698333388313807445">"Discar…"</string>
- <string name="contextmenu_sms_dot" msgid="8870563605004576194">"SMS…"</string>
- <string name="contextmenu_add_contact" msgid="2720492380383163909">"Adicionar contato"</string>
- <string name="contextmenu_send_mail" msgid="1599521001277247614">"Enviar e-mail"</string>
- <string name="contextmenu_map" msgid="827724648429662327">"Mapa"</string>
- <string name="contextmenu_sharelink" msgid="3043834627204106149">"Compartilhar link"</string>
- <string name="contextmenu_help" msgid="3599842914619249472">"Utilidade"</string>
- <string name="contextmenu_feedback" msgid="1118327808484223675">"Enviar comentários"</string>
-</resources>
diff --git a/res/values-ro/webview_context_menu_strings.xml b/res/values-ro/webview_context_menu_strings.xml
deleted file mode 100644
index 9da7797d0..000000000
--- a/res/values-ro/webview_context_menu_strings.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-/*
- * Copyright (C) 2011 Google Inc.
- * Licensed to The Android Open Source Project.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
- -->
-
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="choosertitle_sharevia" msgid="8695355711548636633">"Distribuiţi prin"</string>
- <string name="contextmenu_openlink" msgid="9094161900484295513">"Deschideţi în browser"</string>
- <string name="contextmenu_copy" msgid="4258345137871253670">"Copiaţi"</string>
- <string name="contextmenu_copylink" msgid="7835182758054080051">"Copiaţi adresa URL a linkului"</string>
- <string name="contextmenu_dial_dot" msgid="1698333388313807445">"Apelaţi..."</string>
- <string name="contextmenu_sms_dot" msgid="8870563605004576194">"SMS..."</string>
- <string name="contextmenu_add_contact" msgid="2720492380383163909">"Adăugaţi o persoană de contact"</string>
- <string name="contextmenu_send_mail" msgid="1599521001277247614">"Trimiteţi un e-mail"</string>
- <string name="contextmenu_map" msgid="827724648429662327">"Hartă"</string>
- <string name="contextmenu_sharelink" msgid="3043834627204106149">"Distribuiţi linkul"</string>
- <string name="contextmenu_help" msgid="3599842914619249472">"Ajutor"</string>
- <string name="contextmenu_feedback" msgid="1118327808484223675">"Trimiteţi feedback"</string>
-</resources>
diff --git a/res/values-ru/webview_context_menu_strings.xml b/res/values-ru/webview_context_menu_strings.xml
deleted file mode 100644
index ed4aa3203..000000000
--- a/res/values-ru/webview_context_menu_strings.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-/*
- * Copyright (C) 2011 Google Inc.
- * Licensed to The Android Open Source Project.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
- -->
-
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="choosertitle_sharevia" msgid="8695355711548636633">"Способ отправки"</string>
- <string name="contextmenu_openlink" msgid="9094161900484295513">"Открыть в браузере"</string>
- <string name="contextmenu_copy" msgid="4258345137871253670">"Копировать"</string>
- <string name="contextmenu_copylink" msgid="7835182758054080051">"Копировать URL"</string>
- <string name="contextmenu_dial_dot" msgid="1698333388313807445">"Набрать номер"</string>
- <string name="contextmenu_sms_dot" msgid="8870563605004576194">"Отправить SMS"</string>
- <string name="contextmenu_add_contact" msgid="2720492380383163909">"Добавить контакт"</string>
- <string name="contextmenu_send_mail" msgid="1599521001277247614">"Отправить письмо"</string>
- <string name="contextmenu_map" msgid="827724648429662327">"Карта"</string>
- <string name="contextmenu_sharelink" msgid="3043834627204106149">"Отправить ссылку"</string>
- <string name="contextmenu_help" msgid="3599842914619249472">"Справка"</string>
- <string name="contextmenu_feedback" msgid="1118327808484223675">"Отправить отзыв"</string>
-</resources>
diff --git a/res/values-sk/webview_context_menu_strings.xml b/res/values-sk/webview_context_menu_strings.xml
deleted file mode 100644
index f05b357de..000000000
--- a/res/values-sk/webview_context_menu_strings.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-/*
- * Copyright (C) 2011 Google Inc.
- * Licensed to The Android Open Source Project.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
- -->
-
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="choosertitle_sharevia" msgid="8695355711548636633">"Zdieľať prostredníctvom"</string>
- <string name="contextmenu_openlink" msgid="9094161900484295513">"Otvoriť v prehliadači"</string>
- <string name="contextmenu_copy" msgid="4258345137871253670">"Kopírovať"</string>
- <string name="contextmenu_copylink" msgid="7835182758054080051">"Kopírovať adresu URL odkazu"</string>
- <string name="contextmenu_dial_dot" msgid="1698333388313807445">"Vytočiť..."</string>
- <string name="contextmenu_sms_dot" msgid="8870563605004576194">"SMS…"</string>
- <string name="contextmenu_add_contact" msgid="2720492380383163909">"Pridať kontakt"</string>
- <string name="contextmenu_send_mail" msgid="1599521001277247614">"Poslať e-mail"</string>
- <string name="contextmenu_map" msgid="827724648429662327">"Mapa"</string>
- <string name="contextmenu_sharelink" msgid="3043834627204106149">"Zdieľať odkaz"</string>
- <string name="contextmenu_help" msgid="3599842914619249472">"Pomocník"</string>
- <string name="contextmenu_feedback" msgid="1118327808484223675">"Odoslať pripomienky"</string>
-</resources>
diff --git a/res/values-sl/webview_context_menu_strings.xml b/res/values-sl/webview_context_menu_strings.xml
deleted file mode 100644
index 0e2d0b724..000000000
--- a/res/values-sl/webview_context_menu_strings.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-/*
- * Copyright (C) 2011 Google Inc.
- * Licensed to The Android Open Source Project.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
- -->
-
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="choosertitle_sharevia" msgid="8695355711548636633">"Skupna raba prek"</string>
- <string name="contextmenu_openlink" msgid="9094161900484295513">"Odpri v brskalniku"</string>
- <string name="contextmenu_copy" msgid="4258345137871253670">"Kopiraj"</string>
- <string name="contextmenu_copylink" msgid="7835182758054080051">"Kopiraj URL povezave"</string>
- <string name="contextmenu_dial_dot" msgid="1698333388313807445">"Klicanje ..."</string>
- <string name="contextmenu_sms_dot" msgid="8870563605004576194">"SMS ..."</string>
- <string name="contextmenu_add_contact" msgid="2720492380383163909">"Dodaj stik"</string>
- <string name="contextmenu_send_mail" msgid="1599521001277247614">"Pošlji e-poštno sporočilo"</string>
- <string name="contextmenu_map" msgid="827724648429662327">"Zemljevid"</string>
- <string name="contextmenu_sharelink" msgid="3043834627204106149">"Daj povezavo v skupno rabo"</string>
- <string name="contextmenu_help" msgid="3599842914619249472">"Pomoč"</string>
- <string name="contextmenu_feedback" msgid="1118327808484223675">"Pošljite povratne informacije"</string>
-</resources>
diff --git a/res/values-sr/webview_context_menu_strings.xml b/res/values-sr/webview_context_menu_strings.xml
deleted file mode 100644
index bae9ddc6f..000000000
--- a/res/values-sr/webview_context_menu_strings.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-/*
- * Copyright (C) 2011 Google Inc.
- * Licensed to The Android Open Source Project.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
- -->
-
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="choosertitle_sharevia" msgid="8695355711548636633">"Дељење преко"</string>
- <string name="contextmenu_openlink" msgid="9094161900484295513">"Отвори у прегледачу"</string>
- <string name="contextmenu_copy" msgid="4258345137871253670">"Копирај"</string>
- <string name="contextmenu_copylink" msgid="7835182758054080051">"Копирај URL адресу везе"</string>
- <string name="contextmenu_dial_dot" msgid="1698333388313807445">"Позови..."</string>
- <string name="contextmenu_sms_dot" msgid="8870563605004576194">"SMS…"</string>
- <string name="contextmenu_add_contact" msgid="2720492380383163909">"Додај контакт"</string>
- <string name="contextmenu_send_mail" msgid="1599521001277247614">"Пошаљи поруку е-поште"</string>
- <string name="contextmenu_map" msgid="827724648429662327">"Мапа"</string>
- <string name="contextmenu_sharelink" msgid="3043834627204106149">"Дели везу"</string>
- <string name="contextmenu_help" msgid="3599842914619249472">"Помоћ"</string>
- <string name="contextmenu_feedback" msgid="1118327808484223675">"Пошаљи повратне информације"</string>
-</resources>
diff --git a/res/values-sv/webview_context_menu_strings.xml b/res/values-sv/webview_context_menu_strings.xml
deleted file mode 100644
index 0fd4c67d1..000000000
--- a/res/values-sv/webview_context_menu_strings.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-/*
- * Copyright (C) 2011 Google Inc.
- * Licensed to The Android Open Source Project.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
- -->
-
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="choosertitle_sharevia" msgid="8695355711548636633">"Dela via"</string>
- <string name="contextmenu_openlink" msgid="9094161900484295513">"Öppna i webbläsaren"</string>
- <string name="contextmenu_copy" msgid="4258345137871253670">"Kopiera"</string>
- <string name="contextmenu_copylink" msgid="7835182758054080051">"Kopiera länkens webbadress"</string>
- <string name="contextmenu_dial_dot" msgid="1698333388313807445">"Slå numret ..."</string>
- <string name="contextmenu_sms_dot" msgid="8870563605004576194">"SMS ..."</string>
- <string name="contextmenu_add_contact" msgid="2720492380383163909">"Lägg till kontakt"</string>
- <string name="contextmenu_send_mail" msgid="1599521001277247614">"Skicka e-post"</string>
- <string name="contextmenu_map" msgid="827724648429662327">"Karta"</string>
- <string name="contextmenu_sharelink" msgid="3043834627204106149">"Dela länk"</string>
- <string name="contextmenu_help" msgid="3599842914619249472">"Hjälp"</string>
- <string name="contextmenu_feedback" msgid="1118327808484223675">"Skicka feedback"</string>
-</resources>
diff --git a/res/values-sw/webview_context_menu_strings.xml b/res/values-sw/webview_context_menu_strings.xml
deleted file mode 100644
index 6ea7d61b0..000000000
--- a/res/values-sw/webview_context_menu_strings.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-/*
- * Copyright (C) 2011 Google Inc.
- * Licensed to The Android Open Source Project.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
- -->
-
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="choosertitle_sharevia" msgid="8695355711548636633">"Shiriki kupitia"</string>
- <string name="contextmenu_openlink" msgid="9094161900484295513">"Fungua katika Kivinjari"</string>
- <string name="contextmenu_copy" msgid="4258345137871253670">"Nakili"</string>
- <string name="contextmenu_copylink" msgid="7835182758054080051">"Nakili kiungo cha URL"</string>
- <string name="contextmenu_dial_dot" msgid="1698333388313807445">"Piga…"</string>
- <string name="contextmenu_sms_dot" msgid="8870563605004576194">"Ujumbe mfupi..."</string>
- <string name="contextmenu_add_contact" msgid="2720492380383163909">"Ongeza anwani"</string>
- <string name="contextmenu_send_mail" msgid="1599521001277247614">"Tuma barua pepe"</string>
- <string name="contextmenu_map" msgid="827724648429662327">"Ramani"</string>
- <string name="contextmenu_sharelink" msgid="3043834627204106149">"Shiriki kiungo"</string>
- <string name="contextmenu_help" msgid="3599842914619249472">"Msaada"</string>
- <string name="contextmenu_feedback" msgid="1118327808484223675">"Tuma maoni"</string>
-</resources>
diff --git a/res/values-th/webview_context_menu_strings.xml b/res/values-th/webview_context_menu_strings.xml
deleted file mode 100644
index 507bee190..000000000
--- a/res/values-th/webview_context_menu_strings.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-/*
- * Copyright (C) 2011 Google Inc.
- * Licensed to The Android Open Source Project.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
- -->
-
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="choosertitle_sharevia" msgid="8695355711548636633">"แบ่งปันผ่าน"</string>
- <string name="contextmenu_openlink" msgid="9094161900484295513">"เปิดในเบราว์เซอร์"</string>
- <string name="contextmenu_copy" msgid="4258345137871253670">"คัดลอก"</string>
- <string name="contextmenu_copylink" msgid="7835182758054080051">"คัดลอก URL ของลิงก์"</string>
- <string name="contextmenu_dial_dot" msgid="1698333388313807445">"หมุนหมายเลข..."</string>
- <string name="contextmenu_sms_dot" msgid="8870563605004576194">"SMS…"</string>
- <string name="contextmenu_add_contact" msgid="2720492380383163909">"เพิ่มรายชื่อติดต่อ"</string>
- <string name="contextmenu_send_mail" msgid="1599521001277247614">"ส่งอีเมล"</string>
- <string name="contextmenu_map" msgid="827724648429662327">"แผนที่"</string>
- <string name="contextmenu_sharelink" msgid="3043834627204106149">"แบ่งปันลิงก์"</string>
- <string name="contextmenu_help" msgid="3599842914619249472">"ความช่วยเหลือ"</string>
- <string name="contextmenu_feedback" msgid="1118327808484223675">"ส่งความคิดเห็น"</string>
-</resources>
diff --git a/res/values-tl/webview_context_menu_strings.xml b/res/values-tl/webview_context_menu_strings.xml
deleted file mode 100644
index 7fed8eacd..000000000
--- a/res/values-tl/webview_context_menu_strings.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-/*
- * Copyright (C) 2011 Google Inc.
- * Licensed to The Android Open Source Project.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
- -->
-
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="choosertitle_sharevia" msgid="8695355711548636633">"Ibahagi sa pamamagitan ng"</string>
- <string name="contextmenu_openlink" msgid="9094161900484295513">"Buksan sa Browser"</string>
- <string name="contextmenu_copy" msgid="4258345137871253670">"Kopyahin"</string>
- <string name="contextmenu_copylink" msgid="7835182758054080051">"Kopyahin ang URL ng link"</string>
- <string name="contextmenu_dial_dot" msgid="1698333388313807445">"Mag-dial…"</string>
- <string name="contextmenu_sms_dot" msgid="8870563605004576194">"SMS…"</string>
- <string name="contextmenu_add_contact" msgid="2720492380383163909">"Magdagdag ng contact"</string>
- <string name="contextmenu_send_mail" msgid="1599521001277247614">"Magpadala ng email"</string>
- <string name="contextmenu_map" msgid="827724648429662327">"Mapa"</string>
- <string name="contextmenu_sharelink" msgid="3043834627204106149">"Magbahagi ng link"</string>
- <string name="contextmenu_help" msgid="3599842914619249472">"Tulong"</string>
- <string name="contextmenu_feedback" msgid="1118327808484223675">"Magpadala ng feedback"</string>
-</resources>
diff --git a/res/values-tr/webview_context_menu_strings.xml b/res/values-tr/webview_context_menu_strings.xml
deleted file mode 100644
index 37801baf4..000000000
--- a/res/values-tr/webview_context_menu_strings.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-/*
- * Copyright (C) 2011 Google Inc.
- * Licensed to The Android Open Source Project.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
- -->
-
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="choosertitle_sharevia" msgid="8695355711548636633">"Şunu kullanarak paylaş:"</string>
- <string name="contextmenu_openlink" msgid="9094161900484295513">"Tarayıcıda Aç"</string>
- <string name="contextmenu_copy" msgid="4258345137871253670">"Kopyala"</string>
- <string name="contextmenu_copylink" msgid="7835182758054080051">"Bağlantı URL\'sini kopyala"</string>
- <string name="contextmenu_dial_dot" msgid="1698333388313807445">"Çevir…"</string>
- <string name="contextmenu_sms_dot" msgid="8870563605004576194">"SMS..."</string>
- <string name="contextmenu_add_contact" msgid="2720492380383163909">"Kişi ekle"</string>
- <string name="contextmenu_send_mail" msgid="1599521001277247614">"E-posta gönder"</string>
- <string name="contextmenu_map" msgid="827724648429662327">"Harita"</string>
- <string name="contextmenu_sharelink" msgid="3043834627204106149">"Bağlantıyı paylaş"</string>
- <string name="contextmenu_help" msgid="3599842914619249472">"Yardım"</string>
- <string name="contextmenu_feedback" msgid="1118327808484223675">"Geri bildirim gönder"</string>
-</resources>
diff --git a/res/values-uk/webview_context_menu_strings.xml b/res/values-uk/webview_context_menu_strings.xml
deleted file mode 100644
index 7b2de0605..000000000
--- a/res/values-uk/webview_context_menu_strings.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-/*
- * Copyright (C) 2011 Google Inc.
- * Licensed to The Android Open Source Project.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
- -->
-
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="choosertitle_sharevia" msgid="8695355711548636633">"Надіслати через"</string>
- <string name="contextmenu_openlink" msgid="9094161900484295513">"Відкрити у веб-переглядачі"</string>
- <string name="contextmenu_copy" msgid="4258345137871253670">"Копіювати"</string>
- <string name="contextmenu_copylink" msgid="7835182758054080051">"Копіювати URL-адресу посилання"</string>
- <string name="contextmenu_dial_dot" msgid="1698333388313807445">"Дзвонити..."</string>
- <string name="contextmenu_sms_dot" msgid="8870563605004576194">"SMS…"</string>
- <string name="contextmenu_add_contact" msgid="2720492380383163909">"Додати контакт"</string>
- <string name="contextmenu_send_mail" msgid="1599521001277247614">"Надіслати лист"</string>
- <string name="contextmenu_map" msgid="827724648429662327">"Карта"</string>
- <string name="contextmenu_sharelink" msgid="3043834627204106149">"Поділитися посиланням"</string>
- <string name="contextmenu_help" msgid="3599842914619249472">"Довідка"</string>
- <string name="contextmenu_feedback" msgid="1118327808484223675">"Надіслати відгук"</string>
-</resources>
diff --git a/res/values-vi/webview_context_menu_strings.xml b/res/values-vi/webview_context_menu_strings.xml
deleted file mode 100644
index 866302b56..000000000
--- a/res/values-vi/webview_context_menu_strings.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-/*
- * Copyright (C) 2011 Google Inc.
- * Licensed to The Android Open Source Project.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
- -->
-
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="choosertitle_sharevia" msgid="8695355711548636633">"Chia sẻ qua"</string>
- <string name="contextmenu_openlink" msgid="9094161900484295513">"Mở trong Trình duyệt"</string>
- <string name="contextmenu_copy" msgid="4258345137871253670">"Sao chép"</string>
- <string name="contextmenu_copylink" msgid="7835182758054080051">"Sao chép URL liên kết"</string>
- <string name="contextmenu_dial_dot" msgid="1698333388313807445">"Quay số…"</string>
- <string name="contextmenu_sms_dot" msgid="8870563605004576194">"SMS…"</string>
- <string name="contextmenu_add_contact" msgid="2720492380383163909">"Thêm địa chỉ liên hệ"</string>
- <string name="contextmenu_send_mail" msgid="1599521001277247614">"Gửi email"</string>
- <string name="contextmenu_map" msgid="827724648429662327">"Bản đồ"</string>
- <string name="contextmenu_sharelink" msgid="3043834627204106149">"Chia sẻ liên kết"</string>
- <string name="contextmenu_help" msgid="3599842914619249472">"Trợ giúp"</string>
- <string name="contextmenu_feedback" msgid="1118327808484223675">"Gửi phản hồi"</string>
-</resources>
diff --git a/res/values-zh-rCN/webview_context_menu_strings.xml b/res/values-zh-rCN/webview_context_menu_strings.xml
deleted file mode 100644
index 6a297d710..000000000
--- a/res/values-zh-rCN/webview_context_menu_strings.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-/*
- * Copyright (C) 2011 Google Inc.
- * Licensed to The Android Open Source Project.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
- -->
-
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="choosertitle_sharevia" msgid="8695355711548636633">"分享方式:"</string>
- <string name="contextmenu_openlink" msgid="9094161900484295513">"在“浏览器”中打开"</string>
- <string name="contextmenu_copy" msgid="4258345137871253670">"复制"</string>
- <string name="contextmenu_copylink" msgid="7835182758054080051">"复制链接网址"</string>
- <string name="contextmenu_dial_dot" msgid="1698333388313807445">"拨号..."</string>
- <string name="contextmenu_sms_dot" msgid="8870563605004576194">"短信..."</string>
- <string name="contextmenu_add_contact" msgid="2720492380383163909">"添加联系人"</string>
- <string name="contextmenu_send_mail" msgid="1599521001277247614">"发送电子邮件"</string>
- <string name="contextmenu_map" msgid="827724648429662327">"地图"</string>
- <string name="contextmenu_sharelink" msgid="3043834627204106149">"分享链接"</string>
- <string name="contextmenu_help" msgid="3599842914619249472">"帮助"</string>
- <string name="contextmenu_feedback" msgid="1118327808484223675">"发送反馈"</string>
-</resources>
diff --git a/res/values-zh-rTW/webview_context_menu_strings.xml b/res/values-zh-rTW/webview_context_menu_strings.xml
deleted file mode 100644
index 9504f5231..000000000
--- a/res/values-zh-rTW/webview_context_menu_strings.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-/*
- * Copyright (C) 2011 Google Inc.
- * Licensed to The Android Open Source Project.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
- -->
-
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="choosertitle_sharevia" msgid="8695355711548636633">"分享方式"</string>
- <string name="contextmenu_openlink" msgid="9094161900484295513">"在瀏覽器中開啟"</string>
- <string name="contextmenu_copy" msgid="4258345137871253670">"複製"</string>
- <string name="contextmenu_copylink" msgid="7835182758054080051">"複製連結網址"</string>
- <string name="contextmenu_dial_dot" msgid="1698333388313807445">"撥號…"</string>
- <string name="contextmenu_sms_dot" msgid="8870563605004576194">"傳送簡訊…"</string>
- <string name="contextmenu_add_contact" msgid="2720492380383163909">"新增聯絡人"</string>
- <string name="contextmenu_send_mail" msgid="1599521001277247614">"傳送電子郵件"</string>
- <string name="contextmenu_map" msgid="827724648429662327">"地圖"</string>
- <string name="contextmenu_sharelink" msgid="3043834627204106149">"分享連結"</string>
- <string name="contextmenu_help" msgid="3599842914619249472">"說明"</string>
- <string name="contextmenu_feedback" msgid="1118327808484223675">"意見回饋"</string>
-</resources>
diff --git a/res/values-zu/webview_context_menu_strings.xml b/res/values-zu/webview_context_menu_strings.xml
deleted file mode 100644
index a5379c0b9..000000000
--- a/res/values-zu/webview_context_menu_strings.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-/*
- * Copyright (C) 2011 Google Inc.
- * Licensed to The Android Open Source Project.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
- -->
-
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="choosertitle_sharevia" msgid="8695355711548636633">"Abelana nge-"</string>
- <string name="contextmenu_openlink" msgid="9094161900484295513">"Vula Kwisiphequluli"</string>
- <string name="contextmenu_copy" msgid="4258345137871253670">"Kopisha"</string>
- <string name="contextmenu_copylink" msgid="7835182758054080051">"Kopisha isihlanganisi se-URL"</string>
- <string name="contextmenu_dial_dot" msgid="1698333388313807445">"Dayela..."</string>
- <string name="contextmenu_sms_dot" msgid="8870563605004576194">"I-SMS…"</string>
- <string name="contextmenu_add_contact" msgid="2720492380383163909">"Faka oxhumana naye"</string>
- <string name="contextmenu_send_mail" msgid="1599521001277247614">"Thumela i-imeyili..."</string>
- <string name="contextmenu_map" msgid="827724648429662327">"Imephu"</string>
- <string name="contextmenu_sharelink" msgid="3043834627204106149">"Yabelana ngesihlanganisi"</string>
- <string name="contextmenu_help" msgid="3599842914619249472">"Usizo"</string>
- <string name="contextmenu_feedback" msgid="1118327808484223675">"Thumela umbiko"</string>
-</resources>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 4f1a12be8..ee7809c4f 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -29,4 +29,33 @@
<string name="subject_hint">Subject</string>
<!-- Shown in Compose; the subject of the message [CHAR LIMIT=100] -->
<string name="body_hint">Compose email</string>
+
+ <!-- Webview Context Menu Strings -->
+ <!-- Title of dialog for choosing which activity to share a link with. [CHAR LIMIT=50]-->
+ <string name="choosertitle_sharevia">Share via</string>
+
+ <!-- Menu item to open a link [CHAR LIMIT=50]-->
+ <string name="contextmenu_openlink">Open in Browser</string>
+ <!-- Menu item to copy the selection [CHAR LIMIT=50]-->
+ <string name="contextmenu_copy">Copy</string>
+ <!-- Menu item to copy a link [CHAR LIMIT=50]-->
+ <string name="contextmenu_copylink">Copy link URL</string>
+ <!-- Menu item to dial a number [CHAR LIMIT=50]-->
+ <string name="contextmenu_dial_dot">Dial\u2026</string>
+ <!-- Menu item to send an SMS [CHAR LIMIT=50]-->
+ <string name="contextmenu_sms_dot">SMS\u2026</string>
+ <!-- Menu item to add a contact [CHAR LIMIT=50]-->
+ <string name="contextmenu_add_contact">Add contact</string>
+ <!-- Menu item to send an email [CHAR LIMIT=50] -->
+ <string name="contextmenu_send_mail">Send email</string>
+ <!-- Menu item to show a map [CHAR LIMIT=50]-->
+ <string name="contextmenu_map">Map</string>
+ <!-- Menu item to share link [CHAR LIMIT=50]-->
+ <string name="contextmenu_sharelink">Share link</string>
+
+ <!-- Menu item that displays the help page for Gmail. [CHAR LIMIT=50]-->
+ <string name="contextmenu_help">Help</string>
+
+ <!-- Solicit feedback string in about screen [CHAR LIMIT=50]-->
+ <string name="contextmenu_feedback">Send feedback</string>
</resources> \ No newline at end of file
diff --git a/res/values/styles.xml b/res/values/styles.xml
index ae5f18a30..1ea533835 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -112,7 +112,7 @@
<item name="android:ellipsize">end</item>
</style>
- <style name="AttachmentSize" parent="@style/attachment_name">
+ <style name="AttachmentSize" parent="@style/AttachmentName">
<item name="android:textColor">#555555</item>
</style>
@@ -134,7 +134,7 @@
<item name="android:textColor">#bcbcbc</item>
</style>
- <style name="UnreadCountActionBar" parent="unreadCount">
+ <style name="UnreadCountActionBar" parent="UnreadCount">
<item name="android:layout_marginRight">8dp</item>
<item name="android:textColor">#bbbbbb</item>
<!-- Use dp rather than sp for size since starts large and must not get too large -->
diff --git a/res/values/webview_context_menu_strings.xml b/res/values/webview_context_menu_strings.xml
deleted file mode 100644
index 305e06577..000000000
--- a/res/values/webview_context_menu_strings.xml
+++ /dev/null
@@ -1,48 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-/*
- * Copyright (C) 2011 Google Inc.
- * Licensed to The Android Open Source Project.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
--->
-<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <!-- Title of dialog for choosing which activity to share a link with. [CHAR LIMIT=50]-->
- <string name="choosertitle_sharevia">Share via</string>
-
- <!-- Menu item to open a link [CHAR LIMIT=50]-->
- <string name="contextmenu_openlink">Open in Browser</string>
- <!-- Menu item to copy the selection [CHAR LIMIT=50]-->
- <string name="contextmenu_copy">Copy</string>
- <!-- Menu item to copy a link [CHAR LIMIT=50]-->
- <string name="contextmenu_copylink">Copy link URL</string>
- <!-- Menu item to dial a number [CHAR LIMIT=50]-->
- <string name="contextmenu_dial_dot">Dial\u2026</string>
- <!-- Menu item to send an SMS [CHAR LIMIT=50]-->
- <string name="contextmenu_sms_dot">SMS\u2026</string>
- <!-- Menu item to add a contact [CHAR LIMIT=50]-->
- <string name="contextmenu_add_contact">Add contact</string>
- <!-- Menu item to send an email [CHAR LIMIT=50] -->
- <string name="contextmenu_send_mail">Send email</string>
- <!-- Menu item to show a map [CHAR LIMIT=50]-->
- <string name="contextmenu_map">Map</string>
- <!-- Menu item to share link [CHAR LIMIT=50]-->
- <string name="contextmenu_sharelink">Share link</string>
-
- <!-- Menu item that displays the help page for Gmail. [CHAR LIMIT=50]-->
- <string name="contextmenu_help">Help</string>
-
- <!-- Solicit feedback string in about screen [CHAR LIMIT=50]-->
- <string name="contextmenu_feedback">Send feedback</string>
-</resources> \ No newline at end of file