Merge "[CellBroadcast] Enable reminder interval UI for wear" into sc-qpr1-dev am: ae509524e4

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/CellBroadcastReceiver/+/15723687

Change-Id: I1cd34e267b76a91b1fd7b49a9b6bf4a830995b53
diff --git a/Android.bp b/Android.bp
index 43bd173..2003849 100644
--- a/Android.bp
+++ b/Android.bp
@@ -22,14 +22,17 @@
     name: "CellBroadcastCommon",
     min_sdk_version: "30",
     target_sdk_version: "31",
-    sdk_version: "system_current",
+    sdk_version: "module_current",
     privileged: true,
     srcs: [
       "src/**/*.java",
-      ":framework-annotations",
       ":cellbroadcast-constants-shared-srcs",
       ":statslog-cellbroadcast-java-gen",
-   ],
+    ],
+    libs: [
+        "framework-annotations-lib",
+        "framework-statsd",
+    ],
     static_libs: [
         "androidx.legacy_legacy-support-v4",
         "androidx.legacy_legacy-support-v13",
@@ -66,7 +69,6 @@
     name: "cellbroadcastreceiver-sources",
     srcs: [
       "src/**/*.java",
-      ":framework-annotations",
       ":cellbroadcast-constants-shared-srcs",
     ],
 }
diff --git a/legacy/Android.bp b/legacy/Android.bp
index 16d2370..1200883 100644
--- a/legacy/Android.bp
+++ b/legacy/Android.bp
@@ -24,14 +24,16 @@
         "androidx.appcompat_appcompat",
     ],
 
-    libs: ["app-compat-annotations"],
+    libs: [
+        "app-compat-annotations",
+        "framework-annotations-lib",
+    ],
 
     srcs: [
         "src/**/*.aidl",
         "src/**/*.java",
-        ":framework-annotations",
         ":cellbroadcast-database-sources",
     ],
     privileged: true,
-    sdk_version: "system_current",
+    sdk_version: "module_current",
 }
diff --git a/res/values-af/strings.xml b/res/values-af/strings.xml
index 7101c25..5c14683 100644
--- a/res/values-af/strings.xml
+++ b/res/values-af/strings.xml
@@ -80,8 +80,6 @@
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"Waarsku oor dreigende veiligheidskwessies"</string>
     <string name="enable_public_safety_messages_title" msgid="5576770949182656524">"Publiekeveiligheidsboodskappe"</string>
     <string name="enable_public_safety_messages_summary" msgid="7868069748857851521">"Aanbevole handelinge wat lewens of eiendom kan red"</string>
-    <string name="enable_full_screen_public_safety_messages_title" msgid="1790574642368284876">"Wys volskermboodskappe"</string>
-    <string name="enable_full_screen_public_safety_messages_summary" msgid="1305786776090796715">"Skakel af sodat publiekeveiligheidsboodskappe net na jou SMS-program toe gestuur word"</string>
     <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"Deelstaat- en plaaslike toetse"</string>
     <string name="enable_state_local_test_alerts_summary" msgid="780298327377950187">"Ontvang toetsboodskappe van deelstaat- en plaaslike owerhede af"</string>
     <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"Noodwaarskuwings"</string>
diff --git a/res/values-am/strings.xml b/res/values-am/strings.xml
index c5cb6ee..2190aa8 100644
--- a/res/values-am/strings.xml
+++ b/res/values-am/strings.xml
@@ -80,8 +80,6 @@
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"ስለተቃረቡ የደህንነት አደጋዎች አስጠንቀቅ"</string>
     <string name="enable_public_safety_messages_title" msgid="5576770949182656524">"የሕዝባዊ ደህንነት መልዕክቶች"</string>
     <string name="enable_public_safety_messages_summary" msgid="7868069748857851521">"ህይወትን ወይም ንብረትን ሊያድኑ የሚችሉ የሚመከሩ እርምጃዎች"</string>
-    <string name="enable_full_screen_public_safety_messages_title" msgid="1790574642368284876">"ባለሙሉ ማያ ገጽ መልዕክቶችን ያሳይ"</string>
-    <string name="enable_full_screen_public_safety_messages_summary" msgid="1305786776090796715">"የሕዝባዊ ደህንነት መልዕክቶች ወደ እርስዎ ኤስኤምኤስ መተግበሪያ ብቻ እንዲላኩልዎ ያጥፉ"</string>
     <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"የግዛት እና አካባቢያዊ ሙከራዎች"</string>
     <string name="enable_state_local_test_alerts_summary" msgid="780298327377950187">"ከግዛት እና የአካባቢ ባለሥልጣናት የሙከራ መልዕክቶችን ተቀበል"</string>
     <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"የድንገተኛ አደጋ ማንቂያዎች"</string>
diff --git a/res/values-ar/strings.xml b/res/values-ar/strings.xml
index 4de0162..3bd1803 100644
--- a/res/values-ar/strings.xml
+++ b/res/values-ar/strings.xml
@@ -80,8 +80,6 @@
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"إرسال تحذير بشأن التهديدات الوشيكة للسلامة"</string>
     <string name="enable_public_safety_messages_title" msgid="5576770949182656524">"رسائل السلامة العامة"</string>
     <string name="enable_public_safety_messages_summary" msgid="7868069748857851521">"الإجراءات المقترحة التي يمكن أن تنقذ الأرواح أو الممتلكات"</string>
-    <string name="enable_full_screen_public_safety_messages_title" msgid="1790574642368284876">"إظهار الرسائل في وضع ملء الشاشة"</string>
-    <string name="enable_full_screen_public_safety_messages_summary" msgid="1305786776090796715">"‏إيقاف هذا الإعداد ليتم إرسال رسائل السلامة العامة إلى تطبيق SMS فقط"</string>
     <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"اختبارات الولاية والاختبارات المحلية"</string>
     <string name="enable_state_local_test_alerts_summary" msgid="780298327377950187">"استلام رسائل اختبارية من سلطات الولاية والسلطات المحلية"</string>
     <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"إنذارات الطوارئ"</string>
diff --git a/res/values-as/strings.xml b/res/values-as/strings.xml
index 496121d..24879a1 100644
--- a/res/values-as/strings.xml
+++ b/res/values-as/strings.xml
@@ -22,10 +22,10 @@
     <string name="sms_cb_sender_name_presidential" msgid="5302753979711319380">"অনাতাঁৰ জৰুৰীকালীন সতৰ্কবাৰ্তাসমূহ"</string>
     <string name="sms_cb_sender_name_emergency" msgid="2937067842997478965">"অনাতাঁৰ জৰুৰীকালীন সতৰ্কবাৰ্তাসমূহ"</string>
     <string name="sms_cb_sender_name_public_safety" msgid="5230033387708907922">"তথ্যসমৃদ্ধ জাননী"</string>
-    <string name="cell_broadcast_settings_not_available" msgid="3908142962162375221">"এই ব্যৱহাৰকাৰীৰ বাবে অনাতাঁৰ জৰুৰীকালীন সতৰ্কবাৰ্তাৰ ছেটিং উপলব্ধ নহয়"</string>
+    <string name="cell_broadcast_settings_not_available" msgid="3908142962162375221">"এই ব্যৱহাৰকাৰীৰ বাবে অনাতাঁৰ জৰুৰীকালীন সতৰ্কবাৰ্তাৰ ছেটিংসমূহ উপলব্ধ নহয়"</string>
     <string name="button_dismiss" msgid="1234221657930516287">"ঠিক আছে"</string>
     <string name="no_cell_broadcasts" msgid="7554779730107421769">"পূৰ্বৰ কোনো সতৰ্কবাণী নাই"</string>
-    <string name="menu_preferences" msgid="3596514894131599202">"ছেটিং"</string>
+    <string name="menu_preferences" msgid="3596514894131599202">"ছেটিংসমূহ"</string>
     <string name="menu_delete_all" msgid="3940997343921149800">"সম্প্ৰচাৰসমূহ মচক"</string>
     <string name="message_options" msgid="3178489901903589574">"বাৰ্তাৰ বিকল্পসমূহ"</string>
     <string name="menu_view_details" msgid="1040989019045280975">"সবিশেষ চাওক"</string>
@@ -80,8 +80,6 @@
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"আসন্ন বিপদাশংকাৰ বিষয়ে সতৰ্ক কৰক"</string>
     <string name="enable_public_safety_messages_title" msgid="5576770949182656524">"ৰাজহুৱা নিৰাপত্তা বিষয়ক বাৰ্তাসমূহ"</string>
     <string name="enable_public_safety_messages_summary" msgid="7868069748857851521">"জীৱন বা সম্পত্তি ৰক্ষা কৰিব পৰা অনুমোদিত কাৰ্যসমূহ"</string>
-    <string name="enable_full_screen_public_safety_messages_title" msgid="1790574642368284876">"পূৰ্ণ স্ক্ৰীনত বাৰ্তা দেখুৱাওক"</string>
-    <string name="enable_full_screen_public_safety_messages_summary" msgid="1305786776090796715">"ৰাজহুৱা সুৰক্ষা বিষয়ক বাৰ্তা কেৱল আপোনাৰ এছএমএছ এপ্‌টোলৈ প্ৰেৰণ কৰিবলৈ অফ কৰক"</string>
     <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"ৰাজ্যিক আৰু স্থানীয় পৰীক্ষামূলক সতৰ্কবাণী"</string>
     <string name="enable_state_local_test_alerts_summary" msgid="780298327377950187">"ৰাজ্য চৰকাৰ আৰু স্থানীয় কৰ্তৃপক্ষৰ পৰা পৰীক্ষামূলক বাৰ্তা লাভ কৰক"</string>
     <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"জৰুৰীকালীন সতৰ্কবাণীসমূহ"</string>
@@ -97,7 +95,7 @@
     <string name="enable_alert_vibrate_title" msgid="5421032189422312508">"কম্পন"</string>
     <string name="enable_alert_vibrate_summary" msgid="4733669825477146614"></string>
     <string name="override_dnd_title" msgid="5120805993144214421">"সদায় সম্পূর্ণ ভলিউমত সতর্ক কৰক"</string>
-    <string name="override_dnd_summary" msgid="9026675822792800258">"অসুবিধা নিদিব আৰু অন্য ভলিউমৰ ছেটিং উপেক্ষা কৰক"</string>
+    <string name="override_dnd_summary" msgid="9026675822792800258">"অসুবিধা নিদিব আৰু অন্য ধ্বনিৰ ছেটিংসমূহ উপেক্ষা কৰক"</string>
     <string name="enable_area_update_info_alerts_title" msgid="3442042268424617226">"এলেকা আপডে’ট সম্প্ৰচাৰসমূহ"</string>
     <string name="enable_area_update_info_alerts_summary" msgid="6437816607144264910">"ছিমৰ স্থিতিত আপডেটৰ তথ্য় দেখুৱাওক"</string>
     <string name="cmas_category_heading" msgid="3923503130776640717">"সতৰ্কবাণীৰ প্ৰকাৰ:"</string>
@@ -168,5 +166,5 @@
     <string name="seconds" msgid="141450721520515025">"ছেকেণ্ড"</string>
     <string name="message_copied" msgid="6922953753733166675">"বাৰ্তা প্ৰতিলিপি কৰা হ\'ল"</string>
     <string name="notification_cb_settings_changed_title" msgid="7664799881479966932">"বাহকে ছেটিং সলনি কৰিছে"</string>
-    <string name="notification_cb_settings_changed_text" msgid="1397646219615654933">"অনাতাঁৰ জৰুৰীকালীন সতৰ্কবাৰ্তাৰ ছেটিং চাবলৈ টিপক"</string>
+    <string name="notification_cb_settings_changed_text" msgid="1397646219615654933">"অনাতাঁৰ জৰুৰীকালীন সতৰ্কবাৰ্তা চাবলৈ টিপক"</string>
 </resources>
diff --git a/res/values-az/strings.xml b/res/values-az/strings.xml
index d9a5952..12abe66 100644
--- a/res/values-az/strings.xml
+++ b/res/values-az/strings.xml
@@ -80,11 +80,9 @@
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"Qaçılmaz təhlükələr ilə bağlı xəbərdarlıq edin"</string>
     <string name="enable_public_safety_messages_title" msgid="5576770949182656524">"İctimai təhlükəsizlik mesajları"</string>
     <string name="enable_public_safety_messages_summary" msgid="7868069748857851521">"Həyat və mülkiyyətinin qorunması ilə bağlı məsləhətli əməliyyatlar"</string>
-    <string name="enable_full_screen_public_safety_messages_title" msgid="1790574642368284876">"Tam ekran mesajlarını göstərin"</string>
-    <string name="enable_full_screen_public_safety_messages_summary" msgid="1305786776090796715">"İctimai təhlükəsizlik mesajlarının yalnız SMS tətbiqinizə göndərilməsi üçün söndürün"</string>
     <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"Dövlət və yerli testlər"</string>
     <string name="enable_state_local_test_alerts_summary" msgid="780298327377950187">"Dövlət və yerli orqanlardan mətn mesajları alın"</string>
-    <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"Fövqəladə hal siqnalları"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"Həyəcan siqnalı"</string>
     <string name="enable_emergency_alerts_message_summary" msgid="7574617515441602546">"Həyati təhlükəsi olan hadisələrlə bağlı xəbərdarlıq edin"</string>
     <string name="enable_cmas_test_alerts_title" msgid="7194966927004755266">"Sınaq siqnalları"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="2083089933271720217">"Fövqəladə xəbərdarlıq sistemi (ayda bir dəfə) və operator sınaq bildirişləri göndərsin"</string>
diff --git a/res/values-b+sr+Latn/strings.xml b/res/values-b+sr+Latn/strings.xml
index 83e6db1..bc03573 100644
--- a/res/values-b+sr+Latn/strings.xml
+++ b/res/values-b+sr+Latn/strings.xml
@@ -80,8 +80,6 @@
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"Upozoravaj me na neposredne bezbednosne pretnje"</string>
     <string name="enable_public_safety_messages_title" msgid="5576770949182656524">"Poruke o javnoj bezbednosti"</string>
     <string name="enable_public_safety_messages_summary" msgid="7868069748857851521">"Preporučene radnje koje mogu da sačuvaju živote ili imovinu"</string>
-    <string name="enable_full_screen_public_safety_messages_title" msgid="1790574642368284876">"Prikazuj poruke na celom ekranu"</string>
-    <string name="enable_full_screen_public_safety_messages_summary" msgid="1305786776090796715">"Isključite da bi se poruke o javnoj bezbednosti slale samo u aplikaciju za SMS poruke"</string>
     <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"Probne poruke državnih i lokalnih organa"</string>
     <string name="enable_state_local_test_alerts_summary" msgid="780298327377950187">"Primaj probne poruke od državnih i lokalnih organa"</string>
     <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"Obaveštenja o hitnim slučajevima"</string>
diff --git a/res/values-be/strings.xml b/res/values-be/strings.xml
index 0b955c1..d1e272a 100644
--- a/res/values-be/strings.xml
+++ b/res/values-be/strings.xml
@@ -80,8 +80,6 @@
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"Папярэджваць пра непасрэдныя пагрозы бяспекі"</string>
     <string name="enable_public_safety_messages_title" msgid="5576770949182656524">"Паведамленні аб пагрозе грамадскай бяспецы"</string>
     <string name="enable_public_safety_messages_summary" msgid="7868069748857851521">"Рэкамендаваныя дзеянні, якія могуць выратаваць жыцці або маёмасць"</string>
-    <string name="enable_full_screen_public_safety_messages_title" msgid="1790574642368284876">"Паказваць паведамленні ў поўнаэкранным рэжыме"</string>
-    <string name="enable_full_screen_public_safety_messages_summary" msgid="1305786776090796715">"Выключыце, каб паведамленні аб пагрозе грамадскай бяспецы адпраўляліся толькі ў праграму для SMS"</string>
     <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"Дзяржаўныя і мясцовыя тэставыя паведамленні"</string>
     <string name="enable_state_local_test_alerts_summary" msgid="780298327377950187">"Атрымліваць тэставыя паведамленні ад дзяржаўных і мясцовых органаў улады"</string>
     <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"Абвесткі аб надзвычайных сітуацыях"</string>
diff --git a/res/values-bg/strings.xml b/res/values-bg/strings.xml
index 3471a34..db9e99a 100644
--- a/res/values-bg/strings.xml
+++ b/res/values-bg/strings.xml
@@ -80,8 +80,6 @@
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"Предупреждаване за непосредствени заплахи за безопасността"</string>
     <string name="enable_public_safety_messages_title" msgid="5576770949182656524">"Съобщения за обществена безопасност"</string>
     <string name="enable_public_safety_messages_summary" msgid="7868069748857851521">"Препоръчителни действия, които могат да спасят животи или имущество"</string>
-    <string name="enable_full_screen_public_safety_messages_title" msgid="1790574642368284876">"Показване на съобщенията на цял екран"</string>
-    <string name="enable_full_screen_public_safety_messages_summary" msgid="1305786776090796715">"Изключете опцията, за да получавате съобщения за обществена безопасност само в приложението за SMS"</string>
     <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"Тестове на щатско и местно ниво"</string>
     <string name="enable_state_local_test_alerts_summary" msgid="780298327377950187">"Получаване на тестови съобщения от държавните и местните власти"</string>
     <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"Сигнали при спешни случаи"</string>
@@ -139,7 +137,7 @@
     <string name="cmas_opt_out_dialog_text" msgid="4820577535626084938">"Понастоящем получавате безжични сигнали при спешни случаи. Искате ли да продължите да ги получавате?"</string>
     <string name="cmas_opt_out_button_yes" msgid="7248930667195432936">"Да"</string>
     <string name="cmas_opt_out_button_no" msgid="3110484064328538553">"Не"</string>
-    <string name="cb_list_activity_title" msgid="1433502151877791724">"Ист. на сигнали при спешни случаи"</string>
+    <string name="cb_list_activity_title" msgid="1433502151877791724">"Ист. на сигнали при спешност"</string>
   <string-array name="alert_reminder_interval_entries">
     <item msgid="6595211083588795160">"Веднъж"</item>
     <item msgid="9097229303902157183">"На всеки 2 минути"</item>
diff --git a/res/values-bn/strings.xml b/res/values-bn/strings.xml
index dc214f3..0803bd1 100644
--- a/res/values-bn/strings.xml
+++ b/res/values-bn/strings.xml
@@ -80,8 +80,6 @@
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"আসন্ন নিরাপত্তা ঝুঁকির বিষয়ে সতর্কতা পান"</string>
     <string name="enable_public_safety_messages_title" msgid="5576770949182656524">"সর্বজনীন নিরাপত্তা মেসেজ"</string>
     <string name="enable_public_safety_messages_summary" msgid="7868069748857851521">"জীবন অথবা সম্পত্তি রক্ষা করতে পারে, এমন কাজের প্রস্তাবনা"</string>
-    <string name="enable_full_screen_public_safety_messages_title" msgid="1790574642368284876">"ফুল-স্ক্রিন মেসেজ দেখুন"</string>
-    <string name="enable_full_screen_public_safety_messages_summary" msgid="1305786776090796715">"শুধুমাত্র আপনার এসএমএস অ্যাপে সর্বজনীন নিরাপত্তা মেসেজ পাওয়ার জন্য এই সুবিধা বন্ধ করুন"</string>
     <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"রাজ্য ও স্থানীয় পরীক্ষা"</string>
     <string name="enable_state_local_test_alerts_summary" msgid="780298327377950187">"রাজ্য ও স্থানীয় কর্তৃপক্ষের কাছ থেকে পরীক্ষামূলক মেসেজ পান"</string>
     <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"জরুরি সতর্কতা"</string>
diff --git a/res/values-bs/strings.xml b/res/values-bs/strings.xml
index 5f247dc..a9945f8 100644
--- a/res/values-bs/strings.xml
+++ b/res/values-bs/strings.xml
@@ -61,7 +61,7 @@
     <string name="notification_channel_broadcast_messages_in_voicecall" msgid="3291001780110813190">"Hitna upozorenja u glasovnom pozivu"</string>
     <string name="notification_channel_settings_updates" msgid="6779759372516475085">"Automatske postavke hitnih upozorenja putem bežične mrežne zasnovanih na SIM-u"</string>
     <string name="enable_alerts_master_toggle_title" msgid="1457904343636699446">"Dozvoli upozorenja"</string>
-    <string name="enable_alerts_master_toggle_summary" msgid="5583168548073938617">"Primajte obavještenja o hitnim upozorenjima bežičnim putem"</string>
+    <string name="enable_alerts_master_toggle_summary" msgid="5583168548073938617">"Šalji obavještenja o hitnim upozorenjima bežičnim putem"</string>
     <string name="alert_reminder_interval_title" msgid="3283595202268218149">"Podsjetnik za upozorenja"</string>
     <string name="enable_alert_speech_title" msgid="8052104771053526941">"Izgovaraj poruke upozorenja"</string>
     <string name="enable_alert_speech_summary" msgid="2855629032890937297">"Korištenje pretvaranja teksta u govor za izgovaranje hitnih upozorenja putem bežične mreže"</string>
@@ -80,8 +80,6 @@
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"Upozori na neposredne sigurnosne prijetnje"</string>
     <string name="enable_public_safety_messages_title" msgid="5576770949182656524">"Poruke za javnu sigurnost"</string>
     <string name="enable_public_safety_messages_summary" msgid="7868069748857851521">"Preporučene radnje kojim se mogu spasiti životi ili imovina"</string>
-    <string name="enable_full_screen_public_safety_messages_title" msgid="1790574642368284876">"Prikaži poruke preko cijelog ekrana"</string>
-    <string name="enable_full_screen_public_safety_messages_summary" msgid="1305786776090796715">"Isključite i poruke za javnu sigurnost će vam se slati samo putem aplikacije za SMS"</string>
     <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"Državni i lokalni testovi"</string>
     <string name="enable_state_local_test_alerts_summary" msgid="780298327377950187">"Primajte probne poruke od državnih i lokalnih vlasti"</string>
     <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"Hitna upozorenja"</string>
diff --git a/res/values-ca/strings.xml b/res/values-ca/strings.xml
index 120b164..89a3ac1 100644
--- a/res/values-ca/strings.xml
+++ b/res/values-ca/strings.xml
@@ -65,7 +65,7 @@
     <string name="alert_reminder_interval_title" msgid="3283595202268218149">"Recordatori d\'alertes"</string>
     <string name="enable_alert_speech_title" msgid="8052104771053526941">"Enuncia el missatge d\'alerta"</string>
     <string name="enable_alert_speech_summary" msgid="2855629032890937297">"Utilitza text a parla per enunciar els missatges d\'alertes d\'emergència sense fil"</string>
-    <string name="alert_reminder_dialog_title" msgid="2299010977651377315">"Reprodueix un so de recordatori a un volum normal"</string>
+    <string name="alert_reminder_dialog_title" msgid="2299010977651377315">"Un so de recordatori es reproduirà a un volum normal"</string>
     <string name="emergency_alert_history_title" msgid="8310173569237268431">"Historial d\'alertes d\'emergència"</string>
     <string name="alert_preferences_title" msgid="6001469026393248468">"Preferències d\'alertes"</string>
     <string name="enable_etws_test_alerts_title" msgid="3593533226735441539">"Difusions de prova de l\'ETWS"</string>
@@ -80,8 +80,6 @@
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"Avisa\'m quan hi hagi amenaces de seguretat imminents"</string>
     <string name="enable_public_safety_messages_title" msgid="5576770949182656524">"Missatges de seguretat pública"</string>
     <string name="enable_public_safety_messages_summary" msgid="7868069748857851521">"Accions recomanades que poden salvar vides o propietats"</string>
-    <string name="enable_full_screen_public_safety_messages_title" msgid="1790574642368284876">"Mostra els missatges en pantalla completa"</string>
-    <string name="enable_full_screen_public_safety_messages_summary" msgid="1305786776090796715">"Desactiva per rebre els missatges de seguretat pública només a la teva aplicació d\'SMS"</string>
     <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"Proves locals i estatals"</string>
     <string name="enable_state_local_test_alerts_summary" msgid="780298327377950187">"Vull rebre missatges de prova de les autoritats locals i estatals"</string>
     <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"Alertes d\'emergència"</string>
diff --git a/res/values-cs/strings.xml b/res/values-cs/strings.xml
index a3bc36e..337fab5 100644
--- a/res/values-cs/strings.xml
+++ b/res/values-cs/strings.xml
@@ -80,8 +80,6 @@
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"Dostávat upozornění na bezprostřední bezpečnostní hrozby"</string>
     <string name="enable_public_safety_messages_title" msgid="5576770949182656524">"Zprávy o veřejné bezpečnosti"</string>
     <string name="enable_public_safety_messages_summary" msgid="7868069748857851521">"Doporučené akce, které mohou zachránit životy či majetek"</string>
-    <string name="enable_full_screen_public_safety_messages_title" msgid="1790574642368284876">"Zobrazovat celoobrazovkové zprávy"</string>
-    <string name="enable_full_screen_public_safety_messages_summary" msgid="1305786776090796715">"Vypněte, pokud zprávy o veřejné bezpečnosti chcete zasílat pouze do aplikace pro SMS"</string>
     <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"Státní a místní testy"</string>
     <string name="enable_state_local_test_alerts_summary" msgid="780298327377950187">"Dostávat testovací zprávy od státních a místních úřadů"</string>
     <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"Výstražné zprávy"</string>
diff --git a/res/values-da/strings.xml b/res/values-da/strings.xml
index a4e100e..a0d470b 100644
--- a/res/values-da/strings.xml
+++ b/res/values-da/strings.xml
@@ -80,8 +80,6 @@
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"Advar om overhængende sikkerhedstrusler"</string>
     <string name="enable_public_safety_messages_title" msgid="5576770949182656524">"Meddelelser om offentlig sikkerhed"</string>
     <string name="enable_public_safety_messages_summary" msgid="7868069748857851521">"Anbefalede handlinger, der kan redde liv eller ejendom"</string>
-    <string name="enable_full_screen_public_safety_messages_title" msgid="1790574642368284876">"Vis meddelelser i fuld skærm"</string>
-    <string name="enable_full_screen_public_safety_messages_summary" msgid="1305786776090796715">"Deaktiver, hvis meddelelser om offentlig sikkerhed kun skal sendes til din sms-app"</string>
     <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"Centrale og lokale testadvarsler"</string>
     <string name="enable_state_local_test_alerts_summary" msgid="780298327377950187">"Modtag testmeddelelser fra centrale og lokale myndigheder"</string>
     <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"Nødalarmer"</string>
diff --git a/res/values-de/strings.xml b/res/values-de/strings.xml
index 36759fb..80307d7 100644
--- a/res/values-de/strings.xml
+++ b/res/values-de/strings.xml
@@ -66,7 +66,7 @@
     <string name="enable_alert_speech_title" msgid="8052104771053526941">"Benachrichtigung vorlesen"</string>
     <string name="enable_alert_speech_summary" msgid="2855629032890937297">"Notfallbenachrichtigungen für Mobilgeräte via Sprachausgabe vorlesen"</string>
     <string name="alert_reminder_dialog_title" msgid="2299010977651377315">"Benachrichtigungserinnerung ertönt in normaler Lautstärke"</string>
-    <string name="emergency_alert_history_title" msgid="8310173569237268431">"Bisherige Notfall­benachrichtigungen"</string>
+    <string name="emergency_alert_history_title" msgid="8310173569237268431">"Bisherige Notfallbenachrichtigungen"</string>
     <string name="alert_preferences_title" msgid="6001469026393248468">"Benachrichtigungseinstellungen"</string>
     <string name="enable_etws_test_alerts_title" msgid="3593533226735441539">"ETWS-Testnachrichten"</string>
     <string name="enable_etws_test_alerts_summary" msgid="8746155402612927306">"Testnachrichten für Erdbeben-/Tsunami-Warnsystem"</string>
@@ -80,8 +80,6 @@
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"Vor akuten Sicherheitsbedrohungen warnen"</string>
     <string name="enable_public_safety_messages_title" msgid="5576770949182656524">"Nachrichten zur öffentlichen Sicherheit"</string>
     <string name="enable_public_safety_messages_summary" msgid="7868069748857851521">"Empfohlene Maßnahmen, die Leben oder Eigentum retten können"</string>
-    <string name="enable_full_screen_public_safety_messages_title" msgid="1790574642368284876">"Nachrichten im Vollbildmodus anzeigen"</string>
-    <string name="enable_full_screen_public_safety_messages_summary" msgid="1305786776090796715">"Deaktivieren, damit Nachrichten zu öffentlichen Not-Infos nur an deine SMS-App gesendet werden"</string>
     <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"Staatliche und lokale Tests"</string>
     <string name="enable_state_local_test_alerts_summary" msgid="780298327377950187">"Testnachrichten von staatlichen und lokalen Behörden erhalten"</string>
     <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"Notfallbenachrichtigungen"</string>
@@ -139,7 +137,7 @@
     <string name="cmas_opt_out_dialog_text" msgid="4820577535626084938">"Du erhältst derzeit Notfallbenachrichtigungen für Mobilgeräte. Möchtest du das weiterhin?"</string>
     <string name="cmas_opt_out_button_yes" msgid="7248930667195432936">"Ja"</string>
     <string name="cmas_opt_out_button_no" msgid="3110484064328538553">"Nein"</string>
-    <string name="cb_list_activity_title" msgid="1433502151877791724">"Bisherige Notfall­benachrichtigungen"</string>
+    <string name="cb_list_activity_title" msgid="1433502151877791724">"Bisherige Notfallbenachrichtigungen"</string>
   <string-array name="alert_reminder_interval_entries">
     <item msgid="6595211083588795160">"Einmal"</item>
     <item msgid="9097229303902157183">"Alle 2 Minuten"</item>
diff --git a/res/values-el/strings.xml b/res/values-el/strings.xml
index ba58e06..0efbee1 100644
--- a/res/values-el/strings.xml
+++ b/res/values-el/strings.xml
@@ -16,8 +16,8 @@
 
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-    <string name="app_label" msgid="2008319089248760277">"Ασύρματες ειδοποιήσεις έκτακτης ανάγκης"</string>
-    <string name="sms_cb_settings" msgid="9021266457863671070">"Ασύρματες ειδοποιήσεις έκτακτης ανάγκης"</string>
+    <string name="app_label" msgid="2008319089248760277">"Ειδοποιήσεις έκτακτης ανάγκης μέσω ασύρματου δικτύου"</string>
+    <string name="sms_cb_settings" msgid="9021266457863671070">"Ειδοποιήσεις έκτακτης ανάγκης μέσω ασύρματου δικτύου"</string>
     <string name="sms_cb_sender_name_default" msgid="972946539768958828">"Ασύρματες ειδοποιήσεις έκτακτης ανάγκης"</string>
     <string name="sms_cb_sender_name_presidential" msgid="5302753979711319380">"Ασύρματες ειδοποιήσεις έκτακτης ανάγκης"</string>
     <string name="sms_cb_sender_name_emergency" msgid="2937067842997478965">"Ασύρματες ειδοποιήσεις έκτακτης ανάγκης"</string>
@@ -80,8 +80,6 @@
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"Προειδοποίηση σχετικά με επικείμενες απειλές ασφάλειας"</string>
     <string name="enable_public_safety_messages_title" msgid="5576770949182656524">"Μηνύματα δημόσιας ασφάλειας"</string>
     <string name="enable_public_safety_messages_summary" msgid="7868069748857851521">"Προτεινόμενες ενέργειες που μπορεί να σώσουν ζωές ή να προστατεύσουν περιουσίες"</string>
-    <string name="enable_full_screen_public_safety_messages_title" msgid="1790574642368284876">"Εμφάνιση μηνυμάτων πλήρους οθόνης"</string>
-    <string name="enable_full_screen_public_safety_messages_summary" msgid="1305786776090796715">"Απενεργοποιήστε για να αποστέλλονται τα μηνύματα δημόσιας ασφάλειας μόνο στην Εφαρμογή SMS"</string>
     <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"Κρατικές και τοπικές δοκιμές"</string>
     <string name="enable_state_local_test_alerts_summary" msgid="780298327377950187">"Λάβετε δοκιμαστικά μηνύματα από κρατικές και τοπικές αρχές"</string>
     <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"Ειδοποιήσεις έκτακτης ανάγκης"</string>
diff --git a/res/values-en-rAU/strings.xml b/res/values-en-rAU/strings.xml
index fca8395..4d05291 100644
--- a/res/values-en-rAU/strings.xml
+++ b/res/values-en-rAU/strings.xml
@@ -80,8 +80,6 @@
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"Warn about imminent safety threats"</string>
     <string name="enable_public_safety_messages_title" msgid="5576770949182656524">"Public safety messages"</string>
     <string name="enable_public_safety_messages_summary" msgid="7868069748857851521">"Recommended actions that can save lives or property"</string>
-    <string name="enable_full_screen_public_safety_messages_title" msgid="1790574642368284876">"Show full-screen messages"</string>
-    <string name="enable_full_screen_public_safety_messages_summary" msgid="1305786776090796715">"Turn off to have public safety messages sent only to your SMS app"</string>
     <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"Regional and local tests"</string>
     <string name="enable_state_local_test_alerts_summary" msgid="780298327377950187">"Receive test messages from regional and local authorities"</string>
     <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"Emergency alerts"</string>
diff --git a/res/values-en-rCA/strings.xml b/res/values-en-rCA/strings.xml
index fca8395..4d05291 100644
--- a/res/values-en-rCA/strings.xml
+++ b/res/values-en-rCA/strings.xml
@@ -80,8 +80,6 @@
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"Warn about imminent safety threats"</string>
     <string name="enable_public_safety_messages_title" msgid="5576770949182656524">"Public safety messages"</string>
     <string name="enable_public_safety_messages_summary" msgid="7868069748857851521">"Recommended actions that can save lives or property"</string>
-    <string name="enable_full_screen_public_safety_messages_title" msgid="1790574642368284876">"Show full-screen messages"</string>
-    <string name="enable_full_screen_public_safety_messages_summary" msgid="1305786776090796715">"Turn off to have public safety messages sent only to your SMS app"</string>
     <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"Regional and local tests"</string>
     <string name="enable_state_local_test_alerts_summary" msgid="780298327377950187">"Receive test messages from regional and local authorities"</string>
     <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"Emergency alerts"</string>
diff --git a/res/values-en-rGB/strings.xml b/res/values-en-rGB/strings.xml
index fca8395..4d05291 100644
--- a/res/values-en-rGB/strings.xml
+++ b/res/values-en-rGB/strings.xml
@@ -80,8 +80,6 @@
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"Warn about imminent safety threats"</string>
     <string name="enable_public_safety_messages_title" msgid="5576770949182656524">"Public safety messages"</string>
     <string name="enable_public_safety_messages_summary" msgid="7868069748857851521">"Recommended actions that can save lives or property"</string>
-    <string name="enable_full_screen_public_safety_messages_title" msgid="1790574642368284876">"Show full-screen messages"</string>
-    <string name="enable_full_screen_public_safety_messages_summary" msgid="1305786776090796715">"Turn off to have public safety messages sent only to your SMS app"</string>
     <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"Regional and local tests"</string>
     <string name="enable_state_local_test_alerts_summary" msgid="780298327377950187">"Receive test messages from regional and local authorities"</string>
     <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"Emergency alerts"</string>
diff --git a/res/values-en-rIN/strings.xml b/res/values-en-rIN/strings.xml
index fca8395..4d05291 100644
--- a/res/values-en-rIN/strings.xml
+++ b/res/values-en-rIN/strings.xml
@@ -80,8 +80,6 @@
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"Warn about imminent safety threats"</string>
     <string name="enable_public_safety_messages_title" msgid="5576770949182656524">"Public safety messages"</string>
     <string name="enable_public_safety_messages_summary" msgid="7868069748857851521">"Recommended actions that can save lives or property"</string>
-    <string name="enable_full_screen_public_safety_messages_title" msgid="1790574642368284876">"Show full-screen messages"</string>
-    <string name="enable_full_screen_public_safety_messages_summary" msgid="1305786776090796715">"Turn off to have public safety messages sent only to your SMS app"</string>
     <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"Regional and local tests"</string>
     <string name="enable_state_local_test_alerts_summary" msgid="780298327377950187">"Receive test messages from regional and local authorities"</string>
     <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"Emergency alerts"</string>
diff --git a/res/values-en-rXC/strings.xml b/res/values-en-rXC/strings.xml
index 73a35d3..f196104 100644
--- a/res/values-en-rXC/strings.xml
+++ b/res/values-en-rXC/strings.xml
@@ -80,8 +80,6 @@
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‏‏‏‎‏‏‎‏‎‏‎‎‎‏‏‏‏‏‏‎‏‎‎‎‏‎‏‎‏‎‎‏‏‏‎‎‎‎‎‏‏‎‎‏‏‎‏‏‎‎‎‎‎‏‎‏‎‎‎‎‎‏‎‏‎‎Warn about imminent safety threats‎‏‎‎‏‎"</string>
     <string name="enable_public_safety_messages_title" msgid="5576770949182656524">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‏‏‏‎‎‏‏‎‏‎‏‏‎‎‏‎‎‏‎‏‎‏‎‏‏‏‎‏‎‎‎‎‏‏‎‎‏‏‎‏‏‏‏‎‎‎‎‎‎‎‎‎‏‎‎‎‎‎‎‎‎‏‏‎‎‎Public safety messages‎‏‎‎‏‎"</string>
     <string name="enable_public_safety_messages_summary" msgid="7868069748857851521">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‏‏‏‏‎‏‏‎‏‎‎‏‏‎‎‎‎‏‏‏‏‏‏‏‏‏‎‏‏‏‏‏‏‏‏‏‏‎‎‎‎‏‎‏‎‏‎‏‏‎‏‎‎‏‏‏‎‏‎‎‎‎‎‎‏‎Recommended actions that can save lives or property‎‏‎‎‏‎"</string>
-    <string name="enable_full_screen_public_safety_messages_title" msgid="1790574642368284876">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‎‏‏‏‎‎‎‏‏‎‏‏‎‎‏‎‏‏‎‎‏‏‎‎‎‏‎‎‏‏‎‎‏‏‏‏‏‏‎‎‎‏‎‏‏‏‏‎‎‎‎‏‎‎‎‏‏‎‎‏‏‎‎‎Show full-screen messages‎‏‎‎‏‎"</string>
-    <string name="enable_full_screen_public_safety_messages_summary" msgid="1305786776090796715">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‎‏‏‎‎‏‎‎‎‎‏‏‏‏‏‎‎‎‏‎‏‏‎‎‎‏‎‎‏‏‏‏‎‎‎‏‏‎‏‎‏‎‎‏‎‏‏‎‏‏‎‎‎‏‎‏‎‏‎‏‎‏‏‎Turn off to have public safety messages sent only to your SMS app‎‏‎‎‏‎"</string>
     <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‎‎‏‏‏‎‎‎‎‎‏‏‏‎‏‎‏‎‎‏‏‏‎‏‎‎‏‏‎‏‏‎‏‎‎‏‏‏‏‎‎‏‏‏‎‎‎‏‎‏‏‎‏‏‎‏‎‎‎‎‎‎‎State and local tests‎‏‎‎‏‎"</string>
     <string name="enable_state_local_test_alerts_summary" msgid="780298327377950187">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‎‎‏‎‏‎‏‏‎‏‎‏‎‎‎‎‏‎‏‏‎‏‎‎‏‏‎‎‎‏‏‏‎‎‏‏‏‎‎‎‏‏‎‎‎‏‏‎‏‏‎‏‎‏‏‏‏‎‏‎‏‏‎Receive test messages from state and local authorities‎‏‎‎‏‎"</string>
     <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‎‎‏‎‎‏‎‎‏‎‏‏‏‏‏‎‎‎‎‏‎‏‎‎‎‏‎‏‏‏‏‏‎‎‏‎‏‏‎‏‏‎‎‏‎‎‎‏‏‎‎‎‎‎‏‎‏‎‏‏‎‎‎Emergency alerts‎‏‎‎‏‎"</string>
diff --git a/res/values-es-rUS/strings.xml b/res/values-es-rUS/strings.xml
index 5bd6b70..e271f54 100644
--- a/res/values-es-rUS/strings.xml
+++ b/res/values-es-rUS/strings.xml
@@ -80,8 +80,6 @@
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"Alertar sobre amenazas de seguridad inminentes"</string>
     <string name="enable_public_safety_messages_title" msgid="5576770949182656524">"Mensajes de seguridad pública"</string>
     <string name="enable_public_safety_messages_summary" msgid="7868069748857851521">"Acciones recomendadas que pueden salvar vidas o propiedades"</string>
-    <string name="enable_full_screen_public_safety_messages_title" msgid="1790574642368284876">"Mostrar mensajes en pantalla completa"</string>
-    <string name="enable_full_screen_public_safety_messages_summary" msgid="1305786776090796715">"Desactivar para recibir mensajes de seguridad pública únicamente en la app de SMS"</string>
     <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"Pruebas locales y estatales"</string>
     <string name="enable_state_local_test_alerts_summary" msgid="780298327377950187">"Recibir mensajes de prueba de autoridades locales y estatales"</string>
     <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"Alertas de emergencia"</string>
diff --git a/res/values-es/strings.xml b/res/values-es/strings.xml
index f22c6aa..91534f8 100644
--- a/res/values-es/strings.xml
+++ b/res/values-es/strings.xml
@@ -80,11 +80,9 @@
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"Advertencia sobre amenazas de seguridad inminentes"</string>
     <string name="enable_public_safety_messages_title" msgid="5576770949182656524">"Mensajes de seguridad pública"</string>
     <string name="enable_public_safety_messages_summary" msgid="7868069748857851521">"Acciones recomendadas que pueden salvar vidas o propiedades"</string>
-    <string name="enable_full_screen_public_safety_messages_title" msgid="1790574642368284876">"Mostrar mensajes en pantalla completa"</string>
-    <string name="enable_full_screen_public_safety_messages_summary" msgid="1305786776090796715">"Si lo desactivas, los mensajes de seguridad pública se enviarán solo a tu aplicación de SMS"</string>
     <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"Pruebas locales y estatales"</string>
     <string name="enable_state_local_test_alerts_summary" msgid="780298327377950187">"Recibir mensajes de prueba de autoridades locales y estatales"</string>
-    <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"Alertas de emergencia"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"Alertas de emergencias"</string>
     <string name="enable_emergency_alerts_message_summary" msgid="7574617515441602546">"Advertencia sobre eventos que pueden ser mortales"</string>
     <string name="enable_cmas_test_alerts_title" msgid="7194966927004755266">"Alertas de prueba"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="2083089933271720217">"Recibe pruebas de operadores y pruebas mensuales del sistema de alertas de seguridad"</string>
diff --git a/res/values-et/strings.xml b/res/values-et/strings.xml
index a4cab9c..07cece7 100644
--- a/res/values-et/strings.xml
+++ b/res/values-et/strings.xml
@@ -80,8 +80,6 @@
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"Hoiatused eelseisvate turvaohtude puhul"</string>
     <string name="enable_public_safety_messages_title" msgid="5576770949182656524">"Avalikud turvateadaanded"</string>
     <string name="enable_public_safety_messages_summary" msgid="7868069748857851521">"Soovitatud toimingud, mis võivad päästa elusid või vara"</string>
-    <string name="enable_full_screen_public_safety_messages_title" msgid="1790574642368284876">"Kuva teadaanded täisekraanil"</string>
-    <string name="enable_full_screen_public_safety_messages_summary" msgid="1305786776090796715">"Lülitage välja, et avalikke turvateadaandeid saada ainult SMS-i teel"</string>
     <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"Riiklikud ja kohalikud testid"</string>
     <string name="enable_state_local_test_alerts_summary" msgid="780298327377950187">"Saate riiklikelt ja kohalikelt ametkondadelt testsõnumeid"</string>
     <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"Hädaolukorra hoiatused"</string>
diff --git a/res/values-eu/strings.xml b/res/values-eu/strings.xml
index f61f5d3..8cac097 100644
--- a/res/values-eu/strings.xml
+++ b/res/values-eu/strings.xml
@@ -80,13 +80,11 @@
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"Ohartarazi berehalako segurtasun-arriskuei buruz"</string>
     <string name="enable_public_safety_messages_title" msgid="5576770949182656524">"Segurtasun publikoari buruzko mezuak"</string>
     <string name="enable_public_safety_messages_summary" msgid="7868069748857851521">"Bizia edo ondasunak salbatzeko ekintza gomendatuak"</string>
-    <string name="enable_full_screen_public_safety_messages_title" msgid="1790574642368284876">"Erakutsi mezuak pantaila osoan"</string>
-    <string name="enable_full_screen_public_safety_messages_summary" msgid="1305786776090796715">"Desaktibatu hau segurtasun publikoari buruzko mezuak SMSetarako aplikaziora soilik bidaltzeko"</string>
     <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"Estatuko eta tokiko erakundeen probak"</string>
     <string name="enable_state_local_test_alerts_summary" msgid="780298327377950187">"Jaso probako mezuak estatuko eta tokiko agintaritzengandik"</string>
     <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"Larrialdi-alertak"</string>
     <string name="enable_emergency_alerts_message_summary" msgid="7574617515441602546">"Ohartarazi bizitza arriskuan jar dezaketen gertaerei buruz"</string>
-    <string name="enable_cmas_test_alerts_title" msgid="7194966927004755266">"Probako alertak"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="7194966927004755266">"Testu-mezu bidezko alertak"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="2083089933271720217">"Jaso segurtasun-alerten sistemaren operadore-probak eta hileroko probak"</string>
     <!-- no translation found for enable_exercise_test_alerts_title (6030780598569873865) -->
     <skip />
diff --git a/res/values-fa/strings.xml b/res/values-fa/strings.xml
index 255ea69..4cbb419 100644
--- a/res/values-fa/strings.xml
+++ b/res/values-fa/strings.xml
@@ -80,8 +80,6 @@
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"هشدار درباره تهدیدهای ایمنی قریب‌الوقوع"</string>
     <string name="enable_public_safety_messages_title" msgid="5576770949182656524">"پیام‌های امنیت عمومی"</string>
     <string name="enable_public_safety_messages_summary" msgid="7868069748857851521">"اقدام‌های توصیه‌شده که می‌تواند جان افراد یا اموال آن‌ها را حفظ کند"</string>
-    <string name="enable_full_screen_public_safety_messages_title" msgid="1790574642368284876">"نمایش پیام‌ها به‌صورت تمام‌صفحه"</string>
-    <string name="enable_full_screen_public_safety_messages_summary" msgid="1305786776090796715">"با خاموش کردن این گزینه، پیام‌های امنیت عمومی فقط به برنامه پیامک ارسال می‌شود"</string>
     <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"آزمایش‌های ایالتی و محلی"</string>
     <string name="enable_state_local_test_alerts_summary" msgid="780298327377950187">"دریافت پیام‌های آزمایشی از مقامات ایالتی و محلی"</string>
     <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"هشدارهای اضطراری"</string>
diff --git a/res/values-fi/strings.xml b/res/values-fi/strings.xml
index 8259dea..af7398a 100644
--- a/res/values-fi/strings.xml
+++ b/res/values-fi/strings.xml
@@ -80,8 +80,6 @@
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"Varoita välittömistä turvallisuusuhista"</string>
     <string name="enable_public_safety_messages_title" msgid="5576770949182656524">"Yleistä turvallisuutta koskevat viestit"</string>
     <string name="enable_public_safety_messages_summary" msgid="7868069748857851521">"Toimintasuositukset, joilla voidaan suojata ihmishenkiä tai omaisuutta"</string>
-    <string name="enable_full_screen_public_safety_messages_title" msgid="1790574642368284876">"Näytä viestit koko näytön tilassa"</string>
-    <string name="enable_full_screen_public_safety_messages_summary" msgid="1305786776090796715">"Poista käytöstä, niin yleistä turvallisuutta koskevat viestit lähetetään vain tekstiviesteinä"</string>
     <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"Paikalliset testit"</string>
     <string name="enable_state_local_test_alerts_summary" msgid="780298327377950187">"Vastaanota koeviestejä paikallisilta viranomaisilta"</string>
     <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"Hätätiedotteet"</string>
diff --git a/res/values-fr-rCA/strings.xml b/res/values-fr-rCA/strings.xml
index 01955d0..e936992 100644
--- a/res/values-fr-rCA/strings.xml
+++ b/res/values-fr-rCA/strings.xml
@@ -80,8 +80,6 @@
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"Avertir des menaces de sécurité imminentes"</string>
     <string name="enable_public_safety_messages_title" msgid="5576770949182656524">"Messages de sécurité publique"</string>
     <string name="enable_public_safety_messages_summary" msgid="7868069748857851521">"Actions recommandées pouvant sauver des vies ou des biens"</string>
-    <string name="enable_full_screen_public_safety_messages_title" msgid="1790574642368284876">"Afficher les messages en mode plein écran"</string>
-    <string name="enable_full_screen_public_safety_messages_summary" msgid="1305786776090796715">"Désactiver pour n\'envoyer les messages de sécurité publique qu\'à votre application de messagerie texte"</string>
     <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"Tests des autorités nationales et locales"</string>
     <string name="enable_state_local_test_alerts_summary" msgid="780298327377950187">"Recevoir des messages de test des autorités nationales et locales"</string>
     <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"Alertes d\'urgence"</string>
diff --git a/res/values-fr/strings.xml b/res/values-fr/strings.xml
index e3ee6ef..576dae3 100644
--- a/res/values-fr/strings.xml
+++ b/res/values-fr/strings.xml
@@ -80,8 +80,6 @@
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"Recevoir des avertissements relatifs aux menaces de sécurité imminentes"</string>
     <string name="enable_public_safety_messages_title" msgid="5576770949182656524">"Messages de sécurité publique"</string>
     <string name="enable_public_safety_messages_summary" msgid="7868069748857851521">"Actions recommandées susceptibles de sauver des vies ou des biens"</string>
-    <string name="enable_full_screen_public_safety_messages_title" msgid="1790574642368284876">"Afficher les messages en plein écran"</string>
-    <string name="enable_full_screen_public_safety_messages_summary" msgid="1305786776090796715">"Désactiver pour envoyer les messages de sécurité publique uniquement sur votre appli de SMS"</string>
     <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"Tests à l\'échelle nationale et locale"</string>
     <string name="enable_state_local_test_alerts_summary" msgid="780298327377950187">"Recevoir des messages tests des autorités nationales et locales"</string>
     <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"Alertes d\'urgence"</string>
diff --git a/res/values-gl/strings.xml b/res/values-gl/strings.xml
index fede4c5..67a65c6 100644
--- a/res/values-gl/strings.xml
+++ b/res/values-gl/strings.xml
@@ -64,7 +64,7 @@
     <string name="enable_alerts_master_toggle_summary" msgid="5583168548073938617">"Recibe alertas de emerxencia sen fíos"</string>
     <string name="alert_reminder_interval_title" msgid="3283595202268218149">"Recordatorio de alerta"</string>
     <string name="enable_alert_speech_title" msgid="8052104771053526941">"Ler mensaxe de alerta"</string>
-    <string name="enable_alert_speech_summary" msgid="2855629032890937297">"Usa a conversión de texto a voz para ler as mensaxes de alertas de emerxencia sen fíos"</string>
+    <string name="enable_alert_speech_summary" msgid="2855629032890937297">"Usa a síntese de voz para ler as mensaxes de alertas de emerxencia sen fíos"</string>
     <string name="alert_reminder_dialog_title" msgid="2299010977651377315">"Reproducirase un son de recordatorio co volume habitual"</string>
     <string name="emergency_alert_history_title" msgid="8310173569237268431">"Historial de alertas de emerxencia"</string>
     <string name="alert_preferences_title" msgid="6001469026393248468">"Preferencias de alertas"</string>
@@ -80,8 +80,6 @@
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"Recibe advertencias de ameazas de seguranza inminentes"</string>
     <string name="enable_public_safety_messages_title" msgid="5576770949182656524">"Mensaxes de seguranza pública"</string>
     <string name="enable_public_safety_messages_summary" msgid="7868069748857851521">"Accións recomendadas que poden salvar vidas ou propiedades"</string>
-    <string name="enable_full_screen_public_safety_messages_title" msgid="1790574642368284876">"Mostrar mensaxes a pantalla completa"</string>
-    <string name="enable_full_screen_public_safety_messages_summary" msgid="1305786776090796715">"Se se desactiva, as mensaxes de seguranza pública envíanse unicamente á aplicación de SMS"</string>
     <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"Probas procedentes de autoridades locais e estatais"</string>
     <string name="enable_state_local_test_alerts_summary" msgid="780298327377950187">"Recibe mensaxes de proba procedentes de autoridades locais e estatais"</string>
     <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"Alertas de emerxencia"</string>
diff --git a/res/values-gu/strings.xml b/res/values-gu/strings.xml
index d2a2639..4784718 100644
--- a/res/values-gu/strings.xml
+++ b/res/values-gu/strings.xml
@@ -25,7 +25,7 @@
     <string name="cell_broadcast_settings_not_available" msgid="3908142962162375221">"આ વપરાશકર્તા માટે વાયરલેસ ઇમર્જન્સી અલર્ટના સેટિંગ ઉપલબ્ધ નથી"</string>
     <string name="button_dismiss" msgid="1234221657930516287">"ઓકે"</string>
     <string name="no_cell_broadcasts" msgid="7554779730107421769">"કોઈ પાછલી અલર્ટ નથી"</string>
-    <string name="menu_preferences" msgid="3596514894131599202">"સેટિંગ"</string>
+    <string name="menu_preferences" msgid="3596514894131599202">"સેટિંગ્સ"</string>
     <string name="menu_delete_all" msgid="3940997343921149800">"બ્રોડકાસ્ટ્સ કાઢી નાખો"</string>
     <string name="message_options" msgid="3178489901903589574">"સંદેશ વિકલ્પો"</string>
     <string name="menu_view_details" msgid="1040989019045280975">"વિગતો જુઓ"</string>
@@ -80,8 +80,6 @@
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"નિકટવર્તી સલામતી જોખમો વિશે ચેતવો"</string>
     <string name="enable_public_safety_messages_title" msgid="5576770949182656524">"સાર્વજનિક સુરક્ષા સંદેશા"</string>
     <string name="enable_public_safety_messages_summary" msgid="7868069748857851521">"સુઝાવ આપેલ ક્રિયાઓ જે જીંદગીઓ અથવા મિલ્કતને બચાવી શકે"</string>
-    <string name="enable_full_screen_public_safety_messages_title" msgid="1790574642368284876">"સંદેશા પૂર્ણ સ્ક્રીનમાં બતાવો"</string>
-    <string name="enable_full_screen_public_safety_messages_summary" msgid="1305786776090796715">"સલામતીના સાર્વજનિક સંદેશા માત્ર તમારી SMS ઍપમાં મોકલવા માટે, આ ચેકમાર્ક બંધ કરો"</string>
     <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"રાજ્ય અને સ્થાનિક પરીક્ષણો"</string>
     <string name="enable_state_local_test_alerts_summary" msgid="780298327377950187">"રાજ્ય અને સ્થાનિક સત્તાવાળાઓ પાસેથી પરીક્ષણ સંદેશા પ્રાપ્ત કરો"</string>
     <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"કટોકટીની ચેતવણીઓ"</string>
diff --git a/res/values-hi/strings.xml b/res/values-hi/strings.xml
index d584886..6e37852 100644
--- a/res/values-hi/strings.xml
+++ b/res/values-hi/strings.xml
@@ -61,13 +61,13 @@
     <string name="notification_channel_broadcast_messages_in_voicecall" msgid="3291001780110813190">"वॉयस कॉल के दौरान आपातकालीन चेतावनियां"</string>
     <string name="notification_channel_settings_updates" msgid="6779759372516475085">"अपने-आप काम करने वाली WEA की सूचनाओं की सेटिंग, सिम के हिसाब से बदल जाती है"</string>
     <string name="enable_alerts_master_toggle_title" msgid="1457904343636699446">"चेतावनी दिखाए जाने की अनुमति दें"</string>
-    <string name="enable_alerts_master_toggle_summary" msgid="5583168548073938617">"वायरलेस इमरजेंसी अलर्ट की सूचनाएं पाएं"</string>
-    <string name="alert_reminder_interval_title" msgid="3283595202268218149">"अलर्ट रिमाइंडर"</string>
+    <string name="enable_alerts_master_toggle_summary" msgid="5583168548073938617">"वायरलेस इमरजेंसी अलर्ट की चेतावनी पाएं"</string>
+    <string name="alert_reminder_interval_title" msgid="3283595202268218149">"याद दिलाने के लिए अलर्ट"</string>
     <string name="enable_alert_speech_title" msgid="8052104771053526941">"अलर्ट मैसेज बोलें"</string>
     <string name="enable_alert_speech_summary" msgid="2855629032890937297">"वायरलेस इमरजेंसी अलर्ट वाला मैसेज बोलने के लिए लिखाई को बोली में बदलने की सुविधा इस्तेमाल करें"</string>
-    <string name="alert_reminder_dialog_title" msgid="2299010977651377315">"रिमांइडर की आवाज़ सामान्य रहेगी"</string>
+    <string name="alert_reminder_dialog_title" msgid="2299010977651377315">"रिमांइडर की रिंगटोन की आवाज़ सामान्य रहेगी"</string>
     <string name="emergency_alert_history_title" msgid="8310173569237268431">"आपातकालीन समय की चेतावनियों का इतिहास"</string>
-    <string name="alert_preferences_title" msgid="6001469026393248468">"चेतावनी से जुड़ी प्राथमिकताएं"</string>
+    <string name="alert_preferences_title" msgid="6001469026393248468">"चेतावनी से जुड़ी पसंद"</string>
     <string name="enable_etws_test_alerts_title" msgid="3593533226735441539">"ETWS परीक्षण प्रसारण"</string>
     <string name="enable_etws_test_alerts_summary" msgid="8746155402612927306">"भूकंप सुनामी चेतावनी सिस्‍टम के लिए परीक्षण प्रसारण"</string>
     <string name="enable_cmas_extreme_threat_alerts_title" msgid="5416260219062637770">"बहुत गंभीर खतरे"</string>
@@ -80,8 +80,6 @@
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"ऐसे मामलों के बारे में चेतावनी देना, जिनकी वजह से जल्द ही सुरक्षा पर खतरा हो सकता है"</string>
     <string name="enable_public_safety_messages_title" msgid="5576770949182656524">"सभी की सुरक्षा के लिए मैसेज"</string>
     <string name="enable_public_safety_messages_summary" msgid="7868069748857851521">"ऐसी कार्रवाइयां जिनसे जीवन या संपत्ति की सुरक्षा की जा सकती है"</string>
-    <string name="enable_full_screen_public_safety_messages_title" msgid="1790574642368284876">"फ़ुल-स्क्रीन पर मैसेज दिखाएं"</string>
-    <string name="enable_full_screen_public_safety_messages_summary" msgid="1305786776090796715">"सार्वजनिक सुरक्षा से जुड़े मैसेज सिर्फ़ एसएमएस ऐप्लिकेशन पर पाने के लिए, यह सुविधा बंद करें"</string>
     <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"राज्य और स्थानीय टेस्ट"</string>
     <string name="enable_state_local_test_alerts_summary" msgid="780298327377950187">"राज्य और स्थानीय अधिकारियों से टेस्ट मैसेज पाना"</string>
     <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"इमरजेंसी के समय सूचनाएं"</string>
diff --git a/res/values-hr/strings.xml b/res/values-hr/strings.xml
index 17fe91d..d5a45f4 100644
--- a/res/values-hr/strings.xml
+++ b/res/values-hr/strings.xml
@@ -61,7 +61,7 @@
     <string name="notification_channel_broadcast_messages_in_voicecall" msgid="3291001780110813190">"Hitna upozorenja u glasovnom pozivu"</string>
     <string name="notification_channel_settings_updates" msgid="6779759372516475085">"Automatske promjene postavki WEA-a na temelju SIM-a"</string>
     <string name="enable_alerts_master_toggle_title" msgid="1457904343636699446">"Dopusti upozorenja"</string>
-    <string name="enable_alerts_master_toggle_summary" msgid="5583168548073938617">"Primajte obavijesti o hitnim upozorenjima putem bežične mreže"</string>
+    <string name="enable_alerts_master_toggle_summary" msgid="5583168548073938617">"Primanje obavijesti o hitnim upozorenjima putem bežične mreže"</string>
     <string name="alert_reminder_interval_title" msgid="3283595202268218149">"Podsjetnik upozorenja"</string>
     <string name="enable_alert_speech_title" msgid="8052104771053526941">"Izgovaranje poruka upozorenja"</string>
     <string name="enable_alert_speech_summary" msgid="2855629032890937297">"Koristi pretvaranje teksta u govor za izgovaranje poruka hitnih upozorenja putem bežične mreže"</string>
@@ -80,8 +80,6 @@
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"Upozorenja o neposrednim sigurnosnim prijetnjama"</string>
     <string name="enable_public_safety_messages_title" msgid="5576770949182656524">"Poruke o javnoj sigurnosti"</string>
     <string name="enable_public_safety_messages_summary" msgid="7868069748857851521">"Preporučene radnje koje mogu spasiti živote ili imovinu"</string>
-    <string name="enable_full_screen_public_safety_messages_title" msgid="1790574642368284876">"Prikaži poruke na cijelom zaslonu"</string>
-    <string name="enable_full_screen_public_safety_messages_summary" msgid="1305786776090796715">"Isključite da bi se poruke o javnoj sigurnosti slale samo u vašu aplikaciju za SMS-ove"</string>
     <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"Državni i lokalni testovi"</string>
     <string name="enable_state_local_test_alerts_summary" msgid="780298327377950187">"Primajte testne poruke od nadležnih državnih i lokalnih tijela"</string>
     <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"Hitna upozorenja"</string>
diff --git a/res/values-hu/strings.xml b/res/values-hu/strings.xml
index 5623c21..4997311 100644
--- a/res/values-hu/strings.xml
+++ b/res/values-hu/strings.xml
@@ -80,8 +80,6 @@
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"Közvetlen biztonsági fenyegetésekkel kapcsolatos figyelmeztetés"</string>
     <string name="enable_public_safety_messages_title" msgid="5576770949182656524">"Közbiztonsággal kapcsolatos üzenetek"</string>
     <string name="enable_public_safety_messages_summary" msgid="7868069748857851521">"Élet és anyagi eszközök mentésére szolgáló javasolt intézkedések"</string>
-    <string name="enable_full_screen_public_safety_messages_title" msgid="1790574642368284876">"Teljes képernyős üzenetek megjelenítése"</string>
-    <string name="enable_full_screen_public_safety_messages_summary" msgid="1305786776090796715">"Kapcsolja ki, hogy a közbiztonsággal kapcsolatos üzenetek csak az SMS-alkalmazásába érkezzenek meg"</string>
     <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"Állami és helyi tesztek"</string>
     <string name="enable_state_local_test_alerts_summary" msgid="780298327377950187">"Tesztüzenetek fogadása az állami és a helyi hatóságoktól"</string>
     <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"Vészriasztások"</string>
diff --git a/res/values-hy/strings.xml b/res/values-hy/strings.xml
index f6931bd..c3a15a4 100644
--- a/res/values-hy/strings.xml
+++ b/res/values-hy/strings.xml
@@ -80,11 +80,9 @@
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"Զգուշացնել անվտանգության անխուսափելի սպառնալիքների մասին"</string>
     <string name="enable_public_safety_messages_title" msgid="5576770949182656524">"Հաղորդագրություններ հանրային անվտանգության սպառնալիքի մասին"</string>
     <string name="enable_public_safety_messages_summary" msgid="7868069748857851521">"Առաջարկվող գործողություններ, որոնք կօգնեն փրկել կյանքը և գույքը"</string>
-    <string name="enable_full_screen_public_safety_messages_title" msgid="1790574642368284876">"Հաղորդագրությունները ցուցադրել լիաէկրան ռեժիմում"</string>
-    <string name="enable_full_screen_public_safety_messages_summary" msgid="1305786776090796715">"Հանրային անվտանգության հաղորդագրություններն ուղարկել միայն SMS-ների փոխանակման հավելվածին"</string>
     <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"Փորձնական ահազանգեր պետական և տեղական կառավարման մարմիններից"</string>
     <string name="enable_state_local_test_alerts_summary" msgid="780298327377950187">"Փորձնական ահազանգեր ստանալ պետական և տեղական կառավարման մարմիններից"</string>
-    <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"Ծանուցումներ արտակարգ իրավիճակների մասին"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"Բնակչության ազդարարման համակարգ"</string>
     <string name="enable_emergency_alerts_message_summary" msgid="7574617515441602546">"Զգուշացնել կյանքին վտանգ սպառնացող իրադարձությունների մասին"</string>
     <string name="enable_cmas_test_alerts_title" msgid="7194966927004755266">"Փորձնական ծանուցումներ"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="2083089933271720217">"Ստանալ ազդարարման համակարգի փորձնական ահազանգեր (օպերատորից և ամենամսյա)"</string>
diff --git a/res/values-in/strings.xml b/res/values-in/strings.xml
index bddb26e..aaeba59 100644
--- a/res/values-in/strings.xml
+++ b/res/values-in/strings.xml
@@ -18,7 +18,7 @@
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="app_label" msgid="2008319089248760277">"Peringatan darurat nirkabel"</string>
     <string name="sms_cb_settings" msgid="9021266457863671070">"Peringatan darurat nirkabel"</string>
-    <string name="sms_cb_sender_name_default" msgid="972946539768958828">"Peringatan darurat nirkabel"</string>
+    <string name="sms_cb_sender_name_default" msgid="972946539768958828">"Notifikasi darurat nirkabel"</string>
     <string name="sms_cb_sender_name_presidential" msgid="5302753979711319380">"Peringatan darurat nirkabel"</string>
     <string name="sms_cb_sender_name_emergency" msgid="2937067842997478965">"Peringatan darurat nirkabel"</string>
     <string name="sms_cb_sender_name_public_safety" msgid="5230033387708907922">"Notifikasi informasi"</string>
@@ -80,8 +80,6 @@
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"Peringatkan tentang ancaman keamanan yang akan segera terjadi"</string>
     <string name="enable_public_safety_messages_title" msgid="5576770949182656524">"Pesan keselamatan publik"</string>
     <string name="enable_public_safety_messages_summary" msgid="7868069748857851521">"Tindakan yang disarankan untuk menyelamatkan nyawa atau harta benda"</string>
-    <string name="enable_full_screen_public_safety_messages_title" msgid="1790574642368284876">"Tampilkan pesan layar penuh"</string>
-    <string name="enable_full_screen_public_safety_messages_summary" msgid="1305786776090796715">"Nonaktifkan agar pesan keselamatan publik hanya dikirim ke aplikasi SMS Anda"</string>
     <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"Peringatan percobaan dari negara bagian dan lokal"</string>
     <string name="enable_state_local_test_alerts_summary" msgid="780298327377950187">"Menerima pesan percobaan dari otoritas negara bagian atau lokal"</string>
     <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"Peringatan darurat"</string>
diff --git a/res/values-is/strings.xml b/res/values-is/strings.xml
index 21ceb01..6143aeb 100644
--- a/res/values-is/strings.xml
+++ b/res/values-is/strings.xml
@@ -71,17 +71,15 @@
     <string name="enable_etws_test_alerts_title" msgid="3593533226735441539">"ETWS-prufuútsendingar"</string>
     <string name="enable_etws_test_alerts_summary" msgid="8746155402612927306">"Prufuútsendingar fyrir viðvaranir um jarðskjálfta og flóð (ETWS)"</string>
     <string name="enable_cmas_extreme_threat_alerts_title" msgid="5416260219062637770">"Mjög alvarlegar ógnir"</string>
-    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="5832146246627518123">"Líf eða eignir eru í mjög mikilli hættu"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="5832146246627518123">"Þegar líf eða eignir eru í mjög alvarlegri hættu"</string>
     <string name="enable_cmas_severe_threat_alerts_title" msgid="1066172973703410042">"Alvarlegar ógnir"</string>
-    <string name="enable_cmas_severe_threat_alerts_summary" msgid="5292443310309039223">"Líf eða eignir í mikilli hættu"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="5292443310309039223">"Líf eða eignir í alvarlegri hættu"</string>
     <string name="enable_cmas_amber_alerts_title" msgid="1475030503498979651">"AMBER-viðvaranir"</string>
     <string name="enable_cmas_amber_alerts_summary" msgid="4495233280416889667">"Neyðartilkynningar um brottnám barna"</string>
     <string name="enable_alert_message_title" msgid="2939830587633599352">"Viðvörunarskilaboð"</string>
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"Vara við yfirvofandi öryggisógnum"</string>
     <string name="enable_public_safety_messages_title" msgid="5576770949182656524">"Skilaboð frá almannavörnum"</string>
     <string name="enable_public_safety_messages_summary" msgid="7868069748857851521">"Ráðlagðar aðgerðir sem geta bjargað mannslífum og verndað eignir"</string>
-    <string name="enable_full_screen_public_safety_messages_title" msgid="1790574642368284876">"Birta skilaboð á öllum skjánum"</string>
-    <string name="enable_full_screen_public_safety_messages_summary" msgid="1305786776090796715">"Slökktu á þessu til að fá skilaboð frá almannavörnum aðeins send í SMS-forritið þitt"</string>
     <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"Staðbundin prufuviðvörun"</string>
     <string name="enable_state_local_test_alerts_summary" msgid="780298327377950187">"Fá prufuskilboð frá ríkis- og staðaryfirvöldum"</string>
     <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"Neyðartilkynningar"</string>
diff --git a/res/values-it/strings.xml b/res/values-it/strings.xml
index c367272..c75fe7a 100644
--- a/res/values-it/strings.xml
+++ b/res/values-it/strings.xml
@@ -16,22 +16,22 @@
 
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-    <string name="app_label" msgid="2008319089248760277">"Allerte wireless di emergenza"</string>
-    <string name="sms_cb_settings" msgid="9021266457863671070">"Allerte wireless di emergenza"</string>
-    <string name="sms_cb_sender_name_default" msgid="972946539768958828">"Allerte wireless di emergenza"</string>
-    <string name="sms_cb_sender_name_presidential" msgid="5302753979711319380">"Allerte wireless di emergenza"</string>
-    <string name="sms_cb_sender_name_emergency" msgid="2937067842997478965">"Allerte wireless di emergenza"</string>
+    <string name="app_label" msgid="2008319089248760277">"Avvisi di emergenza wireless"</string>
+    <string name="sms_cb_settings" msgid="9021266457863671070">"Avvisi di emergenza wireless"</string>
+    <string name="sms_cb_sender_name_default" msgid="972946539768958828">"Avvisi di emergenza wireless"</string>
+    <string name="sms_cb_sender_name_presidential" msgid="5302753979711319380">"Avvisi di emergenza wireless"</string>
+    <string name="sms_cb_sender_name_emergency" msgid="2937067842997478965">"Avvisi di emergenza wireless"</string>
     <string name="sms_cb_sender_name_public_safety" msgid="5230033387708907922">"Notifica informativa"</string>
-    <string name="cell_broadcast_settings_not_available" msgid="3908142962162375221">"Le impostazioni per le allerte di emergenza wireless non sono disponibili per questo utente"</string>
+    <string name="cell_broadcast_settings_not_available" msgid="3908142962162375221">"Le impostazioni per gli avvisi di emergenza wireless non sono disponibili per questo utente"</string>
     <string name="button_dismiss" msgid="1234221657930516287">"OK"</string>
-    <string name="no_cell_broadcasts" msgid="7554779730107421769">"Nessuna allerta precedente"</string>
+    <string name="no_cell_broadcasts" msgid="7554779730107421769">"Nessun\'allerta precedente"</string>
     <string name="menu_preferences" msgid="3596514894131599202">"Impostazioni"</string>
     <string name="menu_delete_all" msgid="3940997343921149800">"Elimina trasmissioni"</string>
     <string name="message_options" msgid="3178489901903589574">"Opzioni messaggio"</string>
     <string name="menu_view_details" msgid="1040989019045280975">"Visualizza dettagli"</string>
     <string name="menu_delete" msgid="128380070910799366">"Elimina trasmissione"</string>
-    <string name="view_details_title" msgid="1780427629491781473">"Dettagli allerta"</string>
-    <string name="view_details_debugging_title" msgid="5699927030805114173">"Dettagli allerta per il debug"</string>
+    <string name="view_details_title" msgid="1780427629491781473">"Dettagli avviso"</string>
+    <string name="view_details_debugging_title" msgid="5699927030805114173">"Dettagli degli avvisi per il debug"</string>
     <string name="confirm_delete_broadcast" msgid="2540199303730232322">"Eliminare questo broadcast?"</string>
     <string name="confirm_delete_all_broadcasts" msgid="2924444089047280871">"Eliminare tutti i messaggi broadcast ricevuti?"</string>
     <string name="button_delete" msgid="4672451757925194350">"Elimina"</string>
@@ -41,30 +41,30 @@
     <string name="etws_earthquake_and_tsunami_warning" msgid="662449983177407681">"Avviso terremoto e tsunami"</string>
     <string name="etws_test_message" msgid="8447820262584381894">"Messaggio di prova ETWS"</string>
     <string name="etws_other_emergency_type" msgid="5233080551309721499">"Allarme di emergenza"</string>
-    <string name="cmas_presidential_level_alert" msgid="1209234030582361001">"Allerta presidenziale"</string>
-    <string name="cmas_extreme_alert" msgid="2588720613319969289">"Allerta di emergenza: estremo"</string>
-    <string name="cmas_extreme_immediate_observed_alert" msgid="2328845915287460780">"Allerta di emergenza: estremo"</string>
-    <string name="cmas_extreme_immediate_likely_alert" msgid="1859702950323471778">"Allerta di emergenza: estremo"</string>
-    <string name="cmas_severe_alert" msgid="4135809475315826913">"Allerta di emergenza: grave"</string>
+    <string name="cmas_presidential_level_alert" msgid="1209234030582361001">"Avviso presidenziale"</string>
+    <string name="cmas_extreme_alert" msgid="2588720613319969289">"Avviso di emergenza: estremo"</string>
+    <string name="cmas_extreme_immediate_observed_alert" msgid="2328845915287460780">"Avviso di emergenza: estremo"</string>
+    <string name="cmas_extreme_immediate_likely_alert" msgid="1859702950323471778">"Avviso di emergenza: estremo"</string>
+    <string name="cmas_severe_alert" msgid="4135809475315826913">"Avviso di emergenza: grave"</string>
     <string name="cmas_amber_alert" msgid="6154867710264778887">"Sottrazione di minori (allerta Amber)"</string>
     <string name="cmas_required_monthly_test" msgid="1890205712251132193">"Test mensile obbligatorio"</string>
-    <string name="cmas_exercise_alert" msgid="2892255514938370321">"Allerta di emergenza (esercitazione)"</string>
-    <string name="cmas_operator_defined_alert" msgid="8755372450810011476">"Allerta di emergenza (operatore)"</string>
+    <string name="cmas_exercise_alert" msgid="2892255514938370321">"Avviso di emergenza (esercitazione)"</string>
+    <string name="cmas_operator_defined_alert" msgid="8755372450810011476">"Avviso di emergenza (operatore)"</string>
     <string name="cb_other_message_identifiers" msgid="5790068194529377210">"Messaggi broadcast"</string>
     <string name="public_safety_message" msgid="9119928798786998252">"Messaggio di sicurezza pubblica"</string>
     <string name="state_local_test_alert" msgid="8003145745857480200">"Test a livello statale/locale"</string>
-    <string name="emergency_alert" msgid="624783871477634263">"Allerta di emergenza"</string>
+    <string name="emergency_alert" msgid="624783871477634263">"Avviso di emergenza"</string>
     <string name="emergency_alerts_title" msgid="6605036374197485429">"Allerte"</string>
     <string name="notification_channel_broadcast_messages" msgid="880704362482824524">"Messaggi broadcast"</string>
     <string name="notification_channel_emergency_alerts" msgid="5008287980979183617">"Avvisi di emergenza"</string>
     <string name="notification_channel_emergency_alerts_high_priority" msgid="3937475297436439073">"Avvisi di emergenza senza risposta"</string>
     <string name="notification_channel_broadcast_messages_in_voicecall" msgid="3291001780110813190">"Avvisi d\'emergenza in chiamata vocale"</string>
     <string name="notification_channel_settings_updates" msgid="6779759372516475085">"Le impostazioni WEA automatiche cambiano in base alla SIM"</string>
-    <string name="enable_alerts_master_toggle_title" msgid="1457904343636699446">"Consenti allerte"</string>
-    <string name="enable_alerts_master_toggle_summary" msgid="5583168548073938617">"Ricevi notifiche per allerte wireless di emergenza"</string>
+    <string name="enable_alerts_master_toggle_title" msgid="1457904343636699446">"Consenti avvisi"</string>
+    <string name="enable_alerts_master_toggle_summary" msgid="5583168548073938617">"Ricevi notifiche per avvisi di emergenza wireless"</string>
     <string name="alert_reminder_interval_title" msgid="3283595202268218149">"Promemoria allerte"</string>
-    <string name="enable_alert_speech_title" msgid="8052104771053526941">"Leggimi messaggio di allerta"</string>
-    <string name="enable_alert_speech_summary" msgid="2855629032890937297">"Usa la sintesi vocale per leggermi i messaggi delle allerte di emergenza wireless"</string>
+    <string name="enable_alert_speech_title" msgid="8052104771053526941">"Leggimi messaggio di avviso"</string>
+    <string name="enable_alert_speech_summary" msgid="2855629032890937297">"Usa la sintesi vocale per leggermi i messaggi degli avvisi di emergenza wireless"</string>
     <string name="alert_reminder_dialog_title" msgid="2299010977651377315">"Verrà riprodotto un suono di promemoria a volume normale"</string>
     <string name="emergency_alert_history_title" msgid="8310173569237268431">"Cronologia allerte di emergenza"</string>
     <string name="alert_preferences_title" msgid="6001469026393248468">"Preferenze per le allerte"</string>
@@ -76,12 +76,10 @@
     <string name="enable_cmas_severe_threat_alerts_summary" msgid="5292443310309039223">"Minacce gravi alla vita e alle proprietà"</string>
     <string name="enable_cmas_amber_alerts_title" msgid="1475030503498979651">"Allerte AMBER"</string>
     <string name="enable_cmas_amber_alerts_summary" msgid="4495233280416889667">"Bollettini di emergenza rapimento bambini"</string>
-    <string name="enable_alert_message_title" msgid="2939830587633599352">"Messaggi di allerta"</string>
+    <string name="enable_alert_message_title" msgid="2939830587633599352">"Messaggi di avviso"</string>
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"Avvisi relativi a imminenti minacce alla sicurezza"</string>
     <string name="enable_public_safety_messages_title" msgid="5576770949182656524">"Messaggi di sicurezza pubblica"</string>
     <string name="enable_public_safety_messages_summary" msgid="7868069748857851521">"Azioni consigliate per salvare vite umane o proteggere cose"</string>
-    <string name="enable_full_screen_public_safety_messages_title" msgid="1790574642368284876">"Mostra messaggi a schermo intero"</string>
-    <string name="enable_full_screen_public_safety_messages_summary" msgid="1305786776090796715">"Disattiva l\'opzione per ricevere messaggi relativi alla sicurezza pubblica soltanto nell\'app per SMS"</string>
     <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"Test a livello statale e locale"</string>
     <string name="enable_state_local_test_alerts_summary" msgid="780298327377950187">"Ricevi messaggi di prova da autorità statali e locali"</string>
     <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"Avvisi d\'emergenza"</string>
@@ -90,17 +88,17 @@
     <string name="enable_cmas_test_alerts_summary" msgid="2083089933271720217">"Ricevi test dell\'operatore e test mensili dal sistema di allerte relative alla sicurezza"</string>
     <!-- no translation found for enable_exercise_test_alerts_title (6030780598569873865) -->
     <skip />
-    <string name="enable_exercise_test_alerts_summary" msgid="4276766794979567304">"Ricevi allerta di emergenza: messaggio di esercitazione"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="4276766794979567304">"Ricevi un allarme di emergenza: messaggio di esercitazione"</string>
     <!-- no translation found for enable_operator_defined_test_alerts_title (7459219458579095832) -->
     <skip />
-    <string name="enable_operator_defined_test_alerts_summary" msgid="7856514354348843433">"Ricevi allerta di emergenza: operatore definito"</string>
+    <string name="enable_operator_defined_test_alerts_summary" msgid="7856514354348843433">"Ricevi avviso di emergenza: Operatore definito"</string>
     <string name="enable_alert_vibrate_title" msgid="5421032189422312508">"Vibrazione"</string>
     <string name="enable_alert_vibrate_summary" msgid="4733669825477146614"></string>
-    <string name="override_dnd_title" msgid="5120805993144214421">"Allerta sempre a tutto volume"</string>
+    <string name="override_dnd_title" msgid="5120805993144214421">"Avvisa sempre a tutto volume"</string>
     <string name="override_dnd_summary" msgid="9026675822792800258">"Ignora l\'impostazione Non disturbare e altre impostazioni del volume"</string>
     <string name="enable_area_update_info_alerts_title" msgid="3442042268424617226">"Trasmissioni degli aggiornamenti relativi alla zona"</string>
     <string name="enable_area_update_info_alerts_summary" msgid="6437816607144264910">"Mostra le informazioni di aggiornamento nello stato della SIM"</string>
-    <string name="cmas_category_heading" msgid="3923503130776640717">"Categoria allerta:"</string>
+    <string name="cmas_category_heading" msgid="3923503130776640717">"Categoria avviso:"</string>
     <string name="cmas_category_geo" msgid="4979494217069688527">"Geofisici"</string>
     <string name="cmas_category_met" msgid="7563732573851773537">"Meteorologici"</string>
     <string name="cmas_category_safety" msgid="2986472639641883453">"Sicurezza"</string>
@@ -134,7 +132,7 @@
     <string name="delivery_time_heading" msgid="5980836543433619329">"Ricevuto:"</string>
     <string name="notification_multiple" msgid="5121978148152124860">"<xliff:g id="COUNT">%s</xliff:g> avvisi non letti."</string>
     <string name="notification_multiple_title" msgid="1523638925739947855">"Nuovi avvisi"</string>
-    <string name="show_cmas_opt_out_summary" msgid="6926059266585295440">"Mostra finestra di disattivazione dopo la prima allerta (diversa da un\'allerta presidenziale)."</string>
+    <string name="show_cmas_opt_out_summary" msgid="6926059266585295440">"Mostra finestra di disattivazione dopo il primo avviso (diverso da un avviso presidenziale)."</string>
     <string name="show_cmas_opt_out_title" msgid="9182104842820171132">"Mostra finestra di disattivazione"</string>
     <string name="cmas_opt_out_dialog_text" msgid="4820577535626084938">"Al momento ricevi notifiche per gli avvisi di emergenza wireless. Vuoi continuare a ricevere avvisi di emergenza wireless?"</string>
     <string name="cmas_opt_out_button_yes" msgid="7248930667195432936">"Sì"</string>
@@ -147,7 +145,7 @@
     <item msgid="3863339891188103437">"Ogni 15 minuti"</item>
     <item msgid="7388573183644474611">"Mai"</item>
   </string-array>
-    <string name="emergency_alert_settings_title_watches" msgid="4477073412799894883">"Allerte wireless di emergenza"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="4477073412799894883">"Allerta wireless di emergenza"</string>
     <string name="enable_cmas_presidential_alerts_title" msgid="7293800023375154256">"Avvisi del presidente"</string>
     <string name="enable_cmas_presidential_alerts_summary" msgid="7900094335808247024">"Messaggi di allerta nazionale da parte del presidente. Non possono essere disattivati."</string>
     <string name="receive_cmas_in_second_language_title" msgid="1223260365527361964"></string>
@@ -168,5 +166,5 @@
     <string name="seconds" msgid="141450721520515025">"secondi"</string>
     <string name="message_copied" msgid="6922953753733166675">"Messaggio copiato"</string>
     <string name="notification_cb_settings_changed_title" msgid="7664799881479966932">"Impostazioni modificate dall\'operatore"</string>
-    <string name="notification_cb_settings_changed_text" msgid="1397646219615654933">"Tocca per visualizzare le impostazioni relative alle allerte di emergenza wireless"</string>
+    <string name="notification_cb_settings_changed_text" msgid="1397646219615654933">"Tocca per visualizzare le impostazioni relative agli avvisi di emergenza wireless"</string>
 </resources>
diff --git a/res/values-iw/strings.xml b/res/values-iw/strings.xml
index 41ba66c..9698d8c 100644
--- a/res/values-iw/strings.xml
+++ b/res/values-iw/strings.xml
@@ -17,21 +17,21 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="app_label" msgid="2008319089248760277">"התרעות אלחוטיות על מקרי חירום"</string>
-    <string name="sms_cb_settings" msgid="9021266457863671070">"התרעות אלחוטיות על מקרי חירום"</string>
+    <string name="sms_cb_settings" msgid="9021266457863671070">"התראות אלחוטיות על מקרי חירום"</string>
     <string name="sms_cb_sender_name_default" msgid="972946539768958828">"התרעות אלחוטיות על מקרי חירום"</string>
     <string name="sms_cb_sender_name_presidential" msgid="5302753979711319380">"התרעות אלחוטיות על מקרי חירום"</string>
     <string name="sms_cb_sender_name_emergency" msgid="2937067842997478965">"התרעות אלחוטיות על מקרי חירום"</string>
     <string name="sms_cb_sender_name_public_safety" msgid="5230033387708907922">"הודעה אינפורמטיבית"</string>
     <string name="cell_broadcast_settings_not_available" msgid="3908142962162375221">"הגדרות של התרעות אלחוטיות על מקרי חירום לא זמינות למשתמש זה"</string>
     <string name="button_dismiss" msgid="1234221657930516287">"אישור"</string>
-    <string name="no_cell_broadcasts" msgid="7554779730107421769">"אין התרעות קודמות"</string>
+    <string name="no_cell_broadcasts" msgid="7554779730107421769">"אין התראות קודמות"</string>
     <string name="menu_preferences" msgid="3596514894131599202">"הגדרות"</string>
     <string name="menu_delete_all" msgid="3940997343921149800">"מחיקת השידורים"</string>
     <string name="message_options" msgid="3178489901903589574">"אפשרויות הודעה"</string>
     <string name="menu_view_details" msgid="1040989019045280975">"הצגת פרטים"</string>
     <string name="menu_delete" msgid="128380070910799366">"מחיקת שידור"</string>
-    <string name="view_details_title" msgid="1780427629491781473">"פרטי ההתרעה"</string>
-    <string name="view_details_debugging_title" msgid="5699927030805114173">"פרטי התרעות לניפוי באגים"</string>
+    <string name="view_details_title" msgid="1780427629491781473">"פרטי התראה"</string>
+    <string name="view_details_debugging_title" msgid="5699927030805114173">"פרטי התראות לניפוי באגים"</string>
     <string name="confirm_delete_broadcast" msgid="2540199303730232322">"למחוק שידור זה?"</string>
     <string name="confirm_delete_all_broadcasts" msgid="2924444089047280871">"למחוק את כל הודעות השידור שהתקבלו?"</string>
     <string name="button_delete" msgid="4672451757925194350">"מחיקה"</string>
@@ -41,66 +41,64 @@
     <string name="etws_earthquake_and_tsunami_warning" msgid="662449983177407681">"אזהרת רעידת אדמה וצונאמי"</string>
     <string name="etws_test_message" msgid="8447820262584381894">"‏הודעה על בדיקת ETWS"</string>
     <string name="etws_other_emergency_type" msgid="5233080551309721499">"אזהרת חירום"</string>
-    <string name="cmas_presidential_level_alert" msgid="1209234030582361001">"התרעה נשיאותית"</string>
-    <string name="cmas_extreme_alert" msgid="2588720613319969289">"התרעת חירום: חמורה ביותר"</string>
-    <string name="cmas_extreme_immediate_observed_alert" msgid="2328845915287460780">"התרעת חירום: חמורה ביותר"</string>
-    <string name="cmas_extreme_immediate_likely_alert" msgid="1859702950323471778">"התרעת חירום: חמורה ביותר"</string>
-    <string name="cmas_severe_alert" msgid="4135809475315826913">"התרעת חירום: חמורה"</string>
-    <string name="cmas_amber_alert" msgid="6154867710264778887">"‏חטיפת ילד (התרעת Amber)"</string>
+    <string name="cmas_presidential_level_alert" msgid="1209234030582361001">"התראה נשיאותית"</string>
+    <string name="cmas_extreme_alert" msgid="2588720613319969289">"התראת חירום: חמורה ביותר"</string>
+    <string name="cmas_extreme_immediate_observed_alert" msgid="2328845915287460780">"התראת חירום: חמורה ביותר"</string>
+    <string name="cmas_extreme_immediate_likely_alert" msgid="1859702950323471778">"התראת חירום: חמורה ביותר"</string>
+    <string name="cmas_severe_alert" msgid="4135809475315826913">"התראת חירום: חמורה"</string>
+    <string name="cmas_amber_alert" msgid="6154867710264778887">"‏חטיפת ילד (Amber Alert)"</string>
     <string name="cmas_required_monthly_test" msgid="1890205712251132193">"בדיקה חודשית נדרשת"</string>
-    <string name="cmas_exercise_alert" msgid="2892255514938370321">"התרעת חירום (תרגיל)"</string>
-    <string name="cmas_operator_defined_alert" msgid="8755372450810011476">"התרעת חירום (מפעיל)"</string>
+    <string name="cmas_exercise_alert" msgid="2892255514938370321">"התראת חירום (תרגיל)"</string>
+    <string name="cmas_operator_defined_alert" msgid="8755372450810011476">"התראת חירום (מפעיל)"</string>
     <string name="cb_other_message_identifiers" msgid="5790068194529377210">"הודעות שידור"</string>
     <string name="public_safety_message" msgid="9119928798786998252">"הודעה ביטחונית"</string>
     <string name="state_local_test_alert" msgid="8003145745857480200">"בדיקה מקומית/ארצית"</string>
-    <string name="emergency_alert" msgid="624783871477634263">"התרעה על מקרה חירום"</string>
-    <string name="emergency_alerts_title" msgid="6605036374197485429">"התרעות"</string>
+    <string name="emergency_alert" msgid="624783871477634263">"התראה על מקרה חירום"</string>
+    <string name="emergency_alerts_title" msgid="6605036374197485429">"התראות"</string>
     <string name="notification_channel_broadcast_messages" msgid="880704362482824524">"הודעות שידור"</string>
-    <string name="notification_channel_emergency_alerts" msgid="5008287980979183617">"התרעות חירום"</string>
-    <string name="notification_channel_emergency_alerts_high_priority" msgid="3937475297436439073">"התרעות חירום שלא אושרו"</string>
+    <string name="notification_channel_emergency_alerts" msgid="5008287980979183617">"התראות חירום"</string>
+    <string name="notification_channel_emergency_alerts_high_priority" msgid="3937475297436439073">"התראות חירום שלא אושרו"</string>
     <string name="notification_channel_broadcast_messages_in_voicecall" msgid="3291001780110813190">"התרעות על מקרי חירום בשיחה קולית"</string>
     <string name="notification_channel_settings_updates" msgid="6779759372516475085">"‏שינויים בהגדרות WEA אוטומטיות שמבוססות על כרטיס SIM"</string>
-    <string name="enable_alerts_master_toggle_title" msgid="1457904343636699446">"הצגת התרעות"</string>
+    <string name="enable_alerts_master_toggle_title" msgid="1457904343636699446">"הצגת התראות"</string>
     <string name="enable_alerts_master_toggle_summary" msgid="5583168548073938617">"קבלת התרעות אלחוטיות על מקרי חירום"</string>
-    <string name="alert_reminder_interval_title" msgid="3283595202268218149">"תזכורת להתרעות"</string>
+    <string name="alert_reminder_interval_title" msgid="3283595202268218149">"תזכורת התראה"</string>
     <string name="enable_alert_speech_title" msgid="8052104771053526941">"הודעת התראה תושמע בקול"</string>
     <string name="enable_alert_speech_summary" msgid="2855629032890937297">"‏שימוש בהמרת טקסט לדיבור (TTS) להקראה של התרעות אלחוטיות על מקרי חירום"</string>
-    <string name="alert_reminder_dialog_title" msgid="2299010977651377315">"צליל תזכורת יושמע בעוצמת קול רגילה"</string>
-    <string name="emergency_alert_history_title" msgid="8310173569237268431">"היסטוריה של התרעות חירום"</string>
-    <string name="alert_preferences_title" msgid="6001469026393248468">"העדפות להתרעות"</string>
+    <string name="alert_reminder_dialog_title" msgid="2299010977651377315">"צליל תזכורת יושמע בעוצמת שמע רגילה"</string>
+    <string name="emergency_alert_history_title" msgid="8310173569237268431">"היסטוריה של התראות חירום"</string>
+    <string name="alert_preferences_title" msgid="6001469026393248468">"העדפות להתראות"</string>
     <string name="enable_etws_test_alerts_title" msgid="3593533226735441539">"‏שידורי בדיקה של ETWS"</string>
     <string name="enable_etws_test_alerts_summary" msgid="8746155402612927306">"שידורי בדיקה של מערכת ההתראות על צונאמי ורעידות אדמה"</string>
     <string name="enable_cmas_extreme_threat_alerts_title" msgid="5416260219062637770">"איומים קיצוניים"</string>
     <string name="enable_cmas_extreme_threat_alerts_summary" msgid="5832146246627518123">"איומים קיצוניים לנפש ולרכוש"</string>
     <string name="enable_cmas_severe_threat_alerts_title" msgid="1066172973703410042">"איומים חמורים"</string>
     <string name="enable_cmas_severe_threat_alerts_summary" msgid="5292443310309039223">"איומים חמורים לנפש ולרכוש"</string>
-    <string name="enable_cmas_amber_alerts_title" msgid="1475030503498979651">"‏התרעות AMBER"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="1475030503498979651">"‏התראות AMBER"</string>
     <string name="enable_cmas_amber_alerts_summary" msgid="4495233280416889667">"מבזקי חירום על חטיפת ילדים"</string>
-    <string name="enable_alert_message_title" msgid="2939830587633599352">"הודעות התרעה"</string>
+    <string name="enable_alert_message_title" msgid="2939830587633599352">"הודעות התראה"</string>
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"אנו רוצה לקבל אזהרות מפני איומי אבטחה מידיים"</string>
     <string name="enable_public_safety_messages_title" msgid="5576770949182656524">"הודעות שקשורות לביטחון הציבור"</string>
     <string name="enable_public_safety_messages_summary" msgid="7868069748857851521">"פעולות מומלצות שיכולות לעזור בהצלת חיים או רכוש"</string>
-    <string name="enable_full_screen_public_safety_messages_title" msgid="1790574642368284876">"הצגת ההודעות במסך מלא"</string>
-    <string name="enable_full_screen_public_safety_messages_summary" msgid="1305786776090796715">"‏יש לבטל את הסימון כדי שהודעות בנוגע לביטחון הציבור יישלחו רק לאפליקציה ל-SMS"</string>
     <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"בדיקות מקומיות וארציות"</string>
     <string name="enable_state_local_test_alerts_summary" msgid="780298327377950187">"קבלת הודעות בדיקה מרשויות מקומיות וארציות"</string>
-    <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"התרעות חירום"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"התראות חירום"</string>
     <string name="enable_emergency_alerts_message_summary" msgid="7574617515441602546">"יש להזהיר אותי מפני אירועים מסכני חיים"</string>
     <string name="enable_cmas_test_alerts_title" msgid="7194966927004755266">"התרעות בדיקה"</string>
-    <string name="enable_cmas_test_alerts_summary" msgid="2083089933271720217">"קבלת בדיקות של הספק ובדיקות חודשיות ממערכת התרעות האבטחה"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="2083089933271720217">"קבלת בדיקות של הספק ובדיקות חודשיות ממערכת התראות האבטחה"</string>
     <!-- no translation found for enable_exercise_test_alerts_title (6030780598569873865) -->
     <skip />
-    <string name="enable_exercise_test_alerts_summary" msgid="4276766794979567304">"קבלת התרעה על מקרה חירום: הודעת תרגול/ניסיון"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="4276766794979567304">"קבלת התראה על מקרה חירום: הודעת תרגול/ניסיון"</string>
     <!-- no translation found for enable_operator_defined_test_alerts_title (7459219458579095832) -->
     <skip />
     <string name="enable_operator_defined_test_alerts_summary" msgid="7856514354348843433">"קבלת התראה על מקרה חירום: התראות שמוגדרות על ידי חברת הסלולר"</string>
     <string name="enable_alert_vibrate_title" msgid="5421032189422312508">"רטט"</string>
     <string name="enable_alert_vibrate_summary" msgid="4733669825477146614"></string>
-    <string name="override_dnd_title" msgid="5120805993144214421">"צליל ההתרעה יושמע תמיד בעוצמת הקול המרבית"</string>
+    <string name="override_dnd_title" msgid="5120805993144214421">"צליל ההתראה יושמע תמיד בעוצמת השמע המרבית"</string>
     <string name="override_dnd_summary" msgid="9026675822792800258">"יש להתעלם מהתכונה \'נא לא להפריע\' ומהגדרות אחרות של עוצמת השמע"</string>
     <string name="enable_area_update_info_alerts_title" msgid="3442042268424617226">"שידורי עדכונים רלוונטיים לאזור"</string>
     <string name="enable_area_update_info_alerts_summary" msgid="6437816607144264910">"‏הצגה של פרטי עדכון בסטטוס ה-SIM"</string>
-    <string name="cmas_category_heading" msgid="3923503130776640717">"קטגוריית התרעה:"</string>
+    <string name="cmas_category_heading" msgid="3923503130776640717">"קטגוריית התראה:"</string>
     <string name="cmas_category_geo" msgid="4979494217069688527">"גיאופיזית"</string>
     <string name="cmas_category_met" msgid="7563732573851773537">"מטאורולוגית"</string>
     <string name="cmas_category_safety" msgid="2986472639641883453">"בטיחות"</string>
@@ -132,14 +130,14 @@
     <string name="cmas_certainty_observed" msgid="3668549749352106472">"נצפתה"</string>
     <string name="cmas_certainty_likely" msgid="4254497828943291749">"סבירה"</string>
     <string name="delivery_time_heading" msgid="5980836543433619329">"התקבלה:"</string>
-    <string name="notification_multiple" msgid="5121978148152124860">"<xliff:g id="COUNT">%s</xliff:g> התרעות שלא נקראו."</string>
-    <string name="notification_multiple_title" msgid="1523638925739947855">"התרעות חדשות"</string>
-    <string name="show_cmas_opt_out_summary" msgid="6926059266585295440">"הצגת תיבת דו-שיח לביטול הסכמה לאחר הצגת ההתרעה הראשונה (מלבד התרעה נשיאותית)."</string>
+    <string name="notification_multiple" msgid="5121978148152124860">"<xliff:g id="COUNT">%s</xliff:g> התראות שלא נקראו."</string>
+    <string name="notification_multiple_title" msgid="1523638925739947855">"התראות חדשות"</string>
+    <string name="show_cmas_opt_out_summary" msgid="6926059266585295440">"הצגת תיבת דו-שיח לביטול הסכמה לאחר הצגת ההתראה הראשונה (מלבד התראה נשיאותית)."</string>
     <string name="show_cmas_opt_out_title" msgid="9182104842820171132">"הצגה של תיבת דו שיח לביטול הסכמה"</string>
-    <string name="cmas_opt_out_dialog_text" msgid="4820577535626084938">"ההגדרה שלך עכשיו היא לקבל התרעות אלחוטיות על מקרי חירום. האם ברצונך להמשיך ולקבל התרעות אלחוטיות על מקרי חירום?"</string>
+    <string name="cmas_opt_out_dialog_text" msgid="4820577535626084938">"ההגדרה שלך עכשיו היא לקבל התראות אלחוטיות על מקרי חירום. האם ברצונך להמשיך ולקבל התראות אלחוטיות על מקרי חירום?"</string>
     <string name="cmas_opt_out_button_yes" msgid="7248930667195432936">"כן"</string>
     <string name="cmas_opt_out_button_no" msgid="3110484064328538553">"לא"</string>
-    <string name="cb_list_activity_title" msgid="1433502151877791724">"היסטוריה של התרעות חירום"</string>
+    <string name="cb_list_activity_title" msgid="1433502151877791724">"היסטוריה של התראות חירום"</string>
   <string-array name="alert_reminder_interval_entries">
     <item msgid="6595211083588795160">"פעם אחת"</item>
     <item msgid="9097229303902157183">"כל שתי דקות"</item>
@@ -147,8 +145,8 @@
     <item msgid="3863339891188103437">"כל 15 דקות"</item>
     <item msgid="7388573183644474611">"אף פעם"</item>
   </string-array>
-    <string name="emergency_alert_settings_title_watches" msgid="4477073412799894883">"התרעות על מקרי חירום"</string>
-    <string name="enable_cmas_presidential_alerts_title" msgid="7293800023375154256">"התרעות נשיאותיות"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="4477073412799894883">"התראות על מקרי חירום"</string>
+    <string name="enable_cmas_presidential_alerts_title" msgid="7293800023375154256">"התראות נשיאותיות"</string>
     <string name="enable_cmas_presidential_alerts_summary" msgid="7900094335808247024">"הודעות אזהרה לאומיות מהנשיא. לא ניתן להשבית אותן."</string>
     <string name="receive_cmas_in_second_language_title" msgid="1223260365527361964"></string>
     <string name="receive_cmas_in_second_language_summary" msgid="7704105502782770718"></string>
diff --git a/res/values-ja/strings.xml b/res/values-ja/strings.xml
index 09e44ba..82bba51 100644
--- a/res/values-ja/strings.xml
+++ b/res/values-ja/strings.xml
@@ -80,8 +80,6 @@
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"差し迫った安全上の脅威に関する警告"</string>
     <string name="enable_public_safety_messages_title" msgid="5576770949182656524">"災害情報メッセージ"</string>
     <string name="enable_public_safety_messages_summary" msgid="7868069748857851521">"人命や財産を守るための推奨される対応"</string>
-    <string name="enable_full_screen_public_safety_messages_title" msgid="1790574642368284876">"メッセージの全画面表示"</string>
-    <string name="enable_full_screen_public_safety_messages_summary" msgid="1305786776090796715">"OFF にすると、災害情報メッセージは SMS アプリにのみ送信されます"</string>
     <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"国や地方自治体のテスト"</string>
     <string name="enable_state_local_test_alerts_summary" msgid="780298327377950187">"国や地方自治体からのテスト メッセージを受信する"</string>
     <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"緊急速報メール"</string>
diff --git a/res/values-ka/strings.xml b/res/values-ka/strings.xml
index 5164e96..5961192 100644
--- a/res/values-ka/strings.xml
+++ b/res/values-ka/strings.xml
@@ -80,8 +80,6 @@
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"დაუყოვნებელი საფრთხეების შესახებ გაფრთხილება"</string>
     <string name="enable_public_safety_messages_title" msgid="5576770949182656524">"შეტყობინებები საზოგადოებრივ უსაფრთხოებაზე"</string>
     <string name="enable_public_safety_messages_summary" msgid="7868069748857851521">"სიცოცხლის ან ქონების გადამრჩენი რეკომენდებული ქმედებები"</string>
-    <string name="enable_full_screen_public_safety_messages_title" msgid="1790574642368284876">"შეტყობინების ჩვენება სრულ ეკრანზე"</string>
-    <string name="enable_full_screen_public_safety_messages_summary" msgid="1305786776090796715">"გამორთეთ ეს ფუნქცია, რომ საზოგადოებრივ უსაფრთხოებასთან დაკავშ. შეტყობინებები მხოლოდ SMS აპში მიიღოთ"</string>
     <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"სახელმწიფო და ადგილობრივი სატესტო შეტყობინებები"</string>
     <string name="enable_state_local_test_alerts_summary" msgid="780298327377950187">"სატესტო შეტყობინებების მიღება სახელმწიფო და ადგილობრივი ორგანოებისგან"</string>
     <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"საგანგებო გაფრთხილებები"</string>
diff --git a/res/values-kk/strings.xml b/res/values-kk/strings.xml
index 0c53452..2bfe540 100644
--- a/res/values-kk/strings.xml
+++ b/res/values-kk/strings.xml
@@ -80,11 +80,9 @@
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"Болатын қауіп туралы ескерту"</string>
     <string name="enable_public_safety_messages_title" msgid="5576770949182656524">"Жалпы қауіпсіздік хабарлары"</string>
     <string name="enable_public_safety_messages_summary" msgid="7868069748857851521">"Өмір мен мүлікті сақтауға ұсынылған әрекеттер"</string>
-    <string name="enable_full_screen_public_safety_messages_title" msgid="1790574642368284876">"Хабарларды толық экранда көрсету"</string>
-    <string name="enable_full_screen_public_safety_messages_summary" msgid="1305786776090796715">"Қоғамдық қауіпсіздік хабарларын тек SMS қолданбасы арқылы алу үшін өшіріңіз."</string>
     <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"Мемлекеттік және жергілікті тексерулер"</string>
     <string name="enable_state_local_test_alerts_summary" msgid="780298327377950187">"Мемлекеттік және жергілікті органдардан тексеру хабарларын алу"</string>
-    <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"Төтенше жағдай хабарландырулары"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"Төтенше жағдай туралы хабарламалар"</string>
     <string name="enable_emergency_alerts_message_summary" msgid="7574617515441602546">"Өмірге қауіп төндіретін жағдайлар туралы ескерту"</string>
     <string name="enable_cmas_test_alerts_title" msgid="7194966927004755266">"Сынақ хабарландырулары"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="2083089933271720217">"Байланыс операторының және қауіпсіздік жөнінде хабарлау жүйесінің ай сайынғы сынақ хабарландыруларын алып отыру"</string>
@@ -143,8 +141,8 @@
   <string-array name="alert_reminder_interval_entries">
     <item msgid="6595211083588795160">"Бір рет"</item>
     <item msgid="9097229303902157183">"2 минут сайын"</item>
-    <item msgid="5718214950343391480">"5 минут сайын"</item>
-    <item msgid="3863339891188103437">"15 минут сайын"</item>
+    <item msgid="5718214950343391480">"Әр 5 минут сайын"</item>
+    <item msgid="3863339891188103437">"Әр 15 минут сайын"</item>
     <item msgid="7388573183644474611">"Ешқашан"</item>
   </string-array>
     <string name="emergency_alert_settings_title_watches" msgid="4477073412799894883">"Төтенше жағдай туралы хабарландырулар"</string>
diff --git a/res/values-km/strings.xml b/res/values-km/strings.xml
index c7faa88..506e7a5 100644
--- a/res/values-km/strings.xml
+++ b/res/values-km/strings.xml
@@ -80,8 +80,6 @@
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"ព្រមាន​អំពី​ការគំរាម​កំហែងផ្នែក​សុវត្ថិភាព​ដែលនឹង​កើត​មាន"</string>
     <string name="enable_public_safety_messages_title" msgid="5576770949182656524">"សារ​សុវត្ថិភាព​សាធារណៈ"</string>
     <string name="enable_public_safety_messages_summary" msgid="7868069748857851521">"សកម្មភាព​ដែលណែនាំ​ឱ្យធ្វើ​ដែលអាច​ជួយសង្គ្រោះ​ជីវិត ឬទ្រព្យ​សម្បត្តិ"</string>
-    <string name="enable_full_screen_public_safety_messages_title" msgid="1790574642368284876">"បង្ហាញសារពេញអេក្រង់"</string>
-    <string name="enable_full_screen_public_safety_messages_summary" msgid="1305786776090796715">"បិទដើម្បីផ្ញើសារអំពីសុវត្ថិភាពសាធារណៈទៅ​កម្មវិធី​សារ SMS របស់អ្នកតែប៉ុណ្ណោះ"</string>
     <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"ការសាកល្បងក្នុងមូលដ្ឋាន និងរដ្ឋ"</string>
     <string name="enable_state_local_test_alerts_summary" msgid="780298327377950187">"ទទួល​សារ​សាកល្បង​ពីអាជ្ញាធរ​មូលដ្ឋាន និងរដ្ឋ"</string>
     <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"ការជូន​ដំណឹង​ពេលអាសន្ន"</string>
diff --git a/res/values-kn/strings.xml b/res/values-kn/strings.xml
index 4be23e3..6ad18af 100644
--- a/res/values-kn/strings.xml
+++ b/res/values-kn/strings.xml
@@ -80,8 +80,6 @@
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"ಸಂಭವನೀಯ ಸುರಕ್ಷತಾ ಬೆದರಿಕೆಗಳ ಕುರಿತು ಎಚ್ಚರಿಕೆ ನೀಡಿ"</string>
     <string name="enable_public_safety_messages_title" msgid="5576770949182656524">"ಸಾರ್ವಜನಿಕ ಸುರಕ್ಷತೆಯ ಸಂದೇಶಗಳು"</string>
     <string name="enable_public_safety_messages_summary" msgid="7868069748857851521">"ಜೀವನ ಅಥವಾ ಆಸ್ತಿಯನ್ನು ಉಳಿಸಬಹುದಾದ ಶಿಫಾರಸು ಮಾಡಲಾದ ಕ್ರಮಗಳು"</string>
-    <string name="enable_full_screen_public_safety_messages_title" msgid="1790574642368284876">"ಪೂರ್ಣ ಸ್ಕ್ರೀನ್ ಸಂದೇಶಗಳನ್ನು ತೋರಿಸಿ"</string>
-    <string name="enable_full_screen_public_safety_messages_summary" msgid="1305786776090796715">"ನಿಮ್ಮ SMS ಆ್ಯಪ್‌ಗೆ ಮಾತ್ರ ಸಾರ್ವಜನಿಕ ಸುರಕ್ಷತಾ ಸಂದೇಶಗಳನ್ನು ಕಳುಹಿಸಲು ಆಫ್ ಮಾಡಿ"</string>
     <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"ರಾಜ್ಯ ಮತ್ತು ಸ್ಥಳೀಯ ಪರೀಕ್ಷೆಗಳು"</string>
     <string name="enable_state_local_test_alerts_summary" msgid="780298327377950187">"ರಾಜ್ಯ ಮತ್ತು ಸ್ಥಳೀಯ ಅಧಿಕಾರಿಗಳಿಂದ ಪರೀಕ್ಷಾ ಸಂದೇಶಗಳನ್ನು ಸ್ವೀಕರಿಸಿ"</string>
     <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"ತುರ್ತು ಎಚ್ಚರಿಕೆಗಳು"</string>
diff --git a/res/values-ko/strings.xml b/res/values-ko/strings.xml
index fc60d10..4774e0c 100644
--- a/res/values-ko/strings.xml
+++ b/res/values-ko/strings.xml
@@ -80,8 +80,6 @@
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"임박한 안전 위협 경고"</string>
     <string name="enable_public_safety_messages_title" msgid="5576770949182656524">"안전 안내 문자"</string>
     <string name="enable_public_safety_messages_summary" msgid="7868069748857851521">"생명이나 재산을 보호할 수 있는 행동 요령"</string>
-    <string name="enable_full_screen_public_safety_messages_title" msgid="1790574642368284876">"전체 화면 메시지 표시"</string>
-    <string name="enable_full_screen_public_safety_messages_summary" msgid="1305786776090796715">"안전 안내 문자가 SMS 앱으로만 전송되도록 하려면 사용 중지하세요."</string>
     <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"주/지방 테스트 메시지"</string>
     <string name="enable_state_local_test_alerts_summary" msgid="780298327377950187">"주 및 지방 당국으로부터 테스트 메시지 수신"</string>
     <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"긴급 재난 문자"</string>
diff --git a/res/values-ky/strings.xml b/res/values-ky/strings.xml
index 668dcff..290d7e9 100644
--- a/res/values-ky/strings.xml
+++ b/res/values-ky/strings.xml
@@ -80,8 +80,6 @@
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"Коопсуздукка коркунуч туудурган нерселер тууралуу кабарлоо"</string>
     <string name="enable_public_safety_messages_title" msgid="5576770949182656524">"Коомдук коопсуздук тууралуу билдирүүлөр"</string>
     <string name="enable_public_safety_messages_summary" msgid="7868069748857851521">"Бирөөнүн өмүрүн же мүлкүн сактап калууга сунушталган аракеттер"</string>
-    <string name="enable_full_screen_public_safety_messages_title" msgid="1790574642368284876">"Толук экран бидирүүлөрүн көрсөтүү"</string>
-    <string name="enable_full_screen_public_safety_messages_summary" msgid="1305786776090796715">"Коомдук коопсуздук билдирүүлөрүн SMS колдонмоңузда гана алуу үчүн өчүрүңүз"</string>
     <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"Мамлекеттик жана жергиликтүү башкаруу органдарынын сынамык билдирүүлөрү"</string>
     <string name="enable_state_local_test_alerts_summary" msgid="780298327377950187">"Мамлекеттик жана жергиликтүү башкаруу органдарынан сынамык билдирүүлөр келип турат"</string>
     <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"Шашылыш билдирүүлөр"</string>
diff --git a/res/values-lo/strings.xml b/res/values-lo/strings.xml
index 3acd974..f02999f 100644
--- a/res/values-lo/strings.xml
+++ b/res/values-lo/strings.xml
@@ -80,8 +80,6 @@
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"ເຕືອນກ່ຽວກັບຄວາມສ່ຽງດ້ານຄວາມປອດໄພທີ່ໃກ້ຈະເກີດຂຶ້ນ"</string>
     <string name="enable_public_safety_messages_title" msgid="5576770949182656524">"ຂໍ້ຄວາມຄວາມປອດໄພສາທາລະນະ"</string>
     <string name="enable_public_safety_messages_summary" msgid="7868069748857851521">"ຄຳສັ່ງທີ່ແນະນຳທີ່ສາມາດຊ່ວຍຊີວິດ ຫຼື ຊັບສິນໄດ້"</string>
-    <string name="enable_full_screen_public_safety_messages_title" msgid="1790574642368284876">"ສະແດງຂໍ້ຄວາມເຕັມຈໍ"</string>
-    <string name="enable_full_screen_public_safety_messages_summary" msgid="1305786776090796715">"ປິດໄວ້ເພື່ອສົ່ງຂໍ້ຄວາມຄວາມປອດໄພສາທາລະນະໄປໃຫ້ແອັບ SMS ຂອງທ່ານເທົ່ານັ້ນ"</string>
     <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"ການທົດສອບລັດ ແລະ ທ້ອງຖິ່ນ"</string>
     <string name="enable_state_local_test_alerts_summary" msgid="780298327377950187">"ຮັບຂໍ້ຄວາມທົດສອບຈາກລັດ ແລະ ເຈົ້າໜ້າທີ່ທ້ອງຖິ່ນ"</string>
     <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"ການເຕືອນສຸກເສີນ"</string>
diff --git a/res/values-lt/strings.xml b/res/values-lt/strings.xml
index 681539e..d40b5ee 100644
--- a/res/values-lt/strings.xml
+++ b/res/values-lt/strings.xml
@@ -80,11 +80,9 @@
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"Įspėti apie neišvengiamas saugos grėsmes"</string>
     <string name="enable_public_safety_messages_title" msgid="5576770949182656524">"Visuomenės saugumo pranešimai"</string>
     <string name="enable_public_safety_messages_summary" msgid="7868069748857851521">"Rekomenduojami veiksmai, kuriais galima apsaugoti gyvybę arba nuosavybę"</string>
-    <string name="enable_full_screen_public_safety_messages_title" msgid="1790574642368284876">"Rodyti viso ekrano pranešimus"</string>
-    <string name="enable_full_screen_public_safety_messages_summary" msgid="1305786776090796715">"Išjungti, kad visuomenės saugumo pranešimai būtų siunčiami tik į jūsų SMS programą"</string>
     <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"Valstybinių ir vietinių institucijų bandymai"</string>
     <string name="enable_state_local_test_alerts_summary" msgid="780298327377950187">"Gauti bandomuosius pranešimus iš valstybinių ir vietinių institucijų"</string>
-    <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"Kritinės padėties įspėjimai"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"Nepaprastosios padėties įspėjimai"</string>
     <string name="enable_emergency_alerts_message_summary" msgid="7574617515441602546">"Įspėti apie gyvybei grėsmingus įvykius"</string>
     <string name="enable_cmas_test_alerts_title" msgid="7194966927004755266">"Bandomieji įspėjimai"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="2083089933271720217">"Gauti operatoriaus testus ir mėnesinius testus iš saugos įspėjimų sistemos"</string>
diff --git a/res/values-lv/strings.xml b/res/values-lv/strings.xml
index 07e3b43..211f087 100644
--- a/res/values-lv/strings.xml
+++ b/res/values-lv/strings.xml
@@ -80,8 +80,6 @@
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"Brīdināt par nenovēršamu drošības apdraudējumu"</string>
     <string name="enable_public_safety_messages_title" msgid="5576770949182656524">"Ziņojumi par sabiedrisko drošību"</string>
     <string name="enable_public_safety_messages_summary" msgid="7868069748857851521">"Ieteicamās darbības, kas var izglābt dzīvību vai īpašumu"</string>
-    <string name="enable_full_screen_public_safety_messages_title" msgid="1790574642368284876">"Rādīt ziņojumus pilnekrāna režīmā"</string>
-    <string name="enable_full_screen_public_safety_messages_summary" msgid="1305786776090796715">"Lai ziņojumi par sabiedrisko drošību tiktu sūtīti tikai uz jūsu īsziņu lietotni, noņemiet atzīmi"</string>
     <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"Valsts un vietējās pārbaudes"</string>
     <string name="enable_state_local_test_alerts_summary" msgid="780298327377950187">"Saņemt pārbaudes ziņojumus no valsts un vietējām varas iestādēm"</string>
     <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"Ārkārtas brīdinājumi"</string>
diff --git a/res/values-mcc001-af/strings.xml b/res/values-mcc001-af/strings.xml
deleted file mode 100644
index 16c8bb9..0000000
--- a/res/values-mcc001-af/strings.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2020 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="receive_cmas_in_second_language_title" msgid="6380811692570868097">"Spaans"</string>
-    <string name="receive_cmas_in_second_language_summary" msgid="2747100010816713897">"Ontvang wanneer moontlik noodwaarskuwings in Spaans"</string>
-</resources>
diff --git a/res/values-mcc001-ar/strings.xml b/res/values-mcc001-ar/strings.xml
deleted file mode 100644
index f7d2713..0000000
--- a/res/values-mcc001-ar/strings.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2020 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="receive_cmas_in_second_language_title" msgid="6380811692570868097">"الإسبانية"</string>
-    <string name="receive_cmas_in_second_language_summary" msgid="2747100010816713897">"تلقّي تنبيهات الطوارئ باللغة الإسبانية عند توفّر ذلك"</string>
-</resources>
diff --git a/res/values-mcc001-az/strings.xml b/res/values-mcc001-az/strings.xml
deleted file mode 100644
index 6cea0e0..0000000
--- a/res/values-mcc001-az/strings.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2020 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="receive_cmas_in_second_language_title" msgid="6380811692570868097">"İspan dili"</string>
-    <string name="receive_cmas_in_second_language_summary" msgid="2747100010816713897">"Mümkün olduqda fövqəladə hal ilə bağlı xəbərdarlıqları İspan dilində qəbul edin"</string>
-</resources>
diff --git a/res/values-mcc001-b+sr+Latn/strings.xml b/res/values-mcc001-b+sr+Latn/strings.xml
deleted file mode 100644
index 8d194c7..0000000
--- a/res/values-mcc001-b+sr+Latn/strings.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2020 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="receive_cmas_in_second_language_title" msgid="6380811692570868097">"španski"</string>
-    <string name="receive_cmas_in_second_language_summary" msgid="2747100010816713897">"Primajte obaveštenja o hitnim slučajevima na španskom kada je to moguće"</string>
-</resources>
diff --git a/res/values-mcc001-be/strings.xml b/res/values-mcc001-be/strings.xml
deleted file mode 100644
index 4a21d91..0000000
--- a/res/values-mcc001-be/strings.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2020 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="receive_cmas_in_second_language_title" msgid="6380811692570868097">"Іспанская мова"</string>
-    <string name="receive_cmas_in_second_language_summary" msgid="2747100010816713897">"Атрымліваць абвесткі пра надзвычайныя сітуацыі на іспанскай мове, калі магчыма"</string>
-</resources>
diff --git a/res/values-mcc001-bg/strings.xml b/res/values-mcc001-bg/strings.xml
deleted file mode 100644
index e378f0b..0000000
--- a/res/values-mcc001-bg/strings.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2020 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="receive_cmas_in_second_language_title" msgid="6380811692570868097">"испански"</string>
-    <string name="receive_cmas_in_second_language_summary" msgid="2747100010816713897">"Получаване на сигнали при спешни случаи на испански, когато е възможно"</string>
-</resources>
diff --git a/res/values-mcc001-bs/strings.xml b/res/values-mcc001-bs/strings.xml
deleted file mode 100644
index 00f5ed9..0000000
--- a/res/values-mcc001-bs/strings.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2020 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="receive_cmas_in_second_language_title" msgid="6380811692570868097">"španski"</string>
-    <string name="receive_cmas_in_second_language_summary" msgid="2747100010816713897">"Primajte hitna upozorenja na španskom jeziku kada je moguće"</string>
-</resources>
diff --git a/res/values-mcc001-ca/strings.xml b/res/values-mcc001-ca/strings.xml
deleted file mode 100644
index 694cf1c..0000000
--- a/res/values-mcc001-ca/strings.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2020 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="receive_cmas_in_second_language_title" msgid="6380811692570868097">"Espanyol"</string>
-    <string name="receive_cmas_in_second_language_summary" msgid="2747100010816713897">"Vull rebre les alertes d\'emergència en espanyol sempre que sigui possible"</string>
-</resources>
diff --git a/res/values-mcc001-cs/strings.xml b/res/values-mcc001-cs/strings.xml
deleted file mode 100644
index 71e02dd..0000000
--- a/res/values-mcc001-cs/strings.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2020 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="receive_cmas_in_second_language_title" msgid="6380811692570868097">"Španělština"</string>
-    <string name="receive_cmas_in_second_language_summary" msgid="2747100010816713897">"Dostávat výstražné zprávy ve španělštině, pokud to bude možné"</string>
-</resources>
diff --git a/res/values-mcc001-da/strings.xml b/res/values-mcc001-da/strings.xml
deleted file mode 100644
index 4ce9ae9..0000000
--- a/res/values-mcc001-da/strings.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2020 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="receive_cmas_in_second_language_title" msgid="6380811692570868097">"Spansk"</string>
-    <string name="receive_cmas_in_second_language_summary" msgid="2747100010816713897">"Få underretninger om nødsituationer på spansk, når det er muligt"</string>
-</resources>
diff --git a/res/values-mcc001-el/strings.xml b/res/values-mcc001-el/strings.xml
deleted file mode 100644
index f4dd42c..0000000
--- a/res/values-mcc001-el/strings.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2020 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="receive_cmas_in_second_language_title" msgid="6380811692570868097">"Ισπανικά"</string>
-    <string name="receive_cmas_in_second_language_summary" msgid="2747100010816713897">"Λάβετε ειδοποιήσεις έκτακτης ανάγκης στα Ισπανικά, όταν υπάρχει αυτή η δυνατότητα."</string>
-</resources>
diff --git a/res/values-mcc001-en-rAU/strings.xml b/res/values-mcc001-en-rAU/strings.xml
deleted file mode 100644
index ecf3e05..0000000
--- a/res/values-mcc001-en-rAU/strings.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2020 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="receive_cmas_in_second_language_title" msgid="6380811692570868097">"Spanish"</string>
-    <string name="receive_cmas_in_second_language_summary" msgid="2747100010816713897">"Receive emergency alerts in Spanish when possible"</string>
-</resources>
diff --git a/res/values-mcc001-en-rCA/strings.xml b/res/values-mcc001-en-rCA/strings.xml
deleted file mode 100644
index ecf3e05..0000000
--- a/res/values-mcc001-en-rCA/strings.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2020 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="receive_cmas_in_second_language_title" msgid="6380811692570868097">"Spanish"</string>
-    <string name="receive_cmas_in_second_language_summary" msgid="2747100010816713897">"Receive emergency alerts in Spanish when possible"</string>
-</resources>
diff --git a/res/values-mcc001-en-rGB/strings.xml b/res/values-mcc001-en-rGB/strings.xml
deleted file mode 100644
index ecf3e05..0000000
--- a/res/values-mcc001-en-rGB/strings.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2020 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="receive_cmas_in_second_language_title" msgid="6380811692570868097">"Spanish"</string>
-    <string name="receive_cmas_in_second_language_summary" msgid="2747100010816713897">"Receive emergency alerts in Spanish when possible"</string>
-</resources>
diff --git a/res/values-mcc001-en-rIN/strings.xml b/res/values-mcc001-en-rIN/strings.xml
deleted file mode 100644
index ecf3e05..0000000
--- a/res/values-mcc001-en-rIN/strings.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2020 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="receive_cmas_in_second_language_title" msgid="6380811692570868097">"Spanish"</string>
-    <string name="receive_cmas_in_second_language_summary" msgid="2747100010816713897">"Receive emergency alerts in Spanish when possible"</string>
-</resources>
diff --git a/res/values-mcc001-en-rXC/strings.xml b/res/values-mcc001-en-rXC/strings.xml
deleted file mode 100644
index 7d6c016..0000000
--- a/res/values-mcc001-en-rXC/strings.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2020 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="receive_cmas_in_second_language_title" msgid="6380811692570868097">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‏‏‏‎‏‏‎‎‎‏‎‎‎‏‏‎‏‎‎‏‏‎‎‏‎‎‏‏‎‏‏‎‏‎‏‏‎‏‎‏‎‎‏‎‏‏‎‎‎‎‏‏‏‏‎‎‏‏‎‎‎‎‎‎‏‎Spanish‎‏‎‎‏‎"</string>
-    <string name="receive_cmas_in_second_language_summary" msgid="2747100010816713897">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‏‎‏‎‎‏‏‎‎‎‎‏‏‏‏‏‏‎‏‎‏‎‎‎‏‏‏‎‎‏‏‏‏‎‏‏‎‎‏‏‎‎‏‏‎‎‏‏‏‎‏‏‎‏‎‎‏‎‏‎‏‎‎‏‎Receive emergency alerts in Spanish when possible‎‏‎‎‏‎"</string>
-</resources>
diff --git a/res/values-mcc001-es-rUS/strings.xml b/res/values-mcc001-es-rUS/strings.xml
deleted file mode 100644
index 4b2b8c6..0000000
--- a/res/values-mcc001-es-rUS/strings.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2020 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="receive_cmas_in_second_language_title" msgid="6380811692570868097">"Español"</string>
-    <string name="receive_cmas_in_second_language_summary" msgid="2747100010816713897">"Recibir alertas de emergencias en español siempre que sea posible"</string>
-</resources>
diff --git a/res/values-mcc001-es/strings.xml b/res/values-mcc001-es/strings.xml
deleted file mode 100644
index 22c16c0..0000000
--- a/res/values-mcc001-es/strings.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2020 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="receive_cmas_in_second_language_title" msgid="6380811692570868097">"Español"</string>
-    <string name="receive_cmas_in_second_language_summary" msgid="2747100010816713897">"Recibir alertas de emergencia en español cuando sea posible"</string>
-</resources>
diff --git a/res/values-mcc001-et/strings.xml b/res/values-mcc001-et/strings.xml
deleted file mode 100644
index 1472ece..0000000
--- a/res/values-mcc001-et/strings.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2020 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="receive_cmas_in_second_language_title" msgid="6380811692570868097">"hispaania"</string>
-    <string name="receive_cmas_in_second_language_summary" msgid="2747100010816713897">"Võimaluse korral saadetakse hispaaniakeelseid hädaolukorra teatisi"</string>
-</resources>
diff --git a/res/values-mcc001-eu/strings.xml b/res/values-mcc001-eu/strings.xml
deleted file mode 100644
index af602cf..0000000
--- a/res/values-mcc001-eu/strings.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2020 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="receive_cmas_in_second_language_title" msgid="6380811692570868097">"Gaztelania"</string>
-    <string name="receive_cmas_in_second_language_summary" msgid="2747100010816713897">"Jaso larrialdi-alertak gaztelaniaz, ahal denean"</string>
-</resources>
diff --git a/res/values-mcc001-fa/strings.xml b/res/values-mcc001-fa/strings.xml
deleted file mode 100644
index ea8e03c..0000000
--- a/res/values-mcc001-fa/strings.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2020 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="receive_cmas_in_second_language_title" msgid="6380811692570868097">"اسپانیایی"</string>
-    <string name="receive_cmas_in_second_language_summary" msgid="2747100010816713897">"دریافت هشدارهای اضطراری به زبان اسپانیایی (درصورت امکان)"</string>
-</resources>
diff --git a/res/values-mcc001-fi/strings.xml b/res/values-mcc001-fi/strings.xml
deleted file mode 100644
index 7d7b077..0000000
--- a/res/values-mcc001-fi/strings.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2020 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="receive_cmas_in_second_language_title" msgid="6380811692570868097">"espanja"</string>
-    <string name="receive_cmas_in_second_language_summary" msgid="2747100010816713897">"Vastaanota hätähälytyksiä espanjaksi, kun mahdollista"</string>
-</resources>
diff --git a/res/values-mcc001-fr-rCA/strings.xml b/res/values-mcc001-fr-rCA/strings.xml
deleted file mode 100644
index 91c36f9..0000000
--- a/res/values-mcc001-fr-rCA/strings.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2020 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="receive_cmas_in_second_language_title" msgid="6380811692570868097">"Espagnol"</string>
-    <string name="receive_cmas_in_second_language_summary" msgid="2747100010816713897">"Recevoir des alertes d\'urgence en espagnol lorsque c\'est possible"</string>
-</resources>
diff --git a/res/values-mcc001-fr/strings.xml b/res/values-mcc001-fr/strings.xml
deleted file mode 100644
index d232be5..0000000
--- a/res/values-mcc001-fr/strings.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2020 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="receive_cmas_in_second_language_title" msgid="6380811692570868097">"Espagnol"</string>
-    <string name="receive_cmas_in_second_language_summary" msgid="2747100010816713897">"Recevoir les alertes d\'urgence en espagnol quand cela est possible"</string>
-</resources>
diff --git a/res/values-mcc001-gl/strings.xml b/res/values-mcc001-gl/strings.xml
deleted file mode 100644
index ce72790..0000000
--- a/res/values-mcc001-gl/strings.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2020 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="receive_cmas_in_second_language_title" msgid="6380811692570868097">"Español"</string>
-    <string name="receive_cmas_in_second_language_summary" msgid="2747100010816713897">"Recibe alertas por emerxencias en español cando sexa posible"</string>
-</resources>
diff --git a/res/values-mcc001-hi/strings.xml b/res/values-mcc001-hi/strings.xml
deleted file mode 100644
index 2337855..0000000
--- a/res/values-mcc001-hi/strings.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2020 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="receive_cmas_in_second_language_title" msgid="6380811692570868097">"स्पैनिश"</string>
-    <string name="receive_cmas_in_second_language_summary" msgid="2747100010816713897">"जब भी हो सके, आपातकालीन चेतावनियों की सूचनाएं स्पैनिश में पाएं"</string>
-</resources>
diff --git a/res/values-mcc001-hr/strings.xml b/res/values-mcc001-hr/strings.xml
deleted file mode 100644
index 6e451da..0000000
--- a/res/values-mcc001-hr/strings.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2020 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="receive_cmas_in_second_language_title" msgid="6380811692570868097">"španjolski"</string>
-    <string name="receive_cmas_in_second_language_summary" msgid="2747100010816713897">"Primajte hitna upozorenja na španjolskom kad je moguće"</string>
-</resources>
diff --git a/res/values-mcc001-hu/strings.xml b/res/values-mcc001-hu/strings.xml
deleted file mode 100644
index e4c9486..0000000
--- a/res/values-mcc001-hu/strings.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2020 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="receive_cmas_in_second_language_title" msgid="6380811692570868097">"spanyol"</string>
-    <string name="receive_cmas_in_second_language_summary" msgid="2747100010816713897">"Vészjelzések fogadása spanyol nyelven, amikor csak lehetséges"</string>
-</resources>
diff --git a/res/values-mcc001-hy/strings.xml b/res/values-mcc001-hy/strings.xml
deleted file mode 100644
index 3c044de..0000000
--- a/res/values-mcc001-hy/strings.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2020 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="receive_cmas_in_second_language_title" msgid="6380811692570868097">"Իսպաներեն"</string>
-    <string name="receive_cmas_in_second_language_summary" msgid="2747100010816713897">"Հնարավորության դեպքում արտակարգ իրավիճակների մասին ծանուցումները ստանալ իսպաներեն լեզվով"</string>
-</resources>
diff --git a/res/values-mcc001-in/strings.xml b/res/values-mcc001-in/strings.xml
deleted file mode 100644
index 982a1b8..0000000
--- a/res/values-mcc001-in/strings.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2020 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="receive_cmas_in_second_language_title" msgid="6380811692570868097">"Spanyol"</string>
-    <string name="receive_cmas_in_second_language_summary" msgid="2747100010816713897">"Dapatkan peringatan darurat dalam bahasa Spanyol jika memungkinkan"</string>
-</resources>
diff --git a/res/values-mcc001-is/strings.xml b/res/values-mcc001-is/strings.xml
deleted file mode 100644
index b075c60..0000000
--- a/res/values-mcc001-is/strings.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2020 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="receive_cmas_in_second_language_title" msgid="6380811692570868097">"Spænska"</string>
-    <string name="receive_cmas_in_second_language_summary" msgid="2747100010816713897">"Fá neyðartilkynningar á spænsku þegar það er hægt"</string>
-</resources>
diff --git a/res/values-mcc001-it/strings.xml b/res/values-mcc001-it/strings.xml
deleted file mode 100644
index b4b3cc6..0000000
--- a/res/values-mcc001-it/strings.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2020 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="receive_cmas_in_second_language_title" msgid="6380811692570868097">"Spagnolo"</string>
-    <string name="receive_cmas_in_second_language_summary" msgid="2747100010816713897">"Ricevi avvisi di emergenza in spagnolo quando è possibile"</string>
-</resources>
diff --git a/res/values-mcc001-iw/strings.xml b/res/values-mcc001-iw/strings.xml
deleted file mode 100644
index ffffaf4..0000000
--- a/res/values-mcc001-iw/strings.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2020 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="receive_cmas_in_second_language_title" msgid="6380811692570868097">"ספרדית"</string>
-    <string name="receive_cmas_in_second_language_summary" msgid="2747100010816713897">"קבלת התרעות על מקרי חירום בספרדית כשזה אפשרי"</string>
-</resources>
diff --git a/res/values-mcc001-ja/strings.xml b/res/values-mcc001-ja/strings.xml
deleted file mode 100644
index a5be183..0000000
--- a/res/values-mcc001-ja/strings.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2020 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="receive_cmas_in_second_language_title" msgid="6380811692570868097">"スペイン語"</string>
-    <string name="receive_cmas_in_second_language_summary" msgid="2747100010816713897">"可能な場合はスペイン語で緊急アラートを受信する"</string>
-</resources>
diff --git a/res/values-mcc001-ka/strings.xml b/res/values-mcc001-ka/strings.xml
deleted file mode 100644
index 367a03a..0000000
--- a/res/values-mcc001-ka/strings.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2020 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="receive_cmas_in_second_language_title" msgid="6380811692570868097">"ესპანური"</string>
-    <string name="receive_cmas_in_second_language_summary" msgid="2747100010816713897">"საგანგებო გაფრთხილებების მიღება ესპანურ ენაზე, როდესაც ეს შესაძლებელია"</string>
-</resources>
diff --git a/res/values-mcc001-kk/strings.xml b/res/values-mcc001-kk/strings.xml
deleted file mode 100644
index d270b7a..0000000
--- a/res/values-mcc001-kk/strings.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2020 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="receive_cmas_in_second_language_title" msgid="6380811692570868097">"Испан тілі"</string>
-    <string name="receive_cmas_in_second_language_summary" msgid="2747100010816713897">"Мүмкін болса, төтенше жағдай хабарландыруларын испан тілінде алу"</string>
-</resources>
diff --git a/res/values-mcc001-km/strings.xml b/res/values-mcc001-km/strings.xml
deleted file mode 100644
index 6b93a02..0000000
--- a/res/values-mcc001-km/strings.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2020 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="receive_cmas_in_second_language_title" msgid="6380811692570868097">"អេស្ប៉ាញ"</string>
-    <string name="receive_cmas_in_second_language_summary" msgid="2747100010816713897">"ទទួល​ការ​ជូន​ដំណឹង​ពេល​អាសន្នជាភាសាអេស្ប៉ាញ នៅពេលដែលអាចទទួលបាន"</string>
-</resources>
diff --git a/res/values-mcc001-ko/strings.xml b/res/values-mcc001-ko/strings.xml
deleted file mode 100644
index e6fbad8..0000000
--- a/res/values-mcc001-ko/strings.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2020 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="receive_cmas_in_second_language_title" msgid="6380811692570868097">"스페인어"</string>
-    <string name="receive_cmas_in_second_language_summary" msgid="2747100010816713897">"가능한 경우 스페인어로 응급 상황 알림 받기"</string>
-</resources>
diff --git a/res/values-mcc001-ky/strings.xml b/res/values-mcc001-ky/strings.xml
deleted file mode 100644
index dbf92d9..0000000
--- a/res/values-mcc001-ky/strings.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2020 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="receive_cmas_in_second_language_title" msgid="6380811692570868097">"Испанча"</string>
-    <string name="receive_cmas_in_second_language_summary" msgid="2747100010816713897">"Мүмкүн болгондо шашылыш билдирүүлөрдү испан тилинде алыңыз"</string>
-</resources>
diff --git a/res/values-mcc001-lo/strings.xml b/res/values-mcc001-lo/strings.xml
deleted file mode 100644
index 6e26cfa..0000000
--- a/res/values-mcc001-lo/strings.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2020 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="receive_cmas_in_second_language_title" msgid="6380811692570868097">"ສະແປນນິຊ"</string>
-    <string name="receive_cmas_in_second_language_summary" msgid="2747100010816713897">"ຮັບການແຈ້ງເຕືອນສຸກເສີນເປັນພາສາສະແປນນິຊເມື່ອເປັນໄປໄດ້"</string>
-</resources>
diff --git a/res/values-mcc001-lt/strings.xml b/res/values-mcc001-lt/strings.xml
deleted file mode 100644
index d0e51df..0000000
--- a/res/values-mcc001-lt/strings.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2020 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="receive_cmas_in_second_language_title" msgid="6380811692570868097">"Ispanų"</string>
-    <string name="receive_cmas_in_second_language_summary" msgid="2747100010816713897">"Kai galima, gauti įspėjimus apie kritinę padėtį ispanų kalba"</string>
-</resources>
diff --git a/res/values-mcc001-lv/strings.xml b/res/values-mcc001-lv/strings.xml
deleted file mode 100644
index 44f81ea..0000000
--- a/res/values-mcc001-lv/strings.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2020 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="receive_cmas_in_second_language_title" msgid="6380811692570868097">"Spāņu"</string>
-    <string name="receive_cmas_in_second_language_summary" msgid="2747100010816713897">"Saņemt ārkārtas brīdinājumus spāņu valodā, kad iespējams"</string>
-</resources>
diff --git a/res/values-mcc001-mk/strings.xml b/res/values-mcc001-mk/strings.xml
deleted file mode 100644
index 459b6e7..0000000
--- a/res/values-mcc001-mk/strings.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2020 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="receive_cmas_in_second_language_title" msgid="6380811692570868097">"Шпански"</string>
-    <string name="receive_cmas_in_second_language_summary" msgid="2747100010816713897">"Примај предупредувања за итни случаи на шпански кога е можно"</string>
-</resources>
diff --git a/res/values-mcc001-mn/strings.xml b/res/values-mcc001-mn/strings.xml
deleted file mode 100644
index 1bc54d5..0000000
--- a/res/values-mcc001-mn/strings.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2020 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="receive_cmas_in_second_language_title" msgid="6380811692570868097">"Испани"</string>
-    <string name="receive_cmas_in_second_language_summary" msgid="2747100010816713897">"Боломжтой үед яаралтай тусламжийн сэрэмжлүүлгийг Испани хэл дээр хүлээн авах"</string>
-</resources>
diff --git a/res/values-mcc001-ms/strings.xml b/res/values-mcc001-ms/strings.xml
deleted file mode 100644
index 3246cbe..0000000
--- a/res/values-mcc001-ms/strings.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2020 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="receive_cmas_in_second_language_title" msgid="6380811692570868097">"Bahasa Sepanyol"</string>
-    <string name="receive_cmas_in_second_language_summary" msgid="2747100010816713897">"Menerima makluman kecemasan dalam bahasa Sepanyol jika boleh"</string>
-</resources>
diff --git a/res/values-mcc001-my/strings.xml b/res/values-mcc001-my/strings.xml
deleted file mode 100644
index ff1bdb9..0000000
--- a/res/values-mcc001-my/strings.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2020 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="receive_cmas_in_second_language_title" msgid="6380811692570868097">"စပိန်"</string>
-    <string name="receive_cmas_in_second_language_summary" msgid="2747100010816713897">"ဖြစ်နိုင်ပါက အရေးပေါ် သတိပေးချက်များကို စပိန်ဘာသာစကားနှင့် ရယူရန်"</string>
-</resources>
diff --git a/res/values-mcc001-nb/strings.xml b/res/values-mcc001-nb/strings.xml
deleted file mode 100644
index 8b8d396..0000000
--- a/res/values-mcc001-nb/strings.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2020 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="receive_cmas_in_second_language_title" msgid="6380811692570868097">"Spansk"</string>
-    <string name="receive_cmas_in_second_language_summary" msgid="2747100010816713897">"Motta nødvarsler på spansk når det er mulig"</string>
-</resources>
diff --git a/res/values-mcc001-nl/strings.xml b/res/values-mcc001-nl/strings.xml
deleted file mode 100644
index f8bf5d0..0000000
--- a/res/values-mcc001-nl/strings.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2020 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="receive_cmas_in_second_language_title" msgid="6380811692570868097">"Spaans"</string>
-    <string name="receive_cmas_in_second_language_summary" msgid="2747100010816713897">"Noodmeldingen krijgen in het Spaans, indien mogelijk"</string>
-</resources>
diff --git a/res/values-mcc001-or/strings.xml b/res/values-mcc001-or/strings.xml
deleted file mode 100644
index 9c246a1..0000000
--- a/res/values-mcc001-or/strings.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2020 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="receive_cmas_in_second_language_title" msgid="6380811692570868097">"ସ୍ପେନୀୟ"</string>
-    <string name="receive_cmas_in_second_language_summary" msgid="2747100010816713897">"ଯେତେବେଳେ ସମ୍ଭବ ସ୍ପେନୀୟ ଭାଷାରେ ଜରୁରୀକାଳୀନ ଆଲର୍ଟ ପାଆନ୍ତୁ"</string>
-</resources>
diff --git a/res/values-mcc001-pa/strings.xml b/res/values-mcc001-pa/strings.xml
deleted file mode 100644
index a4c83dd..0000000
--- a/res/values-mcc001-pa/strings.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2020 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="receive_cmas_in_second_language_title" msgid="6380811692570868097">"ਸਪੇਨੀ"</string>
-    <string name="receive_cmas_in_second_language_summary" msgid="2747100010816713897">"ਜਦੋਂ ਵੀ ਸੰਭਵ ਹੋਵੇ ਸਪੇਨੀ ਭਾਸ਼ਾ ਵਿੱਚ ਸੰਕਟਕਾਲੀਨ ਸੁਚੇਤਨਾਵਾਂ ਪ੍ਰਾਪਤ ਕਰੋ"</string>
-</resources>
diff --git a/res/values-mcc001-pl/strings.xml b/res/values-mcc001-pl/strings.xml
deleted file mode 100644
index 8ea9efd..0000000
--- a/res/values-mcc001-pl/strings.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2020 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="receive_cmas_in_second_language_title" msgid="6380811692570868097">"hiszpański"</string>
-    <string name="receive_cmas_in_second_language_summary" msgid="2747100010816713897">"Otrzymuj alerty bezpieczeństwa po hiszpańsku, jeśli są dostępne"</string>
-</resources>
diff --git a/res/values-mcc001-pt-rPT/strings.xml b/res/values-mcc001-pt-rPT/strings.xml
deleted file mode 100644
index a21b7de..0000000
--- a/res/values-mcc001-pt-rPT/strings.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2020 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="receive_cmas_in_second_language_title" msgid="6380811692570868097">"Espanhol"</string>
-    <string name="receive_cmas_in_second_language_summary" msgid="2747100010816713897">"Receber alertas de emergência em espanhol sempre que possível"</string>
-</resources>
diff --git a/res/values-mcc001-pt/strings.xml b/res/values-mcc001-pt/strings.xml
deleted file mode 100644
index a21b7de..0000000
--- a/res/values-mcc001-pt/strings.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2020 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="receive_cmas_in_second_language_title" msgid="6380811692570868097">"Espanhol"</string>
-    <string name="receive_cmas_in_second_language_summary" msgid="2747100010816713897">"Receber alertas de emergência em espanhol sempre que possível"</string>
-</resources>
diff --git a/res/values-mcc001-ro/strings.xml b/res/values-mcc001-ro/strings.xml
deleted file mode 100644
index 4ffa06d..0000000
--- a/res/values-mcc001-ro/strings.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2020 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="receive_cmas_in_second_language_title" msgid="6380811692570868097">"Spaniolă"</string>
-    <string name="receive_cmas_in_second_language_summary" msgid="2747100010816713897">"Trimite alerte de urgență în limba spaniolă dacă este posibil"</string>
-</resources>
diff --git a/res/values-mcc001-ru/strings.xml b/res/values-mcc001-ru/strings.xml
deleted file mode 100644
index 1361bb5..0000000
--- a/res/values-mcc001-ru/strings.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2020 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="receive_cmas_in_second_language_title" msgid="6380811692570868097">"Испанский"</string>
-    <string name="receive_cmas_in_second_language_summary" msgid="2747100010816713897">"Если возможно, получать оповещения о чрезвычайных ситуациях на испанском языке"</string>
-</resources>
diff --git a/res/values-mcc001-si/strings.xml b/res/values-mcc001-si/strings.xml
deleted file mode 100644
index ab17e6d..0000000
--- a/res/values-mcc001-si/strings.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2020 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="receive_cmas_in_second_language_title" msgid="6380811692570868097">"ස්පාඤ්ඤ"</string>
-    <string name="receive_cmas_in_second_language_summary" msgid="2747100010816713897">"හැකි විට ස්පාඤ්ඤ භාෂාවෙන් හදිසි අනතුරු ඇඟවීම් ලබා ගන්න"</string>
-</resources>
diff --git a/res/values-mcc001-sk/strings.xml b/res/values-mcc001-sk/strings.xml
deleted file mode 100644
index 730f602..0000000
--- a/res/values-mcc001-sk/strings.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2020 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="receive_cmas_in_second_language_title" msgid="6380811692570868097">"Španielčina"</string>
-    <string name="receive_cmas_in_second_language_summary" msgid="2747100010816713897">"Dostávajte tiesňové upozornenia v španielčine (keď je to možné)"</string>
-</resources>
diff --git a/res/values-mcc001-sl/strings.xml b/res/values-mcc001-sl/strings.xml
deleted file mode 100644
index 7175db7..0000000
--- a/res/values-mcc001-sl/strings.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2020 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="receive_cmas_in_second_language_title" msgid="6380811692570868097">"Španščina"</string>
-    <string name="receive_cmas_in_second_language_summary" msgid="2747100010816713897">"Prejemanje nujnih opozoril v španščini, kadar je to mogoče"</string>
-</resources>
diff --git a/res/values-mcc001-sq/strings.xml b/res/values-mcc001-sq/strings.xml
deleted file mode 100644
index 09f99cd..0000000
--- a/res/values-mcc001-sq/strings.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2020 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="receive_cmas_in_second_language_title" msgid="6380811692570868097">"Spanjisht"</string>
-    <string name="receive_cmas_in_second_language_summary" msgid="2747100010816713897">"Merri sinjalizimet e urgjencës në spanjisht kur është e mundur"</string>
-</resources>
diff --git a/res/values-mcc001-sr/strings.xml b/res/values-mcc001-sr/strings.xml
deleted file mode 100644
index ef72fde..0000000
--- a/res/values-mcc001-sr/strings.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2020 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="receive_cmas_in_second_language_title" msgid="6380811692570868097">"шпански"</string>
-    <string name="receive_cmas_in_second_language_summary" msgid="2747100010816713897">"Примајте обавештења о хитним случајевима на шпанском када је то могуће"</string>
-</resources>
diff --git a/res/values-mcc001-sv/strings.xml b/res/values-mcc001-sv/strings.xml
deleted file mode 100644
index f1fbc9c..0000000
--- a/res/values-mcc001-sv/strings.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2020 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="receive_cmas_in_second_language_title" msgid="6380811692570868097">"Spanska"</string>
-    <string name="receive_cmas_in_second_language_summary" msgid="2747100010816713897">"Ta emot varningar på spanska vid nödsituationer när det är möjligt"</string>
-</resources>
diff --git a/res/values-mcc001-sw/strings.xml b/res/values-mcc001-sw/strings.xml
deleted file mode 100644
index 7632e79..0000000
--- a/res/values-mcc001-sw/strings.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2020 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="receive_cmas_in_second_language_title" msgid="6380811692570868097">"Kihispania"</string>
-    <string name="receive_cmas_in_second_language_summary" msgid="2747100010816713897">"Pokea arifa za dharura katika Kihispania inapowezekana"</string>
-</resources>
diff --git a/res/values-mcc001-ta/strings.xml b/res/values-mcc001-ta/strings.xml
deleted file mode 100644
index 9ca5219..0000000
--- a/res/values-mcc001-ta/strings.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2020 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="receive_cmas_in_second_language_title" msgid="6380811692570868097">"ஸ்பானிஷ்"</string>
-    <string name="receive_cmas_in_second_language_summary" msgid="2747100010816713897">"சாத்தியமான சூழல்களில் அவசரகால விழிப்பூட்டல்களை ஸ்பானிஷ் மொழியில் பெறுக"</string>
-</resources>
diff --git a/res/values-mcc001-th/strings.xml b/res/values-mcc001-th/strings.xml
deleted file mode 100644
index fdfbbad..0000000
--- a/res/values-mcc001-th/strings.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2020 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="receive_cmas_in_second_language_title" msgid="6380811692570868097">"สเปน"</string>
-    <string name="receive_cmas_in_second_language_summary" msgid="2747100010816713897">"รับการแจ้งเหตุฉุกเฉินเป็นภาษาสเปน เมื่อเป็นไปได้"</string>
-</resources>
diff --git a/res/values-mcc001-tl/strings.xml b/res/values-mcc001-tl/strings.xml
deleted file mode 100644
index 596ecdb..0000000
--- a/res/values-mcc001-tl/strings.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2020 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="receive_cmas_in_second_language_title" msgid="6380811692570868097">"Spanish"</string>
-    <string name="receive_cmas_in_second_language_summary" msgid="2747100010816713897">"Makatanggap ng mga alerto sa emergency na nasa wikang Spanish kapag posible"</string>
-</resources>
diff --git a/res/values-mcc001-tr/strings.xml b/res/values-mcc001-tr/strings.xml
deleted file mode 100644
index 93f168b..0000000
--- a/res/values-mcc001-tr/strings.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2020 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="receive_cmas_in_second_language_title" msgid="6380811692570868097">"İspanyolca"</string>
-    <string name="receive_cmas_in_second_language_summary" msgid="2747100010816713897">"Mümkün olduğunda acil durum uyarılarını İspanyolca alın"</string>
-</resources>
diff --git a/res/values-mcc001-uk/strings.xml b/res/values-mcc001-uk/strings.xml
deleted file mode 100644
index 6b727b0..0000000
--- a/res/values-mcc001-uk/strings.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2020 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="receive_cmas_in_second_language_title" msgid="6380811692570868097">"Іспанська"</string>
-    <string name="receive_cmas_in_second_language_summary" msgid="2747100010816713897">"Отримувати екстрені сповіщення іспанською мовою, коли це можливо"</string>
-</resources>
diff --git a/res/values-mcc001-uz/strings.xml b/res/values-mcc001-uz/strings.xml
deleted file mode 100644
index e18beb0..0000000
--- a/res/values-mcc001-uz/strings.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2020 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="receive_cmas_in_second_language_title" msgid="6380811692570868097">"Ispan"</string>
-    <string name="receive_cmas_in_second_language_summary" msgid="2747100010816713897">"Imkoni boʻlsa, favqulodda ogohlantirishlar Ispan tilida kelsin"</string>
-</resources>
diff --git a/res/values-mcc001-vi/strings.xml b/res/values-mcc001-vi/strings.xml
deleted file mode 100644
index a27fb9d..0000000
--- a/res/values-mcc001-vi/strings.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2020 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="receive_cmas_in_second_language_title" msgid="6380811692570868097">"Tiếng Tây Ban Nha"</string>
-    <string name="receive_cmas_in_second_language_summary" msgid="2747100010816713897">"Nhận cảnh báo khẩn cấp bằng tiếng Tây Ban Nha khi có thể"</string>
-</resources>
diff --git a/res/values-mcc001-zh-rCN/strings.xml b/res/values-mcc001-zh-rCN/strings.xml
deleted file mode 100644
index eb60b1a..0000000
--- a/res/values-mcc001-zh-rCN/strings.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2020 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="receive_cmas_in_second_language_title" msgid="6380811692570868097">"西班牙语"</string>
-    <string name="receive_cmas_in_second_language_summary" msgid="2747100010816713897">"接收西班牙语的紧急情况警报(如果可能)"</string>
-</resources>
diff --git a/res/values-mcc001-zh-rHK/strings.xml b/res/values-mcc001-zh-rHK/strings.xml
deleted file mode 100644
index 136e92a..0000000
--- a/res/values-mcc001-zh-rHK/strings.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2020 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="receive_cmas_in_second_language_title" msgid="6380811692570868097">"西班牙文"</string>
-    <string name="receive_cmas_in_second_language_summary" msgid="2747100010816713897">"接收西班牙文的緊急警示 (如有)"</string>
-</resources>
diff --git a/res/values-mcc001-zh-rTW/strings.xml b/res/values-mcc001-zh-rTW/strings.xml
deleted file mode 100644
index 4b8e276..0000000
--- a/res/values-mcc001-zh-rTW/strings.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2020 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="receive_cmas_in_second_language_title" msgid="6380811692570868097">"西班牙文"</string>
-    <string name="receive_cmas_in_second_language_summary" msgid="2747100010816713897">"接收西班牙文的緊急警報 (如果有的話)"</string>
-</resources>
diff --git a/res/values-mcc001-zu/strings.xml b/res/values-mcc001-zu/strings.xml
deleted file mode 100644
index bc3f6d0..0000000
--- a/res/values-mcc001-zu/strings.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2020 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="receive_cmas_in_second_language_title" msgid="6380811692570868097">"Isi-Spanish"</string>
-    <string name="receive_cmas_in_second_language_summary" msgid="2747100010816713897">"Thola izexwayiso zesimo esiphuthumayo nge-Spanish uma kukhonakala"</string>
-</resources>
diff --git a/res/values-mcc202-it/strings.xml b/res/values-mcc202-it/strings.xml
index f4ed381..e7ba30e 100644
--- a/res/values-mcc202-it/strings.xml
+++ b/res/values-mcc202-it/strings.xml
@@ -17,7 +17,7 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="cmas_amber_alert" msgid="8487743009781574082">"GR-Alert: allerta Amber"</string>
-    <string name="cmas_presidential_level_alert" msgid="6341018911042907130">"GR-Alert: allerta presidenziale"</string>
+    <string name="cmas_presidential_level_alert" msgid="6341018911042907130">"GR-Alert: allarme presidenziale"</string>
     <string name="cmas_extreme_alert" msgid="7989498696890004631">"GR-Alert: allerta per condizioni estreme"</string>
     <string name="cmas_extreme_immediate_observed_alert" msgid="3810446910355766140">"GR-Alert: allerta per condizioni estreme"</string>
     <string name="cmas_extreme_immediate_likely_alert" msgid="4723844134984591798">"GR-Alert: allerta per condizioni estreme"</string>
diff --git a/res/values-mcc202-iw/strings.xml b/res/values-mcc202-iw/strings.xml
index 7834cd6..c5beff0 100644
--- a/res/values-mcc202-iw/strings.xml
+++ b/res/values-mcc202-iw/strings.xml
@@ -16,10 +16,10 @@
 
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-    <string name="cmas_amber_alert" msgid="8487743009781574082">"התרעה ביוון: התרעת אמבר"</string>
-    <string name="cmas_presidential_level_alert" msgid="6341018911042907130">"התרעה ביוון: התרעה נשיאותית"</string>
-    <string name="cmas_extreme_alert" msgid="7989498696890004631">"התרעה ביוון: התרעה קיצונית"</string>
-    <string name="cmas_extreme_immediate_observed_alert" msgid="3810446910355766140">"התרעה ביוון: התרעה קיצונית"</string>
-    <string name="cmas_extreme_immediate_likely_alert" msgid="4723844134984591798">"התרעה ביוון: התרעה קיצונית"</string>
-    <string name="cmas_severe_alert" msgid="3002006180717551407">"התרעה ביוון: התרעה חמורה"</string>
+    <string name="cmas_amber_alert" msgid="8487743009781574082">"התראה ביוון: התראת אמבר"</string>
+    <string name="cmas_presidential_level_alert" msgid="6341018911042907130">"התראה ביוון: התראה נשיאותית"</string>
+    <string name="cmas_extreme_alert" msgid="7989498696890004631">"התראה ביוון: התראה קיצונית"</string>
+    <string name="cmas_extreme_immediate_observed_alert" msgid="3810446910355766140">"התראה ביוון: התראה קיצונית"</string>
+    <string name="cmas_extreme_immediate_likely_alert" msgid="4723844134984591798">"התראה ביוון: התראה קיצונית"</string>
+    <string name="cmas_severe_alert" msgid="3002006180717551407">"התראה ביוון: התראה חמורה"</string>
 </resources>
diff --git a/res/values-mcc202-th/strings.xml b/res/values-mcc202-th/strings.xml
index bac1ed2..1196446 100644
--- a/res/values-mcc202-th/strings.xml
+++ b/res/values-mcc202-th/strings.xml
@@ -16,7 +16,7 @@
 
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-    <string name="cmas_amber_alert" msgid="8487743009781574082">"GR-Alert: การแจ้งเตือนเด็กหาย Amber Alert"</string>
+    <string name="cmas_amber_alert" msgid="8487743009781574082">"GR-Alert: การแจ้งเตือน Amber"</string>
     <string name="cmas_presidential_level_alert" msgid="6341018911042907130">"GR-Alert: การแจ้งเตือนระดับสูง"</string>
     <string name="cmas_extreme_alert" msgid="7989498696890004631">"GR-Alert: การแจ้งเตือนระดับสูงสุด"</string>
     <string name="cmas_extreme_immediate_observed_alert" msgid="3810446910355766140">"GR-Alert: การแจ้งเตือนระดับสูงสุด"</string>
diff --git a/res/values-mcc204-iw/strings.xml b/res/values-mcc204-iw/strings.xml
index a12b409..cbebbdb 100644
--- a/res/values-mcc204-iw/strings.xml
+++ b/res/values-mcc204-iw/strings.xml
@@ -16,11 +16,11 @@
 
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-    <string name="enable_public_safety_messages_title" msgid="94965677856528234">"התרעה בהולנד"</string>
-    <string name="public_safety_message" msgid="4890528871594786094">"התרעה בהולנד"</string>
-    <string name="cmas_presidential_level_alert" msgid="9058326958225367870">"התרעה בהולנד"</string>
+    <string name="enable_public_safety_messages_title" msgid="94965677856528234">"התראה בהולנד"</string>
+    <string name="public_safety_message" msgid="4890528871594786094">"התראה בהולנד"</string>
+    <string name="cmas_presidential_level_alert" msgid="9058326958225367870">"התראה בהולנד"</string>
     <string name="cmas_extreme_alert" msgid="4868712078881445059">"התראה בהולנד"</string>
-    <string name="cmas_extreme_immediate_observed_alert" msgid="6128062253192348686">"התרעה בהולנד"</string>
+    <string name="cmas_extreme_immediate_observed_alert" msgid="6128062253192348686">"התראה בהולנד"</string>
     <string name="cmas_extreme_immediate_likely_alert" msgid="207796247208986943">"התראה בהולנד"</string>
-    <string name="cmas_severe_alert" msgid="26776277057772591">"התרעה בהולנד"</string>
+    <string name="cmas_severe_alert" msgid="26776277057772591">"התראה בהולנד"</string>
 </resources>
diff --git a/res/values-mcc222-as/strings.xml b/res/values-mcc222-as/strings.xml
index c220c38..3d71d0e 100644
--- a/res/values-mcc222-as/strings.xml
+++ b/res/values-mcc222-as/strings.xml
@@ -25,6 +25,6 @@
     <skip />
     <!-- no translation found for enable_cmas_extreme_threat_alerts_title (4190349287603327927) -->
     <skip />
-    <string name="alerts_header_summary" msgid="5963536832729208581">"ব্যৱহাৰকাৰীৰ ছেটিং নিৰ্বিশেষে গুৰুত্বপূৰ্ণ বাৰ্তাসমূহ আহিব পাৰে"</string>
+    <string name="alerts_header_summary" msgid="5963536832729208581">"ব্যৱহাৰকাৰীৰ ছেটিংসমূহ নিৰ্বিশেষে গুৰুত্বপূৰ্ণ বাৰ্তাসমূহ আহিব পাৰে"</string>
     <string name="enable_cmas_test_alerts_title" msgid="7658007515811137035">"পাঠ বাৰ্তাসমূহ"</string>
 </resources>
diff --git a/res/values-mcc222-ky/strings.xml b/res/values-mcc222-ky/strings.xml
index b05283d..8da2d55 100644
--- a/res/values-mcc222-ky/strings.xml
+++ b/res/values-mcc222-ky/strings.xml
@@ -25,6 +25,6 @@
     <skip />
     <!-- no translation found for enable_cmas_extreme_threat_alerts_title (4190349287603327927) -->
     <skip />
-    <string name="alerts_header_summary" msgid="5963536832729208581">"Маанилүү сүйлөшүүлөр колдонуучунун жөндөөлөрүнө карабастан алынат"</string>
+    <string name="alerts_header_summary" msgid="5963536832729208581">"Маанилүү жазышуулар колдонуучунун жөндөөлөрүнө карабастан алынат"</string>
     <string name="enable_cmas_test_alerts_title" msgid="7658007515811137035">"Сынамык билдирүүлөр"</string>
 </resources>
diff --git a/res/values-mcc226-it/strings.xml b/res/values-mcc226-it/strings.xml
index a8a0ed5..10f2acf 100644
--- a/res/values-mcc226-it/strings.xml
+++ b/res/values-mcc226-it/strings.xml
@@ -18,10 +18,10 @@
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="enable_public_safety_messages_title" msgid="2315613513862198922">"Allerta arancione"</string>
     <string name="public_safety_message" msgid="2115576467671679192">"RO-Alert: allerta arancione"</string>
-    <string name="cmas_presidential_level_alert" msgid="8476571012670281437">"RO-Alert: allerta presidenziale"</string>
+    <string name="cmas_presidential_level_alert" msgid="8476571012670281437">"RO-Alert: allarme presidenziale"</string>
     <string name="cmas_extreme_alert" msgid="1713701020039340032">"RO-Alert: allerta per condizioni estreme"</string>
     <string name="cmas_extreme_immediate_observed_alert" msgid="9008972835754333116">"RO-Alert: allerta per condizioni estreme"</string>
     <string name="cmas_extreme_immediate_likely_alert" msgid="4535498659302678812">"RO-Alert: allerta per condizioni estreme"</string>
     <string name="cmas_severe_alert" msgid="9170931869067635495">"RO-Alert: allerta per condizioni gravi"</string>
-    <string name="cmas_exercise_alert" msgid="5696553249081579138">"RO-Alert: allerta di esercitazione"</string>
+    <string name="cmas_exercise_alert" msgid="5696553249081579138">"RO-Alert: avviso esercitazione"</string>
 </resources>
diff --git a/res/values-mcc226-iw/strings.xml b/res/values-mcc226-iw/strings.xml
index c48265a..c5cec4f 100644
--- a/res/values-mcc226-iw/strings.xml
+++ b/res/values-mcc226-iw/strings.xml
@@ -16,12 +16,12 @@
 
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-    <string name="enable_public_safety_messages_title" msgid="2315613513862198922">"התרעה כתומה"</string>
-    <string name="public_safety_message" msgid="2115576467671679192">"התרעה ברומניה: התרעה כתומה"</string>
-    <string name="cmas_presidential_level_alert" msgid="8476571012670281437">"התרעה ברומניה: התרעה נשיאותית"</string>
-    <string name="cmas_extreme_alert" msgid="1713701020039340032">"התרעה ברומניה: התרעה קיצונית"</string>
+    <string name="enable_public_safety_messages_title" msgid="2315613513862198922">"התראה כתומה"</string>
+    <string name="public_safety_message" msgid="2115576467671679192">"התראה ברומניה: התראה כתומה"</string>
+    <string name="cmas_presidential_level_alert" msgid="8476571012670281437">"התראה ברומניה: התראה נשיאותית"</string>
+    <string name="cmas_extreme_alert" msgid="1713701020039340032">"התראה ברומניה: התראה קיצונית"</string>
     <string name="cmas_extreme_immediate_observed_alert" msgid="9008972835754333116">"התראה ברומניה: התראה קיצונית"</string>
-    <string name="cmas_extreme_immediate_likely_alert" msgid="4535498659302678812">"התרעה ברומניה: התרעה קיצונית"</string>
-    <string name="cmas_severe_alert" msgid="9170931869067635495">"התרעה ברומניה: התרעה חמורה"</string>
-    <string name="cmas_exercise_alert" msgid="5696553249081579138">"התרעה ברומניה: התרעת תרגול"</string>
+    <string name="cmas_extreme_immediate_likely_alert" msgid="4535498659302678812">"התראה ברומניה: התראה קיצונית"</string>
+    <string name="cmas_severe_alert" msgid="9170931869067635495">"התראה ברומניה: התראה חמורה"</string>
+    <string name="cmas_exercise_alert" msgid="5696553249081579138">"התראה ברומניה: התראת תרגול"</string>
 </resources>
diff --git a/res/values-mcc234-eu/strings.xml b/res/values-mcc234-eu/strings.xml
index 9d26741..55b4231 100644
--- a/res/values-mcc234-eu/strings.xml
+++ b/res/values-mcc234-eu/strings.xml
@@ -18,7 +18,7 @@
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="enable_cmas_extreme_threat_alerts_title" msgid="8511466399220042295">"Muturreko alertak"</string>
     <string name="enable_cmas_severe_threat_alerts_title" msgid="2271741871998936543">"Alerta larriak"</string>
-    <string name="enable_cmas_test_alerts_title" msgid="6022925848643811044">"Probako alertak"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="6022925848643811044">"Testu-mezu bidezko alertak"</string>
     <string name="enable_exercise_test_alerts_title" msgid="411880452689537935">"Ariketa-alertak"</string>
     <string name="cmas_presidential_level_alert" msgid="3429191761649839884">"Gobernuaren alerta"</string>
     <string name="cmas_extreme_alert" msgid="3474352706075109113">"Muturreko alerta"</string>
@@ -27,7 +27,7 @@
     <!-- no translation found for cmas_extreme_immediate_likely_alert (1667218798350595295) -->
     <skip />
     <string name="cmas_severe_alert" msgid="6989950459525380066">"Alerta larria"</string>
-    <string name="cmas_required_monthly_test" msgid="1226904101913162471">"Probako alerta"</string>
+    <string name="cmas_required_monthly_test" msgid="1226904101913162471">"Testu-mezu bidezko alerta"</string>
     <string name="cmas_exercise_alert" msgid="4540370572086918020">"Ariketa-alerta"</string>
     <string name="app_label" msgid="3863159788297913185">"Larrialdi-alertak"</string>
     <string name="sms_cb_settings" msgid="4187131985831792308">"Larrialdi-alertak"</string>
diff --git a/res/values-mcc234-gl/strings.xml b/res/values-mcc234-gl/strings.xml
index 9c5aceb..37e9e45 100644
--- a/res/values-mcc234-gl/strings.xml
+++ b/res/values-mcc234-gl/strings.xml
@@ -32,7 +32,7 @@
     <string name="app_label" msgid="3863159788297913185">"Alertas de emerxencia"</string>
     <string name="sms_cb_settings" msgid="4187131985831792308">"Alertas de emerxencia"</string>
     <string name="enable_alerts_master_toggle_summary" msgid="805446672915814777">"Recibe notificacións de alertas de emerxencia"</string>
-    <string name="enable_alert_speech_summary" msgid="5021926525240750702">"Usa a conversión de texto a voz para ler as mensaxes de alertas de emerxencia"</string>
+    <string name="enable_alert_speech_summary" msgid="5021926525240750702">"Usa a síntese de voz para ler as mensaxes de alertas de emerxencia"</string>
     <string name="cmas_opt_out_dialog_text" msgid="1972978578760513449">"Actualmente recibes alertas de emerxencia. Queres seguir recibíndoas?"</string>
     <string name="emergency_alert_settings_title_watches" msgid="5299419351642118203">"Alertas de emerxencia"</string>
     <string name="notification_cb_settings_changed_text" msgid="6861845802821634203">"Toca para ver a configuración das alertas de emerxencia"</string>
diff --git a/res/values-mcc234-it/strings.xml b/res/values-mcc234-it/strings.xml
index 2ca8410..e7301a3 100644
--- a/res/values-mcc234-it/strings.xml
+++ b/res/values-mcc234-it/strings.xml
@@ -20,20 +20,20 @@
     <string name="enable_cmas_severe_threat_alerts_title" msgid="2271741871998936543">"Allerte per condizioni gravi"</string>
     <string name="enable_cmas_test_alerts_title" msgid="6022925848643811044">"Avvisi di prova"</string>
     <string name="enable_exercise_test_alerts_title" msgid="411880452689537935">"Simulazioni di avvisi"</string>
-    <string name="cmas_presidential_level_alert" msgid="3429191761649839884">"Allerta governativa"</string>
+    <string name="cmas_presidential_level_alert" msgid="3429191761649839884">"Avviso governativo"</string>
     <string name="cmas_extreme_alert" msgid="3474352706075109113">"Allerta per condizioni estreme"</string>
     <!-- no translation found for cmas_extreme_immediate_observed_alert (4385654808873824465) -->
     <skip />
     <!-- no translation found for cmas_extreme_immediate_likely_alert (1667218798350595295) -->
     <skip />
     <string name="cmas_severe_alert" msgid="6989950459525380066">"Allerta per condizioni gravi"</string>
-    <string name="cmas_required_monthly_test" msgid="1226904101913162471">"Allerta di prova"</string>
-    <string name="cmas_exercise_alert" msgid="4540370572086918020">"Simulazione di allerta"</string>
+    <string name="cmas_required_monthly_test" msgid="1226904101913162471">"Avviso di prova"</string>
+    <string name="cmas_exercise_alert" msgid="4540370572086918020">"Simulazione di avviso"</string>
     <string name="app_label" msgid="3863159788297913185">"Avvisi di emergenza"</string>
     <string name="sms_cb_settings" msgid="4187131985831792308">"Avvisi di emergenza"</string>
     <string name="enable_alerts_master_toggle_summary" msgid="805446672915814777">"Ricevi notifiche per allerte di emergenza"</string>
-    <string name="enable_alert_speech_summary" msgid="5021926525240750702">"Usa la sintesi vocale per farmi ascoltare i messaggi delle allerte di emergenza"</string>
+    <string name="enable_alert_speech_summary" msgid="5021926525240750702">"Usa la sintesi vocale per farmi ascoltare i messaggi degli avvisi di emergenza"</string>
     <string name="cmas_opt_out_dialog_text" msgid="1972978578760513449">"Stai ricevendo avvisi di emergenza. Vuoi continuare a ricevere questi avvisi?"</string>
     <string name="emergency_alert_settings_title_watches" msgid="5299419351642118203">"Avvisi di emergenza"</string>
-    <string name="notification_cb_settings_changed_text" msgid="6861845802821634203">"Tocca per visualizzare le impostazioni relative alle allerte di emergenza"</string>
+    <string name="notification_cb_settings_changed_text" msgid="6861845802821634203">"Tocca per visualizzare le impostazioni relative agli avvisi di emergenza"</string>
 </resources>
diff --git a/res/values-mcc234-iw/strings.xml b/res/values-mcc234-iw/strings.xml
index 9677779..f4dab88 100644
--- a/res/values-mcc234-iw/strings.xml
+++ b/res/values-mcc234-iw/strings.xml
@@ -19,21 +19,21 @@
     <string name="enable_cmas_extreme_threat_alerts_title" msgid="8511466399220042295">"התראות קיצוניות"</string>
     <string name="enable_cmas_severe_threat_alerts_title" msgid="2271741871998936543">"התרעות חמורות"</string>
     <string name="enable_cmas_test_alerts_title" msgid="6022925848643811044">"התרעות בדיקה"</string>
-    <string name="enable_exercise_test_alerts_title" msgid="411880452689537935">"התרעות תרגול"</string>
-    <string name="cmas_presidential_level_alert" msgid="3429191761649839884">"התרעה ממשלתית"</string>
-    <string name="cmas_extreme_alert" msgid="3474352706075109113">"התרעה קיצונית"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="411880452689537935">"התראות תרגול"</string>
+    <string name="cmas_presidential_level_alert" msgid="3429191761649839884">"התראה ממשלתית"</string>
+    <string name="cmas_extreme_alert" msgid="3474352706075109113">"התראה קיצונית"</string>
     <!-- no translation found for cmas_extreme_immediate_observed_alert (4385654808873824465) -->
     <skip />
     <!-- no translation found for cmas_extreme_immediate_likely_alert (1667218798350595295) -->
     <skip />
-    <string name="cmas_severe_alert" msgid="6989950459525380066">"התרעה חמורה"</string>
-    <string name="cmas_required_monthly_test" msgid="1226904101913162471">"התרעת בדיקה"</string>
-    <string name="cmas_exercise_alert" msgid="4540370572086918020">"התרעת תרגול"</string>
-    <string name="app_label" msgid="3863159788297913185">"התרעות חירום"</string>
-    <string name="sms_cb_settings" msgid="4187131985831792308">"התרעות חירום"</string>
-    <string name="enable_alerts_master_toggle_summary" msgid="805446672915814777">"קבלת התרעות על מקרי חירום"</string>
-    <string name="enable_alert_speech_summary" msgid="5021926525240750702">"‏שימוש בהמרת טקסט לדיבור (TTS) להקראה של התרעות על מקרי חירום"</string>
-    <string name="cmas_opt_out_dialog_text" msgid="1972978578760513449">"ההגדרה שלך עכשיו היא לקבל התרעות על מקרי חירום. האם ברצונך להמשיך לקבל התרעות על מקרי חירום?"</string>
-    <string name="emergency_alert_settings_title_watches" msgid="5299419351642118203">"התרעות חירום"</string>
-    <string name="notification_cb_settings_changed_text" msgid="6861845802821634203">"יש להקיש כדי לראות את ההגדרות של ההתרעות על מקרי חירום"</string>
+    <string name="cmas_severe_alert" msgid="6989950459525380066">"התראה חמורה"</string>
+    <string name="cmas_required_monthly_test" msgid="1226904101913162471">"התראת בדיקה"</string>
+    <string name="cmas_exercise_alert" msgid="4540370572086918020">"התראת תרגול"</string>
+    <string name="app_label" msgid="3863159788297913185">"התראות חירום"</string>
+    <string name="sms_cb_settings" msgid="4187131985831792308">"התראות חירום"</string>
+    <string name="enable_alerts_master_toggle_summary" msgid="805446672915814777">"קבלת התראות על מקרי חירום"</string>
+    <string name="enable_alert_speech_summary" msgid="5021926525240750702">"‏שימוש בהמרת טקסט לדיבור (TTS) להקראה של התראות על מקרי חירום"</string>
+    <string name="cmas_opt_out_dialog_text" msgid="1972978578760513449">"ההגדרה שלך עכשיו היא לקבל התראות על מקרי חירום. האם ברצונך להמשיך לקבל התראות על מקרי חירום?"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="5299419351642118203">"התראות חירום"</string>
+    <string name="notification_cb_settings_changed_text" msgid="6861845802821634203">"יש להקיש כדי לראות את ההגדרות של ההתראות על מקרי חירום"</string>
 </resources>
diff --git a/res/values-mcc246-iw/strings.xml b/res/values-mcc246-iw/strings.xml
index 8754267..acb3384 100644
--- a/res/values-mcc246-iw/strings.xml
+++ b/res/values-mcc246-iw/strings.xml
@@ -17,6 +17,6 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="enable_cmas_extreme_threat_alerts_title" msgid="7485388692049524195">"‏התראת LT רמה 2"</string>
-    <string name="enable_cmas_severe_threat_alerts_title" msgid="1140833576401868336">"‏התרעת LT רמה 3"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1140833576401868336">"‏התראת LT רמה 3"</string>
     <string name="enable_cmas_amber_alerts_title" msgid="4890124669673498133">"LT-Amber"</string>
 </resources>
diff --git a/res/values-mcc286-af/strings.xml b/res/values-mcc286-af/strings.xml
deleted file mode 100644
index 834cc77..0000000
--- a/res/values-mcc286-af/strings.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="500552243728728684">"Opletberig op deelstaat- en plaaslike vlak"</string>
-    <string name="cmas_required_monthly_test" msgid="8883307874160041291">"Toetsopletberig"</string>
-    <string name="cmas_extreme_alert" msgid="4249800618530472053">"Opletberig oor lewensgevaar"</string>
-    <!-- no translation found for cmas_extreme_immediate_observed_alert (6296555014688324240) -->
-    <skip />
-    <!-- no translation found for cmas_extreme_immediate_likely_alert (8246414214802170006) -->
-    <skip />
-    <string name="cmas_amber_alert" msgid="5411113795367656316">"Opletberig oor verlore of ontvoerde kind"</string>
-    <!-- no translation found for enable_cmas_test_alerts_title (7191924098636195819) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="8476051987965553727"></string>
-    <!-- no translation found for enable_cmas_amber_alerts_title (6992462356577191399) -->
-    <skip />
-    <!-- no translation found for enable_cmas_extreme_threat_alerts_title (3644180101199035107) -->
-    <skip />
-</resources>
diff --git a/res/values-mcc286-am/strings.xml b/res/values-mcc286-am/strings.xml
deleted file mode 100644
index a69c48a..0000000
--- a/res/values-mcc286-am/strings.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="500552243728728684">"የግዛት-አካባቢ ማንቂያ"</string>
-    <string name="cmas_required_monthly_test" msgid="8883307874160041291">"የሙከራ ማንቂያ"</string>
-    <string name="cmas_extreme_alert" msgid="4249800618530472053">"የሕይወት ስጋት ማንቂያ"</string>
-    <!-- no translation found for cmas_extreme_immediate_observed_alert (6296555014688324240) -->
-    <skip />
-    <!-- no translation found for cmas_extreme_immediate_likely_alert (8246414214802170006) -->
-    <skip />
-    <string name="cmas_amber_alert" msgid="5411113795367656316">"የመጥፋት ወይም የአፈና ማንቂያ"</string>
-    <!-- no translation found for enable_cmas_test_alerts_title (7191924098636195819) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="8476051987965553727"></string>
-    <!-- no translation found for enable_cmas_amber_alerts_title (6992462356577191399) -->
-    <skip />
-    <!-- no translation found for enable_cmas_extreme_threat_alerts_title (3644180101199035107) -->
-    <skip />
-</resources>
diff --git a/res/values-mcc286-ar/strings.xml b/res/values-mcc286-ar/strings.xml
deleted file mode 100644
index 67a3d03..0000000
--- a/res/values-mcc286-ar/strings.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="500552243728728684">"تنبيه محلي في الولاية"</string>
-    <string name="cmas_required_monthly_test" msgid="8883307874160041291">"تنبيه تجريبي"</string>
-    <string name="cmas_extreme_alert" msgid="4249800618530472053">"تنبيه بشأن تهديد الحياة"</string>
-    <!-- no translation found for cmas_extreme_immediate_observed_alert (6296555014688324240) -->
-    <skip />
-    <!-- no translation found for cmas_extreme_immediate_likely_alert (8246414214802170006) -->
-    <skip />
-    <string name="cmas_amber_alert" msgid="5411113795367656316">"تنبيه بشأن فقدان الأطفال أو خطفهم"</string>
-    <!-- no translation found for enable_cmas_test_alerts_title (7191924098636195819) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="8476051987965553727"></string>
-    <!-- no translation found for enable_cmas_amber_alerts_title (6992462356577191399) -->
-    <skip />
-    <!-- no translation found for enable_cmas_extreme_threat_alerts_title (3644180101199035107) -->
-    <skip />
-</resources>
diff --git a/res/values-mcc286-as/strings.xml b/res/values-mcc286-as/strings.xml
deleted file mode 100644
index 6b02270..0000000
--- a/res/values-mcc286-as/strings.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="500552243728728684">"ৰাজ্য-স্থানীয় সতৰ্কবাৰ্তা"</string>
-    <string name="cmas_required_monthly_test" msgid="8883307874160041291">"পৰীক্ষামূলক সতৰ্কবাৰ্তা"</string>
-    <string name="cmas_extreme_alert" msgid="4249800618530472053">"জীৱনৰ ভাবুকি সম্পৰ্কীয় সতৰ্কবাৰ্তা"</string>
-    <!-- no translation found for cmas_extreme_immediate_observed_alert (6296555014688324240) -->
-    <skip />
-    <!-- no translation found for cmas_extreme_immediate_likely_alert (8246414214802170006) -->
-    <skip />
-    <string name="cmas_amber_alert" msgid="5411113795367656316">"হেৰুৱা অথবা অপহৰণ সম্পৰ্কীয় সতৰ্কবাৰ্তা"</string>
-    <!-- no translation found for enable_cmas_test_alerts_title (7191924098636195819) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="8476051987965553727"></string>
-    <!-- no translation found for enable_cmas_amber_alerts_title (6992462356577191399) -->
-    <skip />
-    <!-- no translation found for enable_cmas_extreme_threat_alerts_title (3644180101199035107) -->
-    <skip />
-</resources>
diff --git a/res/values-mcc286-az/strings.xml b/res/values-mcc286-az/strings.xml
deleted file mode 100644
index 3b9fa0c..0000000
--- a/res/values-mcc286-az/strings.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="500552243728728684">"Dövlət-regional siqnal"</string>
-    <string name="cmas_required_monthly_test" msgid="8883307874160041291">"Test siqnalı"</string>
-    <string name="cmas_extreme_alert" msgid="4249800618530472053">"Həyati təhlükə siqnalı"</string>
-    <!-- no translation found for cmas_extreme_immediate_observed_alert (6296555014688324240) -->
-    <skip />
-    <!-- no translation found for cmas_extreme_immediate_likely_alert (8246414214802170006) -->
-    <skip />
-    <string name="cmas_amber_alert" msgid="5411113795367656316">"İtmə və ya qaçırılma siqnalı"</string>
-    <!-- no translation found for enable_cmas_test_alerts_title (7191924098636195819) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="8476051987965553727"></string>
-    <!-- no translation found for enable_cmas_amber_alerts_title (6992462356577191399) -->
-    <skip />
-    <!-- no translation found for enable_cmas_extreme_threat_alerts_title (3644180101199035107) -->
-    <skip />
-</resources>
diff --git a/res/values-mcc286-b+sr+Latn/strings.xml b/res/values-mcc286-b+sr+Latn/strings.xml
deleted file mode 100644
index 76ffa46..0000000
--- a/res/values-mcc286-b+sr+Latn/strings.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="500552243728728684">"Državno/lokalno upozorenje"</string>
-    <string name="cmas_required_monthly_test" msgid="8883307874160041291">"Probno upozorenje"</string>
-    <string name="cmas_extreme_alert" msgid="4249800618530472053">"Upozorenje o životnoj opasnosti"</string>
-    <!-- no translation found for cmas_extreme_immediate_observed_alert (6296555014688324240) -->
-    <skip />
-    <!-- no translation found for cmas_extreme_immediate_likely_alert (8246414214802170006) -->
-    <skip />
-    <string name="cmas_amber_alert" msgid="5411113795367656316">"Upozorenje o nestanku ili kidnapovanju"</string>
-    <!-- no translation found for enable_cmas_test_alerts_title (7191924098636195819) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="8476051987965553727"></string>
-    <!-- no translation found for enable_cmas_amber_alerts_title (6992462356577191399) -->
-    <skip />
-    <!-- no translation found for enable_cmas_extreme_threat_alerts_title (3644180101199035107) -->
-    <skip />
-</resources>
diff --git a/res/values-mcc286-be/strings.xml b/res/values-mcc286-be/strings.xml
deleted file mode 100644
index 1ffeeb2..0000000
--- a/res/values-mcc286-be/strings.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="500552243728728684">"Дзяржаўная абвестка мясцовага ўзроўню"</string>
-    <string name="cmas_required_monthly_test" msgid="8883307874160041291">"Тэставая абвестка"</string>
-    <string name="cmas_extreme_alert" msgid="4249800618530472053">"Абвестка аб пагрозе жыццю"</string>
-    <!-- no translation found for cmas_extreme_immediate_observed_alert (6296555014688324240) -->
-    <skip />
-    <!-- no translation found for cmas_extreme_immediate_likely_alert (8246414214802170006) -->
-    <skip />
-    <string name="cmas_amber_alert" msgid="5411113795367656316">"Абвестка аб прапажы ці выкраданні"</string>
-    <!-- no translation found for enable_cmas_test_alerts_title (7191924098636195819) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="8476051987965553727"></string>
-    <!-- no translation found for enable_cmas_amber_alerts_title (6992462356577191399) -->
-    <skip />
-    <!-- no translation found for enable_cmas_extreme_threat_alerts_title (3644180101199035107) -->
-    <skip />
-</resources>
diff --git a/res/values-mcc286-bg/strings.xml b/res/values-mcc286-bg/strings.xml
deleted file mode 100644
index a186c6a..0000000
--- a/res/values-mcc286-bg/strings.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="500552243728728684">"Сигнал на местно щатско ниво"</string>
-    <string name="cmas_required_monthly_test" msgid="8883307874160041291">"Тестови сигнал"</string>
-    <string name="cmas_extreme_alert" msgid="4249800618530472053">"Сигнал за животозастрашаваща опасност"</string>
-    <!-- no translation found for cmas_extreme_immediate_observed_alert (6296555014688324240) -->
-    <skip />
-    <!-- no translation found for cmas_extreme_immediate_likely_alert (8246414214802170006) -->
-    <skip />
-    <string name="cmas_amber_alert" msgid="5411113795367656316">"Сигнал за отвлечен или изгубен човек"</string>
-    <!-- no translation found for enable_cmas_test_alerts_title (7191924098636195819) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="8476051987965553727"></string>
-    <!-- no translation found for enable_cmas_amber_alerts_title (6992462356577191399) -->
-    <skip />
-    <!-- no translation found for enable_cmas_extreme_threat_alerts_title (3644180101199035107) -->
-    <skip />
-</resources>
diff --git a/res/values-mcc286-bn/strings.xml b/res/values-mcc286-bn/strings.xml
deleted file mode 100644
index 9cc582c..0000000
--- a/res/values-mcc286-bn/strings.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="500552243728728684">"রাজ্য-স্থানীয় স্তরের সতর্কতা"</string>
-    <string name="cmas_required_monthly_test" msgid="8883307874160041291">"পরীক্ষামূলকভাবে সতর্কতা জারি"</string>
-    <string name="cmas_extreme_alert" msgid="4249800618530472053">"প্রাণহানি সংক্রান্ত অ্যালার্ট"</string>
-    <!-- no translation found for cmas_extreme_immediate_observed_alert (6296555014688324240) -->
-    <skip />
-    <!-- no translation found for cmas_extreme_immediate_likely_alert (8246414214802170006) -->
-    <skip />
-    <string name="cmas_amber_alert" msgid="5411113795367656316">"হারিয়ে যাওয়া বা অপহরণ সংক্রান্ত সতর্কতা"</string>
-    <!-- no translation found for enable_cmas_test_alerts_title (7191924098636195819) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="8476051987965553727"></string>
-    <!-- no translation found for enable_cmas_amber_alerts_title (6992462356577191399) -->
-    <skip />
-    <!-- no translation found for enable_cmas_extreme_threat_alerts_title (3644180101199035107) -->
-    <skip />
-</resources>
diff --git a/res/values-mcc286-bs/strings.xml b/res/values-mcc286-bs/strings.xml
deleted file mode 100644
index 7074af4..0000000
--- a/res/values-mcc286-bs/strings.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="500552243728728684">"Državno/lokalno upozorenje"</string>
-    <string name="cmas_required_monthly_test" msgid="8883307874160041291">"Testno upozorenje"</string>
-    <string name="cmas_extreme_alert" msgid="4249800618530472053">"Upozorenje o životnoj opasnosti"</string>
-    <!-- no translation found for cmas_extreme_immediate_observed_alert (6296555014688324240) -->
-    <skip />
-    <!-- no translation found for cmas_extreme_immediate_likely_alert (8246414214802170006) -->
-    <skip />
-    <string name="cmas_amber_alert" msgid="5411113795367656316">"Upozorenje o nestanku ili otmici"</string>
-    <!-- no translation found for enable_cmas_test_alerts_title (7191924098636195819) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="8476051987965553727"></string>
-    <!-- no translation found for enable_cmas_amber_alerts_title (6992462356577191399) -->
-    <skip />
-    <!-- no translation found for enable_cmas_extreme_threat_alerts_title (3644180101199035107) -->
-    <skip />
-</resources>
diff --git a/res/values-mcc286-ca/strings.xml b/res/values-mcc286-ca/strings.xml
deleted file mode 100644
index d32df44..0000000
--- a/res/values-mcc286-ca/strings.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="500552243728728684">"Alerta local i estatal"</string>
-    <string name="cmas_required_monthly_test" msgid="8883307874160041291">"Alerta de prova"</string>
-    <string name="cmas_extreme_alert" msgid="4249800618530472053">"Alerta de perill de mort"</string>
-    <!-- no translation found for cmas_extreme_immediate_observed_alert (6296555014688324240) -->
-    <skip />
-    <!-- no translation found for cmas_extreme_immediate_likely_alert (8246414214802170006) -->
-    <skip />
-    <string name="cmas_amber_alert" msgid="5411113795367656316">"Alerta de pèrdua o segrest"</string>
-    <!-- no translation found for enable_cmas_test_alerts_title (7191924098636195819) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="8476051987965553727"></string>
-    <!-- no translation found for enable_cmas_amber_alerts_title (6992462356577191399) -->
-    <skip />
-    <!-- no translation found for enable_cmas_extreme_threat_alerts_title (3644180101199035107) -->
-    <skip />
-</resources>
diff --git a/res/values-mcc286-cs/strings.xml b/res/values-mcc286-cs/strings.xml
deleted file mode 100644
index 17ff116..0000000
--- a/res/values-mcc286-cs/strings.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="500552243728728684">"Místní upozornění"</string>
-    <string name="cmas_required_monthly_test" msgid="8883307874160041291">"Testovací upozornění"</string>
-    <string name="cmas_extreme_alert" msgid="4249800618530472053">"Upozornění na ohrožení života"</string>
-    <!-- no translation found for cmas_extreme_immediate_observed_alert (6296555014688324240) -->
-    <skip />
-    <!-- no translation found for cmas_extreme_immediate_likely_alert (8246414214802170006) -->
-    <skip />
-    <string name="cmas_amber_alert" msgid="5411113795367656316">"Upozornění na ztracení nebo únos"</string>
-    <!-- no translation found for enable_cmas_test_alerts_title (7191924098636195819) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="8476051987965553727"></string>
-    <!-- no translation found for enable_cmas_amber_alerts_title (6992462356577191399) -->
-    <skip />
-    <!-- no translation found for enable_cmas_extreme_threat_alerts_title (3644180101199035107) -->
-    <skip />
-</resources>
diff --git a/res/values-mcc286-da/strings.xml b/res/values-mcc286-da/strings.xml
deleted file mode 100644
index b906079..0000000
--- a/res/values-mcc286-da/strings.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="500552243728728684">"Lokal underretning fra delstatens myndigheder"</string>
-    <string name="cmas_required_monthly_test" msgid="8883307874160041291">"Testunderretning"</string>
-    <string name="cmas_extreme_alert" msgid="4249800618530472053">"Underretning om livstruende situation"</string>
-    <!-- no translation found for cmas_extreme_immediate_observed_alert (6296555014688324240) -->
-    <skip />
-    <!-- no translation found for cmas_extreme_immediate_likely_alert (8246414214802170006) -->
-    <skip />
-    <string name="cmas_amber_alert" msgid="5411113795367656316">"Underretning om forsvundet eller bortført barn"</string>
-    <!-- no translation found for enable_cmas_test_alerts_title (7191924098636195819) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="8476051987965553727"></string>
-    <!-- no translation found for enable_cmas_amber_alerts_title (6992462356577191399) -->
-    <skip />
-    <!-- no translation found for enable_cmas_extreme_threat_alerts_title (3644180101199035107) -->
-    <skip />
-</resources>
diff --git a/res/values-mcc286-de/strings.xml b/res/values-mcc286-de/strings.xml
deleted file mode 100644
index 8d37061..0000000
--- a/res/values-mcc286-de/strings.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="500552243728728684">"Nationale/lokale Warnung"</string>
-    <string name="cmas_required_monthly_test" msgid="8883307874160041291">"Testwarnung"</string>
-    <string name="cmas_extreme_alert" msgid="4249800618530472053">"Warnung wegen Lebensgefahr"</string>
-    <!-- no translation found for cmas_extreme_immediate_observed_alert (6296555014688324240) -->
-    <skip />
-    <!-- no translation found for cmas_extreme_immediate_likely_alert (8246414214802170006) -->
-    <skip />
-    <string name="cmas_amber_alert" msgid="5411113795367656316">"Vermissten- oder Entführungswarnung"</string>
-    <!-- no translation found for enable_cmas_test_alerts_title (7191924098636195819) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="8476051987965553727"></string>
-    <!-- no translation found for enable_cmas_amber_alerts_title (6992462356577191399) -->
-    <skip />
-    <!-- no translation found for enable_cmas_extreme_threat_alerts_title (3644180101199035107) -->
-    <skip />
-</resources>
diff --git a/res/values-mcc286-el/strings.xml b/res/values-mcc286-el/strings.xml
deleted file mode 100644
index 26782e5..0000000
--- a/res/values-mcc286-el/strings.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="500552243728728684">"Κρατική-τοπική ειδοποίηση"</string>
-    <string name="cmas_required_monthly_test" msgid="8883307874160041291">"Δοκιμαστική ειδοποίηση"</string>
-    <string name="cmas_extreme_alert" msgid="4249800618530472053">"Ειδοποίηση απειλής για τη ζωή"</string>
-    <!-- no translation found for cmas_extreme_immediate_observed_alert (6296555014688324240) -->
-    <skip />
-    <!-- no translation found for cmas_extreme_immediate_likely_alert (8246414214802170006) -->
-    <skip />
-    <string name="cmas_amber_alert" msgid="5411113795367656316">"Ειδοποίηση απώλειας ή απαγωγής"</string>
-    <!-- no translation found for enable_cmas_test_alerts_title (7191924098636195819) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="8476051987965553727"></string>
-    <!-- no translation found for enable_cmas_amber_alerts_title (6992462356577191399) -->
-    <skip />
-    <!-- no translation found for enable_cmas_extreme_threat_alerts_title (3644180101199035107) -->
-    <skip />
-</resources>
diff --git a/res/values-mcc286-en-rAU/strings.xml b/res/values-mcc286-en-rAU/strings.xml
deleted file mode 100644
index f8deaa7..0000000
--- a/res/values-mcc286-en-rAU/strings.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="500552243728728684">"State-local alert"</string>
-    <string name="cmas_required_monthly_test" msgid="8883307874160041291">"Test alert"</string>
-    <string name="cmas_extreme_alert" msgid="4249800618530472053">"Life-threatening alert"</string>
-    <!-- no translation found for cmas_extreme_immediate_observed_alert (6296555014688324240) -->
-    <skip />
-    <!-- no translation found for cmas_extreme_immediate_likely_alert (8246414214802170006) -->
-    <skip />
-    <string name="cmas_amber_alert" msgid="5411113795367656316">"Loss or kidnapping alert"</string>
-    <!-- no translation found for enable_cmas_test_alerts_title (7191924098636195819) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="8476051987965553727"></string>
-    <!-- no translation found for enable_cmas_amber_alerts_title (6992462356577191399) -->
-    <skip />
-    <!-- no translation found for enable_cmas_extreme_threat_alerts_title (3644180101199035107) -->
-    <skip />
-</resources>
diff --git a/res/values-mcc286-en-rCA/strings.xml b/res/values-mcc286-en-rCA/strings.xml
deleted file mode 100644
index f8deaa7..0000000
--- a/res/values-mcc286-en-rCA/strings.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="500552243728728684">"State-local alert"</string>
-    <string name="cmas_required_monthly_test" msgid="8883307874160041291">"Test alert"</string>
-    <string name="cmas_extreme_alert" msgid="4249800618530472053">"Life-threatening alert"</string>
-    <!-- no translation found for cmas_extreme_immediate_observed_alert (6296555014688324240) -->
-    <skip />
-    <!-- no translation found for cmas_extreme_immediate_likely_alert (8246414214802170006) -->
-    <skip />
-    <string name="cmas_amber_alert" msgid="5411113795367656316">"Loss or kidnapping alert"</string>
-    <!-- no translation found for enable_cmas_test_alerts_title (7191924098636195819) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="8476051987965553727"></string>
-    <!-- no translation found for enable_cmas_amber_alerts_title (6992462356577191399) -->
-    <skip />
-    <!-- no translation found for enable_cmas_extreme_threat_alerts_title (3644180101199035107) -->
-    <skip />
-</resources>
diff --git a/res/values-mcc286-en-rGB/strings.xml b/res/values-mcc286-en-rGB/strings.xml
deleted file mode 100644
index f8deaa7..0000000
--- a/res/values-mcc286-en-rGB/strings.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="500552243728728684">"State-local alert"</string>
-    <string name="cmas_required_monthly_test" msgid="8883307874160041291">"Test alert"</string>
-    <string name="cmas_extreme_alert" msgid="4249800618530472053">"Life-threatening alert"</string>
-    <!-- no translation found for cmas_extreme_immediate_observed_alert (6296555014688324240) -->
-    <skip />
-    <!-- no translation found for cmas_extreme_immediate_likely_alert (8246414214802170006) -->
-    <skip />
-    <string name="cmas_amber_alert" msgid="5411113795367656316">"Loss or kidnapping alert"</string>
-    <!-- no translation found for enable_cmas_test_alerts_title (7191924098636195819) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="8476051987965553727"></string>
-    <!-- no translation found for enable_cmas_amber_alerts_title (6992462356577191399) -->
-    <skip />
-    <!-- no translation found for enable_cmas_extreme_threat_alerts_title (3644180101199035107) -->
-    <skip />
-</resources>
diff --git a/res/values-mcc286-en-rIN/strings.xml b/res/values-mcc286-en-rIN/strings.xml
deleted file mode 100644
index f8deaa7..0000000
--- a/res/values-mcc286-en-rIN/strings.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="500552243728728684">"State-local alert"</string>
-    <string name="cmas_required_monthly_test" msgid="8883307874160041291">"Test alert"</string>
-    <string name="cmas_extreme_alert" msgid="4249800618530472053">"Life-threatening alert"</string>
-    <!-- no translation found for cmas_extreme_immediate_observed_alert (6296555014688324240) -->
-    <skip />
-    <!-- no translation found for cmas_extreme_immediate_likely_alert (8246414214802170006) -->
-    <skip />
-    <string name="cmas_amber_alert" msgid="5411113795367656316">"Loss or kidnapping alert"</string>
-    <!-- no translation found for enable_cmas_test_alerts_title (7191924098636195819) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="8476051987965553727"></string>
-    <!-- no translation found for enable_cmas_amber_alerts_title (6992462356577191399) -->
-    <skip />
-    <!-- no translation found for enable_cmas_extreme_threat_alerts_title (3644180101199035107) -->
-    <skip />
-</resources>
diff --git a/res/values-mcc286-en-rXC/strings.xml b/res/values-mcc286-en-rXC/strings.xml
deleted file mode 100644
index 4e25141..0000000
--- a/res/values-mcc286-en-rXC/strings.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="500552243728728684">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‎‏‏‏‏‎‏‏‏‏‎‎‏‎‎‏‎‏‎‎‎‏‏‎‎‏‏‏‎‏‎‎‎‏‎‏‏‎‏‏‏‏‏‎‎‏‏‏‎‎‎‎‏‎‎‏‏‎‏‏‎‎‎State-local alert‎‏‎‎‏‎"</string>
-    <string name="cmas_required_monthly_test" msgid="8883307874160041291">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‏‏‏‏‏‏‎‏‏‎‏‎‎‎‏‏‏‏‏‎‏‏‎‎‏‎‏‏‏‎‎‏‎‎‎‎‏‏‏‎‏‏‎‏‏‏‏‎‏‎‏‎‏‏‏‎‏‎‏‎‎‏‎‏‏‎Test alert‎‏‎‎‏‎"</string>
-    <string name="cmas_extreme_alert" msgid="4249800618530472053">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‏‎‏‏‏‎‏‎‏‏‏‏‏‎‏‎‎‏‎‏‎‎‏‏‎‎‏‎‎‏‎‏‎‏‏‎‏‎‎‏‏‎‏‏‏‏‏‎‏‎‎‎‎‎‎‎‎‏‏‏‎‏‎‏‎Life threat alert‎‏‎‎‏‎"</string>
-    <!-- no translation found for cmas_extreme_immediate_observed_alert (6296555014688324240) -->
-    <skip />
-    <!-- no translation found for cmas_extreme_immediate_likely_alert (8246414214802170006) -->
-    <skip />
-    <string name="cmas_amber_alert" msgid="5411113795367656316">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‏‏‏‎‎‏‎‏‏‎‎‎‏‏‎‎‎‎‎‏‎‎‎‏‏‎‏‎‏‎‎‏‏‏‏‎‏‏‏‎‎‎‎‎‏‏‎‏‎‏‏‎‏‏‎‏‏‎‏‏‏‏‏‎‎‎Loss or kidnapping alert‎‏‎‎‏‎"</string>
-    <!-- no translation found for enable_cmas_test_alerts_title (7191924098636195819) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="8476051987965553727"></string>
-    <!-- no translation found for enable_cmas_amber_alerts_title (6992462356577191399) -->
-    <skip />
-    <!-- no translation found for enable_cmas_extreme_threat_alerts_title (3644180101199035107) -->
-    <skip />
-</resources>
diff --git a/res/values-mcc286-es-rUS/strings.xml b/res/values-mcc286-es-rUS/strings.xml
deleted file mode 100644
index 37e28b2..0000000
--- a/res/values-mcc286-es-rUS/strings.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="500552243728728684">"Alerta local o estatal"</string>
-    <string name="cmas_required_monthly_test" msgid="8883307874160041291">"Alerta de prueba"</string>
-    <string name="cmas_extreme_alert" msgid="4249800618530472053">"Alerta por amenaza de vida"</string>
-    <!-- no translation found for cmas_extreme_immediate_observed_alert (6296555014688324240) -->
-    <skip />
-    <!-- no translation found for cmas_extreme_immediate_likely_alert (8246414214802170006) -->
-    <skip />
-    <string name="cmas_amber_alert" msgid="5411113795367656316">"Alerta por desaparición o secuestro"</string>
-    <!-- no translation found for enable_cmas_test_alerts_title (7191924098636195819) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="8476051987965553727"></string>
-    <!-- no translation found for enable_cmas_amber_alerts_title (6992462356577191399) -->
-    <skip />
-    <!-- no translation found for enable_cmas_extreme_threat_alerts_title (3644180101199035107) -->
-    <skip />
-</resources>
diff --git a/res/values-mcc286-es/strings.xml b/res/values-mcc286-es/strings.xml
deleted file mode 100644
index a7863de..0000000
--- a/res/values-mcc286-es/strings.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="500552243728728684">"Alerta estatal y local"</string>
-    <string name="cmas_required_monthly_test" msgid="8883307874160041291">"Alerta de prueba"</string>
-    <string name="cmas_extreme_alert" msgid="4249800618530472053">"Alerta por peligro de muerte"</string>
-    <!-- no translation found for cmas_extreme_immediate_observed_alert (6296555014688324240) -->
-    <skip />
-    <!-- no translation found for cmas_extreme_immediate_likely_alert (8246414214802170006) -->
-    <skip />
-    <string name="cmas_amber_alert" msgid="5411113795367656316">"Alerta por pérdida o por secuestro"</string>
-    <!-- no translation found for enable_cmas_test_alerts_title (7191924098636195819) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="8476051987965553727"></string>
-    <!-- no translation found for enable_cmas_amber_alerts_title (6992462356577191399) -->
-    <skip />
-    <!-- no translation found for enable_cmas_extreme_threat_alerts_title (3644180101199035107) -->
-    <skip />
-</resources>
diff --git a/res/values-mcc286-et/strings.xml b/res/values-mcc286-et/strings.xml
deleted file mode 100644
index 8e9770c..0000000
--- a/res/values-mcc286-et/strings.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="500552243728728684">"Osariigi hoiatus"</string>
-    <string name="cmas_required_monthly_test" msgid="8883307874160041291">"Testhoiatus"</string>
-    <string name="cmas_extreme_alert" msgid="4249800618530472053">"Eluohtliku olukorra hoiatus"</string>
-    <!-- no translation found for cmas_extreme_immediate_observed_alert (6296555014688324240) -->
-    <skip />
-    <!-- no translation found for cmas_extreme_immediate_likely_alert (8246414214802170006) -->
-    <skip />
-    <string name="cmas_amber_alert" msgid="5411113795367656316">"Kaotuse või inimröövi hoiatus"</string>
-    <!-- no translation found for enable_cmas_test_alerts_title (7191924098636195819) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="8476051987965553727"></string>
-    <!-- no translation found for enable_cmas_amber_alerts_title (6992462356577191399) -->
-    <skip />
-    <!-- no translation found for enable_cmas_extreme_threat_alerts_title (3644180101199035107) -->
-    <skip />
-</resources>
diff --git a/res/values-mcc286-eu/strings.xml b/res/values-mcc286-eu/strings.xml
deleted file mode 100644
index bf1d710..0000000
--- a/res/values-mcc286-eu/strings.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="500552243728728684">"Estatuko/Tokiko alerta"</string>
-    <string name="cmas_required_monthly_test" msgid="8883307874160041291">"Probako alerta"</string>
-    <string name="cmas_extreme_alert" msgid="4249800618530472053">"Heriotza-mehatxuarekin erlazionatutako alerta"</string>
-    <!-- no translation found for cmas_extreme_immediate_observed_alert (6296555014688324240) -->
-    <skip />
-    <!-- no translation found for cmas_extreme_immediate_likely_alert (8246414214802170006) -->
-    <skip />
-    <string name="cmas_amber_alert" msgid="5411113795367656316">"Galera- edo bahiketa-alerta"</string>
-    <!-- no translation found for enable_cmas_test_alerts_title (7191924098636195819) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="8476051987965553727"></string>
-    <!-- no translation found for enable_cmas_amber_alerts_title (6992462356577191399) -->
-    <skip />
-    <!-- no translation found for enable_cmas_extreme_threat_alerts_title (3644180101199035107) -->
-    <skip />
-</resources>
diff --git a/res/values-mcc286-fa/strings.xml b/res/values-mcc286-fa/strings.xml
deleted file mode 100644
index be185b3..0000000
--- a/res/values-mcc286-fa/strings.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="500552243728728684">"هشدار ایالتی - محلی"</string>
-    <string name="cmas_required_monthly_test" msgid="8883307874160041291">"هشدار آزمایشی"</string>
-    <string name="cmas_extreme_alert" msgid="4249800618530472053">"هشدار تهدید جانی"</string>
-    <!-- no translation found for cmas_extreme_immediate_observed_alert (6296555014688324240) -->
-    <skip />
-    <!-- no translation found for cmas_extreme_immediate_likely_alert (8246414214802170006) -->
-    <skip />
-    <string name="cmas_amber_alert" msgid="5411113795367656316">"هشدار آدم‌ربایی یا گم شدن"</string>
-    <!-- no translation found for enable_cmas_test_alerts_title (7191924098636195819) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="8476051987965553727"></string>
-    <!-- no translation found for enable_cmas_amber_alerts_title (6992462356577191399) -->
-    <skip />
-    <!-- no translation found for enable_cmas_extreme_threat_alerts_title (3644180101199035107) -->
-    <skip />
-</resources>
diff --git a/res/values-mcc286-fi/strings.xml b/res/values-mcc286-fi/strings.xml
deleted file mode 100644
index ea66248..0000000
--- a/res/values-mcc286-fi/strings.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="500552243728728684">"Paikallinen hälytys"</string>
-    <string name="cmas_required_monthly_test" msgid="8883307874160041291">"Testihälytys"</string>
-    <string name="cmas_extreme_alert" msgid="4249800618530472053">"Hälytys hengenvaarasta"</string>
-    <!-- no translation found for cmas_extreme_immediate_observed_alert (6296555014688324240) -->
-    <skip />
-    <!-- no translation found for cmas_extreme_immediate_likely_alert (8246414214802170006) -->
-    <skip />
-    <string name="cmas_amber_alert" msgid="5411113795367656316">"Hälytys katoamisesta tai sieppauksesta"</string>
-    <!-- no translation found for enable_cmas_test_alerts_title (7191924098636195819) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="8476051987965553727"></string>
-    <!-- no translation found for enable_cmas_amber_alerts_title (6992462356577191399) -->
-    <skip />
-    <!-- no translation found for enable_cmas_extreme_threat_alerts_title (3644180101199035107) -->
-    <skip />
-</resources>
diff --git a/res/values-mcc286-fr-rCA/strings.xml b/res/values-mcc286-fr-rCA/strings.xml
deleted file mode 100644
index 111c113..0000000
--- a/res/values-mcc286-fr-rCA/strings.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="500552243728728684">"Alerte provinciale ou locale"</string>
-    <string name="cmas_required_monthly_test" msgid="8883307874160041291">"Alerte test"</string>
-    <string name="cmas_extreme_alert" msgid="4249800618530472053">"Alerte de menace à la vie"</string>
-    <!-- no translation found for cmas_extreme_immediate_observed_alert (6296555014688324240) -->
-    <skip />
-    <!-- no translation found for cmas_extreme_immediate_likely_alert (8246414214802170006) -->
-    <skip />
-    <string name="cmas_amber_alert" msgid="5411113795367656316">"Alerte de disparition ou de kidnapping"</string>
-    <!-- no translation found for enable_cmas_test_alerts_title (7191924098636195819) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="8476051987965553727"></string>
-    <!-- no translation found for enable_cmas_amber_alerts_title (6992462356577191399) -->
-    <skip />
-    <!-- no translation found for enable_cmas_extreme_threat_alerts_title (3644180101199035107) -->
-    <skip />
-</resources>
diff --git a/res/values-mcc286-fr/strings.xml b/res/values-mcc286-fr/strings.xml
deleted file mode 100644
index 897ffd9..0000000
--- a/res/values-mcc286-fr/strings.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="500552243728728684">"Alerte d\'État/locale"</string>
-    <string name="cmas_required_monthly_test" msgid="8883307874160041291">"Alerte test"</string>
-    <string name="cmas_extreme_alert" msgid="4249800618530472053">"Alerte de menace à la vie"</string>
-    <!-- no translation found for cmas_extreme_immediate_observed_alert (6296555014688324240) -->
-    <skip />
-    <!-- no translation found for cmas_extreme_immediate_likely_alert (8246414214802170006) -->
-    <skip />
-    <string name="cmas_amber_alert" msgid="5411113795367656316">"Alerte de perte ou de kidnapping"</string>
-    <!-- no translation found for enable_cmas_test_alerts_title (7191924098636195819) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="8476051987965553727"></string>
-    <!-- no translation found for enable_cmas_amber_alerts_title (6992462356577191399) -->
-    <skip />
-    <!-- no translation found for enable_cmas_extreme_threat_alerts_title (3644180101199035107) -->
-    <skip />
-</resources>
diff --git a/res/values-mcc286-gl/strings.xml b/res/values-mcc286-gl/strings.xml
deleted file mode 100644
index 0a79772..0000000
--- a/res/values-mcc286-gl/strings.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="500552243728728684">"Alerta estatal e local"</string>
-    <string name="cmas_required_monthly_test" msgid="8883307874160041291">"Alerta de proba"</string>
-    <string name="cmas_extreme_alert" msgid="4249800618530472053">"Alerta de perigo de morte"</string>
-    <!-- no translation found for cmas_extreme_immediate_observed_alert (6296555014688324240) -->
-    <skip />
-    <!-- no translation found for cmas_extreme_immediate_likely_alert (8246414214802170006) -->
-    <skip />
-    <string name="cmas_amber_alert" msgid="5411113795367656316">"Alerta de perda ou secuestro"</string>
-    <!-- no translation found for enable_cmas_test_alerts_title (7191924098636195819) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="8476051987965553727"></string>
-    <!-- no translation found for enable_cmas_amber_alerts_title (6992462356577191399) -->
-    <skip />
-    <!-- no translation found for enable_cmas_extreme_threat_alerts_title (3644180101199035107) -->
-    <skip />
-</resources>
diff --git a/res/values-mcc286-gu/strings.xml b/res/values-mcc286-gu/strings.xml
deleted file mode 100644
index 2616b4c..0000000
--- a/res/values-mcc286-gu/strings.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="500552243728728684">"રાજ્ય/સ્થાનિક અલર્ટ"</string>
-    <string name="cmas_required_monthly_test" msgid="8883307874160041291">"પરીક્ષણ માટેનું અલર્ટ"</string>
-    <string name="cmas_extreme_alert" msgid="4249800618530472053">"જીવના જોખમ માટેનું અલર્ટ"</string>
-    <!-- no translation found for cmas_extreme_immediate_observed_alert (6296555014688324240) -->
-    <skip />
-    <!-- no translation found for cmas_extreme_immediate_likely_alert (8246414214802170006) -->
-    <skip />
-    <string name="cmas_amber_alert" msgid="5411113795367656316">"નુકસાન કે અપહરણ માટેનું અલર્ટ"</string>
-    <!-- no translation found for enable_cmas_test_alerts_title (7191924098636195819) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="8476051987965553727"></string>
-    <!-- no translation found for enable_cmas_amber_alerts_title (6992462356577191399) -->
-    <skip />
-    <!-- no translation found for enable_cmas_extreme_threat_alerts_title (3644180101199035107) -->
-    <skip />
-</resources>
diff --git a/res/values-mcc286-hi/strings.xml b/res/values-mcc286-hi/strings.xml
deleted file mode 100644
index 38e6cd1..0000000
--- a/res/values-mcc286-hi/strings.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="500552243728728684">"राज्य-स्थानीय चेतावनी"</string>
-    <string name="cmas_required_monthly_test" msgid="8883307874160041291">"टेस्ट अलर्ट"</string>
-    <string name="cmas_extreme_alert" msgid="4249800618530472053">"जान के खतरे की चेतावनी"</string>
-    <!-- no translation found for cmas_extreme_immediate_observed_alert (6296555014688324240) -->
-    <skip />
-    <!-- no translation found for cmas_extreme_immediate_likely_alert (8246414214802170006) -->
-    <skip />
-    <string name="cmas_amber_alert" msgid="5411113795367656316">"गुमशुदगी या अपहरण की चेतावनी"</string>
-    <!-- no translation found for enable_cmas_test_alerts_title (7191924098636195819) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="8476051987965553727"></string>
-    <!-- no translation found for enable_cmas_amber_alerts_title (6992462356577191399) -->
-    <skip />
-    <!-- no translation found for enable_cmas_extreme_threat_alerts_title (3644180101199035107) -->
-    <skip />
-</resources>
diff --git a/res/values-mcc286-hr/strings.xml b/res/values-mcc286-hr/strings.xml
deleted file mode 100644
index fbc35ad..0000000
--- a/res/values-mcc286-hr/strings.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="500552243728728684">"Državno/lokalno upozorenje"</string>
-    <string name="cmas_required_monthly_test" msgid="8883307874160041291">"Testno upozorenje"</string>
-    <string name="cmas_extreme_alert" msgid="4249800618530472053">"Upozorenje o životnoj ugroženosti"</string>
-    <!-- no translation found for cmas_extreme_immediate_observed_alert (6296555014688324240) -->
-    <skip />
-    <!-- no translation found for cmas_extreme_immediate_likely_alert (8246414214802170006) -->
-    <skip />
-    <string name="cmas_amber_alert" msgid="5411113795367656316">"Upozorenje o izgubljenosti ili otmici"</string>
-    <!-- no translation found for enable_cmas_test_alerts_title (7191924098636195819) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="8476051987965553727"></string>
-    <!-- no translation found for enable_cmas_amber_alerts_title (6992462356577191399) -->
-    <skip />
-    <!-- no translation found for enable_cmas_extreme_threat_alerts_title (3644180101199035107) -->
-    <skip />
-</resources>
diff --git a/res/values-mcc286-hu/strings.xml b/res/values-mcc286-hu/strings.xml
deleted file mode 100644
index e73ced5..0000000
--- a/res/values-mcc286-hu/strings.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="500552243728728684">"Állami/helyi értesítés"</string>
-    <string name="cmas_required_monthly_test" msgid="8883307874160041291">"Próbariasztás"</string>
-    <string name="cmas_extreme_alert" msgid="4249800618530472053">"Életveszély miatti értesítés"</string>
-    <!-- no translation found for cmas_extreme_immediate_observed_alert (6296555014688324240) -->
-    <skip />
-    <!-- no translation found for cmas_extreme_immediate_likely_alert (8246414214802170006) -->
-    <skip />
-    <string name="cmas_amber_alert" msgid="5411113795367656316">"Eltűnt személy vagy emberrablás miatti értesítés"</string>
-    <!-- no translation found for enable_cmas_test_alerts_title (7191924098636195819) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="8476051987965553727"></string>
-    <!-- no translation found for enable_cmas_amber_alerts_title (6992462356577191399) -->
-    <skip />
-    <!-- no translation found for enable_cmas_extreme_threat_alerts_title (3644180101199035107) -->
-    <skip />
-</resources>
diff --git a/res/values-mcc286-hy/strings.xml b/res/values-mcc286-hy/strings.xml
deleted file mode 100644
index bea6b95..0000000
--- a/res/values-mcc286-hy/strings.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="500552243728728684">"Պետական մակարդակով ահազանգ"</string>
-    <string name="cmas_required_monthly_test" msgid="8883307874160041291">"Փորձնական ահազանգ"</string>
-    <string name="cmas_extreme_alert" msgid="4249800618530472053">"Կյանքի սպառնալիքի մասին ահազանգ"</string>
-    <!-- no translation found for cmas_extreme_immediate_observed_alert (6296555014688324240) -->
-    <skip />
-    <!-- no translation found for cmas_extreme_immediate_likely_alert (8246414214802170006) -->
-    <skip />
-    <string name="cmas_amber_alert" msgid="5411113795367656316">"Կորստի կամ առևանգման մասին ահազանգ"</string>
-    <!-- no translation found for enable_cmas_test_alerts_title (7191924098636195819) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="8476051987965553727"></string>
-    <!-- no translation found for enable_cmas_amber_alerts_title (6992462356577191399) -->
-    <skip />
-    <!-- no translation found for enable_cmas_extreme_threat_alerts_title (3644180101199035107) -->
-    <skip />
-</resources>
diff --git a/res/values-mcc286-in/strings.xml b/res/values-mcc286-in/strings.xml
deleted file mode 100644
index 8a79256..0000000
--- a/res/values-mcc286-in/strings.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="500552243728728684">"Peringatan negara bagian-lokal"</string>
-    <string name="cmas_required_monthly_test" msgid="8883307874160041291">"Uji peringatan"</string>
-    <string name="cmas_extreme_alert" msgid="4249800618530472053">"Peringatan ancaman jiwa"</string>
-    <!-- no translation found for cmas_extreme_immediate_observed_alert (6296555014688324240) -->
-    <skip />
-    <!-- no translation found for cmas_extreme_immediate_likely_alert (8246414214802170006) -->
-    <skip />
-    <string name="cmas_amber_alert" msgid="5411113795367656316">"Peringatan orang hilang atau penculikan"</string>
-    <!-- no translation found for enable_cmas_test_alerts_title (7191924098636195819) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="8476051987965553727"></string>
-    <!-- no translation found for enable_cmas_amber_alerts_title (6992462356577191399) -->
-    <skip />
-    <!-- no translation found for enable_cmas_extreme_threat_alerts_title (3644180101199035107) -->
-    <skip />
-</resources>
diff --git a/res/values-mcc286-is/strings.xml b/res/values-mcc286-is/strings.xml
deleted file mode 100644
index 2a606eb..0000000
--- a/res/values-mcc286-is/strings.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="500552243728728684">"Viðvörun frá ríkis- og staðaryfirvöldum"</string>
-    <string name="cmas_required_monthly_test" msgid="8883307874160041291">"Prufuviðvörun"</string>
-    <string name="cmas_extreme_alert" msgid="4249800618530472053">"Viðvörun um lífsháska"</string>
-    <!-- no translation found for cmas_extreme_immediate_observed_alert (6296555014688324240) -->
-    <skip />
-    <!-- no translation found for cmas_extreme_immediate_likely_alert (8246414214802170006) -->
-    <skip />
-    <string name="cmas_amber_alert" msgid="5411113795367656316">"Viðvörun um týndan einstakling eða mannrán"</string>
-    <!-- no translation found for enable_cmas_test_alerts_title (7191924098636195819) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="8476051987965553727"></string>
-    <!-- no translation found for enable_cmas_amber_alerts_title (6992462356577191399) -->
-    <skip />
-    <!-- no translation found for enable_cmas_extreme_threat_alerts_title (3644180101199035107) -->
-    <skip />
-</resources>
diff --git a/res/values-mcc286-it/strings.xml b/res/values-mcc286-it/strings.xml
deleted file mode 100644
index 37a7f23..0000000
--- a/res/values-mcc286-it/strings.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="500552243728728684">"Allerta statale e locale"</string>
-    <string name="cmas_required_monthly_test" msgid="8883307874160041291">"Allerta di prova"</string>
-    <string name="cmas_extreme_alert" msgid="4249800618530472053">"Allerta per pericolo di vita"</string>
-    <!-- no translation found for cmas_extreme_immediate_observed_alert (6296555014688324240) -->
-    <skip />
-    <!-- no translation found for cmas_extreme_immediate_likely_alert (8246414214802170006) -->
-    <skip />
-    <string name="cmas_amber_alert" msgid="5411113795367656316">"Allerta per smarrimento o rapimento"</string>
-    <!-- no translation found for enable_cmas_test_alerts_title (7191924098636195819) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="8476051987965553727"></string>
-    <!-- no translation found for enable_cmas_amber_alerts_title (6992462356577191399) -->
-    <skip />
-    <!-- no translation found for enable_cmas_extreme_threat_alerts_title (3644180101199035107) -->
-    <skip />
-</resources>
diff --git a/res/values-mcc286-iw/strings.xml b/res/values-mcc286-iw/strings.xml
deleted file mode 100644
index 12ffaed..0000000
--- a/res/values-mcc286-iw/strings.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="500552243728728684">"התרעה מקומית-ארצית"</string>
-    <string name="cmas_required_monthly_test" msgid="8883307874160041291">"התרעת בדיקה"</string>
-    <string name="cmas_extreme_alert" msgid="4249800618530472053">"התרעה על סכנת חיים"</string>
-    <!-- no translation found for cmas_extreme_immediate_observed_alert (6296555014688324240) -->
-    <skip />
-    <!-- no translation found for cmas_extreme_immediate_likely_alert (8246414214802170006) -->
-    <skip />
-    <string name="cmas_amber_alert" msgid="5411113795367656316">"התרעה על היעדרות או חטיפה"</string>
-    <!-- no translation found for enable_cmas_test_alerts_title (7191924098636195819) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="8476051987965553727"></string>
-    <!-- no translation found for enable_cmas_amber_alerts_title (6992462356577191399) -->
-    <skip />
-    <!-- no translation found for enable_cmas_extreme_threat_alerts_title (3644180101199035107) -->
-    <skip />
-</resources>
diff --git a/res/values-mcc286-ja/strings.xml b/res/values-mcc286-ja/strings.xml
deleted file mode 100644
index 47d0c2b..0000000
--- a/res/values-mcc286-ja/strings.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="500552243728728684">"地方自治体からのアラート"</string>
-    <string name="cmas_required_monthly_test" msgid="8883307874160041291">"テストアラート"</string>
-    <string name="cmas_extreme_alert" msgid="4249800618530472053">"人命に関わるアラート"</string>
-    <!-- no translation found for cmas_extreme_immediate_observed_alert (6296555014688324240) -->
-    <skip />
-    <!-- no translation found for cmas_extreme_immediate_likely_alert (8246414214802170006) -->
-    <skip />
-    <string name="cmas_amber_alert" msgid="5411113795367656316">"失踪・誘拐に関するアラート"</string>
-    <!-- no translation found for enable_cmas_test_alerts_title (7191924098636195819) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="8476051987965553727"></string>
-    <!-- no translation found for enable_cmas_amber_alerts_title (6992462356577191399) -->
-    <skip />
-    <!-- no translation found for enable_cmas_extreme_threat_alerts_title (3644180101199035107) -->
-    <skip />
-</resources>
diff --git a/res/values-mcc286-ka/strings.xml b/res/values-mcc286-ka/strings.xml
deleted file mode 100644
index 1557c50..0000000
--- a/res/values-mcc286-ka/strings.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="500552243728728684">"სახელმწიფო/ადგილობრივი გაფრთხილება"</string>
-    <string name="cmas_required_monthly_test" msgid="8883307874160041291">"სატესტო გაფრთხილება"</string>
-    <string name="cmas_extreme_alert" msgid="4249800618530472053">"გაფრთხილება სიცოცხლისთვის საფრთხის შესახებ"</string>
-    <!-- no translation found for cmas_extreme_immediate_observed_alert (6296555014688324240) -->
-    <skip />
-    <!-- no translation found for cmas_extreme_immediate_likely_alert (8246414214802170006) -->
-    <skip />
-    <string name="cmas_amber_alert" msgid="5411113795367656316">"გაფრთხილება დაკარგვის ან გატაცების შესახებ"</string>
-    <!-- no translation found for enable_cmas_test_alerts_title (7191924098636195819) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="8476051987965553727"></string>
-    <!-- no translation found for enable_cmas_amber_alerts_title (6992462356577191399) -->
-    <skip />
-    <!-- no translation found for enable_cmas_extreme_threat_alerts_title (3644180101199035107) -->
-    <skip />
-</resources>
diff --git a/res/values-mcc286-kk/strings.xml b/res/values-mcc286-kk/strings.xml
deleted file mode 100644
index 2b6868d..0000000
--- a/res/values-mcc286-kk/strings.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="500552243728728684">"Жергілікті облыстық хабарландыру"</string>
-    <string name="cmas_required_monthly_test" msgid="8883307874160041291">"Сынақ хабарландыру"</string>
-    <string name="cmas_extreme_alert" msgid="4249800618530472053">"Өмірге қауіп төнгені туралы хабарландыру"</string>
-    <!-- no translation found for cmas_extreme_immediate_observed_alert (6296555014688324240) -->
-    <skip />
-    <!-- no translation found for cmas_extreme_immediate_likely_alert (8246414214802170006) -->
-    <skip />
-    <string name="cmas_amber_alert" msgid="5411113795367656316">"Жоғалу немесе ұрлап кету туралы хабарландыру"</string>
-    <!-- no translation found for enable_cmas_test_alerts_title (7191924098636195819) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="8476051987965553727"></string>
-    <!-- no translation found for enable_cmas_amber_alerts_title (6992462356577191399) -->
-    <skip />
-    <!-- no translation found for enable_cmas_extreme_threat_alerts_title (3644180101199035107) -->
-    <skip />
-</resources>
diff --git a/res/values-mcc286-km/strings.xml b/res/values-mcc286-km/strings.xml
deleted file mode 100644
index 21fd763..0000000
--- a/res/values-mcc286-km/strings.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="500552243728728684">"ការជូនដំណឹងក្នុងតំបន់ និងរដ្ឋ"</string>
-    <string name="cmas_required_monthly_test" msgid="8883307874160041291">"ការ​ជូន​ដំណឹងសាកល្បង"</string>
-    <string name="cmas_extreme_alert" msgid="4249800618530472053">"ការជូនដំណឹងអំពីការគំរាមកំហែងដល់អាយុជីវិត"</string>
-    <!-- no translation found for cmas_extreme_immediate_observed_alert (6296555014688324240) -->
-    <skip />
-    <!-- no translation found for cmas_extreme_immediate_likely_alert (8246414214802170006) -->
-    <skip />
-    <string name="cmas_amber_alert" msgid="5411113795367656316">"ការជូនដំណឹងអំពីការចាប់ជំរិត ឬបាត់ខ្លួន"</string>
-    <!-- no translation found for enable_cmas_test_alerts_title (7191924098636195819) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="8476051987965553727"></string>
-    <!-- no translation found for enable_cmas_amber_alerts_title (6992462356577191399) -->
-    <skip />
-    <!-- no translation found for enable_cmas_extreme_threat_alerts_title (3644180101199035107) -->
-    <skip />
-</resources>
diff --git a/res/values-mcc286-kn/strings.xml b/res/values-mcc286-kn/strings.xml
deleted file mode 100644
index 72570dd..0000000
--- a/res/values-mcc286-kn/strings.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="500552243728728684">"ದೇಶ-ಸ್ಥಳೀಯ ಎಚ್ಚರಿಕೆ"</string>
-    <string name="cmas_required_monthly_test" msgid="8883307874160041291">"ಪರೀಕ್ಷಾ ಎಚ್ಚರಿಕೆ"</string>
-    <string name="cmas_extreme_alert" msgid="4249800618530472053">"ಜೀವಕ್ಕೆ ಅಪಾಯವಿದೆಯೆಂಬ ಎಚ್ಚರಿಕೆ"</string>
-    <!-- no translation found for cmas_extreme_immediate_observed_alert (6296555014688324240) -->
-    <skip />
-    <!-- no translation found for cmas_extreme_immediate_likely_alert (8246414214802170006) -->
-    <skip />
-    <string name="cmas_amber_alert" msgid="5411113795367656316">"ಕಳೆದುಹೋಗುವಿಕೆ ಅಥವಾ ಅಪಹರಣದ ಎಚ್ಚರಿಕೆ"</string>
-    <!-- no translation found for enable_cmas_test_alerts_title (7191924098636195819) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="8476051987965553727"></string>
-    <!-- no translation found for enable_cmas_amber_alerts_title (6992462356577191399) -->
-    <skip />
-    <!-- no translation found for enable_cmas_extreme_threat_alerts_title (3644180101199035107) -->
-    <skip />
-</resources>
diff --git a/res/values-mcc286-ko/strings.xml b/res/values-mcc286-ko/strings.xml
deleted file mode 100644
index 8c7f23b..0000000
--- a/res/values-mcc286-ko/strings.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="500552243728728684">"지역 긴급 알림"</string>
-    <string name="cmas_required_monthly_test" msgid="8883307874160041291">"테스트 알림"</string>
-    <string name="cmas_extreme_alert" msgid="4249800618530472053">"생명 위협 알림"</string>
-    <!-- no translation found for cmas_extreme_immediate_observed_alert (6296555014688324240) -->
-    <skip />
-    <!-- no translation found for cmas_extreme_immediate_likely_alert (8246414214802170006) -->
-    <skip />
-    <string name="cmas_amber_alert" msgid="5411113795367656316">"실종 또는 유괴 알림"</string>
-    <!-- no translation found for enable_cmas_test_alerts_title (7191924098636195819) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="8476051987965553727"></string>
-    <!-- no translation found for enable_cmas_amber_alerts_title (6992462356577191399) -->
-    <skip />
-    <!-- no translation found for enable_cmas_extreme_threat_alerts_title (3644180101199035107) -->
-    <skip />
-</resources>
diff --git a/res/values-mcc286-ky/strings.xml b/res/values-mcc286-ky/strings.xml
deleted file mode 100644
index 324436c..0000000
--- a/res/values-mcc286-ky/strings.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="500552243728728684">"Мамлекеттик жана жергиликтүү шашылыш билдирүү"</string>
-    <string name="cmas_required_monthly_test" msgid="8883307874160041291">"Сынамык шашылыш билдирүү"</string>
-    <string name="cmas_extreme_alert" msgid="4249800618530472053">"Өмүргө коркунуч туулгандыгы жөнүндө ша-лыш бил-рүү"</string>
-    <!-- no translation found for cmas_extreme_immediate_observed_alert (6296555014688324240) -->
-    <skip />
-    <!-- no translation found for cmas_extreme_immediate_likely_alert (8246414214802170006) -->
-    <skip />
-    <string name="cmas_amber_alert" msgid="5411113795367656316">"Жоголуп же уурдалгандыгы тууралуу шашылыш билдирүү"</string>
-    <!-- no translation found for enable_cmas_test_alerts_title (7191924098636195819) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="8476051987965553727"></string>
-    <!-- no translation found for enable_cmas_amber_alerts_title (6992462356577191399) -->
-    <skip />
-    <!-- no translation found for enable_cmas_extreme_threat_alerts_title (3644180101199035107) -->
-    <skip />
-</resources>
diff --git a/res/values-mcc286-lo/strings.xml b/res/values-mcc286-lo/strings.xml
deleted file mode 100644
index 28487fd..0000000
--- a/res/values-mcc286-lo/strings.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="500552243728728684">"ແຈ້ງເຕືອນຂອງລັດ-ທ້ອງຖິ່ນ"</string>
-    <string name="cmas_required_monthly_test" msgid="8883307874160041291">"ແຈ້ງເຕືອນທົດສອບ"</string>
-    <string name="cmas_extreme_alert" msgid="4249800618530472053">"ແຈ້ງເຕືອນອັນຕະລາຍເຖິງຊີວິດ"</string>
-    <!-- no translation found for cmas_extreme_immediate_observed_alert (6296555014688324240) -->
-    <skip />
-    <!-- no translation found for cmas_extreme_immediate_likely_alert (8246414214802170006) -->
-    <skip />
-    <string name="cmas_amber_alert" msgid="5411113795367656316">"ແຈ້ງເຕືອນຄົນຫາຍ ຫຼື ຖືກລັກພາຕົວ"</string>
-    <!-- no translation found for enable_cmas_test_alerts_title (7191924098636195819) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="8476051987965553727"></string>
-    <!-- no translation found for enable_cmas_amber_alerts_title (6992462356577191399) -->
-    <skip />
-    <!-- no translation found for enable_cmas_extreme_threat_alerts_title (3644180101199035107) -->
-    <skip />
-</resources>
diff --git a/res/values-mcc286-lt/strings.xml b/res/values-mcc286-lt/strings.xml
deleted file mode 100644
index 471ef56..0000000
--- a/res/values-mcc286-lt/strings.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="500552243728728684">"Valstybinis ir vietinis įspėjimas"</string>
-    <string name="cmas_required_monthly_test" msgid="8883307874160041291">"Bandomasis įspėjimas"</string>
-    <string name="cmas_extreme_alert" msgid="4249800618530472053">"Įspėjimas apie grėsmę gyvybei"</string>
-    <!-- no translation found for cmas_extreme_immediate_observed_alert (6296555014688324240) -->
-    <skip />
-    <!-- no translation found for cmas_extreme_immediate_likely_alert (8246414214802170006) -->
-    <skip />
-    <string name="cmas_amber_alert" msgid="5411113795367656316">"Įspėjimas apie netektį arba pagrobimą"</string>
-    <!-- no translation found for enable_cmas_test_alerts_title (7191924098636195819) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="8476051987965553727"></string>
-    <!-- no translation found for enable_cmas_amber_alerts_title (6992462356577191399) -->
-    <skip />
-    <!-- no translation found for enable_cmas_extreme_threat_alerts_title (3644180101199035107) -->
-    <skip />
-</resources>
diff --git a/res/values-mcc286-lv/strings.xml b/res/values-mcc286-lv/strings.xml
deleted file mode 100644
index 7dd5afc..0000000
--- a/res/values-mcc286-lv/strings.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="500552243728728684">"Valsts līmeņa/vietējais brīdinājums"</string>
-    <string name="cmas_required_monthly_test" msgid="8883307874160041291">"Testa brīdinājums"</string>
-    <string name="cmas_extreme_alert" msgid="4249800618530472053">"Brīdinājums par draudiem dzīvībai"</string>
-    <!-- no translation found for cmas_extreme_immediate_observed_alert (6296555014688324240) -->
-    <skip />
-    <!-- no translation found for cmas_extreme_immediate_likely_alert (8246414214802170006) -->
-    <skip />
-    <string name="cmas_amber_alert" msgid="5411113795367656316">"Brīdinājums par pazušanu vai nolaupīšanu"</string>
-    <!-- no translation found for enable_cmas_test_alerts_title (7191924098636195819) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="8476051987965553727"></string>
-    <!-- no translation found for enable_cmas_amber_alerts_title (6992462356577191399) -->
-    <skip />
-    <!-- no translation found for enable_cmas_extreme_threat_alerts_title (3644180101199035107) -->
-    <skip />
-</resources>
diff --git a/res/values-mcc286-mk/strings.xml b/res/values-mcc286-mk/strings.xml
deleted file mode 100644
index 12841e2..0000000
--- a/res/values-mcc286-mk/strings.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="500552243728728684">"Предупредување од државата/локалната самоуправа"</string>
-    <string name="cmas_required_monthly_test" msgid="8883307874160041291">"Предупредување за тестирање"</string>
-    <string name="cmas_extreme_alert" msgid="4249800618530472053">"Предупредување за закана по животот"</string>
-    <!-- no translation found for cmas_extreme_immediate_observed_alert (6296555014688324240) -->
-    <skip />
-    <!-- no translation found for cmas_extreme_immediate_likely_alert (8246414214802170006) -->
-    <skip />
-    <string name="cmas_amber_alert" msgid="5411113795367656316">"Предупредување за загубено или киднапирано лице"</string>
-    <!-- no translation found for enable_cmas_test_alerts_title (7191924098636195819) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="8476051987965553727"></string>
-    <!-- no translation found for enable_cmas_amber_alerts_title (6992462356577191399) -->
-    <skip />
-    <!-- no translation found for enable_cmas_extreme_threat_alerts_title (3644180101199035107) -->
-    <skip />
-</resources>
diff --git a/res/values-mcc286-ml/strings.xml b/res/values-mcc286-ml/strings.xml
deleted file mode 100644
index 25443ec..0000000
--- a/res/values-mcc286-ml/strings.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="500552243728728684">"സംസ്ഥാന-പ്രാദേശിക മുന്നറിയിപ്പ്"</string>
-    <string name="cmas_required_monthly_test" msgid="8883307874160041291">"പരീക്ഷണ മുന്നറിയിപ്പ്"</string>
-    <string name="cmas_extreme_alert" msgid="4249800618530472053">"ജീവന് ഭീഷണിയുണ്ടെന്ന മുന്നറിയിപ്പ്"</string>
-    <!-- no translation found for cmas_extreme_immediate_observed_alert (6296555014688324240) -->
-    <skip />
-    <!-- no translation found for cmas_extreme_immediate_likely_alert (8246414214802170006) -->
-    <skip />
-    <string name="cmas_amber_alert" msgid="5411113795367656316">"കാണാതായതിന്റെയോ തട്ടിക്കൊണ്ടുപോയതിന്റെയോ അലേർട്ട്"</string>
-    <!-- no translation found for enable_cmas_test_alerts_title (7191924098636195819) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="8476051987965553727"></string>
-    <!-- no translation found for enable_cmas_amber_alerts_title (6992462356577191399) -->
-    <skip />
-    <!-- no translation found for enable_cmas_extreme_threat_alerts_title (3644180101199035107) -->
-    <skip />
-</resources>
diff --git a/res/values-mcc286-mn/strings.xml b/res/values-mcc286-mn/strings.xml
deleted file mode 100644
index ac6769f..0000000
--- a/res/values-mcc286-mn/strings.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="500552243728728684">"Муж улс, орон нутгийн сэрэмжлүүлэг"</string>
-    <string name="cmas_required_monthly_test" msgid="8883307874160041291">"Туршилтын сэрэмжлүүлэг"</string>
-    <string name="cmas_extreme_alert" msgid="4249800618530472053">"Амь насанд аюул учирсан тухай сэрэмжлүүлэг"</string>
-    <!-- no translation found for cmas_extreme_immediate_observed_alert (6296555014688324240) -->
-    <skip />
-    <!-- no translation found for cmas_extreme_immediate_likely_alert (8246414214802170006) -->
-    <skip />
-    <string name="cmas_amber_alert" msgid="5411113795367656316">"Алга болсон эсвэл барьцаалсан тухай сэрэмжлүүлэг"</string>
-    <!-- no translation found for enable_cmas_test_alerts_title (7191924098636195819) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="8476051987965553727"></string>
-    <!-- no translation found for enable_cmas_amber_alerts_title (6992462356577191399) -->
-    <skip />
-    <!-- no translation found for enable_cmas_extreme_threat_alerts_title (3644180101199035107) -->
-    <skip />
-</resources>
diff --git a/res/values-mcc286-mr/strings.xml b/res/values-mcc286-mr/strings.xml
deleted file mode 100644
index 851e55b..0000000
--- a/res/values-mcc286-mr/strings.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="500552243728728684">"राज्य-स्थानिक शासनाची सूचना"</string>
-    <string name="cmas_required_monthly_test" msgid="8883307874160041291">"चाचणीची सूचना"</string>
-    <string name="cmas_extreme_alert" msgid="4249800618530472053">"जीवाला धोका असल्याची सूचना"</string>
-    <!-- no translation found for cmas_extreme_immediate_observed_alert (6296555014688324240) -->
-    <skip />
-    <!-- no translation found for cmas_extreme_immediate_likely_alert (8246414214802170006) -->
-    <skip />
-    <string name="cmas_amber_alert" msgid="5411113795367656316">"हरवणे किंवा अपहरणाबद्दलची सूचना"</string>
-    <!-- no translation found for enable_cmas_test_alerts_title (7191924098636195819) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="8476051987965553727"></string>
-    <!-- no translation found for enable_cmas_amber_alerts_title (6992462356577191399) -->
-    <skip />
-    <!-- no translation found for enable_cmas_extreme_threat_alerts_title (3644180101199035107) -->
-    <skip />
-</resources>
diff --git a/res/values-mcc286-ms/strings.xml b/res/values-mcc286-ms/strings.xml
deleted file mode 100644
index d13c2bf..0000000
--- a/res/values-mcc286-ms/strings.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="500552243728728684">"Makluman negeri-setempat"</string>
-    <string name="cmas_required_monthly_test" msgid="8883307874160041291">"Makluman ujian"</string>
-    <string name="cmas_extreme_alert" msgid="4249800618530472053">"Makluman ancaman nyawa"</string>
-    <!-- no translation found for cmas_extreme_immediate_observed_alert (6296555014688324240) -->
-    <skip />
-    <!-- no translation found for cmas_extreme_immediate_likely_alert (8246414214802170006) -->
-    <skip />
-    <string name="cmas_amber_alert" msgid="5411113795367656316">"Makluman kehilangan atau penculikan"</string>
-    <!-- no translation found for enable_cmas_test_alerts_title (7191924098636195819) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="8476051987965553727"></string>
-    <!-- no translation found for enable_cmas_amber_alerts_title (6992462356577191399) -->
-    <skip />
-    <!-- no translation found for enable_cmas_extreme_threat_alerts_title (3644180101199035107) -->
-    <skip />
-</resources>
diff --git a/res/values-mcc286-my/strings.xml b/res/values-mcc286-my/strings.xml
deleted file mode 100644
index 38e32c7..0000000
--- a/res/values-mcc286-my/strings.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="500552243728728684">"ပြည်နယ်-ဒေသတွင်း သတိပေးချက်"</string>
-    <string name="cmas_required_monthly_test" msgid="8883307874160041291">"စမ်းသပ် သတိပေးချက်"</string>
-    <string name="cmas_extreme_alert" msgid="4249800618530472053">"အသက်အန္တရာယ် ခြိမ်းခြောက်မှု သတိပေးချက်"</string>
-    <!-- no translation found for cmas_extreme_immediate_observed_alert (6296555014688324240) -->
-    <skip />
-    <!-- no translation found for cmas_extreme_immediate_likely_alert (8246414214802170006) -->
-    <skip />
-    <string name="cmas_amber_alert" msgid="5411113795367656316">"ပျောက်ဆုံးမှု (သို့) ပြန်ပေးဆွဲမှု သတိပေးချက်"</string>
-    <!-- no translation found for enable_cmas_test_alerts_title (7191924098636195819) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="8476051987965553727"></string>
-    <!-- no translation found for enable_cmas_amber_alerts_title (6992462356577191399) -->
-    <skip />
-    <!-- no translation found for enable_cmas_extreme_threat_alerts_title (3644180101199035107) -->
-    <skip />
-</resources>
diff --git a/res/values-mcc286-nb/strings.xml b/res/values-mcc286-nb/strings.xml
deleted file mode 100644
index 66d25b5..0000000
--- a/res/values-mcc286-nb/strings.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="500552243728728684">"Statlig/lokalt varsel"</string>
-    <string name="cmas_required_monthly_test" msgid="8883307874160041291">"Testvarsel"</string>
-    <string name="cmas_extreme_alert" msgid="4249800618530472053">"Varsel om livstrussel"</string>
-    <!-- no translation found for cmas_extreme_immediate_observed_alert (6296555014688324240) -->
-    <skip />
-    <!-- no translation found for cmas_extreme_immediate_likely_alert (8246414214802170006) -->
-    <skip />
-    <string name="cmas_amber_alert" msgid="5411113795367656316">"Varsel om kidnapping eller savnet barn"</string>
-    <!-- no translation found for enable_cmas_test_alerts_title (7191924098636195819) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="8476051987965553727"></string>
-    <!-- no translation found for enable_cmas_amber_alerts_title (6992462356577191399) -->
-    <skip />
-    <!-- no translation found for enable_cmas_extreme_threat_alerts_title (3644180101199035107) -->
-    <skip />
-</resources>
diff --git a/res/values-mcc286-ne/strings.xml b/res/values-mcc286-ne/strings.xml
deleted file mode 100644
index 3f105eb..0000000
--- a/res/values-mcc286-ne/strings.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="500552243728728684">"राज्यस्तरको स्थानीय सूचना"</string>
-    <string name="cmas_required_monthly_test" msgid="8883307874160041291">"परीक्षणसम्बन्धी सूचना"</string>
-    <string name="cmas_extreme_alert" msgid="4249800618530472053">"जीवन जोखिममा परेको सूचना"</string>
-    <!-- no translation found for cmas_extreme_immediate_observed_alert (6296555014688324240) -->
-    <skip />
-    <!-- no translation found for cmas_extreme_immediate_likely_alert (8246414214802170006) -->
-    <skip />
-    <string name="cmas_amber_alert" msgid="5411113795367656316">"बच्चा हराएको वा अपहरण भएको सूचना"</string>
-    <!-- no translation found for enable_cmas_test_alerts_title (7191924098636195819) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="8476051987965553727"></string>
-    <!-- no translation found for enable_cmas_amber_alerts_title (6992462356577191399) -->
-    <skip />
-    <!-- no translation found for enable_cmas_extreme_threat_alerts_title (3644180101199035107) -->
-    <skip />
-</resources>
diff --git a/res/values-mcc286-nl/strings.xml b/res/values-mcc286-nl/strings.xml
deleted file mode 100644
index 347887b..0000000
--- a/res/values-mcc286-nl/strings.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="500552243728728684">"Melding op staats- of lokaal niveau"</string>
-    <string name="cmas_required_monthly_test" msgid="8883307874160041291">"Testmelding"</string>
-    <string name="cmas_extreme_alert" msgid="4249800618530472053">"Melding voor levensbedreigende situatie"</string>
-    <!-- no translation found for cmas_extreme_immediate_observed_alert (6296555014688324240) -->
-    <skip />
-    <!-- no translation found for cmas_extreme_immediate_likely_alert (8246414214802170006) -->
-    <skip />
-    <string name="cmas_amber_alert" msgid="5411113795367656316">"Melding voor kwijtgeraakt of gekidnapt kind"</string>
-    <!-- no translation found for enable_cmas_test_alerts_title (7191924098636195819) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="8476051987965553727"></string>
-    <!-- no translation found for enable_cmas_amber_alerts_title (6992462356577191399) -->
-    <skip />
-    <!-- no translation found for enable_cmas_extreme_threat_alerts_title (3644180101199035107) -->
-    <skip />
-</resources>
diff --git a/res/values-mcc286-or/strings.xml b/res/values-mcc286-or/strings.xml
deleted file mode 100644
index 0c5773b..0000000
--- a/res/values-mcc286-or/strings.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="500552243728728684">"ରାଜ୍ୟ-ସ୍ଥାନୀୟ ଆଲର୍ଟ"</string>
-    <string name="cmas_required_monthly_test" msgid="8883307874160041291">"ଟେଷ୍ଟ ଆଲର୍ଟ"</string>
-    <string name="cmas_extreme_alert" msgid="4249800618530472053">"ଜୀବନ ପ୍ରତି ବିପଦର ଆଲର୍ଟ"</string>
-    <!-- no translation found for cmas_extreme_immediate_observed_alert (6296555014688324240) -->
-    <skip />
-    <!-- no translation found for cmas_extreme_immediate_likely_alert (8246414214802170006) -->
-    <skip />
-    <string name="cmas_amber_alert" msgid="5411113795367656316">"କ୍ଷତି କିମ୍ବା ଅପହରଣ ହେବାର ଆଲର୍ଟ"</string>
-    <!-- no translation found for enable_cmas_test_alerts_title (7191924098636195819) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="8476051987965553727"></string>
-    <!-- no translation found for enable_cmas_amber_alerts_title (6992462356577191399) -->
-    <skip />
-    <!-- no translation found for enable_cmas_extreme_threat_alerts_title (3644180101199035107) -->
-    <skip />
-</resources>
diff --git a/res/values-mcc286-pa/strings.xml b/res/values-mcc286-pa/strings.xml
deleted file mode 100644
index 9beec3f..0000000
--- a/res/values-mcc286-pa/strings.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="500552243728728684">"ਰਾਜ-ਸਥਾਨਕ ਸੁਚੇਤਨਾ"</string>
-    <string name="cmas_required_monthly_test" msgid="8883307874160041291">"ਜਾਂਚ ਸੁਚੇਤਨਾ"</string>
-    <string name="cmas_extreme_alert" msgid="4249800618530472053">"ਜਾਨ ਨੂੰ ਖਤਰੇ ਦੀ ਸੁਚੇਤਨਾ"</string>
-    <!-- no translation found for cmas_extreme_immediate_observed_alert (6296555014688324240) -->
-    <skip />
-    <!-- no translation found for cmas_extreme_immediate_likely_alert (8246414214802170006) -->
-    <skip />
-    <string name="cmas_amber_alert" msgid="5411113795367656316">"ਬੱਚੇ ਦੇ ਗੁੰਮ ਜਾਂ ਅਪਹਰਨ ਹੋ ਜਾਣ ਸੰਬੰਧੀ ਸੁਚੇਤਨਾ"</string>
-    <!-- no translation found for enable_cmas_test_alerts_title (7191924098636195819) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="8476051987965553727"></string>
-    <!-- no translation found for enable_cmas_amber_alerts_title (6992462356577191399) -->
-    <skip />
-    <!-- no translation found for enable_cmas_extreme_threat_alerts_title (3644180101199035107) -->
-    <skip />
-</resources>
diff --git a/res/values-mcc286-pl/strings.xml b/res/values-mcc286-pl/strings.xml
deleted file mode 100644
index ac5fade..0000000
--- a/res/values-mcc286-pl/strings.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="500552243728728684">"Alert stanowy lokalny"</string>
-    <string name="cmas_required_monthly_test" msgid="8883307874160041291">"Alert testowy"</string>
-    <string name="cmas_extreme_alert" msgid="4249800618530472053">"Alert o zagrożeniu życia"</string>
-    <!-- no translation found for cmas_extreme_immediate_observed_alert (6296555014688324240) -->
-    <skip />
-    <!-- no translation found for cmas_extreme_immediate_likely_alert (8246414214802170006) -->
-    <skip />
-    <string name="cmas_amber_alert" msgid="5411113795367656316">"Alert o zaginięciu lub porwaniu dziecka"</string>
-    <!-- no translation found for enable_cmas_test_alerts_title (7191924098636195819) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="8476051987965553727"></string>
-    <!-- no translation found for enable_cmas_amber_alerts_title (6992462356577191399) -->
-    <skip />
-    <!-- no translation found for enable_cmas_extreme_threat_alerts_title (3644180101199035107) -->
-    <skip />
-</resources>
diff --git a/res/values-mcc286-pt-rPT/strings.xml b/res/values-mcc286-pt-rPT/strings.xml
deleted file mode 100644
index 2ce1d3e..0000000
--- a/res/values-mcc286-pt-rPT/strings.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="500552243728728684">"Alerta local-estatal"</string>
-    <string name="cmas_required_monthly_test" msgid="8883307874160041291">"Alerta de teste"</string>
-    <string name="cmas_extreme_alert" msgid="4249800618530472053">"Alerta de perigo de vida"</string>
-    <!-- no translation found for cmas_extreme_immediate_observed_alert (6296555014688324240) -->
-    <skip />
-    <!-- no translation found for cmas_extreme_immediate_likely_alert (8246414214802170006) -->
-    <skip />
-    <string name="cmas_amber_alert" msgid="5411113795367656316">"Alerta de rapto ou perda"</string>
-    <!-- no translation found for enable_cmas_test_alerts_title (7191924098636195819) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="8476051987965553727"></string>
-    <!-- no translation found for enable_cmas_amber_alerts_title (6992462356577191399) -->
-    <skip />
-    <!-- no translation found for enable_cmas_extreme_threat_alerts_title (3644180101199035107) -->
-    <skip />
-</resources>
diff --git a/res/values-mcc286-pt/strings.xml b/res/values-mcc286-pt/strings.xml
deleted file mode 100644
index 9736767..0000000
--- a/res/values-mcc286-pt/strings.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="500552243728728684">"Alerta estadual/local"</string>
-    <string name="cmas_required_monthly_test" msgid="8883307874160041291">"Alerta de teste"</string>
-    <string name="cmas_extreme_alert" msgid="4249800618530472053">"Alerta de risco de vida"</string>
-    <!-- no translation found for cmas_extreme_immediate_observed_alert (6296555014688324240) -->
-    <skip />
-    <!-- no translation found for cmas_extreme_immediate_likely_alert (8246414214802170006) -->
-    <skip />
-    <string name="cmas_amber_alert" msgid="5411113795367656316">"Alerta de criança perdida ou sequestrada"</string>
-    <!-- no translation found for enable_cmas_test_alerts_title (7191924098636195819) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="8476051987965553727"></string>
-    <!-- no translation found for enable_cmas_amber_alerts_title (6992462356577191399) -->
-    <skip />
-    <!-- no translation found for enable_cmas_extreme_threat_alerts_title (3644180101199035107) -->
-    <skip />
-</resources>
diff --git a/res/values-mcc286-ro/strings.xml b/res/values-mcc286-ro/strings.xml
deleted file mode 100644
index 79c2526..0000000
--- a/res/values-mcc286-ro/strings.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="500552243728728684">"Alertă națională / locală"</string>
-    <string name="cmas_required_monthly_test" msgid="8883307874160041291">"Alertă de testare"</string>
-    <string name="cmas_extreme_alert" msgid="4249800618530472053">"Alertă de pericol de moarte"</string>
-    <!-- no translation found for cmas_extreme_immediate_observed_alert (6296555014688324240) -->
-    <skip />
-    <!-- no translation found for cmas_extreme_immediate_likely_alert (8246414214802170006) -->
-    <skip />
-    <string name="cmas_amber_alert" msgid="5411113795367656316">"Alertă de răpire sau de pierdere"</string>
-    <!-- no translation found for enable_cmas_test_alerts_title (7191924098636195819) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="8476051987965553727"></string>
-    <!-- no translation found for enable_cmas_amber_alerts_title (6992462356577191399) -->
-    <skip />
-    <!-- no translation found for enable_cmas_extreme_threat_alerts_title (3644180101199035107) -->
-    <skip />
-</resources>
diff --git a/res/values-mcc286-ru/strings.xml b/res/values-mcc286-ru/strings.xml
deleted file mode 100644
index ffba293..0000000
--- a/res/values-mcc286-ru/strings.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="500552243728728684">"Государственное оповещение"</string>
-    <string name="cmas_required_monthly_test" msgid="8883307874160041291">"Тестовое оповещение"</string>
-    <string name="cmas_extreme_alert" msgid="4249800618530472053">"Оповещение об угрозе жизни"</string>
-    <!-- no translation found for cmas_extreme_immediate_observed_alert (6296555014688324240) -->
-    <skip />
-    <!-- no translation found for cmas_extreme_immediate_likely_alert (8246414214802170006) -->
-    <skip />
-    <string name="cmas_amber_alert" msgid="5411113795367656316">"Оповещение о пропаже или похищении"</string>
-    <!-- no translation found for enable_cmas_test_alerts_title (7191924098636195819) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="8476051987965553727"></string>
-    <!-- no translation found for enable_cmas_amber_alerts_title (6992462356577191399) -->
-    <skip />
-    <!-- no translation found for enable_cmas_extreme_threat_alerts_title (3644180101199035107) -->
-    <skip />
-</resources>
diff --git a/res/values-mcc286-si/strings.xml b/res/values-mcc286-si/strings.xml
deleted file mode 100644
index b663a93..0000000
--- a/res/values-mcc286-si/strings.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="500552243728728684">"රාජ්‍ය-දේශීය ඇඟවීම"</string>
-    <string name="cmas_required_monthly_test" msgid="8883307874160041291">"පරීක්ෂණ ඇඟවීම"</string>
-    <string name="cmas_extreme_alert" msgid="4249800618530472053">"ජීවිත තර්ජන ඇඟවීම"</string>
-    <!-- no translation found for cmas_extreme_immediate_observed_alert (6296555014688324240) -->
-    <skip />
-    <!-- no translation found for cmas_extreme_immediate_likely_alert (8246414214802170006) -->
-    <skip />
-    <string name="cmas_amber_alert" msgid="5411113795367656316">"නැති වීමේ හෝ පැහැර ගැනීමේ ඇඟවීම"</string>
-    <!-- no translation found for enable_cmas_test_alerts_title (7191924098636195819) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="8476051987965553727"></string>
-    <!-- no translation found for enable_cmas_amber_alerts_title (6992462356577191399) -->
-    <skip />
-    <!-- no translation found for enable_cmas_extreme_threat_alerts_title (3644180101199035107) -->
-    <skip />
-</resources>
diff --git a/res/values-mcc286-sk/strings.xml b/res/values-mcc286-sk/strings.xml
deleted file mode 100644
index 3042931..0000000
--- a/res/values-mcc286-sk/strings.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="500552243728728684">"Štátne a miestne upozornenie"</string>
-    <string name="cmas_required_monthly_test" msgid="8883307874160041291">"Testovacie upozornenie"</string>
-    <string name="cmas_extreme_alert" msgid="4249800618530472053">"Upozornenie na ohrozenie života"</string>
-    <!-- no translation found for cmas_extreme_immediate_observed_alert (6296555014688324240) -->
-    <skip />
-    <!-- no translation found for cmas_extreme_immediate_likely_alert (8246414214802170006) -->
-    <skip />
-    <string name="cmas_amber_alert" msgid="5411113795367656316">"Upozornenie na stratu alebo únos"</string>
-    <!-- no translation found for enable_cmas_test_alerts_title (7191924098636195819) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="8476051987965553727"></string>
-    <!-- no translation found for enable_cmas_amber_alerts_title (6992462356577191399) -->
-    <skip />
-    <!-- no translation found for enable_cmas_extreme_threat_alerts_title (3644180101199035107) -->
-    <skip />
-</resources>
diff --git a/res/values-mcc286-sl/strings.xml b/res/values-mcc286-sl/strings.xml
deleted file mode 100644
index b316e04..0000000
--- a/res/values-mcc286-sl/strings.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="500552243728728684">"Državno/lokalno opozorilo"</string>
-    <string name="cmas_required_monthly_test" msgid="8883307874160041291">"Preizkusno opozorilo"</string>
-    <string name="cmas_extreme_alert" msgid="4249800618530472053">"Opozorilo o življenjski nevarnosti"</string>
-    <!-- no translation found for cmas_extreme_immediate_observed_alert (6296555014688324240) -->
-    <skip />
-    <!-- no translation found for cmas_extreme_immediate_likely_alert (8246414214802170006) -->
-    <skip />
-    <string name="cmas_amber_alert" msgid="5411113795367656316">"Opozorilo o izgubi ali ugrabitvi"</string>
-    <!-- no translation found for enable_cmas_test_alerts_title (7191924098636195819) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="8476051987965553727"></string>
-    <!-- no translation found for enable_cmas_amber_alerts_title (6992462356577191399) -->
-    <skip />
-    <!-- no translation found for enable_cmas_extreme_threat_alerts_title (3644180101199035107) -->
-    <skip />
-</resources>
diff --git a/res/values-mcc286-sq/strings.xml b/res/values-mcc286-sq/strings.xml
deleted file mode 100644
index fb69e52..0000000
--- a/res/values-mcc286-sq/strings.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="500552243728728684">"Sinjalizim shtetëror/lokal"</string>
-    <string name="cmas_required_monthly_test" msgid="8883307874160041291">"Sinjalizim testimi"</string>
-    <string name="cmas_extreme_alert" msgid="4249800618530472053">"Sinjalizim për kërcënim për jetën"</string>
-    <!-- no translation found for cmas_extreme_immediate_observed_alert (6296555014688324240) -->
-    <skip />
-    <!-- no translation found for cmas_extreme_immediate_likely_alert (8246414214802170006) -->
-    <skip />
-    <string name="cmas_amber_alert" msgid="5411113795367656316">"Sinjalizim për humbjen ose rrëmbimin"</string>
-    <!-- no translation found for enable_cmas_test_alerts_title (7191924098636195819) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="8476051987965553727"></string>
-    <!-- no translation found for enable_cmas_amber_alerts_title (6992462356577191399) -->
-    <skip />
-    <!-- no translation found for enable_cmas_extreme_threat_alerts_title (3644180101199035107) -->
-    <skip />
-</resources>
diff --git a/res/values-mcc286-sr/strings.xml b/res/values-mcc286-sr/strings.xml
deleted file mode 100644
index cc41d56..0000000
--- a/res/values-mcc286-sr/strings.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="500552243728728684">"Државно/локално упозорење"</string>
-    <string name="cmas_required_monthly_test" msgid="8883307874160041291">"Пробно упозорење"</string>
-    <string name="cmas_extreme_alert" msgid="4249800618530472053">"Упозорење о животној опасности"</string>
-    <!-- no translation found for cmas_extreme_immediate_observed_alert (6296555014688324240) -->
-    <skip />
-    <!-- no translation found for cmas_extreme_immediate_likely_alert (8246414214802170006) -->
-    <skip />
-    <string name="cmas_amber_alert" msgid="5411113795367656316">"Упозорење о нестанку или киднаповању"</string>
-    <!-- no translation found for enable_cmas_test_alerts_title (7191924098636195819) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="8476051987965553727"></string>
-    <!-- no translation found for enable_cmas_amber_alerts_title (6992462356577191399) -->
-    <skip />
-    <!-- no translation found for enable_cmas_extreme_threat_alerts_title (3644180101199035107) -->
-    <skip />
-</resources>
diff --git a/res/values-mcc286-sv/strings.xml b/res/values-mcc286-sv/strings.xml
deleted file mode 100644
index 838fef0..0000000
--- a/res/values-mcc286-sv/strings.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="500552243728728684">"Statlig/lokal varning"</string>
-    <string name="cmas_required_monthly_test" msgid="8883307874160041291">"Testvarning"</string>
-    <string name="cmas_extreme_alert" msgid="4249800618530472053">"Varning om livshotande situation"</string>
-    <!-- no translation found for cmas_extreme_immediate_observed_alert (6296555014688324240) -->
-    <skip />
-    <!-- no translation found for cmas_extreme_immediate_likely_alert (8246414214802170006) -->
-    <skip />
-    <string name="cmas_amber_alert" msgid="5411113795367656316">"Varning om borttappat barn eller kidnappning"</string>
-    <!-- no translation found for enable_cmas_test_alerts_title (7191924098636195819) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="8476051987965553727"></string>
-    <!-- no translation found for enable_cmas_amber_alerts_title (6992462356577191399) -->
-    <skip />
-    <!-- no translation found for enable_cmas_extreme_threat_alerts_title (3644180101199035107) -->
-    <skip />
-</resources>
diff --git a/res/values-mcc286-sw/strings.xml b/res/values-mcc286-sw/strings.xml
deleted file mode 100644
index c23e4bb..0000000
--- a/res/values-mcc286-sw/strings.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="500552243728728684">"Arifa ya jimbo au eneo"</string>
-    <string name="cmas_required_monthly_test" msgid="8883307874160041291">"Arifa ya jaribio"</string>
-    <string name="cmas_extreme_alert" msgid="4249800618530472053">"Arifa ya vitisho vya maisha"</string>
-    <!-- no translation found for cmas_extreme_immediate_observed_alert (6296555014688324240) -->
-    <skip />
-    <!-- no translation found for cmas_extreme_immediate_likely_alert (8246414214802170006) -->
-    <skip />
-    <string name="cmas_amber_alert" msgid="5411113795367656316">"Arifa ya kupotea au kutekwa nyara"</string>
-    <!-- no translation found for enable_cmas_test_alerts_title (7191924098636195819) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="8476051987965553727"></string>
-    <!-- no translation found for enable_cmas_amber_alerts_title (6992462356577191399) -->
-    <skip />
-    <!-- no translation found for enable_cmas_extreme_threat_alerts_title (3644180101199035107) -->
-    <skip />
-</resources>
diff --git a/res/values-mcc286-ta/strings.xml b/res/values-mcc286-ta/strings.xml
deleted file mode 100644
index 1f6c9e7..0000000
--- a/res/values-mcc286-ta/strings.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="500552243728728684">"மாநிலம்-உள்ளூர் அவசரநிலை குறித்த விழிப்பூட்டல்"</string>
-    <string name="cmas_required_monthly_test" msgid="8883307874160041291">"பரிசோதனை விழிப்பூட்டல்"</string>
-    <string name="cmas_extreme_alert" msgid="4249800618530472053">"உயிருக்கு ஆபத்து குறித்த விழிப்பூட்டல்"</string>
-    <!-- no translation found for cmas_extreme_immediate_observed_alert (6296555014688324240) -->
-    <skip />
-    <!-- no translation found for cmas_extreme_immediate_likely_alert (8246414214802170006) -->
-    <skip />
-    <string name="cmas_amber_alert" msgid="5411113795367656316">"காணவில்லை/கடத்தல் குறித்த விழிப்பூட்டல்"</string>
-    <!-- no translation found for enable_cmas_test_alerts_title (7191924098636195819) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="8476051987965553727"></string>
-    <!-- no translation found for enable_cmas_amber_alerts_title (6992462356577191399) -->
-    <skip />
-    <!-- no translation found for enable_cmas_extreme_threat_alerts_title (3644180101199035107) -->
-    <skip />
-</resources>
diff --git a/res/values-mcc286-te/strings.xml b/res/values-mcc286-te/strings.xml
deleted file mode 100644
index 4aed3a1..0000000
--- a/res/values-mcc286-te/strings.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="500552243728728684">"రాష్ట్ర, స్థానిక అలర్ట్"</string>
-    <string name="cmas_required_monthly_test" msgid="8883307874160041291">"టెస్ట్ అలర్ట్"</string>
-    <string name="cmas_extreme_alert" msgid="4249800618530472053">"ప్రాణహానికి సంబంధించిన అలర్ట్"</string>
-    <!-- no translation found for cmas_extreme_immediate_observed_alert (6296555014688324240) -->
-    <skip />
-    <!-- no translation found for cmas_extreme_immediate_likely_alert (8246414214802170006) -->
-    <skip />
-    <string name="cmas_amber_alert" msgid="5411113795367656316">"పోయిన వస్తువు లేదా అపహరణకు సంబంధించిన అలర్ట్"</string>
-    <!-- no translation found for enable_cmas_test_alerts_title (7191924098636195819) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="8476051987965553727"></string>
-    <!-- no translation found for enable_cmas_amber_alerts_title (6992462356577191399) -->
-    <skip />
-    <!-- no translation found for enable_cmas_extreme_threat_alerts_title (3644180101199035107) -->
-    <skip />
-</resources>
diff --git a/res/values-mcc286-th/strings.xml b/res/values-mcc286-th/strings.xml
deleted file mode 100644
index f444868..0000000
--- a/res/values-mcc286-th/strings.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="500552243728728684">"การแจ้งเตือนทั้งในรัฐและท้องถิ่น"</string>
-    <string name="cmas_required_monthly_test" msgid="8883307874160041291">"การแจ้งเตือนทดสอบ"</string>
-    <string name="cmas_extreme_alert" msgid="4249800618530472053">"การแจ้งเตือนอันตรายถึงชีวิต"</string>
-    <!-- no translation found for cmas_extreme_immediate_observed_alert (6296555014688324240) -->
-    <skip />
-    <!-- no translation found for cmas_extreme_immediate_likely_alert (8246414214802170006) -->
-    <skip />
-    <string name="cmas_amber_alert" msgid="5411113795367656316">"การแจ้งเตือนคนหายหรือถูกลักพาตัว"</string>
-    <!-- no translation found for enable_cmas_test_alerts_title (7191924098636195819) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="8476051987965553727"></string>
-    <!-- no translation found for enable_cmas_amber_alerts_title (6992462356577191399) -->
-    <skip />
-    <!-- no translation found for enable_cmas_extreme_threat_alerts_title (3644180101199035107) -->
-    <skip />
-</resources>
diff --git a/res/values-mcc286-tl/strings.xml b/res/values-mcc286-tl/strings.xml
deleted file mode 100644
index 260956d..0000000
--- a/res/values-mcc286-tl/strings.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="500552243728728684">"Pang-estado/lokal na alerto"</string>
-    <string name="cmas_required_monthly_test" msgid="8883307874160041291">"Pansubok na alerto"</string>
-    <string name="cmas_extreme_alert" msgid="4249800618530472053">"Alerto sa banta sa buhay"</string>
-    <!-- no translation found for cmas_extreme_immediate_observed_alert (6296555014688324240) -->
-    <skip />
-    <!-- no translation found for cmas_extreme_immediate_likely_alert (8246414214802170006) -->
-    <skip />
-    <string name="cmas_amber_alert" msgid="5411113795367656316">"Alerto sa pagkawala o pag-kidnap"</string>
-    <!-- no translation found for enable_cmas_test_alerts_title (7191924098636195819) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="8476051987965553727"></string>
-    <!-- no translation found for enable_cmas_amber_alerts_title (6992462356577191399) -->
-    <skip />
-    <!-- no translation found for enable_cmas_extreme_threat_alerts_title (3644180101199035107) -->
-    <skip />
-</resources>
diff --git a/res/values-mcc286-tr/strings.xml b/res/values-mcc286-tr/strings.xml
deleted file mode 100644
index c67db5b..0000000
--- a/res/values-mcc286-tr/strings.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="500552243728728684">"Devlet uyarı bildirimi"</string>
-    <string name="cmas_required_monthly_test" msgid="8883307874160041291">"Test uyarı bildirimi"</string>
-    <string name="cmas_extreme_alert" msgid="4249800618530472053">"Hayati uyarı bildirimi"</string>
-    <!-- no translation found for cmas_extreme_immediate_observed_alert (6296555014688324240) -->
-    <skip />
-    <!-- no translation found for cmas_extreme_immediate_likely_alert (8246414214802170006) -->
-    <skip />
-    <string name="cmas_amber_alert" msgid="5411113795367656316">"Kayıp/kaçırma uyarı bildirimi"</string>
-    <!-- no translation found for enable_cmas_test_alerts_title (7191924098636195819) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="8476051987965553727"></string>
-    <!-- no translation found for enable_cmas_amber_alerts_title (6992462356577191399) -->
-    <skip />
-    <!-- no translation found for enable_cmas_extreme_threat_alerts_title (3644180101199035107) -->
-    <skip />
-</resources>
diff --git a/res/values-mcc286-uk/strings.xml b/res/values-mcc286-uk/strings.xml
deleted file mode 100644
index 824ebfd..0000000
--- a/res/values-mcc286-uk/strings.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="500552243728728684">"Регіональні / місцеві сповіщення"</string>
-    <string name="cmas_required_monthly_test" msgid="8883307874160041291">"Тестове сповіщення"</string>
-    <string name="cmas_extreme_alert" msgid="4249800618530472053">"Сповіщення про загрозу життю"</string>
-    <!-- no translation found for cmas_extreme_immediate_observed_alert (6296555014688324240) -->
-    <skip />
-    <!-- no translation found for cmas_extreme_immediate_likely_alert (8246414214802170006) -->
-    <skip />
-    <string name="cmas_amber_alert" msgid="5411113795367656316">"Сповіщення про зникнення або викрадення"</string>
-    <!-- no translation found for enable_cmas_test_alerts_title (7191924098636195819) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="8476051987965553727"></string>
-    <!-- no translation found for enable_cmas_amber_alerts_title (6992462356577191399) -->
-    <skip />
-    <!-- no translation found for enable_cmas_extreme_threat_alerts_title (3644180101199035107) -->
-    <skip />
-</resources>
diff --git a/res/values-mcc286-ur/strings.xml b/res/values-mcc286-ur/strings.xml
deleted file mode 100644
index b5f47bb..0000000
--- a/res/values-mcc286-ur/strings.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="500552243728728684">"ریاست مقامی الرٹ"</string>
-    <string name="cmas_required_monthly_test" msgid="8883307874160041291">"ٹیسٹ الرٹ"</string>
-    <string name="cmas_extreme_alert" msgid="4249800618530472053">"جان کے خطرے کا الرٹ"</string>
-    <!-- no translation found for cmas_extreme_immediate_observed_alert (6296555014688324240) -->
-    <skip />
-    <!-- no translation found for cmas_extreme_immediate_likely_alert (8246414214802170006) -->
-    <skip />
-    <string name="cmas_amber_alert" msgid="5411113795367656316">"گم ہونے یا اغوا ہونے کا الرٹ"</string>
-    <!-- no translation found for enable_cmas_test_alerts_title (7191924098636195819) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="8476051987965553727"></string>
-    <!-- no translation found for enable_cmas_amber_alerts_title (6992462356577191399) -->
-    <skip />
-    <!-- no translation found for enable_cmas_extreme_threat_alerts_title (3644180101199035107) -->
-    <skip />
-</resources>
diff --git a/res/values-mcc286-uz/strings.xml b/res/values-mcc286-uz/strings.xml
deleted file mode 100644
index 0b860cd..0000000
--- a/res/values-mcc286-uz/strings.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="500552243728728684">"Hukumat ogohlantirishi"</string>
-    <string name="cmas_required_monthly_test" msgid="8883307874160041291">"Sinov ogohlantirishi"</string>
-    <string name="cmas_extreme_alert" msgid="4249800618530472053">"Hayotga tahdid haqida ogohlantirish"</string>
-    <!-- no translation found for cmas_extreme_immediate_observed_alert (6296555014688324240) -->
-    <skip />
-    <!-- no translation found for cmas_extreme_immediate_likely_alert (8246414214802170006) -->
-    <skip />
-    <string name="cmas_amber_alert" msgid="5411113795367656316">"Yoʻqolish yoki oʻgʻrilik haqida ogohlantirish"</string>
-    <!-- no translation found for enable_cmas_test_alerts_title (7191924098636195819) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="8476051987965553727"></string>
-    <!-- no translation found for enable_cmas_amber_alerts_title (6992462356577191399) -->
-    <skip />
-    <!-- no translation found for enable_cmas_extreme_threat_alerts_title (3644180101199035107) -->
-    <skip />
-</resources>
diff --git a/res/values-mcc286-vi/strings.xml b/res/values-mcc286-vi/strings.xml
deleted file mode 100644
index 3444d32..0000000
--- a/res/values-mcc286-vi/strings.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="500552243728728684">"Cảnh báo của tiểu bang/địa phương"</string>
-    <string name="cmas_required_monthly_test" msgid="8883307874160041291">"Cảnh báo thử nghiệm"</string>
-    <string name="cmas_extreme_alert" msgid="4249800618530472053">"Cảnh báo đe dọa đến tính mạng"</string>
-    <!-- no translation found for cmas_extreme_immediate_observed_alert (6296555014688324240) -->
-    <skip />
-    <!-- no translation found for cmas_extreme_immediate_likely_alert (8246414214802170006) -->
-    <skip />
-    <string name="cmas_amber_alert" msgid="5411113795367656316">"Cảnh báo đi lạc hoặc cảnh báo bắt cóc"</string>
-    <!-- no translation found for enable_cmas_test_alerts_title (7191924098636195819) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="8476051987965553727"></string>
-    <!-- no translation found for enable_cmas_amber_alerts_title (6992462356577191399) -->
-    <skip />
-    <!-- no translation found for enable_cmas_extreme_threat_alerts_title (3644180101199035107) -->
-    <skip />
-</resources>
diff --git a/res/values-mcc286-zh-rCN/strings.xml b/res/values-mcc286-zh-rCN/strings.xml
deleted file mode 100644
index dfab2ed..0000000
--- a/res/values-mcc286-zh-rCN/strings.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="500552243728728684">"省级行政区-当地警报"</string>
-    <string name="cmas_required_monthly_test" msgid="8883307874160041291">"测试警报"</string>
-    <string name="cmas_extreme_alert" msgid="4249800618530472053">"生命威胁警报"</string>
-    <!-- no translation found for cmas_extreme_immediate_observed_alert (6296555014688324240) -->
-    <skip />
-    <!-- no translation found for cmas_extreme_immediate_likely_alert (8246414214802170006) -->
-    <skip />
-    <string name="cmas_amber_alert" msgid="5411113795367656316">"失踪或绑架警报"</string>
-    <!-- no translation found for enable_cmas_test_alerts_title (7191924098636195819) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="8476051987965553727"></string>
-    <!-- no translation found for enable_cmas_amber_alerts_title (6992462356577191399) -->
-    <skip />
-    <!-- no translation found for enable_cmas_extreme_threat_alerts_title (3644180101199035107) -->
-    <skip />
-</resources>
diff --git a/res/values-mcc286-zh-rHK/strings.xml b/res/values-mcc286-zh-rHK/strings.xml
deleted file mode 100644
index 24f3637..0000000
--- a/res/values-mcc286-zh-rHK/strings.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="500552243728728684">"州份地區警示"</string>
-    <string name="cmas_required_monthly_test" msgid="8883307874160041291">"測試警示"</string>
-    <string name="cmas_extreme_alert" msgid="4249800618530472053">"生命威脅警示"</string>
-    <!-- no translation found for cmas_extreme_immediate_observed_alert (6296555014688324240) -->
-    <skip />
-    <!-- no translation found for cmas_extreme_immediate_likely_alert (8246414214802170006) -->
-    <skip />
-    <string name="cmas_amber_alert" msgid="5411113795367656316">"失蹤或綁架警示"</string>
-    <!-- no translation found for enable_cmas_test_alerts_title (7191924098636195819) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="8476051987965553727"></string>
-    <!-- no translation found for enable_cmas_amber_alerts_title (6992462356577191399) -->
-    <skip />
-    <!-- no translation found for enable_cmas_extreme_threat_alerts_title (3644180101199035107) -->
-    <skip />
-</resources>
diff --git a/res/values-mcc286-zh-rTW/strings.xml b/res/values-mcc286-zh-rTW/strings.xml
deleted file mode 100644
index e74319d..0000000
--- a/res/values-mcc286-zh-rTW/strings.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="500552243728728684">"省 - 地方警報"</string>
-    <string name="cmas_required_monthly_test" msgid="8883307874160041291">"測試警報"</string>
-    <string name="cmas_extreme_alert" msgid="4249800618530472053">"生命威脅警報"</string>
-    <!-- no translation found for cmas_extreme_immediate_observed_alert (6296555014688324240) -->
-    <skip />
-    <!-- no translation found for cmas_extreme_immediate_likely_alert (8246414214802170006) -->
-    <skip />
-    <string name="cmas_amber_alert" msgid="5411113795367656316">"失蹤或綁架警報"</string>
-    <!-- no translation found for enable_cmas_test_alerts_title (7191924098636195819) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="8476051987965553727"></string>
-    <!-- no translation found for enable_cmas_amber_alerts_title (6992462356577191399) -->
-    <skip />
-    <!-- no translation found for enable_cmas_extreme_threat_alerts_title (3644180101199035107) -->
-    <skip />
-</resources>
diff --git a/res/values-mcc286-zu/strings.xml b/res/values-mcc286-zu/strings.xml
deleted file mode 100644
index fa9909d..0000000
--- a/res/values-mcc286-zu/strings.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="500552243728728684">"Isexwayiso sikahulumeni wendawo"</string>
-    <string name="cmas_required_monthly_test" msgid="8883307874160041291">"Isixwayiso sokuhlola"</string>
-    <string name="cmas_extreme_alert" msgid="4249800618530472053">"Isexwayiso sempilo esengozini"</string>
-    <!-- no translation found for cmas_extreme_immediate_observed_alert (6296555014688324240) -->
-    <skip />
-    <!-- no translation found for cmas_extreme_immediate_likely_alert (8246414214802170006) -->
-    <skip />
-    <string name="cmas_amber_alert" msgid="5411113795367656316">"Isexwayiso sokulahleka noma ukuntshontshwa"</string>
-    <!-- no translation found for enable_cmas_test_alerts_title (7191924098636195819) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="8476051987965553727"></string>
-    <!-- no translation found for enable_cmas_amber_alerts_title (6992462356577191399) -->
-    <skip />
-    <!-- no translation found for enable_cmas_extreme_threat_alerts_title (3644180101199035107) -->
-    <skip />
-</resources>
diff --git a/res/values-mcc310-af/strings.xml b/res/values-mcc310-af/strings.xml
index efdb3e2..60979da 100644
--- a/res/values-mcc310-af/strings.xml
+++ b/res/values-mcc310-af/strings.xml
@@ -25,8 +25,4 @@
     <!-- no translation found for enable_cmas_test_alerts_title (3722503121618497385) -->
     <skip />
     <string name="enable_cmas_test_alerts_summary" msgid="6138676147687910935">"Ontvang vereiste maandelikse toetse van die veiligheidwaarskuwingstelsel af"</string>
-    <string name="cmas_presidential_level_alert" msgid="5810314558991898384">"Nasionale waarskuwing"</string>
-    <string name="show_cmas_opt_out_summary" msgid="5612381687166765604">"Wys onttrekkingdialoog nadat eerste waarskuwing gewys is (behalwe presidensiële waarskuwing)."</string>
-    <string name="enable_cmas_presidential_alerts_title" msgid="3871388542233245120">"Nasionale waarskuwings"</string>
-    <string name="enable_cmas_presidential_alerts_summary" msgid="1292969668875568075">"Nasionale waarskuwingsboodskappe. Kan nie afgeskakel word nie."</string>
 </resources>
diff --git a/res/values-mcc310-am/strings.xml b/res/values-mcc310-am/strings.xml
index 310d5f0..2938943 100644
--- a/res/values-mcc310-am/strings.xml
+++ b/res/values-mcc310-am/strings.xml
@@ -25,8 +25,4 @@
     <!-- no translation found for enable_cmas_test_alerts_title (3722503121618497385) -->
     <skip />
     <string name="enable_cmas_test_alerts_summary" msgid="6138676147687910935">"ከደህንነት ማንቂያ ሥርዓቱ አስፈላጊ ወርሃዊ ሙከራዎችን ይቀበሉ"</string>
-    <string name="cmas_presidential_level_alert" msgid="5810314558991898384">"ብሔራዊ ማንቂያ"</string>
-    <string name="show_cmas_opt_out_summary" msgid="5612381687166765604">"የመጀመሪያው ማንቂያ (ከብሔራዊ ማንቂያ ሌላ) ከታየ በኋላ የመርጦ መውጫ መገናኛን አሳይ።"</string>
-    <string name="enable_cmas_presidential_alerts_title" msgid="3871388542233245120">"ብሔራዊ ማንቂያዎች"</string>
-    <string name="enable_cmas_presidential_alerts_summary" msgid="1292969668875568075">"የብሔራዊ ማስጠንቀቂያ መልዕክቶች። ሊጠፋ አይችልም።"</string>
 </resources>
diff --git a/res/values-mcc310-ar/strings.xml b/res/values-mcc310-ar/strings.xml
index fadf492..5cbbbef 100644
--- a/res/values-mcc310-ar/strings.xml
+++ b/res/values-mcc310-ar/strings.xml
@@ -25,8 +25,4 @@
     <!-- no translation found for enable_cmas_test_alerts_title (3722503121618497385) -->
     <skip />
     <string name="enable_cmas_test_alerts_summary" msgid="6138676147687910935">"تلقّي الاختبارات الشهرية المطلوبة من نظام تنبيهات السلامة"</string>
-    <string name="cmas_presidential_level_alert" msgid="5810314558991898384">"تنبيه وطني"</string>
-    <string name="show_cmas_opt_out_summary" msgid="5612381687166765604">"عرض خيار الإيقاف بعد عرض أوّل تنبيه (غير التنبيه الوطني)"</string>
-    <string name="enable_cmas_presidential_alerts_title" msgid="3871388542233245120">"التنبيهات الوطنية"</string>
-    <string name="enable_cmas_presidential_alerts_summary" msgid="1292969668875568075">"رسائل التحذير الوطنية، لا يمكن إيقافها"</string>
 </resources>
diff --git a/res/values-mcc310-as/strings.xml b/res/values-mcc310-as/strings.xml
index 144e672..a7a6f8c 100644
--- a/res/values-mcc310-as/strings.xml
+++ b/res/values-mcc310-as/strings.xml
@@ -25,8 +25,4 @@
     <!-- no translation found for enable_cmas_test_alerts_title (3722503121618497385) -->
     <skip />
     <string name="enable_cmas_test_alerts_summary" msgid="6138676147687910935">"সুৰক্ষা সতৰ্কবাৰ্তা ছিষ্টেমৰ পৰা প্ৰয়োজনীয় মাহেকীয়া পৰীক্ষাসমূহ লাভ কৰক"</string>
-    <string name="cmas_presidential_level_alert" msgid="5810314558991898384">"ৰাষ্ট্ৰীয় স্তৰৰ সতৰ্কবাৰ্তা"</string>
-    <string name="show_cmas_opt_out_summary" msgid="5612381687166765604">"প্ৰথমটো সতৰ্কবাৰ্তা দেখুওৱাৰ পাছত এটা পৰিহাৰ কৰাৰ ডায়লগ দেখুৱাওক (ৰাষ্ট্ৰীয় স্তৰৰ সতৰ্কবাৰ্তাৰ বাহিৰে)।"</string>
-    <string name="enable_cmas_presidential_alerts_title" msgid="3871388542233245120">"ৰাষ্ট্ৰীয় সতৰ্কবাৰ্তা"</string>
-    <string name="enable_cmas_presidential_alerts_summary" msgid="1292969668875568075">"ৰাষ্ট্ৰীয় সকীয়নিমূলক বাৰ্তা। অফ কৰিব নোৱাৰি।"</string>
 </resources>
diff --git a/res/values-mcc310-az/strings.xml b/res/values-mcc310-az/strings.xml
index 81a7084..fb42040 100644
--- a/res/values-mcc310-az/strings.xml
+++ b/res/values-mcc310-az/strings.xml
@@ -25,8 +25,4 @@
     <!-- no translation found for enable_cmas_test_alerts_title (3722503121618497385) -->
     <skip />
     <string name="enable_cmas_test_alerts_summary" msgid="6138676147687910935">"Təhlükəsizlik siqnalı sistemindən tələb olunan aylıq sınaq bildirişləri alın"</string>
-    <string name="cmas_presidential_level_alert" msgid="5810314558991898384">"Dövlət siqnalı"</string>
-    <string name="show_cmas_opt_out_summary" msgid="5612381687166765604">"İlk siqnaldan (Dövlət siqnalından başqa) sonra imtina dialoqunu göstərin."</string>
-    <string name="enable_cmas_presidential_alerts_title" msgid="3871388542233245120">"Dövlət xəbərdarlıqları"</string>
-    <string name="enable_cmas_presidential_alerts_summary" msgid="1292969668875568075">"Dövlət xəbərdarlıq mesajları. Deaktiv edilə bilməz."</string>
 </resources>
diff --git a/res/values-mcc310-b+sr+Latn/strings.xml b/res/values-mcc310-b+sr+Latn/strings.xml
index 6669416..a20acf2 100644
--- a/res/values-mcc310-b+sr+Latn/strings.xml
+++ b/res/values-mcc310-b+sr+Latn/strings.xml
@@ -25,8 +25,4 @@
     <!-- no translation found for enable_cmas_test_alerts_title (3722503121618497385) -->
     <skip />
     <string name="enable_cmas_test_alerts_summary" msgid="6138676147687910935">"Primajte obavezne mesečne testove sistema bezbednosnih upozorenja"</string>
-    <string name="cmas_presidential_level_alert" msgid="5810314558991898384">"Upozorenje na nivou zemlje"</string>
-    <string name="show_cmas_opt_out_summary" msgid="5612381687166765604">"Prikaži dijalog za onemogućavanje posle prikaza prvog upozorenja (osim upozorenja na nivou zemlje)."</string>
-    <string name="enable_cmas_presidential_alerts_title" msgid="3871388542233245120">"Upozorenja na nivou zemlje"</string>
-    <string name="enable_cmas_presidential_alerts_summary" msgid="1292969668875568075">"Upozorenja na nivou zemlje. Ne mogu da se isključe."</string>
 </resources>
diff --git a/res/values-mcc310-be/strings.xml b/res/values-mcc310-be/strings.xml
index 476b0c8..26b9e76 100644
--- a/res/values-mcc310-be/strings.xml
+++ b/res/values-mcc310-be/strings.xml
@@ -25,8 +25,4 @@
     <!-- no translation found for enable_cmas_test_alerts_title (3722503121618497385) -->
     <skip />
     <string name="enable_cmas_test_alerts_summary" msgid="6138676147687910935">"Штомесяц атрымліваць вынікі тэстаў ад сістэмы аховы бяспекі"</string>
-    <string name="cmas_presidential_level_alert" msgid="5810314558991898384">"Дзяржаўная абвестка"</string>
-    <string name="show_cmas_opt_out_summary" msgid="5612381687166765604">"Прапаноўваць выключыць абвесткі (акрамя дзяржаўных) пасля першага паказу."</string>
-    <string name="enable_cmas_presidential_alerts_title" msgid="3871388542233245120">"Дзяржаўныя абвесткі"</string>
-    <string name="enable_cmas_presidential_alerts_summary" msgid="1292969668875568075">"Дзяржаўныя папераджальныя паведамленні. Нельга выключыць."</string>
 </resources>
diff --git a/res/values-mcc310-bg/strings.xml b/res/values-mcc310-bg/strings.xml
index eb6c657..fcaa8ee 100644
--- a/res/values-mcc310-bg/strings.xml
+++ b/res/values-mcc310-bg/strings.xml
@@ -25,8 +25,4 @@
     <!-- no translation found for enable_cmas_test_alerts_title (3722503121618497385) -->
     <skip />
     <string name="enable_cmas_test_alerts_summary" msgid="6138676147687910935">"Получаване на задължителните месечни тестове от системата за сигнали за безопасност"</string>
-    <string name="cmas_presidential_level_alert" msgid="5810314558991898384">"Национален сигнал"</string>
-    <string name="show_cmas_opt_out_summary" msgid="5612381687166765604">"Извеждане на диал. прозорец за отказ след показване на първия сигнал (разл. от националния сигнал)."</string>
-    <string name="enable_cmas_presidential_alerts_title" msgid="3871388542233245120">"Национални сигнали"</string>
-    <string name="enable_cmas_presidential_alerts_summary" msgid="1292969668875568075">"Съобщения за национални предупреждения. Не могат да бъдат изключени."</string>
 </resources>
diff --git a/res/values-mcc310-bn/strings.xml b/res/values-mcc310-bn/strings.xml
index 7f97b5c..923a289 100644
--- a/res/values-mcc310-bn/strings.xml
+++ b/res/values-mcc310-bn/strings.xml
@@ -25,8 +25,4 @@
     <!-- no translation found for enable_cmas_test_alerts_title (3722503121618497385) -->
     <skip />
     <string name="enable_cmas_test_alerts_summary" msgid="6138676147687910935">"নিরাপত্তা সংক্রান্ত সতর্কতা সিস্টেম থেকে প্রয়োজনীয় মাসিক পরীক্ষার সতর্কতা পান"</string>
-    <string name="cmas_presidential_level_alert" msgid="5810314558991898384">"জাতীয় স্তরে সতর্কতা"</string>
-    <string name="show_cmas_opt_out_summary" msgid="5612381687166765604">"প্রথম সতর্কতার পরে একটি অপ্ট-আউট ডায়ালগ দেখুন (জাতীয় স্তরে সতর্কতা ছাড়া)।"</string>
-    <string name="enable_cmas_presidential_alerts_title" msgid="3871388542233245120">"জাতীয় স্তরে কোনও বিপদের সতর্কবার্তা"</string>
-    <string name="enable_cmas_presidential_alerts_summary" msgid="1292969668875568075">"জাতীয় স্তরে কোনও বিপদের সতর্কবার্তা দেখানো মেসেজ। তাই এটি বন্ধ করা যাবে না।"</string>
 </resources>
diff --git a/res/values-mcc310-bs/strings.xml b/res/values-mcc310-bs/strings.xml
index e778243..22ea16d 100644
--- a/res/values-mcc310-bs/strings.xml
+++ b/res/values-mcc310-bs/strings.xml
@@ -25,8 +25,4 @@
     <!-- no translation found for enable_cmas_test_alerts_title (3722503121618497385) -->
     <skip />
     <string name="enable_cmas_test_alerts_summary" msgid="6138676147687910935">"Primanje obaveznih mjesečnih testova sistema sigurnosnih upozorenja"</string>
-    <string name="cmas_presidential_level_alert" msgid="5810314558991898384">"Nacionalno upozorenje"</string>
-    <string name="show_cmas_opt_out_summary" msgid="5612381687166765604">"Prikaz dijaloškog okvira za isključivanje nakon primanja prvog upozorenja (osim nacionalnog)."</string>
-    <string name="enable_cmas_presidential_alerts_title" msgid="3871388542233245120">"Javna upozorenja"</string>
-    <string name="enable_cmas_presidential_alerts_summary" msgid="1292969668875568075">"Javne poruke upozorenja. Nije moguće isključiti."</string>
 </resources>
diff --git a/res/values-mcc310-ca/strings.xml b/res/values-mcc310-ca/strings.xml
index 6e8a8ba..a679ade 100644
--- a/res/values-mcc310-ca/strings.xml
+++ b/res/values-mcc310-ca/strings.xml
@@ -25,8 +25,4 @@
     <!-- no translation found for enable_cmas_test_alerts_title (3722503121618497385) -->
     <skip />
     <string name="enable_cmas_test_alerts_summary" msgid="6138676147687910935">"Vull rebre les proves mensuals obligatòries del sistema d\'alertes de seguretat"</string>
-    <string name="cmas_presidential_level_alert" msgid="5810314558991898384">"Alerta nacional"</string>
-    <string name="show_cmas_opt_out_summary" msgid="5612381687166765604">"Mostra un quadre de diàleg de desactivació després de la primera alerta (tret d\'alerta nacional)."</string>
-    <string name="enable_cmas_presidential_alerts_title" msgid="3871388542233245120">"Alertes nacionals"</string>
-    <string name="enable_cmas_presidential_alerts_summary" msgid="1292969668875568075">"Missatges d\'advertiment nacionals. No es poden desactivar."</string>
 </resources>
diff --git a/res/values-mcc310-cs/strings.xml b/res/values-mcc310-cs/strings.xml
index b4b72fb..4588480 100644
--- a/res/values-mcc310-cs/strings.xml
+++ b/res/values-mcc310-cs/strings.xml
@@ -25,8 +25,4 @@
     <!-- no translation found for enable_cmas_test_alerts_title (3722503121618497385) -->
     <skip />
     <string name="enable_cmas_test_alerts_summary" msgid="6138676147687910935">"Dostávat povinné měsíční testy ze systému bezpečnostních upozornění"</string>
-    <string name="cmas_presidential_level_alert" msgid="5810314558991898384">"Celostátní upozornění"</string>
-    <string name="show_cmas_opt_out_summary" msgid="5612381687166765604">"Po zobrazení první výstrahy (jiné než celostátní výstrahy) zobrazit dialog k odhlášení."</string>
-    <string name="enable_cmas_presidential_alerts_title" msgid="3871388542233245120">"Celostátní upozornění"</string>
-    <string name="enable_cmas_presidential_alerts_summary" msgid="1292969668875568075">"Celostátní varování. Tuto funkci nelze vypnout."</string>
 </resources>
diff --git a/res/values-mcc310-da/strings.xml b/res/values-mcc310-da/strings.xml
index d7dbd9a..66e3fdc 100644
--- a/res/values-mcc310-da/strings.xml
+++ b/res/values-mcc310-da/strings.xml
@@ -25,8 +25,4 @@
     <!-- no translation found for enable_cmas_test_alerts_title (3722503121618497385) -->
     <skip />
     <string name="enable_cmas_test_alerts_summary" msgid="6138676147687910935">"Modtag påkrævede månedlige tests fra systemet til sikkerhedsadvarsler"</string>
-    <string name="cmas_presidential_level_alert" msgid="5810314558991898384">"Nationalt varsel"</string>
-    <string name="show_cmas_opt_out_summary" msgid="5612381687166765604">"Vis en dialogboks om fravalg efter visningen af den første advarsel (nationalt varsel er undtaget)."</string>
-    <string name="enable_cmas_presidential_alerts_title" msgid="3871388542233245120">"Nationale varsler"</string>
-    <string name="enable_cmas_presidential_alerts_summary" msgid="1292969668875568075">"Nationale advarselsmeddelelser. Kan ikke deaktiveres."</string>
 </resources>
diff --git a/res/values-mcc310-de/strings.xml b/res/values-mcc310-de/strings.xml
index fc4e0bb..36503b8 100644
--- a/res/values-mcc310-de/strings.xml
+++ b/res/values-mcc310-de/strings.xml
@@ -25,8 +25,4 @@
     <!-- no translation found for enable_cmas_test_alerts_title (3722503121618497385) -->
     <skip />
     <string name="enable_cmas_test_alerts_summary" msgid="6138676147687910935">"Erforderliche monatliche Tests vom Sicherheitswarnsystem erhalten"</string>
-    <string name="cmas_presidential_level_alert" msgid="5810314558991898384">"Nationale Warnung"</string>
-    <string name="show_cmas_opt_out_summary" msgid="5612381687166765604">"Nach erster Warnung Deaktivierungsoption anzeigen (außer bei nationalen Warnungen)."</string>
-    <string name="enable_cmas_presidential_alerts_title" msgid="3871388542233245120">"Nationale Warnungen"</string>
-    <string name="enable_cmas_presidential_alerts_summary" msgid="1292969668875568075">"Nationale Warnungen. Diese Mitteilungen können nicht deaktiviert werden."</string>
 </resources>
diff --git a/res/values-mcc310-el/strings.xml b/res/values-mcc310-el/strings.xml
index 4d1ea1e..b873895 100644
--- a/res/values-mcc310-el/strings.xml
+++ b/res/values-mcc310-el/strings.xml
@@ -25,8 +25,4 @@
     <!-- no translation found for enable_cmas_test_alerts_title (3722503121618497385) -->
     <skip />
     <string name="enable_cmas_test_alerts_summary" msgid="6138676147687910935">"Λήψη υποχρεωτικών μηνιαίων δοκιμών από το σύστημα ειδοποιήσεων ασφαλείας"</string>
-    <string name="cmas_presidential_level_alert" msgid="5810314558991898384">"Ειδοποίηση σε εθνικό επίπεδο"</string>
-    <string name="show_cmas_opt_out_summary" msgid="5612381687166765604">"Εμφάνιση παραθύρου εξαίρεσης μετά την πρώτη ειδοποίηση (εκτός από Ειδοποίηση σε εθνικό επίπεδο)."</string>
-    <string name="enable_cmas_presidential_alerts_title" msgid="3871388542233245120">"Ειδοποιήσεις σε εθνικό επίπεδο"</string>
-    <string name="enable_cmas_presidential_alerts_summary" msgid="1292969668875568075">"Μηνύματα προειδοποίησης σε εθνικό επίπεδο. Δεν είναι δυνατή η απενεργοποίησή τους."</string>
 </resources>
diff --git a/res/values-mcc310-en-rAU/strings.xml b/res/values-mcc310-en-rAU/strings.xml
index ad3ec12..6492a21 100644
--- a/res/values-mcc310-en-rAU/strings.xml
+++ b/res/values-mcc310-en-rAU/strings.xml
@@ -25,8 +25,4 @@
     <!-- no translation found for enable_cmas_test_alerts_title (3722503121618497385) -->
     <skip />
     <string name="enable_cmas_test_alerts_summary" msgid="6138676147687910935">"Receive required monthly tests from the safety alert system"</string>
-    <string name="cmas_presidential_level_alert" msgid="5810314558991898384">"National alert"</string>
-    <string name="show_cmas_opt_out_summary" msgid="5612381687166765604">"Show an opt-out dialogue after displaying the first alert (other than national alert)."</string>
-    <string name="enable_cmas_presidential_alerts_title" msgid="3871388542233245120">"National alerts"</string>
-    <string name="enable_cmas_presidential_alerts_summary" msgid="1292969668875568075">"National warning messages. Can\'t be turned off."</string>
 </resources>
diff --git a/res/values-mcc310-en-rCA/strings.xml b/res/values-mcc310-en-rCA/strings.xml
index ad3ec12..6492a21 100644
--- a/res/values-mcc310-en-rCA/strings.xml
+++ b/res/values-mcc310-en-rCA/strings.xml
@@ -25,8 +25,4 @@
     <!-- no translation found for enable_cmas_test_alerts_title (3722503121618497385) -->
     <skip />
     <string name="enable_cmas_test_alerts_summary" msgid="6138676147687910935">"Receive required monthly tests from the safety alert system"</string>
-    <string name="cmas_presidential_level_alert" msgid="5810314558991898384">"National alert"</string>
-    <string name="show_cmas_opt_out_summary" msgid="5612381687166765604">"Show an opt-out dialogue after displaying the first alert (other than national alert)."</string>
-    <string name="enable_cmas_presidential_alerts_title" msgid="3871388542233245120">"National alerts"</string>
-    <string name="enable_cmas_presidential_alerts_summary" msgid="1292969668875568075">"National warning messages. Can\'t be turned off."</string>
 </resources>
diff --git a/res/values-mcc310-en-rGB/strings.xml b/res/values-mcc310-en-rGB/strings.xml
index ad3ec12..6492a21 100644
--- a/res/values-mcc310-en-rGB/strings.xml
+++ b/res/values-mcc310-en-rGB/strings.xml
@@ -25,8 +25,4 @@
     <!-- no translation found for enable_cmas_test_alerts_title (3722503121618497385) -->
     <skip />
     <string name="enable_cmas_test_alerts_summary" msgid="6138676147687910935">"Receive required monthly tests from the safety alert system"</string>
-    <string name="cmas_presidential_level_alert" msgid="5810314558991898384">"National alert"</string>
-    <string name="show_cmas_opt_out_summary" msgid="5612381687166765604">"Show an opt-out dialogue after displaying the first alert (other than national alert)."</string>
-    <string name="enable_cmas_presidential_alerts_title" msgid="3871388542233245120">"National alerts"</string>
-    <string name="enable_cmas_presidential_alerts_summary" msgid="1292969668875568075">"National warning messages. Can\'t be turned off."</string>
 </resources>
diff --git a/res/values-mcc310-en-rIN/strings.xml b/res/values-mcc310-en-rIN/strings.xml
index ad3ec12..6492a21 100644
--- a/res/values-mcc310-en-rIN/strings.xml
+++ b/res/values-mcc310-en-rIN/strings.xml
@@ -25,8 +25,4 @@
     <!-- no translation found for enable_cmas_test_alerts_title (3722503121618497385) -->
     <skip />
     <string name="enable_cmas_test_alerts_summary" msgid="6138676147687910935">"Receive required monthly tests from the safety alert system"</string>
-    <string name="cmas_presidential_level_alert" msgid="5810314558991898384">"National alert"</string>
-    <string name="show_cmas_opt_out_summary" msgid="5612381687166765604">"Show an opt-out dialogue after displaying the first alert (other than national alert)."</string>
-    <string name="enable_cmas_presidential_alerts_title" msgid="3871388542233245120">"National alerts"</string>
-    <string name="enable_cmas_presidential_alerts_summary" msgid="1292969668875568075">"National warning messages. Can\'t be turned off."</string>
 </resources>
diff --git a/res/values-mcc310-en-rXC/strings.xml b/res/values-mcc310-en-rXC/strings.xml
index 927b4e6..babc526 100644
--- a/res/values-mcc310-en-rXC/strings.xml
+++ b/res/values-mcc310-en-rXC/strings.xml
@@ -25,8 +25,4 @@
     <!-- no translation found for enable_cmas_test_alerts_title (3722503121618497385) -->
     <skip />
     <string name="enable_cmas_test_alerts_summary" msgid="6138676147687910935">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‏‏‏‎‏‎‏‎‏‎‎‏‏‎‎‎‎‏‏‏‏‎‏‎‏‎‏‏‎‏‏‏‎‏‎‏‎‎‏‏‎‎‎‎‏‏‎‎‏‏‏‏‎‏‏‏‎‎‎‎‏‎‏‏‏‎Receive required monthly tests from the safety alert system‎‏‎‎‏‎"</string>
-    <string name="cmas_presidential_level_alert" msgid="5810314558991898384">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‏‏‏‎‏‎‎‎‎‏‎‏‎‎‎‏‎‎‏‏‎‎‎‏‎‎‏‎‎‏‏‏‎‏‎‎‏‏‎‎‏‏‏‏‏‏‏‏‎‎‎‎‏‎‏‏‏‎‎‎‏‎‎‎‎‎National alert‎‏‎‎‏‎"</string>
-    <string name="show_cmas_opt_out_summary" msgid="5612381687166765604">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‏‏‏‎‎‏‏‎‏‏‏‏‎‎‎‏‏‎‎‏‎‏‏‏‏‎‏‏‎‏‎‎‎‏‎‏‎‎‏‏‏‎‏‏‏‏‎‏‏‏‎‎‎‏‎‏‎‎‎‏‎‎‏‎‎‎Show an opt-out dialog after displaying the first alert (other than National alert).‎‏‎‎‏‎"</string>
-    <string name="enable_cmas_presidential_alerts_title" msgid="3871388542233245120">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‏‎‏‏‎‏‎‏‏‎‏‏‏‎‎‏‏‏‏‎‏‏‏‏‎‏‎‏‏‏‏‎‎‎‎‏‏‏‏‏‎‏‎‏‎‏‎‎‎‏‏‏‎‏‎‏‏‏‎‎‎‎‎‎‎National alerts‎‏‎‎‏‎"</string>
-    <string name="enable_cmas_presidential_alerts_summary" msgid="1292969668875568075">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‎‏‏‎‎‎‏‏‏‏‏‎‎‎‏‏‎‎‎‏‏‎‏‎‎‎‏‎‎‎‎‎‎‏‏‏‎‏‎‏‎‏‎‏‏‏‎‏‏‎‎‎‎‏‏‏‏‎‎‏‎‏‏‎National warning messages. Can\'t be turned off.‎‏‎‎‏‎"</string>
 </resources>
diff --git a/res/values-mcc310-es-rUS/strings.xml b/res/values-mcc310-es-rUS/strings.xml
index 13cb0ef..9263e55 100644
--- a/res/values-mcc310-es-rUS/strings.xml
+++ b/res/values-mcc310-es-rUS/strings.xml
@@ -25,8 +25,4 @@
     <!-- no translation found for enable_cmas_test_alerts_title (3722503121618497385) -->
     <skip />
     <string name="enable_cmas_test_alerts_summary" msgid="6138676147687910935">"Recibir pruebas mensuales obligatorias del sistema de alertas de seguridad"</string>
-    <string name="cmas_presidential_level_alert" msgid="5810314558991898384">"Alerta nacional"</string>
-    <string name="show_cmas_opt_out_summary" msgid="5612381687166765604">"Mostrar diálogo para inhabilitar después de la primera alerta (alertas que no sean nacionales)"</string>
-    <string name="enable_cmas_presidential_alerts_title" msgid="3871388542233245120">"Alertas nacionales"</string>
-    <string name="enable_cmas_presidential_alerts_summary" msgid="1292969668875568075">"Mensajes de advertencia nacionales. No pueden desactivarse."</string>
 </resources>
diff --git a/res/values-mcc310-es/strings.xml b/res/values-mcc310-es/strings.xml
index 358e8cc..317436a 100644
--- a/res/values-mcc310-es/strings.xml
+++ b/res/values-mcc310-es/strings.xml
@@ -25,8 +25,4 @@
     <!-- no translation found for enable_cmas_test_alerts_title (3722503121618497385) -->
     <skip />
     <string name="enable_cmas_test_alerts_summary" msgid="6138676147687910935">"Recibir pruebas mensuales obligatorias del sistema de alertas de seguridad"</string>
-    <string name="cmas_presidential_level_alert" msgid="5810314558991898384">"Alerta nacional"</string>
-    <string name="show_cmas_opt_out_summary" msgid="5612381687166765604">"Muestra un cuadro para darse de baja tras la primera alerta (excepto si es una alerta nacional)."</string>
-    <string name="enable_cmas_presidential_alerts_title" msgid="3871388542233245120">"Alertas nacionales"</string>
-    <string name="enable_cmas_presidential_alerts_summary" msgid="1292969668875568075">"Mensajes de alerta nacional. No se pueden desactivar."</string>
 </resources>
diff --git a/res/values-mcc310-et/strings.xml b/res/values-mcc310-et/strings.xml
index 6ab701b..73af781 100644
--- a/res/values-mcc310-et/strings.xml
+++ b/res/values-mcc310-et/strings.xml
@@ -25,8 +25,4 @@
     <!-- no translation found for enable_cmas_test_alerts_title (3722503121618497385) -->
     <skip />
     <string name="enable_cmas_test_alerts_summary" msgid="6138676147687910935">"Turvahoiatussüsteem saadab igakuiseid nõutavaid teste"</string>
-    <string name="cmas_presidential_level_alert" msgid="5810314558991898384">"Riiklik hoiatus"</string>
-    <string name="show_cmas_opt_out_summary" msgid="5612381687166765604">"Loobumise dialoogi näitamine pärast esimese hoiatuse kuvamist (v.a riiklik hoiatus)."</string>
-    <string name="enable_cmas_presidential_alerts_title" msgid="3871388542233245120">"Riiklikud hoiatused"</string>
-    <string name="enable_cmas_presidential_alerts_summary" msgid="1292969668875568075">"Riiklikud hoiatussõnumid. Ei saa välja lülitada."</string>
 </resources>
diff --git a/res/values-mcc310-eu/strings.xml b/res/values-mcc310-eu/strings.xml
index 031292f..afae62f 100644
--- a/res/values-mcc310-eu/strings.xml
+++ b/res/values-mcc310-eu/strings.xml
@@ -25,8 +25,4 @@
     <!-- no translation found for enable_cmas_test_alerts_title (3722503121618497385) -->
     <skip />
     <string name="enable_cmas_test_alerts_summary" msgid="6138676147687910935">"Jaso beharrezkoak diren segurtasun-alerten sistemaren hileroko probak"</string>
-    <string name="cmas_presidential_level_alert" msgid="5810314558991898384">"Alerta nazionala"</string>
-    <string name="show_cmas_opt_out_summary" msgid="5612381687166765604">"Erakutsi alertak ez jasotzea aukeratzeko leihoa lehena jaso ondoren (alerta nazionaletan izan ezik)"</string>
-    <string name="enable_cmas_presidential_alerts_title" msgid="3871388542233245120">"Alerta nazionalak"</string>
-    <string name="enable_cmas_presidential_alerts_summary" msgid="1292969668875568075">"Abisu-mezu nazionalak. Ezin dira desaktibatu."</string>
 </resources>
diff --git a/res/values-mcc310-fa/strings.xml b/res/values-mcc310-fa/strings.xml
index 4fd9392..4b5da7b 100644
--- a/res/values-mcc310-fa/strings.xml
+++ b/res/values-mcc310-fa/strings.xml
@@ -25,8 +25,4 @@
     <!-- no translation found for enable_cmas_test_alerts_title (3722503121618497385) -->
     <skip />
     <string name="enable_cmas_test_alerts_summary" msgid="6138676147687910935">"دریافت آزمایش‌های ماهانه ضروری از سیستم هشدار ایمنی"</string>
-    <string name="cmas_presidential_level_alert" msgid="5810314558991898384">"هشدار ملی"</string>
-    <string name="show_cmas_opt_out_summary" msgid="5612381687166765604">"نمایش کادر گفتگوی امکان انصراف پس‌از نمایش اولین هشدار (غیر از «هشدار ملی»)."</string>
-    <string name="enable_cmas_presidential_alerts_title" msgid="3871388542233245120">"هشدارهای ملی"</string>
-    <string name="enable_cmas_presidential_alerts_summary" msgid="1292969668875568075">"پیام‌های اخطار ملی. این هشدارها را نمی‌توانید خاموش کنید."</string>
 </resources>
diff --git a/res/values-mcc310-fi/strings.xml b/res/values-mcc310-fi/strings.xml
index 8a001e7..19eb044 100644
--- a/res/values-mcc310-fi/strings.xml
+++ b/res/values-mcc310-fi/strings.xml
@@ -25,8 +25,4 @@
     <!-- no translation found for enable_cmas_test_alerts_title (3722503121618497385) -->
     <skip />
     <string name="enable_cmas_test_alerts_summary" msgid="6138676147687910935">"Vastaanota turvahälytysjärjestelmän pakollisia kuukausittaisia testejä"</string>
-    <string name="cmas_presidential_level_alert" msgid="5810314558991898384">"Kansallinen hälytys"</string>
-    <string name="show_cmas_opt_out_summary" msgid="5612381687166765604">"Näytä kieltäytymisikkuna ensimmäisen hälytyksen (muun kuin kansallisen hälytyksen) jälkeen."</string>
-    <string name="enable_cmas_presidential_alerts_title" msgid="3871388542233245120">"Kansalliset hälytykset"</string>
-    <string name="enable_cmas_presidential_alerts_summary" msgid="1292969668875568075">"Kansalliset varoitusviestit. Ei voi poistaa käytöstä."</string>
 </resources>
diff --git a/res/values-mcc310-fr-rCA/strings.xml b/res/values-mcc310-fr-rCA/strings.xml
index 0985edc..7a6080a 100644
--- a/res/values-mcc310-fr-rCA/strings.xml
+++ b/res/values-mcc310-fr-rCA/strings.xml
@@ -25,8 +25,4 @@
     <!-- no translation found for enable_cmas_test_alerts_title (3722503121618497385) -->
     <skip />
     <string name="enable_cmas_test_alerts_summary" msgid="6138676147687910935">"Recevoir les tests mensuels requis du système d\'alertes de sécurité"</string>
-    <string name="cmas_presidential_level_alert" msgid="5810314558991898384">"Alerte nationale"</string>
-    <string name="show_cmas_opt_out_summary" msgid="5612381687166765604">"Afficher la boîte de dialogue de désactivation après la première alerte (sauf alerte nationale)."</string>
-    <string name="enable_cmas_presidential_alerts_title" msgid="3871388542233245120">"Alertes nationales"</string>
-    <string name="enable_cmas_presidential_alerts_summary" msgid="1292969668875568075">"Messages nationaux de mise en garde. Ils ne peuvent pas être désactivés."</string>
 </resources>
diff --git a/res/values-mcc310-fr/strings.xml b/res/values-mcc310-fr/strings.xml
index 5e0e0c7..3a098ef 100644
--- a/res/values-mcc310-fr/strings.xml
+++ b/res/values-mcc310-fr/strings.xml
@@ -25,8 +25,4 @@
     <!-- no translation found for enable_cmas_test_alerts_title (3722503121618497385) -->
     <skip />
     <string name="enable_cmas_test_alerts_summary" msgid="6138676147687910935">"Recevoir des tests mensuels requis depuis le système d\'alertes de sécurité"</string>
-    <string name="cmas_presidential_level_alert" msgid="5810314558991898384">"Alerte nationale"</string>
-    <string name="show_cmas_opt_out_summary" msgid="5612381687166765604">"Afficher une boîte de dialogue de désactivation après la première alerte (sauf alerte nationale)."</string>
-    <string name="enable_cmas_presidential_alerts_title" msgid="3871388542233245120">"Alertes nationales"</string>
-    <string name="enable_cmas_presidential_alerts_summary" msgid="1292969668875568075">"Messages d\'avertissement nationaux. Il est impossible de les désactiver."</string>
 </resources>
diff --git a/res/values-mcc310-gl/strings.xml b/res/values-mcc310-gl/strings.xml
index 8b061a6..a4071b9 100644
--- a/res/values-mcc310-gl/strings.xml
+++ b/res/values-mcc310-gl/strings.xml
@@ -25,8 +25,4 @@
     <!-- no translation found for enable_cmas_test_alerts_title (3722503121618497385) -->
     <skip />
     <string name="enable_cmas_test_alerts_summary" msgid="6138676147687910935">"Recibe as probas mensuais requiridas do sistema de alertas de seguranza"</string>
-    <string name="cmas_presidential_level_alert" msgid="5810314558991898384">"Alerta nacional"</string>
-    <string name="show_cmas_opt_out_summary" msgid="5612381687166765604">"Mostra un cadro de diálogo de desactivación despois da primeira alerta (agás alerta nacional)."</string>
-    <string name="enable_cmas_presidential_alerts_title" msgid="3871388542233245120">"Alertas nacionais"</string>
-    <string name="enable_cmas_presidential_alerts_summary" msgid="1292969668875568075">"Mensaxes de advertencia nacional. Esta función non se pode desactivar."</string>
 </resources>
diff --git a/res/values-mcc310-gu/strings.xml b/res/values-mcc310-gu/strings.xml
index cba26be..da0faf9 100644
--- a/res/values-mcc310-gu/strings.xml
+++ b/res/values-mcc310-gu/strings.xml
@@ -25,8 +25,4 @@
     <!-- no translation found for enable_cmas_test_alerts_title (3722503121618497385) -->
     <skip />
     <string name="enable_cmas_test_alerts_summary" msgid="6138676147687910935">"સલામતી અલર્ટ સિસ્ટમમાંથી જરુરી માસિક પરીક્ષણો મેળવો"</string>
-    <string name="cmas_presidential_level_alert" msgid="5810314558991898384">"રાષ્ટ્રીય અલર્ટ"</string>
-    <string name="show_cmas_opt_out_summary" msgid="5612381687166765604">"પ્રથમ અલર્ટ બતાવ્યા પછી નાપસંદ કરવા માટેનો સંવાદ બતાવો (રાષ્ટ્રીય અલર્ટ સિવાય અન્ય)."</string>
-    <string name="enable_cmas_presidential_alerts_title" msgid="3871388542233245120">"રાષ્ટ્ર સંબંધિત જોખમની અલર્ટ"</string>
-    <string name="enable_cmas_presidential_alerts_summary" msgid="1292969668875568075">"રાષ્ટ્ર સંબંધિત જોખમની ચેતવણીના સંદેશા. બંધ કરી શકાતા નથી."</string>
 </resources>
diff --git a/res/values-mcc310-hi/strings.xml b/res/values-mcc310-hi/strings.xml
index 4a40967..2669e0a 100644
--- a/res/values-mcc310-hi/strings.xml
+++ b/res/values-mcc310-hi/strings.xml
@@ -25,8 +25,4 @@
     <!-- no translation found for enable_cmas_test_alerts_title (3722503121618497385) -->
     <skip />
     <string name="enable_cmas_test_alerts_summary" msgid="6138676147687910935">"सुरक्षा से जुड़ी चेतावनी देने वाले सिस्टम से हर महीने ज़रूरी टेस्ट अलर्ट पाएं"</string>
-    <string name="cmas_presidential_level_alert" msgid="5810314558991898384">"राष्ट्रीय स्तर पर चेतावनी"</string>
-    <string name="show_cmas_opt_out_summary" msgid="5612381687166765604">"पहली चेतावनी (राष्ट्रीय स्तर पर चेतावनी के अलावा) दिखाने के बाद, ऑप्ट-आउट डायलॉग दिखाएं."</string>
-    <string name="enable_cmas_presidential_alerts_title" msgid="3871388542233245120">"देश पर खतरा होने की चेतावनियां पाएं"</string>
-    <string name="enable_cmas_presidential_alerts_summary" msgid="1292969668875568075">"देश पर खतरा होने की चेतावनी देने वाले मैसेज. इसे बंद नहीं किया जा सकता."</string>
 </resources>
diff --git a/res/values-mcc310-hr/strings.xml b/res/values-mcc310-hr/strings.xml
index e94c8d6..52b54a2 100644
--- a/res/values-mcc310-hr/strings.xml
+++ b/res/values-mcc310-hr/strings.xml
@@ -25,8 +25,4 @@
     <!-- no translation found for enable_cmas_test_alerts_title (3722503121618497385) -->
     <skip />
     <string name="enable_cmas_test_alerts_summary" msgid="6138676147687910935">"Primajte potrebne mjesečne testove sustava sigurnosnih upozorenja"</string>
-    <string name="cmas_presidential_level_alert" msgid="5810314558991898384">"Nacionalno upozorenje"</string>
-    <string name="show_cmas_opt_out_summary" msgid="5612381687166765604">"Prikaži dijaloški okvir za isključivanje nakon prikazivanja prvog upozorenja (osim nacionalnog)."</string>
-    <string name="enable_cmas_presidential_alerts_title" msgid="3871388542233245120">"Nacionalno upozorenje"</string>
-    <string name="enable_cmas_presidential_alerts_summary" msgid="1292969668875568075">"Poruke upozorenja na nacionalnoj razini. Ne mogu se isključiti."</string>
 </resources>
diff --git a/res/values-mcc310-hu/strings.xml b/res/values-mcc310-hu/strings.xml
index 6bb3f3d..1559e09 100644
--- a/res/values-mcc310-hu/strings.xml
+++ b/res/values-mcc310-hu/strings.xml
@@ -25,8 +25,4 @@
     <!-- no translation found for enable_cmas_test_alerts_title (3722503121618497385) -->
     <skip />
     <string name="enable_cmas_test_alerts_summary" msgid="6138676147687910935">"A biztonsági figyelmeztető rendszer kötelező havi tesztjeinek fogadása"</string>
-    <string name="cmas_presidential_level_alert" msgid="5810314558991898384">"Országos riasztás"</string>
-    <string name="show_cmas_opt_out_summary" msgid="5612381687166765604">"Leiratkozási párbeszédpanel megjelenítése az első értesítés után (kivéve országos riasztás esetén)."</string>
-    <string name="enable_cmas_presidential_alerts_title" msgid="3871388542233245120">"Országos értesítések"</string>
-    <string name="enable_cmas_presidential_alerts_summary" msgid="1292969668875568075">"Országos figyelmeztető üzenetek. Nem lehet kikapcsolni."</string>
 </resources>
diff --git a/res/values-mcc310-hy/strings.xml b/res/values-mcc310-hy/strings.xml
index 1f2f599..3fc4696 100644
--- a/res/values-mcc310-hy/strings.xml
+++ b/res/values-mcc310-hy/strings.xml
@@ -25,8 +25,4 @@
     <!-- no translation found for enable_cmas_test_alerts_title (3722503121618497385) -->
     <skip />
     <string name="enable_cmas_test_alerts_summary" msgid="6138676147687910935">"Ստանալ ազդարարման համակարգի պարտադիր փորձնական ահազանգեր"</string>
-    <string name="cmas_presidential_level_alert" msgid="5810314558991898384">"Համապետական ազդարարում"</string>
-    <string name="show_cmas_opt_out_summary" msgid="5612381687166765604">"Ցուցադրել ազդարարումն անջատելու պատուհան առաջին ազդարարումից հետո (եթե այն համապետական չէ)"</string>
-    <string name="enable_cmas_presidential_alerts_title" msgid="3871388542233245120">"Համապետական զգուշացումներ"</string>
-    <string name="enable_cmas_presidential_alerts_summary" msgid="1292969668875568075">"Համապետական նախազգուշացնող ծանուցումներ։ Հնարավոր չէ անջատել։"</string>
 </resources>
diff --git a/res/values-mcc310-in/strings.xml b/res/values-mcc310-in/strings.xml
index 5cb04c3..9dfe44c 100644
--- a/res/values-mcc310-in/strings.xml
+++ b/res/values-mcc310-in/strings.xml
@@ -25,8 +25,4 @@
     <!-- no translation found for enable_cmas_test_alerts_title (3722503121618497385) -->
     <skip />
     <string name="enable_cmas_test_alerts_summary" msgid="6138676147687910935">"Terima pengujian bulanan wajib dari sistem peringatan keamanan"</string>
-    <string name="cmas_presidential_level_alert" msgid="5810314558991898384">"Peringatan nasional"</string>
-    <string name="show_cmas_opt_out_summary" msgid="5612381687166765604">"Tampilkan dialog pilihan tidak ikut setelah peringatan pertama (selain Peringatan nasional)."</string>
-    <string name="enable_cmas_presidential_alerts_title" msgid="3871388542233245120">"Peringatan nasional"</string>
-    <string name="enable_cmas_presidential_alerts_summary" msgid="1292969668875568075">"Pesan peringatan nasional. Tidak dapat dinonaktifkan."</string>
 </resources>
diff --git a/res/values-mcc310-is/strings.xml b/res/values-mcc310-is/strings.xml
index 9896f39..250876a 100644
--- a/res/values-mcc310-is/strings.xml
+++ b/res/values-mcc310-is/strings.xml
@@ -25,8 +25,4 @@
     <!-- no translation found for enable_cmas_test_alerts_title (3722503121618497385) -->
     <skip />
     <string name="enable_cmas_test_alerts_summary" msgid="6138676147687910935">"Fá áskildar mánaðarlegar prófanir frá öryggisviðvörunarkerfinu"</string>
-    <string name="cmas_presidential_level_alert" msgid="5810314558991898384">"Innlend viðvörun"</string>
-    <string name="show_cmas_opt_out_summary" msgid="5612381687166765604">"Sýna glugga til að afþakka viðvaranir eftir að sú fyrsta birtist (nema neyðarviðvaranir)."</string>
-    <string name="enable_cmas_presidential_alerts_title" msgid="3871388542233245120">"Almannavarnatilkynningar"</string>
-    <string name="enable_cmas_presidential_alerts_summary" msgid="1292969668875568075">"Skilaboð frá almannavörnum. Ekki er hægt að slökkva."</string>
 </resources>
diff --git a/res/values-mcc310-it/strings.xml b/res/values-mcc310-it/strings.xml
index bf2e8e2..43950fe 100644
--- a/res/values-mcc310-it/strings.xml
+++ b/res/values-mcc310-it/strings.xml
@@ -18,15 +18,11 @@
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="receive_cmas_in_second_language_title" msgid="7539080017840218665">"Spagnolo"</string>
     <string name="receive_cmas_in_second_language_summary" msgid="4482209573334686904">"Ricevi avvisi d\'emergenza in spagnolo quando è possibile"</string>
-    <string name="confirm_delete_broadcast" msgid="6808374217554967811">"Eliminare questa allerta?"</string>
+    <string name="confirm_delete_broadcast" msgid="6808374217554967811">"Eliminare questo avviso?"</string>
     <string name="confirm_delete_all_broadcasts" msgid="4748571670736214158">"Vuoi eliminare tutti gli avvisi ricevuti?"</string>
-    <string name="menu_delete" msgid="2691868773984777519">"Elimina allerta"</string>
+    <string name="menu_delete" msgid="2691868773984777519">"Elimina avviso"</string>
     <string name="menu_delete_all" msgid="8991615021908376216">"Elimina avvisi"</string>
     <!-- no translation found for enable_cmas_test_alerts_title (3722503121618497385) -->
     <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="6138676147687910935">"Ricevi test mensili obbligatori dal sistema di allerte per la sicurezza"</string>
-    <string name="cmas_presidential_level_alert" msgid="5810314558991898384">"Allerta nazionale"</string>
-    <string name="show_cmas_opt_out_summary" msgid="5612381687166765604">"Mostra finestra di disattivazione dopo la prima allerta (diversa da un\'allerta nazionale)."</string>
-    <string name="enable_cmas_presidential_alerts_title" msgid="3871388542233245120">"Allerte nazionali"</string>
-    <string name="enable_cmas_presidential_alerts_summary" msgid="1292969668875568075">"Messaggi di allerta nazionale. Non possono essere disattivati."</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="6138676147687910935">"Ricevi test mensili obbligatori dal sistema di avvisi relativi alla sicurezza"</string>
 </resources>
diff --git a/res/values-mcc310-iw/strings.xml b/res/values-mcc310-iw/strings.xml
index e36d6d5..baacfb6 100644
--- a/res/values-mcc310-iw/strings.xml
+++ b/res/values-mcc310-iw/strings.xml
@@ -17,16 +17,12 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="receive_cmas_in_second_language_title" msgid="7539080017840218665">"ספרדית"</string>
-    <string name="receive_cmas_in_second_language_summary" msgid="4482209573334686904">"קבלת התרעות על מקרי חירום בספרדית כשזה אפשרי"</string>
-    <string name="confirm_delete_broadcast" msgid="6808374217554967811">"למחוק את ההתרעה הזו?"</string>
-    <string name="confirm_delete_all_broadcasts" msgid="4748571670736214158">"למחוק את כל ההתרעות שהתקבלו?"</string>
-    <string name="menu_delete" msgid="2691868773984777519">"מחיקת ההתרעה"</string>
-    <string name="menu_delete_all" msgid="8991615021908376216">"מחיקת ההתרעות"</string>
+    <string name="receive_cmas_in_second_language_summary" msgid="4482209573334686904">"קבלת התראות על מקרי חירום בספרדית כשזה אפשרי"</string>
+    <string name="confirm_delete_broadcast" msgid="6808374217554967811">"למחוק את ההתראה הזו?"</string>
+    <string name="confirm_delete_all_broadcasts" msgid="4748571670736214158">"למחוק את כל ההתראות שהתקבלו?"</string>
+    <string name="menu_delete" msgid="2691868773984777519">"מחיקת ההתראה"</string>
+    <string name="menu_delete_all" msgid="8991615021908376216">"מחיקת ההתראות"</string>
     <!-- no translation found for enable_cmas_test_alerts_title (3722503121618497385) -->
     <skip />
     <string name="enable_cmas_test_alerts_summary" msgid="6138676147687910935">"קבלת בדיקות חודשיות דרושות ממערכת התראות האבטחה"</string>
-    <string name="cmas_presidential_level_alert" msgid="5810314558991898384">"התרעה ברמה הלאומית"</string>
-    <string name="show_cmas_opt_out_summary" msgid="5612381687166765604">"הצגת תיבת דו-שיח לביטול ההסכמה לאחר הצגת ההתרעה הראשונה (מלבד התרעה ברמה הלאומית)."</string>
-    <string name="enable_cmas_presidential_alerts_title" msgid="3871388542233245120">"התרעות לאומיות"</string>
-    <string name="enable_cmas_presidential_alerts_summary" msgid="1292969668875568075">"הודעות אזהרה לאומיות. לא ניתן להשבית אותן."</string>
 </resources>
diff --git a/res/values-mcc310-ja/strings.xml b/res/values-mcc310-ja/strings.xml
index cf45a2a..e336d8f 100644
--- a/res/values-mcc310-ja/strings.xml
+++ b/res/values-mcc310-ja/strings.xml
@@ -25,8 +25,4 @@
     <!-- no translation found for enable_cmas_test_alerts_title (3722503121618497385) -->
     <skip />
     <string name="enable_cmas_test_alerts_summary" msgid="6138676147687910935">"安全警告システムの毎月のテスト(必須)を受信する"</string>
-    <string name="cmas_presidential_level_alert" msgid="5810314558991898384">"全国的な警報"</string>
-    <string name="show_cmas_opt_out_summary" msgid="5612381687166765604">"警報(全国的な警報以外)を初めて表示した後に、受信停止選択ダイアログを表示します。"</string>
-    <string name="enable_cmas_presidential_alerts_title" msgid="3871388542233245120">"全国的な警報"</string>
-    <string name="enable_cmas_presidential_alerts_summary" msgid="1292969668875568075">"全国的な警報メッセージです。OFF にすることはできません。"</string>
 </resources>
diff --git a/res/values-mcc310-ka/strings.xml b/res/values-mcc310-ka/strings.xml
index d026896..b775d7b 100644
--- a/res/values-mcc310-ka/strings.xml
+++ b/res/values-mcc310-ka/strings.xml
@@ -25,8 +25,4 @@
     <!-- no translation found for enable_cmas_test_alerts_title (3722503121618497385) -->
     <skip />
     <string name="enable_cmas_test_alerts_summary" msgid="6138676147687910935">"სავალდებულო ყოველთვიური ტესტების მიღება უსაფრთხოების გაფრთხილებების სისტემიდან"</string>
-    <string name="cmas_presidential_level_alert" msgid="5810314558991898384">"ეროვნული დონის გაფრთხილება"</string>
-    <string name="show_cmas_opt_out_summary" msgid="5612381687166765604">"პირველი გაფრთხილების შემდეგ უარის თქმის დიალოგის ჩვენება (ეროვნული დონის გაფრთხილებათა გარდა)."</string>
-    <string name="enable_cmas_presidential_alerts_title" msgid="3871388542233245120">"ეროვნული დონის გაფრთხილებები"</string>
-    <string name="enable_cmas_presidential_alerts_summary" msgid="1292969668875568075">"ეროვნული დონის გამაფრთხილებელი შეტყობინებები. არ შეიძლება იყოს გამორთული."</string>
 </resources>
diff --git a/res/values-mcc310-kk/strings.xml b/res/values-mcc310-kk/strings.xml
index 3f9422d..80a605d 100644
--- a/res/values-mcc310-kk/strings.xml
+++ b/res/values-mcc310-kk/strings.xml
@@ -25,8 +25,4 @@
     <!-- no translation found for enable_cmas_test_alerts_title (3722503121618497385) -->
     <skip />
     <string name="enable_cmas_test_alerts_summary" msgid="6138676147687910935">"Қауіпсіздік жөнінде хабарлау жүйесінен ай сайынғы міндетті сынақ хабарландыруларын алып отыру"</string>
-    <string name="cmas_presidential_level_alert" msgid="5810314558991898384">"Ел бойынша ескерту"</string>
-    <string name="show_cmas_opt_out_summary" msgid="5612381687166765604">"Алғашқы ескерту (ел бойынша ескертуден бөлек) берілген соң, бас тарту диалогтік терезесі шығады."</string>
-    <string name="enable_cmas_presidential_alerts_title" msgid="3871388542233245120">"Мемлекеттік деңгейдегі ескертулер"</string>
-    <string name="enable_cmas_presidential_alerts_summary" msgid="1292969668875568075">"Мемлекеттік деңгейдегі ескерту хабарлары. Оларды өшіруге болмайды."</string>
 </resources>
diff --git a/res/values-mcc310-km/strings.xml b/res/values-mcc310-km/strings.xml
index cf212dd..6bbad4e 100644
--- a/res/values-mcc310-km/strings.xml
+++ b/res/values-mcc310-km/strings.xml
@@ -25,8 +25,4 @@
     <!-- no translation found for enable_cmas_test_alerts_title (3722503121618497385) -->
     <skip />
     <string name="enable_cmas_test_alerts_summary" msgid="6138676147687910935">"ទទួលតេស្តប្រចាំខែ​ដែលចាំបាច់ពីប្រព័ន្ធ​ជូនដំណឹងផ្នែក​សុវត្ថិភាព"</string>
-    <string name="cmas_presidential_level_alert" msgid="5810314558991898384">"ការជូនដំណឹង​ថ្នាក់ជាតិ"</string>
-    <string name="show_cmas_opt_out_summary" msgid="5612381687166765604">"បង្ហាញ​ប្រអប់​សម្រាប់ការផ្តាច់ចេញ បន្ទាប់ពី​បង្ហាញ​ការជូនដំណឹង​ដំបូង (ក្រៅពីការជូនដំណឹង​ថ្នាក់ជាតិ)។"</string>
-    <string name="enable_cmas_presidential_alerts_title" msgid="3871388542233245120">"ការជូនដំណឹង​ថ្នាក់ជាតិ"</string>
-    <string name="enable_cmas_presidential_alerts_summary" msgid="1292969668875568075">"សារអំពី​ការព្រមាន​ថ្នាក់ជាតិ។ មិនអាច​បិទ​បានទេ​។"</string>
 </resources>
diff --git a/res/values-mcc310-kn/strings.xml b/res/values-mcc310-kn/strings.xml
index 1a9b816..20a30b0 100644
--- a/res/values-mcc310-kn/strings.xml
+++ b/res/values-mcc310-kn/strings.xml
@@ -25,8 +25,4 @@
     <!-- no translation found for enable_cmas_test_alerts_title (3722503121618497385) -->
     <skip />
     <string name="enable_cmas_test_alerts_summary" msgid="6138676147687910935">"ಸುರಕ್ಷತಾ ಎಚ್ಚರಿಕೆ ವ್ಯವಸ್ಥೆಯಿಂದ ಅಗತ್ಯವಾದ ಮಾಸಿಕ ಪರೀಕ್ಷೆಗಳನ್ನು ಸ್ವೀಕರಿಸಿ"</string>
-    <string name="cmas_presidential_level_alert" msgid="5810314558991898384">"ರಾಷ್ಟ್ರೀಯ ಎಚ್ಚರಿಕೆ"</string>
-    <string name="show_cmas_opt_out_summary" msgid="5612381687166765604">"ಮೊದಲ ಎಚ್ಚರಿಕೆಯನ್ನು (ರಾಷ್ಟ್ರೀಯ ಎಚ್ಚರಿಕೆ ಹೊರತುಪಡಿಸಿ) ಪ್ರದರ್ಶಿಸಿದ ಬಳಿಕ ಆಯ್ಕೆಯಿಂದ ಹೊರಗುಳಿದ ಸಂವಾದ ತೋರಿಸಿ."</string>
-    <string name="enable_cmas_presidential_alerts_title" msgid="3871388542233245120">"ರಾಷ್ಟ್ರೀಯ ಎಚ್ಚರಿಕೆಗಳು"</string>
-    <string name="enable_cmas_presidential_alerts_summary" msgid="1292969668875568075">"ರಾಷ್ಟ್ರೀಯ ಎಚ್ಚರಿಕೆ ಸಂದೇಶಗಳು. ಆಫ್ ಮಾಡಲು ಸಾಧ್ಯವಿಲ್ಲ."</string>
 </resources>
diff --git a/res/values-mcc310-ko/strings.xml b/res/values-mcc310-ko/strings.xml
index 894d0df..224c898 100644
--- a/res/values-mcc310-ko/strings.xml
+++ b/res/values-mcc310-ko/strings.xml
@@ -25,8 +25,4 @@
     <!-- no translation found for enable_cmas_test_alerts_title (3722503121618497385) -->
     <skip />
     <string name="enable_cmas_test_alerts_summary" msgid="6138676147687910935">"안전 경보 시스템의 필수 월간 테스트 받기"</string>
-    <string name="cmas_presidential_level_alert" msgid="5810314558991898384">"전국 경보"</string>
-    <string name="show_cmas_opt_out_summary" msgid="5612381687166765604">"전국 경보가 아닌 첫 번째 경보를 표시한 후 선택 해제 대화상자를 표시합니다."</string>
-    <string name="enable_cmas_presidential_alerts_title" msgid="3871388542233245120">"정부 알림 문자"</string>
-    <string name="enable_cmas_presidential_alerts_summary" msgid="1292969668875568075">"긴급 재난 문자입니다. 이 메시지는 끌 수 없습니다."</string>
 </resources>
diff --git a/res/values-mcc310-ky/strings.xml b/res/values-mcc310-ky/strings.xml
index 54ef582..8c77697 100644
--- a/res/values-mcc310-ky/strings.xml
+++ b/res/values-mcc310-ky/strings.xml
@@ -25,8 +25,4 @@
     <!-- no translation found for enable_cmas_test_alerts_title (3722503121618497385) -->
     <skip />
     <string name="enable_cmas_test_alerts_summary" msgid="6138676147687910935">"CMAS системасынан ай сайын сынамык шашылыш билдирүүлөрдү алып турасыз"</string>
-    <string name="cmas_presidential_level_alert" msgid="5810314558991898384">"Жалпы улуттук шашылыш билдирүү"</string>
-    <string name="show_cmas_opt_out_summary" msgid="5612381687166765604">"Биринчи шашылыш билдирүү келгенден кийин дароо өчүрүп салуу сунушталат (Жалпы улуттуктан башка)."</string>
-    <string name="enable_cmas_presidential_alerts_title" msgid="3871388542233245120">"Улуттук деңгээлдеги шашылыш билдирүүлөр"</string>
-    <string name="enable_cmas_presidential_alerts_summary" msgid="1292969668875568075">"Улуттук деңгээлдеги билдирүүлөр Өчүрүүгө болбойт."</string>
 </resources>
diff --git a/res/values-mcc310-lo/strings.xml b/res/values-mcc310-lo/strings.xml
index bc0a8af..340d73b 100644
--- a/res/values-mcc310-lo/strings.xml
+++ b/res/values-mcc310-lo/strings.xml
@@ -25,8 +25,4 @@
     <!-- no translation found for enable_cmas_test_alerts_title (3722503121618497385) -->
     <skip />
     <string name="enable_cmas_test_alerts_summary" msgid="6138676147687910935">"ຮັບການທົດສອບລາຍເດືອນທີ່ຈຳເປັນຈາກລະບົບການເຕືອນຄວາມປອດໄພ"</string>
-    <string name="cmas_presidential_level_alert" msgid="5810314558991898384">"ການເຕືອນລະດັບປະເທດ"</string>
-    <string name="show_cmas_opt_out_summary" msgid="5612381687166765604">"ສະແດງໜ້າຈໍປິດຮັບຂໍ້ມູນຫຼັງຈາກການສະແດງແຈ້ງເຕືອນທຳອິດ (ນອກເໜືອໄປຈາກການເຕືອນລະດັບປະເທດ)."</string>
-    <string name="enable_cmas_presidential_alerts_title" msgid="3871388542233245120">"ການເຕືອນລະດັບປະເທດ"</string>
-    <string name="enable_cmas_presidential_alerts_summary" msgid="1292969668875568075">"ຂໍ້ຄວາມຄຳເຕືອນລະດັບປະເທດ. ບໍ່ສາມາດປິດໄດ້."</string>
 </resources>
diff --git a/res/values-mcc310-lt/strings.xml b/res/values-mcc310-lt/strings.xml
index 3ba594a..b8e5c69 100644
--- a/res/values-mcc310-lt/strings.xml
+++ b/res/values-mcc310-lt/strings.xml
@@ -25,8 +25,4 @@
     <!-- no translation found for enable_cmas_test_alerts_title (3722503121618497385) -->
     <skip />
     <string name="enable_cmas_test_alerts_summary" msgid="6138676147687910935">"Gauti būtinus mėnesinius testus iš saugos įspėjimų sistemos"</string>
-    <string name="cmas_presidential_level_alert" msgid="5810314558991898384">"Nacionalinis įspėjimas"</string>
-    <string name="show_cmas_opt_out_summary" msgid="5612381687166765604">"Rodyti atsisakymo dialogo langą pateikus pirmą įspėjimą (ne nacionalinį įspėjimą)."</string>
-    <string name="enable_cmas_presidential_alerts_title" msgid="3871388542233245120">"Nacionaliniai įspėjimai"</string>
-    <string name="enable_cmas_presidential_alerts_summary" msgid="1292969668875568075">"Nacionalinių įspėjimų pranešimai. Negalima išjungti."</string>
 </resources>
diff --git a/res/values-mcc310-lv/strings.xml b/res/values-mcc310-lv/strings.xml
index 26b6627..e4b8719 100644
--- a/res/values-mcc310-lv/strings.xml
+++ b/res/values-mcc310-lv/strings.xml
@@ -25,8 +25,4 @@
     <!-- no translation found for enable_cmas_test_alerts_title (3722503121618497385) -->
     <skip />
     <string name="enable_cmas_test_alerts_summary" msgid="6138676147687910935">"Saņemt nepieciešamos ikmēneša testus no drošības brīdinājumu sistēmas"</string>
-    <string name="cmas_presidential_level_alert" msgid="5810314558991898384">"Valsts līmeņa brīdinājums"</string>
-    <string name="show_cmas_opt_out_summary" msgid="5612381687166765604">"Rādīt atteikšanās dialoglodziņu pēc pirmā brīdinājuma (kurš nav valsts līmeņa brīdinājums)"</string>
-    <string name="enable_cmas_presidential_alerts_title" msgid="3871388542233245120">"Valsts līmeņa brīdinājumi"</string>
-    <string name="enable_cmas_presidential_alerts_summary" msgid="1292969668875568075">"Valsts līmeņa brīdinājuma ziņojumi. Tos nevar izslēgt."</string>
 </resources>
diff --git a/res/values-mcc310-mk/strings.xml b/res/values-mcc310-mk/strings.xml
index 5ce1a77..73b9449 100644
--- a/res/values-mcc310-mk/strings.xml
+++ b/res/values-mcc310-mk/strings.xml
@@ -25,8 +25,4 @@
     <!-- no translation found for enable_cmas_test_alerts_title (3722503121618497385) -->
     <skip />
     <string name="enable_cmas_test_alerts_summary" msgid="6138676147687910935">"Примај задолжителни месечни тест-пораки од безбедносниот систем за предупредување"</string>
-    <string name="cmas_presidential_level_alert" msgid="5810314558991898384">"Национално предупредување"</string>
-    <string name="show_cmas_opt_out_summary" msgid="5612381687166765604">"Прикажи дијалог за откажување по првото предупредување (освен за „Национално предупредување“)."</string>
-    <string name="enable_cmas_presidential_alerts_title" msgid="3871388542233245120">"Национални предупредувања"</string>
-    <string name="enable_cmas_presidential_alerts_summary" msgid="1292969668875568075">"Национални пораки за опомена. Не може да се исклучат."</string>
 </resources>
diff --git a/res/values-mcc310-ml/strings.xml b/res/values-mcc310-ml/strings.xml
index dd3f8b0..3050796 100644
--- a/res/values-mcc310-ml/strings.xml
+++ b/res/values-mcc310-ml/strings.xml
@@ -25,8 +25,4 @@
     <!-- no translation found for enable_cmas_test_alerts_title (3722503121618497385) -->
     <skip />
     <string name="enable_cmas_test_alerts_summary" msgid="6138676147687910935">"സുരക്ഷാ മുന്നറിയിപ്പ് സംവിധാനത്തിൽ നിന്ന് ആവശ്യമായ പ്രതിമാസ പരിശോധനകൾ സ്വീകരിക്കുക"</string>
-    <string name="cmas_presidential_level_alert" msgid="5810314558991898384">"ദേശീയ മുന്നറിയിപ്പ്"</string>
-    <string name="show_cmas_opt_out_summary" msgid="5612381687166765604">"ആദ്യത്തെ മുന്നറിയിപ്പിന് ശേഷം ഒരു ഒഴിവാക്കൽ ഡയലോഗ് കാണിക്കുക (ദേശീയ മുന്നറിയിപ്പ് കൂടാതെ)."</string>
-    <string name="enable_cmas_presidential_alerts_title" msgid="3871388542233245120">"ദേശീയ മുന്നറിയിപ്പുകൾ"</string>
-    <string name="enable_cmas_presidential_alerts_summary" msgid="1292969668875568075">"ദേശീയ മുന്നറിയിപ്പ് സന്ദേശങ്ങൾ. ഓഫാക്കാനാകില്ല."</string>
 </resources>
diff --git a/res/values-mcc310-mn/strings.xml b/res/values-mcc310-mn/strings.xml
index 05cf508..c8fb0d4 100644
--- a/res/values-mcc310-mn/strings.xml
+++ b/res/values-mcc310-mn/strings.xml
@@ -25,8 +25,4 @@
     <!-- no translation found for enable_cmas_test_alerts_title (3722503121618497385) -->
     <skip />
     <string name="enable_cmas_test_alerts_summary" msgid="6138676147687910935">"Аюулгүй байдлын сэрэмжлүүлгийн системээс сар бүрийн шаардлагатай туршилтыг хүлээн авах"</string>
-    <string name="cmas_presidential_level_alert" msgid="5810314558991898384">"Үндэсний сэрэмжлүүлэг"</string>
-    <string name="show_cmas_opt_out_summary" msgid="5612381687166765604">"Эхний сэрэмжлүүлгийг (Үндэсний сэрэмжлүүлгээс бусад) харуулсны дараa татгалзах харилцах цонх харуул."</string>
-    <string name="enable_cmas_presidential_alerts_title" msgid="3871388542233245120">"Үндэсний сэрэмжлүүлэг"</string>
-    <string name="enable_cmas_presidential_alerts_summary" msgid="1292969668875568075">"Үндэсний сануулгын мессеж. Унтраах боломжгүй."</string>
 </resources>
diff --git a/res/values-mcc310-mr/strings.xml b/res/values-mcc310-mr/strings.xml
index 5d055c1..75b9dcc 100644
--- a/res/values-mcc310-mr/strings.xml
+++ b/res/values-mcc310-mr/strings.xml
@@ -25,8 +25,4 @@
     <!-- no translation found for enable_cmas_test_alerts_title (3722503121618497385) -->
     <skip />
     <string name="enable_cmas_test_alerts_summary" msgid="6138676147687910935">"सुरक्षितता सूचना सिस्टमकडून आवश्यक असलेल्या मासिक चाचण्या मिळवा"</string>
-    <string name="cmas_presidential_level_alert" msgid="5810314558991898384">"राष्ट्रीय सूचना"</string>
-    <string name="show_cmas_opt_out_summary" msgid="5612381687166765604">"पहिली सूचना (राष्ट्रीय सूचनेव्यतिरिक्त) डिस्प्ले केल्यानंतर निवड रद्द करा डायलॉग दाखवा."</string>
-    <string name="enable_cmas_presidential_alerts_title" msgid="3871388542233245120">"राष्ट्रीय इशारे"</string>
-    <string name="enable_cmas_presidential_alerts_summary" msgid="1292969668875568075">"चेतावणी देणारे राष्ट्रीय मेसेज. बंद केले जाऊ शकत नाहीत."</string>
 </resources>
diff --git a/res/values-mcc310-ms/strings.xml b/res/values-mcc310-ms/strings.xml
index 92c9e4e..0dfab78 100644
--- a/res/values-mcc310-ms/strings.xml
+++ b/res/values-mcc310-ms/strings.xml
@@ -25,8 +25,4 @@
     <!-- no translation found for enable_cmas_test_alerts_title (3722503121618497385) -->
     <skip />
     <string name="enable_cmas_test_alerts_summary" msgid="6138676147687910935">"Terima ujian bulanan yang diperlukan daripada sistem makluman keselamatan"</string>
-    <string name="cmas_presidential_level_alert" msgid="5810314558991898384">"Makluman kebangsaan"</string>
-    <string name="show_cmas_opt_out_summary" msgid="5612381687166765604">"Tunjukkan dialog tarik diri selepas memaparkan makluman yang pertama (selain makluman Kebangsaan)."</string>
-    <string name="enable_cmas_presidential_alerts_title" msgid="3871388542233245120">"Makluman kebangsaan"</string>
-    <string name="enable_cmas_presidential_alerts_summary" msgid="1292969668875568075">"Mesej amaran kebangsaan. Tidak boleh dimatikan."</string>
 </resources>
diff --git a/res/values-mcc310-my/strings.xml b/res/values-mcc310-my/strings.xml
index b09d982..80d76ad 100644
--- a/res/values-mcc310-my/strings.xml
+++ b/res/values-mcc310-my/strings.xml
@@ -25,8 +25,4 @@
     <!-- no translation found for enable_cmas_test_alerts_title (3722503121618497385) -->
     <skip />
     <string name="enable_cmas_test_alerts_summary" msgid="6138676147687910935">"လုံခြုံရေးသတိပေးချက်စနစ်မှ လိုအပ်သော လစဉ်စမ်းသပ်မှုများကို လက်ခံသည်"</string>
-    <string name="cmas_presidential_level_alert" msgid="5810314558991898384">"နိုင်ငံတော်အဆင့် သတိပေးချက်"</string>
-    <string name="show_cmas_opt_out_summary" msgid="5612381687166765604">"ပထမ သတိပေးချက် (နိုင်ငံတော်အဆင့် သတိပေးချက်မှလွဲ၍) ပြပြီးနောက် ထွက်ရန်ဒိုင်ယာလော့ခ်ကို ပြပါ။"</string>
-    <string name="enable_cmas_presidential_alerts_title" msgid="3871388542233245120">"တစ်နိုင်ငံလုံးဆိုင်ရာ သတိပေးချက်များ"</string>
-    <string name="enable_cmas_presidential_alerts_summary" msgid="1292969668875568075">"တစ်နိုင်ငံလုံးဆိုင်ရာ သတိပေး မက်ဆေ့ဂျ်များ။ ပိတ်၍မရပါ။"</string>
 </resources>
diff --git a/res/values-mcc310-nb/strings.xml b/res/values-mcc310-nb/strings.xml
index 95226a6..e6654c0 100644
--- a/res/values-mcc310-nb/strings.xml
+++ b/res/values-mcc310-nb/strings.xml
@@ -25,8 +25,4 @@
     <!-- no translation found for enable_cmas_test_alerts_title (3722503121618497385) -->
     <skip />
     <string name="enable_cmas_test_alerts_summary" msgid="6138676147687910935">"Motta obligatoriske månedlige tester fra systemet for sikkerhetsvarsling"</string>
-    <string name="cmas_presidential_level_alert" msgid="5810314558991898384">"Nasjonalt varsel"</string>
-    <string name="show_cmas_opt_out_summary" msgid="5612381687166765604">"Vis en bortvelgingsdialog etter det første varselet (gjelder ikke for nasjonale varsler)."</string>
-    <string name="enable_cmas_presidential_alerts_title" msgid="3871388542233245120">"Nasjonale varsler"</string>
-    <string name="enable_cmas_presidential_alerts_summary" msgid="1292969668875568075">"Nasjonale varselmeldinger. Kan ikke slås av."</string>
 </resources>
diff --git a/res/values-mcc310-ne/strings.xml b/res/values-mcc310-ne/strings.xml
index 12e6f97..79f933f 100644
--- a/res/values-mcc310-ne/strings.xml
+++ b/res/values-mcc310-ne/strings.xml
@@ -25,8 +25,4 @@
     <!-- no translation found for enable_cmas_test_alerts_title (3722503121618497385) -->
     <skip />
     <string name="enable_cmas_test_alerts_summary" msgid="6138676147687910935">"सुरक्षासम्बन्धी अलर्ट प्रदान गर्ने प्रणालीबाट मासिक रूपमा आवश्यक परीक्षणहरू प्राप्त गर्नुहोस्"</string>
-    <string name="cmas_presidential_level_alert" msgid="5810314558991898384">"राष्ट्रव्यापी अलर्ट"</string>
-    <string name="show_cmas_opt_out_summary" msgid="5612381687166765604">"पहिलो अलर्ट देखाएपछि बाहिरिने डायलग देखाइयोस् (राष्ट्रव्यापी अलर्टबाहेक)।"</string>
-    <string name="enable_cmas_presidential_alerts_title" msgid="3871388542233245120">"राष्ट्रव्यापी अलर्टहरू"</string>
-    <string name="enable_cmas_presidential_alerts_summary" msgid="1292969668875568075">"राष्ट्रव्यापी चेतावनीमूलक सन्देशहरू। अफ गर्न मिल्दैन।"</string>
 </resources>
diff --git a/res/values-mcc310-nl/strings.xml b/res/values-mcc310-nl/strings.xml
index f3309f6..0910c7e 100644
--- a/res/values-mcc310-nl/strings.xml
+++ b/res/values-mcc310-nl/strings.xml
@@ -25,8 +25,4 @@
     <!-- no translation found for enable_cmas_test_alerts_title (3722503121618497385) -->
     <skip />
     <string name="enable_cmas_test_alerts_summary" msgid="6138676147687910935">"Vereiste maandelijkse tests van het noodsysteem voor veiligheidsmeldingen ontvangen"</string>
-    <string name="cmas_presidential_level_alert" msgid="5810314558991898384">"Nationale melding"</string>
-    <string name="show_cmas_opt_out_summary" msgid="5612381687166765604">"Een toestemmingsvenster tonen na de eerste melding (geen nationale melding)."</string>
-    <string name="enable_cmas_presidential_alerts_title" msgid="3871388542233245120">"Nationale meldingen"</string>
-    <string name="enable_cmas_presidential_alerts_summary" msgid="1292969668875568075">"Nationale waarschuwingsberichten. Kunnen niet worden uitgezet."</string>
 </resources>
diff --git a/res/values-mcc310-or/strings.xml b/res/values-mcc310-or/strings.xml
index 113d007..08f25f5 100644
--- a/res/values-mcc310-or/strings.xml
+++ b/res/values-mcc310-or/strings.xml
@@ -25,8 +25,4 @@
     <!-- no translation found for enable_cmas_test_alerts_title (3722503121618497385) -->
     <skip />
     <string name="enable_cmas_test_alerts_summary" msgid="6138676147687910935">"ସୁରକ୍ଷା ଆଲର୍ଟ ସିଷ୍ଟମରୁ ଆବଶ୍ୟକ ମାସିକ ପରୀକ୍ଷାଗୁଡ଼ିକୁ ପାଆନ୍ତୁ"</string>
-    <string name="cmas_presidential_level_alert" msgid="5810314558991898384">"ଜାତୀୟ ଆଲର୍ଟ"</string>
-    <string name="show_cmas_opt_out_summary" msgid="5612381687166765604">"ପ୍ରଥମ ଆଲର୍ଟ (ଜାତୀୟ ଆଲର୍ଟ ବ୍ୟତୀତ ଅନ୍ୟ କିଛି) ଡିସପ୍ଲେ କରିବା ପରେ ଏକ ଅପ୍ଟ-ଆଉଟ୍ ଡାଏଲଗ୍ ଦେଖାନ୍ତୁ।"</string>
-    <string name="enable_cmas_presidential_alerts_title" msgid="3871388542233245120">"ଜାତୀୟ ଆଲର୍ଟଗୁଡ଼ିକ"</string>
-    <string name="enable_cmas_presidential_alerts_summary" msgid="1292969668875568075">"ଜାତୀୟ ଚେତାବନୀ ସମ୍ବନ୍ଧୀୟ ମେସେଜଗୁଡ଼ିକ। ବନ୍ଦ କରାଯାଇପାରିବ ନାହିଁ।"</string>
 </resources>
diff --git a/res/values-mcc310-pa/strings.xml b/res/values-mcc310-pa/strings.xml
index e9b041c..b9fc057 100644
--- a/res/values-mcc310-pa/strings.xml
+++ b/res/values-mcc310-pa/strings.xml
@@ -25,8 +25,4 @@
     <!-- no translation found for enable_cmas_test_alerts_title (3722503121618497385) -->
     <skip />
     <string name="enable_cmas_test_alerts_summary" msgid="6138676147687910935">"ਸੁਰੱਖਿਆ ਸੁਚੇਤਨਾ ਸਿਸਟਮ ਵੱਲੋਂ ਲੋੜੀਂਦੀਆਂ ਮਹੀਨਾਵਾਰ ਜਾਂਚਾਂ ਪ੍ਰਾਪਤ ਕਰੋ"</string>
-    <string name="cmas_presidential_level_alert" msgid="5810314558991898384">"ਰਾਸ਼ਟਰੀ ਸੁਚੇਤਨਾ"</string>
-    <string name="show_cmas_opt_out_summary" msgid="5612381687166765604">"ਪਹਿਲੀ ਸੁਚੇਤਨਾ ਦਿਖਾਉਣ ਤੋਂ ਬਾਅਦ ਹਟਣ ਦੀ ਚੋਣ ਸੰਬੰਧੀ ਇੱਕ ਵਿੰਡੋ ਦਿਖਾਓ (ਰਾਸ਼ਟਰੀ ਸੁਚੇਤਨਾ ਤੋਂ ਇਲਾਵਾ)।"</string>
-    <string name="enable_cmas_presidential_alerts_title" msgid="3871388542233245120">"ਰਾਸ਼ਟਰੀ ਸੁਚੇਤਨਾਵਾਂ"</string>
-    <string name="enable_cmas_presidential_alerts_summary" msgid="1292969668875568075">"ਰਾਸ਼ਟਰੀ ਚਿਤਾਵਨੀ ਸੰਬੰਧੀ ਸੁਨੇਹੇ। ਇਨ੍ਹਾਂ ਨੂੰ ਬੰਦ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਦਾ।"</string>
 </resources>
diff --git a/res/values-mcc310-pl/strings.xml b/res/values-mcc310-pl/strings.xml
index b069f4a..2202b52 100644
--- a/res/values-mcc310-pl/strings.xml
+++ b/res/values-mcc310-pl/strings.xml
@@ -25,8 +25,4 @@
     <!-- no translation found for enable_cmas_test_alerts_title (3722503121618497385) -->
     <skip />
     <string name="enable_cmas_test_alerts_summary" msgid="6138676147687910935">"Otrzymuj wymagane comiesięczne testy z systemu alertów bezpieczeństwa"</string>
-    <string name="cmas_presidential_level_alert" msgid="5810314558991898384">"Alert krajowy"</string>
-    <string name="show_cmas_opt_out_summary" msgid="5612381687166765604">"Pokaż okno rezygnacji po wyświetleniu pierwszego alertu (innego niż alert krajowy)"</string>
-    <string name="enable_cmas_presidential_alerts_title" msgid="3871388542233245120">"Alerty krajowe"</string>
-    <string name="enable_cmas_presidential_alerts_summary" msgid="1292969668875568075">"Wiadomości z ostrzeżeniami krajowymi. Nie można ich wyłączyć."</string>
 </resources>
diff --git a/res/values-mcc310-pt-rPT/strings.xml b/res/values-mcc310-pt-rPT/strings.xml
index edc96ba..f27bc8d 100644
--- a/res/values-mcc310-pt-rPT/strings.xml
+++ b/res/values-mcc310-pt-rPT/strings.xml
@@ -25,8 +25,4 @@
     <!-- no translation found for enable_cmas_test_alerts_title (3722503121618497385) -->
     <skip />
     <string name="enable_cmas_test_alerts_summary" msgid="6138676147687910935">"Receber os testes mensais necessários do sistema de alerta de segurança"</string>
-    <string name="cmas_presidential_level_alert" msgid="5810314558991898384">"Alerta nacional"</string>
-    <string name="show_cmas_opt_out_summary" msgid="5612381687166765604">"Mostrar uma caixa de diálogo de recusa após apresentar o 1.º alerta (para além do Alerta nacional)."</string>
-    <string name="enable_cmas_presidential_alerts_title" msgid="3871388542233245120">"Alertas nacionais"</string>
-    <string name="enable_cmas_presidential_alerts_summary" msgid="1292969668875568075">"Mensagens de aviso nacionais. Não é possível desativá-las."</string>
 </resources>
diff --git a/res/values-mcc310-pt/strings.xml b/res/values-mcc310-pt/strings.xml
index 12a704c..82935e2 100644
--- a/res/values-mcc310-pt/strings.xml
+++ b/res/values-mcc310-pt/strings.xml
@@ -25,8 +25,4 @@
     <!-- no translation found for enable_cmas_test_alerts_title (3722503121618497385) -->
     <skip />
     <string name="enable_cmas_test_alerts_summary" msgid="6138676147687910935">"Receber os testes mensais obrigatórios pelo sistema de alerta de segurança"</string>
-    <string name="cmas_presidential_level_alert" msgid="5810314558991898384">"Alerta nacional"</string>
-    <string name="show_cmas_opt_out_summary" msgid="5612381687166765604">"Mostrar caixa de diálogo de desativação após exibir o primeiro alerta. Exceção: alerta nacional."</string>
-    <string name="enable_cmas_presidential_alerts_title" msgid="3871388542233245120">"Alertas nacionais"</string>
-    <string name="enable_cmas_presidential_alerts_summary" msgid="1292969668875568075">"Mensagens de aviso nacionais. Não é possível desativá-las."</string>
 </resources>
diff --git a/res/values-mcc310-ro/strings.xml b/res/values-mcc310-ro/strings.xml
index e18ba95..29dfa39 100644
--- a/res/values-mcc310-ro/strings.xml
+++ b/res/values-mcc310-ro/strings.xml
@@ -25,8 +25,4 @@
     <!-- no translation found for enable_cmas_test_alerts_title (3722503121618497385) -->
     <skip />
     <string name="enable_cmas_test_alerts_summary" msgid="6138676147687910935">"Primiți teste lunare obligatorii de la sistemul de alerte de siguranță"</string>
-    <string name="cmas_presidential_level_alert" msgid="5810314558991898384">"Alertă națională"</string>
-    <string name="show_cmas_opt_out_summary" msgid="5612381687166765604">"Afișează un dialog de renunțare după afișarea primei alerte (alta decât alerta națională)."</string>
-    <string name="enable_cmas_presidential_alerts_title" msgid="3871388542233245120">"Alerte naționale"</string>
-    <string name="enable_cmas_presidential_alerts_summary" msgid="1292969668875568075">"Mesaje de avertizare naționale. Nu pot fi dezactivate."</string>
 </resources>
diff --git a/res/values-mcc310-ru/strings.xml b/res/values-mcc310-ru/strings.xml
index 0ae26e0..1caab90 100644
--- a/res/values-mcc310-ru/strings.xml
+++ b/res/values-mcc310-ru/strings.xml
@@ -25,8 +25,4 @@
     <!-- no translation found for enable_cmas_test_alerts_title (3722503121618497385) -->
     <skip />
     <string name="enable_cmas_test_alerts_summary" msgid="6138676147687910935">"Получать обязательные ежемесячные тестовые оповещения системы экстренного оповещения"</string>
-    <string name="cmas_presidential_level_alert" msgid="5810314558991898384">"Общенациональное оповещение"</string>
-    <string name="show_cmas_opt_out_summary" msgid="5612381687166765604">"Предлагать отключить после первого оповещения (кроме общенационального)"</string>
-    <string name="enable_cmas_presidential_alerts_title" msgid="3871388542233245120">"Федеральные оповещения"</string>
-    <string name="enable_cmas_presidential_alerts_summary" msgid="1292969668875568075">"Федеральные экстренные сообщения. Эти уведомления нельзя отключить."</string>
 </resources>
diff --git a/res/values-mcc310-si/strings.xml b/res/values-mcc310-si/strings.xml
index 206e24c..babb39d 100644
--- a/res/values-mcc310-si/strings.xml
+++ b/res/values-mcc310-si/strings.xml
@@ -25,8 +25,4 @@
     <!-- no translation found for enable_cmas_test_alerts_title (3722503121618497385) -->
     <skip />
     <string name="enable_cmas_test_alerts_summary" msgid="6138676147687910935">"ආරක්ෂක ඇඟවීමේ පද්ධතියෙන් මාසික පරීක්ෂා ලබා ගන්න"</string>
-    <string name="cmas_presidential_level_alert" msgid="5810314558991898384">"ජාතික ඇඟවීම"</string>
-    <string name="show_cmas_opt_out_summary" msgid="5612381687166765604">"පළමු අනතුරු ඇඟවීම සංදර්ශනය කිරීමෙන් පසුව ඉවත් වීමේ සංවාදයක් (ජාතික ඇඟවීම හැර) පෙන්වන්න."</string>
-    <string name="enable_cmas_presidential_alerts_title" msgid="3871388542233245120">"ජාතික ඇඟවීම්"</string>
-    <string name="enable_cmas_presidential_alerts_summary" msgid="1292969668875568075">"ජාතික අනතුරු ඇඟවීමේ පණිවිඩ. ක්‍රියාවිරහිත කිරීමට නොහැකිය."</string>
 </resources>
diff --git a/res/values-mcc310-sk/strings.xml b/res/values-mcc310-sk/strings.xml
index faee301..73f3716 100644
--- a/res/values-mcc310-sk/strings.xml
+++ b/res/values-mcc310-sk/strings.xml
@@ -25,8 +25,4 @@
     <!-- no translation found for enable_cmas_test_alerts_title (3722503121618497385) -->
     <skip />
     <string name="enable_cmas_test_alerts_summary" msgid="6138676147687910935">"Dostávať požadované mesačné testy zo systému bezpečnostných upozornení"</string>
-    <string name="cmas_presidential_level_alert" msgid="5810314558991898384">"Celoštátne varovanie"</string>
-    <string name="show_cmas_opt_out_summary" msgid="5612381687166765604">"Zobraziť dialógové okno na odhlásenie po prvom varovaní (okrem celoštátneho varovania)"</string>
-    <string name="enable_cmas_presidential_alerts_title" msgid="3871388542233245120">"Národné upozornenia"</string>
-    <string name="enable_cmas_presidential_alerts_summary" msgid="1292969668875568075">"Národné upozornenia. Nedajú sa vypnúť."</string>
 </resources>
diff --git a/res/values-mcc310-sl/strings.xml b/res/values-mcc310-sl/strings.xml
index fb870e3..ac85d61 100644
--- a/res/values-mcc310-sl/strings.xml
+++ b/res/values-mcc310-sl/strings.xml
@@ -25,8 +25,4 @@
     <!-- no translation found for enable_cmas_test_alerts_title (3722503121618497385) -->
     <skip />
     <string name="enable_cmas_test_alerts_summary" msgid="6138676147687910935">"Prejemanje obveznih mesečnih preizkusov iz sistema varnostnih opozoril"</string>
-    <string name="cmas_presidential_level_alert" msgid="5810314558991898384">"Državno opozorilo"</string>
-    <string name="show_cmas_opt_out_summary" msgid="5612381687166765604">"Po prikazu prvega opozorila (ki ni državno opozorilo) pokaži pogovorno okno za onemogočenje."</string>
-    <string name="enable_cmas_presidential_alerts_title" msgid="3871388542233245120">"Nacionalna opozorila"</string>
-    <string name="enable_cmas_presidential_alerts_summary" msgid="1292969668875568075">"Nacionalna opozorilna sporočila. Teh ni mogoče izklopiti."</string>
 </resources>
diff --git a/res/values-mcc310-sq/strings.xml b/res/values-mcc310-sq/strings.xml
index f82dadd..b1bd41b 100644
--- a/res/values-mcc310-sq/strings.xml
+++ b/res/values-mcc310-sq/strings.xml
@@ -25,8 +25,4 @@
     <!-- no translation found for enable_cmas_test_alerts_title (3722503121618497385) -->
     <skip />
     <string name="enable_cmas_test_alerts_summary" msgid="6138676147687910935">"Merr testet mujore të kërkuara nga sistemi i sinjalizimeve të sigurisë"</string>
-    <string name="cmas_presidential_level_alert" msgid="5810314558991898384">"Sinjalizim kombëtar"</string>
-    <string name="show_cmas_opt_out_summary" msgid="5612381687166765604">"Shfaq dialogun e tërheqjes pas shfaqjes së sinjalizimit të parë (përveç \"Sinjalizimit kombëtar\")."</string>
-    <string name="enable_cmas_presidential_alerts_title" msgid="3871388542233245120">"Sinjalizimet kombëtare"</string>
-    <string name="enable_cmas_presidential_alerts_summary" msgid="1292969668875568075">"Mesazhet paralajmëruese kombëtare. Nuk mund të çaktivizohen."</string>
 </resources>
diff --git a/res/values-mcc310-sr/strings.xml b/res/values-mcc310-sr/strings.xml
index 941c03c..2ace1bd 100644
--- a/res/values-mcc310-sr/strings.xml
+++ b/res/values-mcc310-sr/strings.xml
@@ -25,8 +25,4 @@
     <!-- no translation found for enable_cmas_test_alerts_title (3722503121618497385) -->
     <skip />
     <string name="enable_cmas_test_alerts_summary" msgid="6138676147687910935">"Примајте обавезне месечне тестове система безбедносних упозорења"</string>
-    <string name="cmas_presidential_level_alert" msgid="5810314558991898384">"Упозорење на нивоу земље"</string>
-    <string name="show_cmas_opt_out_summary" msgid="5612381687166765604">"Прикажи дијалог за онемогућавање после приказа првог упозорења (осим упозорења на нивоу земље)."</string>
-    <string name="enable_cmas_presidential_alerts_title" msgid="3871388542233245120">"Упозорења на нивоу земље"</string>
-    <string name="enable_cmas_presidential_alerts_summary" msgid="1292969668875568075">"Упозорења на нивоу земље. Не могу да се искључе."</string>
 </resources>
diff --git a/res/values-mcc310-sv/strings.xml b/res/values-mcc310-sv/strings.xml
index 1f92995..fbbe0d0 100644
--- a/res/values-mcc310-sv/strings.xml
+++ b/res/values-mcc310-sv/strings.xml
@@ -25,8 +25,4 @@
     <!-- no translation found for enable_cmas_test_alerts_title (3722503121618497385) -->
     <skip />
     <string name="enable_cmas_test_alerts_summary" msgid="6138676147687910935">"Ta emot månadstester från systemet för säkerhetsvarningar"</string>
-    <string name="cmas_presidential_level_alert" msgid="5810314558991898384">"Nationell varning"</string>
-    <string name="show_cmas_opt_out_summary" msgid="5612381687166765604">"Visa en dialogruta för att välja bort detta när första varningen visas (ej nationella varningar)."</string>
-    <string name="enable_cmas_presidential_alerts_title" msgid="3871388542233245120">"Nationella varningsmeddelanden"</string>
-    <string name="enable_cmas_presidential_alerts_summary" msgid="1292969668875568075">"Nationella varningsmeddelanden. Detta kan inte stängas av."</string>
 </resources>
diff --git a/res/values-mcc310-sw/strings.xml b/res/values-mcc310-sw/strings.xml
index e82767e..605a322 100644
--- a/res/values-mcc310-sw/strings.xml
+++ b/res/values-mcc310-sw/strings.xml
@@ -25,8 +25,4 @@
     <!-- no translation found for enable_cmas_test_alerts_title (3722503121618497385) -->
     <skip />
     <string name="enable_cmas_test_alerts_summary" msgid="6138676147687910935">"Pokea majaribio ya kila mwezi yanayohitajika kutoka mfumo wa arifa za usalama"</string>
-    <string name="cmas_presidential_level_alert" msgid="5810314558991898384">"Arifa ya kitaifa"</string>
-    <string name="show_cmas_opt_out_summary" msgid="5612381687166765604">"Onyesha kidirisha cha kujiondoa baada ya kuonyesha arifa ya kwanza (kando na Arifa ya kitaifa)."</string>
-    <string name="enable_cmas_presidential_alerts_title" msgid="3871388542233245120">"Arifa za kitaifa"</string>
-    <string name="enable_cmas_presidential_alerts_summary" msgid="1292969668875568075">"Ujumbe wa maonyo ya kitaifa. Huwezi kuuzima."</string>
 </resources>
diff --git a/res/values-mcc310-ta/strings.xml b/res/values-mcc310-ta/strings.xml
index 546d9fc..53219e2 100644
--- a/res/values-mcc310-ta/strings.xml
+++ b/res/values-mcc310-ta/strings.xml
@@ -25,8 +25,4 @@
     <!-- no translation found for enable_cmas_test_alerts_title (3722503121618497385) -->
     <skip />
     <string name="enable_cmas_test_alerts_summary" msgid="6138676147687910935">"தேவைப்படும் மாதாந்திரச் சோதனைகளைப் பாதுகாப்பு விழிப்பூட்டல் அமைப்பிலிருந்து பெறுக"</string>
-    <string name="cmas_presidential_level_alert" msgid="5810314558991898384">"தேசிய அளவிலான விழிப்பூட்டல்"</string>
-    <string name="show_cmas_opt_out_summary" msgid="5612381687166765604">"முதல் விழிப்பூட்டலை (தேசிய அளவிலான எச்சரிக்கையைத் தவிர்த்து) காட்டிய பிறகு விலகல் செய்தியைக் காட்டு."</string>
-    <string name="enable_cmas_presidential_alerts_title" msgid="3871388542233245120">"தேசிய அளவிலான எச்சரிக்கைகள்"</string>
-    <string name="enable_cmas_presidential_alerts_summary" msgid="1292969668875568075">"தேசிய அளவிலான எச்சரிக்கை மெசேஜ்கள். இவற்றை முடக்க முடியாது."</string>
 </resources>
diff --git a/res/values-mcc310-te/strings.xml b/res/values-mcc310-te/strings.xml
index eca7f14..e3b97ba 100644
--- a/res/values-mcc310-te/strings.xml
+++ b/res/values-mcc310-te/strings.xml
@@ -25,8 +25,4 @@
     <!-- no translation found for enable_cmas_test_alerts_title (3722503121618497385) -->
     <skip />
     <string name="enable_cmas_test_alerts_summary" msgid="6138676147687910935">"భద్రతా అలర్ట్ సిస్టమ్ నుండి అవసరమైన నెలవారీ పరీక్షలను స్వీకరించండి"</string>
-    <string name="cmas_presidential_level_alert" msgid="5810314558991898384">"జాతీయ అలర్ట్"</string>
-    <string name="show_cmas_opt_out_summary" msgid="5612381687166765604">"మొదటి అలర్ట్‌ను (జాతీయ అలర్ట్ మినహా) ప్రదర్శించిన తర్వాత నిలిపివేత డైలాగ్‌ను చూపించండి."</string>
-    <string name="enable_cmas_presidential_alerts_title" msgid="3871388542233245120">"జాతీయ అలర్ట్‌లు"</string>
-    <string name="enable_cmas_presidential_alerts_summary" msgid="1292969668875568075">"జాతీయ హెచ్చరిక మెసేజ్‌లు. ఆఫ్ చేయలేరు."</string>
 </resources>
diff --git a/res/values-mcc310-th/strings.xml b/res/values-mcc310-th/strings.xml
index fd86d0f..bbdab3e 100644
--- a/res/values-mcc310-th/strings.xml
+++ b/res/values-mcc310-th/strings.xml
@@ -25,8 +25,4 @@
     <!-- no translation found for enable_cmas_test_alerts_title (3722503121618497385) -->
     <skip />
     <string name="enable_cmas_test_alerts_summary" msgid="6138676147687910935">"รับการทดสอบรายเดือนที่จำเป็นจากระบบแจ้งเตือนความปลอดภัย"</string>
-    <string name="cmas_presidential_level_alert" msgid="5810314558991898384">"การแจ้งเตือนระดับประเทศ"</string>
-    <string name="show_cmas_opt_out_summary" msgid="5612381687166765604">"แสดงกล่องโต้ตอบเพื่อเลือกไม่รับหลังจากแสดงการแจ้งเตือนแรก (นอกเหนือจากการแจ้งเตือนระดับประเทศ)"</string>
-    <string name="enable_cmas_presidential_alerts_title" msgid="3871388542233245120">"การแจ้งเตือนระดับประเทศ"</string>
-    <string name="enable_cmas_presidential_alerts_summary" msgid="1292969668875568075">"ข้อความเตือนระดับประเทศ ปิดข้อความไม่ได้"</string>
 </resources>
diff --git a/res/values-mcc310-tl/strings.xml b/res/values-mcc310-tl/strings.xml
index d467058..5604b47 100644
--- a/res/values-mcc310-tl/strings.xml
+++ b/res/values-mcc310-tl/strings.xml
@@ -25,8 +25,4 @@
     <!-- no translation found for enable_cmas_test_alerts_title (3722503121618497385) -->
     <skip />
     <string name="enable_cmas_test_alerts_summary" msgid="6138676147687910935">"Makatanggap ng mga kinakailangang buwanang pagsubok mula sa system ng alerto sa kaligtasan"</string>
-    <string name="cmas_presidential_level_alert" msgid="5810314558991898384">"Pambansang alerto"</string>
-    <string name="show_cmas_opt_out_summary" msgid="5612381687166765604">"Magpakita ng dialog sa pag-opt out pagkatapos ipakita ang unang alerto (bukod sa Pambansang Alerto)."</string>
-    <string name="enable_cmas_presidential_alerts_title" msgid="3871388542233245120">"Mga pambansang alerto"</string>
-    <string name="enable_cmas_presidential_alerts_summary" msgid="1292969668875568075">"Mga pambansang mensahe ng babala. Hindi puwedeng i-off."</string>
 </resources>
diff --git a/res/values-mcc310-tr/strings.xml b/res/values-mcc310-tr/strings.xml
index af6bb1b..b48d65b 100644
--- a/res/values-mcc310-tr/strings.xml
+++ b/res/values-mcc310-tr/strings.xml
@@ -25,8 +25,4 @@
     <!-- no translation found for enable_cmas_test_alerts_title (3722503121618497385) -->
     <skip />
     <string name="enable_cmas_test_alerts_summary" msgid="6138676147687910935">"Gereken aylık testleri güvenlik uyarı sisteminden al"</string>
-    <string name="cmas_presidential_level_alert" msgid="5810314558991898384">"Ulusal düzeyde uyarı"</string>
-    <string name="show_cmas_opt_out_summary" msgid="5612381687166765604">"İlk uyarı (Ulusal düzeyde uyarı hariç) görüntülendikten sonra devre dışı bırakma iletişimini göster."</string>
-    <string name="enable_cmas_presidential_alerts_title" msgid="3871388542233245120">"Ulusal uyarılar"</string>
-    <string name="enable_cmas_presidential_alerts_summary" msgid="1292969668875568075">"Ulusal uyarı mesajları. Kapatılamaz."</string>
 </resources>
diff --git a/res/values-mcc310-uk/strings.xml b/res/values-mcc310-uk/strings.xml
index 117a131..8a50e50 100644
--- a/res/values-mcc310-uk/strings.xml
+++ b/res/values-mcc310-uk/strings.xml
@@ -25,8 +25,4 @@
     <!-- no translation found for enable_cmas_test_alerts_title (3722503121618497385) -->
     <skip />
     <string name="enable_cmas_test_alerts_summary" msgid="6138676147687910935">"Отримувати обов\'язкові щомісячні тестові сповіщення від системи безпеки"</string>
-    <string name="cmas_presidential_level_alert" msgid="5810314558991898384">"Сповіщення для всієї країни"</string>
-    <string name="show_cmas_opt_out_summary" msgid="5612381687166765604">"Пропонувати вимкнути після першого сповіщення (крім тих, які стосуються всієї країни)."</string>
-    <string name="enable_cmas_presidential_alerts_title" msgid="3871388542233245120">"Сповіщення на державному рівні"</string>
-    <string name="enable_cmas_presidential_alerts_summary" msgid="1292969668875568075">"Попередження на державному рівні. Їх не можна вимкнути."</string>
 </resources>
diff --git a/res/values-mcc310-ur/strings.xml b/res/values-mcc310-ur/strings.xml
index a64e636..7708528 100644
--- a/res/values-mcc310-ur/strings.xml
+++ b/res/values-mcc310-ur/strings.xml
@@ -25,8 +25,4 @@
     <!-- no translation found for enable_cmas_test_alerts_title (3722503121618497385) -->
     <skip />
     <string name="enable_cmas_test_alerts_summary" msgid="6138676147687910935">"حفاظتی الرٹ سسٹم سے مطلوبہ ماہانہ ٹیسٹس موصول کریں"</string>
-    <string name="cmas_presidential_level_alert" msgid="5810314558991898384">"قومی الرٹ"</string>
-    <string name="show_cmas_opt_out_summary" msgid="5612381687166765604">"پہلا الرٹ (قومی الرٹ کے علاوہ) ڈسپلے کرنے کے بعد ایک آپٹ آؤٹ ڈائیلاگ دکھائیں۔"</string>
-    <string name="enable_cmas_presidential_alerts_title" msgid="3871388542233245120">"قومی الرٹس"</string>
-    <string name="enable_cmas_presidential_alerts_summary" msgid="1292969668875568075">"قومی وارننگ کے پیغامات۔ آف نہیں کیا جا سکتا۔"</string>
 </resources>
diff --git a/res/values-mcc310-uz/strings.xml b/res/values-mcc310-uz/strings.xml
index 210335a..21f27cc 100644
--- a/res/values-mcc310-uz/strings.xml
+++ b/res/values-mcc310-uz/strings.xml
@@ -25,8 +25,4 @@
     <!-- no translation found for enable_cmas_test_alerts_title (3722503121618497385) -->
     <skip />
     <string name="enable_cmas_test_alerts_summary" msgid="6138676147687910935">"Xavfsizlik tizimi uchun majburiy oylik sinov xabarlarini olish"</string>
-    <string name="cmas_presidential_level_alert" msgid="5810314558991898384">"Umummilliy ogohlantirish"</string>
-    <string name="show_cmas_opt_out_summary" msgid="5612381687166765604">"Birinchi ogohlantirishdan keyin umummilliy ogohlantirishlarni faolsizlantirishni taklif qilish"</string>
-    <string name="enable_cmas_presidential_alerts_title" msgid="3871388542233245120">"Federal bildirishnomalar"</string>
-    <string name="enable_cmas_presidential_alerts_summary" msgid="1292969668875568075">"Favqulodda fideral bildirishnomalar Uni faolsizlantirish imkonsiz."</string>
 </resources>
diff --git a/res/values-mcc310-vi/strings.xml b/res/values-mcc310-vi/strings.xml
index 0f4fef5..dc66f92 100644
--- a/res/values-mcc310-vi/strings.xml
+++ b/res/values-mcc310-vi/strings.xml
@@ -25,8 +25,4 @@
     <!-- no translation found for enable_cmas_test_alerts_title (3722503121618497385) -->
     <skip />
     <string name="enable_cmas_test_alerts_summary" msgid="6138676147687910935">"Nhận cảnh báo thử nghiệm bắt buộc hằng tháng của hệ thống cảnh báo an toàn"</string>
-    <string name="cmas_presidential_level_alert" msgid="5810314558991898384">"Cảnh báo cấp quốc gia"</string>
-    <string name="show_cmas_opt_out_summary" msgid="5612381687166765604">"Hiển thị hộp thoại chọn không nhận sau khi hiện cảnh báo đầu tiên (trừ Cảnh báo cấp quốc gia)."</string>
-    <string name="enable_cmas_presidential_alerts_title" msgid="3871388542233245120">"Cảnh báo cấp quốc gia"</string>
-    <string name="enable_cmas_presidential_alerts_summary" msgid="1292969668875568075">"Thông báo cảnh báo cấp quốc gia. Không thể tắt."</string>
 </resources>
diff --git a/res/values-mcc310-zh-rCN/strings.xml b/res/values-mcc310-zh-rCN/strings.xml
index f2ef3a4..7ca637d 100644
--- a/res/values-mcc310-zh-rCN/strings.xml
+++ b/res/values-mcc310-zh-rCN/strings.xml
@@ -25,8 +25,4 @@
     <!-- no translation found for enable_cmas_test_alerts_title (3722503121618497385) -->
     <skip />
     <string name="enable_cmas_test_alerts_summary" msgid="6138676147687910935">"接收安全警报系统发出的必需的每月测试消息"</string>
-    <string name="cmas_presidential_level_alert" msgid="5810314558991898384">"国家/地区级警报"</string>
-    <string name="show_cmas_opt_out_summary" msgid="5612381687166765604">"在显示第一条警报(国家/地区级警报除外)后,显示可供用户停用 CMAS 的对话框。"</string>
-    <string name="enable_cmas_presidential_alerts_title" msgid="3871388542233245120">"国家级警报"</string>
-    <string name="enable_cmas_presidential_alerts_summary" msgid="1292969668875568075">"国家级警告消息。无法关闭。"</string>
 </resources>
diff --git a/res/values-mcc310-zh-rHK/strings.xml b/res/values-mcc310-zh-rHK/strings.xml
index b9bd2ce..0d79d6b 100644
--- a/res/values-mcc310-zh-rHK/strings.xml
+++ b/res/values-mcc310-zh-rHK/strings.xml
@@ -25,8 +25,4 @@
     <!-- no translation found for enable_cmas_test_alerts_title (3722503121618497385) -->
     <skip />
     <string name="enable_cmas_test_alerts_summary" msgid="6138676147687910935">"從安全警示系統接收必需的每月測試"</string>
-    <string name="cmas_presidential_level_alert" msgid="5810314558991898384">"國家級警報"</string>
-    <string name="show_cmas_opt_out_summary" msgid="5612381687166765604">"第一次警報出現後顯示停用對話框 (國家級警報除外)。"</string>
-    <string name="enable_cmas_presidential_alerts_title" msgid="3871388542233245120">"國家級警示"</string>
-    <string name="enable_cmas_presidential_alerts_summary" msgid="1292969668875568075">"國家級警示訊息。這類訊息無法關閉。"</string>
 </resources>
diff --git a/res/values-mcc310-zh-rTW/strings.xml b/res/values-mcc310-zh-rTW/strings.xml
index 90050d4..047f99f 100644
--- a/res/values-mcc310-zh-rTW/strings.xml
+++ b/res/values-mcc310-zh-rTW/strings.xml
@@ -25,8 +25,4 @@
     <!-- no translation found for enable_cmas_test_alerts_title (3722503121618497385) -->
     <skip />
     <string name="enable_cmas_test_alerts_summary" msgid="6138676147687910935">"接收安全性警示系統發出的每月測試訊息"</string>
-    <string name="cmas_presidential_level_alert" msgid="5810314558991898384">"國家級警報"</string>
-    <string name="show_cmas_opt_out_summary" msgid="5612381687166765604">"第一次警報出現後顯示停用對話方塊 (國家級警報除外)。"</string>
-    <string name="enable_cmas_presidential_alerts_title" msgid="3871388542233245120">"國家級警報"</string>
-    <string name="enable_cmas_presidential_alerts_summary" msgid="1292969668875568075">"國家級警報訊息。這類訊息無法關閉。"</string>
 </resources>
diff --git a/res/values-mcc310-zu/strings.xml b/res/values-mcc310-zu/strings.xml
index a912ffc..139707d 100644
--- a/res/values-mcc310-zu/strings.xml
+++ b/res/values-mcc310-zu/strings.xml
@@ -25,8 +25,4 @@
     <!-- no translation found for enable_cmas_test_alerts_title (3722503121618497385) -->
     <skip />
     <string name="enable_cmas_test_alerts_summary" msgid="6138676147687910935">"Thola izivivinyo ezidingekile zangenyanga ezivela kusistimu yesexwayiso sokuphepha"</string>
-    <string name="cmas_presidential_level_alert" msgid="5810314558991898384">"Isexwayiso sikazwelonke"</string>
-    <string name="show_cmas_opt_out_summary" msgid="5612381687166765604">"Bonisa ingxoxo yokukhetha ukuphuma ngemuva kokubonisa isexwayiso sokuqala (Ngaphandle Kwesexwayiso Sikazwelonke)."</string>
-    <string name="enable_cmas_presidential_alerts_title" msgid="3871388542233245120">"Izexwayiso zikazwelonke"</string>
-    <string name="enable_cmas_presidential_alerts_summary" msgid="1292969668875568075">"Imiyalezo yesexwayiso kazwe lonke. Ayikwazi ukuvalwa."</string>
 </resources>
diff --git a/res/values-mcc310/strings.xml b/res/values-mcc310/strings.xml
index bba1d91..545f238 100644
--- a/res/values-mcc310/strings.xml
+++ b/res/values-mcc310/strings.xml
@@ -40,9 +40,4 @@
     <string name="cmas_presidential_level_alert">National alert</string>
     <!-- Show CMAS opt-out dialog on first non-national alert. [CHAR LIMIT=100] -->
     <string name="show_cmas_opt_out_summary">Show an opt-out dialog after displaying the first alert (other than National alert).</string>
-    <!-- Show checkbox for National alerts in settings -->
-    <!-- Preference title for enable National threat alerts checkbox. [CHAR LIMIT=40] -->
-    <string name="enable_cmas_presidential_alerts_title">National alerts</string>
-    <!-- Preference summary for enable national threat alerts checkbox. [CHAR LIMIT=100] -->
-    <string name="enable_cmas_presidential_alerts_summary">National warning messages. Can\'t be turned off.</string>
 </resources>
diff --git a/res/values-mcc420-iw/strings.xml b/res/values-mcc420-iw/strings.xml
index d989a8d..255c24c 100644
--- a/res/values-mcc420-iw/strings.xml
+++ b/res/values-mcc420-iw/strings.xml
@@ -13,16 +13,16 @@
 
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-    <string name="cmas_presidential_level_alert" msgid="5922755396541728069">"התרעות אזהרה ארציות"</string>
-    <string name="cmas_extreme_alert" msgid="2666370743728576543">"התרעות אזהרה במקרה חירום קיצוני"</string>
+    <string name="cmas_presidential_level_alert" msgid="5922755396541728069">"התראות אזהרה ארציות"</string>
+    <string name="cmas_extreme_alert" msgid="2666370743728576543">"התראות אזהרה במקרה חירום קיצוני"</string>
     <!-- no translation found for cmas_extreme_immediate_observed_alert (9214912512697774351) -->
     <skip />
     <!-- no translation found for cmas_extreme_immediate_likely_alert (5872678423468023949) -->
     <skip />
-    <string name="cmas_severe_alert" msgid="1611418922477376647">"התרעות אזהרה במקרה חירום"</string>
-    <string name="pws_other_message_identifiers" msgid="7907712751421890873">"התרעות"</string>
-    <string name="enable_emergency_alerts_message_title" msgid="5267857032926801433">"התרעות"</string>
+    <string name="cmas_severe_alert" msgid="1611418922477376647">"התראות אזהרה במקרה חירום"</string>
+    <string name="pws_other_message_identifiers" msgid="7907712751421890873">"התראות"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="5267857032926801433">"התראות"</string>
     <string name="enable_emergency_alerts_message_summary" msgid="8961532453478455676">"פעולות מומלצות שיכולות לעזור בהצלת חיים או רכוש"</string>
-    <string name="cmas_required_monthly_test" msgid="5733131786754331921">"התרעות לבדיקה"</string>
+    <string name="cmas_required_monthly_test" msgid="5733131786754331921">"התראות לבדיקה"</string>
     <string name="cmas_exercise_alert" msgid="7249058541625071454">"תרגילים"</string>
 </resources>
diff --git a/res/values-mcc422-it/strings.xml b/res/values-mcc422-it/strings.xml
index 070b19c..0c995de 100644
--- a/res/values-mcc422-it/strings.xml
+++ b/res/values-mcc422-it/strings.xml
@@ -13,7 +13,7 @@
 
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-    <string name="cmas_presidential_level_alert" msgid="3211812107922643307">"Allerta di emergenza"</string>
-    <string name="pws_other_message_identifiers" msgid="7325727748670134223">"Allerta"</string>
-    <string name="cmas_exercise_alert" msgid="8865117243431902282">"Simulazione di allerta"</string>
+    <string name="cmas_presidential_level_alert" msgid="3211812107922643307">"Avviso di emergenza"</string>
+    <string name="pws_other_message_identifiers" msgid="7325727748670134223">"Avviso"</string>
+    <string name="cmas_exercise_alert" msgid="8865117243431902282">"Simulazione di avviso"</string>
 </resources>
diff --git a/res/values-mcc422-iw/strings.xml b/res/values-mcc422-iw/strings.xml
index 9a06d37..bcd59e8 100644
--- a/res/values-mcc422-iw/strings.xml
+++ b/res/values-mcc422-iw/strings.xml
@@ -13,7 +13,7 @@
 
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-    <string name="cmas_presidential_level_alert" msgid="3211812107922643307">"התרעה על מקרה חירום"</string>
-    <string name="pws_other_message_identifiers" msgid="7325727748670134223">"התרעת אזהרה"</string>
-    <string name="cmas_exercise_alert" msgid="8865117243431902282">"התרעת תרגול"</string>
+    <string name="cmas_presidential_level_alert" msgid="3211812107922643307">"התראה על מקרה חירום"</string>
+    <string name="pws_other_message_identifiers" msgid="7325727748670134223">"התראת אזהרה"</string>
+    <string name="cmas_exercise_alert" msgid="8865117243431902282">"התראת תרגול"</string>
 </resources>
diff --git a/res/values-mcc424-ar/strings.xml b/res/values-mcc424-ar/strings.xml
index e9a7e14..b165605 100644
--- a/res/values-mcc424-ar/strings.xml
+++ b/res/values-mcc424-ar/strings.xml
@@ -26,7 +26,7 @@
     <string name="cmas_exercise_alert" msgid="5775307523978007483">"تمرين"</string>
     <string name="cmas_required_monthly_test" msgid="638043663020315444">"رسالة تجريبية"</string>
     <string name="state_local_test_alert" msgid="5347253401221487116">"رسالة تجريبية"</string>
-    <string name="enable_emergency_alerts_message_title" msgid="5365080705719184919">"التنبيهات التحذيرية"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="5365080705719184919">"رسالة تحذيرية"</string>
     <string name="enable_public_safety_messages_title" msgid="4702006823902961758">"تحذير: السلامة العامة"</string>
     <string name="enable_cmas_test_alerts_title" msgid="3586102183699625309">"رسالة تجريبية"</string>
 </resources>
diff --git a/res/values-mcc424-eu/strings.xml b/res/values-mcc424-eu/strings.xml
index ad26649..d41a0c9 100644
--- a/res/values-mcc424-eu/strings.xml
+++ b/res/values-mcc424-eu/strings.xml
@@ -24,9 +24,9 @@
     <string name="pws_other_message_identifiers" msgid="2219849459734958071">"Abisuen alerta"</string>
     <string name="public_safety_message" msgid="6430821308078207535">"Segurtasun publikoari buruzko alerta"</string>
     <string name="cmas_exercise_alert" msgid="5775307523978007483">"Ariketa fisikoa"</string>
-    <string name="cmas_required_monthly_test" msgid="638043663020315444">"Probako alerta"</string>
-    <string name="state_local_test_alert" msgid="5347253401221487116">"Probako alerta"</string>
+    <string name="cmas_required_monthly_test" msgid="638043663020315444">"Testu-mezu bidezko alerta"</string>
+    <string name="state_local_test_alert" msgid="5347253401221487116">"Testu-mezu bidezko alerta"</string>
     <string name="enable_emergency_alerts_message_title" msgid="5365080705719184919">"Abisuen alertak"</string>
     <string name="enable_public_safety_messages_title" msgid="4702006823902961758">"Segurtasun publikoari buruzko alertak"</string>
-    <string name="enable_cmas_test_alerts_title" msgid="3586102183699625309">"Probako alertak"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="3586102183699625309">"Testu-mezu bidezko alertak"</string>
 </resources>
diff --git a/res/values-mcc424-it/strings.xml b/res/values-mcc424-it/strings.xml
index 56d793b..bcccc5e 100644
--- a/res/values-mcc424-it/strings.xml
+++ b/res/values-mcc424-it/strings.xml
@@ -16,16 +16,16 @@
 
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-    <string name="cmas_presidential_level_alert" msgid="569470769079166304">"Allerta di emergenza nazionale"</string>
-    <string name="cmas_extreme_alert" msgid="9135130008703049274">"Allerta di emergenza"</string>
-    <string name="cmas_extreme_immediate_observed_alert" msgid="713620529362685655">"Allerta di emergenza"</string>
-    <string name="cmas_extreme_immediate_likely_alert" msgid="6858545279275537101">"Allerta di emergenza"</string>
-    <string name="cmas_severe_alert" msgid="6255792641522355328">"Allerta di emergenza"</string>
+    <string name="cmas_presidential_level_alert" msgid="569470769079166304">"Avviso di emergenza nazionale"</string>
+    <string name="cmas_extreme_alert" msgid="9135130008703049274">"Avviso di emergenza"</string>
+    <string name="cmas_extreme_immediate_observed_alert" msgid="713620529362685655">"Avviso di emergenza"</string>
+    <string name="cmas_extreme_immediate_likely_alert" msgid="6858545279275537101">"Avviso di emergenza"</string>
+    <string name="cmas_severe_alert" msgid="6255792641522355328">"Avviso di emergenza"</string>
     <string name="pws_other_message_identifiers" msgid="2219849459734958071">"Allerta"</string>
     <string name="public_safety_message" msgid="6430821308078207535">"Allerta sicurezza pubblica"</string>
     <string name="cmas_exercise_alert" msgid="5775307523978007483">"Esercitazione"</string>
-    <string name="cmas_required_monthly_test" msgid="638043663020315444">"Allerta di prova"</string>
-    <string name="state_local_test_alert" msgid="5347253401221487116">"Allerta di prova"</string>
+    <string name="cmas_required_monthly_test" msgid="638043663020315444">"Avviso di prova"</string>
+    <string name="state_local_test_alert" msgid="5347253401221487116">"Avviso di prova"</string>
     <string name="enable_emergency_alerts_message_title" msgid="5365080705719184919">"Allerte"</string>
     <string name="enable_public_safety_messages_title" msgid="4702006823902961758">"Allerte sicurezza pubblica"</string>
     <string name="enable_cmas_test_alerts_title" msgid="3586102183699625309">"Avvisi di prova"</string>
diff --git a/res/values-mcc424-iw/strings.xml b/res/values-mcc424-iw/strings.xml
index 812002f..c0e718a 100644
--- a/res/values-mcc424-iw/strings.xml
+++ b/res/values-mcc424-iw/strings.xml
@@ -16,17 +16,17 @@
 
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-    <string name="cmas_presidential_level_alert" msgid="569470769079166304">"התרעה על מקרה חירום לאומי"</string>
-    <string name="cmas_extreme_alert" msgid="9135130008703049274">"התרעת חירום"</string>
-    <string name="cmas_extreme_immediate_observed_alert" msgid="713620529362685655">"התרעת חירום"</string>
-    <string name="cmas_extreme_immediate_likely_alert" msgid="6858545279275537101">"התרעת חירום"</string>
-    <string name="cmas_severe_alert" msgid="6255792641522355328">"התרעת חירום"</string>
-    <string name="pws_other_message_identifiers" msgid="2219849459734958071">"התרעת אזהרה"</string>
-    <string name="public_safety_message" msgid="6430821308078207535">"התרעה בנוגע לביטחון הציבור"</string>
+    <string name="cmas_presidential_level_alert" msgid="569470769079166304">"התראה על מקרה חירום לאומי"</string>
+    <string name="cmas_extreme_alert" msgid="9135130008703049274">"התראת חירום"</string>
+    <string name="cmas_extreme_immediate_observed_alert" msgid="713620529362685655">"התראת חירום"</string>
+    <string name="cmas_extreme_immediate_likely_alert" msgid="6858545279275537101">"התראת חירום"</string>
+    <string name="cmas_severe_alert" msgid="6255792641522355328">"התראת חירום"</string>
+    <string name="pws_other_message_identifiers" msgid="2219849459734958071">"התראת אזהרה"</string>
+    <string name="public_safety_message" msgid="6430821308078207535">"התראה בנוגע לביטחון הציבור"</string>
     <string name="cmas_exercise_alert" msgid="5775307523978007483">"פעילות גופנית"</string>
-    <string name="cmas_required_monthly_test" msgid="638043663020315444">"התרעת בדיקה"</string>
+    <string name="cmas_required_monthly_test" msgid="638043663020315444">"התראת בדיקה"</string>
     <string name="state_local_test_alert" msgid="5347253401221487116">"התראת בדיקה"</string>
-    <string name="enable_emergency_alerts_message_title" msgid="5365080705719184919">"התרעות אזהרה"</string>
-    <string name="enable_public_safety_messages_title" msgid="4702006823902961758">"התרעות בנוגע לביטחון הציבור"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="5365080705719184919">"התראות אזהרה"</string>
+    <string name="enable_public_safety_messages_title" msgid="4702006823902961758">"התראות בנוגע לביטחון הציבור"</string>
     <string name="enable_cmas_test_alerts_title" msgid="3586102183699625309">"התרעות בדיקה"</string>
 </resources>
diff --git a/res/values-mcc424-zh-rCN/strings.xml b/res/values-mcc424-zh-rCN/strings.xml
index a39358d..148e55a 100644
--- a/res/values-mcc424-zh-rCN/strings.xml
+++ b/res/values-mcc424-zh-rCN/strings.xml
@@ -16,7 +16,7 @@
 
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-    <string name="cmas_presidential_level_alert" msgid="569470769079166304">"国家级紧急警报"</string>
+    <string name="cmas_presidential_level_alert" msgid="569470769079166304">"国家紧急警示"</string>
     <string name="cmas_extreme_alert" msgid="9135130008703049274">"紧急警示"</string>
     <string name="cmas_extreme_immediate_observed_alert" msgid="713620529362685655">"紧急警示"</string>
     <string name="cmas_extreme_immediate_likely_alert" msgid="6858545279275537101">"紧急警示"</string>
diff --git a/res/values-mcc425-it/strings.xml b/res/values-mcc425-it/strings.xml
index 065066d..171a0bd 100644
--- a/res/values-mcc425-it/strings.xml
+++ b/res/values-mcc425-it/strings.xml
@@ -16,7 +16,7 @@
 
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-    <string name="cmas_severe_alert" msgid="4470698515511189493">"Allerta"</string>
+    <string name="cmas_severe_alert" msgid="4470698515511189493">"Allarme"</string>
     <string name="public_safety_message" msgid="7373019453807671797">"Messaggio informativo"</string>
     <string name="cmas_amber_alert" msgid="740474290634511931">"Messaggio di richiesta di assistenza sociale"</string>
     <string name="enable_cmas_severe_threat_alerts_title" msgid="4570611095431464471">"Allarmi"</string>
diff --git a/res/values-mcc425-iw/strings.xml b/res/values-mcc425-iw/strings.xml
index 132d92a..2148674 100644
--- a/res/values-mcc425-iw/strings.xml
+++ b/res/values-mcc425-iw/strings.xml
@@ -16,10 +16,10 @@
 
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-    <string name="cmas_severe_alert" msgid="4470698515511189493">"התרעת אזהרה"</string>
+    <string name="cmas_severe_alert" msgid="4470698515511189493">"התראת אזהרה"</string>
     <string name="public_safety_message" msgid="7373019453807671797">"מידע לציבור"</string>
     <string name="cmas_amber_alert" msgid="740474290634511931">"הודעה עם בקשת עזרה מהציבור"</string>
-    <string name="enable_cmas_severe_threat_alerts_title" msgid="4570611095431464471">"התרעות אזהרה"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="4570611095431464471">"התראות אזהרה"</string>
     <string name="enable_public_safety_messages_title" msgid="6173886162636474286">"הודעות עם מידע לציבור"</string>
     <string name="enable_cmas_amber_alerts_title" msgid="3896845887375326185">"הודעות עם בקשות עזרה מהציבור"</string>
 </resources>
diff --git a/res/values-mcc425-te/strings.xml b/res/values-mcc425-te/strings.xml
index 862f031..8609904 100644
--- a/res/values-mcc425-te/strings.xml
+++ b/res/values-mcc425-te/strings.xml
@@ -17,9 +17,9 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="cmas_severe_alert" msgid="4470698515511189493">"హెచ్చరిక అలర్ట్"</string>
-    <string name="public_safety_message" msgid="7373019453807671797">"సమాచారాత్మక మెసేజ్‌"</string>
-    <string name="cmas_amber_alert" msgid="740474290634511931">"పబ్లిక్ నుంచి సహాయాన్ని అభ్యర్థించే మెసేజ్‌"</string>
+    <string name="public_safety_message" msgid="7373019453807671797">"సమాచారాత్మక సందేశం"</string>
+    <string name="cmas_amber_alert" msgid="740474290634511931">"పబ్లిక్ నుంచి సహాయాన్ని అభ్యర్థించే సందేశం"</string>
     <string name="enable_cmas_severe_threat_alerts_title" msgid="4570611095431464471">"హెచ్చరిక అలర్ట్‌లు"</string>
-    <string name="enable_public_safety_messages_title" msgid="6173886162636474286">"సమాచారాత్మక మెసేజ్‌లు"</string>
-    <string name="enable_cmas_amber_alerts_title" msgid="3896845887375326185">"పబ్లిక్ నుంచి సహాయాన్ని అభ్యర్థించే మెసేజ్‌లు"</string>
+    <string name="enable_public_safety_messages_title" msgid="6173886162636474286">"సమాచారాత్మక సందేశాలు"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="3896845887375326185">"పబ్లిక్ నుంచి సహాయాన్ని అభ్యర్థించే సందేశాలు"</string>
 </resources>
diff --git a/res/values-mcc450-it/strings.xml b/res/values-mcc450-it/strings.xml
index b7d43df..263083f 100644
--- a/res/values-mcc450-it/strings.xml
+++ b/res/values-mcc450-it/strings.xml
@@ -16,6 +16,6 @@
 
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-    <string name="cmas_presidential_level_alert" msgid="6968323372438785870">"Allerta di emergenza critico"</string>
+    <string name="cmas_presidential_level_alert" msgid="6968323372438785870">"Avviso di emergenza critico"</string>
     <string name="alerts_header_summary" msgid="8898082819299479687">"Il telefono può inviarti allerte, ad esempio indicazioni per l\'evacuazione, durante calamità naturali. Questo servizio è nato dalla collaborazione tra National Emergency Management Agency, fornitori di reti e produttori di dispositivi.\n\nPotresti non ricevere le allerte in caso di problemi con il tuo dispositivo o condizioni non ottimali della rete."</string>
 </resources>
diff --git a/res/values-mcc450-iw/strings.xml b/res/values-mcc450-iw/strings.xml
index f4378d6..a6b6049 100644
--- a/res/values-mcc450-iw/strings.xml
+++ b/res/values-mcc450-iw/strings.xml
@@ -16,6 +16,6 @@
 
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-    <string name="cmas_presidential_level_alert" msgid="6968323372438785870">"התרעה על מקרה חירום קריטי"</string>
-    <string name="alerts_header_summary" msgid="8898082819299479687">"במהלך אסונות טבע, הטלפון יכול לשלוח הוראות לפינוי והתרעות נוספות. השירות ניתן במסגרת שיתוף פעולה בין הסוכנות הלאומית לניהול מצבי חירום, ספקי רשתות ויצרני מכשירים.\n\nייתכן שלא יוצגו לך התרעות אם יש בעיה במכשיר או בעיות באיכות הרשת."</string>
+    <string name="cmas_presidential_level_alert" msgid="6968323372438785870">"התראה על מקרה חירום קריטי"</string>
+    <string name="alerts_header_summary" msgid="8898082819299479687">"במהלך אסונות טבע, הטלפון יכול לשלוח התראות. למשל, הוראות לפינוי. השירות נוצר מתוך שיתוף פעולה בין הסוכנות הלאומית לניהול חירום, ספקי רשתות ויצרני מכשירים.\n\nייתכן שלא יוצגו לך התראות אם יש בעיה במכשיר או בעיות באיכות הרשת."</string>
 </resources>
diff --git a/res/values-mcc454-it/strings.xml b/res/values-mcc454-it/strings.xml
index 80d98b6..c71ca94 100644
--- a/res/values-mcc454-it/strings.xml
+++ b/res/values-mcc454-it/strings.xml
@@ -16,8 +16,8 @@
 
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-    <string name="cmas_presidential_level_alert" msgid="8798462930675572592">"Allerta di emergenza estrema"</string>
-    <string name="cmas_extreme_alert" msgid="666310502927269524">"Allerta di emergenza"</string>
+    <string name="cmas_presidential_level_alert" msgid="8798462930675572592">"Avviso di emergenza estrema"</string>
+    <string name="cmas_extreme_alert" msgid="666310502927269524">"Avviso di emergenza"</string>
     <string name="cmas_required_monthly_test" msgid="3412608025684914213">"Messaggio di test"</string>
     <string name="enable_emergency_alerts_message_summary" msgid="8186076761036041808">"Ricevi avvisi di emergenza"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4587011587057993053">"Messaggi di test"</string>
diff --git a/res/values-mcc454-iw/strings.xml b/res/values-mcc454-iw/strings.xml
index 7e6404b..f77239c 100644
--- a/res/values-mcc454-iw/strings.xml
+++ b/res/values-mcc454-iw/strings.xml
@@ -16,10 +16,10 @@
 
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-    <string name="cmas_presidential_level_alert" msgid="8798462930675572592">"התרעה על מקרה חירום קיצוני"</string>
-    <string name="cmas_extreme_alert" msgid="666310502927269524">"התרעת חירום"</string>
+    <string name="cmas_presidential_level_alert" msgid="8798462930675572592">"התראה על מקרה חירום קיצוני"</string>
+    <string name="cmas_extreme_alert" msgid="666310502927269524">"התראת חירום"</string>
     <string name="cmas_required_monthly_test" msgid="3412608025684914213">"הודעת בדיקה"</string>
-    <string name="enable_emergency_alerts_message_summary" msgid="8186076761036041808">"קבלת התרעות חירום"</string>
+    <string name="enable_emergency_alerts_message_summary" msgid="8186076761036041808">"קבלת התראות חירום"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4587011587057993053">"הודעות בדיקה"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="6148921520813876460">"קבלת הודעות בדיקה"</string>
 </resources>
diff --git a/res/values-mcc466-it/strings.xml b/res/values-mcc466-it/strings.xml
index 7cc1aa8..6ff4aea 100644
--- a/res/values-mcc466-it/strings.xml
+++ b/res/values-mcc466-it/strings.xml
@@ -16,7 +16,7 @@
 
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-    <string name="public_safety_message" msgid="4052407641316309322">"Messaggio di allerta"</string>
+    <string name="public_safety_message" msgid="4052407641316309322">"Messaggio di avviso"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4165080207837566277">"Test mensile obbligatorio"</string>
-    <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"Ricevi messaggi di prova per il sistema di allerta per la sicurezza"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"Ricevi messaggi di prova per il sistema di avvisi relativi alla sicurezza"</string>
 </resources>
diff --git a/res/values-mcc466-iw/strings.xml b/res/values-mcc466-iw/strings.xml
index 0fe2aae..6960ab4 100644
--- a/res/values-mcc466-iw/strings.xml
+++ b/res/values-mcc466-iw/strings.xml
@@ -16,7 +16,7 @@
 
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-    <string name="public_safety_message" msgid="4052407641316309322">"הודעת התרעה"</string>
+    <string name="public_safety_message" msgid="4052407641316309322">"הודאת התרעה"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4165080207837566277">"בדיקה חודשית נדרשת"</string>
-    <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"קבלת הודעות בדיקה למערכת התרעות האבטחה"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"קבלת הודעות בדיקה למערכת התראות האבטחה"</string>
 </resources>
diff --git a/res/values-mcc466-te/strings.xml b/res/values-mcc466-te/strings.xml
index 009d666..f3b8137 100644
--- a/res/values-mcc466-te/strings.xml
+++ b/res/values-mcc466-te/strings.xml
@@ -16,7 +16,7 @@
 
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-    <string name="public_safety_message" msgid="4052407641316309322">"హెచ్చరిక మెసేజ్‌"</string>
+    <string name="public_safety_message" msgid="4052407641316309322">"హెచ్చరిక సందేశం"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4165080207837566277">"నెలవారీ పరీక్ష అవసరం"</string>
-    <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"భద్రతా అలర్ట్ సిస్టమ్ కోసం పరీక్ష మెసేజ్‌లను స్వీకరించండి"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"భద్రతా అలర్ట్ సిస్టమ్ కోసం పరీక్ష సందేశాలను స్వీకరించండి"</string>
 </resources>
diff --git a/res/values-mcc655-mnc10-iw/strings.xml b/res/values-mcc655-mnc10-iw/strings.xml
index 9623c3d..b536b92 100644
--- a/res/values-mcc655-mnc10-iw/strings.xml
+++ b/res/values-mcc655-mnc10-iw/strings.xml
@@ -18,6 +18,6 @@
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <!-- no translation found for pws_other_message_identifiers (8386631538547583365) -->
     <skip />
-    <string name="enable_area_update_info_alerts_title" msgid="359971597213074452">"התרעות מערוץ 50"</string>
+    <string name="enable_area_update_info_alerts_title" msgid="359971597213074452">"התראות מערוץ 50"</string>
     <string name="enable_area_update_info_alerts_summary" msgid="4769414683505720325">"הצגת שידורים של ערוץ 50 בדרום אפריקה"</string>
 </resources>
diff --git a/res/values-mcc655-ta/strings.xml b/res/values-mcc655-ta/strings.xml
index 82f2ba3..0d00b3f 100644
--- a/res/values-mcc655-ta/strings.xml
+++ b/res/values-mcc655-ta/strings.xml
@@ -16,5 +16,5 @@
 
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-    <string name="emergency_alert_history_title" msgid="5166801194974934794">"இதுவரையான செல் பிராட்காஸ்ட் தகவல்"</string>
+    <string name="emergency_alert_history_title" msgid="5166801194974934794">"செல் பிராட்காஸ்ட் வரலாறு"</string>
 </resources>
diff --git a/res/values-mcc716-es-rUS/strings.xml b/res/values-mcc716-es-rUS/strings.xml
index 37aab23..1629df7 100644
--- a/res/values-mcc716-es-rUS/strings.xml
+++ b/res/values-mcc716-es-rUS/strings.xml
@@ -19,7 +19,7 @@
     <string name="public_safety_message" msgid="7237115648380675159">"Mensaje Informativo"</string>
     <string name="enable_public_safety_messages_title" msgid="4037404034274507696">"Mensaje Informativo"</string>
     <string name="cmas_required_monthly_test" msgid="9061179556831144678">"Alerta de emergencia: mensaje de prueba"</string>
-    <string name="cmas_exercise_alert" msgid="3061507852301643814">"Alerta de Emergencia – mensaje de Ejercicio/Simulacro"</string>
+    <string name="cmas_exercise_alert" msgid="3061507852301643814">"Alerta de emergencia: Mensaje de simulación/entrenamiento"</string>
     <string name="pws_other_message_identifiers" msgid="4992476982074198144">"Alerta de emergencia: mensaje de prueba"</string>
     <string name="button_dismiss" msgid="5823921161712171097">"Ocultar"</string>
 </resources>
diff --git a/res/values-mcc716-es/strings.xml b/res/values-mcc716-es/strings.xml
index f2f277e..7912091 100644
--- a/res/values-mcc716-es/strings.xml
+++ b/res/values-mcc716-es/strings.xml
@@ -20,6 +20,6 @@
     <string name="enable_public_safety_messages_title" msgid="4037404034274507696">"Mensaje informativo"</string>
     <string name="cmas_required_monthly_test" msgid="9061179556831144678">"Alerta de emergencia: mensaje de prueba"</string>
     <string name="cmas_exercise_alert" msgid="3061507852301643814">"Alerta de Emergencia – mensaje de Ejercicio/Simulacro"</string>
-    <string name="pws_other_message_identifiers" msgid="4992476982074198144">"Alerta de Emergencia"</string>
+    <string name="pws_other_message_identifiers" msgid="4992476982074198144">"Alerta de Emergencia – mensaje de Prueba"</string>
     <string name="button_dismiss" msgid="5823921161712171097">"Ocultar"</string>
 </resources>
diff --git a/res/values-mcc716-it/strings.xml b/res/values-mcc716-it/strings.xml
index d361283..3e8b3d5 100644
--- a/res/values-mcc716-it/strings.xml
+++ b/res/values-mcc716-it/strings.xml
@@ -18,8 +18,8 @@
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="public_safety_message" msgid="7237115648380675159">"Messaggio informativo"</string>
     <string name="enable_public_safety_messages_title" msgid="4037404034274507696">"Messaggio informativo"</string>
-    <string name="cmas_required_monthly_test" msgid="9061179556831144678">"Allerta di emergenza: messaggio di prova"</string>
-    <string name="cmas_exercise_alert" msgid="3061507852301643814">"Allerta di emergenza: messaggio di esercitazione"</string>
-    <string name="pws_other_message_identifiers" msgid="4992476982074198144">"Allerta di emergenza: messaggio di prova"</string>
+    <string name="cmas_required_monthly_test" msgid="9061179556831144678">"Avvisi d\'emergenza: messaggio di prova"</string>
+    <string name="cmas_exercise_alert" msgid="3061507852301643814">"Allarme di emergenza: messaggio di esercitazione"</string>
+    <string name="pws_other_message_identifiers" msgid="4992476982074198144">"Allarme di emergenza: messaggio di prova"</string>
     <string name="button_dismiss" msgid="5823921161712171097">"Nascondi"</string>
 </resources>
diff --git a/res/values-mcc716-iw/strings.xml b/res/values-mcc716-iw/strings.xml
index 172a82b..38fff63 100644
--- a/res/values-mcc716-iw/strings.xml
+++ b/res/values-mcc716-iw/strings.xml
@@ -18,8 +18,8 @@
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <string name="public_safety_message" msgid="7237115648380675159">"מידע לציבור"</string>
     <string name="enable_public_safety_messages_title" msgid="4037404034274507696">"מידע לציבור"</string>
-    <string name="cmas_required_monthly_test" msgid="9061179556831144678">"התרעה על מקרה חירום: הודעת בדיקה"</string>
-    <string name="cmas_exercise_alert" msgid="3061507852301643814">"התרעה על מקרה חירום: הודעת תרגול/ניסיון"</string>
+    <string name="cmas_required_monthly_test" msgid="9061179556831144678">"התראה על מקרה חירום: הודעת בדיקה"</string>
+    <string name="cmas_exercise_alert" msgid="3061507852301643814">"התראה על מקרה חירום: הודעת תרגול/ניסיון"</string>
     <string name="pws_other_message_identifiers" msgid="4992476982074198144">"התראה על מקרי חירום: הודעת בדיקה"</string>
     <string name="button_dismiss" msgid="5823921161712171097">"הסתרה"</string>
 </resources>
diff --git a/res/values-mcc716-te/strings.xml b/res/values-mcc716-te/strings.xml
index 3b662b0..f600809 100644
--- a/res/values-mcc716-te/strings.xml
+++ b/res/values-mcc716-te/strings.xml
@@ -16,10 +16,10 @@
 
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-    <string name="public_safety_message" msgid="7237115648380675159">"సమాచారాత్మక మెసేజ్‌"</string>
-    <string name="enable_public_safety_messages_title" msgid="4037404034274507696">"సమాచారాత్మక మెసేజ్‌"</string>
-    <string name="cmas_required_monthly_test" msgid="9061179556831144678">"అత్యవసర హెచ్చరిక: పరీక్ష మెసేజ్‌"</string>
-    <string name="cmas_exercise_alert" msgid="3061507852301643814">"అత్యవసర అలర్ట్: అభ్యాసం/డ్రిల్ మెసేజ్‌"</string>
-    <string name="pws_other_message_identifiers" msgid="4992476982074198144">"అత్యవసర అలర్ట్: పరీక్ష మెసేజ్‌"</string>
+    <string name="public_safety_message" msgid="7237115648380675159">"సమాచారాత్మక సందేశం"</string>
+    <string name="enable_public_safety_messages_title" msgid="4037404034274507696">"సమాచారాత్మక సందేశం"</string>
+    <string name="cmas_required_monthly_test" msgid="9061179556831144678">"అత్యవసర హెచ్చరిక: పరీక్ష సందేశం"</string>
+    <string name="cmas_exercise_alert" msgid="3061507852301643814">"అత్యవసర అలర్ట్: అభ్యాసం/డ్రిల్ సందేశం"</string>
+    <string name="pws_other_message_identifiers" msgid="4992476982074198144">"అత్యవసర అలర్ట్: పరీక్ష సందేశం"</string>
     <string name="button_dismiss" msgid="5823921161712171097">"దాచు"</string>
 </resources>
diff --git a/res/values-mcc740-af/strings.xml b/res/values-mcc740-af/strings.xml
deleted file mode 100644
index 3c7b214..0000000
--- a/res/values-mcc740-af/strings.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="8832531644152117875">"Plaaslike noodwaarskuwing"</string>
-    <string name="button_dismiss" msgid="5975841666550833732">"OM TOE TE MAAK"</string>
-    <string name="cmas_required_monthly_test" msgid="2287926047457291638">"Toetsboodskap"</string>
-    <string name="cmas_exercise_alert" msgid="998005154407142100">"Noodwaarskuwing – Oefening-/drilboodskap"</string>
-    <string name="public_safety_message" msgid="6263179411117570932">"Informatiewe boodskap"</string>
-    <!-- no translation found for enable_public_safety_messages_title (132836010129431792) -->
-    <skip />
-    <string name="enable_public_safety_messages_summary" msgid="5574351338788490055"></string>
-    <!-- no translation found for enable_cmas_test_alerts_title (646840583994486763) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="5860578113408534117"></string>
-    <!-- no translation found for enable_exercise_test_alerts_title (48882912795825583) -->
-    <skip />
-    <string name="enable_exercise_test_alerts_summary" msgid="4953174638150112137"></string>
-</resources>
diff --git a/res/values-mcc740-am/strings.xml b/res/values-mcc740-am/strings.xml
deleted file mode 100644
index ccd284e..0000000
--- a/res/values-mcc740-am/strings.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="8832531644152117875">"አካባቢያዊ የአደጋ ጊዜ ማስጠንቀቂያ"</string>
-    <string name="button_dismiss" msgid="5975841666550833732">"ለመዝጋት"</string>
-    <string name="cmas_required_monthly_test" msgid="2287926047457291638">"የሙከራ መልዕክት"</string>
-    <string name="cmas_exercise_alert" msgid="998005154407142100">"የአደጋ ጊዜ ማስጠንቀቂያ፦ የልምምድ / የድሪል ልምምድ መልዕክት"</string>
-    <string name="public_safety_message" msgid="6263179411117570932">"መረጃ ሰጪ መልዕክት"</string>
-    <!-- no translation found for enable_public_safety_messages_title (132836010129431792) -->
-    <skip />
-    <string name="enable_public_safety_messages_summary" msgid="5574351338788490055"></string>
-    <!-- no translation found for enable_cmas_test_alerts_title (646840583994486763) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="5860578113408534117"></string>
-    <!-- no translation found for enable_exercise_test_alerts_title (48882912795825583) -->
-    <skip />
-    <string name="enable_exercise_test_alerts_summary" msgid="4953174638150112137"></string>
-</resources>
diff --git a/res/values-mcc740-ar/strings.xml b/res/values-mcc740-ar/strings.xml
deleted file mode 100644
index b19cf5f..0000000
--- a/res/values-mcc740-ar/strings.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="8832531644152117875">"تنبيه طوارئ محلية"</string>
-    <string name="button_dismiss" msgid="5975841666550833732">"للإغلاق"</string>
-    <string name="cmas_required_monthly_test" msgid="2287926047457291638">"رسالة اختبار"</string>
-    <string name="cmas_exercise_alert" msgid="998005154407142100">"تنبيه الطوارئ: رسالة تدريبية/تجريبية"</string>
-    <string name="public_safety_message" msgid="6263179411117570932">"رسالة إعلامية"</string>
-    <!-- no translation found for enable_public_safety_messages_title (132836010129431792) -->
-    <skip />
-    <string name="enable_public_safety_messages_summary" msgid="5574351338788490055"></string>
-    <!-- no translation found for enable_cmas_test_alerts_title (646840583994486763) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="5860578113408534117"></string>
-    <!-- no translation found for enable_exercise_test_alerts_title (48882912795825583) -->
-    <skip />
-    <string name="enable_exercise_test_alerts_summary" msgid="4953174638150112137"></string>
-</resources>
diff --git a/res/values-mcc740-as/strings.xml b/res/values-mcc740-as/strings.xml
deleted file mode 100644
index 935e5f9..0000000
--- a/res/values-mcc740-as/strings.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="8832531644152117875">"স্থানীয় জৰুৰীকালীন সতৰ্কবাৰ্তা"</string>
-    <string name="button_dismiss" msgid="5975841666550833732">"বন্ধ কৰিবলৈ"</string>
-    <string name="cmas_required_monthly_test" msgid="2287926047457291638">"পৰীক্ষামূলক বাৰ্তা"</string>
-    <string name="cmas_exercise_alert" msgid="998005154407142100">"জৰুৰীকালীন সতৰ্কবাৰ্তা: ব্যায়াম / ড্ৰিলৰ বাৰ্তা"</string>
-    <string name="public_safety_message" msgid="6263179411117570932">"তথ্যসমৃদ্ধ বাৰ্তা"</string>
-    <!-- no translation found for enable_public_safety_messages_title (132836010129431792) -->
-    <skip />
-    <string name="enable_public_safety_messages_summary" msgid="5574351338788490055"></string>
-    <!-- no translation found for enable_cmas_test_alerts_title (646840583994486763) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="5860578113408534117"></string>
-    <!-- no translation found for enable_exercise_test_alerts_title (48882912795825583) -->
-    <skip />
-    <string name="enable_exercise_test_alerts_summary" msgid="4953174638150112137"></string>
-</resources>
diff --git a/res/values-mcc740-az/strings.xml b/res/values-mcc740-az/strings.xml
deleted file mode 100644
index 684fc28..0000000
--- a/res/values-mcc740-az/strings.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="8832531644152117875">"Yerli fövqəladə hal siqnalı"</string>
-    <string name="button_dismiss" msgid="5975841666550833732">"BAĞLAMAQ"</string>
-    <string name="cmas_required_monthly_test" msgid="2287926047457291638">"Test mesajı"</string>
-    <string name="cmas_exercise_alert" msgid="998005154407142100">"Fövqəladə hal siqnalı - Tapşırıq/Yığıncaq mesajı"</string>
-    <string name="public_safety_message" msgid="6263179411117570932">"İnformativ mesaj"</string>
-    <!-- no translation found for enable_public_safety_messages_title (132836010129431792) -->
-    <skip />
-    <string name="enable_public_safety_messages_summary" msgid="5574351338788490055"></string>
-    <!-- no translation found for enable_cmas_test_alerts_title (646840583994486763) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="5860578113408534117"></string>
-    <!-- no translation found for enable_exercise_test_alerts_title (48882912795825583) -->
-    <skip />
-    <string name="enable_exercise_test_alerts_summary" msgid="4953174638150112137"></string>
-</resources>
diff --git a/res/values-mcc740-b+sr+Latn/strings.xml b/res/values-mcc740-b+sr+Latn/strings.xml
deleted file mode 100644
index b9a65c7..0000000
--- a/res/values-mcc740-b+sr+Latn/strings.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="8832531644152117875">"Upozorenje o lokalnom hitnom slučaju"</string>
-    <string name="button_dismiss" msgid="5975841666550833732">"ZATVORI"</string>
-    <string name="cmas_required_monthly_test" msgid="2287926047457291638">"Test poruka"</string>
-    <string name="cmas_exercise_alert" msgid="998005154407142100">"Upozorenje o hitnom slučaju – poruka za vežbu"</string>
-    <string name="public_safety_message" msgid="6263179411117570932">"Informativna poruka"</string>
-    <!-- no translation found for enable_public_safety_messages_title (132836010129431792) -->
-    <skip />
-    <string name="enable_public_safety_messages_summary" msgid="5574351338788490055"></string>
-    <!-- no translation found for enable_cmas_test_alerts_title (646840583994486763) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="5860578113408534117"></string>
-    <!-- no translation found for enable_exercise_test_alerts_title (48882912795825583) -->
-    <skip />
-    <string name="enable_exercise_test_alerts_summary" msgid="4953174638150112137"></string>
-</resources>
diff --git a/res/values-mcc740-be/strings.xml b/res/values-mcc740-be/strings.xml
deleted file mode 100644
index 4748804..0000000
--- a/res/values-mcc740-be/strings.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="8832531644152117875">"Лакальная экстранная абвестка"</string>
-    <string name="button_dismiss" msgid="5975841666550833732">"ЗАКРЫЦЬ"</string>
-    <string name="cmas_required_monthly_test" msgid="2287926047457291638">"Тэставае паведамленне"</string>
-    <string name="cmas_exercise_alert" msgid="998005154407142100">"Абвестка аб надзвычайнай сітуацыі: вучэбная"</string>
-    <string name="public_safety_message" msgid="6263179411117570932">"Інфармацыйнае паведамленне"</string>
-    <!-- no translation found for enable_public_safety_messages_title (132836010129431792) -->
-    <skip />
-    <string name="enable_public_safety_messages_summary" msgid="5574351338788490055"></string>
-    <!-- no translation found for enable_cmas_test_alerts_title (646840583994486763) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="5860578113408534117"></string>
-    <!-- no translation found for enable_exercise_test_alerts_title (48882912795825583) -->
-    <skip />
-    <string name="enable_exercise_test_alerts_summary" msgid="4953174638150112137"></string>
-</resources>
diff --git a/res/values-mcc740-bg/strings.xml b/res/values-mcc740-bg/strings.xml
deleted file mode 100644
index 04b92cc..0000000
--- a/res/values-mcc740-bg/strings.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="8832531644152117875">"Сигнал за спешен случай на местно ниво"</string>
-    <string name="button_dismiss" msgid="5975841666550833732">"ЗАТВАРЯНЕ"</string>
-    <string name="cmas_required_monthly_test" msgid="2287926047457291638">"Тестово съобщение"</string>
-    <string name="cmas_exercise_alert" msgid="998005154407142100">"Сигнал при спешност: съобщ. за учение/тренировка"</string>
-    <string name="public_safety_message" msgid="6263179411117570932">"Информативно съобщение"</string>
-    <!-- no translation found for enable_public_safety_messages_title (132836010129431792) -->
-    <skip />
-    <string name="enable_public_safety_messages_summary" msgid="5574351338788490055"></string>
-    <!-- no translation found for enable_cmas_test_alerts_title (646840583994486763) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="5860578113408534117"></string>
-    <!-- no translation found for enable_exercise_test_alerts_title (48882912795825583) -->
-    <skip />
-    <string name="enable_exercise_test_alerts_summary" msgid="4953174638150112137"></string>
-</resources>
diff --git a/res/values-mcc740-bn/strings.xml b/res/values-mcc740-bn/strings.xml
deleted file mode 100644
index 1d99d89..0000000
--- a/res/values-mcc740-bn/strings.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="8832531644152117875">"স্থানীয় স্তরে জরুরি সতর্কতা"</string>
-    <string name="button_dismiss" msgid="5975841666550833732">"বন্ধ করুন"</string>
-    <string name="cmas_required_monthly_test" msgid="2287926047457291638">"পরীক্ষামূলক মেসেজ"</string>
-    <string name="cmas_exercise_alert" msgid="998005154407142100">"জরুরি সতর্কতা: এক্সারসাইজ/ড্রিল মেসেজ"</string>
-    <string name="public_safety_message" msgid="6263179411117570932">"তথ্যপূর্ণ মেসেজ"</string>
-    <!-- no translation found for enable_public_safety_messages_title (132836010129431792) -->
-    <skip />
-    <string name="enable_public_safety_messages_summary" msgid="5574351338788490055"></string>
-    <!-- no translation found for enable_cmas_test_alerts_title (646840583994486763) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="5860578113408534117"></string>
-    <!-- no translation found for enable_exercise_test_alerts_title (48882912795825583) -->
-    <skip />
-    <string name="enable_exercise_test_alerts_summary" msgid="4953174638150112137"></string>
-</resources>
diff --git a/res/values-mcc740-bs/strings.xml b/res/values-mcc740-bs/strings.xml
deleted file mode 100644
index afbfe3c..0000000
--- a/res/values-mcc740-bs/strings.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="8832531644152117875">"Upozorenje za lokalni hitan slučaj"</string>
-    <string name="button_dismiss" msgid="5975841666550833732">"ZATVORI"</string>
-    <string name="cmas_required_monthly_test" msgid="2287926047457291638">"Testna poruka"</string>
-    <string name="cmas_exercise_alert" msgid="998005154407142100">"Upozorenje za hitan slučaj – vježba/poruka za vježbu"</string>
-    <string name="public_safety_message" msgid="6263179411117570932">"Informativna poruka"</string>
-    <!-- no translation found for enable_public_safety_messages_title (132836010129431792) -->
-    <skip />
-    <string name="enable_public_safety_messages_summary" msgid="5574351338788490055"></string>
-    <!-- no translation found for enable_cmas_test_alerts_title (646840583994486763) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="5860578113408534117"></string>
-    <!-- no translation found for enable_exercise_test_alerts_title (48882912795825583) -->
-    <skip />
-    <string name="enable_exercise_test_alerts_summary" msgid="4953174638150112137"></string>
-</resources>
diff --git a/res/values-mcc740-ca/strings.xml b/res/values-mcc740-ca/strings.xml
deleted file mode 100644
index 4dd35a7..0000000
--- a/res/values-mcc740-ca/strings.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="8832531644152117875">"Alerta d\'emergència local"</string>
-    <string name="button_dismiss" msgid="5975841666550833732">"TANCA"</string>
-    <string name="cmas_required_monthly_test" msgid="2287926047457291638">"Missatge de prova"</string>
-    <string name="cmas_exercise_alert" msgid="998005154407142100">"Alerta emergència: missatge de simulacre/pràctica"</string>
-    <string name="public_safety_message" msgid="6263179411117570932">"Missatge informatiu"</string>
-    <!-- no translation found for enable_public_safety_messages_title (132836010129431792) -->
-    <skip />
-    <string name="enable_public_safety_messages_summary" msgid="5574351338788490055"></string>
-    <!-- no translation found for enable_cmas_test_alerts_title (646840583994486763) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="5860578113408534117"></string>
-    <!-- no translation found for enable_exercise_test_alerts_title (48882912795825583) -->
-    <skip />
-    <string name="enable_exercise_test_alerts_summary" msgid="4953174638150112137"></string>
-</resources>
diff --git a/res/values-mcc740-cs/strings.xml b/res/values-mcc740-cs/strings.xml
deleted file mode 100644
index 5544d1b..0000000
--- a/res/values-mcc740-cs/strings.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="8832531644152117875">"Místní výstražná zpráva"</string>
-    <string name="button_dismiss" msgid="5975841666550833732">"ZAVŘÍT"</string>
-    <string name="cmas_required_monthly_test" msgid="2287926047457291638">"Testovací zpráva"</string>
-    <string name="cmas_exercise_alert" msgid="998005154407142100">"Výstražná zpráva – testovací zpráva / cvičení"</string>
-    <string name="public_safety_message" msgid="6263179411117570932">"Informativní zpráva"</string>
-    <!-- no translation found for enable_public_safety_messages_title (132836010129431792) -->
-    <skip />
-    <string name="enable_public_safety_messages_summary" msgid="5574351338788490055"></string>
-    <!-- no translation found for enable_cmas_test_alerts_title (646840583994486763) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="5860578113408534117"></string>
-    <!-- no translation found for enable_exercise_test_alerts_title (48882912795825583) -->
-    <skip />
-    <string name="enable_exercise_test_alerts_summary" msgid="4953174638150112137"></string>
-</resources>
diff --git a/res/values-mcc740-da/strings.xml b/res/values-mcc740-da/strings.xml
deleted file mode 100644
index dc526ae..0000000
--- a/res/values-mcc740-da/strings.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="8832531644152117875">"Lokal nødalarm"</string>
-    <string name="button_dismiss" msgid="5975841666550833732">"FOR AT LUKKE"</string>
-    <string name="cmas_required_monthly_test" msgid="2287926047457291638">"Testmeddelelse"</string>
-    <string name="cmas_exercise_alert" msgid="998005154407142100">"Nødalarm – Øvelsesmeddelelse"</string>
-    <string name="public_safety_message" msgid="6263179411117570932">"Informationsmeddelelse"</string>
-    <!-- no translation found for enable_public_safety_messages_title (132836010129431792) -->
-    <skip />
-    <string name="enable_public_safety_messages_summary" msgid="5574351338788490055"></string>
-    <!-- no translation found for enable_cmas_test_alerts_title (646840583994486763) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="5860578113408534117"></string>
-    <!-- no translation found for enable_exercise_test_alerts_title (48882912795825583) -->
-    <skip />
-    <string name="enable_exercise_test_alerts_summary" msgid="4953174638150112137"></string>
-</resources>
diff --git a/res/values-mcc740-de/strings.xml b/res/values-mcc740-de/strings.xml
deleted file mode 100644
index b81934c..0000000
--- a/res/values-mcc740-de/strings.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="8832531644152117875">"Lokale Notfallbenachrichtigung"</string>
-    <string name="button_dismiss" msgid="5975841666550833732">"SCHLIEẞEN"</string>
-    <string name="cmas_required_monthly_test" msgid="2287926047457291638">"Testnachricht"</string>
-    <string name="cmas_exercise_alert" msgid="998005154407142100">"Notfallbenachrichtigung: Übungsnachricht"</string>
-    <string name="public_safety_message" msgid="6263179411117570932">"Öffentliche Sicherheitsinformation"</string>
-    <!-- no translation found for enable_public_safety_messages_title (132836010129431792) -->
-    <skip />
-    <string name="enable_public_safety_messages_summary" msgid="5574351338788490055"></string>
-    <!-- no translation found for enable_cmas_test_alerts_title (646840583994486763) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="5860578113408534117"></string>
-    <!-- no translation found for enable_exercise_test_alerts_title (48882912795825583) -->
-    <skip />
-    <string name="enable_exercise_test_alerts_summary" msgid="4953174638150112137"></string>
-</resources>
diff --git a/res/values-mcc740-el/strings.xml b/res/values-mcc740-el/strings.xml
deleted file mode 100644
index cb28be7..0000000
--- a/res/values-mcc740-el/strings.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="8832531644152117875">"Ειδοποίηση τοπικού περιστατικού έκτακτης ανάγκης"</string>
-    <string name="button_dismiss" msgid="5975841666550833732">"ΚΛΕΙΣΙΜΟ"</string>
-    <string name="cmas_required_monthly_test" msgid="2287926047457291638">"Μήνυμα κειμένου"</string>
-    <string name="cmas_exercise_alert" msgid="998005154407142100">"Ειδοποίηση έκτ. ανάγκης: Μήνυμα άσκησης/γυμνασίου"</string>
-    <string name="public_safety_message" msgid="6263179411117570932">"Ενημερωτικό μήνυμα"</string>
-    <!-- no translation found for enable_public_safety_messages_title (132836010129431792) -->
-    <skip />
-    <string name="enable_public_safety_messages_summary" msgid="5574351338788490055"></string>
-    <!-- no translation found for enable_cmas_test_alerts_title (646840583994486763) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="5860578113408534117"></string>
-    <!-- no translation found for enable_exercise_test_alerts_title (48882912795825583) -->
-    <skip />
-    <string name="enable_exercise_test_alerts_summary" msgid="4953174638150112137"></string>
-</resources>
diff --git a/res/values-mcc740-en-rAU/strings.xml b/res/values-mcc740-en-rAU/strings.xml
deleted file mode 100644
index 56d017c..0000000
--- a/res/values-mcc740-en-rAU/strings.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="8832531644152117875">"Local emergency alert"</string>
-    <string name="button_dismiss" msgid="5975841666550833732">"TO CLOSE"</string>
-    <string name="cmas_required_monthly_test" msgid="2287926047457291638">"Test message"</string>
-    <string name="cmas_exercise_alert" msgid="998005154407142100">"Emergency alert: exercise/drill message"</string>
-    <string name="public_safety_message" msgid="6263179411117570932">"Informative message"</string>
-    <!-- no translation found for enable_public_safety_messages_title (132836010129431792) -->
-    <skip />
-    <string name="enable_public_safety_messages_summary" msgid="5574351338788490055"></string>
-    <!-- no translation found for enable_cmas_test_alerts_title (646840583994486763) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="5860578113408534117"></string>
-    <!-- no translation found for enable_exercise_test_alerts_title (48882912795825583) -->
-    <skip />
-    <string name="enable_exercise_test_alerts_summary" msgid="4953174638150112137"></string>
-</resources>
diff --git a/res/values-mcc740-en-rCA/strings.xml b/res/values-mcc740-en-rCA/strings.xml
deleted file mode 100644
index 56d017c..0000000
--- a/res/values-mcc740-en-rCA/strings.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="8832531644152117875">"Local emergency alert"</string>
-    <string name="button_dismiss" msgid="5975841666550833732">"TO CLOSE"</string>
-    <string name="cmas_required_monthly_test" msgid="2287926047457291638">"Test message"</string>
-    <string name="cmas_exercise_alert" msgid="998005154407142100">"Emergency alert: exercise/drill message"</string>
-    <string name="public_safety_message" msgid="6263179411117570932">"Informative message"</string>
-    <!-- no translation found for enable_public_safety_messages_title (132836010129431792) -->
-    <skip />
-    <string name="enable_public_safety_messages_summary" msgid="5574351338788490055"></string>
-    <!-- no translation found for enable_cmas_test_alerts_title (646840583994486763) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="5860578113408534117"></string>
-    <!-- no translation found for enable_exercise_test_alerts_title (48882912795825583) -->
-    <skip />
-    <string name="enable_exercise_test_alerts_summary" msgid="4953174638150112137"></string>
-</resources>
diff --git a/res/values-mcc740-en-rGB/strings.xml b/res/values-mcc740-en-rGB/strings.xml
deleted file mode 100644
index 56d017c..0000000
--- a/res/values-mcc740-en-rGB/strings.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="8832531644152117875">"Local emergency alert"</string>
-    <string name="button_dismiss" msgid="5975841666550833732">"TO CLOSE"</string>
-    <string name="cmas_required_monthly_test" msgid="2287926047457291638">"Test message"</string>
-    <string name="cmas_exercise_alert" msgid="998005154407142100">"Emergency alert: exercise/drill message"</string>
-    <string name="public_safety_message" msgid="6263179411117570932">"Informative message"</string>
-    <!-- no translation found for enable_public_safety_messages_title (132836010129431792) -->
-    <skip />
-    <string name="enable_public_safety_messages_summary" msgid="5574351338788490055"></string>
-    <!-- no translation found for enable_cmas_test_alerts_title (646840583994486763) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="5860578113408534117"></string>
-    <!-- no translation found for enable_exercise_test_alerts_title (48882912795825583) -->
-    <skip />
-    <string name="enable_exercise_test_alerts_summary" msgid="4953174638150112137"></string>
-</resources>
diff --git a/res/values-mcc740-en-rIN/strings.xml b/res/values-mcc740-en-rIN/strings.xml
deleted file mode 100644
index 56d017c..0000000
--- a/res/values-mcc740-en-rIN/strings.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="8832531644152117875">"Local emergency alert"</string>
-    <string name="button_dismiss" msgid="5975841666550833732">"TO CLOSE"</string>
-    <string name="cmas_required_monthly_test" msgid="2287926047457291638">"Test message"</string>
-    <string name="cmas_exercise_alert" msgid="998005154407142100">"Emergency alert: exercise/drill message"</string>
-    <string name="public_safety_message" msgid="6263179411117570932">"Informative message"</string>
-    <!-- no translation found for enable_public_safety_messages_title (132836010129431792) -->
-    <skip />
-    <string name="enable_public_safety_messages_summary" msgid="5574351338788490055"></string>
-    <!-- no translation found for enable_cmas_test_alerts_title (646840583994486763) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="5860578113408534117"></string>
-    <!-- no translation found for enable_exercise_test_alerts_title (48882912795825583) -->
-    <skip />
-    <string name="enable_exercise_test_alerts_summary" msgid="4953174638150112137"></string>
-</resources>
diff --git a/res/values-mcc740-en-rXC/strings.xml b/res/values-mcc740-en-rXC/strings.xml
deleted file mode 100644
index 443b2d2..0000000
--- a/res/values-mcc740-en-rXC/strings.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="8832531644152117875">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‏‏‏‏‏‏‎‏‎‏‎‎‏‎‎‏‏‎‏‏‏‎‏‎‎‏‎‏‏‏‎‏‏‏‏‎‎‏‏‎‏‎‎‎‏‎‏‎‏‎‏‏‏‏‎‏‎‎‏‏‏‎‎‏‏‎Local emergency alert‎‏‎‎‏‎"</string>
-    <string name="button_dismiss" msgid="5975841666550833732">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‏‏‏‎‏‎‎‏‎‏‏‏‎‏‏‏‎‎‏‏‏‎‏‎‎‎‏‎‏‎‏‎‏‏‎‎‏‏‎‎‎‏‎‏‏‏‏‎‏‏‎‏‎‎‎‏‎‎‏‎‎‎‏‎‎‎TO CLOSE‎‏‎‎‏‎"</string>
-    <string name="cmas_required_monthly_test" msgid="2287926047457291638">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‎‏‏‏‏‏‏‏‏‎‎‎‎‎‎‎‏‎‏‏‎‎‎‏‎‎‏‏‏‏‎‎‏‎‎‎‎‏‏‎‎‎‎‏‏‏‎‎‎‏‎‏‏‎‏‎‏‏‏‎‏‏‎‎Test message‎‏‎‎‏‎"</string>
-    <string name="cmas_exercise_alert" msgid="998005154407142100">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‎‎‏‏‎‏‏‏‎‏‏‎‎‏‏‎‏‎‎‎‎‎‎‏‏‎‎‏‏‎‎‏‏‏‏‎‎‎‎‏‏‏‎‎‏‎‎‏‎‏‎‎‏‎‏‏‎‏‎‏‎‎‎Emergency Alert - Exercise / Drill message‎‏‎‎‏‎"</string>
-    <string name="public_safety_message" msgid="6263179411117570932">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‏‏‏‎‏‎‏‏‎‏‏‏‎‏‎‏‏‎‏‎‎‏‎‎‎‎‏‏‏‏‏‎‏‏‎‎‏‏‏‎‎‎‎‏‏‎‎‏‏‏‏‏‏‏‎‏‏‎‏‏‏‎‏‎‎‎Informative message‎‏‎‎‏‎"</string>
-    <!-- no translation found for enable_public_safety_messages_title (132836010129431792) -->
-    <skip />
-    <string name="enable_public_safety_messages_summary" msgid="5574351338788490055"></string>
-    <!-- no translation found for enable_cmas_test_alerts_title (646840583994486763) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="5860578113408534117"></string>
-    <!-- no translation found for enable_exercise_test_alerts_title (48882912795825583) -->
-    <skip />
-    <string name="enable_exercise_test_alerts_summary" msgid="4953174638150112137"></string>
-</resources>
diff --git a/res/values-mcc740-es-rUS/strings.xml b/res/values-mcc740-es-rUS/strings.xml
deleted file mode 100644
index c87dfdf..0000000
--- a/res/values-mcc740-es-rUS/strings.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="8832531644152117875">"Alerta de emergencia local"</string>
-    <string name="button_dismiss" msgid="5975841666550833732">"CERRAR"</string>
-    <string name="cmas_required_monthly_test" msgid="2287926047457291638">"Mensaje de prueba"</string>
-    <string name="cmas_exercise_alert" msgid="998005154407142100">"Alerta de emergencia: Mensaje de simulación/entrenamiento"</string>
-    <string name="public_safety_message" msgid="6263179411117570932">"Mensaje informativo"</string>
-    <!-- no translation found for enable_public_safety_messages_title (132836010129431792) -->
-    <skip />
-    <string name="enable_public_safety_messages_summary" msgid="5574351338788490055"></string>
-    <!-- no translation found for enable_cmas_test_alerts_title (646840583994486763) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="5860578113408534117"></string>
-    <!-- no translation found for enable_exercise_test_alerts_title (48882912795825583) -->
-    <skip />
-    <string name="enable_exercise_test_alerts_summary" msgid="4953174638150112137"></string>
-</resources>
diff --git a/res/values-mcc740-es/strings.xml b/res/values-mcc740-es/strings.xml
deleted file mode 100644
index 36916a0..0000000
--- a/res/values-mcc740-es/strings.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="8832531644152117875">"Alerta Local de Emergencia"</string>
-    <string name="button_dismiss" msgid="5975841666550833732">"CERRAR"</string>
-    <string name="cmas_required_monthly_test" msgid="2287926047457291638">"Mensaje de Prueba"</string>
-    <string name="cmas_exercise_alert" msgid="998005154407142100">"Alerta de Emergencia – mensaje de Ejercicio /Simulacro"</string>
-    <string name="public_safety_message" msgid="6263179411117570932">"Mensaje Informativo"</string>
-    <!-- no translation found for enable_public_safety_messages_title (132836010129431792) -->
-    <skip />
-    <string name="enable_public_safety_messages_summary" msgid="5574351338788490055"></string>
-    <!-- no translation found for enable_cmas_test_alerts_title (646840583994486763) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="5860578113408534117"></string>
-    <!-- no translation found for enable_exercise_test_alerts_title (48882912795825583) -->
-    <skip />
-    <string name="enable_exercise_test_alerts_summary" msgid="4953174638150112137"></string>
-</resources>
diff --git a/res/values-mcc740-et/strings.xml b/res/values-mcc740-et/strings.xml
deleted file mode 100644
index 2181dc1..0000000
--- a/res/values-mcc740-et/strings.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="8832531644152117875">"Kohalik hädaolukorra märguanne"</string>
-    <string name="button_dismiss" msgid="5975841666550833732">"SULGE"</string>
-    <string name="cmas_required_monthly_test" msgid="2287926047457291638">"Testsõnum"</string>
-    <string name="cmas_exercise_alert" msgid="998005154407142100">"Hädaolukorra märguanne – proovi-/treeningsõnum"</string>
-    <string name="public_safety_message" msgid="6263179411117570932">"Teavitussõnum"</string>
-    <!-- no translation found for enable_public_safety_messages_title (132836010129431792) -->
-    <skip />
-    <string name="enable_public_safety_messages_summary" msgid="5574351338788490055"></string>
-    <!-- no translation found for enable_cmas_test_alerts_title (646840583994486763) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="5860578113408534117"></string>
-    <!-- no translation found for enable_exercise_test_alerts_title (48882912795825583) -->
-    <skip />
-    <string name="enable_exercise_test_alerts_summary" msgid="4953174638150112137"></string>
-</resources>
diff --git a/res/values-mcc740-eu/strings.xml b/res/values-mcc740-eu/strings.xml
deleted file mode 100644
index d581295..0000000
--- a/res/values-mcc740-eu/strings.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="8832531644152117875">"Tokiko larrialdi-alerta"</string>
-    <string name="button_dismiss" msgid="5975841666550833732">"ITXI"</string>
-    <string name="cmas_required_monthly_test" msgid="2287926047457291638">"Probako mezua"</string>
-    <string name="cmas_exercise_alert" msgid="998005154407142100">"Larrialdi-alerta: ariketa/proba motako mezua"</string>
-    <string name="public_safety_message" msgid="6263179411117570932">"Mezu informatiboa"</string>
-    <!-- no translation found for enable_public_safety_messages_title (132836010129431792) -->
-    <skip />
-    <string name="enable_public_safety_messages_summary" msgid="5574351338788490055"></string>
-    <!-- no translation found for enable_cmas_test_alerts_title (646840583994486763) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="5860578113408534117"></string>
-    <!-- no translation found for enable_exercise_test_alerts_title (48882912795825583) -->
-    <skip />
-    <string name="enable_exercise_test_alerts_summary" msgid="4953174638150112137"></string>
-</resources>
diff --git a/res/values-mcc740-fa/strings.xml b/res/values-mcc740-fa/strings.xml
deleted file mode 100644
index 5cc1813..0000000
--- a/res/values-mcc740-fa/strings.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="8832531644152117875">"هشدار اضطراری محلی"</string>
-    <string name="button_dismiss" msgid="5975841666550833732">"بستن"</string>
-    <string name="cmas_required_monthly_test" msgid="2287926047457291638">"پیام آزمایشی"</string>
-    <string name="cmas_exercise_alert" msgid="998005154407142100">"هشدار اضطراری - پیام آزمایشی / تمرینی"</string>
-    <string name="public_safety_message" msgid="6263179411117570932">"پیام آگاهی‌دهنده"</string>
-    <!-- no translation found for enable_public_safety_messages_title (132836010129431792) -->
-    <skip />
-    <string name="enable_public_safety_messages_summary" msgid="5574351338788490055"></string>
-    <!-- no translation found for enable_cmas_test_alerts_title (646840583994486763) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="5860578113408534117"></string>
-    <!-- no translation found for enable_exercise_test_alerts_title (48882912795825583) -->
-    <skip />
-    <string name="enable_exercise_test_alerts_summary" msgid="4953174638150112137"></string>
-</resources>
diff --git a/res/values-mcc740-fi/strings.xml b/res/values-mcc740-fi/strings.xml
deleted file mode 100644
index 2ddd309..0000000
--- a/res/values-mcc740-fi/strings.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="8832531644152117875">"Paikallinen vaaratiedote"</string>
-    <string name="button_dismiss" msgid="5975841666550833732">"SULJE"</string>
-    <string name="cmas_required_monthly_test" msgid="2287926047457291638">"Koeviesti"</string>
-    <string name="cmas_exercise_alert" msgid="998005154407142100">"Vaaratiedote: harjoitusviesti"</string>
-    <string name="public_safety_message" msgid="6263179411117570932">"Hyödyllinen viesti"</string>
-    <!-- no translation found for enable_public_safety_messages_title (132836010129431792) -->
-    <skip />
-    <string name="enable_public_safety_messages_summary" msgid="5574351338788490055"></string>
-    <!-- no translation found for enable_cmas_test_alerts_title (646840583994486763) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="5860578113408534117"></string>
-    <!-- no translation found for enable_exercise_test_alerts_title (48882912795825583) -->
-    <skip />
-    <string name="enable_exercise_test_alerts_summary" msgid="4953174638150112137"></string>
-</resources>
diff --git a/res/values-mcc740-fr-rCA/strings.xml b/res/values-mcc740-fr-rCA/strings.xml
deleted file mode 100644
index 6919050..0000000
--- a/res/values-mcc740-fr-rCA/strings.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="8832531644152117875">"Alerte d\'urgence locale"</string>
-    <string name="button_dismiss" msgid="5975841666550833732">"FERMER"</string>
-    <string name="cmas_required_monthly_test" msgid="2287926047457291638">"Message test"</string>
-    <string name="cmas_exercise_alert" msgid="998005154407142100">"Alerte d\'urgence : message d\'exercice"</string>
-    <string name="public_safety_message" msgid="6263179411117570932">"Message d\'information"</string>
-    <!-- no translation found for enable_public_safety_messages_title (132836010129431792) -->
-    <skip />
-    <string name="enable_public_safety_messages_summary" msgid="5574351338788490055"></string>
-    <!-- no translation found for enable_cmas_test_alerts_title (646840583994486763) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="5860578113408534117"></string>
-    <!-- no translation found for enable_exercise_test_alerts_title (48882912795825583) -->
-    <skip />
-    <string name="enable_exercise_test_alerts_summary" msgid="4953174638150112137"></string>
-</resources>
diff --git a/res/values-mcc740-fr/strings.xml b/res/values-mcc740-fr/strings.xml
deleted file mode 100644
index 8d66746..0000000
--- a/res/values-mcc740-fr/strings.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="8832531644152117875">"Alerte d\'urgence locale"</string>
-    <string name="button_dismiss" msgid="5975841666550833732">"POUR FERMER"</string>
-    <string name="cmas_required_monthly_test" msgid="2287926047457291638">"Message de test"</string>
-    <string name="cmas_exercise_alert" msgid="998005154407142100">"Alerte d\'urgence : message d\'exercice"</string>
-    <string name="public_safety_message" msgid="6263179411117570932">"Message informatif"</string>
-    <!-- no translation found for enable_public_safety_messages_title (132836010129431792) -->
-    <skip />
-    <string name="enable_public_safety_messages_summary" msgid="5574351338788490055"></string>
-    <!-- no translation found for enable_cmas_test_alerts_title (646840583994486763) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="5860578113408534117"></string>
-    <!-- no translation found for enable_exercise_test_alerts_title (48882912795825583) -->
-    <skip />
-    <string name="enable_exercise_test_alerts_summary" msgid="4953174638150112137"></string>
-</resources>
diff --git a/res/values-mcc740-gl/strings.xml b/res/values-mcc740-gl/strings.xml
deleted file mode 100644
index d57d6e4..0000000
--- a/res/values-mcc740-gl/strings.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="8832531644152117875">"Alerta de emerxencia local"</string>
-    <string name="button_dismiss" msgid="5975841666550833732">"PECHAR"</string>
-    <string name="cmas_required_monthly_test" msgid="2287926047457291638">"Mensaxe de proba"</string>
-    <string name="cmas_exercise_alert" msgid="998005154407142100">"Alerta de emerxencia: mensaxe simulacro/simulación"</string>
-    <string name="public_safety_message" msgid="6263179411117570932">"Mensaxe informativa"</string>
-    <!-- no translation found for enable_public_safety_messages_title (132836010129431792) -->
-    <skip />
-    <string name="enable_public_safety_messages_summary" msgid="5574351338788490055"></string>
-    <!-- no translation found for enable_cmas_test_alerts_title (646840583994486763) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="5860578113408534117"></string>
-    <!-- no translation found for enable_exercise_test_alerts_title (48882912795825583) -->
-    <skip />
-    <string name="enable_exercise_test_alerts_summary" msgid="4953174638150112137"></string>
-</resources>
diff --git a/res/values-mcc740-gu/strings.xml b/res/values-mcc740-gu/strings.xml
deleted file mode 100644
index 678c58d..0000000
--- a/res/values-mcc740-gu/strings.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="8832531644152117875">"સ્થાનિક ઇમર્જન્સી અલર્ટ"</string>
-    <string name="button_dismiss" msgid="5975841666550833732">"બંધ કરો"</string>
-    <string name="cmas_required_monthly_test" msgid="2287926047457291638">"પરીક્ષણ માટેનો સંદેશ"</string>
-    <string name="cmas_exercise_alert" msgid="998005154407142100">"ઇમર્જન્સી અલર્ટ - વ્યાયામ / તાલીમ સંબંધિત સંદેશ"</string>
-    <string name="public_safety_message" msgid="6263179411117570932">"માહિતીપ્રદ સંદેશ"</string>
-    <!-- no translation found for enable_public_safety_messages_title (132836010129431792) -->
-    <skip />
-    <string name="enable_public_safety_messages_summary" msgid="5574351338788490055"></string>
-    <!-- no translation found for enable_cmas_test_alerts_title (646840583994486763) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="5860578113408534117"></string>
-    <!-- no translation found for enable_exercise_test_alerts_title (48882912795825583) -->
-    <skip />
-    <string name="enable_exercise_test_alerts_summary" msgid="4953174638150112137"></string>
-</resources>
diff --git a/res/values-mcc740-hi/strings.xml b/res/values-mcc740-hi/strings.xml
deleted file mode 100644
index 66c1443..0000000
--- a/res/values-mcc740-hi/strings.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="8832531644152117875">"स्थानीय आपातकालीन स्थिति की चेतावनी"</string>
-    <string name="button_dismiss" msgid="5975841666550833732">"बंद करने के लिए"</string>
-    <string name="cmas_required_monthly_test" msgid="2287926047457291638">"टेस्ट मैसेज"</string>
-    <string name="cmas_exercise_alert" msgid="998005154407142100">"आपातकालीन स्थिति की चेतावनी - एक्सरसाइज़ / ड्रिल मैसेज"</string>
-    <string name="public_safety_message" msgid="6263179411117570932">"जानकारी देने वाला मैसेज"</string>
-    <!-- no translation found for enable_public_safety_messages_title (132836010129431792) -->
-    <skip />
-    <string name="enable_public_safety_messages_summary" msgid="5574351338788490055"></string>
-    <!-- no translation found for enable_cmas_test_alerts_title (646840583994486763) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="5860578113408534117"></string>
-    <!-- no translation found for enable_exercise_test_alerts_title (48882912795825583) -->
-    <skip />
-    <string name="enable_exercise_test_alerts_summary" msgid="4953174638150112137"></string>
-</resources>
diff --git a/res/values-mcc740-hr/strings.xml b/res/values-mcc740-hr/strings.xml
deleted file mode 100644
index 57b0e1c..0000000
--- a/res/values-mcc740-hr/strings.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="8832531644152117875">"Lokalno hitno upozorenje"</string>
-    <string name="button_dismiss" msgid="5975841666550833732">"ZATVORI"</string>
-    <string name="cmas_required_monthly_test" msgid="2287926047457291638">"Testna poruka"</string>
-    <string name="cmas_exercise_alert" msgid="998005154407142100">"Hitno upozorenje – poruka za vježbu"</string>
-    <string name="public_safety_message" msgid="6263179411117570932">"Informativna poruka"</string>
-    <!-- no translation found for enable_public_safety_messages_title (132836010129431792) -->
-    <skip />
-    <string name="enable_public_safety_messages_summary" msgid="5574351338788490055"></string>
-    <!-- no translation found for enable_cmas_test_alerts_title (646840583994486763) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="5860578113408534117"></string>
-    <!-- no translation found for enable_exercise_test_alerts_title (48882912795825583) -->
-    <skip />
-    <string name="enable_exercise_test_alerts_summary" msgid="4953174638150112137"></string>
-</resources>
diff --git a/res/values-mcc740-hu/strings.xml b/res/values-mcc740-hu/strings.xml
deleted file mode 100644
index 9eb3758..0000000
--- a/res/values-mcc740-hu/strings.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="8832531644152117875">"Helyi vészjelzés"</string>
-    <string name="button_dismiss" msgid="5975841666550833732">"BEZÁRÁS"</string>
-    <string name="cmas_required_monthly_test" msgid="2287926047457291638">"Tesztüzenet"</string>
-    <string name="cmas_exercise_alert" msgid="998005154407142100">"Vészjelzés – Gyakorlati/próbaüzenet"</string>
-    <string name="public_safety_message" msgid="6263179411117570932">"Tájékoztató üzenet"</string>
-    <!-- no translation found for enable_public_safety_messages_title (132836010129431792) -->
-    <skip />
-    <string name="enable_public_safety_messages_summary" msgid="5574351338788490055"></string>
-    <!-- no translation found for enable_cmas_test_alerts_title (646840583994486763) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="5860578113408534117"></string>
-    <!-- no translation found for enable_exercise_test_alerts_title (48882912795825583) -->
-    <skip />
-    <string name="enable_exercise_test_alerts_summary" msgid="4953174638150112137"></string>
-</resources>
diff --git a/res/values-mcc740-hy/strings.xml b/res/values-mcc740-hy/strings.xml
deleted file mode 100644
index 6d409c5..0000000
--- a/res/values-mcc740-hy/strings.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="8832531644152117875">"Ծանուցում տեղական արտակարգ իրավիճակի մասին"</string>
-    <string name="button_dismiss" msgid="5975841666550833732">"ՓԱԿԵԼ"</string>
-    <string name="cmas_required_monthly_test" msgid="2287926047457291638">"Փորձնական ծանուցում"</string>
-    <string name="cmas_exercise_alert" msgid="998005154407142100">"Արտակարգ իրավիճակի զգուշացում – ուսումնավարժական ծանուցում"</string>
-    <string name="public_safety_message" msgid="6263179411117570932">"Տեղեկատվական ծանուցում"</string>
-    <!-- no translation found for enable_public_safety_messages_title (132836010129431792) -->
-    <skip />
-    <string name="enable_public_safety_messages_summary" msgid="5574351338788490055"></string>
-    <!-- no translation found for enable_cmas_test_alerts_title (646840583994486763) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="5860578113408534117"></string>
-    <!-- no translation found for enable_exercise_test_alerts_title (48882912795825583) -->
-    <skip />
-    <string name="enable_exercise_test_alerts_summary" msgid="4953174638150112137"></string>
-</resources>
diff --git a/res/values-mcc740-in/strings.xml b/res/values-mcc740-in/strings.xml
deleted file mode 100644
index 7723401..0000000
--- a/res/values-mcc740-in/strings.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="8832531644152117875">"Peringatan darurat lokal"</string>
-    <string name="button_dismiss" msgid="5975841666550833732">"TUTUP"</string>
-    <string name="cmas_required_monthly_test" msgid="2287926047457291638">"Pesan pengujian"</string>
-    <string name="cmas_exercise_alert" msgid="998005154407142100">"Peringatan Darurat - Pesan Olahraga/Latihan"</string>
-    <string name="public_safety_message" msgid="6263179411117570932">"Pesan informatif"</string>
-    <!-- no translation found for enable_public_safety_messages_title (132836010129431792) -->
-    <skip />
-    <string name="enable_public_safety_messages_summary" msgid="5574351338788490055"></string>
-    <!-- no translation found for enable_cmas_test_alerts_title (646840583994486763) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="5860578113408534117"></string>
-    <!-- no translation found for enable_exercise_test_alerts_title (48882912795825583) -->
-    <skip />
-    <string name="enable_exercise_test_alerts_summary" msgid="4953174638150112137"></string>
-</resources>
diff --git a/res/values-mcc740-is/strings.xml b/res/values-mcc740-is/strings.xml
deleted file mode 100644
index 9828170..0000000
--- a/res/values-mcc740-is/strings.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="8832531644152117875">"Staðbundin neyðarviðvörun"</string>
-    <string name="button_dismiss" msgid="5975841666550833732">"LOKA"</string>
-    <string name="cmas_required_monthly_test" msgid="2287926047457291638">"Prufuskilaboð"</string>
-    <string name="cmas_exercise_alert" msgid="998005154407142100">"Neyðarviðvörun – æfinga-/prufuviðvörun"</string>
-    <string name="public_safety_message" msgid="6263179411117570932">"Almannatilkynning"</string>
-    <!-- no translation found for enable_public_safety_messages_title (132836010129431792) -->
-    <skip />
-    <string name="enable_public_safety_messages_summary" msgid="5574351338788490055"></string>
-    <!-- no translation found for enable_cmas_test_alerts_title (646840583994486763) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="5860578113408534117"></string>
-    <!-- no translation found for enable_exercise_test_alerts_title (48882912795825583) -->
-    <skip />
-    <string name="enable_exercise_test_alerts_summary" msgid="4953174638150112137"></string>
-</resources>
diff --git a/res/values-mcc740-it/strings.xml b/res/values-mcc740-it/strings.xml
deleted file mode 100644
index dad45d9..0000000
--- a/res/values-mcc740-it/strings.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="8832531644152117875">"Allerta di emergenza locale"</string>
-    <string name="button_dismiss" msgid="5975841666550833732">"CHIUDI"</string>
-    <string name="cmas_required_monthly_test" msgid="2287926047457291638">"Messaggio di test"</string>
-    <string name="cmas_exercise_alert" msgid="998005154407142100">"Allerta di emergenza: messaggio di esercitazione"</string>
-    <string name="public_safety_message" msgid="6263179411117570932">"Messaggio informativo"</string>
-    <!-- no translation found for enable_public_safety_messages_title (132836010129431792) -->
-    <skip />
-    <string name="enable_public_safety_messages_summary" msgid="5574351338788490055"></string>
-    <!-- no translation found for enable_cmas_test_alerts_title (646840583994486763) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="5860578113408534117"></string>
-    <!-- no translation found for enable_exercise_test_alerts_title (48882912795825583) -->
-    <skip />
-    <string name="enable_exercise_test_alerts_summary" msgid="4953174638150112137"></string>
-</resources>
diff --git a/res/values-mcc740-iw/strings.xml b/res/values-mcc740-iw/strings.xml
deleted file mode 100644
index 77228e7..0000000
--- a/res/values-mcc740-iw/strings.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="8832531644152117875">"התרעה על מקרה חירום מקומי"</string>
-    <string name="button_dismiss" msgid="5975841666550833732">"סגירה"</string>
-    <string name="cmas_required_monthly_test" msgid="2287926047457291638">"הודעת בדיקה"</string>
-    <string name="cmas_exercise_alert" msgid="998005154407142100">"התרעה על מקרה חירום – הודעה לגבי תרגיל/אימון"</string>
-    <string name="public_safety_message" msgid="6263179411117570932">"מידע לציבור"</string>
-    <!-- no translation found for enable_public_safety_messages_title (132836010129431792) -->
-    <skip />
-    <string name="enable_public_safety_messages_summary" msgid="5574351338788490055"></string>
-    <!-- no translation found for enable_cmas_test_alerts_title (646840583994486763) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="5860578113408534117"></string>
-    <!-- no translation found for enable_exercise_test_alerts_title (48882912795825583) -->
-    <skip />
-    <string name="enable_exercise_test_alerts_summary" msgid="4953174638150112137"></string>
-</resources>
diff --git a/res/values-mcc740-ja/strings.xml b/res/values-mcc740-ja/strings.xml
deleted file mode 100644
index 3b44691..0000000
--- a/res/values-mcc740-ja/strings.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="8832531644152117875">"地域の緊急速報メール"</string>
-    <string name="button_dismiss" msgid="5975841666550833732">"閉じる"</string>
-    <string name="cmas_required_monthly_test" msgid="2287926047457291638">"テスト メッセージ"</string>
-    <string name="cmas_exercise_alert" msgid="998005154407142100">"緊急速報メール - 訓練用メッセージ"</string>
-    <string name="public_safety_message" msgid="6263179411117570932">"災害情報メッセージ"</string>
-    <!-- no translation found for enable_public_safety_messages_title (132836010129431792) -->
-    <skip />
-    <string name="enable_public_safety_messages_summary" msgid="5574351338788490055"></string>
-    <!-- no translation found for enable_cmas_test_alerts_title (646840583994486763) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="5860578113408534117"></string>
-    <!-- no translation found for enable_exercise_test_alerts_title (48882912795825583) -->
-    <skip />
-    <string name="enable_exercise_test_alerts_summary" msgid="4953174638150112137"></string>
-</resources>
diff --git a/res/values-mcc740-ka/strings.xml b/res/values-mcc740-ka/strings.xml
deleted file mode 100644
index a942b6b..0000000
--- a/res/values-mcc740-ka/strings.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="8832531644152117875">"ადგილობრივი საგანგებო გაფრთხილება"</string>
-    <string name="button_dismiss" msgid="5975841666550833732">"დახურვა"</string>
-    <string name="cmas_required_monthly_test" msgid="2287926047457291638">"სატესტო შეტყობინება"</string>
-    <string name="cmas_exercise_alert" msgid="998005154407142100">"საგანგებო გაფრთხილება — ვარჯიში/სავარჯიშო შეტყობინება"</string>
-    <string name="public_safety_message" msgid="6263179411117570932">"საინფორმაციო შეტყობინება"</string>
-    <!-- no translation found for enable_public_safety_messages_title (132836010129431792) -->
-    <skip />
-    <string name="enable_public_safety_messages_summary" msgid="5574351338788490055"></string>
-    <!-- no translation found for enable_cmas_test_alerts_title (646840583994486763) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="5860578113408534117"></string>
-    <!-- no translation found for enable_exercise_test_alerts_title (48882912795825583) -->
-    <skip />
-    <string name="enable_exercise_test_alerts_summary" msgid="4953174638150112137"></string>
-</resources>
diff --git a/res/values-mcc740-kk/strings.xml b/res/values-mcc740-kk/strings.xml
deleted file mode 100644
index 8a549c3..0000000
--- a/res/values-mcc740-kk/strings.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="8832531644152117875">"Жергілікті төтенше жағдай туралы ескерту"</string>
-    <string name="button_dismiss" msgid="5975841666550833732">"ЖАБУ"</string>
-    <string name="cmas_required_monthly_test" msgid="2287926047457291638">"Сынақ хабары"</string>
-    <string name="cmas_exercise_alert" msgid="998005154407142100">"Төтенше жағдай туралы ескерту: оқу/жаттығу хабары"</string>
-    <string name="public_safety_message" msgid="6263179411117570932">"Ақпараттық хабар"</string>
-    <!-- no translation found for enable_public_safety_messages_title (132836010129431792) -->
-    <skip />
-    <string name="enable_public_safety_messages_summary" msgid="5574351338788490055"></string>
-    <!-- no translation found for enable_cmas_test_alerts_title (646840583994486763) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="5860578113408534117"></string>
-    <!-- no translation found for enable_exercise_test_alerts_title (48882912795825583) -->
-    <skip />
-    <string name="enable_exercise_test_alerts_summary" msgid="4953174638150112137"></string>
-</resources>
diff --git a/res/values-mcc740-km/strings.xml b/res/values-mcc740-km/strings.xml
deleted file mode 100644
index deefc1e..0000000
--- a/res/values-mcc740-km/strings.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="8832531644152117875">"ការជូនដំណឹងពេលមានអាសន្នក្នុងតំបន់"</string>
-    <string name="button_dismiss" msgid="5975841666550833732">"ត្រូវបិទ"</string>
-    <string name="cmas_required_monthly_test" msgid="2287926047457291638">"សារ​សាកល្បង"</string>
-    <string name="cmas_exercise_alert" msgid="998005154407142100">"ការជូនដំណឹងពេលមានអាសន្ន - សារនៃការអនុវត្ត/ការហ្វឹកហាត់"</string>
-    <string name="public_safety_message" msgid="6263179411117570932">"សារ​ដែលផ្តល់ព័ត៌មាន​ជាប្រយោជន៍"</string>
-    <!-- no translation found for enable_public_safety_messages_title (132836010129431792) -->
-    <skip />
-    <string name="enable_public_safety_messages_summary" msgid="5574351338788490055"></string>
-    <!-- no translation found for enable_cmas_test_alerts_title (646840583994486763) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="5860578113408534117"></string>
-    <!-- no translation found for enable_exercise_test_alerts_title (48882912795825583) -->
-    <skip />
-    <string name="enable_exercise_test_alerts_summary" msgid="4953174638150112137"></string>
-</resources>
diff --git a/res/values-mcc740-kn/strings.xml b/res/values-mcc740-kn/strings.xml
deleted file mode 100644
index d9a60f5..0000000
--- a/res/values-mcc740-kn/strings.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="8832531644152117875">"ಸ್ಥಳೀಯ ತುರ್ತು ಎಚ್ಚರಿಕೆ"</string>
-    <string name="button_dismiss" msgid="5975841666550833732">"ಮುಚ್ಚಲು"</string>
-    <string name="cmas_required_monthly_test" msgid="2287926047457291638">"ಪಠ್ಯ ಸಂದೇಶ"</string>
-    <string name="cmas_exercise_alert" msgid="998005154407142100">"ತುರ್ತು ಎಚ್ಚರಿಕೆ - ವ್ಯಾಯಾಮ / ವ್ಯಾಯಾಮ/ಡ್ರಿಲ್ ಸಂದೇಶ"</string>
-    <string name="public_safety_message" msgid="6263179411117570932">"ಮಾಹಿತಿಯುಕ್ತ ಸಂದೇಶ"</string>
-    <!-- no translation found for enable_public_safety_messages_title (132836010129431792) -->
-    <skip />
-    <string name="enable_public_safety_messages_summary" msgid="5574351338788490055"></string>
-    <!-- no translation found for enable_cmas_test_alerts_title (646840583994486763) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="5860578113408534117"></string>
-    <!-- no translation found for enable_exercise_test_alerts_title (48882912795825583) -->
-    <skip />
-    <string name="enable_exercise_test_alerts_summary" msgid="4953174638150112137"></string>
-</resources>
diff --git a/res/values-mcc740-ko/strings.xml b/res/values-mcc740-ko/strings.xml
deleted file mode 100644
index 4f98b0d..0000000
--- a/res/values-mcc740-ko/strings.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="8832531644152117875">"지역 긴급 재난 문자"</string>
-    <string name="button_dismiss" msgid="5975841666550833732">"닫기"</string>
-    <string name="cmas_required_monthly_test" msgid="2287926047457291638">"테스트 메시지"</string>
-    <string name="cmas_exercise_alert" msgid="998005154407142100">"긴급 재난 문자 - 훈련 메시지"</string>
-    <string name="public_safety_message" msgid="6263179411117570932">"안내 메시지"</string>
-    <!-- no translation found for enable_public_safety_messages_title (132836010129431792) -->
-    <skip />
-    <string name="enable_public_safety_messages_summary" msgid="5574351338788490055"></string>
-    <!-- no translation found for enable_cmas_test_alerts_title (646840583994486763) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="5860578113408534117"></string>
-    <!-- no translation found for enable_exercise_test_alerts_title (48882912795825583) -->
-    <skip />
-    <string name="enable_exercise_test_alerts_summary" msgid="4953174638150112137"></string>
-</resources>
diff --git a/res/values-mcc740-ky/strings.xml b/res/values-mcc740-ky/strings.xml
deleted file mode 100644
index aec9dd5..0000000
--- a/res/values-mcc740-ky/strings.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="8832531644152117875">"Жергиликтүү шашылыш билдирүү"</string>
-    <string name="button_dismiss" msgid="5975841666550833732">"ЖАБУУ"</string>
-    <string name="cmas_required_monthly_test" msgid="2287926047457291638">"Сынамык билдирүү"</string>
-    <string name="cmas_exercise_alert" msgid="998005154407142100">"Шашылыш билдирүү - Көнүгүү билдирүүсү"</string>
-    <string name="public_safety_message" msgid="6263179411117570932">"Маалыматтык билдирүү"</string>
-    <!-- no translation found for enable_public_safety_messages_title (132836010129431792) -->
-    <skip />
-    <string name="enable_public_safety_messages_summary" msgid="5574351338788490055"></string>
-    <!-- no translation found for enable_cmas_test_alerts_title (646840583994486763) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="5860578113408534117"></string>
-    <!-- no translation found for enable_exercise_test_alerts_title (48882912795825583) -->
-    <skip />
-    <string name="enable_exercise_test_alerts_summary" msgid="4953174638150112137"></string>
-</resources>
diff --git a/res/values-mcc740-lo/strings.xml b/res/values-mcc740-lo/strings.xml
deleted file mode 100644
index 4b22ad6..0000000
--- a/res/values-mcc740-lo/strings.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="8832531644152117875">"ແຈ້ງເຕືອນສຸກເສີນລະດັບທ້ອງຖິ່ນ"</string>
-    <string name="button_dismiss" msgid="5975841666550833732">"ເພື່ອປິດ"</string>
-    <string name="cmas_required_monthly_test" msgid="2287926047457291638">"ຂໍ້ຄວາມທົດສອບ"</string>
-    <string name="cmas_exercise_alert" msgid="998005154407142100">"ແຈ້ງເຕືອນສຸກເສີນ - ຂໍ້ຄວາມທົດສອບ / ເຝິກແອບ"</string>
-    <string name="public_safety_message" msgid="6263179411117570932">"ຂໍ້ຄວາມທີ່ເປັນປະໂຫຍດ"</string>
-    <!-- no translation found for enable_public_safety_messages_title (132836010129431792) -->
-    <skip />
-    <string name="enable_public_safety_messages_summary" msgid="5574351338788490055"></string>
-    <!-- no translation found for enable_cmas_test_alerts_title (646840583994486763) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="5860578113408534117"></string>
-    <!-- no translation found for enable_exercise_test_alerts_title (48882912795825583) -->
-    <skip />
-    <string name="enable_exercise_test_alerts_summary" msgid="4953174638150112137"></string>
-</resources>
diff --git a/res/values-mcc740-lt/strings.xml b/res/values-mcc740-lt/strings.xml
deleted file mode 100644
index e112fe9..0000000
--- a/res/values-mcc740-lt/strings.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="8832531644152117875">"Vietinis kritinės padėties įspėjimas"</string>
-    <string name="button_dismiss" msgid="5975841666550833732">"UŽDARYTI"</string>
-    <string name="cmas_required_monthly_test" msgid="2287926047457291638">"Testinis pranešimas"</string>
-    <string name="cmas_exercise_alert" msgid="998005154407142100">"Kritinės padėties įspėjimas – mokomasis pranešimas"</string>
-    <string name="public_safety_message" msgid="6263179411117570932">"Informacinis pranešimas"</string>
-    <!-- no translation found for enable_public_safety_messages_title (132836010129431792) -->
-    <skip />
-    <string name="enable_public_safety_messages_summary" msgid="5574351338788490055"></string>
-    <!-- no translation found for enable_cmas_test_alerts_title (646840583994486763) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="5860578113408534117"></string>
-    <!-- no translation found for enable_exercise_test_alerts_title (48882912795825583) -->
-    <skip />
-    <string name="enable_exercise_test_alerts_summary" msgid="4953174638150112137"></string>
-</resources>
diff --git a/res/values-mcc740-lv/strings.xml b/res/values-mcc740-lv/strings.xml
deleted file mode 100644
index a2c4142..0000000
--- a/res/values-mcc740-lv/strings.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="8832531644152117875">"Vietējs ārkārtas brīdinājums"</string>
-    <string name="button_dismiss" msgid="5975841666550833732">"AIZVĒRT"</string>
-    <string name="cmas_required_monthly_test" msgid="2287926047457291638">"Pārbaudes ziņojums"</string>
-    <string name="cmas_exercise_alert" msgid="998005154407142100">"Ārkārtas brīdinājums: vingrinājuma ziņojums"</string>
-    <string name="public_safety_message" msgid="6263179411117570932">"Informatīvs ziņojums"</string>
-    <!-- no translation found for enable_public_safety_messages_title (132836010129431792) -->
-    <skip />
-    <string name="enable_public_safety_messages_summary" msgid="5574351338788490055"></string>
-    <!-- no translation found for enable_cmas_test_alerts_title (646840583994486763) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="5860578113408534117"></string>
-    <!-- no translation found for enable_exercise_test_alerts_title (48882912795825583) -->
-    <skip />
-    <string name="enable_exercise_test_alerts_summary" msgid="4953174638150112137"></string>
-</resources>
diff --git a/res/values-mcc740-mk/strings.xml b/res/values-mcc740-mk/strings.xml
deleted file mode 100644
index d942b42..0000000
--- a/res/values-mcc740-mk/strings.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="8832531644152117875">"Предупредување за локален итен случај"</string>
-    <string name="button_dismiss" msgid="5975841666550833732">"ЗАТВОРИ"</string>
-    <string name="cmas_required_monthly_test" msgid="2287926047457291638">"Тест-порака"</string>
-    <string name="cmas_exercise_alert" msgid="998005154407142100">"Предупредување за итни случаи: порака за вежба/обука"</string>
-    <string name="public_safety_message" msgid="6263179411117570932">"Информативна порака"</string>
-    <!-- no translation found for enable_public_safety_messages_title (132836010129431792) -->
-    <skip />
-    <string name="enable_public_safety_messages_summary" msgid="5574351338788490055"></string>
-    <!-- no translation found for enable_cmas_test_alerts_title (646840583994486763) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="5860578113408534117"></string>
-    <!-- no translation found for enable_exercise_test_alerts_title (48882912795825583) -->
-    <skip />
-    <string name="enable_exercise_test_alerts_summary" msgid="4953174638150112137"></string>
-</resources>
diff --git a/res/values-mcc740-ml/strings.xml b/res/values-mcc740-ml/strings.xml
deleted file mode 100644
index 5ab5828..0000000
--- a/res/values-mcc740-ml/strings.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="8832531644152117875">"പ്രാദേശിക അടിയന്തര മുന്നറിയിപ്പ്"</string>
-    <string name="button_dismiss" msgid="5975841666550833732">"അടയ്ക്കുക"</string>
-    <string name="cmas_required_monthly_test" msgid="2287926047457291638">"ടെസ്റ്റ് സന്ദേശം"</string>
-    <string name="cmas_exercise_alert" msgid="998005154407142100">"അടിയന്തര മുന്നറിയിപ്പ് - പരിശീലന / ഡ്രിൽ സന്ദേശം"</string>
-    <string name="public_safety_message" msgid="6263179411117570932">"അറിവ് നൽകുന്ന സന്ദേശം"</string>
-    <!-- no translation found for enable_public_safety_messages_title (132836010129431792) -->
-    <skip />
-    <string name="enable_public_safety_messages_summary" msgid="5574351338788490055"></string>
-    <!-- no translation found for enable_cmas_test_alerts_title (646840583994486763) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="5860578113408534117"></string>
-    <!-- no translation found for enable_exercise_test_alerts_title (48882912795825583) -->
-    <skip />
-    <string name="enable_exercise_test_alerts_summary" msgid="4953174638150112137"></string>
-</resources>
diff --git a/res/values-mcc740-mn/strings.xml b/res/values-mcc740-mn/strings.xml
deleted file mode 100644
index 74de68d..0000000
--- a/res/values-mcc740-mn/strings.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="8832531644152117875">"Орон нутгийн онцгой байдлын сэрэмжлүүлэг"</string>
-    <string name="button_dismiss" msgid="5975841666550833732">"ХААХЫН ТУЛД"</string>
-    <string name="cmas_required_monthly_test" msgid="2287926047457291638">"Туршилтын мессеж"</string>
-    <string name="cmas_exercise_alert" msgid="998005154407142100">"Онцгой байдлын сэрэмжлүүлэг - Сургуулилалт / Сургалтын мессеж"</string>
-    <string name="public_safety_message" msgid="6263179411117570932">"Мэдээллийн мессеж"</string>
-    <!-- no translation found for enable_public_safety_messages_title (132836010129431792) -->
-    <skip />
-    <string name="enable_public_safety_messages_summary" msgid="5574351338788490055"></string>
-    <!-- no translation found for enable_cmas_test_alerts_title (646840583994486763) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="5860578113408534117"></string>
-    <!-- no translation found for enable_exercise_test_alerts_title (48882912795825583) -->
-    <skip />
-    <string name="enable_exercise_test_alerts_summary" msgid="4953174638150112137"></string>
-</resources>
diff --git a/res/values-mcc740-mr/strings.xml b/res/values-mcc740-mr/strings.xml
deleted file mode 100644
index 5c035c9..0000000
--- a/res/values-mcc740-mr/strings.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="8832531644152117875">"आणीबाणीच्या स्थानिक सूचना"</string>
-    <string name="button_dismiss" msgid="5975841666550833732">"बंद करण्यासाठी"</string>
-    <string name="cmas_required_monthly_test" msgid="2287926047457291638">"चाचणी मेसेज"</string>
-    <string name="cmas_exercise_alert" msgid="998005154407142100">"आणीबाणी सूचना: व्यायाम/ड्रिल मेसेज"</string>
-    <string name="public_safety_message" msgid="6263179411117570932">"माहितीपूर्ण मेसेज"</string>
-    <!-- no translation found for enable_public_safety_messages_title (132836010129431792) -->
-    <skip />
-    <string name="enable_public_safety_messages_summary" msgid="5574351338788490055"></string>
-    <!-- no translation found for enable_cmas_test_alerts_title (646840583994486763) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="5860578113408534117"></string>
-    <!-- no translation found for enable_exercise_test_alerts_title (48882912795825583) -->
-    <skip />
-    <string name="enable_exercise_test_alerts_summary" msgid="4953174638150112137"></string>
-</resources>
diff --git a/res/values-mcc740-ms/strings.xml b/res/values-mcc740-ms/strings.xml
deleted file mode 100644
index 1ceab2e..0000000
--- a/res/values-mcc740-ms/strings.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="8832531644152117875">"Makluman kecemasan setempat"</string>
-    <string name="button_dismiss" msgid="5975841666550833732">"UNTUK MENUTUP"</string>
-    <string name="cmas_required_monthly_test" msgid="2287926047457291638">"Mesej ujian"</string>
-    <string name="cmas_exercise_alert" msgid="998005154407142100">"Makluman Kecemasan - Mesej Latihan / Simulasi"</string>
-    <string name="public_safety_message" msgid="6263179411117570932">"Mesej bermaklumat"</string>
-    <!-- no translation found for enable_public_safety_messages_title (132836010129431792) -->
-    <skip />
-    <string name="enable_public_safety_messages_summary" msgid="5574351338788490055"></string>
-    <!-- no translation found for enable_cmas_test_alerts_title (646840583994486763) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="5860578113408534117"></string>
-    <!-- no translation found for enable_exercise_test_alerts_title (48882912795825583) -->
-    <skip />
-    <string name="enable_exercise_test_alerts_summary" msgid="4953174638150112137"></string>
-</resources>
diff --git a/res/values-mcc740-my/strings.xml b/res/values-mcc740-my/strings.xml
deleted file mode 100644
index 777b5ea..0000000
--- a/res/values-mcc740-my/strings.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="8832531644152117875">"ဒေသတွင်း အရေးပေါ်သတိပေးချက်"</string>
-    <string name="button_dismiss" msgid="5975841666550833732">"ပိတ်ရန်"</string>
-    <string name="cmas_required_monthly_test" msgid="2287926047457291638">"စမ်းသပ် မက်ဆေ့ဂ်ျ"</string>
-    <string name="cmas_exercise_alert" msgid="998005154407142100">"အရေးပေါ်သတိပေးချက် - လေ့ကျင့်ရေး / သရုပ်ပြ မက်ဆေ့ဂျ်"</string>
-    <string name="public_safety_message" msgid="6263179411117570932">"အကူအညီဖြစ်စေသည့် မက်ဆေ့ဂျ်"</string>
-    <!-- no translation found for enable_public_safety_messages_title (132836010129431792) -->
-    <skip />
-    <string name="enable_public_safety_messages_summary" msgid="5574351338788490055"></string>
-    <!-- no translation found for enable_cmas_test_alerts_title (646840583994486763) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="5860578113408534117"></string>
-    <!-- no translation found for enable_exercise_test_alerts_title (48882912795825583) -->
-    <skip />
-    <string name="enable_exercise_test_alerts_summary" msgid="4953174638150112137"></string>
-</resources>
diff --git a/res/values-mcc740-nb/strings.xml b/res/values-mcc740-nb/strings.xml
deleted file mode 100644
index 10959b0..0000000
--- a/res/values-mcc740-nb/strings.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="8832531644152117875">"Lokalt nødvarsel"</string>
-    <string name="button_dismiss" msgid="5975841666550833732">"FOR NÆRT"</string>
-    <string name="cmas_required_monthly_test" msgid="2287926047457291638">"Testmelding"</string>
-    <string name="cmas_exercise_alert" msgid="998005154407142100">"Nødvarsel – øvelse / øvelsesmelding"</string>
-    <string name="public_safety_message" msgid="6263179411117570932">"Informativ melding"</string>
-    <!-- no translation found for enable_public_safety_messages_title (132836010129431792) -->
-    <skip />
-    <string name="enable_public_safety_messages_summary" msgid="5574351338788490055"></string>
-    <!-- no translation found for enable_cmas_test_alerts_title (646840583994486763) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="5860578113408534117"></string>
-    <!-- no translation found for enable_exercise_test_alerts_title (48882912795825583) -->
-    <skip />
-    <string name="enable_exercise_test_alerts_summary" msgid="4953174638150112137"></string>
-</resources>
diff --git a/res/values-mcc740-ne/strings.xml b/res/values-mcc740-ne/strings.xml
deleted file mode 100644
index cd89853..0000000
--- a/res/values-mcc740-ne/strings.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="8832531644152117875">"स्थानीय आपत्‌कालीन अलर्ट"</string>
-    <string name="button_dismiss" msgid="5975841666550833732">"बन्द गर्न"</string>
-    <string name="cmas_required_monthly_test" msgid="2287926047457291638">"परीक्षण म्यासेज"</string>
-    <string name="cmas_exercise_alert" msgid="998005154407142100">"आपत्‌कालीन अलर्ट: कसरत / ड्रिलसम्बन्धी म्यासेज"</string>
-    <string name="public_safety_message" msgid="6263179411117570932">"सूचनामूलक म्यासेज"</string>
-    <!-- no translation found for enable_public_safety_messages_title (132836010129431792) -->
-    <skip />
-    <string name="enable_public_safety_messages_summary" msgid="5574351338788490055"></string>
-    <!-- no translation found for enable_cmas_test_alerts_title (646840583994486763) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="5860578113408534117"></string>
-    <!-- no translation found for enable_exercise_test_alerts_title (48882912795825583) -->
-    <skip />
-    <string name="enable_exercise_test_alerts_summary" msgid="4953174638150112137"></string>
-</resources>
diff --git a/res/values-mcc740-nl/strings.xml b/res/values-mcc740-nl/strings.xml
deleted file mode 100644
index 91d9a7c..0000000
--- a/res/values-mcc740-nl/strings.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="8832531644152117875">"Melding voor lokale noodsituatie"</string>
-    <string name="button_dismiss" msgid="5975841666550833732">"TE DICHTBIJ"</string>
-    <string name="cmas_required_monthly_test" msgid="2287926047457291638">"Testbericht"</string>
-    <string name="cmas_exercise_alert" msgid="998005154407142100">"Noodmelding: bericht voor oefening/drill"</string>
-    <string name="public_safety_message" msgid="6263179411117570932">"Openbaar informatiebericht"</string>
-    <!-- no translation found for enable_public_safety_messages_title (132836010129431792) -->
-    <skip />
-    <string name="enable_public_safety_messages_summary" msgid="5574351338788490055"></string>
-    <!-- no translation found for enable_cmas_test_alerts_title (646840583994486763) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="5860578113408534117"></string>
-    <!-- no translation found for enable_exercise_test_alerts_title (48882912795825583) -->
-    <skip />
-    <string name="enable_exercise_test_alerts_summary" msgid="4953174638150112137"></string>
-</resources>
diff --git a/res/values-mcc740-or/strings.xml b/res/values-mcc740-or/strings.xml
deleted file mode 100644
index 1c0c02f..0000000
--- a/res/values-mcc740-or/strings.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="8832531644152117875">"ସ୍ଥାନୀୟ ଜରୁରୀକାଳୀନ ଆଲର୍ଟ"</string>
-    <string name="button_dismiss" msgid="5975841666550833732">"ବନ୍ଦ କରିବାକୁ"</string>
-    <string name="cmas_required_monthly_test" msgid="2287926047457291638">"ଟେଷ୍ଟ ମେସେଜ୍"</string>
-    <string name="cmas_exercise_alert" msgid="998005154407142100">"ଜରୁରୀକାଳୀନ ଆଲର୍ଟ - ବ୍ୟାୟାମ / ଡ୍ରିଲ ସମ୍ବନ୍ଧିତ ମେସେଜ"</string>
-    <string name="public_safety_message" msgid="6263179411117570932">"ସୂଚନାମୂଳକ ମେସେଜ୍"</string>
-    <!-- no translation found for enable_public_safety_messages_title (132836010129431792) -->
-    <skip />
-    <string name="enable_public_safety_messages_summary" msgid="5574351338788490055"></string>
-    <!-- no translation found for enable_cmas_test_alerts_title (646840583994486763) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="5860578113408534117"></string>
-    <!-- no translation found for enable_exercise_test_alerts_title (48882912795825583) -->
-    <skip />
-    <string name="enable_exercise_test_alerts_summary" msgid="4953174638150112137"></string>
-</resources>
diff --git a/res/values-mcc740-pa/strings.xml b/res/values-mcc740-pa/strings.xml
deleted file mode 100644
index a0c6927..0000000
--- a/res/values-mcc740-pa/strings.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="8832531644152117875">"ਸਥਾਨਕ ਸੰਕਟਕਾਲੀਨ ਸੁਚੇਤਨਾ"</string>
-    <string name="button_dismiss" msgid="5975841666550833732">"ਬੰਦ ਕਰਨ ਲਈ"</string>
-    <string name="cmas_required_monthly_test" msgid="2287926047457291638">"ਜਾਂਚ ਸੁਨੇਹਾ"</string>
-    <string name="cmas_exercise_alert" msgid="998005154407142100">"ਸੰਕਟਕਾਲੀਨ ਸੁਚੇਤਨਾ - ਕਸਰਤ / ਡਰਿੱਲ ਸੁਨੇਹਾ"</string>
-    <string name="public_safety_message" msgid="6263179411117570932">"ਜਾਣਕਾਰੀ ਭਰਪੂਰ ਸੁਨੇਹਾ"</string>
-    <!-- no translation found for enable_public_safety_messages_title (132836010129431792) -->
-    <skip />
-    <string name="enable_public_safety_messages_summary" msgid="5574351338788490055"></string>
-    <!-- no translation found for enable_cmas_test_alerts_title (646840583994486763) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="5860578113408534117"></string>
-    <!-- no translation found for enable_exercise_test_alerts_title (48882912795825583) -->
-    <skip />
-    <string name="enable_exercise_test_alerts_summary" msgid="4953174638150112137"></string>
-</resources>
diff --git a/res/values-mcc740-pl/strings.xml b/res/values-mcc740-pl/strings.xml
deleted file mode 100644
index cade32d..0000000
--- a/res/values-mcc740-pl/strings.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="8832531644152117875">"Alert o lokalnym zagrożeniu"</string>
-    <string name="button_dismiss" msgid="5975841666550833732">"ZAMYKAĆ"</string>
-    <string name="cmas_required_monthly_test" msgid="2287926047457291638">"Wiadomość testowa"</string>
-    <string name="cmas_exercise_alert" msgid="998005154407142100">"Alert o zagrożeniu – komunikat o ćwiczeniach/symulacji"</string>
-    <string name="public_safety_message" msgid="6263179411117570932">"Wiadomość informacyjna"</string>
-    <!-- no translation found for enable_public_safety_messages_title (132836010129431792) -->
-    <skip />
-    <string name="enable_public_safety_messages_summary" msgid="5574351338788490055"></string>
-    <!-- no translation found for enable_cmas_test_alerts_title (646840583994486763) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="5860578113408534117"></string>
-    <!-- no translation found for enable_exercise_test_alerts_title (48882912795825583) -->
-    <skip />
-    <string name="enable_exercise_test_alerts_summary" msgid="4953174638150112137"></string>
-</resources>
diff --git a/res/values-mcc740-pt-rPT/strings.xml b/res/values-mcc740-pt-rPT/strings.xml
deleted file mode 100644
index 0ff0b43..0000000
--- a/res/values-mcc740-pt-rPT/strings.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="8832531644152117875">"Alerta de emergência local"</string>
-    <string name="button_dismiss" msgid="5975841666550833732">"FECHAR"</string>
-    <string name="cmas_required_monthly_test" msgid="2287926047457291638">"Mensagem de teste"</string>
-    <string name="cmas_exercise_alert" msgid="998005154407142100">"Alerta de emerg.: mensagem de simulação/exercício"</string>
-    <string name="public_safety_message" msgid="6263179411117570932">"Mensagem informativa"</string>
-    <!-- no translation found for enable_public_safety_messages_title (132836010129431792) -->
-    <skip />
-    <string name="enable_public_safety_messages_summary" msgid="5574351338788490055"></string>
-    <!-- no translation found for enable_cmas_test_alerts_title (646840583994486763) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="5860578113408534117"></string>
-    <!-- no translation found for enable_exercise_test_alerts_title (48882912795825583) -->
-    <skip />
-    <string name="enable_exercise_test_alerts_summary" msgid="4953174638150112137"></string>
-</resources>
diff --git a/res/values-mcc740-pt/strings.xml b/res/values-mcc740-pt/strings.xml
deleted file mode 100644
index 0fde217..0000000
--- a/res/values-mcc740-pt/strings.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="8832531644152117875">"Alerta de emergência local"</string>
-    <string name="button_dismiss" msgid="5975841666550833732">"FECHAR"</string>
-    <string name="cmas_required_monthly_test" msgid="2287926047457291638">"Mensagem de teste"</string>
-    <string name="cmas_exercise_alert" msgid="998005154407142100">"Alerta de emergência: mensagem de exercício/simulação"</string>
-    <string name="public_safety_message" msgid="6263179411117570932">"Mensagem informativa"</string>
-    <!-- no translation found for enable_public_safety_messages_title (132836010129431792) -->
-    <skip />
-    <string name="enable_public_safety_messages_summary" msgid="5574351338788490055"></string>
-    <!-- no translation found for enable_cmas_test_alerts_title (646840583994486763) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="5860578113408534117"></string>
-    <!-- no translation found for enable_exercise_test_alerts_title (48882912795825583) -->
-    <skip />
-    <string name="enable_exercise_test_alerts_summary" msgid="4953174638150112137"></string>
-</resources>
diff --git a/res/values-mcc740-ro/strings.xml b/res/values-mcc740-ro/strings.xml
deleted file mode 100644
index 9c92168..0000000
--- a/res/values-mcc740-ro/strings.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="8832531644152117875">"Alertă de urgență locală"</string>
-    <string name="button_dismiss" msgid="5975841666550833732">"Închideți"</string>
-    <string name="cmas_required_monthly_test" msgid="2287926047457291638">"Mesaj de test"</string>
-    <string name="cmas_exercise_alert" msgid="998005154407142100">"Alertă de urgență – mesaj de exercițiu / simulare"</string>
-    <string name="public_safety_message" msgid="6263179411117570932">"Mesaj informativ"</string>
-    <!-- no translation found for enable_public_safety_messages_title (132836010129431792) -->
-    <skip />
-    <string name="enable_public_safety_messages_summary" msgid="5574351338788490055"></string>
-    <!-- no translation found for enable_cmas_test_alerts_title (646840583994486763) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="5860578113408534117"></string>
-    <!-- no translation found for enable_exercise_test_alerts_title (48882912795825583) -->
-    <skip />
-    <string name="enable_exercise_test_alerts_summary" msgid="4953174638150112137"></string>
-</resources>
diff --git a/res/values-mcc740-ru/strings.xml b/res/values-mcc740-ru/strings.xml
deleted file mode 100644
index 036327a..0000000
--- a/res/values-mcc740-ru/strings.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="8832531644152117875">"Оповещение о местной чрезвычайной ситуации"</string>
-    <string name="button_dismiss" msgid="5975841666550833732">"ЗАКРЫТЬ"</string>
-    <string name="cmas_required_monthly_test" msgid="2287926047457291638">"Тестовое сообщение"</string>
-    <string name="cmas_exercise_alert" msgid="998005154407142100">"Экстренное оповещение: учебная тревога"</string>
-    <string name="public_safety_message" msgid="6263179411117570932">"Информационное сообщение"</string>
-    <!-- no translation found for enable_public_safety_messages_title (132836010129431792) -->
-    <skip />
-    <string name="enable_public_safety_messages_summary" msgid="5574351338788490055"></string>
-    <!-- no translation found for enable_cmas_test_alerts_title (646840583994486763) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="5860578113408534117"></string>
-    <!-- no translation found for enable_exercise_test_alerts_title (48882912795825583) -->
-    <skip />
-    <string name="enable_exercise_test_alerts_summary" msgid="4953174638150112137"></string>
-</resources>
diff --git a/res/values-mcc740-si/strings.xml b/res/values-mcc740-si/strings.xml
deleted file mode 100644
index 4711153..0000000
--- a/res/values-mcc740-si/strings.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="8832531644152117875">"ප්‍රාදේශීය හදිසි අවස්ථා ඇඟවීම"</string>
-    <string name="button_dismiss" msgid="5975841666550833732">"වැසීමට"</string>
-    <string name="cmas_required_monthly_test" msgid="2287926047457291638">"පරීක්ෂණ පණිවිඩය"</string>
-    <string name="cmas_exercise_alert" msgid="998005154407142100">"හදිසි අවස්ථා ඇඟවීම: ව්‍යායාම / සරඹ පණිවිඩය"</string>
-    <string name="public_safety_message" msgid="6263179411117570932">"තොරතුරුමය පණිවිඩය"</string>
-    <!-- no translation found for enable_public_safety_messages_title (132836010129431792) -->
-    <skip />
-    <string name="enable_public_safety_messages_summary" msgid="5574351338788490055"></string>
-    <!-- no translation found for enable_cmas_test_alerts_title (646840583994486763) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="5860578113408534117"></string>
-    <!-- no translation found for enable_exercise_test_alerts_title (48882912795825583) -->
-    <skip />
-    <string name="enable_exercise_test_alerts_summary" msgid="4953174638150112137"></string>
-</resources>
diff --git a/res/values-mcc740-sk/strings.xml b/res/values-mcc740-sk/strings.xml
deleted file mode 100644
index 7ac9e4b..0000000
--- a/res/values-mcc740-sk/strings.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="8832531644152117875">"Miestne tiesňové upozornenie"</string>
-    <string name="button_dismiss" msgid="5975841666550833732">"ZAVRIEŤ"</string>
-    <string name="cmas_required_monthly_test" msgid="2287926047457291638">"Testovacia správa"</string>
-    <string name="cmas_exercise_alert" msgid="998005154407142100">"Tiesňové upozornenie – cvičenie či cvičná správa"</string>
-    <string name="public_safety_message" msgid="6263179411117570932">"Informatívna správa"</string>
-    <!-- no translation found for enable_public_safety_messages_title (132836010129431792) -->
-    <skip />
-    <string name="enable_public_safety_messages_summary" msgid="5574351338788490055"></string>
-    <!-- no translation found for enable_cmas_test_alerts_title (646840583994486763) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="5860578113408534117"></string>
-    <!-- no translation found for enable_exercise_test_alerts_title (48882912795825583) -->
-    <skip />
-    <string name="enable_exercise_test_alerts_summary" msgid="4953174638150112137"></string>
-</resources>
diff --git a/res/values-mcc740-sl/strings.xml b/res/values-mcc740-sl/strings.xml
deleted file mode 100644
index fc18e8a..0000000
--- a/res/values-mcc740-sl/strings.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="8832531644152117875">"Lokalno opozorilo v sili"</string>
-    <string name="button_dismiss" msgid="5975841666550833732">"ZA ZAPRTJE"</string>
-    <string name="cmas_required_monthly_test" msgid="2287926047457291638">"Preizkusno sporočilo"</string>
-    <string name="cmas_exercise_alert" msgid="998005154407142100">"Opozorilo v sili – sporočilo za vajo/simulacijo"</string>
-    <string name="public_safety_message" msgid="6263179411117570932">"Informativno sporočilo"</string>
-    <!-- no translation found for enable_public_safety_messages_title (132836010129431792) -->
-    <skip />
-    <string name="enable_public_safety_messages_summary" msgid="5574351338788490055"></string>
-    <!-- no translation found for enable_cmas_test_alerts_title (646840583994486763) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="5860578113408534117"></string>
-    <!-- no translation found for enable_exercise_test_alerts_title (48882912795825583) -->
-    <skip />
-    <string name="enable_exercise_test_alerts_summary" msgid="4953174638150112137"></string>
-</resources>
diff --git a/res/values-mcc740-sq/strings.xml b/res/values-mcc740-sq/strings.xml
deleted file mode 100644
index 6c3fc59..0000000
--- a/res/values-mcc740-sq/strings.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="8832531644152117875">"Sinjalizimi i urgjencës lokale"</string>
-    <string name="button_dismiss" msgid="5975841666550833732">"MBYLL"</string>
-    <string name="cmas_required_monthly_test" msgid="2287926047457291638">"Mesazh testimi"</string>
-    <string name="cmas_exercise_alert" msgid="998005154407142100">"Sinjalizimi i urgjencës - Mesazhi i ushtrimit/stërvitjes"</string>
-    <string name="public_safety_message" msgid="6263179411117570932">"Mesazh informues"</string>
-    <!-- no translation found for enable_public_safety_messages_title (132836010129431792) -->
-    <skip />
-    <string name="enable_public_safety_messages_summary" msgid="5574351338788490055"></string>
-    <!-- no translation found for enable_cmas_test_alerts_title (646840583994486763) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="5860578113408534117"></string>
-    <!-- no translation found for enable_exercise_test_alerts_title (48882912795825583) -->
-    <skip />
-    <string name="enable_exercise_test_alerts_summary" msgid="4953174638150112137"></string>
-</resources>
diff --git a/res/values-mcc740-sr/strings.xml b/res/values-mcc740-sr/strings.xml
deleted file mode 100644
index 1273759..0000000
--- a/res/values-mcc740-sr/strings.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="8832531644152117875">"Упозорење о локалном хитном случају"</string>
-    <string name="button_dismiss" msgid="5975841666550833732">"ЗАТВОРИ"</string>
-    <string name="cmas_required_monthly_test" msgid="2287926047457291638">"Тест порука"</string>
-    <string name="cmas_exercise_alert" msgid="998005154407142100">"Упозорење о хитном случају – порука за вежбу"</string>
-    <string name="public_safety_message" msgid="6263179411117570932">"Информативна порука"</string>
-    <!-- no translation found for enable_public_safety_messages_title (132836010129431792) -->
-    <skip />
-    <string name="enable_public_safety_messages_summary" msgid="5574351338788490055"></string>
-    <!-- no translation found for enable_cmas_test_alerts_title (646840583994486763) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="5860578113408534117"></string>
-    <!-- no translation found for enable_exercise_test_alerts_title (48882912795825583) -->
-    <skip />
-    <string name="enable_exercise_test_alerts_summary" msgid="4953174638150112137"></string>
-</resources>
diff --git a/res/values-mcc740-sv/strings.xml b/res/values-mcc740-sv/strings.xml
deleted file mode 100644
index aacbcdf..0000000
--- a/res/values-mcc740-sv/strings.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="8832531644152117875">"Varning om lokal nödsituation"</string>
-    <string name="button_dismiss" msgid="5975841666550833732">"STÄNG"</string>
-    <string name="cmas_required_monthly_test" msgid="2287926047457291638">"Testmeddelande"</string>
-    <string name="cmas_exercise_alert" msgid="998005154407142100">"Varning om nödsituation: övnings-/testmeddelande"</string>
-    <string name="public_safety_message" msgid="6263179411117570932">"Informationsmeddelande"</string>
-    <!-- no translation found for enable_public_safety_messages_title (132836010129431792) -->
-    <skip />
-    <string name="enable_public_safety_messages_summary" msgid="5574351338788490055"></string>
-    <!-- no translation found for enable_cmas_test_alerts_title (646840583994486763) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="5860578113408534117"></string>
-    <!-- no translation found for enable_exercise_test_alerts_title (48882912795825583) -->
-    <skip />
-    <string name="enable_exercise_test_alerts_summary" msgid="4953174638150112137"></string>
-</resources>
diff --git a/res/values-mcc740-sw/strings.xml b/res/values-mcc740-sw/strings.xml
deleted file mode 100644
index e4782fc..0000000
--- a/res/values-mcc740-sw/strings.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="8832531644152117875">"Arifa za dharura za eneo lako"</string>
-    <string name="button_dismiss" msgid="5975841666550833732">"ILI KUFUNGA"</string>
-    <string name="cmas_required_monthly_test" msgid="2287926047457291638">"Ujumbe wa majaribio"</string>
-    <string name="cmas_exercise_alert" msgid="998005154407142100">"Arifa ya Dharura - Ujumbe wa Mazoezi / Jaribio"</string>
-    <string name="public_safety_message" msgid="6263179411117570932">"Ujumbe muhimu"</string>
-    <!-- no translation found for enable_public_safety_messages_title (132836010129431792) -->
-    <skip />
-    <string name="enable_public_safety_messages_summary" msgid="5574351338788490055"></string>
-    <!-- no translation found for enable_cmas_test_alerts_title (646840583994486763) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="5860578113408534117"></string>
-    <!-- no translation found for enable_exercise_test_alerts_title (48882912795825583) -->
-    <skip />
-    <string name="enable_exercise_test_alerts_summary" msgid="4953174638150112137"></string>
-</resources>
diff --git a/res/values-mcc740-ta/strings.xml b/res/values-mcc740-ta/strings.xml
deleted file mode 100644
index d306c45..0000000
--- a/res/values-mcc740-ta/strings.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="8832531644152117875">"உள்ளூர் அவசரகால எச்சரிக்கை"</string>
-    <string name="button_dismiss" msgid="5975841666550833732">"மூடுக"</string>
-    <string name="cmas_required_monthly_test" msgid="2287926047457291638">"பயிற்சி குறித்த செய்தி"</string>
-    <string name="cmas_exercise_alert" msgid="998005154407142100">"அவசரகால எச்சரிக்கை - பயிற்சி/டிரில் குறித்த செய்தி"</string>
-    <string name="public_safety_message" msgid="6263179411117570932">"தகவல் நிறைந்த செய்தி"</string>
-    <!-- no translation found for enable_public_safety_messages_title (132836010129431792) -->
-    <skip />
-    <string name="enable_public_safety_messages_summary" msgid="5574351338788490055"></string>
-    <!-- no translation found for enable_cmas_test_alerts_title (646840583994486763) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="5860578113408534117"></string>
-    <!-- no translation found for enable_exercise_test_alerts_title (48882912795825583) -->
-    <skip />
-    <string name="enable_exercise_test_alerts_summary" msgid="4953174638150112137"></string>
-</resources>
diff --git a/res/values-mcc740-te/strings.xml b/res/values-mcc740-te/strings.xml
deleted file mode 100644
index 30cc677..0000000
--- a/res/values-mcc740-te/strings.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="8832531644152117875">"స్థానిక ఎమర్జెన్సీ అలర్ట్"</string>
-    <string name="button_dismiss" msgid="5975841666550833732">"షట్ డౌన్"</string>
-    <string name="cmas_required_monthly_test" msgid="2287926047457291638">"టెస్ట్ మెసేజ్"</string>
-    <string name="cmas_exercise_alert" msgid="998005154407142100">"ఎమర్జెన్సీ అలర్ట్ వ్యాయామం / డ్రిల్ మెసేజ్"</string>
-    <string name="public_safety_message" msgid="6263179411117570932">"సమాచారాత్మక మెసేజ్"</string>
-    <!-- no translation found for enable_public_safety_messages_title (132836010129431792) -->
-    <skip />
-    <string name="enable_public_safety_messages_summary" msgid="5574351338788490055"></string>
-    <!-- no translation found for enable_cmas_test_alerts_title (646840583994486763) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="5860578113408534117"></string>
-    <!-- no translation found for enable_exercise_test_alerts_title (48882912795825583) -->
-    <skip />
-    <string name="enable_exercise_test_alerts_summary" msgid="4953174638150112137"></string>
-</resources>
diff --git a/res/values-mcc740-th/strings.xml b/res/values-mcc740-th/strings.xml
deleted file mode 100644
index e362caf..0000000
--- a/res/values-mcc740-th/strings.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="8832531644152117875">"การแจ้งเตือนฉุกเฉินระดับท้องถิ่น"</string>
-    <string name="button_dismiss" msgid="5975841666550833732">"ปิด"</string>
-    <string name="cmas_required_monthly_test" msgid="2287926047457291638">"ข้อความทดสอบ"</string>
-    <string name="cmas_exercise_alert" msgid="998005154407142100">"การแจ้งเตือนฉุกเฉิน - ข้อความทดสอบ/ฝึกซ้อม"</string>
-    <string name="public_safety_message" msgid="6263179411117570932">"ข้อความที่เป็นประโยชน์"</string>
-    <!-- no translation found for enable_public_safety_messages_title (132836010129431792) -->
-    <skip />
-    <string name="enable_public_safety_messages_summary" msgid="5574351338788490055"></string>
-    <!-- no translation found for enable_cmas_test_alerts_title (646840583994486763) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="5860578113408534117"></string>
-    <!-- no translation found for enable_exercise_test_alerts_title (48882912795825583) -->
-    <skip />
-    <string name="enable_exercise_test_alerts_summary" msgid="4953174638150112137"></string>
-</resources>
diff --git a/res/values-mcc740-tl/strings.xml b/res/values-mcc740-tl/strings.xml
deleted file mode 100644
index 92f1c5f..0000000
--- a/res/values-mcc740-tl/strings.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="8832531644152117875">"Lokal na pang-emergency na alerto"</string>
-    <string name="button_dismiss" msgid="5975841666550833732">"ISARA"</string>
-    <string name="cmas_required_monthly_test" msgid="2287926047457291638">"Pansubok na mensahe"</string>
-    <string name="cmas_exercise_alert" msgid="998005154407142100">"Pang-emergency na Alerto - Mensahe sa Pagsasanay"</string>
-    <string name="public_safety_message" msgid="6263179411117570932">"Mensaheng nagbibigay ng impormasyon"</string>
-    <!-- no translation found for enable_public_safety_messages_title (132836010129431792) -->
-    <skip />
-    <string name="enable_public_safety_messages_summary" msgid="5574351338788490055"></string>
-    <!-- no translation found for enable_cmas_test_alerts_title (646840583994486763) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="5860578113408534117"></string>
-    <!-- no translation found for enable_exercise_test_alerts_title (48882912795825583) -->
-    <skip />
-    <string name="enable_exercise_test_alerts_summary" msgid="4953174638150112137"></string>
-</resources>
diff --git a/res/values-mcc740-tr/strings.xml b/res/values-mcc740-tr/strings.xml
deleted file mode 100644
index 4e96e50..0000000
--- a/res/values-mcc740-tr/strings.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="8832531644152117875">"Yerel acil durum uyarısı"</string>
-    <string name="button_dismiss" msgid="5975841666550833732">"KAPAT"</string>
-    <string name="cmas_required_monthly_test" msgid="2287926047457291638">"Test mesajı"</string>
-    <string name="cmas_exercise_alert" msgid="998005154407142100">"Acil Durum Uyarısı: Alıştırma/Tatbikat mesajı"</string>
-    <string name="public_safety_message" msgid="6263179411117570932">"Bilgilendirici mesaj"</string>
-    <!-- no translation found for enable_public_safety_messages_title (132836010129431792) -->
-    <skip />
-    <string name="enable_public_safety_messages_summary" msgid="5574351338788490055"></string>
-    <!-- no translation found for enable_cmas_test_alerts_title (646840583994486763) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="5860578113408534117"></string>
-    <!-- no translation found for enable_exercise_test_alerts_title (48882912795825583) -->
-    <skip />
-    <string name="enable_exercise_test_alerts_summary" msgid="4953174638150112137"></string>
-</resources>
diff --git a/res/values-mcc740-uk/strings.xml b/res/values-mcc740-uk/strings.xml
deleted file mode 100644
index 40bbaac..0000000
--- a/res/values-mcc740-uk/strings.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="8832531644152117875">"Локальне екстрене сповіщення"</string>
-    <string name="button_dismiss" msgid="5975841666550833732">"ЗАКРИТИ"</string>
-    <string name="cmas_required_monthly_test" msgid="2287926047457291638">"Тестове повідомлення"</string>
-    <string name="cmas_exercise_alert" msgid="998005154407142100">"Екстрене сповіщення: тренувальне повідомлення"</string>
-    <string name="public_safety_message" msgid="6263179411117570932">"Інформативне повідомлення"</string>
-    <!-- no translation found for enable_public_safety_messages_title (132836010129431792) -->
-    <skip />
-    <string name="enable_public_safety_messages_summary" msgid="5574351338788490055"></string>
-    <!-- no translation found for enable_cmas_test_alerts_title (646840583994486763) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="5860578113408534117"></string>
-    <!-- no translation found for enable_exercise_test_alerts_title (48882912795825583) -->
-    <skip />
-    <string name="enable_exercise_test_alerts_summary" msgid="4953174638150112137"></string>
-</resources>
diff --git a/res/values-mcc740-ur/strings.xml b/res/values-mcc740-ur/strings.xml
deleted file mode 100644
index e0bf82d..0000000
--- a/res/values-mcc740-ur/strings.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="8832531644152117875">"مقامی ہنگامی الرٹ"</string>
-    <string name="button_dismiss" msgid="5975841666550833732">"بند کریں"</string>
-    <string name="cmas_required_monthly_test" msgid="2287926047457291638">"ٹیسٹ پیغام"</string>
-    <string name="cmas_exercise_alert" msgid="998005154407142100">"ہنگامی الرٹ - ورزش / ڈرِل پیغام"</string>
-    <string name="public_safety_message" msgid="6263179411117570932">"معلوماتی پیغام"</string>
-    <!-- no translation found for enable_public_safety_messages_title (132836010129431792) -->
-    <skip />
-    <string name="enable_public_safety_messages_summary" msgid="5574351338788490055"></string>
-    <!-- no translation found for enable_cmas_test_alerts_title (646840583994486763) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="5860578113408534117"></string>
-    <!-- no translation found for enable_exercise_test_alerts_title (48882912795825583) -->
-    <skip />
-    <string name="enable_exercise_test_alerts_summary" msgid="4953174638150112137"></string>
-</resources>
diff --git a/res/values-mcc740-uz/strings.xml b/res/values-mcc740-uz/strings.xml
deleted file mode 100644
index ec802ab..0000000
--- a/res/values-mcc740-uz/strings.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="8832531644152117875">"Hududiy favqulodda ogohlantirish"</string>
-    <string name="button_dismiss" msgid="5975841666550833732">"YOPISH"</string>
-    <string name="cmas_required_monthly_test" msgid="2287926047457291638">"Sinov xabari"</string>
-    <string name="cmas_exercise_alert" msgid="998005154407142100">"Favqulodda ogohlantiruv: oʻquv-mashgʻulot xabari"</string>
-    <string name="public_safety_message" msgid="6263179411117570932">"Axborot xabari"</string>
-    <!-- no translation found for enable_public_safety_messages_title (132836010129431792) -->
-    <skip />
-    <string name="enable_public_safety_messages_summary" msgid="5574351338788490055"></string>
-    <!-- no translation found for enable_cmas_test_alerts_title (646840583994486763) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="5860578113408534117"></string>
-    <!-- no translation found for enable_exercise_test_alerts_title (48882912795825583) -->
-    <skip />
-    <string name="enable_exercise_test_alerts_summary" msgid="4953174638150112137"></string>
-</resources>
diff --git a/res/values-mcc740-vi/strings.xml b/res/values-mcc740-vi/strings.xml
deleted file mode 100644
index 25e37fc..0000000
--- a/res/values-mcc740-vi/strings.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="8832531644152117875">"Cảnh báo khẩn cấp của địa phương"</string>
-    <string name="button_dismiss" msgid="5975841666550833732">"ĐÓNG"</string>
-    <string name="cmas_required_monthly_test" msgid="2287926047457291638">"Thông báo thử nghiệm"</string>
-    <string name="cmas_exercise_alert" msgid="998005154407142100">"Cảnh báo khẩn cấp – Thông báo diễn tập/luyện tập"</string>
-    <string name="public_safety_message" msgid="6263179411117570932">"Thư thông báo"</string>
-    <!-- no translation found for enable_public_safety_messages_title (132836010129431792) -->
-    <skip />
-    <string name="enable_public_safety_messages_summary" msgid="5574351338788490055"></string>
-    <!-- no translation found for enable_cmas_test_alerts_title (646840583994486763) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="5860578113408534117"></string>
-    <!-- no translation found for enable_exercise_test_alerts_title (48882912795825583) -->
-    <skip />
-    <string name="enable_exercise_test_alerts_summary" msgid="4953174638150112137"></string>
-</resources>
diff --git a/res/values-mcc740-zh-rCN/strings.xml b/res/values-mcc740-zh-rCN/strings.xml
deleted file mode 100644
index a629459..0000000
--- a/res/values-mcc740-zh-rCN/strings.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="8832531644152117875">"本地紧急警报"</string>
-    <string name="button_dismiss" msgid="5975841666550833732">"关闭"</string>
-    <string name="cmas_required_monthly_test" msgid="2287926047457291638">"测试消息"</string>
-    <string name="cmas_exercise_alert" msgid="998005154407142100">"紧急警报 - 演习/模拟消息"</string>
-    <string name="public_safety_message" msgid="6263179411117570932">"信息性消息"</string>
-    <!-- no translation found for enable_public_safety_messages_title (132836010129431792) -->
-    <skip />
-    <string name="enable_public_safety_messages_summary" msgid="5574351338788490055"></string>
-    <!-- no translation found for enable_cmas_test_alerts_title (646840583994486763) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="5860578113408534117"></string>
-    <!-- no translation found for enable_exercise_test_alerts_title (48882912795825583) -->
-    <skip />
-    <string name="enable_exercise_test_alerts_summary" msgid="4953174638150112137"></string>
-</resources>
diff --git a/res/values-mcc740-zh-rHK/strings.xml b/res/values-mcc740-zh-rHK/strings.xml
deleted file mode 100644
index 0f5716c..0000000
--- a/res/values-mcc740-zh-rHK/strings.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="8832531644152117875">"本地緊急警示"</string>
-    <string name="button_dismiss" msgid="5975841666550833732">"關閉"</string>
-    <string name="cmas_required_monthly_test" msgid="2287926047457291638">"測試訊息"</string>
-    <string name="cmas_exercise_alert" msgid="998005154407142100">"緊急警示 - 模擬/演習訊息"</string>
-    <string name="public_safety_message" msgid="6263179411117570932">"資訊型訊息"</string>
-    <!-- no translation found for enable_public_safety_messages_title (132836010129431792) -->
-    <skip />
-    <string name="enable_public_safety_messages_summary" msgid="5574351338788490055"></string>
-    <!-- no translation found for enable_cmas_test_alerts_title (646840583994486763) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="5860578113408534117"></string>
-    <!-- no translation found for enable_exercise_test_alerts_title (48882912795825583) -->
-    <skip />
-    <string name="enable_exercise_test_alerts_summary" msgid="4953174638150112137"></string>
-</resources>
diff --git a/res/values-mcc740-zh-rTW/strings.xml b/res/values-mcc740-zh-rTW/strings.xml
deleted file mode 100644
index ac746a1..0000000
--- a/res/values-mcc740-zh-rTW/strings.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="8832531644152117875">"當地緊急警報"</string>
-    <string name="button_dismiss" msgid="5975841666550833732">"關閉"</string>
-    <string name="cmas_required_monthly_test" msgid="2287926047457291638">"測試訊息"</string>
-    <string name="cmas_exercise_alert" msgid="998005154407142100">"緊急警報 - 演習/模擬訊息"</string>
-    <string name="public_safety_message" msgid="6263179411117570932">"資訊型訊息"</string>
-    <!-- no translation found for enable_public_safety_messages_title (132836010129431792) -->
-    <skip />
-    <string name="enable_public_safety_messages_summary" msgid="5574351338788490055"></string>
-    <!-- no translation found for enable_cmas_test_alerts_title (646840583994486763) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="5860578113408534117"></string>
-    <!-- no translation found for enable_exercise_test_alerts_title (48882912795825583) -->
-    <skip />
-    <string name="enable_exercise_test_alerts_summary" msgid="4953174638150112137"></string>
-</resources>
diff --git a/res/values-mcc740-zu/strings.xml b/res/values-mcc740-zu/strings.xml
deleted file mode 100644
index e6c7e71..0000000
--- a/res/values-mcc740-zu/strings.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--  Copyright (C) 2021 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="cmas_presidential_level_alert" msgid="8832531644152117875">"Isexwayiso esiphuthumayo sendawo"</string>
-    <string name="button_dismiss" msgid="5975841666550833732">"UKUZE UVALE"</string>
-    <string name="cmas_required_monthly_test" msgid="2287926047457291638">"Umlayezo wokuhlola"</string>
-    <string name="cmas_exercise_alert" msgid="998005154407142100">"Isexwayiso Esiphuthumayo - Umlayezo Wokujima / we-Drill"</string>
-    <string name="public_safety_message" msgid="6263179411117570932">"Umlayezo owazisayo"</string>
-    <!-- no translation found for enable_public_safety_messages_title (132836010129431792) -->
-    <skip />
-    <string name="enable_public_safety_messages_summary" msgid="5574351338788490055"></string>
-    <!-- no translation found for enable_cmas_test_alerts_title (646840583994486763) -->
-    <skip />
-    <string name="enable_cmas_test_alerts_summary" msgid="5860578113408534117"></string>
-    <!-- no translation found for enable_exercise_test_alerts_title (48882912795825583) -->
-    <skip />
-    <string name="enable_exercise_test_alerts_summary" msgid="4953174638150112137"></string>
-</resources>
diff --git a/res/values-mk/strings.xml b/res/values-mk/strings.xml
index e47b74c..1dea679 100644
--- a/res/values-mk/strings.xml
+++ b/res/values-mk/strings.xml
@@ -80,8 +80,6 @@
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"Предупреди за непосредни безбедносни закани"</string>
     <string name="enable_public_safety_messages_title" msgid="5576770949182656524">"Пораки за јавна безбедност"</string>
     <string name="enable_public_safety_messages_summary" msgid="7868069748857851521">"Препорачани дејства што може да спасат живот или имот"</string>
-    <string name="enable_full_screen_public_safety_messages_title" msgid="1790574642368284876">"Прикажувај пораки на цел екран"</string>
-    <string name="enable_full_screen_public_safety_messages_summary" msgid="1305786776090796715">"Исклучете за да ви се испраќаат пораки за јавна безбедност само на апликацијата за SMS"</string>
     <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"Државни и локални тестови"</string>
     <string name="enable_state_local_test_alerts_summary" msgid="780298327377950187">"Добијте тест пораки од државните и локалните власти"</string>
     <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"Предупредувања за итни случаи"</string>
diff --git a/res/values-ml/strings.xml b/res/values-ml/strings.xml
index f23b900..79ba6f2 100644
--- a/res/values-ml/strings.xml
+++ b/res/values-ml/strings.xml
@@ -60,7 +60,7 @@
     <string name="notification_channel_emergency_alerts_high_priority" msgid="3937475297436439073">"അംഗീകരിക്കാത്ത അടിയന്തര മുന്നറിയിപ്പുകൾ"</string>
     <string name="notification_channel_broadcast_messages_in_voicecall" msgid="3291001780110813190">"വോയ്സ് കോളിലെ അടിയന്തര മുന്നറിയിപ്പുകൾ"</string>
     <string name="notification_channel_settings_updates" msgid="6779759372516475085">"സിമ്മിന്റെ അടിസ്ഥാനത്തിൽ, WEA ക്രമീകരണത്തിലെ സ്വയമേവയുള്ള മാറ്റങ്ങൾ"</string>
-    <string name="enable_alerts_master_toggle_title" msgid="1457904343636699446">"അലേർട്ടുകൾ അനുവദിക്കുക"</string>
+    <string name="enable_alerts_master_toggle_title" msgid="1457904343636699446">"മുന്നറിയിപ്പുകൾ അനുവദിക്കുക"</string>
     <string name="enable_alerts_master_toggle_summary" msgid="5583168548073938617">"വയർലെസ് അടിയന്തര അലേർട്ട് അറിയിപ്പുകൾ നേടുക"</string>
     <string name="alert_reminder_interval_title" msgid="3283595202268218149">"അലേർട്ട് റിമൈൻഡർ"</string>
     <string name="enable_alert_speech_title" msgid="8052104771053526941">"അലേർട്ട് സന്ദേശങ്ങൾ സംസാരിക്കുക"</string>
@@ -80,8 +80,6 @@
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"ഉടൻ ഉണ്ടായേക്കാവുന്ന സുരക്ഷാ ഭീഷണികളെ കുറിച്ച് മുന്നറിയിപ്പ് നൽകുക"</string>
     <string name="enable_public_safety_messages_title" msgid="5576770949182656524">"പൊതുജനങ്ങൾക്കുള്ള സുരക്ഷാ സന്ദേശങ്ങൾ"</string>
     <string name="enable_public_safety_messages_summary" msgid="7868069748857851521">"ജീവനോ സ്വത്തോ സംരക്ഷിക്കാൻ ശുപാർശ ചെയ്‌തിരിക്കുന്ന പ്രവൃത്തികൾ"</string>
-    <string name="enable_full_screen_public_safety_messages_title" msgid="1790574642368284876">"പൂർണ്ണ സ്‌ക്രീൻ സന്ദേശങ്ങൾ കാണിക്കുക"</string>
-    <string name="enable_full_screen_public_safety_messages_summary" msgid="1305786776090796715">"പൊതു സുരക്ഷാ സന്ദേശങ്ങൾ നിങ്ങളുടെ SMS ആപ്പിലേക്ക് മാത്രം അയയ്‌ക്കാൻ ഓഫാക്കുക"</string>
     <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"സംസ്ഥാന, പ്രാദേശിക പരീക്ഷണ മുന്നറിയിപ്പുകൾ"</string>
     <string name="enable_state_local_test_alerts_summary" msgid="780298327377950187">"സംസ്ഥാന, പ്രാദേശിക അധികാരികളിൽ നിന്ന് പരീക്ഷണ സന്ദേശങ്ങൾ സ്വീകരിക്കുക"</string>
     <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"അടിയന്തര മുന്നറിയിപ്പുകൾ"</string>
diff --git a/res/values-mn/strings.xml b/res/values-mn/strings.xml
index 37b6d7e..51212e9 100644
--- a/res/values-mn/strings.xml
+++ b/res/values-mn/strings.xml
@@ -64,7 +64,7 @@
     <string name="enable_alerts_master_toggle_summary" msgid="5583168548073938617">"Утасгүй сүлжээгээр гамшгийн аюулын дохионы мэдэгдэл авах"</string>
     <string name="alert_reminder_interval_title" msgid="3283595202268218149">"Сэрэмжлүүлгийн сануулагч"</string>
     <string name="enable_alert_speech_title" msgid="8052104771053526941">"Сэрэмжлүүлгийн мессежийг унших"</string>
-    <string name="enable_alert_speech_summary" msgid="2855629032890937297">"Утасгүй гамшгийн аюулын дохионы мессежийг чангаар уншихын тулд бичвэрийг-ярианд-хувиргахыг ашиглана уу"</string>
+    <string name="enable_alert_speech_summary" msgid="2855629032890937297">"Утасгүй гамшгийн аюулын дохионы мессежийг чангаар уншихын тулд текстийг-яриа-болгохыг ашиглана уу"</string>
     <string name="alert_reminder_dialog_title" msgid="2299010977651377315">"Сануулагчийн аяыг дууны энгийн түвшинд тоглуулна"</string>
     <string name="emergency_alert_history_title" msgid="8310173569237268431">"Гамшгийн аюулын дохионы түүх"</string>
     <string name="alert_preferences_title" msgid="6001469026393248468">"Дохионы тохиргоо"</string>
@@ -80,11 +80,9 @@
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"Аюулгүй байдалд учирч болзошгүй арга хэмжээний талаар сэрэмжлүүлэх"</string>
     <string name="enable_public_safety_messages_title" msgid="5576770949182656524">"Нийтийн аюулгүй байдлын мессеж"</string>
     <string name="enable_public_safety_messages_summary" msgid="7868069748857851521">"Амьдрал эсвэл хөрөнгийг хэмнэх боломжтой санал болгосон үйлдэл"</string>
-    <string name="enable_full_screen_public_safety_messages_title" msgid="1790574642368284876">"Бүтэн дэлгэцийн мессежийг харуулах"</string>
-    <string name="enable_full_screen_public_safety_messages_summary" msgid="1305786776090796715">"Олон нийтийн аюулгүй байдлын мессежийг зөвхөн SMS апп руугаа илгээхийн тулд унтраана уу"</string>
     <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"Муж ба орон нутгийн туршилтууд"</string>
     <string name="enable_state_local_test_alerts_summary" msgid="780298327377950187">"Муж ба орон нутгийн захиргаанаас туршилтын мессежүүдийг хүлээн авах"</string>
-    <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"Яаралтай сэрэмжлүүлэг"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"Гамшгийн аюулын дохио"</string>
     <string name="enable_emergency_alerts_message_summary" msgid="7574617515441602546">"Сүрдүүлгийн арга хэмжээний талаар сэрэмжлүүлэх"</string>
     <string name="enable_cmas_test_alerts_title" msgid="7194966927004755266">"Туршилтын сэрэмжлүүлэг"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="2083089933271720217">"Оператор компанийн болон аюулгүй байдлын сэрэмжлүүлгийн системийн сар тутмын туршилтын мессеж авах"</string>
diff --git a/res/values-mr/strings.xml b/res/values-mr/strings.xml
index 9b34ad8..ccc9b35 100644
--- a/res/values-mr/strings.xml
+++ b/res/values-mr/strings.xml
@@ -31,7 +31,7 @@
     <string name="menu_view_details" msgid="1040989019045280975">"तपशील पहा"</string>
     <string name="menu_delete" msgid="128380070910799366">"प्रसारण हटवा"</string>
     <string name="view_details_title" msgid="1780427629491781473">"सूचना तपशील"</string>
-    <string name="view_details_debugging_title" msgid="5699927030805114173">"डीबगिंगचे सूचना तपशील पहा"</string>
+    <string name="view_details_debugging_title" msgid="5699927030805114173">"डीबगिंगचे सूचना तपशील पाहा"</string>
     <string name="confirm_delete_broadcast" msgid="2540199303730232322">"हे प्रसारण हटवायचे?"</string>
     <string name="confirm_delete_all_broadcasts" msgid="2924444089047280871">"सर्व प्राप्त केलेले प्रसारण मेसेज हटवायचे?"</string>
     <string name="button_delete" msgid="4672451757925194350">"हटवा"</string>
@@ -80,8 +80,6 @@
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"सुस्पष्ट सुरक्षा धोक्यांची चेतावणी द्या"</string>
     <string name="enable_public_safety_messages_title" msgid="5576770949182656524">"सार्वजनिक सुरक्षितता मेसेज"</string>
     <string name="enable_public_safety_messages_summary" msgid="7868069748857851521">"शिफारस केलेली उपाययोजना जी जीवन किंवा मालमत्ता वाचवू शकते"</string>
-    <string name="enable_full_screen_public_safety_messages_title" msgid="1790574642368284876">"फुल-स्क्रीन मेसेज दाखवा"</string>
-    <string name="enable_full_screen_public_safety_messages_summary" msgid="1305786776090796715">"फक्त तुमच्या एसएमएस अ‍ॅपवर सार्वजनिक सुरक्षितता मेसेज पाठवणे बंद करा"</string>
     <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"राज्य आणि स्थानिक चाचण्या"</string>
     <string name="enable_state_local_test_alerts_summary" msgid="780298327377950187">"राज्य आणि स्थानिक अधिकार्‍यांकडून चाचणी मेसेज मिळवा"</string>
     <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"आणीबाणीच्या सूचना"</string>
diff --git a/res/values-ms/strings.xml b/res/values-ms/strings.xml
index 8ca31d7..37f7d48 100644
--- a/res/values-ms/strings.xml
+++ b/res/values-ms/strings.xml
@@ -80,8 +80,6 @@
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"Beri amaran tentang ancaman keselamatan hampir"</string>
     <string name="enable_public_safety_messages_title" msgid="5576770949182656524">"Mesej keselamatan awam"</string>
     <string name="enable_public_safety_messages_summary" msgid="7868069748857851521">"Tindakan yang disyorkan untuk menyelamatkan nyawa atau harta"</string>
-    <string name="enable_full_screen_public_safety_messages_title" msgid="1790574642368284876">"Tunjukkan mesej skrin penuh"</string>
-    <string name="enable_full_screen_public_safety_messages_summary" msgid="1305786776090796715">"Matikan ciri agar mesej keselamatan awam hanya dihantar kepada apl SMS anda"</string>
     <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"Ujian negeri dan setempat"</string>
     <string name="enable_state_local_test_alerts_summary" msgid="780298327377950187">"Terima mesej teks daripada pihak berkuasa negeri dan setempat"</string>
     <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"Makluman kecemasan"</string>
diff --git a/res/values-my/strings.xml b/res/values-my/strings.xml
index 6f6db2b..4259132 100644
--- a/res/values-my/strings.xml
+++ b/res/values-my/strings.xml
@@ -80,8 +80,6 @@
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"ဖြစ်အံ့ဆဲဆဲ လုံခြုံရေးအန္တရာယ်များအတွက် သတိပေးရန်"</string>
     <string name="enable_public_safety_messages_title" msgid="5576770949182656524">"လူထုလုံခြုံရေးဆိုင်ရာ မက်ဆေ့ဂျ်များ"</string>
     <string name="enable_public_safety_messages_summary" msgid="7868069748857851521">"အသက်အိုးအိမ်တို့ကို ကယ်တင်နိုင်သော အကြံပြုထားသည့် လုပ်ဆောင်ချက်များ"</string>
-    <string name="enable_full_screen_public_safety_messages_title" msgid="1790574642368284876">"ဖန်သားပြင်အပြည့် မက်ဆေ့ဂျ်များ ပြခြင်း"</string>
-    <string name="enable_full_screen_public_safety_messages_summary" msgid="1305786776090796715">"လူထုလုံခြုံရေးဆိုင်ရာ မက်ဆေ့ဂျ်များကို သင့် SMS အက်ပ်သို့သာ ပို့ရန်အတွက် အမှတ်ခြစ်ရန် နေရာကို ပိတ်ပါ"</string>
     <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"ပြည်နယ်နှင့် ဒေသတွင်း စမ်းသပ်မှုများ"</string>
     <string name="enable_state_local_test_alerts_summary" msgid="780298327377950187">"ပြည်နယ်နှင့် ဒေသတွင်း အုပ်ချုပ်သူများထံမှ စမ်းသပ်မက်ဆေ့ဂျ်များ ရယူရန်"</string>
     <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"အရေးပေါ်သတိပေးချက်များ"</string>
diff --git a/res/values-nb/strings.xml b/res/values-nb/strings.xml
index c7d645c..77d3409 100644
--- a/res/values-nb/strings.xml
+++ b/res/values-nb/strings.xml
@@ -65,7 +65,7 @@
     <string name="alert_reminder_interval_title" msgid="3283595202268218149">"Påminnelse om varsel"</string>
     <string name="enable_alert_speech_title" msgid="8052104771053526941">"Snakk inn varselmelding"</string>
     <string name="enable_alert_speech_summary" msgid="2855629032890937297">"Bruk tekst-til-tale for å snakke inn meldinger for trådløse nødvarsler"</string>
-    <string name="alert_reminder_dialog_title" msgid="2299010977651377315">"En påminnelseslyd spilles av med vanlig volum"</string>
+    <string name="alert_reminder_dialog_title" msgid="2299010977651377315">"En påminnelseslyd spilles av på vanlig volum"</string>
     <string name="emergency_alert_history_title" msgid="8310173569237268431">"Tidligere nødvarsler"</string>
     <string name="alert_preferences_title" msgid="6001469026393248468">"Innstillinger for varsler"</string>
     <string name="enable_etws_test_alerts_title" msgid="3593533226735441539">"ETWS-testkringkastinger"</string>
@@ -80,8 +80,6 @@
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"Advar om umiddelbare sikkerhetstrusler"</string>
     <string name="enable_public_safety_messages_title" msgid="5576770949182656524">"Offentlige sikkerhetsmeldinger"</string>
     <string name="enable_public_safety_messages_summary" msgid="7868069748857851521">"Anbefalte handlinger som kan redde liv eller eiendom"</string>
-    <string name="enable_full_screen_public_safety_messages_title" msgid="1790574642368284876">"Vis meldinger i fullskjerm"</string>
-    <string name="enable_full_screen_public_safety_messages_summary" msgid="1305786776090796715">"Slå av for å få offentlige sikkerhetsmeldinger bare sendt til SMS-appen."</string>
     <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"Statlige og lokale tester"</string>
     <string name="enable_state_local_test_alerts_summary" msgid="780298327377950187">"Motta testmeldinger fra statlige og lokale myndigheter"</string>
     <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"Nødvarsler"</string>
diff --git a/res/values-ne/strings.xml b/res/values-ne/strings.xml
index a8090da..c944e56 100644
--- a/res/values-ne/strings.xml
+++ b/res/values-ne/strings.xml
@@ -80,8 +80,6 @@
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"आसन्न सुरक्षासम्बन्धी खतराहरूबारे सचेत गराउनुहोस्"</string>
     <string name="enable_public_safety_messages_title" msgid="5576770949182656524">"सार्वजनिक सुरक्षाका सन्देशहरू"</string>
     <string name="enable_public_safety_messages_summary" msgid="7868069748857851521">"जीवन वा सम्पत्तिको सुरक्षा गर्न सक्ने सिफारिस गरिएको कार्य"</string>
-    <string name="enable_full_screen_public_safety_messages_title" msgid="1790574642368284876">"फुल स्क्रिन म्यासेजहरू देखाइऊन्"</string>
-    <string name="enable_full_screen_public_safety_messages_summary" msgid="1305786776090796715">"SMS एपमा मात्र सार्वजनिक सुरक्षासम्बन्धी म्यासेज पठाइयोस् भन्ने चाहनुहुन्छ भने यो सेटिङ अफ गर्नुहोस्"</string>
     <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"राज्यस्तरीय र स्थानीय परीक्षण"</string>
     <string name="enable_state_local_test_alerts_summary" msgid="780298327377950187">"राज्यस्तरीय र स्थानीय अधिकारीहरूबाट परीक्षणसम्बन्धी सन्देशहरू प्राप्त गर्नुहोस्"</string>
     <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"आपत्‌कालीन सतर्कताहरू"</string>
@@ -94,7 +92,7 @@
     <!-- no translation found for enable_operator_defined_test_alerts_title (7459219458579095832) -->
     <skip />
     <string name="enable_operator_defined_test_alerts_summary" msgid="7856514354348843433">"आपत्‌कालीन अलर्टहरू प्राप्त गर्नुहोस्: अपरेटरबाट प्राप्त हुने अलर्टहरू"</string>
-    <string name="enable_alert_vibrate_title" msgid="5421032189422312508">"भाइब्रेसन"</string>
+    <string name="enable_alert_vibrate_title" msgid="5421032189422312508">"कम्पन"</string>
     <string name="enable_alert_vibrate_summary" msgid="4733669825477146614"></string>
     <string name="override_dnd_title" msgid="5120805993144214421">"सधैँ पूर्ण भोल्युममा सतर्क गराउनुहोस्"</string>
     <string name="override_dnd_summary" msgid="9026675822792800258">"बाधा नपुऱ्याउनुहोस् नामक सुविधा र भोल्युमसम्बन्धी अन्य सेटिङको बेवास्ता गर्नुहोस्"</string>
diff --git a/res/values-nl/strings.xml b/res/values-nl/strings.xml
index b4c8e94..b956b74 100644
--- a/res/values-nl/strings.xml
+++ b/res/values-nl/strings.xml
@@ -65,8 +65,8 @@
     <string name="alert_reminder_interval_title" msgid="3283595202268218149">"Herinnering voor meldingen"</string>
     <string name="enable_alert_speech_title" msgid="8052104771053526941">"Noodmelding uitspreken"</string>
     <string name="enable_alert_speech_summary" msgid="2855629032890937297">"Tekst-naar-spraak gebruiken om meldingen voor noodwaarschuwingen uit te spreken"</string>
-    <string name="alert_reminder_dialog_title" msgid="2299010977651377315">"Een herinneringsgeluid wordt afgespeeld op normaal volume"</string>
-    <string name="emergency_alert_history_title" msgid="8310173569237268431">"Noodmeldings­geschiedenis"</string>
+    <string name="alert_reminder_dialog_title" msgid="2299010977651377315">"Er wordt een herinneringsgeluid afgespeeld op normaal volume"</string>
+    <string name="emergency_alert_history_title" msgid="8310173569237268431">"Noodmeldingsgeschiedenis"</string>
     <string name="alert_preferences_title" msgid="6001469026393248468">"Meldingsvoorkeuren"</string>
     <string name="enable_etws_test_alerts_title" msgid="3593533226735441539">"ETWS-testberichten"</string>
     <string name="enable_etws_test_alerts_summary" msgid="8746155402612927306">"Testberichten van het waarschuwingssysteem voor tsunami\'s en aardbevingen"</string>
@@ -80,8 +80,6 @@
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"Waarschuwen over directe beveiligingsrisico\'s"</string>
     <string name="enable_public_safety_messages_title" msgid="5576770949182656524">"Openbare calamiteitenberichten"</string>
     <string name="enable_public_safety_messages_summary" msgid="7868069748857851521">"Aanbevolen acties die levens of eigendommen kunnen redden"</string>
-    <string name="enable_full_screen_public_safety_messages_title" msgid="1790574642368284876">"Berichten op volledig scherm laten zien"</string>
-    <string name="enable_full_screen_public_safety_messages_summary" msgid="1305786776090796715">"Zet dit uit om berichten over openbare veiligheid alleen naar je sms-app te laten sturen"</string>
     <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"Nationale en lokale tests"</string>
     <string name="enable_state_local_test_alerts_summary" msgid="780298327377950187">"Testberichten ontvangen van nationale en lokale overheden"</string>
     <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"Noodmeldingen"</string>
@@ -139,7 +137,7 @@
     <string name="cmas_opt_out_dialog_text" msgid="4820577535626084938">"Je ontvangt momenteel meldingen voor noodwaarschuwingen. Wil je meldingen voor noodwaarschuwingen blijven ontvangen?"</string>
     <string name="cmas_opt_out_button_yes" msgid="7248930667195432936">"Ja"</string>
     <string name="cmas_opt_out_button_no" msgid="3110484064328538553">"Nee"</string>
-    <string name="cb_list_activity_title" msgid="1433502151877791724">"Noodmeldings­geschiedenis"</string>
+    <string name="cb_list_activity_title" msgid="1433502151877791724">"Noodmeldingsgeschiedenis"</string>
   <string-array name="alert_reminder_interval_entries">
     <item msgid="6595211083588795160">"Eenmalig"</item>
     <item msgid="9097229303902157183">"Elke 2 minuten"</item>
diff --git a/res/values-or/strings.xml b/res/values-or/strings.xml
index c152af9..73c3a88 100644
--- a/res/values-or/strings.xml
+++ b/res/values-or/strings.xml
@@ -80,8 +80,6 @@
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"ଏପରି ବିଷୟରେ ସୂଚନା ଦେବା, ଯେଉଁ କାରଣରୁ ସୁରକ୍ଷା ଉପରେ ବିପଦ ଆସିପାରେ"</string>
     <string name="enable_public_safety_messages_title" msgid="5576770949182656524">"ଜନସୁରକ୍ଷା ମେସେଜ୍"</string>
     <string name="enable_public_safety_messages_summary" msgid="7868069748857851521">"ସୁପାରିଶ କରାଯାଇଥିବା କାର୍ଯ୍ୟ ଯାହା ଜୀବନ କିମ୍ୱା ସମ୍ପତ୍ତି ବଞ୍ଚାଇପାରିବ"</string>
-    <string name="enable_full_screen_public_safety_messages_title" msgid="1790574642368284876">"ପୂର୍ଣ୍ଣ-ସ୍କ୍ରିନ୍ ମେସେଜଗୁଡ଼ିକ ଦେଖାନ୍ତୁ"</string>
-    <string name="enable_full_screen_public_safety_messages_summary" msgid="1305786776090796715">"ସାର୍ବଜନୀନ ସୁରକ୍ଷା ମେସେଜଗୁଡ଼ିକ କେବଳ ଆପଣଙ୍କ SMS ଆପକୁ ପଠାଯିବା ସୁବିଧା ବନ୍ଦ କରନ୍ତୁ"</string>
     <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"ରାଜ୍ୟ ଓ ସ୍ଥାନୀୟ ପରୀକ୍ଷା"</string>
     <string name="enable_state_local_test_alerts_summary" msgid="780298327377950187">"ରାଜ୍ୟ ଓ ସ୍ଥାନୀୟ କର୍ତ୍ତୃପକ୍ଷଙ୍କ ତରଫରୁ ଟେଷ୍ଟ ମେସେଜ୍ ପ୍ରାପ୍ତ କରନ୍ତୁ"</string>
     <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"ଜରୁରୀକାଳୀନ ଆଲର୍ଟ"</string>
diff --git a/res/values-pa/strings.xml b/res/values-pa/strings.xml
index 4717185..6a5ead9 100644
--- a/res/values-pa/strings.xml
+++ b/res/values-pa/strings.xml
@@ -24,7 +24,7 @@
     <string name="sms_cb_sender_name_public_safety" msgid="5230033387708907922">"ਜਾਣਕਾਰੀ ਵਾਲੀ ਸੂਚਨਾ"</string>
     <string name="cell_broadcast_settings_not_available" msgid="3908142962162375221">"ਇਸ ਵਰਤੋਂਕਾਰ ਲਈ ਵਾਇਰਲੈੱਸ ਸੰਕਟਕਾਲੀਨ ਸੁਚੇਤਨਾ ਦੀਆਂ ਸੈਟਿੰਗਾਂ ਉਪਲਬਧ ਨਹੀਂ ਹਨ"</string>
     <string name="button_dismiss" msgid="1234221657930516287">"ਠੀਕ"</string>
-    <string name="no_cell_broadcasts" msgid="7554779730107421769">"ਕੋਈ ਪਿਛਲੀ ਸੁਚੇਤਨਾ ਨਹੀਂ ਹੈ"</string>
+    <string name="no_cell_broadcasts" msgid="7554779730107421769">"ਕੋਈ ਪਿਛਲੀਆਂ ਸੁਚੇਤਨਾਵਾਂ ਨਹੀਂ ਹਨ"</string>
     <string name="menu_preferences" msgid="3596514894131599202">"ਸੈਟਿੰਗਾਂ"</string>
     <string name="menu_delete_all" msgid="3940997343921149800">"ਪ੍ਰਸਾਰਨ ਮਿਟਾਓ"</string>
     <string name="message_options" msgid="3178489901903589574">"ਸੁਨੇਹਾ ਚੋਣਾਂ"</string>
@@ -80,8 +80,6 @@
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"ਸੰਭਾਵੀ ਸੁਰੱਖਿਆ ਖਤਰਿਆਂ ਬਾਰੇ ਚਿਤਾਵਨੀ ਦਿਓ"</string>
     <string name="enable_public_safety_messages_title" msgid="5576770949182656524">"ਜਨਤਕ ਸੁਰੱਖਿਆ ਸੰਬੰਧੀ ਸੁਨੇਹੇ"</string>
     <string name="enable_public_safety_messages_summary" msgid="7868069748857851521">"ਜਾਨ ਜਾਂ ਮਾਲ ਦੀ ਸੁਰੱਖਿਆ ਕਰ ਸਕਣ ਵਾਲੀਆਂ ਸਿਫ਼ਾਰਸ਼ੀ ਕਾਰਵਾਈਆਂ"</string>
-    <string name="enable_full_screen_public_safety_messages_title" msgid="1790574642368284876">"ਪੂਰੀ-ਸਕ੍ਰੀਨ ਵਾਲੇ ਸੁਨੇਹੇ ਦਿਖਾਓ"</string>
-    <string name="enable_full_screen_public_safety_messages_summary" msgid="1305786776090796715">"ਜਨਤਕ ਸੁਰੱਖਿਆ ਸੰਬੰਧੀ ਸੁਨੇਹਿਆਂ ਨੂੰ ਸਿਰਫ਼ ਤੁਹਾਡੀ SMS ਐਪ \'ਤੇ ਭੇਜਣਾ ਬੰਦ ਕਰੋ"</string>
     <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"ਰਾਜ ਅਤੇ ਸਥਾਨਕ ਟੈਸਟ"</string>
     <string name="enable_state_local_test_alerts_summary" msgid="780298327377950187">"ਰਾਜ ਅਤੇ ਸਥਾਨਕ ਅਥਾਰਟੀਆਂ ਤੋਂ ਟੈਸਟ ਸੁਨੇਹੇ ਪ੍ਰਾਪਤ ਕਰੋ"</string>
     <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"ਸੰਕਟਕਾਲੀਨ ਸੁਚੇਤਨਾਵਾਂ"</string>
diff --git a/res/values-pl/strings.xml b/res/values-pl/strings.xml
index d8daded..3ca0004 100644
--- a/res/values-pl/strings.xml
+++ b/res/values-pl/strings.xml
@@ -60,7 +60,7 @@
     <string name="notification_channel_emergency_alerts_high_priority" msgid="3937475297436439073">"Niepotwierdzone alerty o zagrożeniu"</string>
     <string name="notification_channel_broadcast_messages_in_voicecall" msgid="3291001780110813190">"Alert o zagrożeniu podczas połączenia głosowego"</string>
     <string name="notification_channel_settings_updates" msgid="6779759372516475085">"Automatyczne ustawienia WEA zmieniają się w zależności od karty SIM"</string>
-    <string name="enable_alerts_master_toggle_title" msgid="1457904343636699446">"Zezwalaj na alerty"</string>
+    <string name="enable_alerts_master_toggle_title" msgid="1457904343636699446">"Zezwól na alerty"</string>
     <string name="enable_alerts_master_toggle_summary" msgid="5583168548073938617">"Otrzymuj alerty o zagrożeniu"</string>
     <string name="alert_reminder_interval_title" msgid="3283595202268218149">"Przypomnienie o alercie"</string>
     <string name="enable_alert_speech_title" msgid="8052104771053526941">"Czytaj treść alertu"</string>
@@ -80,8 +80,6 @@
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"Ostrzegaj o bezpośrednich zagrożeniach"</string>
     <string name="enable_public_safety_messages_title" msgid="5576770949182656524">"Wiadomości dotyczące bezpieczeństwa publicznego"</string>
     <string name="enable_public_safety_messages_summary" msgid="7868069748857851521">"Zalecane działania pomagające ocalić życie lub mienie"</string>
-    <string name="enable_full_screen_public_safety_messages_title" msgid="1790574642368284876">"Pokazuj komunikaty pełnoekranowe"</string>
-    <string name="enable_full_screen_public_safety_messages_summary" msgid="1305786776090796715">"Wyłącz, aby komunikaty dotyczące bezpieczeństwa publicznego były wysyłane tylko do aplikacji do SMS-ów"</string>
     <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"Testy stanowe i lokalne"</string>
     <string name="enable_state_local_test_alerts_summary" msgid="780298327377950187">"Otrzymuj wiadomości testowe od władz stanowych i lokalnych"</string>
     <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"Alerty o zagrożeniu"</string>
diff --git a/res/values-pt-rPT/strings.xml b/res/values-pt-rPT/strings.xml
index 9548493..e2ba06b 100644
--- a/res/values-pt-rPT/strings.xml
+++ b/res/values-pt-rPT/strings.xml
@@ -80,8 +80,6 @@
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"Avisar acerca de ameaças à segurança iminentes"</string>
     <string name="enable_public_safety_messages_title" msgid="5576770949182656524">"Mensagens de segurança pública"</string>
     <string name="enable_public_safety_messages_summary" msgid="7868069748857851521">"Ações recomendadas que podem salvar vidas ou propriedades."</string>
-    <string name="enable_full_screen_public_safety_messages_title" msgid="1790574642368284876">"Mostrar mensagens em ecrã inteiro"</string>
-    <string name="enable_full_screen_public_safety_messages_summary" msgid="1305786776090796715">"Desative para que as mensagens de segurança pública sejam enviadas apenas para a sua app de SMS"</string>
     <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"Testes locais e estatais"</string>
     <string name="enable_state_local_test_alerts_summary" msgid="780298327377950187">"Receber mensagens de teste de autoridades locais e estatais"</string>
     <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"Alertas de emergência"</string>
diff --git a/res/values-pt/strings.xml b/res/values-pt/strings.xml
index a62eb70..faab43c 100644
--- a/res/values-pt/strings.xml
+++ b/res/values-pt/strings.xml
@@ -80,8 +80,6 @@
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"Aviso sobre ameaças iminentes à segurança"</string>
     <string name="enable_public_safety_messages_title" msgid="5576770949182656524">"Mensagens de segurança pública"</string>
     <string name="enable_public_safety_messages_summary" msgid="7868069748857851521">"Ações recomendadas que podem salvar vidas ou propriedades"</string>
-    <string name="enable_full_screen_public_safety_messages_title" msgid="1790574642368284876">"Mostrar mensagens em tela cheia"</string>
-    <string name="enable_full_screen_public_safety_messages_summary" msgid="1305786776090796715">"Desativar essa caixa de seleção para receber mensagens de segurança pública apenas no app de SMS"</string>
     <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"Testes estaduais e locais"</string>
     <string name="enable_state_local_test_alerts_summary" msgid="780298327377950187">"Receber mensagens de teste das autoridades estaduais e locais"</string>
     <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"Alertas de emergência"</string>
diff --git a/res/values-ro/strings.xml b/res/values-ro/strings.xml
index 20d9b06..3935750 100644
--- a/res/values-ro/strings.xml
+++ b/res/values-ro/strings.xml
@@ -80,8 +80,6 @@
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"Avertizează cu privire la amenințările iminente la adresa siguranței"</string>
     <string name="enable_public_safety_messages_title" msgid="5576770949182656524">"Mesaje de siguranță publică"</string>
     <string name="enable_public_safety_messages_summary" msgid="7868069748857851521">"Acțiuni recomandate care pot salva vieți sau bunuri"</string>
-    <string name="enable_full_screen_public_safety_messages_title" msgid="1790574642368284876">"Afișați mesajele pe ecran complet"</string>
-    <string name="enable_full_screen_public_safety_messages_summary" msgid="1305786776090796715">"Dezactivați pentru ca mesajele de siguranță să fie trimise numai către aplicația de mesaje SMS"</string>
     <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"Testări naționale și locale"</string>
     <string name="enable_state_local_test_alerts_summary" msgid="780298327377950187">"Primiți mesaje de testare de la autoritățile de stat și locale"</string>
     <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"Alerte de urgență"</string>
diff --git a/res/values-ru/strings.xml b/res/values-ru/strings.xml
index d49af7d..ac00156 100644
--- a/res/values-ru/strings.xml
+++ b/res/values-ru/strings.xml
@@ -80,8 +80,6 @@
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"Предупреждать об угрозах безопасности"</string>
     <string name="enable_public_safety_messages_title" msgid="5576770949182656524">"Сообщения об угрозе общественной безопасности"</string>
     <string name="enable_public_safety_messages_summary" msgid="7868069748857851521">"Рекомендуемые действия, которые помогут сохранить жизни или имущество"</string>
-    <string name="enable_full_screen_public_safety_messages_title" msgid="1790574642368284876">"Показывать сообщения в полноэкранном режиме"</string>
-    <string name="enable_full_screen_public_safety_messages_summary" msgid="1305786776090796715">"Снимите, чтобы показывать сообщения об угрозе общественной безопасности только в приложении для SMS"</string>
     <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"Тестовые оповещения от органов безопасности"</string>
     <string name="enable_state_local_test_alerts_summary" msgid="780298327377950187">"Получать тестовые оповещения от государственных и местных органов безопасности"</string>
     <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"Экстренные оповещения"</string>
diff --git a/res/values-si/strings.xml b/res/values-si/strings.xml
index 29b3c3f..1852641 100644
--- a/res/values-si/strings.xml
+++ b/res/values-si/strings.xml
@@ -80,11 +80,9 @@
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"අනිවාර්ය ආරක්ෂක තර්ජන ගැන අනතුරු අඟවන්න"</string>
     <string name="enable_public_safety_messages_title" msgid="5576770949182656524">"මහජන ආරක්ෂක පණිවිඩ"</string>
     <string name="enable_public_safety_messages_summary" msgid="7868069748857851521">"ජීවිත හෝ දේපළ බේරා ගත හැකි නිර්දේශිත ක්‍රියා"</string>
-    <string name="enable_full_screen_public_safety_messages_title" msgid="1790574642368284876">"පූර්ණ තිර පණිවිඩ පෙන්වන්න"</string>
-    <string name="enable_full_screen_public_safety_messages_summary" msgid="1305786776090796715">"ඔබගේ SMS යෙදුමට පමණක් පොදු ආරක්ෂක පණිවිඩ එවීමට ක්‍රියාවිරහිත කරන්න"</string>
     <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"රාජ්‍ය සහ පළාත් පරීක්ෂණ"</string>
     <string name="enable_state_local_test_alerts_summary" msgid="780298327377950187">"රාජ්‍ය හා පළාත් පාලන ආයතනවලින් පරීක්ෂණ පණිවිඩ ලබා ගන්න"</string>
-    <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"හදිසි අවස්ථා ඇඟවීම්"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"හදිසි අනතුරු ඇඟවීම්"</string>
     <string name="enable_emergency_alerts_message_summary" msgid="7574617515441602546">"ජීවිත තර්ජනාත්මක සිදුවීම් ගැන අනතුරු අඟවන්න"</string>
     <string name="enable_cmas_test_alerts_title" msgid="7194966927004755266">"පරීක්ෂණ ඇඟවීම්"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="2083089933271720217">"ආරක්ෂක අනතුරු ඇඟවීමේ පද්ධතියෙන් වාහක පරීක්ෂා සහ මාසික පරීක්ෂා ලබා ගන්න"</string>
diff --git a/res/values-sk/strings.xml b/res/values-sk/strings.xml
index a6bd4b0..6c3f1f2 100644
--- a/res/values-sk/strings.xml
+++ b/res/values-sk/strings.xml
@@ -80,8 +80,6 @@
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"Upozorňovať na bezprostredné ohrozenia bezpečnosti"</string>
     <string name="enable_public_safety_messages_title" msgid="5576770949182656524">"Správy verejnej bezpečnosti"</string>
     <string name="enable_public_safety_messages_summary" msgid="7868069748857851521">"Odporúčané akcie, ktoré môžu zachrániť životy alebo majetok"</string>
-    <string name="enable_full_screen_public_safety_messages_title" msgid="1790574642368284876">"Zobrazovať správy v režime celej obrazovky"</string>
-    <string name="enable_full_screen_public_safety_messages_summary" msgid="1305786776090796715">"Keď vypnete túto možnosť, správy verejnej bezpečnosti sa budú posielať iba do vašej aplikácie na SMS"</string>
     <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"Štátne a miestne testy"</string>
     <string name="enable_state_local_test_alerts_summary" msgid="780298327377950187">"Dostávať testovacie správy zo systému bezpečnostných upozornení"</string>
     <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"Tiesňové upozornenia"</string>
diff --git a/res/values-sl/strings.xml b/res/values-sl/strings.xml
index c492b0e..a9812fa 100644
--- a/res/values-sl/strings.xml
+++ b/res/values-sl/strings.xml
@@ -61,7 +61,7 @@
     <string name="notification_channel_broadcast_messages_in_voicecall" msgid="3291001780110813190">"Opozorila v sili med glasovnim klicem"</string>
     <string name="notification_channel_settings_updates" msgid="6779759372516475085">"Samodejne nastavitve brezžičnih nujnih opozoril na podlagi kartice SIM"</string>
     <string name="enable_alerts_master_toggle_title" msgid="1457904343636699446">"Dovoli opozorila"</string>
-    <string name="enable_alerts_master_toggle_summary" msgid="5583168548073938617">"Prejemajte obvestila o brezžičnih nujnih opozorilih."</string>
+    <string name="enable_alerts_master_toggle_summary" msgid="5583168548073938617">"Prejemanje obvestil o brezžičnih nujnih opozorilih"</string>
     <string name="alert_reminder_interval_title" msgid="3283595202268218149">"Opomnik za opozorilo"</string>
     <string name="enable_alert_speech_title" msgid="8052104771053526941">"Izgovori opozorilno sporočilo"</string>
     <string name="enable_alert_speech_summary" msgid="2855629032890937297">"Za izgovorjavo brezžičnih nujnih opozoril uporabi pretvorbo besedila v govor"</string>
@@ -71,23 +71,21 @@
     <string name="enable_etws_test_alerts_title" msgid="3593533226735441539">"Preskusne oddaje ETWS"</string>
     <string name="enable_etws_test_alerts_summary" msgid="8746155402612927306">"Preskusne oddaje sistema za opozarjanje na potrese in cunamije"</string>
     <string name="enable_cmas_extreme_threat_alerts_title" msgid="5416260219062637770">"Izredno hude nevarnosti"</string>
-    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="5832146246627518123">"Izredno hude nevarnosti za življenje in premoženje."</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="5832146246627518123">"Izredno hude nevarnosti za življenje in premoženje"</string>
     <string name="enable_cmas_severe_threat_alerts_title" msgid="1066172973703410042">"Hude nevarnosti"</string>
-    <string name="enable_cmas_severe_threat_alerts_summary" msgid="5292443310309039223">"Hude nevarnosti za življenje in premoženje."</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="5292443310309039223">"Hude nevarnosti za življenje in premoženje"</string>
     <string name="enable_cmas_amber_alerts_title" msgid="1475030503498979651">"Opozorila AMBER"</string>
-    <string name="enable_cmas_amber_alerts_summary" msgid="4495233280416889667">"Nujna obvestila o ugrabitvah otrok."</string>
+    <string name="enable_cmas_amber_alerts_summary" msgid="4495233280416889667">"Nujna obvestila o ugrabitvah otrok"</string>
     <string name="enable_alert_message_title" msgid="2939830587633599352">"Sporočila opozoril"</string>
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"Opozarjanje na neposredne varnostne grožnje"</string>
     <string name="enable_public_safety_messages_title" msgid="5576770949182656524">"Sporočila za javno varnost"</string>
     <string name="enable_public_safety_messages_summary" msgid="7868069748857851521">"Priporočena dejanja, ki lahko rešijo življenja ali premoženje"</string>
-    <string name="enable_full_screen_public_safety_messages_title" msgid="1790574642368284876">"Prikaz sporočil v celozaslonskem načinu"</string>
-    <string name="enable_full_screen_public_safety_messages_summary" msgid="1305786776090796715">"Izklopite, če želite sporočila za javno varnost prejemati le v aplikaciji za sporočila SMS."</string>
     <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"Državni in lokalni preizkusi"</string>
     <string name="enable_state_local_test_alerts_summary" msgid="780298327377950187">"Prejemanje preizkusnih sporočil državne in lokalne oblasti"</string>
     <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"Nujna opozorila"</string>
     <string name="enable_emergency_alerts_message_summary" msgid="7574617515441602546">"Opozarjanje na smrtno nevarne dogodke"</string>
     <string name="enable_cmas_test_alerts_title" msgid="7194966927004755266">"Preizkusna opozorila"</string>
-    <string name="enable_cmas_test_alerts_summary" msgid="2083089933271720217">"Prejemajte preizkuse operaterja in mesečne preizkuse iz sistema varnostnih opozoril."</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="2083089933271720217">"Prejemanje preizkusov operaterja in mesečnih preizkusov iz sistema varnostnih opozoril"</string>
     <!-- no translation found for enable_exercise_test_alerts_title (6030780598569873865) -->
     <skip />
     <string name="enable_exercise_test_alerts_summary" msgid="4276766794979567304">"Prejemanje nujnega opozorila: Sporočilo za vajo/simulacijo"</string>
diff --git a/res/values-sq/strings.xml b/res/values-sq/strings.xml
index 3c33e71..09849db 100644
--- a/res/values-sq/strings.xml
+++ b/res/values-sq/strings.xml
@@ -80,8 +80,6 @@
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"Paralajmëro për kërcënime të menjëhershme të sigurisë"</string>
     <string name="enable_public_safety_messages_title" msgid="5576770949182656524">"Mesazhe të sigurisë publike"</string>
     <string name="enable_public_safety_messages_summary" msgid="7868069748857851521">"Veprime të rekomanduara që mund të shpëtojnë jetën ose pronën"</string>
-    <string name="enable_full_screen_public_safety_messages_title" msgid="1790574642368284876">"Shfaq mesazhet në ekranin e plotë"</string>
-    <string name="enable_full_screen_public_safety_messages_summary" msgid="1305786776090796715">"Çaktivizoje që mesazhet e sigurisë publike të dërgohen vetëm tek aplikacioni yt i mesazheve SMS"</string>
     <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"Alarme testimi shtetërore dhe lokale"</string>
     <string name="enable_state_local_test_alerts_summary" msgid="780298327377950187">"Merr mesazhe testimi nga autoritetet shtetërore dhe lokale"</string>
     <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"Sinjalizimet e urgjencës"</string>
diff --git a/res/values-sr/strings.xml b/res/values-sr/strings.xml
index 264c9a7..0ee537d 100644
--- a/res/values-sr/strings.xml
+++ b/res/values-sr/strings.xml
@@ -80,8 +80,6 @@
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"Упозоравај ме на непосредне безбедносне претње"</string>
     <string name="enable_public_safety_messages_title" msgid="5576770949182656524">"Поруке о јавној безбедности"</string>
     <string name="enable_public_safety_messages_summary" msgid="7868069748857851521">"Препоручене радње које могу да сачувају животе или имовину"</string>
-    <string name="enable_full_screen_public_safety_messages_title" msgid="1790574642368284876">"Приказуј поруке на целом екрану"</string>
-    <string name="enable_full_screen_public_safety_messages_summary" msgid="1305786776090796715">"Искључите да би се поруке о јавној безбедности слале само у апликацију за SMS поруке"</string>
     <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"Пробне поруке државних и локалних органа"</string>
     <string name="enable_state_local_test_alerts_summary" msgid="780298327377950187">"Примај пробне поруке од државних и локалних органа"</string>
     <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"Обавештења о хитним случајевима"</string>
diff --git a/res/values-sv/strings.xml b/res/values-sv/strings.xml
index 10c7ab2..cde326d 100644
--- a/res/values-sv/strings.xml
+++ b/res/values-sv/strings.xml
@@ -80,8 +80,6 @@
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"Varna om överhängande säkerhetshot"</string>
     <string name="enable_public_safety_messages_title" msgid="5576770949182656524">"Viktiga meddelanden till allmänheten"</string>
     <string name="enable_public_safety_messages_summary" msgid="7868069748857851521">"Rekommenderade åtgärder som kan rädda liv eller egendom"</string>
-    <string name="enable_full_screen_public_safety_messages_title" msgid="1790574642368284876">"Visa meddelanden i helskärmsläge"</string>
-    <string name="enable_full_screen_public_safety_messages_summary" msgid="1305786776090796715">"Inaktivera detta om viktiga meddelanden till allmänheten ska skickas enbart till sms-appen"</string>
     <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"Statliga och lokala tester"</string>
     <string name="enable_state_local_test_alerts_summary" msgid="780298327377950187">"Få testmeddelanden från statliga och lokala myndigheter"</string>
     <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"Varningar vid nödsituationer"</string>
diff --git a/res/values-sw/strings.xml b/res/values-sw/strings.xml
index d59bb1d..e1fdb9c 100644
--- a/res/values-sw/strings.xml
+++ b/res/values-sw/strings.xml
@@ -80,8 +80,6 @@
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"Itoe tahadhari kuhusu hatari za usalama zinazokaribia kutokea"</string>
     <string name="enable_public_safety_messages_title" msgid="5576770949182656524">"Ujumbe wa usalama kwa umma"</string>
     <string name="enable_public_safety_messages_summary" msgid="7868069748857851521">"Hatua zinazopendekezwa ambazo zinaweza kuokoa maisha na mali"</string>
-    <string name="enable_full_screen_public_safety_messages_title" msgid="1790574642368284876">"Onyesha ujumbe kwenye skrini nzima"</string>
-    <string name="enable_full_screen_public_safety_messages_summary" msgid="1305786776090796715">"Zima ili ujumbe wa usalama wa umma utumwe kwenye Programu yako ya SMS pekee"</string>
     <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"Majaribio katika nchi na majimbo"</string>
     <string name="enable_state_local_test_alerts_summary" msgid="780298327377950187">"Pokea ujumbe wa majaribio kutoka kwa mamlaka ya nchi na majimbo"</string>
     <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"Arifa za dharura"</string>
diff --git a/res/values-ta/strings.xml b/res/values-ta/strings.xml
index 1743c64..fbd3099 100644
--- a/res/values-ta/strings.xml
+++ b/res/values-ta/strings.xml
@@ -66,7 +66,7 @@
     <string name="enable_alert_speech_title" msgid="8052104771053526941">"விழிப்பூட்டல் செய்தியைப் படித்துக் காட்டு"</string>
     <string name="enable_alert_speech_summary" msgid="2855629032890937297">"வயர்லெஸ் அவசரகால விழிப்பூட்டல்கள் மெசேஜ்களை சொல்வதற்கு \'உரையிலிருந்து பேச்சு\' அம்சத்தைப் பயன்படுத்து"</string>
     <string name="alert_reminder_dialog_title" msgid="2299010977651377315">"பொதுவான ஒலியளவில் நினைவூட்டல் சத்தம் ஒன்று இயக்கப்படும்"</string>
-    <string name="emergency_alert_history_title" msgid="8310173569237268431">"இதுவரையான அவசரகால எச்சரிக்கைகள்"</string>
+    <string name="emergency_alert_history_title" msgid="8310173569237268431">"அவசரகால எச்சரிக்கை வரலாறு"</string>
     <string name="alert_preferences_title" msgid="6001469026393248468">"எச்சரிக்கை விருப்பத்தேர்வுகள்"</string>
     <string name="enable_etws_test_alerts_title" msgid="3593533226735441539">"ETWS சோதனை வலைபரப்புகள்"</string>
     <string name="enable_etws_test_alerts_summary" msgid="8746155402612927306">"பூகம்பம் மற்றும் சுனாமி எச்சரிக்கை அமைப்பிற்கான சோதனை வலைபரப்புகள்"</string>
@@ -80,8 +80,6 @@
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"வரக்கூடிய பாதுகாப்பு அச்சுறுத்தல்கள் பற்றி எச்சரிக்கவும்"</string>
     <string name="enable_public_safety_messages_title" msgid="5576770949182656524">"பொதுமக்களுக்கான பாதுகாப்புச் செய்திகள்"</string>
     <string name="enable_public_safety_messages_summary" msgid="7868069748857851521">"உயிர் அல்லது சொத்தைப் பாதுகாப்பதற்குப் பரிந்துரைக்கப்படும் நடவடிக்கைகள்"</string>
-    <string name="enable_full_screen_public_safety_messages_title" msgid="1790574642368284876">"முழுத்திரை மெசேஜ்களைக் காட்டுதல்"</string>
-    <string name="enable_full_screen_public_safety_messages_summary" msgid="1305786776090796715">"உங்கள் மெசேஜ் ஆப்ஸில் மட்டும் பொதுப் பாதுகாப்பு மெசேஜ்களைப் பெற ஆஃப் செய்யுங்கள்"</string>
     <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"மாநில மற்றும் உள்ளூர் நிர்வாகங்களின் சோதனை மெசேஜ்கள்"</string>
     <string name="enable_state_local_test_alerts_summary" msgid="780298327377950187">"மாநில மற்றும் உள்ளூர் நிர்வாகங்களின் சோதனை மெசேஜ்களைப் பெறு"</string>
     <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"அவசரகால விழிப்பூட்டல்கள்"</string>
@@ -139,7 +137,7 @@
     <string name="cmas_opt_out_dialog_text" msgid="4820577535626084938">"தற்போது வயர்லெஸ் அவசரகால விழிப்பூட்டல்களைப் பெற்றுக் கொண்டிருக்கிறீர்கள். அவசரகால விழிப்பூட்டல்களைத் தொடர்ந்து பெற விரும்புகிறீர்களா?"</string>
     <string name="cmas_opt_out_button_yes" msgid="7248930667195432936">"ஆம்"</string>
     <string name="cmas_opt_out_button_no" msgid="3110484064328538553">"வேண்டாம்"</string>
-    <string name="cb_list_activity_title" msgid="1433502151877791724">"இதுவரையான அவசரகால எச்சரிக்கைகள்"</string>
+    <string name="cb_list_activity_title" msgid="1433502151877791724">"அவசரகால எச்சரிக்கை வரலாறு"</string>
   <string-array name="alert_reminder_interval_entries">
     <item msgid="6595211083588795160">"ஒருமுறை மட்டும்"</item>
     <item msgid="9097229303902157183">"2 நிமிடங்களுக்கு ஒருமுறை"</item>
diff --git a/res/values-te/strings.xml b/res/values-te/strings.xml
index ca03d78..554e312 100644
--- a/res/values-te/strings.xml
+++ b/res/values-te/strings.xml
@@ -28,18 +28,18 @@
     <string name="menu_preferences" msgid="3596514894131599202">"సెట్టింగ్‌లు"</string>
     <string name="menu_delete_all" msgid="3940997343921149800">"ప్రసారాలను తొలగించు"</string>
     <string name="message_options" msgid="3178489901903589574">"సందేశ ఎంపికలు"</string>
-    <string name="menu_view_details" msgid="1040989019045280975">"వివరాలను చూడండి"</string>
+    <string name="menu_view_details" msgid="1040989019045280975">"వివరాలను వీక్షించండి"</string>
     <string name="menu_delete" msgid="128380070910799366">"ప్రసారాన్ని తొలగించు"</string>
     <string name="view_details_title" msgid="1780427629491781473">"హెచ్చరిక వివరాలు"</string>
     <string name="view_details_debugging_title" msgid="5699927030805114173">"డీబగ్గింగ్ కోసం అలర్ట్ వివరాలు"</string>
     <string name="confirm_delete_broadcast" msgid="2540199303730232322">"ఈ ప్రసారాన్ని తొలగించాలా?"</string>
-    <string name="confirm_delete_all_broadcasts" msgid="2924444089047280871">"అన్ని స్వీకరించిన ప్రసార మెసేజ్‌లను తొలగించాలా?"</string>
+    <string name="confirm_delete_all_broadcasts" msgid="2924444089047280871">"అన్ని స్వీకరించిన ప్రసార సందేశాలను తొలగించాలా?"</string>
     <string name="button_delete" msgid="4672451757925194350">"తొలగించు"</string>
     <string name="button_cancel" msgid="7479958360523246140">"రద్దు చేయి"</string>
     <string name="etws_earthquake_warning" msgid="6428741104423152511">"భూకంప హెచ్చరిక"</string>
     <string name="etws_tsunami_warning" msgid="6173964105145900312">"సునామీ హెచ్చరిక"</string>
     <string name="etws_earthquake_and_tsunami_warning" msgid="662449983177407681">"భూకంపం మరియు సునామీ హెచ్చరిక"</string>
-    <string name="etws_test_message" msgid="8447820262584381894">"ETWS పరీక్ష మెసేజ్‌"</string>
+    <string name="etws_test_message" msgid="8447820262584381894">"ETWS పరీక్ష సందేశం"</string>
     <string name="etws_other_emergency_type" msgid="5233080551309721499">"అత్యవసర హెచ్చరిక"</string>
     <string name="cmas_presidential_level_alert" msgid="1209234030582361001">"అధ్యక్షుని హెచ్చరిక"</string>
     <string name="cmas_extreme_alert" msgid="2588720613319969289">"అత్యవసర హెచ్చరిక: అత్యంత తీవ్రం"</string>
@@ -50,15 +50,15 @@
     <string name="cmas_required_monthly_test" msgid="1890205712251132193">"నెలవారీ పరీక్ష అవసరం"</string>
     <string name="cmas_exercise_alert" msgid="2892255514938370321">"అత్యవసర హెచ్చరిక (అభ్యాసం)"</string>
     <string name="cmas_operator_defined_alert" msgid="8755372450810011476">"అత్యవసర హెచ్చరిక (ఆపరేటర్)"</string>
-    <string name="cb_other_message_identifiers" msgid="5790068194529377210">"ప్రసార మెసేజ్‌లు"</string>
-    <string name="public_safety_message" msgid="9119928798786998252">"ప్రజా భద్రత మెసేజ్‌"</string>
+    <string name="cb_other_message_identifiers" msgid="5790068194529377210">"ప్రసార సందేశాలు"</string>
+    <string name="public_safety_message" msgid="9119928798786998252">"ప్రజా భద్రత సందేశం"</string>
     <string name="state_local_test_alert" msgid="8003145745857480200">"రాష్ట్రీయ/స్థానిక పరీక్ష"</string>
     <string name="emergency_alert" msgid="624783871477634263">"అత్యవసర హెచ్చరిక"</string>
     <string name="emergency_alerts_title" msgid="6605036374197485429">"అలర్ట్‌లు"</string>
-    <string name="notification_channel_broadcast_messages" msgid="880704362482824524">"ప్రసార మెసేజ్‌లు"</string>
+    <string name="notification_channel_broadcast_messages" msgid="880704362482824524">"ప్రసార సందేశాలు"</string>
     <string name="notification_channel_emergency_alerts" msgid="5008287980979183617">"అత్యవసర హెచ్చరికలు"</string>
     <string name="notification_channel_emergency_alerts_high_priority" msgid="3937475297436439073">"ధృవీకరించని ఎమర్జెన్సీ హెచ్చరికలు"</string>
-    <string name="notification_channel_broadcast_messages_in_voicecall" msgid="3291001780110813190">"వాయిస్ కాల్‌లో ఎమర్జెన్సీ అలర్ట్‌లు"</string>
+    <string name="notification_channel_broadcast_messages_in_voicecall" msgid="3291001780110813190">"వాయిస్ కాల్‌లో అత్యవసర అలర్ట్‌లు"</string>
     <string name="notification_channel_settings_updates" msgid="6779759372516475085">"SIM ఆధారంగా WEA సెట్టింగుల ఆటోమేటిక్ మార్పులు"</string>
     <string name="enable_alerts_master_toggle_title" msgid="1457904343636699446">"అలర్ట్‌లను అనుమతించండి"</string>
     <string name="enable_alerts_master_toggle_summary" msgid="5583168548073938617">"వైర్‌లెస్ ఎమర్జెన్సీ అలర్ట్ నోటిఫికేషన్‌లను పొందండి"</string>
@@ -76,14 +76,12 @@
     <string name="enable_cmas_severe_threat_alerts_summary" msgid="5292443310309039223">"ప్రాణానికి మరియు ఆస్తికి తీవ్ర అపాయాలు"</string>
     <string name="enable_cmas_amber_alerts_title" msgid="1475030503498979651">"AMBER హెచ్చరికలు"</string>
     <string name="enable_cmas_amber_alerts_summary" msgid="4495233280416889667">"పిల్లల అపహరణ అత్యవసర బులెటిన్‌లు"</string>
-    <string name="enable_alert_message_title" msgid="2939830587633599352">"హెచ్చరిక మెసేజ్‌లు"</string>
+    <string name="enable_alert_message_title" msgid="2939830587633599352">"హెచ్చరిక సందేశాలు"</string>
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"తక్షణ భద్రతా ప్రమాదాల గురించి హెచ్చరించు"</string>
-    <string name="enable_public_safety_messages_title" msgid="5576770949182656524">"ప్రజా భద్రత మెసేజ్‌లు"</string>
+    <string name="enable_public_safety_messages_title" msgid="5576770949182656524">"ప్రజా భద్రత సందేశాలు"</string>
     <string name="enable_public_safety_messages_summary" msgid="7868069748857851521">"ప్రాణ నష్టం లేదా ఆస్తి నష్టం జరగకుండా కాపాడే సిఫార్సు చేయబడిన చర్యలు"</string>
-    <string name="enable_full_screen_public_safety_messages_title" msgid="1790574642368284876">"ఫుల్ స్క్రీన్ మెసేజ్‌లను చూపించండి"</string>
-    <string name="enable_full_screen_public_safety_messages_summary" msgid="1305786776090796715">"పబ్లిక్ భద్రతా మెసేజ్‌లను మీ ఫోన్‌లోని SMS యాప్‌నకు మాత్రమే పంపడానికి ఆఫ్ చేయండి"</string>
     <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"రాష్ట్రీయ మరియు స్థానిక పరీక్షలు"</string>
-    <string name="enable_state_local_test_alerts_summary" msgid="780298327377950187">"రాష్ట్రీయ మరియు స్థానిక అధికార సంస్థల నుండి పరీక్ష మెసేజ్‌లను స్వీకరిస్తుంది"</string>
+    <string name="enable_state_local_test_alerts_summary" msgid="780298327377950187">"రాష్ట్రీయ మరియు స్థానిక అధికార సంస్థల నుండి పరీక్ష సందేశాలను స్వీకరిస్తుంది"</string>
     <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"అత్యవసర హెచ్చరికలు"</string>
     <string name="enable_emergency_alerts_message_summary" msgid="7574617515441602546">"ప్రాణాంతకమైన సంఘటనల గురించి హెచ్చరించు"</string>
     <string name="enable_cmas_test_alerts_title" msgid="7194966927004755266">"పరీక్ష అలర్ట్‌లు"</string>
@@ -149,7 +147,7 @@
   </string-array>
     <string name="emergency_alert_settings_title_watches" msgid="4477073412799894883">"వైర్‌లెస్ ఎమర్జెన్సీ అలర్ట్‌లు"</string>
     <string name="enable_cmas_presidential_alerts_title" msgid="7293800023375154256">"అధ్యక్ష హెచ్చరికలు"</string>
-    <string name="enable_cmas_presidential_alerts_summary" msgid="7900094335808247024">"అధ్యక్షుడు జారీ చేసిన జాతీయ హెచ్చరిక మెసేజ్‌లు. వీటిని ఆఫ్ చేయలేరు."</string>
+    <string name="enable_cmas_presidential_alerts_summary" msgid="7900094335808247024">"అధ్యక్షుడు జారీ చేసిన జాతీయ హెచ్చరిక సందేశాలు. వీటిని ఆఫ్ చేయలేరు."</string>
     <string name="receive_cmas_in_second_language_title" msgid="1223260365527361964"></string>
     <string name="receive_cmas_in_second_language_summary" msgid="7704105502782770718"></string>
     <string name="alerts_header_summary" msgid="4700985191868591788"></string>
diff --git a/res/values-th/strings.xml b/res/values-th/strings.xml
index e09ff3c..8310a36 100644
--- a/res/values-th/strings.xml
+++ b/res/values-th/strings.xml
@@ -74,14 +74,12 @@
     <string name="enable_cmas_extreme_threat_alerts_summary" msgid="5832146246627518123">"ภัยคุกคามต่อชีวิตและทรัพย์สินระดับสูงสุด"</string>
     <string name="enable_cmas_severe_threat_alerts_title" msgid="1066172973703410042">"ภัยคุกคามที่ร้ายแรง"</string>
     <string name="enable_cmas_severe_threat_alerts_summary" msgid="5292443310309039223">"ภัยคุกคามต่อชีวิตและทรัพย์สินระดับรุนแรง"</string>
-    <string name="enable_cmas_amber_alerts_title" msgid="1475030503498979651">"การแจ้งเตือนเด็กหาย Amber Alert"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="1475030503498979651">"การแจ้งเตือน AMBER"</string>
     <string name="enable_cmas_amber_alerts_summary" msgid="4495233280416889667">"กระดานข่าวสารเหตุฉุกเฉินการลักพาตัวเด็ก"</string>
     <string name="enable_alert_message_title" msgid="2939830587633599352">"ข้อความแจ้งเตือน"</string>
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"เตือนเกี่ยวกับภัยคุกคามความปลอดภัยที่จะเกิดขึ้น"</string>
     <string name="enable_public_safety_messages_title" msgid="5576770949182656524">"ข้อความด้านความปลอดภัยสาธารณะ"</string>
     <string name="enable_public_safety_messages_summary" msgid="7868069748857851521">"การดำเนินการที่แนะนำซึ่งจะช่วยรักษาชีวิตหรือทรัพย์สินได้"</string>
-    <string name="enable_full_screen_public_safety_messages_title" msgid="1790574642368284876">"แสดงข้อความแบบเต็มหน้าจอ"</string>
-    <string name="enable_full_screen_public_safety_messages_summary" msgid="1305786776090796715">"ปิดเพื่อให้ส่งข้อความด้านความปลอดภัยสาธารณะไปยังแอป SMS เท่านั้น"</string>
     <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"การทดสอบระดับประเทศและระดับท้องถิ่น"</string>
     <string name="enable_state_local_test_alerts_summary" msgid="780298327377950187">"รับข้อความทดสอบจากหน่วยงานรัฐและหน่วยงานท้องถิ่น"</string>
     <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"การแจ้งเตือนเหตุฉุกเฉิน"</string>
diff --git a/res/values-tl/strings.xml b/res/values-tl/strings.xml
index a30f487..df684c2 100644
--- a/res/values-tl/strings.xml
+++ b/res/values-tl/strings.xml
@@ -80,8 +80,6 @@
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"Magbabala tungkol sa mga nakaambang banta sa kaligtasan"</string>
     <string name="enable_public_safety_messages_title" msgid="5576770949182656524">"Mga mensahe para sa pampublikong kaligtasan"</string>
     <string name="enable_public_safety_messages_summary" msgid="7868069748857851521">"Mga inirerekomendang pagkilos na makakaligtas ng mga buhay o pag-aari"</string>
-    <string name="enable_full_screen_public_safety_messages_title" msgid="1790574642368284876">"Ipakita ang mga full-screen na mensahe"</string>
-    <string name="enable_full_screen_public_safety_messages_summary" msgid="1305786776090796715">"I-off sa SMS app mo lang ipadala ang mga mensahe para sa kaligtasan ng publiko"</string>
     <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"Mga pagsubok sa estado at lokal na pagsubok"</string>
     <string name="enable_state_local_test_alerts_summary" msgid="780298327377950187">"Makatanggap ng mga pansubok na mensahe mula sa mga awtoridad ng estado at lokal na awtoridad"</string>
     <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"Mga alerto sa emergency"</string>
diff --git a/res/values-tr/strings.xml b/res/values-tr/strings.xml
index 33da03e..f9a4eb6 100644
--- a/res/values-tr/strings.xml
+++ b/res/values-tr/strings.xml
@@ -65,7 +65,7 @@
     <string name="alert_reminder_interval_title" msgid="3283595202268218149">"Uyarı hatırlatıcı"</string>
     <string name="enable_alert_speech_title" msgid="8052104771053526941">"Uyarı mesajını seslendir"</string>
     <string name="enable_alert_speech_summary" msgid="2855629032890937297">"Kablosuz acil durum uyarı mesajları için metin okuma özelliğini kullan"</string>
-    <string name="alert_reminder_dialog_title" msgid="2299010977651377315">"Hatırlatma sesi normal ses düzeyinde aşağıdaki gibi çalacak:"</string>
+    <string name="alert_reminder_dialog_title" msgid="2299010977651377315">"Normal ses düzeyinde bir hatırlatma sesi çalacak"</string>
     <string name="emergency_alert_history_title" msgid="8310173569237268431">"Acil durum uyarı geçmişi"</string>
     <string name="alert_preferences_title" msgid="6001469026393248468">"Uyarı tercihleri"</string>
     <string name="enable_etws_test_alerts_title" msgid="3593533226735441539">"ETWS test yayınları"</string>
@@ -80,8 +80,6 @@
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"Yaklaşan güvenlik tehditleri hakkında uyarılar alın"</string>
     <string name="enable_public_safety_messages_title" msgid="5576770949182656524">"Kamu güvenliği mesajları"</string>
     <string name="enable_public_safety_messages_summary" msgid="7868069748857851521">"Hayatları veya malları kurtarabilecek önerilen eylemler"</string>
-    <string name="enable_full_screen_public_safety_messages_title" msgid="1790574642368284876">"Mesajları tam ekran göster"</string>
-    <string name="enable_full_screen_public_safety_messages_summary" msgid="1305786776090796715">"Kamu güvenliği mesajlarının yalnızca SMS uygulamanıza gönderilmesi için kapatın"</string>
     <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"Devlet testleri ve yerel testler"</string>
     <string name="enable_state_local_test_alerts_summary" msgid="780298327377950187">"Devlet kurumlarından ve yerel kurumlardan test mesajları alın"</string>
     <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"Acil durum uyarıları"</string>
diff --git a/res/values-uk/strings.xml b/res/values-uk/strings.xml
index 84a423b..f30e7aa 100644
--- a/res/values-uk/strings.xml
+++ b/res/values-uk/strings.xml
@@ -80,8 +80,6 @@
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"Застерігати про неминучі загрози безпеці"</string>
     <string name="enable_public_safety_messages_title" msgid="5576770949182656524">"Повідомлення щодо громадської безпеки"</string>
     <string name="enable_public_safety_messages_summary" msgid="7868069748857851521">"Рекомендовані дії, щоб урятувати життя чи власність"</string>
-    <string name="enable_full_screen_public_safety_messages_title" msgid="1790574642368284876">"Показувати сповіщення на весь екран"</string>
-    <string name="enable_full_screen_public_safety_messages_summary" msgid="1305786776090796715">"Зніміть прапорець, щоб повідомлення щодо громадської безпеки надсилалися лише в додаток для SMS"</string>
     <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"Тестові сповіщення від державних і місцевих органів влади"</string>
     <string name="enable_state_local_test_alerts_summary" msgid="780298327377950187">"Отримувати тестові повідомлення від державних і місцевих органів влади"</string>
     <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"Екстрені сповіщення"</string>
diff --git a/res/values-ur/strings.xml b/res/values-ur/strings.xml
index 8a98340..2c13308 100644
--- a/res/values-ur/strings.xml
+++ b/res/values-ur/strings.xml
@@ -66,7 +66,7 @@
     <string name="enable_alert_speech_title" msgid="8052104771053526941">"الرٹ کا پیغام بولیں"</string>
     <string name="enable_alert_speech_summary" msgid="2855629032890937297">"وائرلیس ہنگامی الرٹ کے پیغامات بولنے کے ليے ٹیکسٹ ٹو اسپیچ کا استعمال کریں"</string>
     <string name="alert_reminder_dialog_title" msgid="2299010977651377315">"ایک یاد دہانی کی آواز ریگولر والیوم پر چلے گی"</string>
-    <string name="emergency_alert_history_title" msgid="8310173569237268431">"ایمرجنسی الرٹ کی سرگزشت"</string>
+    <string name="emergency_alert_history_title" msgid="8310173569237268431">"ایمرجنسی الرٹ کی سر گزشت"</string>
     <string name="alert_preferences_title" msgid="6001469026393248468">"الرٹ کی ترجیحات"</string>
     <string name="enable_etws_test_alerts_title" msgid="3593533226735441539">"‏ETWS ٹیسٹ براڈکاسٹس"</string>
     <string name="enable_etws_test_alerts_summary" msgid="8746155402612927306">"زلزلہ سونامی وارننگ سسٹم کیلئے ٹیسٹ براڈکاسٹس"</string>
@@ -80,8 +80,6 @@
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"حفاظت سے متعلق قریب الوقوع خطرات کے بارے میں متنبہ کریں"</string>
     <string name="enable_public_safety_messages_title" msgid="5576770949182656524">"عوامی حفاظتی پیغامات"</string>
     <string name="enable_public_safety_messages_summary" msgid="7868069748857851521">"ایسی تجویز کردہ کارروائیاں جو زندگیاں یا ملکیت بچا سکتی ہیں"</string>
-    <string name="enable_full_screen_public_safety_messages_title" msgid="1790574642368284876">"پوری اسکرین پر پیغامات دکھائیں"</string>
-    <string name="enable_full_screen_public_safety_messages_summary" msgid="1305786776090796715">"‏عوامی حفاظتی پیغامات صرف آپ کی SMS ایپ پر بھیجنے کے لیے اسے آف کریں"</string>
     <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"ریاستی اور مقامی ٹیسٹس"</string>
     <string name="enable_state_local_test_alerts_summary" msgid="780298327377950187">"ریاستی اور علاقائی حکام سے ٹیسٹ پیغامات موصول کریں"</string>
     <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"ایمرجنسی الرٹس"</string>
@@ -139,7 +137,7 @@
     <string name="cmas_opt_out_dialog_text" msgid="4820577535626084938">"آپ کو فی الحال وائرلیس ہنگامی الرٹس موصول ہو رہے ہیں۔ کیا آپ وائرلیس ہنگامی الرٹس حاصل کرتے رہنا چاہتے ہیں؟"</string>
     <string name="cmas_opt_out_button_yes" msgid="7248930667195432936">"ہاں"</string>
     <string name="cmas_opt_out_button_no" msgid="3110484064328538553">"نہیں"</string>
-    <string name="cb_list_activity_title" msgid="1433502151877791724">"ایمرجنسی الرٹ کی سرگزشت"</string>
+    <string name="cb_list_activity_title" msgid="1433502151877791724">"ایمرجنسی الرٹ کی سر گزشت"</string>
   <string-array name="alert_reminder_interval_entries">
     <item msgid="6595211083588795160">"ایک بار"</item>
     <item msgid="9097229303902157183">"ہر 2 منٹ بعد"</item>
diff --git a/res/values-uz/strings.xml b/res/values-uz/strings.xml
index eea84fa..dc205d3 100644
--- a/res/values-uz/strings.xml
+++ b/res/values-uz/strings.xml
@@ -80,8 +80,6 @@
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"Xavfsizlikka muqarrar tahdidlar haqida ogohlantirilsin"</string>
     <string name="enable_public_safety_messages_title" msgid="5576770949182656524">"Ommaviy xavfsizlik xabarlari"</string>
     <string name="enable_public_safety_messages_summary" msgid="7868069748857851521">"Inson hayoti yoki mulkini asrashga oid tavsiya etiladigan amallar"</string>
-    <string name="enable_full_screen_public_safety_messages_title" msgid="1790574642368284876">"Xabarlarni butun ekranda chiqarish"</string>
-    <string name="enable_full_screen_public_safety_messages_summary" msgid="1305786776090796715">"Faqat SMS ilovasiga yuboriladigan ommaviy xavfsizlik xabarlarini faolsizlantirish"</string>
     <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"Xavfsizlik organlaridan sinov ogohlantirishi"</string>
     <string name="enable_state_local_test_alerts_summary" msgid="780298327377950187">"Davlat va mahalliy xavfsizlik organlaridan sinov ogohlantirishi olish"</string>
     <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"Favqulodda ogohlantirishlar"</string>
diff --git a/res/values-vi/strings.xml b/res/values-vi/strings.xml
index a6bc971..0719187 100644
--- a/res/values-vi/strings.xml
+++ b/res/values-vi/strings.xml
@@ -80,8 +80,6 @@
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"Cảnh báo về các mối đe dọa đến sự an toàn sắp xảy ra"</string>
     <string name="enable_public_safety_messages_title" msgid="5576770949182656524">"Thông báo an toàn công khai"</string>
     <string name="enable_public_safety_messages_summary" msgid="7868069748857851521">"Hành động được đề xuất có thể bảo vệ tính mạng hoặc tài sản"</string>
-    <string name="enable_full_screen_public_safety_messages_title" msgid="1790574642368284876">"Hiện thông báo toàn màn hình"</string>
-    <string name="enable_full_screen_public_safety_messages_summary" msgid="1305786776090796715">"Tắt để chỉ gửi thông báo an toàn công cộng đến ứng dụng SMS của bạn"</string>
     <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"Thử nghiệm của tiểu bang và địa phương"</string>
     <string name="enable_state_local_test_alerts_summary" msgid="780298327377950187">"Nhận tin nhắn thử nghiệm từ chính quyền địa phương và tiểu bang"</string>
     <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"Cảnh báo khẩn cấp"</string>
@@ -156,7 +154,7 @@
     <string name="testing_mode_enabled" msgid="8296556666392297467">"Đã bật chế độ kiểm tra tính năng truyền phát trên di động."</string>
     <string name="testing_mode_disabled" msgid="8381408377958182661">"Đã tắt chế độ kiểm tra tính năng truyền phát trên di động."</string>
     <string name="show_all_messages" msgid="3780970968167139836">"Hiển thị tất cả thông báo"</string>
-    <string name="show_regular_messages" msgid="7376885150513522515">"Hiện thông báo thông thường"</string>
+    <string name="show_regular_messages" msgid="7376885150513522515">"Hiển thị thông báo thông thường"</string>
     <string name="message_identifier" msgid="5558338496219327850">"Giá trị nhận dạng:"</string>
     <string name="message_serial_number" msgid="3386553658712978964">"Số sê-ri:"</string>
     <string name="data_coding_scheme" msgid="4628901196730870577">"Lược đồ mã hóa dữ liệu:"</string>
diff --git a/res/values-zh-rCN/strings.xml b/res/values-zh-rCN/strings.xml
index 2fc67af..6907c6f 100644
--- a/res/values-zh-rCN/strings.xml
+++ b/res/values-zh-rCN/strings.xml
@@ -80,8 +80,6 @@
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"针对即将发生的安全威胁发出警告"</string>
     <string name="enable_public_safety_messages_title" msgid="5576770949182656524">"公共安全消息"</string>
     <string name="enable_public_safety_messages_summary" msgid="7868069748857851521">"可挽救生命或财产的推荐措施"</string>
-    <string name="enable_full_screen_public_safety_messages_title" msgid="1790574642368284876">"以全屏模式显示消息"</string>
-    <string name="enable_full_screen_public_safety_messages_summary" msgid="1305786776090796715">"关闭此设置会让公共安全消息仅发送到您的短信应用"</string>
     <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"州和地方测试"</string>
     <string name="enable_state_local_test_alerts_summary" msgid="780298327377950187">"接收来自州和地方相关机构的测试消息"</string>
     <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"紧急警报"</string>
diff --git a/res/values-zh-rHK/strings.xml b/res/values-zh-rHK/strings.xml
index 7c65dd0..7b08dd0 100644
--- a/res/values-zh-rHK/strings.xml
+++ b/res/values-zh-rHK/strings.xml
@@ -80,8 +80,6 @@
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"對即將發生的安全威脅發出警告"</string>
     <string name="enable_public_safety_messages_title" msgid="5576770949182656524">"公共安全訊息"</string>
     <string name="enable_public_safety_messages_summary" msgid="7868069748857851521">"有助拯救生命或財產的建議措施"</string>
-    <string name="enable_full_screen_public_safety_messages_title" msgid="1790574642368284876">"以全螢幕模式顯示訊息"</string>
-    <string name="enable_full_screen_public_safety_messages_summary" msgid="1305786776090796715">"關閉後公共安全訊息就只會傳送到短訊應用程式"</string>
     <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"州份和地區測試"</string>
     <string name="enable_state_local_test_alerts_summary" msgid="780298327377950187">"接收來自州政府和地區政府的測試訊息"</string>
     <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"緊急警示"</string>
diff --git a/res/values-zh-rTW/strings.xml b/res/values-zh-rTW/strings.xml
index 5d811a7..b782d7c 100644
--- a/res/values-zh-rTW/strings.xml
+++ b/res/values-zh-rTW/strings.xml
@@ -62,7 +62,7 @@
     <string name="notification_channel_settings_updates" msgid="6779759372516475085">"系統已根據 SIM 卡自動變更 WEA 設定"</string>
     <string name="enable_alerts_master_toggle_title" msgid="1457904343636699446">"允許接收警示"</string>
     <string name="enable_alerts_master_toggle_summary" msgid="5583168548073938617">"接收無線緊急警報通知"</string>
-    <string name="alert_reminder_interval_title" msgid="3283595202268218149">"警示提醒"</string>
+    <string name="alert_reminder_interval_title" msgid="3283595202268218149">"快訊提醒"</string>
     <string name="enable_alert_speech_title" msgid="8052104771053526941">"說出警訊通知"</string>
     <string name="enable_alert_speech_summary" msgid="2855629032890937297">"使用文字轉語音功能朗讀無線緊急警報訊息內容"</string>
     <string name="alert_reminder_dialog_title" msgid="2299010977651377315">"系統將以標準音量播放提醒音效"</string>
@@ -80,8 +80,6 @@
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"針對迫切的安全性威脅發出警告"</string>
     <string name="enable_public_safety_messages_title" msgid="5576770949182656524">"公共安全訊息"</string>
     <string name="enable_public_safety_messages_summary" msgid="7868069748857851521">"可挽救性命或財產的應變措施建議"</string>
-    <string name="enable_full_screen_public_safety_messages_title" msgid="1790574642368284876">"以全螢幕模式顯示訊息"</string>
-    <string name="enable_full_screen_public_safety_messages_summary" msgid="1305786776090796715">"關閉之後,公共安全訊息就只會傳送到訊息應用程式"</string>
     <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"州政府和地方政府的測試訊息"</string>
     <string name="enable_state_local_test_alerts_summary" msgid="780298327377950187">"接收來自州政府和地方政府的測試訊息"</string>
     <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"緊急警報"</string>
diff --git a/res/values-zu/strings.xml b/res/values-zu/strings.xml
index 272c5a9..bcd21da 100644
--- a/res/values-zu/strings.xml
+++ b/res/values-zu/strings.xml
@@ -80,8 +80,6 @@
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"Xwayisa mayelana nezinsongo zokuphepha eziseduze"</string>
     <string name="enable_public_safety_messages_title" msgid="5576770949182656524">"Imilayezo yokuphepha komphakathi"</string>
     <string name="enable_public_safety_messages_summary" msgid="7868069748857851521">"Izenzo ezikhethekile ezingalondoloza izimpilo noma indawo"</string>
-    <string name="enable_full_screen_public_safety_messages_title" msgid="1790574642368284876">"Bonisa imilayezo yesikrini esigcwele"</string>
-    <string name="enable_full_screen_public_safety_messages_summary" msgid="1305786776090796715">"Vala ukuze ube nemilayezo ephephile yasesidlangalaleni ethunyelwe kwi-app yakho ye-SMS kuphela"</string>
     <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"Ukuhlolwa kombuso nokwasendaweni"</string>
     <string name="enable_state_local_test_alerts_summary" msgid="780298327377950187">"Thola imilayezo yokuhlolwa kusukela kwabasemagunyeni bombuso nabasendaweni"</string>
     <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"Izexwayiso eziphuthumayo"</string>
diff --git a/res/xml/watch_preferences.xml b/res/xml/watch_preferences.xml
index 96b2241..6c8e4ab 100644
--- a/res/xml/watch_preferences.xml
+++ b/res/xml/watch_preferences.xml
@@ -78,6 +78,11 @@
                           android:key="enable_state_local_test_alerts"
                           android:title="@string/enable_state_local_test_alerts_title" />
 
+        <!-- Enable other test alerts -->
+        <SwitchPreference android:defaultValue="true"
+                          android:key="enable_test_alerts"
+                          android:title="@string/enable_cmas_test_alerts_title" />
+
         <!-- Default value is true for Brazil and India. This preference is ignored and hidden
         unless the boolean "config_showAreaUpdateInfoSettings" is set to true in the global resource. -->
         <SwitchPreference android:defaultValue="true"
diff --git a/tests/testapp/src/com/android/cellbroadcastreceiver/tests/SendCdmaCmasMessages.java b/tests/testapp/src/com/android/cellbroadcastreceiver/tests/SendCdmaCmasMessages.java
index e31d797..c4389c5 100644
--- a/tests/testapp/src/com/android/cellbroadcastreceiver/tests/SendCdmaCmasMessages.java
+++ b/tests/testapp/src/com/android/cellbroadcastreceiver/tests/SendCdmaCmasMessages.java
@@ -19,6 +19,7 @@
 import android.Manifest;
 import android.app.Activity;
 import android.app.AppOpsManager;
+import android.content.Context;
 import android.content.Intent;
 import android.os.UserHandle;
 import android.provider.Telephony;
@@ -50,64 +51,63 @@
     private static final String MONTHLY_TEST_ALERT = "This is a test of the emergency alert system."
             + " This is only a test. Call (123)456-7890.";
 
-    private static void sendBroadcast(Activity activity, SmsCbMessage cbMessage) {
+    private static void sendBroadcast(Context context, SmsCbMessage cbMessage) {
         Intent intent = new Intent(Telephony.Sms.Intents.ACTION_SMS_EMERGENCY_CB_RECEIVED);
         intent.putExtra("message", cbMessage);
-        intent.setPackage(CellBroadcastUtils.getDefaultCellBroadcastReceiverPackageName(
-                activity.getApplicationContext()));
-        activity.sendOrderedBroadcastAsUser(intent, UserHandle.ALL,
+        intent.setPackage(CellBroadcastUtils.getDefaultCellBroadcastReceiverPackageName(context));
+        context.sendOrderedBroadcastAsUser(intent, UserHandle.ALL,
                 Manifest.permission.RECEIVE_EMERGENCY_BROADCAST,
                 AppOpsManager.OP_RECEIVE_EMERGECY_SMS, null, null, Activity.RESULT_OK, null, null);
     }
 
-    public static void testSendCmasPresAlert(Activity activity, int serialNumber) {
+    public static void testSendCmasPresAlert(Context context, int serialNumber) {
         SmsCbMessage cbMessage = createCmasSmsMessage(
                 SmsEnvelope.SERVICE_CATEGORY_CMAS_PRESIDENTIAL_LEVEL_ALERT, serialNumber, "en",
                 PRES_ALERT, SmsCbCmasInfo.CMAS_CATEGORY_GEO,
                 SmsCbCmasInfo.CMAS_RESPONSE_TYPE_PREPARE, SmsCbCmasInfo.CMAS_SEVERITY_EXTREME,
                 SmsCbCmasInfo.CMAS_URGENCY_EXPECTED, SmsCbCmasInfo.CMAS_CERTAINTY_LIKELY);
 
-        sendBroadcast(activity, cbMessage);
+        sendBroadcast(context, cbMessage);
     }
 
-    public static void testSendCmasExtremeAlert(Activity activity, int serialNumber) {
+    public static void testSendCmasExtremeAlert(Context context, int serialNumber) {
         SmsCbMessage cbMessage = createCmasSmsMessage(
                 SmsEnvelope.SERVICE_CATEGORY_CMAS_EXTREME_THREAT, serialNumber, "en",
                 EXTREME_ALERT, SmsCbCmasInfo.CMAS_CATEGORY_MET,
                 SmsCbCmasInfo.CMAS_RESPONSE_TYPE_PREPARE, SmsCbCmasInfo.CMAS_SEVERITY_EXTREME,
                 SmsCbCmasInfo.CMAS_URGENCY_EXPECTED, SmsCbCmasInfo.CMAS_CERTAINTY_OBSERVED);
 
-        sendBroadcast(activity, cbMessage);
+        sendBroadcast(context, cbMessage);
     }
 
-    public static void testSendCmasSevereAlert(Activity activity, int serialNumber) {
+    public static void testSendCmasSevereAlert(Context context, int serialNumber) {
         SmsCbMessage cbMessage = createCmasSmsMessage(
                 SmsEnvelope.SERVICE_CATEGORY_CMAS_SEVERE_THREAT, serialNumber, "en",
                 SEVERE_ALERT, SmsCbCmasInfo.CMAS_CATEGORY_HEALTH,
                 SmsCbCmasInfo.CMAS_RESPONSE_TYPE_AVOID, SmsCbCmasInfo.CMAS_SEVERITY_SEVERE,
                 SmsCbCmasInfo.CMAS_URGENCY_IMMEDIATE, SmsCbCmasInfo.CMAS_CERTAINTY_LIKELY);
 
-        sendBroadcast(activity, cbMessage);
+        sendBroadcast(context, cbMessage);
     }
 
-    public static void testSendCmasAmberAlert(Activity activity, int serialNumber) {
+    public static void testSendCmasAmberAlert(Context context, int serialNumber) {
         SmsCbMessage cbMessage = createCmasSmsMessage(
                 SmsEnvelope.SERVICE_CATEGORY_CMAS_CHILD_ABDUCTION_EMERGENCY, serialNumber, "en",
                 AMBER_ALERT, SmsCbCmasInfo.CMAS_CATEGORY_UNKNOWN,
                 SmsCbCmasInfo.CMAS_RESPONSE_TYPE_UNKNOWN, SmsCbCmasInfo.CMAS_SEVERITY_UNKNOWN,
                 SmsCbCmasInfo.CMAS_URGENCY_UNKNOWN, SmsCbCmasInfo.CMAS_CERTAINTY_UNKNOWN);
 
-        sendBroadcast(activity, cbMessage);
+        sendBroadcast(context, cbMessage);
     }
 
-    public static void testSendCmasMonthlyTest(Activity activity, int serialNumber) {
+    public static void testSendCmasMonthlyTest(Context context, int serialNumber) {
         SmsCbMessage cbMessage = createCmasSmsMessage(
                 SmsEnvelope.SERVICE_CATEGORY_CMAS_TEST_MESSAGE, serialNumber, "en",
                 MONTHLY_TEST_ALERT, SmsCbCmasInfo.CMAS_CATEGORY_UNKNOWN,
                 SmsCbCmasInfo.CMAS_RESPONSE_TYPE_UNKNOWN, SmsCbCmasInfo.CMAS_SEVERITY_UNKNOWN,
                 SmsCbCmasInfo.CMAS_URGENCY_UNKNOWN, SmsCbCmasInfo.CMAS_CERTAINTY_UNKNOWN);
 
-        sendBroadcast(activity, cbMessage);
+        sendBroadcast(context, cbMessage);
     }
 
     /**
diff --git a/tests/testapp/src/com/android/cellbroadcastreceiver/tests/SendGsmCmasMessages.java b/tests/testapp/src/com/android/cellbroadcastreceiver/tests/SendGsmCmasMessages.java
index ac82428..14579d1 100644
--- a/tests/testapp/src/com/android/cellbroadcastreceiver/tests/SendGsmCmasMessages.java
+++ b/tests/testapp/src/com/android/cellbroadcastreceiver/tests/SendGsmCmasMessages.java
@@ -19,6 +19,7 @@
 import android.Manifest;
 import android.app.Activity;
 import android.app.AppOpsManager;
+import android.content.Context;
 import android.content.Intent;
 import android.os.UserHandle;
 import android.provider.Telephony;
@@ -55,18 +56,17 @@
 
     private static final String STATE_LOCAL_ALERT = "This is a state/local test message.";
 
-    private static void sendBroadcast(Activity activity, SmsCbMessage cbMessage) {
+    private static void sendBroadcast(Context context, SmsCbMessage cbMessage) {
         Intent intent = new Intent(Telephony.Sms.Intents.ACTION_SMS_EMERGENCY_CB_RECEIVED);
         intent.putExtra("message", cbMessage);
-        intent.setPackage(CellBroadcastUtils.getDefaultCellBroadcastReceiverPackageName(
-                activity.getApplicationContext()));
-        activity.sendOrderedBroadcastAsUser(intent, UserHandle.ALL,
+        intent.setPackage(CellBroadcastUtils.getDefaultCellBroadcastReceiverPackageName(context));
+        context.sendOrderedBroadcastAsUser(intent, UserHandle.ALL,
                 Manifest.permission.RECEIVE_EMERGENCY_BROADCAST,
                 AppOpsManager.OP_RECEIVE_EMERGECY_SMS, null, null, Activity.RESULT_OK, null, null);
     }
 
     public static void testSendCmasPresAlert(
-            Activity activity, int serialNumber, boolean isAdditionalLang) {
+            Context context, int serialNumber, boolean isAdditionalLang) {
         SmsCbMessage cbMessage =
                 createCmasSmsMessage(
                         isAdditionalLang
@@ -80,11 +80,11 @@
                         SmsCbCmasInfo.CMAS_CERTAINTY_LIKELY,
                         SmsCbMessage.MESSAGE_PRIORITY_EMERGENCY);
 
-        sendBroadcast(activity, cbMessage);
+        sendBroadcast(context, cbMessage);
     }
 
     public static void testSendCmasExtremeAlert(
-            Activity activity, int serialNumber, boolean isAdditionalLang) {
+            Context context, int serialNumber, boolean isAdditionalLang) {
         SmsCbMessage cbMessage =
                 createCmasSmsMessage(
                         isAdditionalLang
@@ -99,11 +99,11 @@
                         SmsCbCmasInfo.CMAS_CERTAINTY_OBSERVED,
                         SmsCbMessage.MESSAGE_PRIORITY_EMERGENCY);
 
-        sendBroadcast(activity, cbMessage);
+        sendBroadcast(context, cbMessage);
     }
 
     public static void testSendCmasSevereAlert(
-            Activity activity, int serialNumber, boolean isAdditionalLang) {
+            Context context, int serialNumber, boolean isAdditionalLang) {
         SmsCbMessage cbMessage =
                 createCmasSmsMessage(
                         isAdditionalLang
@@ -118,11 +118,11 @@
                         SmsCbCmasInfo.CMAS_CERTAINTY_LIKELY,
                         SmsCbMessage.MESSAGE_PRIORITY_EMERGENCY);
 
-        sendBroadcast(activity, cbMessage);
+        sendBroadcast(context, cbMessage);
     }
 
     public static void testSendCmasAmberAlert(
-            Activity activity, int serialNumber, boolean isAdditionalLang) {
+            Context context, int serialNumber, boolean isAdditionalLang) {
         SmsCbMessage cbMessage =
                 createCmasSmsMessage(
                         isAdditionalLang
@@ -137,11 +137,11 @@
                         SmsCbCmasInfo.CMAS_CERTAINTY_UNKNOWN,
                         SmsCbMessage.MESSAGE_PRIORITY_EMERGENCY);
 
-        sendBroadcast(activity, cbMessage);
+        sendBroadcast(context, cbMessage);
     }
 
     public static void testSendCmasMonthlyTest(
-            Activity activity, int serialNumber, boolean isAdditionalLang) {
+            Context context, int serialNumber, boolean isAdditionalLang) {
         SmsCbMessage cbMessage =
                 createCmasSmsMessage(
                         isAdditionalLang
@@ -156,11 +156,11 @@
                         SmsCbCmasInfo.CMAS_CERTAINTY_UNKNOWN,
                         SmsCbMessage.MESSAGE_PRIORITY_EMERGENCY);
 
-        sendBroadcast(activity, cbMessage);
+        sendBroadcast(context, cbMessage);
     }
 
     public static void testSendCmasExerciseTest(
-            Activity activity, int serialNumber, boolean isAdditionalLang) {
+            Context context, int serialNumber, boolean isAdditionalLang) {
         SmsCbMessage cbMessage =
                 createCmasSmsMessage(
                         isAdditionalLang
@@ -175,11 +175,11 @@
                         SmsCbCmasInfo.CMAS_CERTAINTY_UNKNOWN,
                         SmsCbMessage.MESSAGE_PRIORITY_EMERGENCY);
 
-        sendBroadcast(activity, cbMessage);
+        sendBroadcast(context, cbMessage);
     }
 
     public static void testSendPublicSafetyMessagesAlert(
-            Activity activity, int serialNumber, boolean isAdditionalLang) {
+            Context context, int serialNumber, boolean isAdditionalLang) {
         SmsCbMessage cbMessage =
                 createCmasSmsMessage(
                         isAdditionalLang
@@ -193,11 +193,11 @@
                         SmsCbCmasInfo.CMAS_CERTAINTY_UNKNOWN,
                         SmsCbMessage.MESSAGE_PRIORITY_NORMAL);
 
-        sendBroadcast(activity, cbMessage);
+        sendBroadcast(context, cbMessage);
     }
 
     public static void testSendStateLocalTestAlert(
-            Activity activity, int serialNumber, boolean isAdditionalLang) {
+            Context context, int serialNumber, boolean isAdditionalLang) {
         SmsCbMessage cbMessage =
                 createCmasSmsMessage(
                         isAdditionalLang
@@ -211,7 +211,7 @@
                         SmsCbCmasInfo.CMAS_CERTAINTY_UNKNOWN,
                         SmsCbMessage.MESSAGE_PRIORITY_NORMAL);
 
-        sendBroadcast(activity, cbMessage);
+        sendBroadcast(context, cbMessage);
     }
 
     /**
diff --git a/tests/testapp/src/com/android/cellbroadcastreceiver/tests/SendTestBroadcastActivity.java b/tests/testapp/src/com/android/cellbroadcastreceiver/tests/SendTestBroadcastActivity.java
index 8dc0636..29a8bac 100644
--- a/tests/testapp/src/com/android/cellbroadcastreceiver/tests/SendTestBroadcastActivity.java
+++ b/tests/testapp/src/com/android/cellbroadcastreceiver/tests/SendTestBroadcastActivity.java
@@ -110,7 +110,8 @@
                     Message msg = mDelayHandler.obtainMessage(0, this);
                     mDelayHandler.sendMessageDelayed(msg, DELAY_BEFORE_SENDING_MSEC);
                 } else {
-                    SendTestMessages.testSendEtwsMessageEarthquake(SendTestBroadcastActivity.this,
+                    SendTestMessages.testSendEtwsMessageEarthquake(
+                            SendTestBroadcastActivity.this.getApplicationContext(),
                             getSerialNumber());
                 }
             }
@@ -124,7 +125,8 @@
                     Message msg = mDelayHandler.obtainMessage(0, this);
                     mDelayHandler.sendMessageDelayed(msg, DELAY_BEFORE_SENDING_MSEC);
                 } else {
-                    SendTestMessages.testSendEtwsMessageTsunami(SendTestBroadcastActivity.this,
+                    SendTestMessages.testSendEtwsMessageTsunami(
+                            SendTestBroadcastActivity.this.getApplicationContext(),
                             getSerialNumber());
                 }
             }
@@ -140,7 +142,8 @@
                     mDelayHandler.sendMessageDelayed(msg, DELAY_BEFORE_SENDING_MSEC);
                 } else {
                     SendTestMessages.testSendEtwsMessageEarthquakeTsunami(
-                            SendTestBroadcastActivity.this, getSerialNumber());
+                            SendTestBroadcastActivity.this.getApplicationContext(),
+                            getSerialNumber());
                 }
             }
         });
@@ -154,7 +157,8 @@
                     mDelayHandler.sendMessageDelayed(msg, DELAY_BEFORE_SENDING_MSEC);
                 } else {
                     SendTestMessages.testSendEtwsMessageOther(
-                            SendTestBroadcastActivity.this, getSerialNumber());
+                            SendTestBroadcastActivity.this.getApplicationContext(),
+                            getSerialNumber());
                 }
             }
         });
@@ -167,7 +171,8 @@
                     Message msg = mDelayHandler.obtainMessage(0, this);
                     mDelayHandler.sendMessageDelayed(msg, DELAY_BEFORE_SENDING_MSEC);
                 } else {
-                    SendTestMessages.testSendEtwsMessageCancel(SendTestBroadcastActivity.this,
+                    SendTestMessages.testSendEtwsMessageCancel(
+                            SendTestBroadcastActivity.this.getApplicationContext(),
                             getSerialNumber());
                 }
             }
@@ -181,7 +186,8 @@
                     Message msg = mDelayHandler.obtainMessage(0, this);
                     mDelayHandler.sendMessageDelayed(msg, DELAY_BEFORE_SENDING_MSEC);
                 } else {
-                    SendTestMessages.testSendEtwsMessageTest(SendTestBroadcastActivity.this,
+                    SendTestMessages.testSendEtwsMessageTest(
+                            SendTestBroadcastActivity.this.getApplicationContext(),
                             getSerialNumber());
                 }
             }
@@ -195,7 +201,8 @@
                     Message msg = mDelayHandler.obtainMessage(0, this);
                     mDelayHandler.sendMessageDelayed(msg, DELAY_BEFORE_SENDING_MSEC);
                 } else {
-                    SendCdmaCmasMessages.testSendCmasPresAlert(SendTestBroadcastActivity.this,
+                    SendCdmaCmasMessages.testSendCmasPresAlert(
+                            SendTestBroadcastActivity.this.getApplicationContext(),
                             getSerialNumber());
                 }
             }
@@ -209,7 +216,8 @@
                     Message msg = mDelayHandler.obtainMessage(0, this);
                     mDelayHandler.sendMessageDelayed(msg, DELAY_BEFORE_SENDING_MSEC);
                 } else {
-                    SendCdmaCmasMessages.testSendCmasExtremeAlert(SendTestBroadcastActivity.this,
+                    SendCdmaCmasMessages.testSendCmasExtremeAlert(
+                            SendTestBroadcastActivity.this.getApplicationContext(),
                             getSerialNumber());
                 }
             }
@@ -223,7 +231,8 @@
                     Message msg = mDelayHandler.obtainMessage(0, this);
                     mDelayHandler.sendMessageDelayed(msg, DELAY_BEFORE_SENDING_MSEC);
                 } else {
-                    SendCdmaCmasMessages.testSendCmasSevereAlert(SendTestBroadcastActivity.this,
+                    SendCdmaCmasMessages.testSendCmasSevereAlert(
+                            SendTestBroadcastActivity.this.getApplicationContext(),
                             getSerialNumber());
                 }
             }
@@ -237,7 +246,8 @@
                     Message msg = mDelayHandler.obtainMessage(0, this);
                     mDelayHandler.sendMessageDelayed(msg, DELAY_BEFORE_SENDING_MSEC);
                 } else {
-                    SendCdmaCmasMessages.testSendCmasAmberAlert(SendTestBroadcastActivity.this,
+                    SendCdmaCmasMessages.testSendCmasAmberAlert(
+                            SendTestBroadcastActivity.this.getApplicationContext(),
                             getSerialNumber());
                 }
             }
@@ -251,7 +261,8 @@
                     Message msg = mDelayHandler.obtainMessage(0, this);
                     mDelayHandler.sendMessageDelayed(msg, DELAY_BEFORE_SENDING_MSEC);
                 } else {
-                    SendCdmaCmasMessages.testSendCmasMonthlyTest(SendTestBroadcastActivity.this,
+                    SendCdmaCmasMessages.testSendCmasMonthlyTest(
+                            SendTestBroadcastActivity.this.getApplicationContext(),
                             getSerialNumber());
                 }
             }
@@ -267,7 +278,7 @@
                             mDelayHandler.sendMessageDelayed(msg, DELAY_BEFORE_SENDING_MSEC);
                         } else {
                             SendGsmCmasMessages.testSendCmasPresAlert(
-                                    SendTestBroadcastActivity.this,
+                                    SendTestBroadcastActivity.this.getApplicationContext(),
                                     getSerialNumber(),
                                     mIsAdditionalLangAlert);
                         }
@@ -284,7 +295,7 @@
                             mDelayHandler.sendMessageDelayed(msg, DELAY_BEFORE_SENDING_MSEC);
                         } else {
                             SendGsmCmasMessages.testSendCmasExtremeAlert(
-                                    SendTestBroadcastActivity.this,
+                                    SendTestBroadcastActivity.this.getApplicationContext(),
                                     getSerialNumber(),
                                     mIsAdditionalLangAlert);
                         }
@@ -301,7 +312,7 @@
                             mDelayHandler.sendMessageDelayed(msg, DELAY_BEFORE_SENDING_MSEC);
                         } else {
                             SendGsmCmasMessages.testSendCmasSevereAlert(
-                                    SendTestBroadcastActivity.this,
+                                    SendTestBroadcastActivity.this.getApplicationContext(),
                                     getSerialNumber(),
                                     mIsAdditionalLangAlert);
                         }
@@ -318,7 +329,7 @@
                             mDelayHandler.sendMessageDelayed(msg, DELAY_BEFORE_SENDING_MSEC);
                         } else {
                             SendGsmCmasMessages.testSendCmasAmberAlert(
-                                    SendTestBroadcastActivity.this,
+                                    SendTestBroadcastActivity.this.getApplicationContext(),
                                     getSerialNumber(),
                                     mIsAdditionalLangAlert);
                         }
@@ -335,7 +346,7 @@
                             mDelayHandler.sendMessageDelayed(msg, DELAY_BEFORE_SENDING_MSEC);
                         } else {
                             SendGsmCmasMessages.testSendCmasMonthlyTest(
-                                    SendTestBroadcastActivity.this,
+                                    SendTestBroadcastActivity.this.getApplicationContext(),
                                     getSerialNumber(),
                                     mIsAdditionalLangAlert);
                         }
@@ -352,7 +363,7 @@
                             mDelayHandler.sendMessageDelayed(msg, DELAY_BEFORE_SENDING_MSEC);
                         } else {
                             SendGsmCmasMessages.testSendCmasExerciseTest(
-                                    SendTestBroadcastActivity.this,
+                                    SendTestBroadcastActivity.this.getApplicationContext(),
                                     getSerialNumber(),
                                     mIsAdditionalLangAlert);
                         }
@@ -370,7 +381,7 @@
                             mDelayHandler.sendMessageDelayed(msg, DELAY_BEFORE_SENDING_MSEC);
                         } else {
                             SendGsmCmasMessages.testSendPublicSafetyMessagesAlert(
-                                    SendTestBroadcastActivity.this,
+                                    SendTestBroadcastActivity.this.getApplicationContext(),
                                     getSerialNumber(),
                                     mIsAdditionalLangAlert);
                         }
@@ -388,7 +399,7 @@
                             mDelayHandler.sendMessageDelayed(msg, DELAY_BEFORE_SENDING_MSEC);
                         } else {
                             SendGsmCmasMessages.testSendStateLocalTestAlert(
-                                    SendTestBroadcastActivity.this,
+                                    SendTestBroadcastActivity.this.getApplicationContext(),
                                     getSerialNumber(),
                                     mIsAdditionalLangAlert);
                         }
@@ -403,7 +414,8 @@
                     Message msg = mDelayHandler.obtainMessage(0, this);
                     mDelayHandler.sendMessageDelayed(msg, DELAY_BEFORE_SENDING_MSEC);
                 } else {
-                    SendTestMessages.testSendMessage7bit(SendTestBroadcastActivity.this,
+                    SendTestMessages.testSendMessage7bit(
+                            SendTestBroadcastActivity.this.getApplicationContext(),
                             getSerialNumber(), getCategory());
                 }
             }
@@ -417,7 +429,8 @@
                     Message msg = mDelayHandler.obtainMessage(0, this);
                     mDelayHandler.sendMessageDelayed(msg, DELAY_BEFORE_SENDING_MSEC);
                 } else {
-                    SendTestMessages.testSendMessage7bitUmts(SendTestBroadcastActivity.this,
+                    SendTestMessages.testSendMessage7bitUmts(
+                            SendTestBroadcastActivity.this.getApplicationContext(),
                             getSerialNumber(), getCategory());
                 }
             }
@@ -431,7 +444,8 @@
                     Message msg = mDelayHandler.obtainMessage(0, this);
                     mDelayHandler.sendMessageDelayed(msg, DELAY_BEFORE_SENDING_MSEC);
                 } else {
-                    SendTestMessages.testSendMessage7bitNoPadding(SendTestBroadcastActivity.this,
+                    SendTestMessages.testSendMessage7bitNoPadding(
+                            SendTestBroadcastActivity.this.getApplicationContext(),
                             getSerialNumber(), getCategory());
                 }
             }
@@ -447,7 +461,8 @@
                     mDelayHandler.sendMessageDelayed(msg, DELAY_BEFORE_SENDING_MSEC);
                 } else {
                     SendTestMessages.testSendMessage7bitNoPaddingUmts(
-                            SendTestBroadcastActivity.this, getSerialNumber(), getCategory());
+                            SendTestBroadcastActivity.this.getApplicationContext(),
+                            getSerialNumber(), getCategory());
                 }
             }
         });
@@ -461,8 +476,10 @@
                     Message msg = mDelayHandler.obtainMessage(0, this);
                     mDelayHandler.sendMessageDelayed(msg, DELAY_BEFORE_SENDING_MSEC);
                 } else {
-                    SendTestMessages.testSendMessage7bitMultipageGsm(SendTestBroadcastActivity.this,
-                            getSerialNumber(), getCategory());
+                    SendTestMessages.testSendMessage7bitMultipageGsm(
+                            SendTestBroadcastActivity.this.getApplicationContext(),
+                            getSerialNumber(),
+                            getCategory());
                 }
             }
         });
@@ -477,7 +494,8 @@
                     mDelayHandler.sendMessageDelayed(msg, DELAY_BEFORE_SENDING_MSEC);
                 } else {
                     SendTestMessages.testSendMessage7bitMultipageUmts(
-                            SendTestBroadcastActivity.this, getSerialNumber(), getCategory());
+                        SendTestBroadcastActivity.this.getApplicationContext(),
+                        getSerialNumber(), getCategory());
                 }
             }
         });
@@ -491,7 +509,8 @@
                     Message msg = mDelayHandler.obtainMessage(0, this);
                     mDelayHandler.sendMessageDelayed(msg, DELAY_BEFORE_SENDING_MSEC);
                 } else {
-                    SendTestMessages.testSendMessage7bitWithLanguage(SendTestBroadcastActivity.this,
+                    SendTestMessages.testSendMessage7bitWithLanguage(
+                            SendTestBroadcastActivity.this.getApplicationContext(),
                             getSerialNumber(), getCategory());
                 }
             }
@@ -507,7 +526,9 @@
                     mDelayHandler.sendMessageDelayed(msg, DELAY_BEFORE_SENDING_MSEC);
                 } else {
                     SendTestMessages.testSendMessage7bitWithLanguageInBody(
-                            SendTestBroadcastActivity.this, getSerialNumber(), getCategory());
+                            SendTestBroadcastActivity.this.getApplicationContext(),
+                            getSerialNumber(),
+                            getCategory());
                 }
             }
         });
@@ -522,7 +543,8 @@
                     mDelayHandler.sendMessageDelayed(msg, DELAY_BEFORE_SENDING_MSEC);
                 } else {
                     SendTestMessages.testSendMessage7bitWithLanguageInBodyUmts(
-                            SendTestBroadcastActivity.this, getSerialNumber(), getCategory());
+                            SendTestBroadcastActivity.this.getApplicationContext(),
+                            getSerialNumber(), getCategory());
                 }
             }
         });
@@ -535,7 +557,8 @@
                     Message msg = mDelayHandler.obtainMessage(0, this);
                     mDelayHandler.sendMessageDelayed(msg, DELAY_BEFORE_SENDING_MSEC);
                 } else {
-                    SendTestMessages.testSendMessageUcs2(SendTestBroadcastActivity.this,
+                    SendTestMessages.testSendMessageUcs2(
+                            SendTestBroadcastActivity.this.getApplicationContext(),
                             getSerialNumber(), getCategory());
                 }
             }
@@ -549,7 +572,8 @@
                     Message msg = mDelayHandler.obtainMessage(0, this);
                     mDelayHandler.sendMessageDelayed(msg, DELAY_BEFORE_SENDING_MSEC);
                 } else {
-                    SendTestMessages.testSendMessageUcs2Umts(SendTestBroadcastActivity.this,
+                    SendTestMessages.testSendMessageUcs2Umts(
+                            SendTestBroadcastActivity.this.getApplicationContext(),
                             getSerialNumber(), getCategory());
                 }
             }
@@ -565,7 +589,8 @@
                     mDelayHandler.sendMessageDelayed(msg, DELAY_BEFORE_SENDING_MSEC);
                 } else {
                     SendTestMessages.testSendMessageUcs2MultipageUmts(
-                            SendTestBroadcastActivity.this, getSerialNumber(), getCategory());
+                            SendTestBroadcastActivity.this.getApplicationContext(),
+                            getSerialNumber(), getCategory());
                 }
             }
         });
@@ -580,7 +605,8 @@
                     mDelayHandler.sendMessageDelayed(msg, DELAY_BEFORE_SENDING_MSEC);
                 } else {
                     SendTestMessages.testSendMessageUcs2WithLanguageInBody(
-                            SendTestBroadcastActivity.this, getSerialNumber(), getCategory());
+                            SendTestBroadcastActivity.this.getApplicationContext(),
+                            getSerialNumber(), getCategory());
                 }
             }
         });
@@ -595,7 +621,8 @@
                     mDelayHandler.sendMessageDelayed(msg, DELAY_BEFORE_SENDING_MSEC);
                 } else {
                     SendTestMessages.testSendMessageUcs2WithLanguageUmts(
-                            SendTestBroadcastActivity.this, getSerialNumber(), getCategory());
+                            SendTestBroadcastActivity.this.getApplicationContext(),
+                            getSerialNumber(), getCategory());
                 }
             }
         });
diff --git a/tests/testapp/src/com/android/cellbroadcastreceiver/tests/SendTestMessages.java b/tests/testapp/src/com/android/cellbroadcastreceiver/tests/SendTestMessages.java
index d82f870..1ffb298 100644
--- a/tests/testapp/src/com/android/cellbroadcastreceiver/tests/SendTestMessages.java
+++ b/tests/testapp/src/com/android/cellbroadcastreceiver/tests/SendTestMessages.java
@@ -427,120 +427,118 @@
         }
     }
 
-    private static void sendBroadcast(Activity activity, int serialNumber, int category,
+    private static void sendBroadcast(Context context, int serialNumber, int category,
                                       byte[] pdu) {
         Intent intent = new Intent(Intents.SMS_CB_RECEIVED_ACTION);
-        intent.putExtra("message", createFromPdu(activity, pdu, serialNumber, category));
-        intent.setPackage(CellBroadcastUtils.getDefaultCellBroadcastReceiverPackageName(
-                activity.getApplicationContext()));
-        activity.sendOrderedBroadcastAsUser(intent, UserHandle.ALL, Manifest.permission.RECEIVE_SMS,
+        intent.putExtra("message", createFromPdu(context, pdu, serialNumber, category));
+        intent.setPackage(CellBroadcastUtils.getDefaultCellBroadcastReceiverPackageName(context));
+        context.sendOrderedBroadcastAsUser(intent, UserHandle.ALL, Manifest.permission.RECEIVE_SMS,
                 AppOpsManager.OP_RECEIVE_SMS, null, null, Activity.RESULT_OK, null, null);
     }
 
-    public static void testSendMessage7bit(Activity activity, int serialNumber,
+    public static void testSendMessage7bit(Context context, int serialNumber,
             int category) {
-        sendBroadcast(activity, serialNumber, category, gsm7BitTest);
+        sendBroadcast(context, serialNumber, category, gsm7BitTest);
     }
 
-    public static void testSendMessage7bitUmts(Activity activity, int serialNumber,
+    public static void testSendMessage7bitUmts(Context context, int serialNumber,
             int category) {
-        sendBroadcast(activity, serialNumber, category, gsm7BitTestUmts);
+        sendBroadcast(context, serialNumber, category, gsm7BitTestUmts);
     }
 
-    public static void testSendMessage7bitNoPadding(Activity activity, int serialNumber,
+    public static void testSendMessage7bitNoPadding(Context context, int serialNumber,
             int category) {
-        sendBroadcast(activity, serialNumber, category, gsm7BitTestNoPadding);
+        sendBroadcast(context, serialNumber, category, gsm7BitTestNoPadding);
     }
 
-    public static void testSendMessage7bitNoPaddingUmts(Activity activity, int serialNumber,
+    public static void testSendMessage7bitNoPaddingUmts(Context context, int serialNumber,
             int category) {
-        sendBroadcast(activity, serialNumber, category, gsm7BitTestNoPaddingUmts);
+        sendBroadcast(context, serialNumber, category, gsm7BitTestNoPaddingUmts);
     }
 
-    public static void testSendMessage7bitMultipageGsm(Activity activity, int serialNumber,
+    public static void testSendMessage7bitMultipageGsm(Context context, int serialNumber,
             int category) {
         Intent intent = new Intent(Intents.SMS_CB_RECEIVED_ACTION);
         byte[][] pdus = new byte[2][];
         pdus[0] = gsm7BitTestMultipage1;
         pdus[1] = gsm7BitTestMultipage2;
-        intent.putExtra("message", createFromPdus(activity, pdus, serialNumber, category));
-        intent.setPackage(CellBroadcastUtils.getDefaultCellBroadcastReceiverPackageName(
-                activity.getApplicationContext()));
-        activity.sendOrderedBroadcastAsUser(intent, UserHandle.ALL, Manifest.permission.RECEIVE_SMS,
+        intent.putExtra("message", createFromPdus(context, pdus, serialNumber, category));
+        intent.setPackage(CellBroadcastUtils.getDefaultCellBroadcastReceiverPackageName(context));
+        context.sendOrderedBroadcastAsUser(intent, UserHandle.ALL, Manifest.permission.RECEIVE_SMS,
                 AppOpsManager.OP_RECEIVE_SMS, null, null, Activity.RESULT_OK, null, null);
     }
 
-    public static void testSendMessage7bitMultipageUmts(Activity activity, int serialNumber,
+    public static void testSendMessage7bitMultipageUmts(Context context, int serialNumber,
             int category) {
-        sendBroadcast(activity, serialNumber, category, gsm7BitTestMultipageUmts);
+        sendBroadcast(context, serialNumber, category, gsm7BitTestMultipageUmts);
     }
 
-    public static void testSendMessage7bitWithLanguage(Activity activity, int serialNumber,
+    public static void testSendMessage7bitWithLanguage(Context context, int serialNumber,
             int category) {
-        sendBroadcast(activity, serialNumber, category, gsm7BitTestWithLanguage);
+        sendBroadcast(context, serialNumber, category, gsm7BitTestWithLanguage);
     }
 
-    public static void testSendMessage7bitWithLanguageInBody(Activity activity, int serialNumber,
+    public static void testSendMessage7bitWithLanguageInBody(Context context, int serialNumber,
             int category) {
-        sendBroadcast(activity, serialNumber, category, gsm7BitTestWithLanguageInBody);
+        sendBroadcast(context, serialNumber, category, gsm7BitTestWithLanguageInBody);
     }
 
-    public static void testSendMessage7bitWithLanguageInBodyUmts(Activity activity,
+    public static void testSendMessage7bitWithLanguageInBodyUmts(Context context,
             int serialNumber, int category) {
-        sendBroadcast(activity, serialNumber, category, gsm7BitTestWithLanguageInBodyUmts);
+        sendBroadcast(context, serialNumber, category, gsm7BitTestWithLanguageInBodyUmts);
     }
 
-    public static void testSendMessageUcs2(Activity activity, int serialNumber,
+    public static void testSendMessageUcs2(Context context, int serialNumber,
             int category) {
-        sendBroadcast(activity, serialNumber, category, gsmUcs2Test);
+        sendBroadcast(context, serialNumber, category, gsmUcs2Test);
     }
 
-    public static void testSendMessageUcs2Umts(Activity activity, int serialNumber,
+    public static void testSendMessageUcs2Umts(Context context, int serialNumber,
             int category) {
-        sendBroadcast(activity, serialNumber, category, gsmUcs2TestUmts);
+        sendBroadcast(context, serialNumber, category, gsmUcs2TestUmts);
     }
 
-    public static void testSendMessageUcs2MultipageUmts(Activity activity, int serialNumber,
+    public static void testSendMessageUcs2MultipageUmts(Context context, int serialNumber,
             int category) {
-        sendBroadcast(activity, serialNumber, category, gsmUcs2TestMultipageUmts);
+        sendBroadcast(context, serialNumber, category, gsmUcs2TestMultipageUmts);
     }
 
-    public static void testSendMessageUcs2WithLanguageInBody(Activity activity, int serialNumber,
+    public static void testSendMessageUcs2WithLanguageInBody(Context context, int serialNumber,
             int category) {
-        sendBroadcast(activity, serialNumber, category, gsmUcs2TestWithLanguageInBody);
+        sendBroadcast(context, serialNumber, category, gsmUcs2TestWithLanguageInBody);
     }
 
-    public static void testSendMessageUcs2WithLanguageUmts(Activity activity, int serialNumber,
+    public static void testSendMessageUcs2WithLanguageUmts(Context context, int serialNumber,
             int category) {
-        sendBroadcast(activity, serialNumber, category, gsmUcs2TestWithLanguageInBodyUmts);
+        sendBroadcast(context, serialNumber, category, gsmUcs2TestWithLanguageInBodyUmts);
     }
 
-    public static void testSendEtwsMessageEarthquake(Activity activity, int serialNumber) {
-        sendBroadcast(activity, serialNumber, SmsCbConstants.MESSAGE_ID_ETWS_EARTHQUAKE_WARNING,
+    public static void testSendEtwsMessageEarthquake(Context context, int serialNumber) {
+        sendBroadcast(context, serialNumber, SmsCbConstants.MESSAGE_ID_ETWS_EARTHQUAKE_WARNING,
                 etwsMessageNormal);
     }
 
-    public static void testSendEtwsMessageTsunami(Activity activity, int serialNumber) {
-        sendBroadcast(activity, serialNumber, SmsCbConstants.MESSAGE_ID_ETWS_TSUNAMI_WARNING,
+    public static void testSendEtwsMessageTsunami(Context context, int serialNumber) {
+        sendBroadcast(context, serialNumber, SmsCbConstants.MESSAGE_ID_ETWS_TSUNAMI_WARNING,
                 etwsMessageNormal);
     }
 
-    public static void testSendEtwsMessageEarthquakeTsunami(Activity activity, int serialNumber) {
-        sendBroadcast(activity, serialNumber,
+    public static void testSendEtwsMessageEarthquakeTsunami(Context context, int serialNumber) {
+        sendBroadcast(context, serialNumber,
                 SmsCbConstants.MESSAGE_ID_ETWS_EARTHQUAKE_AND_TSUNAMI_WARNING, etwsMessageNormal);
     }
 
-    public static void testSendEtwsMessageOther(Activity activity, int serialNumber) {
-        sendBroadcast(activity, serialNumber, SmsCbConstants.MESSAGE_ID_ETWS_OTHER_EMERGENCY_TYPE,
+    public static void testSendEtwsMessageOther(Context context, int serialNumber) {
+        sendBroadcast(context, serialNumber, SmsCbConstants.MESSAGE_ID_ETWS_OTHER_EMERGENCY_TYPE,
                 etwsMessageNormal);
     }
 
-    public static void testSendEtwsMessageCancel(Activity activity, int serialNumber) {
-        sendBroadcast(activity, serialNumber, 0, etwsMessageCancel);
+    public static void testSendEtwsMessageCancel(Context context, int serialNumber) {
+        sendBroadcast(context, serialNumber, 0, etwsMessageCancel);
     }
 
-    public static void testSendEtwsMessageTest(Activity activity, int serialNumber) {
-        sendBroadcast(activity, serialNumber, SmsCbConstants.MESSAGE_ID_ETWS_TEST_MESSAGE,
+    public static void testSendEtwsMessageTest(Context context, int serialNumber) {
+        sendBroadcast(context, serialNumber, SmsCbConstants.MESSAGE_ID_ETWS_TEST_MESSAGE,
                 etwsMessageTest);
     }
 }