summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/drawable-hdpi/ic_menu_sync_grey_holo.pngbin1683 -> 0 bytes
-rw-r--r--res/drawable-mdpi/ic_menu_sync_grey_holo.pngbin1092 -> 0 bytes
-rw-r--r--res/drawable-xhdpi/ic_menu_sync_grey_holo.pngbin2333 -> 0 bytes
-rw-r--r--res/layout/conversation_message_footer.xml8
-rw-r--r--res/layout/conversation_message_load_more_bar.xml77
-rw-r--r--res/values-af/cm_strings.xml2
-rw-r--r--res/values-ar/cm_strings.xml2
-rw-r--r--res/values-ca/cm_strings.xml2
-rw-r--r--res/values-cs/cm_strings.xml2
-rw-r--r--res/values-da/cm_strings.xml2
-rw-r--r--res/values-de/cm_strings.xml2
-rw-r--r--res/values-el/cm_strings.xml2
-rw-r--r--res/values-es-rXA/cm_strings.xml2
-rw-r--r--res/values-es/cm_strings.xml2
-rw-r--r--res/values-et/cm_strings.xml2
-rw-r--r--res/values-eu/cm_strings.xml2
-rw-r--r--res/values-fi/cm_strings.xml2
-rw-r--r--res/values-fr/cm_strings.xml2
-rw-r--r--res/values-hu/cm_strings.xml2
-rw-r--r--res/values-in/cm_strings.xml2
-rw-r--r--res/values-it/cm_strings.xml2
-rw-r--r--res/values-iw/cm_strings.xml2
-rw-r--r--res/values-ja/cm_strings.xml2
-rw-r--r--res/values-ko/cm_strings.xml2
-rw-r--r--res/values-ku/cm_strings.xml2
-rw-r--r--res/values-lt/cm_strings.xml2
-rw-r--r--res/values-nb/cm_strings.xml2
-rw-r--r--res/values-nl/cm_strings.xml2
-rw-r--r--res/values-pl/cm_strings.xml2
-rw-r--r--res/values-pt-rBR/cm_strings.xml2
-rw-r--r--res/values-pt-rPT/cm_strings.xml2
-rw-r--r--res/values-ro/cm_strings.xml2
-rw-r--r--res/values-ru/cm_strings.xml2
-rw-r--r--res/values-si/cm_strings.xml2
-rw-r--r--res/values-sk/cm_strings.xml2
-rw-r--r--res/values-sr/cm_strings.xml2
-rw-r--r--res/values-sv/cm_strings.xml2
-rw-r--r--res/values-th/cm_strings.xml2
-rw-r--r--res/values-tr/cm_strings.xml2
-rw-r--r--res/values-uk/cm_strings.xml2
-rw-r--r--res/values-zh-rCN/cm_strings.xml2
-rw-r--r--res/values/cm_strings.xml5
42 files changed, 0 insertions, 162 deletions
diff --git a/res/drawable-hdpi/ic_menu_sync_grey_holo.png b/res/drawable-hdpi/ic_menu_sync_grey_holo.png
deleted file mode 100644
index 4c7060d91..000000000
--- a/res/drawable-hdpi/ic_menu_sync_grey_holo.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-mdpi/ic_menu_sync_grey_holo.png b/res/drawable-mdpi/ic_menu_sync_grey_holo.png
deleted file mode 100644
index bb4267f0b..000000000
--- a/res/drawable-mdpi/ic_menu_sync_grey_holo.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-xhdpi/ic_menu_sync_grey_holo.png b/res/drawable-xhdpi/ic_menu_sync_grey_holo.png
deleted file mode 100644
index 10cc48abd..000000000
--- a/res/drawable-xhdpi/ic_menu_sync_grey_holo.png
+++ /dev/null
Binary files differ
diff --git a/res/layout/conversation_message_footer.xml b/res/layout/conversation_message_footer.xml
index 4d632b0e6..dc783b2c1 100644
--- a/res/layout/conversation_message_footer.xml
+++ b/res/layout/conversation_message_footer.xml
@@ -45,12 +45,4 @@
android:orientation="vertical"
style="@style/AttachmentMarginStyle" />
- <include layout="@layout/conversation_message_load_more_bar"
- android:id="@+id/message_load_more"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginBottom="16dp"
- android:visibility="gone"
- style="@style/AttachmentMarginStyle" />
-
</com.android.mail.browse.MessageFooterView>
diff --git a/res/layout/conversation_message_load_more_bar.xml b/res/layout/conversation_message_load_more_bar.xml
deleted file mode 100644
index b36a52fd0..000000000
--- a/res/layout/conversation_message_load_more_bar.xml
+++ /dev/null
@@ -1,77 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- Copyright (C) 2012 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.
--->
-<com.android.mail.browse.MessageLoadMoreBar xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginBottom="8dip"
- android:background="@drawable/attachment_bg_holo"
- android:minHeight="48dip" >
-
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:orientation="horizontal">
-
- <ImageView
- android:id="@+id/load_more_icon"
- android:layout_width="48dip"
- android:layout_height="match_parent"
- android:layout_marginRight="8dip"
- android:background="@color/attachment_image_background_color"
- android:scaleType="center"
- android:src="@drawable/ic_menu_sync_grey_holo" />
-
- <RelativeLayout
- android:layout_width="0dip"
- android:layout_height="wrap_content"
- android:layout_gravity="center_vertical"
- android:layout_weight="1" >
-
- <TextView
- android:id="@+id/load_more_title"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginRight="8dip"
- android:ellipsize="end"
- android:singleLine="true"
- android:textColor="#333333"
- android:textSize="14sp"
- android:text="@string/load_more" />
-
- <TextView
- android:id="@+id/load_more_subtitle"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_below="@id/load_more_title"
- android:layout_marginRight="8dip"
- android:ellipsize="end"
- android:singleLine="true"
- android:textColor="#aaaaaa"
- android:textSize="12sp"
- android:text="@string/load_more_summary" />
- </RelativeLayout>
- </LinearLayout>
-
- <View
- android:id="@+id/attachment_push_state"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="?android:attr/selectableItemBackground"
- android:focusable="true" />
-
-</com.android.mail.browse.MessageLoadMoreBar> \ No newline at end of file
diff --git a/res/values-af/cm_strings.xml b/res/values-af/cm_strings.xml
index 8c52fc4ce..67fde0485 100644
--- a/res/values-af/cm_strings.xml
+++ b/res/values-af/cm_strings.xml
@@ -16,6 +16,4 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="load_more_summary">Raak hier om res van boodskap te laai</string>
- <string name="fetching_message">Laai boodskap\u2026</string>
</resources>
diff --git a/res/values-ar/cm_strings.xml b/res/values-ar/cm_strings.xml
index 2e26078f4..67fde0485 100644
--- a/res/values-ar/cm_strings.xml
+++ b/res/values-ar/cm_strings.xml
@@ -16,6 +16,4 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="load_more_summary">اضغط هنا لتحميل باقي الرسالة</string>
- <string name="fetching_message">جلب الرسالة\u2026</string>
</resources>
diff --git a/res/values-ca/cm_strings.xml b/res/values-ca/cm_strings.xml
index 67d2de782..67fde0485 100644
--- a/res/values-ca/cm_strings.xml
+++ b/res/values-ca/cm_strings.xml
@@ -16,6 +16,4 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="load_more_summary">Pica aquí per carregar la resta del missatge</string>
- <string name="fetching_message">S\'està obtenint un missatge\u2026</string>
</resources>
diff --git a/res/values-cs/cm_strings.xml b/res/values-cs/cm_strings.xml
index 171f5bb2f..67fde0485 100644
--- a/res/values-cs/cm_strings.xml
+++ b/res/values-cs/cm_strings.xml
@@ -16,6 +16,4 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="load_more_summary">Dotykem zde načíst zbývající část zprávy</string>
- <string name="fetching_message">Načítání zprávy\u2026</string>
</resources>
diff --git a/res/values-da/cm_strings.xml b/res/values-da/cm_strings.xml
index c93c1ec2f..67fde0485 100644
--- a/res/values-da/cm_strings.xml
+++ b/res/values-da/cm_strings.xml
@@ -16,6 +16,4 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="load_more_summary">Tryk her for at indlæse resten af meddelelsen</string>
- <string name="fetching_message">Henter meddelelse\u2026</string>
</resources>
diff --git a/res/values-de/cm_strings.xml b/res/values-de/cm_strings.xml
index e4bb8f8f3..67fde0485 100644
--- a/res/values-de/cm_strings.xml
+++ b/res/values-de/cm_strings.xml
@@ -16,6 +16,4 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="load_more_summary">Berühren, um die gesamte Nachricht zu laden</string>
- <string name="fetching_message">Nachricht wird geladen\u2026</string>
</resources>
diff --git a/res/values-el/cm_strings.xml b/res/values-el/cm_strings.xml
index f009770b3..67fde0485 100644
--- a/res/values-el/cm_strings.xml
+++ b/res/values-el/cm_strings.xml
@@ -16,6 +16,4 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="load_more_summary">Πατήστε εδώ για να φορτώσετε το υπόλοιπο μήνυμα</string>
- <string name="fetching_message">Λήψη μηνύματος\u2026</string>
</resources>
diff --git a/res/values-es-rXA/cm_strings.xml b/res/values-es-rXA/cm_strings.xml
index 1eee9aeac..67fde0485 100644
--- a/res/values-es-rXA/cm_strings.xml
+++ b/res/values-es-rXA/cm_strings.xml
@@ -16,6 +16,4 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="load_more_summary">Calca equí pa cargar el restu del mensaxe</string>
- <string name="fetching_message">Obteniendo mensaxe\u2026</string>
</resources>
diff --git a/res/values-es/cm_strings.xml b/res/values-es/cm_strings.xml
index 0fa645407..67fde0485 100644
--- a/res/values-es/cm_strings.xml
+++ b/res/values-es/cm_strings.xml
@@ -16,6 +16,4 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="load_more_summary">Tocar aquí para cargar el resto del mensaje</string>
- <string name="fetching_message">Obteniendo mensaje\u2026</string>
</resources>
diff --git a/res/values-et/cm_strings.xml b/res/values-et/cm_strings.xml
index e752ca57d..67fde0485 100644
--- a/res/values-et/cm_strings.xml
+++ b/res/values-et/cm_strings.xml
@@ -16,6 +16,4 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="load_more_summary">Puuduta siin et laadida ülejäänud sõnum</string>
- <string name="fetching_message">Laen sõnumit\u2026</string>
</resources>
diff --git a/res/values-eu/cm_strings.xml b/res/values-eu/cm_strings.xml
index 1e7a24968..67fde0485 100644
--- a/res/values-eu/cm_strings.xml
+++ b/res/values-eu/cm_strings.xml
@@ -16,6 +16,4 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="load_more_summary">Sakatu hemen gainerako mezua kargatzeko</string>
- <string name="fetching_message">Mezua lortzen\u2026</string>
</resources>
diff --git a/res/values-fi/cm_strings.xml b/res/values-fi/cm_strings.xml
index 76412267f..67fde0485 100644
--- a/res/values-fi/cm_strings.xml
+++ b/res/values-fi/cm_strings.xml
@@ -16,6 +16,4 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="load_more_summary">Kosketa tätä ladataksesi loput viestistä</string>
- <string name="fetching_message">Haetaan viestiä\u2026</string>
</resources>
diff --git a/res/values-fr/cm_strings.xml b/res/values-fr/cm_strings.xml
index d362bfb88..67fde0485 100644
--- a/res/values-fr/cm_strings.xml
+++ b/res/values-fr/cm_strings.xml
@@ -16,6 +16,4 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="load_more_summary">Appuyez ici pour charger le reste du message</string>
- <string name="fetching_message">Récupération du message\u2026</string>
</resources>
diff --git a/res/values-hu/cm_strings.xml b/res/values-hu/cm_strings.xml
index 38782b36c..67fde0485 100644
--- a/res/values-hu/cm_strings.xml
+++ b/res/values-hu/cm_strings.xml
@@ -16,6 +16,4 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="load_more_summary">További üzenetek betöltéséhez érintse meg itt</string>
- <string name="fetching_message">Üzenet betöltése\u2026</string>
</resources>
diff --git a/res/values-in/cm_strings.xml b/res/values-in/cm_strings.xml
index 91071c77e..67fde0485 100644
--- a/res/values-in/cm_strings.xml
+++ b/res/values-in/cm_strings.xml
@@ -16,6 +16,4 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="load_more_summary">Tekan di sini untuk memuat seluruh pesan</string>
- <string name="fetching_message">Mengambil pesan\u2026</string>
</resources>
diff --git a/res/values-it/cm_strings.xml b/res/values-it/cm_strings.xml
index 8f9e4922f..67fde0485 100644
--- a/res/values-it/cm_strings.xml
+++ b/res/values-it/cm_strings.xml
@@ -16,6 +16,4 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="load_more_summary">Tocca qui per caricare il resto del messaggio</string>
- <string name="fetching_message">Recupero messaggio\u2026</string>
</resources>
diff --git a/res/values-iw/cm_strings.xml b/res/values-iw/cm_strings.xml
index f6954928f..67fde0485 100644
--- a/res/values-iw/cm_strings.xml
+++ b/res/values-iw/cm_strings.xml
@@ -16,6 +16,4 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="load_more_summary">הקש כאן כדי לטעון את שאר ההודעה</string>
- <string name="fetching_message">מוריד הודעה\u2026</string>
</resources>
diff --git a/res/values-ja/cm_strings.xml b/res/values-ja/cm_strings.xml
index f8553514c..67fde0485 100644
--- a/res/values-ja/cm_strings.xml
+++ b/res/values-ja/cm_strings.xml
@@ -16,6 +16,4 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="load_more_summary">ここをタップして残りのメッセージを読み込む</string>
- <string name="fetching_message">メッセージをフェッチ中\u2026</string>
</resources>
diff --git a/res/values-ko/cm_strings.xml b/res/values-ko/cm_strings.xml
index 55a9cc19e..67fde0485 100644
--- a/res/values-ko/cm_strings.xml
+++ b/res/values-ko/cm_strings.xml
@@ -16,6 +16,4 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="load_more_summary">여기를 탭하여 메시지의 나머지 부분을 로드</string>
- <string name="fetching_message">메시지 받아오는 중\u2026</string>
</resources>
diff --git a/res/values-ku/cm_strings.xml b/res/values-ku/cm_strings.xml
index 0a03a988a..67fde0485 100644
--- a/res/values-ku/cm_strings.xml
+++ b/res/values-ku/cm_strings.xml
@@ -16,6 +16,4 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="load_more_summary">تاپ بکه‌ بۆ هه‌ڵگرتنی ماوه‌ی نامه‌کان</string>
- <string name="fetching_message">ئاماده‌کردنی نامه‌\u2026</string>
</resources>
diff --git a/res/values-lt/cm_strings.xml b/res/values-lt/cm_strings.xml
index 3ef146dbd..67fde0485 100644
--- a/res/values-lt/cm_strings.xml
+++ b/res/values-lt/cm_strings.xml
@@ -16,6 +16,4 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="load_more_summary">Bakstelėkite čia norėdami įkelti likusį pranešimą</string>
- <string name="fetching_message">Gaunamas pranešimas\u2026</string>
</resources>
diff --git a/res/values-nb/cm_strings.xml b/res/values-nb/cm_strings.xml
index 60d804c9a..67fde0485 100644
--- a/res/values-nb/cm_strings.xml
+++ b/res/values-nb/cm_strings.xml
@@ -16,6 +16,4 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="load_more_summary">Trykk her for å laste resten av meldingen</string>
- <string name="fetching_message">Henter melding\u2026</string>
</resources>
diff --git a/res/values-nl/cm_strings.xml b/res/values-nl/cm_strings.xml
index 5a620a375..67fde0485 100644
--- a/res/values-nl/cm_strings.xml
+++ b/res/values-nl/cm_strings.xml
@@ -16,6 +16,4 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="load_more_summary">Tik om de rest van het bericht te laden</string>
- <string name="fetching_message">Bericht ophalen\u2026</string>
</resources>
diff --git a/res/values-pl/cm_strings.xml b/res/values-pl/cm_strings.xml
index de5b0ae6a..67fde0485 100644
--- a/res/values-pl/cm_strings.xml
+++ b/res/values-pl/cm_strings.xml
@@ -16,6 +16,4 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="load_more_summary">Naciśnij tutaj, aby załadować resztę wiadomości</string>
- <string name="fetching_message">Pobieranie wiadomości\u2026</string>
</resources>
diff --git a/res/values-pt-rBR/cm_strings.xml b/res/values-pt-rBR/cm_strings.xml
index da7dd7139..67fde0485 100644
--- a/res/values-pt-rBR/cm_strings.xml
+++ b/res/values-pt-rBR/cm_strings.xml
@@ -16,6 +16,4 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="load_more_summary">Toque aqui para carregar o resto da mensagem</string>
- <string name="fetching_message">Obtendo mensagem\u2026</string>
</resources>
diff --git a/res/values-pt-rPT/cm_strings.xml b/res/values-pt-rPT/cm_strings.xml
index 9c4295e4d..67fde0485 100644
--- a/res/values-pt-rPT/cm_strings.xml
+++ b/res/values-pt-rPT/cm_strings.xml
@@ -16,6 +16,4 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="load_more_summary">Toque aqui para carregar o resto da mensagem</string>
- <string name="fetching_message">A carregar mensagem\u2026</string>
</resources>
diff --git a/res/values-ro/cm_strings.xml b/res/values-ro/cm_strings.xml
index 3dea53156..67fde0485 100644
--- a/res/values-ro/cm_strings.xml
+++ b/res/values-ro/cm_strings.xml
@@ -16,6 +16,4 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="load_more_summary">Apăsați aici pentru a încărca restul mesajului</string>
- <string name="fetching_message">Preluarea mesajului\u2026</string>
</resources>
diff --git a/res/values-ru/cm_strings.xml b/res/values-ru/cm_strings.xml
index 3021bcb4f..67fde0485 100644
--- a/res/values-ru/cm_strings.xml
+++ b/res/values-ru/cm_strings.xml
@@ -16,6 +16,4 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="load_more_summary">Нажмите, чтобы загрузить оставшуюся часть сообщения</string>
- <string name="fetching_message">Загрузка сообщения\u2026</string>
</resources>
diff --git a/res/values-si/cm_strings.xml b/res/values-si/cm_strings.xml
index 69201b62a..67fde0485 100644
--- a/res/values-si/cm_strings.xml
+++ b/res/values-si/cm_strings.xml
@@ -16,6 +16,4 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="load_more_summary">පණිවිඩයේ ඉතිරිය පූරණයට මෙතනට තට්ටු කරන්න</string>
- <string name="fetching_message">පණිවිඩය ගෙන එමින්\u2026</string>
</resources>
diff --git a/res/values-sk/cm_strings.xml b/res/values-sk/cm_strings.xml
index 0ec702cee..67fde0485 100644
--- a/res/values-sk/cm_strings.xml
+++ b/res/values-sk/cm_strings.xml
@@ -16,6 +16,4 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="load_more_summary">Kliknite sem, ak chcete načítať zvyšnú časť správy</string>
- <string name="fetching_message">Načítavanie správy\u2026</string>
</resources>
diff --git a/res/values-sr/cm_strings.xml b/res/values-sr/cm_strings.xml
index 1c2f39737..67fde0485 100644
--- a/res/values-sr/cm_strings.xml
+++ b/res/values-sr/cm_strings.xml
@@ -16,6 +16,4 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="load_more_summary">Додирни овде да се учита остатак поруке</string>
- <string name="fetching_message">Преузимање поруке\u2026</string>
</resources>
diff --git a/res/values-sv/cm_strings.xml b/res/values-sv/cm_strings.xml
index 485d7cccd..67fde0485 100644
--- a/res/values-sv/cm_strings.xml
+++ b/res/values-sv/cm_strings.xml
@@ -16,6 +16,4 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="load_more_summary">Tryck här för att hämta resten av meddelandet</string>
- <string name="fetching_message">Hämtar meddelande\u2026</string>
</resources>
diff --git a/res/values-th/cm_strings.xml b/res/values-th/cm_strings.xml
index 35213b599..67fde0485 100644
--- a/res/values-th/cm_strings.xml
+++ b/res/values-th/cm_strings.xml
@@ -16,6 +16,4 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="load_more_summary">แตะที่นี้เพื่อโหลดส่วนที่เหลือของข้อความ</string>
- <string name="fetching_message">กำลังเรียกข้อความ\u2026</string>
</resources>
diff --git a/res/values-tr/cm_strings.xml b/res/values-tr/cm_strings.xml
index 095a9fe89..67fde0485 100644
--- a/res/values-tr/cm_strings.xml
+++ b/res/values-tr/cm_strings.xml
@@ -16,6 +16,4 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="load_more_summary">Mesajın tamamını görmek için buraya dokunun</string>
- <string name="fetching_message">Mesaj alınıyor\u2026</string>
</resources>
diff --git a/res/values-uk/cm_strings.xml b/res/values-uk/cm_strings.xml
index 822f23176..67fde0485 100644
--- a/res/values-uk/cm_strings.xml
+++ b/res/values-uk/cm_strings.xml
@@ -16,6 +16,4 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="load_more_summary">Натисніть тут, щоб завантажити решту повідомлення</string>
- <string name="fetching_message">Отримання повідомлення\u2026</string>
</resources>
diff --git a/res/values-zh-rCN/cm_strings.xml b/res/values-zh-rCN/cm_strings.xml
index 17c023855..67fde0485 100644
--- a/res/values-zh-rCN/cm_strings.xml
+++ b/res/values-zh-rCN/cm_strings.xml
@@ -16,6 +16,4 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="load_more_summary">点击此处载入剩余信息</string>
- <string name="fetching_message">正在获取信息\u2026</string>
</resources>
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml
index 69a199b55..ea414c7a4 100644
--- a/res/values/cm_strings.xml
+++ b/res/values/cm_strings.xml
@@ -15,9 +15,4 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <!-- On conversation message, the message for the summary for load more button -->
- <string name="load_more_summary">Tap here to load the rest of the message</string>
-
- <!-- Dialog title for fetching the rest of the message -->
- <string name="fetching_message">Fetching message\u2026</string>
</resources>