Merge "Migrate Test Targets to New Android Ownership Model" into main
diff --git a/Android.bp b/Android.bp
index 58f6316..f430a7a 100644
--- a/Android.bp
+++ b/Android.bp
@@ -34,7 +34,8 @@
         "cellbroadcast-java-proto-lite",
     ],
     optimize: {
-       proguard_flags_files: ["proguard.flags"],
+        shrink_resources: true,
+        proguard_flags_files: ["proguard.flags"],
     },
     resource_dirs: ["res"],
     lint: {
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index d1f099f..ba5d7a0 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -156,6 +156,7 @@
                 <action android:name="android.intent.action.LOCALE_CHANGED" />
                 <action android:name="android.intent.action.SERVICE_STATE" />
                 <action android:name="android.intent.action.BOOT_COMPLETED" />
+                <action android:name="android.intent.action.PHONE_STATE" />
             </intent-filter>
             <intent-filter>
                 <action android:name="android.telephony.action.SECRET_CODE" />
diff --git a/TEST_MAPPING b/TEST_MAPPING
index 92be9c4..c2fcf31 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -6,7 +6,8 @@
         {
           "exclude-annotation": "androidx.test.filters.FlakyTest"
         }
-      ]
+      ],
+      "keywords": ["internal"]
     },
     {
       "name": "GoogleCellBroadcastReceiverUnitTests",
@@ -14,10 +15,12 @@
         {
           "exclude-annotation": "androidx.test.filters.FlakyTest"
         }
-      ]
+      ],
+      "keywords": ["internal"]
     }
   ],
-  "presubmit-large": [
+
+  "postsubmit": [
     {
       "name": "CellBroadcastReceiverComplianceTests"
     }
diff --git a/res/raw/keep.xml b/res/raw/keep.xml
new file mode 100644
index 0000000..a089c0c
--- /dev/null
+++ b/res/raw/keep.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+<resources xmlns:tools="http://schemas.android.com/tools"
+    tools:keep="
+    @color/cell_broadcast_color_primary,
+    @color/cell_broadcast_color_primary_dark,
+    @string/alert_reminder_interval_summary,
+    @string/cmas_extreme_immediate_likely_alert,
+    @string/cmas_extreme_immediate_observed_alert,
+    @string/enable_etws_test_alerts_summary,
+    @string/enable_etws_test_alerts_title,
+    @string/menu_delete,
+    @string/menu_view_details,
+    @string/message_options" />
diff --git a/res/values-am/strings.xml b/res/values-am/strings.xml
index f11f1b6..0b0b71f 100644
--- a/res/values-am/strings.xml
+++ b/res/values-am/strings.xml
@@ -80,7 +80,7 @@
     <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_title" msgid="1790574642368284876">"ባለሙሉ ማያ ገፅ መልዕክቶችን ያሳይ"</string>
     <string name="enable_full_screen_public_safety_messages_summary" msgid="194171850169012897">"ሲጠፋ የሕዝብ ደህንነት መልዕክቶች አሁንም እንደ ማሳወቂያ ይላካሉ"</string>
     <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"የግዛት እና አካባቢያዊ ሙከራዎች"</string>
     <string name="enable_state_local_test_alerts_summary" msgid="780298327377950187">"ከግዛት እና የአካባቢ ባለሥልጣናት የሙከራ መልዕክቶችን ተቀበል"</string>
@@ -113,7 +113,7 @@
     <string name="cmas_category_infra" msgid="3558151044446851398">"መሰረተ ልማት"</string>
     <string name="cmas_category_cbrne" msgid="240421557913603971">"ኬሚካል/ባዮሎጂካል/ኒውክሌር/ ፈንጅ"</string>
     <string name="cmas_category_other" msgid="6158932360790744360">"ሌላ"</string>
-    <string name="cmas_response_heading" msgid="4205379547245540163">"የምላሽ አይነት፦"</string>
+    <string name="cmas_response_heading" msgid="4205379547245540163">"የምላሽ ዓይነት፦"</string>
     <string name="cmas_response_shelter" msgid="7301175579079615909">"መጠለያ"</string>
     <string name="cmas_response_evacuate" msgid="5833170084430021095">"ልቀቅ"</string>
     <string name="cmas_response_prepare" msgid="8428073909753758319">"አዘጋጅ"</string>
diff --git a/res/values-ar/strings.xml b/res/values-ar/strings.xml
index 20e58a5..4f485c3 100644
--- a/res/values-ar/strings.xml
+++ b/res/values-ar/strings.xml
@@ -70,7 +70,7 @@
     <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_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>
@@ -82,7 +82,7 @@
     <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="194171850169012897">"سيتم إرسال رسائل السلامة العامة كإشعار حتى إذا كانت غير مفعّلة."</string>
-    <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"اختبارات الولاية والاختبارات المحلية"</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_summary" msgid="7574617515441602546">"إرسال تحذير بشأن الأحداث التي تهدد الحياة"</string>
diff --git a/res/values-b+sr+Latn/strings.xml b/res/values-b+sr+Latn/strings.xml
index 1bf2694..15e95c9 100644
--- a/res/values-b+sr+Latn/strings.xml
+++ b/res/values-b+sr+Latn/strings.xml
@@ -54,7 +54,7 @@
     <string name="public_safety_message" msgid="9119928798786998252">"Poruka o javnoj bezbednosti"</string>
     <string name="state_local_test_alert" msgid="8003145745857480200">"Proba državnih/lokalnih organa"</string>
     <string name="emergency_alert" msgid="624783871477634263">"Obaveštenje o hitnom slučaju"</string>
-    <string name="emergency_alerts_title" msgid="6605036374197485429">"Obaveštenja"</string>
+    <string name="emergency_alerts_title" msgid="6605036374197485429">"Upozorenja"</string>
     <string name="notification_channel_broadcast_messages" msgid="880704362482824524">"Poruke o emitovanju"</string>
     <string name="notification_channel_emergency_alerts" msgid="5008287980979183617">"Hitna obaveštenja"</string>
     <string name="notification_channel_emergency_alerts_high_priority" msgid="3937475297436439073">"Nepotvrđena obaveštenja o hitnim slučajevima"</string>
diff --git a/res/values-bn/strings.xml b/res/values-bn/strings.xml
index aae3b11..6a03739 100644
--- a/res/values-bn/strings.xml
+++ b/res/values-bn/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>
@@ -94,7 +94,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">"বিরক্ত করবে না &amp; অন্য ভলিউম সেটিংস এড়িয়ে যান"</string>
diff --git a/res/values-cs/strings.xml b/res/values-cs/strings.xml
index 63121a3..d494fb5 100644
--- a/res/values-cs/strings.xml
+++ b/res/values-cs/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="app_label" msgid="2008319089248760277">"Výstražné zprávy (bezdrátové)"</string>
-    <string name="sms_cb_settings" msgid="9021266457863671070">"Výstražné zprávy (bezdrátové)"</string>
-    <string name="sms_cb_sender_name_default" msgid="972946539768958828">"Výstražné zprávy (bezdrátové)"</string>
-    <string name="sms_cb_sender_name_presidential" msgid="5302753979711319380">"Výstražné zprávy (bezdrátové)"</string>
-    <string name="sms_cb_sender_name_emergency" msgid="2937067842997478965">"Výstražné zprávy (bezdrátové)"</string>
+    <string name="app_label" msgid="2008319089248760277">"Bezdrátové výstražné zprávy"</string>
+    <string name="sms_cb_settings" msgid="9021266457863671070">"Bezdrátové výstražné zprávy"</string>
+    <string name="sms_cb_sender_name_default" msgid="972946539768958828">"Bezdrátové výstražné zprávy"</string>
+    <string name="sms_cb_sender_name_presidential" msgid="5302753979711319380">"Bezdrátové výstražné zprávy"</string>
+    <string name="sms_cb_sender_name_emergency" msgid="2937067842997478965">"Bezdrátové výstražné zprávy"</string>
     <string name="sms_cb_sender_name_public_safety" msgid="5230033387708907922">"Informační oznámení"</string>
     <string name="cell_broadcast_settings_not_available" msgid="3908142962162375221">"Nastavení bezdrátových výstražných zpráv nejsou pro tohoto uživatele dostupná"</string>
     <string name="button_dismiss" msgid="1234221657930516287">"OK"</string>
@@ -149,7 +149,7 @@
     <item msgid="3863339891188103437">"Každých 15 minut"</item>
     <item msgid="7388573183644474611">"Nikdy"</item>
   </string-array>
-    <string name="emergency_alert_settings_title_watches" msgid="4477073412799894883">"Výstražné zprávy (bezdrátové)"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="4477073412799894883">"Bezdrátové výstražné zprávy"</string>
     <string name="enable_cmas_presidential_alerts_title" msgid="7293800023375154256">"Upozornění od prezidenta"</string>
     <string name="enable_cmas_presidential_alerts_summary" msgid="7900094335808247024">"Celostátní výstražné zprávy vydané prezidentem. Tuto funkci nelze vypnout."</string>
     <string name="receive_cmas_in_second_language_title" msgid="1223260365527361964"></string>
diff --git a/res/values-da/strings.xml b/res/values-da/strings.xml
index 4aa9962..ee4ee2b 100644
--- a/res/values-da/strings.xml
+++ b/res/values-da/strings.xml
@@ -62,7 +62,7 @@
     <string name="notification_channel_settings_updates" msgid="6779759372516475085">"De automatiske indstillinger for det trådløse advarselssystem skifter afhængigt af SIM-kortet"</string>
     <string name="enable_alerts_master_toggle_title" msgid="1457904343636699446">"Tillad nødalarmer"</string>
     <string name="enable_alerts_master_toggle_summary" msgid="5583168548073938617">"Få notifikationer om mobilbaseret varsling"</string>
-    <string name="alert_reminder_interval_title" msgid="3283595202268218149">"Alarm for påmindelse"</string>
+    <string name="alert_reminder_interval_title" msgid="3283595202268218149">"Påmindelse om alarm"</string>
     <string name="enable_alert_speech_title" msgid="8052104771053526941">"Læs advarselsmeddelelser op"</string>
     <string name="enable_alert_speech_summary" msgid="2855629032890937297">"Få oplæst beskeder fra mobilbaseret varsling"</string>
     <string name="alert_reminder_dialog_title" msgid="2299010977651377315">"Der afspilles en påmindelseslyd i normal lydstyrke"</string>
@@ -163,7 +163,7 @@
     <string name="message_serial_number" msgid="3386553658712978964">"Serienummer:"</string>
     <string name="data_coding_scheme" msgid="4628901196730870577">"Datakodningsskema:"</string>
     <string name="message_content" msgid="6204502929879474632">"Meddelelsens indhold:"</string>
-    <string name="location_check_time" msgid="4105326161240531207">"Tidspunkt for placeringstjek:"</string>
+    <string name="location_check_time" msgid="4105326161240531207">"Tidspunkt for lokationstjek:"</string>
     <string name="message_displayed" msgid="5091678195925617971">"Beskeden blev vist:"</string>
     <string name="message_coordinates" msgid="356333576818059052">"Koordinater:"</string>
     <string name="maximum_waiting_time" msgid="3504809124079381356">"Maksimal ventetid:"</string>
diff --git a/res/values-de/strings.xml b/res/values-de/strings.xml
index dd88b27..a9fd8d0 100644
--- a/res/values-de/strings.xml
+++ b/res/values-de/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="app_label" msgid="2008319089248760277">"Notfallbenachrichtigungen für Mobilgeräte"</string>
-    <string name="sms_cb_settings" msgid="9021266457863671070">"Notfallbenachrichtigungen für Mobilgeräte"</string>
-    <string name="sms_cb_sender_name_default" msgid="972946539768958828">"Notfallbenachrichtigungen für Mobilgeräte"</string>
-    <string name="sms_cb_sender_name_presidential" msgid="5302753979711319380">"Notfallbenachrichtigungen für Mobilgeräte"</string>
-    <string name="sms_cb_sender_name_emergency" msgid="2937067842997478965">"Notfallbenachrichtigungen für Mobilgeräte"</string>
+    <string name="app_label" msgid="2008319089248760277">"Notfallbenachrichtigungen an Mobilgeräte"</string>
+    <string name="sms_cb_settings" msgid="9021266457863671070">"Notfallbenachrichtigungen an Mobilgeräte"</string>
+    <string name="sms_cb_sender_name_default" msgid="972946539768958828">"Notfallbenachrichtigungen an Mobilgeräte"</string>
+    <string name="sms_cb_sender_name_presidential" msgid="5302753979711319380">"Notfallbenachrichtigungen an Mobilgeräte"</string>
+    <string name="sms_cb_sender_name_emergency" msgid="2937067842997478965">"Notfallbenachrichtigungen an Mobilgeräte"</string>
     <string name="sms_cb_sender_name_public_safety" msgid="5230033387708907922">"Benachrichtigung zur Information"</string>
     <string name="cell_broadcast_settings_not_available" msgid="3908142962162375221">"Die Einstellungen für Notfallbenachrichtigungen für Mobilgeräte sind für diesen Nutzer nicht verfügbar"</string>
     <string name="button_dismiss" msgid="1234221657930516287">"Ok"</string>
@@ -149,7 +149,7 @@
     <item msgid="3863339891188103437">"Alle 15 Minuten"</item>
     <item msgid="7388573183644474611">"Nie"</item>
   </string-array>
-    <string name="emergency_alert_settings_title_watches" msgid="4477073412799894883">"Notfallbenachrichtigungen Mobilgeräte"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="4477073412799894883">"Notfallbenachrichtigungen an Mobilgeräte"</string>
     <string name="enable_cmas_presidential_alerts_title" msgid="7293800023375154256">"Warnungen auf höchster Stufe"</string>
     <string name="enable_cmas_presidential_alerts_summary" msgid="7900094335808247024">"Nationale Warnmeldungen auf der höchsten Stufe. Diese Mitteilungen können nicht deaktiviert werden."</string>
     <string name="receive_cmas_in_second_language_title" msgid="1223260365527361964"></string>
diff --git a/res/values-eu/strings.xml b/res/values-eu/strings.xml
index 244d37a..0b1596f 100644
--- a/res/values-eu/strings.xml
+++ b/res/values-eu/strings.xml
@@ -60,7 +60,7 @@
     <string name="notification_channel_emergency_alerts_high_priority" msgid="3937475297436439073">"Ez ikusi egin zaien larrialdi-alertak"</string>
     <string name="notification_channel_broadcast_messages_in_voicecall" msgid="3291001780110813190">"Larrialdien alertak ahots-deietan"</string>
     <string name="notification_channel_settings_updates" msgid="6779759372516475085">"Hari gabeko larrialdi-alerten ezarpenak automatikoki aldatu dira SIMean oinarrituta"</string>
-    <string name="enable_alerts_master_toggle_title" msgid="1457904343636699446">"Baimendu alertak"</string>
+    <string name="enable_alerts_master_toggle_title" msgid="1457904343636699446">"Eman alertak erabiltzeko baimena"</string>
     <string name="enable_alerts_master_toggle_summary" msgid="5583168548073938617">"Jaso hari gabeko larrialdi-alerten jakinarazpenak"</string>
     <string name="alert_reminder_interval_title" msgid="3283595202268218149">"Alerta-egoeraren abisua"</string>
     <string name="enable_alert_speech_title" msgid="8052104771053526941">"Irakurri alerta-mezua ozen"</string>
@@ -166,7 +166,7 @@
     <string name="location_check_time" msgid="4105326161240531207">"Kokapena egiaztatu zen ordua:"</string>
     <string name="message_displayed" msgid="5091678195925617971">"Bistaratu al da mezurik?"</string>
     <string name="message_coordinates" msgid="356333576818059052">"Koordenatuak:"</string>
-    <string name="maximum_waiting_time" msgid="3504809124079381356">"Gehieneko itxarote-denbora:"</string>
+    <string name="maximum_waiting_time" msgid="3504809124079381356">"Gehieneko itxaron-denbora:"</string>
     <string name="seconds" msgid="141450721520515025">"segundo"</string>
     <string name="message_copied" msgid="6922953753733166675">"Kopiatu da mezua"</string>
     <string name="top_intro_default_text" msgid="1922926733152511202"></string>
diff --git a/res/values-fr/strings.xml b/res/values-fr/strings.xml
index 95071a2..be107e6 100644
--- a/res/values-fr/strings.xml
+++ b/res/values-fr/strings.xml
@@ -74,7 +74,7 @@
     <string name="enable_cmas_extreme_threat_alerts_summary" msgid="5832146246627518123">"Menaces extrêmes pour les biens et personnes"</string>
     <string name="enable_cmas_severe_threat_alerts_title" msgid="1066172973703410042">"Menaces graves"</string>
     <string name="enable_cmas_severe_threat_alerts_summary" msgid="5292443310309039223">"Menaces graves pour les biens et personnes"</string>
-    <string name="enable_cmas_amber_alerts_title" msgid="1475030503498979651">"Alertes Enlèvement"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="1475030503498979651">"Alertes enlèvement"</string>
     <string name="enable_cmas_amber_alerts_summary" msgid="4495233280416889667">"Bulletins d\'urgence relatifs aux enlèvements d\'enfants"</string>
     <string name="enable_alert_message_title" msgid="2939830587633599352">"Messages d\'alerte"</string>
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"Recevoir des avertissements relatifs aux menaces de sécurité imminentes"</string>
diff --git a/res/values-hi/strings.xml b/res/values-hi/strings.xml
index e317445..5f95471 100644
--- a/res/values-hi/strings.xml
+++ b/res/values-hi/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>
diff --git a/res/values-in/strings.xml b/res/values-in/strings.xml
index dbb5951..a9c7d18 100644
--- a/res/values-in/strings.xml
+++ b/res/values-in/strings.xml
@@ -135,7 +135,7 @@
     <string name="notification_multiple" msgid="5121978148152124860">"<xliff:g id="COUNT">%s</xliff:g> peringatan belum dibaca."</string>
     <string name="notification_multiple_title" msgid="1523638925739947855">"Peringatan baru"</string>
     <string name="show_cmas_opt_out_summary" msgid="6926059266585295440">"Tunjukkan dialog menolak ikut serta setelah notifikasi pertama tampil (selain Notifikasi Presidensial)."</string>
-    <string name="show_cmas_opt_out_title" msgid="9182104842820171132">"Tunjukkan dialog menolak ikut serta"</string>
+    <string name="show_cmas_opt_out_title" msgid="9182104842820171132">"Tunjukkan dialog pilihan tidak ikut"</string>
     <string name="cmas_opt_out_dialog_text" msgid="4820577535626084938">"Saat ini Anda menerima peringatan darurat nirkabel. Ingin terus menerima peringatan darurat nirkabel?"</string>
     <string name="cmas_opt_out_button_yes" msgid="7248930667195432936">"Ya"</string>
     <string name="cmas_opt_out_button_no" msgid="3110484064328538553">"Tidak"</string>
diff --git a/res/values-it/strings.xml b/res/values-it/strings.xml
index 73bbf69..19b5bcc 100644
--- a/res/values-it/strings.xml
+++ b/res/values-it/strings.xml
@@ -54,20 +54,20 @@
     <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_alerts_title" msgid="6605036374197485429">"Allerte"</string>
+    <string name="emergency_alerts_title" msgid="6605036374197485429">"Avvisi"</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_title" msgid="1457904343636699446">"Consenti avvisi"</string>
     <string name="enable_alerts_master_toggle_summary" msgid="5583168548073938617">"Ricevi notifiche per allerte wireless di emergenza"</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="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>
+    <string name="alert_preferences_title" msgid="6001469026393248468">"Preferenze per gli avvisi"</string>
     <string name="enable_etws_test_alerts_title" msgid="3593533226735441539">"Trasmissioni di prova ETWS"</string>
     <string name="enable_etws_test_alerts_summary" msgid="8746155402612927306">"Trasmissioni di prova per il sistema di avviso tsunami e terremoto"</string>
     <string name="enable_cmas_extreme_threat_alerts_title" msgid="5416260219062637770">"Minacce estreme"</string>
diff --git a/res/values-ja/strings.xml b/res/values-ja/strings.xml
index 7709d01..2500d28 100644
--- a/res/values-ja/strings.xml
+++ b/res/values-ja/strings.xml
@@ -87,7 +87,7 @@
     <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>
diff --git a/res/values-kk/strings.xml b/res/values-kk/strings.xml
index bc9f409..e08e130 100644
--- a/res/values-kk/strings.xml
+++ b/res/values-kk/strings.xml
@@ -19,7 +19,7 @@
     <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_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>
@@ -139,7 +139,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 name="action_delete" msgid="7435661404543945861">"Жою"</string>
     <string name="action_detail_info" msgid="8486524382178381810">"Мәліметтерді көрсету"</string>
   <string-array name="alert_reminder_interval_entries">
diff --git a/res/values-kn/strings.xml b/res/values-kn/strings.xml
index 14ba5b0..df1b0ba 100644
--- a/res/values-kn/strings.xml
+++ b/res/values-kn/strings.xml
@@ -21,7 +21,7 @@
     <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="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>
@@ -162,7 +162,7 @@
     <string name="message_identifier" msgid="5558338496219327850">"ಗುರುತಿಸುವಿಕೆ:"</string>
     <string name="message_serial_number" msgid="3386553658712978964">"ಕ್ರಮ ಸಂಖ್ಯೆ:"</string>
     <string name="data_coding_scheme" msgid="4628901196730870577">"ಡೇಟಾ ಕೋಡಿಂಗ್ ಸ್ಕೀಮ್:"</string>
-    <string name="message_content" msgid="6204502929879474632">"ಸಂದೇಶದ ವಿಷಯ:"</string>
+    <string name="message_content" msgid="6204502929879474632">"ಸಂದೇಶದ ಕಂಟೆಂಟ್‍:"</string>
     <string name="location_check_time" msgid="4105326161240531207">"ಸ್ಥಳ ಪರಿಶೀಲನೆಯ ಸಮಯ:"</string>
     <string name="message_displayed" msgid="5091678195925617971">"ಸಂದೇಶವನ್ನು ಪ್ರದರ್ಶಿಸಲಾಗಿದೆ:"</string>
     <string name="message_coordinates" msgid="356333576818059052">"ನಿರ್ದೇಶಾಂಕಗಳು:"</string>
diff --git a/res/values-mcc001-ur/strings.xml b/res/values-mcc001-ur/strings.xml
index 5c2061f..fa54951 100644
--- a/res/values-mcc001-ur/strings.xml
+++ b/res/values-mcc001-ur/strings.xml
@@ -17,5 +17,5 @@
 <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>
+    <string name="receive_cmas_in_second_language_summary" msgid="2747100010816713897">"ممکن ہونے پر ہسپانوی میں ایمرجنسی الرٹس موصول کریں"</string>
 </resources>
diff --git a/res/values-mcc202-fa/strings.xml b/res/values-mcc202-fa/strings.xml
index f5ca11a..ae6f1ec 100644
--- a/res/values-mcc202-fa/strings.xml
+++ b/res/values-mcc202-fa/strings.xml
@@ -18,8 +18,8 @@
     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_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-mcc208-fa/strings.xml b/res/values-mcc208-fa/strings.xml
index f2bc277..8fb7fac 100644
--- a/res/values-mcc208-fa/strings.xml
+++ b/res/values-mcc208-fa/strings.xml
@@ -17,8 +17,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="7877341103742233094">"هشدار فرانسه: هشدار دولتی"</string>
-    <string name="cmas_extreme_alert" msgid="2584151399464241888">"هشدار فرانسه: هشدار بسیار جدی"</string>
-    <string name="cmas_severe_alert" msgid="9149520947951402872">"هشدار فرانسه: هشدار شدید"</string>
+    <string name="cmas_extreme_alert" msgid="2584151399464241888">"هشدار فرانسه: هشدار شدید"</string>
+    <string name="cmas_severe_alert" msgid="9149520947951402872">"هشدار فرانسه: هشدار جدی"</string>
     <string name="public_safety_message" msgid="5860178069821018697">"هشدار فرانسه: اخطار"</string>
     <string name="cmas_amber_alert" msgid="6428083238223852662">"هشدار فرانسه : هشدار آدم‌ربایی"</string>
     <string name="cmas_required_monthly_test" msgid="3216225136685938963">"آزمایش هشدار فرانسه"</string>
diff --git a/res/values-mcc219-af/strings.xml b/res/values-mcc219-af/strings.xml
new file mode 100644
index 0000000..843464d
--- /dev/null
+++ b/res/values-mcc219-af/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+  -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- no translation found for cmas_extreme_alert (448557479410805515) -->
+    <skip />
+    <!-- no translation found for cmas_severe_alert (4519502975421544731) -->
+    <skip />
+    <!-- no translation found for cmas_exercise_alert (2339965271952259304) -->
+    <skip />
+    <!-- no translation found for public_safety_message (8396277903711285288) -->
+    <skip />
+    <!-- no translation found for emergency_alert (4547863206232257947) -->
+    <skip />
+    <!-- no translation found for state_local_test_alert (1130036880854851130) -->
+    <skip />
+    <string name="enable_cmas_presidential_alerts_title" msgid="3534852322578108211">"Noodalarm"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="8576288857704383650">"Uiterste gevaar"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1832317443314951890">"Beduidende gevaar"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="7436837874014559921">"Vermiste persoon"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="6042593731810177621">"Seluitsendingtoets"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1231668381853354024">"EU-oefening"</string>
+    <string name="enable_public_safety_messages_title" msgid="6862686863231116574">"Gevaarinligting"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="1943277306183523272">"Inligting"</string>
+    <string name="enable_emergency_alerts_message_summary" msgid="971537902040466940">"Inligtingboodskappe"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="5010586946959105408">"Toetswaarskuwing"</string>
+    <string name="enable_operator_defined_test_alerts_title" msgid="3362963120884373036">"EU Reserved"</string>
+</resources>
diff --git a/res/values-mcc219-am/strings.xml b/res/values-mcc219-am/strings.xml
new file mode 100644
index 0000000..f8223b6
--- /dev/null
+++ b/res/values-mcc219-am/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+  -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- no translation found for cmas_extreme_alert (448557479410805515) -->
+    <skip />
+    <!-- no translation found for cmas_severe_alert (4519502975421544731) -->
+    <skip />
+    <!-- no translation found for cmas_exercise_alert (2339965271952259304) -->
+    <skip />
+    <!-- no translation found for public_safety_message (8396277903711285288) -->
+    <skip />
+    <!-- no translation found for emergency_alert (4547863206232257947) -->
+    <skip />
+    <!-- no translation found for state_local_test_alert (1130036880854851130) -->
+    <skip />
+    <string name="enable_cmas_presidential_alerts_title" msgid="3534852322578108211">"የድንገተኛ አደጋ ማንቂያ"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="8576288857704383650">"ከፍተኛ አደጋ"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1832317443314951890">"ጉልህ የሆነ አደጋ"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="7436837874014559921">"የጠፋ ሰው"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="6042593731810177621">"የተንቀሳቃሽ ስልክ ስርጭት ሙከራ"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1231668381853354024">"የአህ ልምምድ"</string>
+    <string name="enable_public_safety_messages_title" msgid="6862686863231116574">"የአደጋ መረጃ"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="1943277306183523272">"መረጃ"</string>
+    <string name="enable_emergency_alerts_message_summary" msgid="971537902040466940">"የመረጃ መልዕክቶች"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="5010586946959105408">"የሙከራ ማስጠንቀቂያ"</string>
+    <string name="enable_operator_defined_test_alerts_title" msgid="3362963120884373036">"ለአህ የተያዘ ቦታ"</string>
+</resources>
diff --git a/res/values-mcc219-ar/strings.xml b/res/values-mcc219-ar/strings.xml
new file mode 100644
index 0000000..f53bbed
--- /dev/null
+++ b/res/values-mcc219-ar/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+  -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- no translation found for cmas_extreme_alert (448557479410805515) -->
+    <skip />
+    <!-- no translation found for cmas_severe_alert (4519502975421544731) -->
+    <skip />
+    <!-- no translation found for cmas_exercise_alert (2339965271952259304) -->
+    <skip />
+    <!-- no translation found for public_safety_message (8396277903711285288) -->
+    <skip />
+    <!-- no translation found for emergency_alert (4547863206232257947) -->
+    <skip />
+    <!-- no translation found for state_local_test_alert (1130036880854851130) -->
+    <skip />
+    <string name="enable_cmas_presidential_alerts_title" msgid="3534852322578108211">"إنذار طوارئ"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="8576288857704383650">"خطر محدق"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1832317443314951890">"خطر كبير"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="7436837874014559921">"شخص مفقود"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="6042593731810177621">"اختبار بث خلوي"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1231668381853354024">"‏رسائل EU-Exercise لخدمة الإنذارات العامة الأوروبية"</string>
+    <string name="enable_public_safety_messages_title" msgid="6862686863231116574">"معلومات الخطر"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="1943277306183523272">"معلومات"</string>
+    <string name="enable_emergency_alerts_message_summary" msgid="971537902040466940">"رسائل المعلومات"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="5010586946959105408">"تحذير تجريبي"</string>
+    <string name="enable_operator_defined_test_alerts_title" msgid="3362963120884373036">"‏رسائل EU-Reserved لخدمة الإنذارات العامة الأوروبية"</string>
+</resources>
diff --git a/res/values-mcc219-as/strings.xml b/res/values-mcc219-as/strings.xml
new file mode 100644
index 0000000..14798e6
--- /dev/null
+++ b/res/values-mcc219-as/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+  -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- no translation found for cmas_extreme_alert (448557479410805515) -->
+    <skip />
+    <!-- no translation found for cmas_severe_alert (4519502975421544731) -->
+    <skip />
+    <!-- no translation found for cmas_exercise_alert (2339965271952259304) -->
+    <skip />
+    <!-- no translation found for public_safety_message (8396277903711285288) -->
+    <skip />
+    <!-- no translation found for emergency_alert (4547863206232257947) -->
+    <skip />
+    <!-- no translation found for state_local_test_alert (1130036880854851130) -->
+    <skip />
+    <string name="enable_cmas_presidential_alerts_title" msgid="3534852322578108211">"জৰুৰীকালীন এলাৰ্ম"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="8576288857704383650">"অত্যধিক বিপদ"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1832317443314951890">"উল্লেখযোগ্য বিপদ"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="7436837874014559921">"হেৰুওৱা লোক"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="6042593731810177621">"চেল সম্প্ৰচাৰৰ পৰীক্ষা"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1231668381853354024">"ই.ইউ.ৰ অনুশীলন"</string>
+    <string name="enable_public_safety_messages_title" msgid="6862686863231116574">"বিপদৰ তথ্য"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="1943277306183523272">"তথ্য"</string>
+    <string name="enable_emergency_alerts_message_summary" msgid="971537902040466940">"তথ্যৰ বাৰ্তা"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="5010586946959105408">"পৰীক্ষামূলক সকীয়নি"</string>
+    <string name="enable_operator_defined_test_alerts_title" msgid="3362963120884373036">"ই.ইউ.ৰ সংৰক্ষিত"</string>
+</resources>
diff --git a/res/values-mcc219-az/strings.xml b/res/values-mcc219-az/strings.xml
new file mode 100644
index 0000000..7bde9ac
--- /dev/null
+++ b/res/values-mcc219-az/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+  -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- no translation found for cmas_extreme_alert (448557479410805515) -->
+    <skip />
+    <!-- no translation found for cmas_severe_alert (4519502975421544731) -->
+    <skip />
+    <!-- no translation found for cmas_exercise_alert (2339965271952259304) -->
+    <skip />
+    <!-- no translation found for public_safety_message (8396277903711285288) -->
+    <skip />
+    <!-- no translation found for emergency_alert (4547863206232257947) -->
+    <skip />
+    <!-- no translation found for state_local_test_alert (1130036880854851130) -->
+    <skip />
+    <string name="enable_cmas_presidential_alerts_title" msgid="3534852322578108211">"Fövqəladə Hal Siqnalı"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="8576288857704383650">"Yüksək təhlükə"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1832317443314951890">"Ciddi təhlükə"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="7436837874014559921">"İtən şəxs"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="6042593731810177621">"Şəbəkə yayımı testi"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1231668381853354024">"Aİ təcrübəsi"</string>
+    <string name="enable_public_safety_messages_title" msgid="6862686863231116574">"Təhlükə məlumatı"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="1943277306183523272">"Məlumat"</string>
+    <string name="enable_emergency_alerts_message_summary" msgid="971537902040466940">"Məlumat mesajları"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="5010586946959105408">"Test xəbərdarlığı"</string>
+    <string name="enable_operator_defined_test_alerts_title" msgid="3362963120884373036">"Aİ tərəfindən təminat verilib"</string>
+</resources>
diff --git a/res/values-mcc219-b+sr+Latn/strings.xml b/res/values-mcc219-b+sr+Latn/strings.xml
new file mode 100644
index 0000000..33a8414
--- /dev/null
+++ b/res/values-mcc219-b+sr+Latn/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+  -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- no translation found for cmas_extreme_alert (448557479410805515) -->
+    <skip />
+    <!-- no translation found for cmas_severe_alert (4519502975421544731) -->
+    <skip />
+    <!-- no translation found for cmas_exercise_alert (2339965271952259304) -->
+    <skip />
+    <!-- no translation found for public_safety_message (8396277903711285288) -->
+    <skip />
+    <!-- no translation found for emergency_alert (4547863206232257947) -->
+    <skip />
+    <!-- no translation found for state_local_test_alert (1130036880854851130) -->
+    <skip />
+    <string name="enable_cmas_presidential_alerts_title" msgid="3534852322578108211">"Uzbuna"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="8576288857704383650">"Ekstremna opasnost"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1832317443314951890">"Značajna opasnost"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="7436837874014559921">"Nestala osoba"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="6042593731810177621">"Testiranje poruka za mobilne uređaje na lokalitetu"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1231668381853354024">"EU vežba"</string>
+    <string name="enable_public_safety_messages_title" msgid="6862686863231116574">"Informacije o opasnosti"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="1943277306183523272">"Informacije"</string>
+    <string name="enable_emergency_alerts_message_summary" msgid="971537902040466940">"Poruke sa informacijama"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="5010586946959105408">"Test upozorenje"</string>
+    <string name="enable_operator_defined_test_alerts_title" msgid="3362963120884373036">"Samo za EU"</string>
+</resources>
diff --git a/res/values-mcc219-be/strings.xml b/res/values-mcc219-be/strings.xml
new file mode 100644
index 0000000..b3c9e70
--- /dev/null
+++ b/res/values-mcc219-be/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+  -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- no translation found for cmas_extreme_alert (448557479410805515) -->
+    <skip />
+    <!-- no translation found for cmas_severe_alert (4519502975421544731) -->
+    <skip />
+    <!-- no translation found for cmas_exercise_alert (2339965271952259304) -->
+    <skip />
+    <!-- no translation found for public_safety_message (8396277903711285288) -->
+    <skip />
+    <!-- no translation found for emergency_alert (4547863206232257947) -->
+    <skip />
+    <!-- no translation found for state_local_test_alert (1130036880854851130) -->
+    <skip />
+    <string name="enable_cmas_presidential_alerts_title" msgid="3534852322578108211">"Экстранны сігнал"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="8576288857704383650">"Экстрэмальная небяспека"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1832317443314951890">"Істотная небяспека"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="7436837874014559921">"Чалавек прапаў без вестак"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="6042593731810177621">"Праверка сотавай трансляцыі"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1231668381853354024">"Вучэнні ў краінах ЕС"</string>
+    <string name="enable_public_safety_messages_title" msgid="6862686863231116574">"Інфармацыя пра небяспеку"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="1943277306183523272">"Інфармацыя"</string>
+    <string name="enable_emergency_alerts_message_summary" msgid="971537902040466940">"Інфармацыйныя паведамленні"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="5010586946959105408">"Папярэджанне аб праверцы"</string>
+    <string name="enable_operator_defined_test_alerts_title" msgid="3362963120884373036">"Зарэзервавана ЕС"</string>
+</resources>
diff --git a/res/values-mcc219-bg/strings.xml b/res/values-mcc219-bg/strings.xml
new file mode 100644
index 0000000..be9a2bc
--- /dev/null
+++ b/res/values-mcc219-bg/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+  -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- no translation found for cmas_extreme_alert (448557479410805515) -->
+    <skip />
+    <!-- no translation found for cmas_severe_alert (4519502975421544731) -->
+    <skip />
+    <!-- no translation found for cmas_exercise_alert (2339965271952259304) -->
+    <skip />
+    <!-- no translation found for public_safety_message (8396277903711285288) -->
+    <skip />
+    <!-- no translation found for emergency_alert (4547863206232257947) -->
+    <skip />
+    <!-- no translation found for state_local_test_alert (1130036880854851130) -->
+    <skip />
+    <string name="enable_cmas_presidential_alerts_title" msgid="3534852322578108211">"Аварийна аларма"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="8576288857704383650">"Изключителна опасност"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1832317443314951890">"Значителна опасност"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="7436837874014559921">"Човек в неизвестност"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="6042593731810177621">"Тестване на клетъчното излъчване"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1231668381853354024">"Тренировка за ЕС"</string>
+    <string name="enable_public_safety_messages_title" msgid="6862686863231116574">"Информация за опасността"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="1943277306183523272">"Информация"</string>
+    <string name="enable_emergency_alerts_message_summary" msgid="971537902040466940">"Информационни съобщения"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="5010586946959105408">"Тестово предупреждение"</string>
+    <string name="enable_operator_defined_test_alerts_title" msgid="3362963120884373036">"Запазено за ЕС"</string>
+</resources>
diff --git a/res/values-mcc219-bn/strings.xml b/res/values-mcc219-bn/strings.xml
new file mode 100644
index 0000000..7a3bc68
--- /dev/null
+++ b/res/values-mcc219-bn/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+  -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- no translation found for cmas_extreme_alert (448557479410805515) -->
+    <skip />
+    <!-- no translation found for cmas_severe_alert (4519502975421544731) -->
+    <skip />
+    <!-- no translation found for cmas_exercise_alert (2339965271952259304) -->
+    <skip />
+    <!-- no translation found for public_safety_message (8396277903711285288) -->
+    <skip />
+    <!-- no translation found for emergency_alert (4547863206232257947) -->
+    <skip />
+    <!-- no translation found for state_local_test_alert (1130036880854851130) -->
+    <skip />
+    <string name="enable_cmas_presidential_alerts_title" msgid="3534852322578108211">"ইমার্জেন্সি অ্যালার্ম"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="8576288857704383650">"চরম বিপদ"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1832317443314951890">"সাংঘাতিক বিপদ"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="7436837874014559921">"নিখোঁজ ব্যক্তি"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="6042593731810177621">"সেল ব্রডকাস্ট-এর পরীক্ষা"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1231668381853354024">"ইউরোপীয় ইউনিয়নের পদ্ধতি"</string>
+    <string name="enable_public_safety_messages_title" msgid="6862686863231116574">"বিপদ সম্পর্কিত তথ্য"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="1943277306183523272">"তথ্য"</string>
+    <string name="enable_emergency_alerts_message_summary" msgid="971537902040466940">"তথ্য সংক্রান্ত মেসেজ"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="5010586946959105408">"পরীক্ষা সম্পর্কে সতর্কতা"</string>
+    <string name="enable_operator_defined_test_alerts_title" msgid="3362963120884373036">"ইউরোপীয় ইউনিয়নের মাধ্যমে সংরক্ষিত"</string>
+</resources>
diff --git a/res/values-mcc219-bs/strings.xml b/res/values-mcc219-bs/strings.xml
new file mode 100644
index 0000000..ff9a03d
--- /dev/null
+++ b/res/values-mcc219-bs/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+  -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- no translation found for cmas_extreme_alert (448557479410805515) -->
+    <skip />
+    <!-- no translation found for cmas_severe_alert (4519502975421544731) -->
+    <skip />
+    <!-- no translation found for cmas_exercise_alert (2339965271952259304) -->
+    <skip />
+    <!-- no translation found for public_safety_message (8396277903711285288) -->
+    <skip />
+    <!-- no translation found for emergency_alert (4547863206232257947) -->
+    <skip />
+    <!-- no translation found for state_local_test_alert (1130036880854851130) -->
+    <skip />
+    <string name="enable_cmas_presidential_alerts_title" msgid="3534852322578108211">"Hitni alarm"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="8576288857704383650">"Ekstremna opasnost"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1832317443314951890">"Značajna opasnost"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="7436837874014559921">"Nestala osoba"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="6042593731810177621">"Cell Broadcast Test"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1231668381853354024">"Vježba na području EU-a"</string>
+    <string name="enable_public_safety_messages_title" msgid="6862686863231116574">"Informacije o opasnosti"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="1943277306183523272">"Informacije"</string>
+    <string name="enable_emergency_alerts_message_summary" msgid="971537902040466940">"Informativne poruke"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="5010586946959105408">"Testno upozorenje"</string>
+    <string name="enable_operator_defined_test_alerts_title" msgid="3362963120884373036">"Ograničeno na EU"</string>
+</resources>
diff --git a/res/values-mcc219-ca/strings.xml b/res/values-mcc219-ca/strings.xml
new file mode 100644
index 0000000..2f5423c
--- /dev/null
+++ b/res/values-mcc219-ca/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+  -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- no translation found for cmas_extreme_alert (448557479410805515) -->
+    <skip />
+    <!-- no translation found for cmas_severe_alert (4519502975421544731) -->
+    <skip />
+    <!-- no translation found for cmas_exercise_alert (2339965271952259304) -->
+    <skip />
+    <!-- no translation found for public_safety_message (8396277903711285288) -->
+    <skip />
+    <!-- no translation found for emergency_alert (4547863206232257947) -->
+    <skip />
+    <!-- no translation found for state_local_test_alert (1130036880854851130) -->
+    <skip />
+    <string name="enable_cmas_presidential_alerts_title" msgid="3534852322578108211">"Alarma d\'emergència"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="8576288857704383650">"Perill extrem"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1832317443314951890">"Perill significatiu"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="7436837874014559921">"Persona desapareguda"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="6042593731810177621">"Prova de difusió mòbil"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1231668381853354024">"Exercici de la UE"</string>
+    <string name="enable_public_safety_messages_title" msgid="6862686863231116574">"Informació sobre perills"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="1943277306183523272">"Informació"</string>
+    <string name="enable_emergency_alerts_message_summary" msgid="971537902040466940">"Missatges d\'informació"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="5010586946959105408">"Advertiment de prova"</string>
+    <string name="enable_operator_defined_test_alerts_title" msgid="3362963120884373036">"Reservat per a la UE"</string>
+</resources>
diff --git a/res/values-mcc219-cs/strings.xml b/res/values-mcc219-cs/strings.xml
new file mode 100644
index 0000000..982ca21
--- /dev/null
+++ b/res/values-mcc219-cs/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+  -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- no translation found for cmas_extreme_alert (448557479410805515) -->
+    <skip />
+    <!-- no translation found for cmas_severe_alert (4519502975421544731) -->
+    <skip />
+    <!-- no translation found for cmas_exercise_alert (2339965271952259304) -->
+    <skip />
+    <!-- no translation found for public_safety_message (8396277903711285288) -->
+    <skip />
+    <!-- no translation found for emergency_alert (4547863206232257947) -->
+    <skip />
+    <!-- no translation found for state_local_test_alert (1130036880854851130) -->
+    <skip />
+    <string name="enable_cmas_presidential_alerts_title" msgid="3534852322578108211">"Poplach"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="8576288857704383650">"Extrémní nebezpečí"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1832317443314951890">"Silné nebezpečí"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="7436837874014559921">"Pohřešovaná osoba"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="6042593731810177621">"Test zpráv informačních služeb"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1231668381853354024">"Cvičení v EU"</string>
+    <string name="enable_public_safety_messages_title" msgid="6862686863231116574">"Informace o riziku"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="1943277306183523272">"Informace"</string>
+    <string name="enable_emergency_alerts_message_summary" msgid="971537902040466940">"Informační zprávy"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="5010586946959105408">"Testovací upozornění"</string>
+    <string name="enable_operator_defined_test_alerts_title" msgid="3362963120884373036">"Vyhrazeno pro EU"</string>
+</resources>
diff --git a/res/values-mcc219-da/strings.xml b/res/values-mcc219-da/strings.xml
new file mode 100644
index 0000000..23e1211
--- /dev/null
+++ b/res/values-mcc219-da/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+  -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- no translation found for cmas_extreme_alert (448557479410805515) -->
+    <skip />
+    <!-- no translation found for cmas_severe_alert (4519502975421544731) -->
+    <skip />
+    <!-- no translation found for cmas_exercise_alert (2339965271952259304) -->
+    <skip />
+    <!-- no translation found for public_safety_message (8396277903711285288) -->
+    <skip />
+    <!-- no translation found for emergency_alert (4547863206232257947) -->
+    <skip />
+    <!-- no translation found for state_local_test_alert (1130036880854851130) -->
+    <skip />
+    <string name="enable_cmas_presidential_alerts_title" msgid="3534852322578108211">"Nødalarm"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="8576288857704383650">"Ekstrem fare"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1832317443314951890">"Betydelig fare"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="7436837874014559921">"Savnet person"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="6042593731810177621">"Test af Cell Broadcast"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1231668381853354024">"EU-øvelse"</string>
+    <string name="enable_public_safety_messages_title" msgid="6862686863231116574">"Fareoplysninger"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="1943277306183523272">"Oplysninger"</string>
+    <string name="enable_emergency_alerts_message_summary" msgid="971537902040466940">"Meddelelser med oplysninger"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="5010586946959105408">"Testadvarsel"</string>
+    <string name="enable_operator_defined_test_alerts_title" msgid="3362963120884373036">"Reserveret til EU"</string>
+</resources>
diff --git a/res/values-mcc219-de/strings.xml b/res/values-mcc219-de/strings.xml
new file mode 100644
index 0000000..1e972b6
--- /dev/null
+++ b/res/values-mcc219-de/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+  -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- no translation found for cmas_extreme_alert (448557479410805515) -->
+    <skip />
+    <!-- no translation found for cmas_severe_alert (4519502975421544731) -->
+    <skip />
+    <!-- no translation found for cmas_exercise_alert (2339965271952259304) -->
+    <skip />
+    <!-- no translation found for public_safety_message (8396277903711285288) -->
+    <skip />
+    <!-- no translation found for emergency_alert (4547863206232257947) -->
+    <skip />
+    <!-- no translation found for state_local_test_alert (1130036880854851130) -->
+    <skip />
+    <string name="enable_cmas_presidential_alerts_title" msgid="3534852322578108211">"Notfallalarm"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="8576288857704383650">"Extreme Gefahr"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1832317443314951890">"Große Gefahr"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="7436837874014559921">"Vermisste Person"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="6042593731810177621">"Cell Broadcast Test"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1231668381853354024">"EU-Übung"</string>
+    <string name="enable_public_safety_messages_title" msgid="6862686863231116574">"Gefahreninformationen"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="1943277306183523272">"Informationen"</string>
+    <string name="enable_emergency_alerts_message_summary" msgid="971537902040466940">"Benachrichtigungen über Informationen"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="5010586946959105408">"Testwarnung"</string>
+    <string name="enable_operator_defined_test_alerts_title" msgid="3362963120884373036">"EU Reserved"</string>
+</resources>
diff --git a/res/values-mcc219-el/strings.xml b/res/values-mcc219-el/strings.xml
new file mode 100644
index 0000000..cfd8b38
--- /dev/null
+++ b/res/values-mcc219-el/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+  -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- no translation found for cmas_extreme_alert (448557479410805515) -->
+    <skip />
+    <!-- no translation found for cmas_severe_alert (4519502975421544731) -->
+    <skip />
+    <!-- no translation found for cmas_exercise_alert (2339965271952259304) -->
+    <skip />
+    <!-- no translation found for public_safety_message (8396277903711285288) -->
+    <skip />
+    <!-- no translation found for emergency_alert (4547863206232257947) -->
+    <skip />
+    <!-- no translation found for state_local_test_alert (1130036880854851130) -->
+    <skip />
+    <string name="enable_cmas_presidential_alerts_title" msgid="3534852322578108211">"Συναγερμός έκτακτης ανάγκης"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="8576288857704383650">"Ακραίος κίνδυνος"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1832317443314951890">"Σημαντικός κίνδυνος"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="7436837874014559921">"Αγνοούμενος"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="6042593731810177621">"Δοκιμή εκπομπής κινητής τηλεφωνίας"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1231668381853354024">"Άσκηση ΕΕ"</string>
+    <string name="enable_public_safety_messages_title" msgid="6862686863231116574">"Πληροφορία για κίνδυνο"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="1943277306183523272">"Πληροφορίες"</string>
+    <string name="enable_emergency_alerts_message_summary" msgid="971537902040466940">"Πληροφοριακά μηνύματα"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="5010586946959105408">"Προειδοποίηση δοκιμής"</string>
+    <string name="enable_operator_defined_test_alerts_title" msgid="3362963120884373036">"Δέσμευση για ΕΕ"</string>
+</resources>
diff --git a/res/values-mcc219-en-rAU/strings.xml b/res/values-mcc219-en-rAU/strings.xml
new file mode 100644
index 0000000..ef7d8df
--- /dev/null
+++ b/res/values-mcc219-en-rAU/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+  -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- no translation found for cmas_extreme_alert (448557479410805515) -->
+    <skip />
+    <!-- no translation found for cmas_severe_alert (4519502975421544731) -->
+    <skip />
+    <!-- no translation found for cmas_exercise_alert (2339965271952259304) -->
+    <skip />
+    <!-- no translation found for public_safety_message (8396277903711285288) -->
+    <skip />
+    <!-- no translation found for emergency_alert (4547863206232257947) -->
+    <skip />
+    <!-- no translation found for state_local_test_alert (1130036880854851130) -->
+    <skip />
+    <string name="enable_cmas_presidential_alerts_title" msgid="3534852322578108211">"Emergency Alarm"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="8576288857704383650">"Extreme Danger"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1832317443314951890">"Significant Danger"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="7436837874014559921">"Missing person"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="6042593731810177621">"Cell Broadcast Test"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1231668381853354024">"EU Exercise"</string>
+    <string name="enable_public_safety_messages_title" msgid="6862686863231116574">"Hazard Information"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="1943277306183523272">"Information"</string>
+    <string name="enable_emergency_alerts_message_summary" msgid="971537902040466940">"Information messages"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="5010586946959105408">"Test Warning"</string>
+    <string name="enable_operator_defined_test_alerts_title" msgid="3362963120884373036">"EU Reserved"</string>
+</resources>
diff --git a/res/values-mcc219-en-rCA/strings.xml b/res/values-mcc219-en-rCA/strings.xml
new file mode 100644
index 0000000..ef7d8df
--- /dev/null
+++ b/res/values-mcc219-en-rCA/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+  -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- no translation found for cmas_extreme_alert (448557479410805515) -->
+    <skip />
+    <!-- no translation found for cmas_severe_alert (4519502975421544731) -->
+    <skip />
+    <!-- no translation found for cmas_exercise_alert (2339965271952259304) -->
+    <skip />
+    <!-- no translation found for public_safety_message (8396277903711285288) -->
+    <skip />
+    <!-- no translation found for emergency_alert (4547863206232257947) -->
+    <skip />
+    <!-- no translation found for state_local_test_alert (1130036880854851130) -->
+    <skip />
+    <string name="enable_cmas_presidential_alerts_title" msgid="3534852322578108211">"Emergency Alarm"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="8576288857704383650">"Extreme Danger"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1832317443314951890">"Significant Danger"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="7436837874014559921">"Missing person"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="6042593731810177621">"Cell Broadcast Test"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1231668381853354024">"EU Exercise"</string>
+    <string name="enable_public_safety_messages_title" msgid="6862686863231116574">"Hazard Information"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="1943277306183523272">"Information"</string>
+    <string name="enable_emergency_alerts_message_summary" msgid="971537902040466940">"Information messages"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="5010586946959105408">"Test Warning"</string>
+    <string name="enable_operator_defined_test_alerts_title" msgid="3362963120884373036">"EU Reserved"</string>
+</resources>
diff --git a/res/values-mcc219-en-rGB/strings.xml b/res/values-mcc219-en-rGB/strings.xml
new file mode 100644
index 0000000..ef7d8df
--- /dev/null
+++ b/res/values-mcc219-en-rGB/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+  -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- no translation found for cmas_extreme_alert (448557479410805515) -->
+    <skip />
+    <!-- no translation found for cmas_severe_alert (4519502975421544731) -->
+    <skip />
+    <!-- no translation found for cmas_exercise_alert (2339965271952259304) -->
+    <skip />
+    <!-- no translation found for public_safety_message (8396277903711285288) -->
+    <skip />
+    <!-- no translation found for emergency_alert (4547863206232257947) -->
+    <skip />
+    <!-- no translation found for state_local_test_alert (1130036880854851130) -->
+    <skip />
+    <string name="enable_cmas_presidential_alerts_title" msgid="3534852322578108211">"Emergency Alarm"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="8576288857704383650">"Extreme Danger"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1832317443314951890">"Significant Danger"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="7436837874014559921">"Missing person"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="6042593731810177621">"Cell Broadcast Test"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1231668381853354024">"EU Exercise"</string>
+    <string name="enable_public_safety_messages_title" msgid="6862686863231116574">"Hazard Information"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="1943277306183523272">"Information"</string>
+    <string name="enable_emergency_alerts_message_summary" msgid="971537902040466940">"Information messages"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="5010586946959105408">"Test Warning"</string>
+    <string name="enable_operator_defined_test_alerts_title" msgid="3362963120884373036">"EU Reserved"</string>
+</resources>
diff --git a/res/values-mcc219-en-rIN/strings.xml b/res/values-mcc219-en-rIN/strings.xml
new file mode 100644
index 0000000..ef7d8df
--- /dev/null
+++ b/res/values-mcc219-en-rIN/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+  -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- no translation found for cmas_extreme_alert (448557479410805515) -->
+    <skip />
+    <!-- no translation found for cmas_severe_alert (4519502975421544731) -->
+    <skip />
+    <!-- no translation found for cmas_exercise_alert (2339965271952259304) -->
+    <skip />
+    <!-- no translation found for public_safety_message (8396277903711285288) -->
+    <skip />
+    <!-- no translation found for emergency_alert (4547863206232257947) -->
+    <skip />
+    <!-- no translation found for state_local_test_alert (1130036880854851130) -->
+    <skip />
+    <string name="enable_cmas_presidential_alerts_title" msgid="3534852322578108211">"Emergency Alarm"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="8576288857704383650">"Extreme Danger"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1832317443314951890">"Significant Danger"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="7436837874014559921">"Missing person"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="6042593731810177621">"Cell Broadcast Test"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1231668381853354024">"EU Exercise"</string>
+    <string name="enable_public_safety_messages_title" msgid="6862686863231116574">"Hazard Information"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="1943277306183523272">"Information"</string>
+    <string name="enable_emergency_alerts_message_summary" msgid="971537902040466940">"Information messages"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="5010586946959105408">"Test Warning"</string>
+    <string name="enable_operator_defined_test_alerts_title" msgid="3362963120884373036">"EU Reserved"</string>
+</resources>
diff --git a/res/values-mcc219-en-rXC/strings.xml b/res/values-mcc219-en-rXC/strings.xml
new file mode 100644
index 0000000..06371f6
--- /dev/null
+++ b/res/values-mcc219-en-rXC/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+  -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- no translation found for cmas_extreme_alert (448557479410805515) -->
+    <skip />
+    <!-- no translation found for cmas_severe_alert (4519502975421544731) -->
+    <skip />
+    <!-- no translation found for cmas_exercise_alert (2339965271952259304) -->
+    <skip />
+    <!-- no translation found for public_safety_message (8396277903711285288) -->
+    <skip />
+    <!-- no translation found for emergency_alert (4547863206232257947) -->
+    <skip />
+    <!-- no translation found for state_local_test_alert (1130036880854851130) -->
+    <skip />
+    <string name="enable_cmas_presidential_alerts_title" msgid="3534852322578108211">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‏‎‏‏‎‎‎‏‎‎‎‎‏‏‏‎‎‏‎‏‎‎‎‏‎‏‏‏‎‏‎‏‎‏‏‏‏‏‎‎‏‎‏‏‏‎‏‏‏‎‎‎‏‏‏‏‎‎‏‏‎‎‏‏‎Emergency Alarm‎‏‎‎‏‎"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="8576288857704383650">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‏‏‏‏‏‎‏‏‏‎‎‎‎‎‏‎‏‎‎‎‏‏‎‎‏‎‏‎‎‎‏‏‎‏‏‏‎‎‏‏‎‏‎‎‏‏‏‎‎‎‏‎‎‎‏‎‎‏‎‏‎‎‎‏‎‎Extreme Danger‎‏‎‎‏‎"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1832317443314951890">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‎‏‏‏‎‎‏‎‏‏‎‏‏‎‏‏‎‏‏‎‎‏‏‎‎‎‎‎‎‎‏‏‎‏‏‎‏‎‎‏‎‎‎‏‎‏‎‎‎‏‎‎‏‏‎‏‏‎‏‎‎‏‎‎Significant Danger‎‏‎‎‏‎"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="7436837874014559921">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‏‏‏‏‎‎‏‏‏‎‎‏‏‎‏‎‎‏‏‏‏‎‏‎‎‏‎‏‎‎‏‎‎‏‏‏‏‎‏‎‎‏‏‎‎‏‏‏‏‎‎‎‏‏‏‏‎‏‎‏‏‎‎‎‏‎Missing person‎‏‎‎‏‎"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="6042593731810177621">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‏‏‏‎‏‎‎‏‏‏‏‎‏‏‎‏‏‏‎‎‏‏‎‏‎‏‏‏‏‏‎‏‏‏‏‏‎‏‎‏‎‏‎‎‎‏‏‎‎‎‎‏‏‎‎‏‎‎‏‎‏‎‏‎‏‎Cell Broadcast Test‎‏‎‎‏‎"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1231668381853354024">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‎‏‏‎‎‎‏‎‎‎‏‎‏‏‏‏‏‎‎‎‎‏‏‏‏‎‏‏‏‏‎‎‎‎‏‏‏‎‏‎‏‏‏‎‎‏‏‎‎‎‎‏‎‎‎‎‎‏‎‏‎‎‎‎EU Exercise‎‏‎‎‏‎"</string>
+    <string name="enable_public_safety_messages_title" msgid="6862686863231116574">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‏‏‏‎‏‏‏‏‏‎‎‏‏‏‏‎‏‎‎‏‎‏‎‎‏‎‏‎‏‎‏‏‏‏‎‎‎‏‏‏‏‏‎‏‎‎‎‎‏‎‏‏‎‎‏‎‏‎‎‎‏‏‏‏‎‎Hazard Information‎‏‎‎‏‎"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="1943277306183523272">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‎‏‏‏‎‏‎‏‏‏‏‎‏‏‏‏‏‏‎‏‎‎‎‎‏‏‎‏‎‎‏‏‏‏‏‏‏‏‏‎‎‏‎‎‏‎‏‏‎‎‏‏‎‏‏‏‏‎‎‏‎‎‎‎Information‎‏‎‎‏‎"</string>
+    <string name="enable_emergency_alerts_message_summary" msgid="971537902040466940">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‎‎‏‏‎‏‎‏‏‏‏‎‏‏‏‎‎‏‏‎‎‎‏‎‎‏‎‎‏‏‎‎‎‏‎‎‎‎‏‏‏‏‎‎‏‏‎‏‎‎‎‏‎‏‏‏‏‏‏‏‎‎‎Information messages‎‏‎‎‏‎"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="5010586946959105408">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‏‏‏‎‎‎‏‎‏‏‎‎‎‏‎‎‏‎‎‏‎‏‏‏‎‎‏‎‎‎‏‏‏‏‏‏‏‎‎‎‏‏‎‏‏‎‏‎‎‏‏‎‏‏‏‎‏‏‎‎‎‎‎‎‎‎Test Warning‎‏‎‎‏‎"</string>
+    <string name="enable_operator_defined_test_alerts_title" msgid="3362963120884373036">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‏‎‏‎‏‏‏‎‏‎‏‎‏‎‏‏‏‎‏‎‎‏‎‏‎‎‏‎‎‏‎‎‎‎‎‎‎‏‎‏‎‎‎‎‏‏‎‏‎‏‎‏‎‏‏‎‎‎‏‎‏‏‎‎‎EU Reserved‎‏‎‎‏‎"</string>
+</resources>
diff --git a/res/values-mcc219-es-rUS/strings.xml b/res/values-mcc219-es-rUS/strings.xml
new file mode 100644
index 0000000..c98d045
--- /dev/null
+++ b/res/values-mcc219-es-rUS/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+  -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- no translation found for cmas_extreme_alert (448557479410805515) -->
+    <skip />
+    <!-- no translation found for cmas_severe_alert (4519502975421544731) -->
+    <skip />
+    <!-- no translation found for cmas_exercise_alert (2339965271952259304) -->
+    <skip />
+    <!-- no translation found for public_safety_message (8396277903711285288) -->
+    <skip />
+    <!-- no translation found for emergency_alert (4547863206232257947) -->
+    <skip />
+    <!-- no translation found for state_local_test_alert (1130036880854851130) -->
+    <skip />
+    <string name="enable_cmas_presidential_alerts_title" msgid="3534852322578108211">"Alarma de emergencia"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="8576288857704383650">"Peligro extremo"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1832317443314951890">"Peligro significativo"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="7436837874014559921">"Persona desaparecida"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="6042593731810177621">"Prueba de emisión móvil"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1231668381853354024">"Ejercicio de la UE"</string>
+    <string name="enable_public_safety_messages_title" msgid="6862686863231116574">"Información sobre peligros"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="1943277306183523272">"Información"</string>
+    <string name="enable_emergency_alerts_message_summary" msgid="971537902040466940">"Mensajes de información"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="5010586946959105408">"Advertencia de prueba"</string>
+    <string name="enable_operator_defined_test_alerts_title" msgid="3362963120884373036">"Reservado para la UE"</string>
+</resources>
diff --git a/res/values-mcc219-es/strings.xml b/res/values-mcc219-es/strings.xml
new file mode 100644
index 0000000..e09503d
--- /dev/null
+++ b/res/values-mcc219-es/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+  -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- no translation found for cmas_extreme_alert (448557479410805515) -->
+    <skip />
+    <!-- no translation found for cmas_severe_alert (4519502975421544731) -->
+    <skip />
+    <!-- no translation found for cmas_exercise_alert (2339965271952259304) -->
+    <skip />
+    <!-- no translation found for public_safety_message (8396277903711285288) -->
+    <skip />
+    <!-- no translation found for emergency_alert (4547863206232257947) -->
+    <skip />
+    <!-- no translation found for state_local_test_alert (1130036880854851130) -->
+    <skip />
+    <string name="enable_cmas_presidential_alerts_title" msgid="3534852322578108211">"Alarma de emergencia"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="8576288857704383650">"Peligro extremo"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1832317443314951890">"Peligro significativo"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="7436837874014559921">"Persona desaparecida"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="6042593731810177621">"Prueba de difusión móvil"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1231668381853354024">"Ejercicio de la UE"</string>
+    <string name="enable_public_safety_messages_title" msgid="6862686863231116574">"Información sobre peligros"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="1943277306183523272">"Información"</string>
+    <string name="enable_emergency_alerts_message_summary" msgid="971537902040466940">"Mensajes de información"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="5010586946959105408">"Advertencia de prueba"</string>
+    <string name="enable_operator_defined_test_alerts_title" msgid="3362963120884373036">"Reservado para la UE"</string>
+</resources>
diff --git a/res/values-mcc219-et/strings.xml b/res/values-mcc219-et/strings.xml
new file mode 100644
index 0000000..66aa97a
--- /dev/null
+++ b/res/values-mcc219-et/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+  -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- no translation found for cmas_extreme_alert (448557479410805515) -->
+    <skip />
+    <!-- no translation found for cmas_severe_alert (4519502975421544731) -->
+    <skip />
+    <!-- no translation found for cmas_exercise_alert (2339965271952259304) -->
+    <skip />
+    <!-- no translation found for public_safety_message (8396277903711285288) -->
+    <skip />
+    <!-- no translation found for emergency_alert (4547863206232257947) -->
+    <skip />
+    <!-- no translation found for state_local_test_alert (1130036880854851130) -->
+    <skip />
+    <string name="enable_cmas_presidential_alerts_title" msgid="3534852322578108211">"Hädaolukorra alarm"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="8576288857704383650">"Ekstreemne oht"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1832317443314951890">"Märkimisväärne oht"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="7436837874014559921">"Kadunud inimene"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="6042593731810177621">"Kärjeteate test"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1231668381853354024">"EL-i harjutus"</string>
+    <string name="enable_public_safety_messages_title" msgid="6862686863231116574">"Ohuteave"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="1943277306183523272">"Teave"</string>
+    <string name="enable_emergency_alerts_message_summary" msgid="971537902040466940">"Teabesõnumid"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="5010586946959105408">"Testhoiatus"</string>
+    <string name="enable_operator_defined_test_alerts_title" msgid="3362963120884373036">"EL-i reserveeritud"</string>
+</resources>
diff --git a/res/values-mcc219-eu/strings.xml b/res/values-mcc219-eu/strings.xml
new file mode 100644
index 0000000..6ddf5a8
--- /dev/null
+++ b/res/values-mcc219-eu/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+  -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- no translation found for cmas_extreme_alert (448557479410805515) -->
+    <skip />
+    <!-- no translation found for cmas_severe_alert (4519502975421544731) -->
+    <skip />
+    <!-- no translation found for cmas_exercise_alert (2339965271952259304) -->
+    <skip />
+    <!-- no translation found for public_safety_message (8396277903711285288) -->
+    <skip />
+    <!-- no translation found for emergency_alert (4547863206232257947) -->
+    <skip />
+    <!-- no translation found for state_local_test_alert (1130036880854851130) -->
+    <skip />
+    <string name="enable_cmas_presidential_alerts_title" msgid="3534852322578108211">"Larrialdi-alarma"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="8576288857704383650">"Muturreko arriskua"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1832317443314951890">"Arrisku handia"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="7436837874014559921">"Desagertutako pertsona"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="6042593731810177621">"Sare mugikor bidezko igorpenen proba"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1231668381853354024">"Europar Batasuna (egikaritzea)"</string>
+    <string name="enable_public_safety_messages_title" msgid="6862686863231116574">"Arriskuari buruzko informazioa"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="1943277306183523272">"Informazioa"</string>
+    <string name="enable_emergency_alerts_message_summary" msgid="971537902040466940">"Informazio-mezuak"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="5010586946959105408">"Probako abisua"</string>
+    <string name="enable_operator_defined_test_alerts_title" msgid="3362963120884373036">"Europar Batasuna (mugatuta)"</string>
+</resources>
diff --git a/res/values-mcc219-fa/strings.xml b/res/values-mcc219-fa/strings.xml
new file mode 100644
index 0000000..3960a2b
--- /dev/null
+++ b/res/values-mcc219-fa/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+  -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- no translation found for cmas_extreme_alert (448557479410805515) -->
+    <skip />
+    <!-- no translation found for cmas_severe_alert (4519502975421544731) -->
+    <skip />
+    <!-- no translation found for cmas_exercise_alert (2339965271952259304) -->
+    <skip />
+    <!-- no translation found for public_safety_message (8396277903711285288) -->
+    <skip />
+    <!-- no translation found for emergency_alert (4547863206232257947) -->
+    <skip />
+    <!-- no translation found for state_local_test_alert (1130036880854851130) -->
+    <skip />
+    <string name="enable_cmas_presidential_alerts_title" msgid="3534852322578108211">"هشدار اضطراری"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="8576288857704383650">"خطر بسیار جدی"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1832317443314951890">"خطر قابل‌توجه"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="7436837874014559921">"شخص گم‌شده"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="6042593731810177621">"آزمایش پخش سلولی"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1231668381853354024">"تمرین اتحادیه اروپا"</string>
+    <string name="enable_public_safety_messages_title" msgid="6862686863231116574">"اطلاعات خطر"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="1943277306183523272">"اطلاعات"</string>
+    <string name="enable_emergency_alerts_message_summary" msgid="971537902040466940">"پیام‌های اطلاع‌رسانی"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="5010586946959105408">"هشدار آزمایشی"</string>
+    <string name="enable_operator_defined_test_alerts_title" msgid="3362963120884373036">"ویژه اتحادیه اروپا"</string>
+</resources>
diff --git a/res/values-mcc219-fi/strings.xml b/res/values-mcc219-fi/strings.xml
new file mode 100644
index 0000000..4f3b562
--- /dev/null
+++ b/res/values-mcc219-fi/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+  -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- no translation found for cmas_extreme_alert (448557479410805515) -->
+    <skip />
+    <!-- no translation found for cmas_severe_alert (4519502975421544731) -->
+    <skip />
+    <!-- no translation found for cmas_exercise_alert (2339965271952259304) -->
+    <skip />
+    <!-- no translation found for public_safety_message (8396277903711285288) -->
+    <skip />
+    <!-- no translation found for emergency_alert (4547863206232257947) -->
+    <skip />
+    <!-- no translation found for state_local_test_alert (1130036880854851130) -->
+    <skip />
+    <string name="enable_cmas_presidential_alerts_title" msgid="3534852322578108211">"Hätätilahälytys"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="8576288857704383650">"Äärimmäisen vaarallista"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1832317443314951890">"Erittäin vaarallista"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="7436837874014559921">"Kadonnut henkilö"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="6042593731810177621">"Solulähetyksen testaaminen"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1231668381853354024">"EU-harjoitus"</string>
+    <string name="enable_public_safety_messages_title" msgid="6862686863231116574">"Vaaratiedot"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="1943277306183523272">"Tiedot"</string>
+    <string name="enable_emergency_alerts_message_summary" msgid="971537902040466940">"Ilmoitusviestit"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="5010586946959105408">"Testivaroitus"</string>
+    <string name="enable_operator_defined_test_alerts_title" msgid="3362963120884373036">"Varattu EU:lle"</string>
+</resources>
diff --git a/res/values-mcc219-fr-rCA/strings.xml b/res/values-mcc219-fr-rCA/strings.xml
new file mode 100644
index 0000000..3d0f195
--- /dev/null
+++ b/res/values-mcc219-fr-rCA/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+  -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- no translation found for cmas_extreme_alert (448557479410805515) -->
+    <skip />
+    <!-- no translation found for cmas_severe_alert (4519502975421544731) -->
+    <skip />
+    <!-- no translation found for cmas_exercise_alert (2339965271952259304) -->
+    <skip />
+    <!-- no translation found for public_safety_message (8396277903711285288) -->
+    <skip />
+    <!-- no translation found for emergency_alert (4547863206232257947) -->
+    <skip />
+    <!-- no translation found for state_local_test_alert (1130036880854851130) -->
+    <skip />
+    <string name="enable_cmas_presidential_alerts_title" msgid="3534852322578108211">"Alarme d\'urgence"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="8576288857704383650">"Danger extrême"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1832317443314951890">"Danger important"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="7436837874014559921">"Personne portée disparue"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="6042593731810177621">"Test de diffusion de cellule"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1231668381853354024">"Exercice de l\'UE"</string>
+    <string name="enable_public_safety_messages_title" msgid="6862686863231116574">"Renseignements sur les dangers"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="1943277306183523272">"Renseignements"</string>
+    <string name="enable_emergency_alerts_message_summary" msgid="971537902040466940">"Messages de renseignements"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="5010586946959105408">"Avertissement d\'essai"</string>
+    <string name="enable_operator_defined_test_alerts_title" msgid="3362963120884373036">"Réservé à l\'UE"</string>
+</resources>
diff --git a/res/values-mcc219-fr/strings.xml b/res/values-mcc219-fr/strings.xml
new file mode 100644
index 0000000..b12fde7
--- /dev/null
+++ b/res/values-mcc219-fr/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+  -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- no translation found for cmas_extreme_alert (448557479410805515) -->
+    <skip />
+    <!-- no translation found for cmas_severe_alert (4519502975421544731) -->
+    <skip />
+    <!-- no translation found for cmas_exercise_alert (2339965271952259304) -->
+    <skip />
+    <!-- no translation found for public_safety_message (8396277903711285288) -->
+    <skip />
+    <!-- no translation found for emergency_alert (4547863206232257947) -->
+    <skip />
+    <!-- no translation found for state_local_test_alert (1130036880854851130) -->
+    <skip />
+    <string name="enable_cmas_presidential_alerts_title" msgid="3534852322578108211">"Alerte d\'urgence"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="8576288857704383650">"Danger extrême"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1832317443314951890">"Danger majeur"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="7436837874014559921">"Personne disparue"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="6042593731810177621">"Test de diffusion cellulaire"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1231668381853354024">"Exercice de l\'UE"</string>
+    <string name="enable_public_safety_messages_title" msgid="6862686863231116574">"Informations relatives à un danger"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="1943277306183523272">"Informations"</string>
+    <string name="enable_emergency_alerts_message_summary" msgid="971537902040466940">"Messages d\'information"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="5010586946959105408">"Avertissement relatif à un test"</string>
+    <string name="enable_operator_defined_test_alerts_title" msgid="3362963120884373036">"EU-Réservé"</string>
+</resources>
diff --git a/res/values-mcc219-gl/strings.xml b/res/values-mcc219-gl/strings.xml
new file mode 100644
index 0000000..82fc5d9
--- /dev/null
+++ b/res/values-mcc219-gl/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+  -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- no translation found for cmas_extreme_alert (448557479410805515) -->
+    <skip />
+    <!-- no translation found for cmas_severe_alert (4519502975421544731) -->
+    <skip />
+    <!-- no translation found for cmas_exercise_alert (2339965271952259304) -->
+    <skip />
+    <!-- no translation found for public_safety_message (8396277903711285288) -->
+    <skip />
+    <!-- no translation found for emergency_alert (4547863206232257947) -->
+    <skip />
+    <!-- no translation found for state_local_test_alert (1130036880854851130) -->
+    <skip />
+    <string name="enable_cmas_presidential_alerts_title" msgid="3534852322578108211">"Alarma de emerxencia"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="8576288857704383650">"Perigo extremo"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1832317443314951890">"Perigo considerable"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="7436837874014559921">"Persoa desaparecida"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="6042593731810177621">"Proba de difusión móbil"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1231668381853354024">"Exercicio da UE"</string>
+    <string name="enable_public_safety_messages_title" msgid="6862686863231116574">"Información sobre perigos"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="1943277306183523272">"Información"</string>
+    <string name="enable_emergency_alerts_message_summary" msgid="971537902040466940">"Mensaxes informativas"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="5010586946959105408">"Advertencia de proba"</string>
+    <string name="enable_operator_defined_test_alerts_title" msgid="3362963120884373036">"Reservado para a UE"</string>
+</resources>
diff --git a/res/values-mcc219-gu/strings.xml b/res/values-mcc219-gu/strings.xml
new file mode 100644
index 0000000..2a1ee41
--- /dev/null
+++ b/res/values-mcc219-gu/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+  -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- no translation found for cmas_extreme_alert (448557479410805515) -->
+    <skip />
+    <!-- no translation found for cmas_severe_alert (4519502975421544731) -->
+    <skip />
+    <!-- no translation found for cmas_exercise_alert (2339965271952259304) -->
+    <skip />
+    <!-- no translation found for public_safety_message (8396277903711285288) -->
+    <skip />
+    <!-- no translation found for emergency_alert (4547863206232257947) -->
+    <skip />
+    <!-- no translation found for state_local_test_alert (1130036880854851130) -->
+    <skip />
+    <string name="enable_cmas_presidential_alerts_title" msgid="3534852322578108211">"ઇમર્જન્સી અલાર્મ"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="8576288857704383650">"ભારે જોખમ"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1832317443314951890">"નોંધપાત્ર જોખમ"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="7436837874014559921">"ખોવાયેલી વ્યક્તિ"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="6042593731810177621">"સેલ બ્રોડકાસ્ટનું પરીક્ષણ"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1231668381853354024">"EU પદ્ધતિ"</string>
+    <string name="enable_public_safety_messages_title" msgid="6862686863231116574">"જોખમ સંબંધિત માહિતી"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="1943277306183523272">"માહિતી"</string>
+    <string name="enable_emergency_alerts_message_summary" msgid="971537902040466940">"માહિતીના મેસેજ"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="5010586946959105408">"પરીક્ષણ માટેની ચેતવણી"</string>
+    <string name="enable_operator_defined_test_alerts_title" msgid="3362963120884373036">"EU માટે આરક્ષિત"</string>
+</resources>
diff --git a/res/values-mcc219-hi/strings.xml b/res/values-mcc219-hi/strings.xml
new file mode 100644
index 0000000..2cce520
--- /dev/null
+++ b/res/values-mcc219-hi/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+  -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- no translation found for cmas_extreme_alert (448557479410805515) -->
+    <skip />
+    <!-- no translation found for cmas_severe_alert (4519502975421544731) -->
+    <skip />
+    <!-- no translation found for cmas_exercise_alert (2339965271952259304) -->
+    <skip />
+    <!-- no translation found for public_safety_message (8396277903711285288) -->
+    <skip />
+    <!-- no translation found for emergency_alert (4547863206232257947) -->
+    <skip />
+    <!-- no translation found for state_local_test_alert (1130036880854851130) -->
+    <skip />
+    <string name="enable_cmas_presidential_alerts_title" msgid="3534852322578108211">"आपातकालीन अलार्म"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="8576288857704383650">"बहुत ज़्यादा खतरा"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1832317443314951890">"ज़्यादा खतरा"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="7436837874014559921">"गुमशुदा व्यक्ति"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="6042593731810177621">"सेल ब्रॉडकास्ट की जांच"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1231668381853354024">"ईयू की एक्सरसाइज़"</string>
+    <string name="enable_public_safety_messages_title" msgid="6862686863231116574">"खतरे के बारे में जानकारी"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="1943277306183523272">"जानकारी"</string>
+    <string name="enable_emergency_alerts_message_summary" msgid="971537902040466940">"जानकारी देने वाले मैसेज"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="5010586946959105408">"जांच के बारे में चेतावनी"</string>
+    <string name="enable_operator_defined_test_alerts_title" msgid="3362963120884373036">"ईयू के लिए रिज़र्व किया गया"</string>
+</resources>
diff --git a/res/values-mcc219-hr/strings.xml b/res/values-mcc219-hr/strings.xml
new file mode 100644
index 0000000..ff9a03d
--- /dev/null
+++ b/res/values-mcc219-hr/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+  -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- no translation found for cmas_extreme_alert (448557479410805515) -->
+    <skip />
+    <!-- no translation found for cmas_severe_alert (4519502975421544731) -->
+    <skip />
+    <!-- no translation found for cmas_exercise_alert (2339965271952259304) -->
+    <skip />
+    <!-- no translation found for public_safety_message (8396277903711285288) -->
+    <skip />
+    <!-- no translation found for emergency_alert (4547863206232257947) -->
+    <skip />
+    <!-- no translation found for state_local_test_alert (1130036880854851130) -->
+    <skip />
+    <string name="enable_cmas_presidential_alerts_title" msgid="3534852322578108211">"Hitni alarm"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="8576288857704383650">"Ekstremna opasnost"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1832317443314951890">"Značajna opasnost"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="7436837874014559921">"Nestala osoba"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="6042593731810177621">"Cell Broadcast Test"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1231668381853354024">"Vježba na području EU-a"</string>
+    <string name="enable_public_safety_messages_title" msgid="6862686863231116574">"Informacije o opasnosti"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="1943277306183523272">"Informacije"</string>
+    <string name="enable_emergency_alerts_message_summary" msgid="971537902040466940">"Informativne poruke"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="5010586946959105408">"Testno upozorenje"</string>
+    <string name="enable_operator_defined_test_alerts_title" msgid="3362963120884373036">"Ograničeno na EU"</string>
+</resources>
diff --git a/res/values-mcc219-hu/strings.xml b/res/values-mcc219-hu/strings.xml
new file mode 100644
index 0000000..e49c802
--- /dev/null
+++ b/res/values-mcc219-hu/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+  -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- no translation found for cmas_extreme_alert (448557479410805515) -->
+    <skip />
+    <!-- no translation found for cmas_severe_alert (4519502975421544731) -->
+    <skip />
+    <!-- no translation found for cmas_exercise_alert (2339965271952259304) -->
+    <skip />
+    <!-- no translation found for public_safety_message (8396277903711285288) -->
+    <skip />
+    <!-- no translation found for emergency_alert (4547863206232257947) -->
+    <skip />
+    <!-- no translation found for state_local_test_alert (1130036880854851130) -->
+    <skip />
+    <string name="enable_cmas_presidential_alerts_title" msgid="3534852322578108211">"Sürgősségi riasztás"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="8576288857704383650">"Rendkívüli veszély"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1832317443314951890">"Komoly veszély"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="7436837874014559921">"Eltűnt személy"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="6042593731810177621">"Cellán belüli üzenetszórás tesztje"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1231668381853354024">"EU-gyakorlat"</string>
+    <string name="enable_public_safety_messages_title" msgid="6862686863231116574">"Veszélyre vonatkozó információk"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="1943277306183523272">"Információ"</string>
+    <string name="enable_emergency_alerts_message_summary" msgid="971537902040466940">"Tájékoztató üzenetek"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="5010586946959105408">"Tesztfigyelmeztetés"</string>
+    <string name="enable_operator_defined_test_alerts_title" msgid="3362963120884373036">"EU számára fenntartott"</string>
+</resources>
diff --git a/res/values-mcc219-hy/strings.xml b/res/values-mcc219-hy/strings.xml
new file mode 100644
index 0000000..591b4c7
--- /dev/null
+++ b/res/values-mcc219-hy/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+  -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- no translation found for cmas_extreme_alert (448557479410805515) -->
+    <skip />
+    <!-- no translation found for cmas_severe_alert (4519502975421544731) -->
+    <skip />
+    <!-- no translation found for cmas_exercise_alert (2339965271952259304) -->
+    <skip />
+    <!-- no translation found for public_safety_message (8396277903711285288) -->
+    <skip />
+    <!-- no translation found for emergency_alert (4547863206232257947) -->
+    <skip />
+    <!-- no translation found for state_local_test_alert (1130036880854851130) -->
+    <skip />
+    <string name="enable_cmas_presidential_alerts_title" msgid="3534852322578108211">"Վթարային ազդանշան"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="8576288857704383650">"Ծայրահեղ վտանգ"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1832317443314951890">"Զգալի վտանգ"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="7436837874014559921">"Անհետ կորած անձ"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="6042593731810177621">"Բջջային հեռարձակման փորձարկում"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1231668381853354024">"Եվրամիության վարժանք"</string>
+    <string name="enable_public_safety_messages_title" msgid="6862686863231116574">"Վտանգի մասին տեղեկություններ"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="1943277306183523272">"Տեղեկություններ"</string>
+    <string name="enable_emergency_alerts_message_summary" msgid="971537902040466940">"Տեղեկատվական հաղորդագրություններ"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="5010586946959105408">"Փորձնական նախազգուշացում"</string>
+    <string name="enable_operator_defined_test_alerts_title" msgid="3362963120884373036">"Եվրամիության կողմից ամրագրված"</string>
+</resources>
diff --git a/res/values-mcc219-in/strings.xml b/res/values-mcc219-in/strings.xml
new file mode 100644
index 0000000..567a025
--- /dev/null
+++ b/res/values-mcc219-in/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+  -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- no translation found for cmas_extreme_alert (448557479410805515) -->
+    <skip />
+    <!-- no translation found for cmas_severe_alert (4519502975421544731) -->
+    <skip />
+    <!-- no translation found for cmas_exercise_alert (2339965271952259304) -->
+    <skip />
+    <!-- no translation found for public_safety_message (8396277903711285288) -->
+    <skip />
+    <!-- no translation found for emergency_alert (4547863206232257947) -->
+    <skip />
+    <!-- no translation found for state_local_test_alert (1130036880854851130) -->
+    <skip />
+    <string name="enable_cmas_presidential_alerts_title" msgid="3534852322578108211">"Alarm Darurat"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="8576288857704383650">"Bahaya Ekstrem"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1832317443314951890">"Bahaya Signifikan"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="7436837874014559921">"Orang hilang"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="6042593731810177621">"Pengujian Cell Broadcast"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1231668381853354024">"Latihan Uni Eropa"</string>
+    <string name="enable_public_safety_messages_title" msgid="6862686863231116574">"Informasi Bahaya"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="1943277306183523272">"Informasi"</string>
+    <string name="enable_emergency_alerts_message_summary" msgid="971537902040466940">"Pesan informasi"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="5010586946959105408">"Peringatan Pengujian"</string>
+    <string name="enable_operator_defined_test_alerts_title" msgid="3362963120884373036">"EU Reserved"</string>
+</resources>
diff --git a/res/values-mcc219-is/strings.xml b/res/values-mcc219-is/strings.xml
new file mode 100644
index 0000000..801ff57
--- /dev/null
+++ b/res/values-mcc219-is/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+  -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- no translation found for cmas_extreme_alert (448557479410805515) -->
+    <skip />
+    <!-- no translation found for cmas_severe_alert (4519502975421544731) -->
+    <skip />
+    <!-- no translation found for cmas_exercise_alert (2339965271952259304) -->
+    <skip />
+    <!-- no translation found for public_safety_message (8396277903711285288) -->
+    <skip />
+    <!-- no translation found for emergency_alert (4547863206232257947) -->
+    <skip />
+    <!-- no translation found for state_local_test_alert (1130036880854851130) -->
+    <skip />
+    <string name="enable_cmas_presidential_alerts_title" msgid="3534852322578108211">"Neyðarviðvörun"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="8576288857704383650">"Alvarleg hætta"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1832317443314951890">"Umtalsverð hætta"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="7436837874014559921">"Týnd manneskja"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="6042593731810177621">"Prófun endurvarpa"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1231668381853354024">"Æfing ESB"</string>
+    <string name="enable_public_safety_messages_title" msgid="6862686863231116574">"Upplýsingar um hættu"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="1943277306183523272">"Upplýsingar"</string>
+    <string name="enable_emergency_alerts_message_summary" msgid="971537902040466940">"Upplýsingaskilaboð"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="5010586946959105408">"Prufuviðvörun"</string>
+    <string name="enable_operator_defined_test_alerts_title" msgid="3362963120884373036">"Aðeins ESB"</string>
+</resources>
diff --git a/res/values-mcc219-it/strings.xml b/res/values-mcc219-it/strings.xml
new file mode 100644
index 0000000..d27dcd7
--- /dev/null
+++ b/res/values-mcc219-it/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+  -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- no translation found for cmas_extreme_alert (448557479410805515) -->
+    <skip />
+    <!-- no translation found for cmas_severe_alert (4519502975421544731) -->
+    <skip />
+    <!-- no translation found for cmas_exercise_alert (2339965271952259304) -->
+    <skip />
+    <!-- no translation found for public_safety_message (8396277903711285288) -->
+    <skip />
+    <!-- no translation found for emergency_alert (4547863206232257947) -->
+    <skip />
+    <!-- no translation found for state_local_test_alert (1130036880854851130) -->
+    <skip />
+    <string name="enable_cmas_presidential_alerts_title" msgid="3534852322578108211">"Allarme d\'emergenza"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="8576288857704383650">"Pericolo estremo"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1832317443314951890">"Pericolo elevato"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="7436837874014559921">"Persona scomparsa"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="6042593731810177621">"Test cell broadcast"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1231668381853354024">"Prova EU"</string>
+    <string name="enable_public_safety_messages_title" msgid="6862686863231116574">"Informazioni sui pericoli"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="1943277306183523272">"Informazioni"</string>
+    <string name="enable_emergency_alerts_message_summary" msgid="971537902040466940">"Messaggi informativi"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="5010586946959105408">"Avviso di prova"</string>
+    <string name="enable_operator_defined_test_alerts_title" msgid="3362963120884373036">"Solo per UE"</string>
+</resources>
diff --git a/res/values-mcc219-iw/strings.xml b/res/values-mcc219-iw/strings.xml
new file mode 100644
index 0000000..4b73d4c
--- /dev/null
+++ b/res/values-mcc219-iw/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+  -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- no translation found for cmas_extreme_alert (448557479410805515) -->
+    <skip />
+    <!-- no translation found for cmas_severe_alert (4519502975421544731) -->
+    <skip />
+    <!-- no translation found for cmas_exercise_alert (2339965271952259304) -->
+    <skip />
+    <!-- no translation found for public_safety_message (8396277903711285288) -->
+    <skip />
+    <!-- no translation found for emergency_alert (4547863206232257947) -->
+    <skip />
+    <!-- no translation found for state_local_test_alert (1130036880854851130) -->
+    <skip />
+    <string name="enable_cmas_presidential_alerts_title" msgid="3534852322578108211">"התראה על מקרה חירום"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="8576288857704383650">"סכנה קיצונית"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1832317443314951890">"סכנה משמעותית"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="7436837874014559921">"אדם נעדר"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="6042593731810177621">"בדיקת השידור הסלולרי"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1231668381853354024">"תרגיל לאיחוד האירופי"</string>
+    <string name="enable_public_safety_messages_title" msgid="6862686863231116574">"מידע על הסכנה"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="1943277306183523272">"מידע"</string>
+    <string name="enable_emergency_alerts_message_summary" msgid="971537902040466940">"הודעות מידע"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="5010586946959105408">"אזהרת בדיקה"</string>
+    <string name="enable_operator_defined_test_alerts_title" msgid="3362963120884373036">"שמור לאיחוד האירופי"</string>
+</resources>
diff --git a/res/values-mcc219-ja/strings.xml b/res/values-mcc219-ja/strings.xml
new file mode 100644
index 0000000..065b35f
--- /dev/null
+++ b/res/values-mcc219-ja/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+  -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- no translation found for cmas_extreme_alert (448557479410805515) -->
+    <skip />
+    <!-- no translation found for cmas_severe_alert (4519502975421544731) -->
+    <skip />
+    <!-- no translation found for cmas_exercise_alert (2339965271952259304) -->
+    <skip />
+    <!-- no translation found for public_safety_message (8396277903711285288) -->
+    <skip />
+    <!-- no translation found for emergency_alert (4547863206232257947) -->
+    <skip />
+    <!-- no translation found for state_local_test_alert (1130036880854851130) -->
+    <skip />
+    <string name="enable_cmas_presidential_alerts_title" msgid="3534852322578108211">"緊急警報"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="8576288857704383650">"極度の危険"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1832317443314951890">"重大な危険"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="7436837874014559921">"行方不明"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="6042593731810177621">"緊急速報メールのテスト"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1231668381853354024">"EU 演習"</string>
+    <string name="enable_public_safety_messages_title" msgid="6862686863231116574">"ハザード情報"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="1943277306183523272">"情報"</string>
+    <string name="enable_emergency_alerts_message_summary" msgid="971537902040466940">"情報メッセージ"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="5010586946959105408">"警告テスト"</string>
+    <string name="enable_operator_defined_test_alerts_title" msgid="3362963120884373036">"EU 専用"</string>
+</resources>
diff --git a/res/values-mcc219-ka/strings.xml b/res/values-mcc219-ka/strings.xml
new file mode 100644
index 0000000..f18cc01
--- /dev/null
+++ b/res/values-mcc219-ka/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+  -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- no translation found for cmas_extreme_alert (448557479410805515) -->
+    <skip />
+    <!-- no translation found for cmas_severe_alert (4519502975421544731) -->
+    <skip />
+    <!-- no translation found for cmas_exercise_alert (2339965271952259304) -->
+    <skip />
+    <!-- no translation found for public_safety_message (8396277903711285288) -->
+    <skip />
+    <!-- no translation found for emergency_alert (4547863206232257947) -->
+    <skip />
+    <!-- no translation found for state_local_test_alert (1130036880854851130) -->
+    <skip />
+    <string name="enable_cmas_presidential_alerts_title" msgid="3534852322578108211">"ავარიული სიგნალიზაცია"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="8576288857704383650">"უკიდურესი საფრთხე"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1832317443314951890">"მნიშვნელოვანი საფრთხე"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="7436837874014559921">"დაკარგული ადამიანი"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="6042593731810177621">"Cell Broadcast ტესტი"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1231668381853354024">"EU ვარჯიში"</string>
+    <string name="enable_public_safety_messages_title" msgid="6862686863231116574">"საშიში ინფორმაცია"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="1943277306183523272">"ინფორმაცია"</string>
+    <string name="enable_emergency_alerts_message_summary" msgid="971537902040466940">"საინფორმაციო შეტყობინებები"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="5010586946959105408">"სატესტო გაფრთხილება"</string>
+    <string name="enable_operator_defined_test_alerts_title" msgid="3362963120884373036">"ევროკავშირის მიერ რეზერვირებული"</string>
+</resources>
diff --git a/res/values-mcc219-kk/strings.xml b/res/values-mcc219-kk/strings.xml
new file mode 100644
index 0000000..fb19cc7
--- /dev/null
+++ b/res/values-mcc219-kk/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+  -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- no translation found for cmas_extreme_alert (448557479410805515) -->
+    <skip />
+    <!-- no translation found for cmas_severe_alert (4519502975421544731) -->
+    <skip />
+    <!-- no translation found for cmas_exercise_alert (2339965271952259304) -->
+    <skip />
+    <!-- no translation found for public_safety_message (8396277903711285288) -->
+    <skip />
+    <!-- no translation found for emergency_alert (4547863206232257947) -->
+    <skip />
+    <!-- no translation found for state_local_test_alert (1130036880854851130) -->
+    <skip />
+    <string name="enable_cmas_presidential_alerts_title" msgid="3534852322578108211">"Төтенше жағдай дабылы"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="8576288857704383650">"Аса жоғары қауіп"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1832317443314951890">"Жоғары қауіп"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="7436837874014559921">"Адам жоғалған"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="6042593731810177621">"Ұялы таратылым сынағы"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1231668381853354024">"ЕО жаттығуы"</string>
+    <string name="enable_public_safety_messages_title" msgid="6862686863231116574">"Қатер туралы ақпарат"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="1943277306183523272">"Ақпарат"</string>
+    <string name="enable_emergency_alerts_message_summary" msgid="971537902040466940">"Ақпараттық хабарландырулар"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="5010586946959105408">"Сынақ ескерту"</string>
+    <string name="enable_operator_defined_test_alerts_title" msgid="3362963120884373036">"ЕО үшін резервтелген"</string>
+</resources>
diff --git a/res/values-mcc219-km/strings.xml b/res/values-mcc219-km/strings.xml
new file mode 100644
index 0000000..5b5f23f
--- /dev/null
+++ b/res/values-mcc219-km/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+  -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- no translation found for cmas_extreme_alert (448557479410805515) -->
+    <skip />
+    <!-- no translation found for cmas_severe_alert (4519502975421544731) -->
+    <skip />
+    <!-- no translation found for cmas_exercise_alert (2339965271952259304) -->
+    <skip />
+    <!-- no translation found for public_safety_message (8396277903711285288) -->
+    <skip />
+    <!-- no translation found for emergency_alert (4547863206232257947) -->
+    <skip />
+    <!-- no translation found for state_local_test_alert (1130036880854851130) -->
+    <skip />
+    <string name="enable_cmas_presidential_alerts_title" msgid="3534852322578108211">"សំឡេងប្រកាសអាសន្ន"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="8576288857704383650">"គ្រោះថ្នាក់​ធ្ងន់ធ្ងរខ្លាំង"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1832317443314951890">"គ្រោះថ្នាក់​ធ្ងន់ធ្ងរ"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="7436837874014559921">"មនុស្ស​បាត់ខ្លួន"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="6042593731810177621">"ការធ្វើតេស្តការផ្សាយចល័ត"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1231668381853354024">"ការសាកល្បង​របស់ EU"</string>
+    <string name="enable_public_safety_messages_title" msgid="6862686863231116574">"ព័ត៌មាន​អំពី​គ្រោះថ្នាក់"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="1943277306183523272">"ព័ត៌មាន"</string>
+    <string name="enable_emergency_alerts_message_summary" msgid="971537902040466940">"សារផ្ដល់​ព័ត៌មាន"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="5010586946959105408">"ការព្រមាន​អំពី​ការធ្វើតេស្ត"</string>
+    <string name="enable_operator_defined_test_alerts_title" msgid="3362963120884373036">"EU Reserved"</string>
+</resources>
diff --git a/res/values-mcc219-kn/strings.xml b/res/values-mcc219-kn/strings.xml
new file mode 100644
index 0000000..167e8c5
--- /dev/null
+++ b/res/values-mcc219-kn/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+  -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- no translation found for cmas_extreme_alert (448557479410805515) -->
+    <skip />
+    <!-- no translation found for cmas_severe_alert (4519502975421544731) -->
+    <skip />
+    <!-- no translation found for cmas_exercise_alert (2339965271952259304) -->
+    <skip />
+    <!-- no translation found for public_safety_message (8396277903711285288) -->
+    <skip />
+    <!-- no translation found for emergency_alert (4547863206232257947) -->
+    <skip />
+    <!-- no translation found for state_local_test_alert (1130036880854851130) -->
+    <skip />
+    <string name="enable_cmas_presidential_alerts_title" msgid="3534852322578108211">"ಎಮರ್ಜೆನ್ಸಿ ಅಲಾರಂ"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="8576288857704383650">"ತೀವ್ರ ಅಪಾಯ"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1832317443314951890">"ಗಮನಾರ್ಹವಾದ ಅಪಾಯ"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="7436837874014559921">"ಕಾಣೆಯಾದ ವ್ಯಕ್ತಿ"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="6042593731810177621">"ಸೆಲ್ ಪ್ರಸಾರ ಪರೀಕ್ಷೆ"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1231668381853354024">"EUನಿರ್ವಹಣೆ"</string>
+    <string name="enable_public_safety_messages_title" msgid="6862686863231116574">"ಅಪಾಯದ ಮಾಹಿತಿ"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="1943277306183523272">"ಮಾಹಿತಿ"</string>
+    <string name="enable_emergency_alerts_message_summary" msgid="971537902040466940">"ಮಾಹಿತಿ ಸಂದೇಶಗಳು"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="5010586946959105408">"ಪರೀಕ್ಷಾ ಎಚ್ಚರಿಕೆ"</string>
+    <string name="enable_operator_defined_test_alerts_title" msgid="3362963120884373036">"ಯುರೋಪಿಯನ್ ಒಕ್ಕೂಟಗಳಿಗೆ ಕಾಯ್ದಿರಿಸಲಾಗಿದೆ"</string>
+</resources>
diff --git a/res/values-mcc219-ko/strings.xml b/res/values-mcc219-ko/strings.xml
new file mode 100644
index 0000000..f2d7118
--- /dev/null
+++ b/res/values-mcc219-ko/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+  -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- no translation found for cmas_extreme_alert (448557479410805515) -->
+    <skip />
+    <!-- no translation found for cmas_severe_alert (4519502975421544731) -->
+    <skip />
+    <!-- no translation found for cmas_exercise_alert (2339965271952259304) -->
+    <skip />
+    <!-- no translation found for public_safety_message (8396277903711285288) -->
+    <skip />
+    <!-- no translation found for emergency_alert (4547863206232257947) -->
+    <skip />
+    <!-- no translation found for state_local_test_alert (1130036880854851130) -->
+    <skip />
+    <string name="enable_cmas_presidential_alerts_title" msgid="3534852322578108211">"응급 상황 알림"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="8576288857704383650">"긴급한 상황"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1832317443314951890">"심각한 상황"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="7436837874014559921">"실종자"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="6042593731810177621">"셀 브로드캐스트 테스트"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1231668381853354024">"EU 훈련"</string>
+    <string name="enable_public_safety_messages_title" msgid="6862686863231116574">"위험 정보"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="1943277306183523272">"정보"</string>
+    <string name="enable_emergency_alerts_message_summary" msgid="971537902040466940">"정보 메시지"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="5010586946959105408">"테스트 경고"</string>
+    <string name="enable_operator_defined_test_alerts_title" msgid="3362963120884373036">"EU 국가 사업자 전용"</string>
+</resources>
diff --git a/res/values-mcc219-ky/strings.xml b/res/values-mcc219-ky/strings.xml
new file mode 100644
index 0000000..cfbef2a
--- /dev/null
+++ b/res/values-mcc219-ky/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+  -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- no translation found for cmas_extreme_alert (448557479410805515) -->
+    <skip />
+    <!-- no translation found for cmas_severe_alert (4519502975421544731) -->
+    <skip />
+    <!-- no translation found for cmas_exercise_alert (2339965271952259304) -->
+    <skip />
+    <!-- no translation found for public_safety_message (8396277903711285288) -->
+    <skip />
+    <!-- no translation found for emergency_alert (4547863206232257947) -->
+    <skip />
+    <!-- no translation found for state_local_test_alert (1130036880854851130) -->
+    <skip />
+    <string name="enable_cmas_presidential_alerts_title" msgid="3534852322578108211">"Түтүн/Истүү газ сигнализациясы"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="8576288857704383650">"Олуттуу коркунуч"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1832317443314951890">"Маанилүү коркунуч"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="7436837874014559921">"Дайынсыз адам"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="6042593731810177621">"Уюк жөнөтүүлөрүн сыноо"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1231668381853354024">"ЕБ машыгуусу"</string>
+    <string name="enable_public_safety_messages_title" msgid="6862686863231116574">"Коркунуч жөнүндө маалымат"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="1943277306183523272">"Маалымат"</string>
+    <string name="enable_emergency_alerts_message_summary" msgid="971537902040466940">"Маалымат камтылган билдирүүлөр"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="5010586946959105408">"Сынамык эскертүү"</string>
+    <string name="enable_operator_defined_test_alerts_title" msgid="3362963120884373036">"EU Reserved"</string>
+</resources>
diff --git a/res/values-mcc219-lo/strings.xml b/res/values-mcc219-lo/strings.xml
new file mode 100644
index 0000000..3ea2398
--- /dev/null
+++ b/res/values-mcc219-lo/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+  -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- no translation found for cmas_extreme_alert (448557479410805515) -->
+    <skip />
+    <!-- no translation found for cmas_severe_alert (4519502975421544731) -->
+    <skip />
+    <!-- no translation found for cmas_exercise_alert (2339965271952259304) -->
+    <skip />
+    <!-- no translation found for public_safety_message (8396277903711285288) -->
+    <skip />
+    <!-- no translation found for emergency_alert (4547863206232257947) -->
+    <skip />
+    <!-- no translation found for state_local_test_alert (1130036880854851130) -->
+    <skip />
+    <string name="enable_cmas_presidential_alerts_title" msgid="3534852322578108211">"ສັນຍານເຕືອນສຸກເສີນ"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="8576288857704383650">"ອັນຕະລາຍລະດັບສູງສຸດ"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1832317443314951890">"ອັນຕະລາຍລະດັບສູງ"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="7436837874014559921">"ຜູ້ສູນຫາຍ"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="6042593731810177621">"ທົດສອບການກະຈາຍສັນຍານໂທລະສັບ"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1231668381853354024">"ການບັງຄັບໃຊ້ນະໂຍບາຍຂອງສະຫະພາບຢູໂຣບ"</string>
+    <string name="enable_public_safety_messages_title" msgid="6862686863231116574">"ຂໍ້ມູນຄວາມເປັນອັນຕະລາຍ"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="1943277306183523272">"ຂໍ້ມູນ"</string>
+    <string name="enable_emergency_alerts_message_summary" msgid="971537902040466940">"ຂໍ້ຄວາມແຈ້ງຂໍ້ມູນ"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="5010586946959105408">"ຄຳເຕືອນການທົດສອບ"</string>
+    <string name="enable_operator_defined_test_alerts_title" msgid="3362963120884373036">"ສະເພາະໃນສະຫະພາບຢູໂຣບ"</string>
+</resources>
diff --git a/res/values-mcc219-lt/strings.xml b/res/values-mcc219-lt/strings.xml
new file mode 100644
index 0000000..2073d8e
--- /dev/null
+++ b/res/values-mcc219-lt/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+  -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- no translation found for cmas_extreme_alert (448557479410805515) -->
+    <skip />
+    <!-- no translation found for cmas_severe_alert (4519502975421544731) -->
+    <skip />
+    <!-- no translation found for cmas_exercise_alert (2339965271952259304) -->
+    <skip />
+    <!-- no translation found for public_safety_message (8396277903711285288) -->
+    <skip />
+    <!-- no translation found for emergency_alert (4547863206232257947) -->
+    <skip />
+    <!-- no translation found for state_local_test_alert (1130036880854851130) -->
+    <skip />
+    <string name="enable_cmas_presidential_alerts_title" msgid="3534852322578108211">"Įspėjimas apie kritinę padėtį"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="8576288857704383650">"Labai didelis pavojus"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1832317443314951890">"Didelis pavojus"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="7436837874014559921">"Dingęs asmuo"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="6042593731810177621">"Transliacijos mobiliuoju bandymas"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1231668381853354024">"ES pratybos"</string>
+    <string name="enable_public_safety_messages_title" msgid="6862686863231116574">"Informacija apie pavojų"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="1943277306183523272">"Informacija"</string>
+    <string name="enable_emergency_alerts_message_summary" msgid="971537902040466940">"Informaciniai pranešimai"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="5010586946959105408">"Bandymo įspėjimas"</string>
+    <string name="enable_operator_defined_test_alerts_title" msgid="3362963120884373036">"ES rezervuota"</string>
+</resources>
diff --git a/res/values-mcc219-lv/strings.xml b/res/values-mcc219-lv/strings.xml
new file mode 100644
index 0000000..26d21ca
--- /dev/null
+++ b/res/values-mcc219-lv/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+  -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- no translation found for cmas_extreme_alert (448557479410805515) -->
+    <skip />
+    <!-- no translation found for cmas_severe_alert (4519502975421544731) -->
+    <skip />
+    <!-- no translation found for cmas_exercise_alert (2339965271952259304) -->
+    <skip />
+    <!-- no translation found for public_safety_message (8396277903711285288) -->
+    <skip />
+    <!-- no translation found for emergency_alert (4547863206232257947) -->
+    <skip />
+    <!-- no translation found for state_local_test_alert (1130036880854851130) -->
+    <skip />
+    <string name="enable_cmas_presidential_alerts_title" msgid="3534852322578108211">"Ārkārtas brīdinājums"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="8576288857704383650">"Ārkārtējs apdraudējums"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1832317443314951890">"Nozīmīgs apdraudējums"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="7436837874014559921">"Pazudusi persona"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="6042593731810177621">"Šūnu apraides pārbaude"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1231668381853354024">"ES mācību trauksme"</string>
+    <string name="enable_public_safety_messages_title" msgid="6862686863231116574">"Informācija par apdraudējumu"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="1943277306183523272">"Informācija"</string>
+    <string name="enable_emergency_alerts_message_summary" msgid="971537902040466940">"Informatīvi ziņojumi"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="5010586946959105408">"Testa brīdinājums"</string>
+    <string name="enable_operator_defined_test_alerts_title" msgid="3362963120884373036">"ES rezervēts"</string>
+</resources>
diff --git a/res/values-mcc219-mk/strings.xml b/res/values-mcc219-mk/strings.xml
new file mode 100644
index 0000000..708920b
--- /dev/null
+++ b/res/values-mcc219-mk/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+  -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- no translation found for cmas_extreme_alert (448557479410805515) -->
+    <skip />
+    <!-- no translation found for cmas_severe_alert (4519502975421544731) -->
+    <skip />
+    <!-- no translation found for cmas_exercise_alert (2339965271952259304) -->
+    <skip />
+    <!-- no translation found for public_safety_message (8396277903711285288) -->
+    <skip />
+    <!-- no translation found for emergency_alert (4547863206232257947) -->
+    <skip />
+    <!-- no translation found for state_local_test_alert (1130036880854851130) -->
+    <skip />
+    <string name="enable_cmas_presidential_alerts_title" msgid="3534852322578108211">"Аларм за итни случаи"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="8576288857704383650">"Екстремна опасност"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1832317443314951890">"Значителна опасност"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="7436837874014559921">"Исчезнато лице"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="6042593731810177621">"Тест за мобилен пренос"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1231668381853354024">"Вежба за ЕУ"</string>
+    <string name="enable_public_safety_messages_title" msgid="6862686863231116574">"Информации за опасност"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="1943277306183523272">"Информации"</string>
+    <string name="enable_emergency_alerts_message_summary" msgid="971537902040466940">"Пораки со информации"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="5010586946959105408">"Тест предупредување"</string>
+    <string name="enable_operator_defined_test_alerts_title" msgid="3362963120884373036">"Резервирано за ЕУ"</string>
+</resources>
diff --git a/res/values-mcc219-ml/strings.xml b/res/values-mcc219-ml/strings.xml
new file mode 100644
index 0000000..031025e
--- /dev/null
+++ b/res/values-mcc219-ml/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+  -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- no translation found for cmas_extreme_alert (448557479410805515) -->
+    <skip />
+    <!-- no translation found for cmas_severe_alert (4519502975421544731) -->
+    <skip />
+    <!-- no translation found for cmas_exercise_alert (2339965271952259304) -->
+    <skip />
+    <!-- no translation found for public_safety_message (8396277903711285288) -->
+    <skip />
+    <!-- no translation found for emergency_alert (4547863206232257947) -->
+    <skip />
+    <!-- no translation found for state_local_test_alert (1130036880854851130) -->
+    <skip />
+    <string name="enable_cmas_presidential_alerts_title" msgid="3534852322578108211">"എമർജൻസി അലാറം"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="8576288857704383650">"ഗുരുതരമായ അപകടം"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1832317443314951890">"സാരമായ അപകടം"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="7436837874014559921">"വ്യക്തിയെ കാണാതായിരിക്കുന്നു"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="6042593731810177621">"സെൽ ബ്രോഡ്‌കാസ്റ്റ് ടെസ്റ്റ്"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1231668381853354024">"EU എക്‌സർസൈസ്"</string>
+    <string name="enable_public_safety_messages_title" msgid="6862686863231116574">"അപകടസാധ്യതാ വിവരങ്ങൾ"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="1943277306183523272">"വിവരങ്ങൾ"</string>
+    <string name="enable_emergency_alerts_message_summary" msgid="971537902040466940">"വിവരം നൽകാൻ ഉദ്ദേശിച്ചുള്ള സന്ദേശങ്ങൾ"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="5010586946959105408">"ടെസ്‌റ്റ് മുന്നറിയിപ്പ്"</string>
+    <string name="enable_operator_defined_test_alerts_title" msgid="3362963120884373036">"EU-വിന് മാത്രമുള്ളത്"</string>
+</resources>
diff --git a/res/values-mcc219-mn/strings.xml b/res/values-mcc219-mn/strings.xml
new file mode 100644
index 0000000..051c86f
--- /dev/null
+++ b/res/values-mcc219-mn/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+  -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- no translation found for cmas_extreme_alert (448557479410805515) -->
+    <skip />
+    <!-- no translation found for cmas_severe_alert (4519502975421544731) -->
+    <skip />
+    <!-- no translation found for cmas_exercise_alert (2339965271952259304) -->
+    <skip />
+    <!-- no translation found for public_safety_message (8396277903711285288) -->
+    <skip />
+    <!-- no translation found for emergency_alert (4547863206232257947) -->
+    <skip />
+    <!-- no translation found for state_local_test_alert (1130036880854851130) -->
+    <skip />
+    <string name="enable_cmas_presidential_alerts_title" msgid="3534852322578108211">"Яаралтай тусламжийн дохиолол"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="8576288857704383650">"Ноцтой аюул"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1832317443314951890">"Бодитой аюул"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="7436837874014559921">"Алга болсон хүн"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="6042593731810177621">"Гар утсанд масс мессеж түгээхийг турших"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1231668381853354024">"ЕХ-ны хэрэгжүүлэлт"</string>
+    <string name="enable_public_safety_messages_title" msgid="6862686863231116574">"Аюулын мэдээлэл"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="1943277306183523272">"Мэдээлэл"</string>
+    <string name="enable_emergency_alerts_message_summary" msgid="971537902040466940">"Мэдээллийн мессеж"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="5010586946959105408">"Туршилтын сануулга"</string>
+    <string name="enable_operator_defined_test_alerts_title" msgid="3362963120884373036">"ЕХ-ны хуулиар хамгаалагдсан"</string>
+</resources>
diff --git a/res/values-mcc219-mnc01/config.xml b/res/values-mcc219-mnc01/config.xml
deleted file mode 100644
index 7d35208..0000000
--- a/res/values-mcc219-mnc01/config.xml
+++ /dev/null
@@ -1,20 +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>
-    <!-- Main toggle default value -->
-    <bool name="master_toggle_enabled_default">false</bool>
-</resources>
diff --git a/res/values-mcc219-mnc20 b/res/values-mcc219-mnc20
deleted file mode 120000
index ff9e22d..0000000
--- a/res/values-mcc219-mnc20
+++ /dev/null
@@ -1 +0,0 @@
-values-mcc219-mnc01
\ No newline at end of file
diff --git a/res/values-mcc219-mr/strings.xml b/res/values-mcc219-mr/strings.xml
new file mode 100644
index 0000000..d21cf01
--- /dev/null
+++ b/res/values-mcc219-mr/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+  -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- no translation found for cmas_extreme_alert (448557479410805515) -->
+    <skip />
+    <!-- no translation found for cmas_severe_alert (4519502975421544731) -->
+    <skip />
+    <!-- no translation found for cmas_exercise_alert (2339965271952259304) -->
+    <skip />
+    <!-- no translation found for public_safety_message (8396277903711285288) -->
+    <skip />
+    <!-- no translation found for emergency_alert (4547863206232257947) -->
+    <skip />
+    <!-- no translation found for state_local_test_alert (1130036880854851130) -->
+    <skip />
+    <string name="enable_cmas_presidential_alerts_title" msgid="3534852322578108211">"आणीबाणी अलार्म"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="8576288857704383650">"अत्यंत धोका"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1832317443314951890">"लक्षणीय धोका"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="7436837874014559921">"हरवलेली व्यक्ती"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="6042593731810177621">"सेल प्रसारण चाचणी"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1231668381853354024">"ईयू सराव"</string>
+    <string name="enable_public_safety_messages_title" msgid="6862686863231116574">"धोक्यासंबंधित माहिती"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="1943277306183523272">"माहिती"</string>
+    <string name="enable_emergency_alerts_message_summary" msgid="971537902040466940">"माहितीचे मेसेज"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="5010586946959105408">"चाचणी चेतावणी"</string>
+    <string name="enable_operator_defined_test_alerts_title" msgid="3362963120884373036">"ईयूसाठी राखीव"</string>
+</resources>
diff --git a/res/values-mcc219-ms/strings.xml b/res/values-mcc219-ms/strings.xml
new file mode 100644
index 0000000..780378b
--- /dev/null
+++ b/res/values-mcc219-ms/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+  -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- no translation found for cmas_extreme_alert (448557479410805515) -->
+    <skip />
+    <!-- no translation found for cmas_severe_alert (4519502975421544731) -->
+    <skip />
+    <!-- no translation found for cmas_exercise_alert (2339965271952259304) -->
+    <skip />
+    <!-- no translation found for public_safety_message (8396277903711285288) -->
+    <skip />
+    <!-- no translation found for emergency_alert (4547863206232257947) -->
+    <skip />
+    <!-- no translation found for state_local_test_alert (1130036880854851130) -->
+    <skip />
+    <string name="enable_cmas_presidential_alerts_title" msgid="3534852322578108211">"Penggera Kecemasan"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="8576288857704383650">"Bahaya Yang Melampau"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1832317443314951890">"Bahaya Yang Ketara"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="7436837874014559921">"Orang hilang"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="6042593731810177621">"Ujian Siaran Sel"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1231668381853354024">"Latihan EU"</string>
+    <string name="enable_public_safety_messages_title" msgid="6862686863231116574">"Maklumat Bahaya"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="1943277306183523272">"Maklumat"</string>
+    <string name="enable_emergency_alerts_message_summary" msgid="971537902040466940">"Mesej maklumat"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="5010586946959105408">"Amaran Ujian"</string>
+    <string name="enable_operator_defined_test_alerts_title" msgid="3362963120884373036">"Khas EU"</string>
+</resources>
diff --git a/res/values-mcc219-my/strings.xml b/res/values-mcc219-my/strings.xml
new file mode 100644
index 0000000..8c76a37
--- /dev/null
+++ b/res/values-mcc219-my/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+  -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- no translation found for cmas_extreme_alert (448557479410805515) -->
+    <skip />
+    <!-- no translation found for cmas_severe_alert (4519502975421544731) -->
+    <skip />
+    <!-- no translation found for cmas_exercise_alert (2339965271952259304) -->
+    <skip />
+    <!-- no translation found for public_safety_message (8396277903711285288) -->
+    <skip />
+    <!-- no translation found for emergency_alert (4547863206232257947) -->
+    <skip />
+    <!-- no translation found for state_local_test_alert (1130036880854851130) -->
+    <skip />
+    <string name="enable_cmas_presidential_alerts_title" msgid="3534852322578108211">"အရေးပေါ် သတိပေးချက်"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="8576288857704383650">"အလွန်ကြီးမားသော အန္တရာယ်"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1832317443314951890">"သိသာသော အန္တရာယ်"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="7436837874014559921">"လူပျောက်ဆုံးမှု"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="6042593731810177621">"စာတိုများ ဖြန့်ဝေခြင်းစနစ် စမ်းသပ်မှု"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1231668381853354024">"အီးယူ လုပ်ထုံးလုပ်နည်း"</string>
+    <string name="enable_public_safety_messages_title" msgid="6862686863231116574">"အန္တရာယ် အချက်အလက်"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="1943277306183523272">"အချက်အလက်"</string>
+    <string name="enable_emergency_alerts_message_summary" msgid="971537902040466940">"အချက်အလက် မက်ဆေ့ဂျ်များ"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="5010586946959105408">"စမ်းသပ် သတိပေးချက်"</string>
+    <string name="enable_operator_defined_test_alerts_title" msgid="3362963120884373036">"အီးယူသီးသန့်"</string>
+</resources>
diff --git a/res/values-mcc219-nb/strings.xml b/res/values-mcc219-nb/strings.xml
new file mode 100644
index 0000000..6daf646
--- /dev/null
+++ b/res/values-mcc219-nb/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+  -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- no translation found for cmas_extreme_alert (448557479410805515) -->
+    <skip />
+    <!-- no translation found for cmas_severe_alert (4519502975421544731) -->
+    <skip />
+    <!-- no translation found for cmas_exercise_alert (2339965271952259304) -->
+    <skip />
+    <!-- no translation found for public_safety_message (8396277903711285288) -->
+    <skip />
+    <!-- no translation found for emergency_alert (4547863206232257947) -->
+    <skip />
+    <!-- no translation found for state_local_test_alert (1130036880854851130) -->
+    <skip />
+    <string name="enable_cmas_presidential_alerts_title" msgid="3534852322578108211">"Nødalarm"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="8576288857704383650">"Ekstrem fare"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1832317443314951890">"Betydelig fare"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="7436837874014559921">"Savnet person"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="6042593731810177621">"Test av kringkastet melding"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1231668381853354024">"EU-øvelse"</string>
+    <string name="enable_public_safety_messages_title" msgid="6862686863231116574">"Fareinformasjon"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="1943277306183523272">"Informasjon"</string>
+    <string name="enable_emergency_alerts_message_summary" msgid="971537902040466940">"Informasjonsmeldinger"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="5010586946959105408">"Testadvarsel"</string>
+    <string name="enable_operator_defined_test_alerts_title" msgid="3362963120884373036">"EU-reservert"</string>
+</resources>
diff --git a/res/values-mcc219-ne/strings.xml b/res/values-mcc219-ne/strings.xml
new file mode 100644
index 0000000..55d3ce5
--- /dev/null
+++ b/res/values-mcc219-ne/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+  -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- no translation found for cmas_extreme_alert (448557479410805515) -->
+    <skip />
+    <!-- no translation found for cmas_severe_alert (4519502975421544731) -->
+    <skip />
+    <!-- no translation found for cmas_exercise_alert (2339965271952259304) -->
+    <skip />
+    <!-- no translation found for public_safety_message (8396277903711285288) -->
+    <skip />
+    <!-- no translation found for emergency_alert (4547863206232257947) -->
+    <skip />
+    <!-- no translation found for state_local_test_alert (1130036880854851130) -->
+    <skip />
+    <string name="enable_cmas_presidential_alerts_title" msgid="3534852322578108211">"आपत्कालीन अलार्म"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="8576288857704383650">"अत्यन्तै खतरा"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1832317443314951890">"धेरै खतरा"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="7436837874014559921">"हराइरहेको व्यक्ति"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="6042593731810177621">"मोबाइल प्रसारणको परीक्षण"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1231668381853354024">"EU को अभ्यास"</string>
+    <string name="enable_public_safety_messages_title" msgid="6862686863231116574">"जोखिमसम्बन्धी जानकारी"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="1943277306183523272">"जानकारी"</string>
+    <string name="enable_emergency_alerts_message_summary" msgid="971537902040466940">"जानकारीमूलक म्यासेजहरू"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="5010586946959105408">"चेतावनीको परीक्षण"</string>
+    <string name="enable_operator_defined_test_alerts_title" msgid="3362963120884373036">"EU का लागि आरक्षित"</string>
+</resources>
diff --git a/res/values-mcc219-nl/strings.xml b/res/values-mcc219-nl/strings.xml
new file mode 100644
index 0000000..e070ceb
--- /dev/null
+++ b/res/values-mcc219-nl/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+  -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- no translation found for cmas_extreme_alert (448557479410805515) -->
+    <skip />
+    <!-- no translation found for cmas_severe_alert (4519502975421544731) -->
+    <skip />
+    <!-- no translation found for cmas_exercise_alert (2339965271952259304) -->
+    <skip />
+    <!-- no translation found for public_safety_message (8396277903711285288) -->
+    <skip />
+    <!-- no translation found for emergency_alert (4547863206232257947) -->
+    <skip />
+    <!-- no translation found for state_local_test_alert (1130036880854851130) -->
+    <skip />
+    <string name="enable_cmas_presidential_alerts_title" msgid="3534852322578108211">"Noodalarm"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="8576288857704383650">"Extreem gevaar"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1832317443314951890">"Aanzienlijk gevaar"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="7436837874014559921">"Vermist persoon"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="6042593731810177621">"Test van cell broadcast"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1231668381853354024">"EU-oefening"</string>
+    <string name="enable_public_safety_messages_title" msgid="6862686863231116574">"Informatie over gevaar"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="1943277306183523272">"Informatie"</string>
+    <string name="enable_emergency_alerts_message_summary" msgid="971537902040466940">"Informatieberichten"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="5010586946959105408">"Testwaarschuwing"</string>
+    <string name="enable_operator_defined_test_alerts_title" msgid="3362963120884373036">"Gereserveerd voor de EU"</string>
+</resources>
diff --git a/res/values-mcc219-or/strings.xml b/res/values-mcc219-or/strings.xml
new file mode 100644
index 0000000..5452a48
--- /dev/null
+++ b/res/values-mcc219-or/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+  -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- no translation found for cmas_extreme_alert (448557479410805515) -->
+    <skip />
+    <!-- no translation found for cmas_severe_alert (4519502975421544731) -->
+    <skip />
+    <!-- no translation found for cmas_exercise_alert (2339965271952259304) -->
+    <skip />
+    <!-- no translation found for public_safety_message (8396277903711285288) -->
+    <skip />
+    <!-- no translation found for emergency_alert (4547863206232257947) -->
+    <skip />
+    <!-- no translation found for state_local_test_alert (1130036880854851130) -->
+    <skip />
+    <string name="enable_cmas_presidential_alerts_title" msgid="3534852322578108211">"ଜରୁରୀକାଳୀନ ଆଲାରାମ"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="8576288857704383650">"ଅତ୍ୟନ୍ତ ଗୁରୁତର ବିପଦ"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1832317443314951890">"ଗୁରୁତର ବିପଦ"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="7436837874014559921">"ନିଖୋଜ ବ୍ୟକ୍ତି"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="6042593731810177621">"ସେଲ ବ୍ରଡକାଷ୍ଟ ଟେଷ୍ଟ"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1231668381853354024">"EU ଅଭ୍ୟାସ"</string>
+    <string name="enable_public_safety_messages_title" msgid="6862686863231116574">"ବିପଦ ସୂଚନା"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="1943277306183523272">"ସୂଚନା"</string>
+    <string name="enable_emergency_alerts_message_summary" msgid="971537902040466940">"ସୂଚନାତ୍ମକ ମେସେଜ"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="5010586946959105408">"ଟେଷ୍ଟ ଚେତାବନୀ"</string>
+    <string name="enable_operator_defined_test_alerts_title" msgid="3362963120884373036">"EU ସଂରକ୍ଷିତ"</string>
+</resources>
diff --git a/res/values-mcc219-pa/strings.xml b/res/values-mcc219-pa/strings.xml
new file mode 100644
index 0000000..6b2bfda
--- /dev/null
+++ b/res/values-mcc219-pa/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+  -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- no translation found for cmas_extreme_alert (448557479410805515) -->
+    <skip />
+    <!-- no translation found for cmas_severe_alert (4519502975421544731) -->
+    <skip />
+    <!-- no translation found for cmas_exercise_alert (2339965271952259304) -->
+    <skip />
+    <!-- no translation found for public_safety_message (8396277903711285288) -->
+    <skip />
+    <!-- no translation found for emergency_alert (4547863206232257947) -->
+    <skip />
+    <!-- no translation found for state_local_test_alert (1130036880854851130) -->
+    <skip />
+    <string name="enable_cmas_presidential_alerts_title" msgid="3534852322578108211">"ਐਮਰਜੈਂਸੀ ਅਲਾਰਮ"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="8576288857704383650">"ਬਹੁਤ ਹੀ ਜ਼ਿਆਦਾ ਖਤਰਾ"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1832317443314951890">"ਕਾਫ਼ੀ ਖਤਰਾ"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="7436837874014559921">"ਗੁੰਮਸ਼ੁਦਾ ਵਿਅਕਤੀ"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="6042593731810177621">"ਸੈੱਲ ਪ੍ਰਸਾਰਨ ਜਾਂਚ"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1231668381853354024">"EU ਅਭਿਆਸ"</string>
+    <string name="enable_public_safety_messages_title" msgid="6862686863231116574">"ਖਤਰੇ ਸੰਬੰਧੀ ਜਾਣਕਾਰੀ"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="1943277306183523272">"ਜਾਣਕਾਰੀ"</string>
+    <string name="enable_emergency_alerts_message_summary" msgid="971537902040466940">"ਜਾਣਕਾਰੀ ਸੁਨੇਹੇ"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="5010586946959105408">"ਜਾਂਚ ਸੰਬੰਧੀ ਚਿਤਾਵਨੀ"</string>
+    <string name="enable_operator_defined_test_alerts_title" msgid="3362963120884373036">"EU ਲਈ ਰਾਖਵਾਂ"</string>
+</resources>
diff --git a/res/values-mcc219-pl/strings.xml b/res/values-mcc219-pl/strings.xml
new file mode 100644
index 0000000..f4c8468
--- /dev/null
+++ b/res/values-mcc219-pl/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+  -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- no translation found for cmas_extreme_alert (448557479410805515) -->
+    <skip />
+    <!-- no translation found for cmas_severe_alert (4519502975421544731) -->
+    <skip />
+    <!-- no translation found for cmas_exercise_alert (2339965271952259304) -->
+    <skip />
+    <!-- no translation found for public_safety_message (8396277903711285288) -->
+    <skip />
+    <!-- no translation found for emergency_alert (4547863206232257947) -->
+    <skip />
+    <!-- no translation found for state_local_test_alert (1130036880854851130) -->
+    <skip />
+    <string name="enable_cmas_presidential_alerts_title" msgid="3534852322578108211">"Alarm o zagrożeniu"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="8576288857704383650">"Ekstremalne zagrożenie"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1832317443314951890">"Znaczne zagrożenie"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="7436837874014559921">"Zaginiona osoba"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="6042593731810177621">"Test komunikatów z sieci komórkowej"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1231668381853354024">"Test w UE"</string>
+    <string name="enable_public_safety_messages_title" msgid="6862686863231116574">"Informacje o niebezpieczeństwie"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="1943277306183523272">"Informacje"</string>
+    <string name="enable_emergency_alerts_message_summary" msgid="971537902040466940">"Komunikaty informacyjne"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="5010586946959105408">"Przetestuj ostrzeżenie"</string>
+    <string name="enable_operator_defined_test_alerts_title" msgid="3362963120884373036">"Zastrzeżone dla UE"</string>
+</resources>
diff --git a/res/values-mcc219-pt-rPT/strings.xml b/res/values-mcc219-pt-rPT/strings.xml
new file mode 100644
index 0000000..22489a4
--- /dev/null
+++ b/res/values-mcc219-pt-rPT/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+  -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- no translation found for cmas_extreme_alert (448557479410805515) -->
+    <skip />
+    <!-- no translation found for cmas_severe_alert (4519502975421544731) -->
+    <skip />
+    <!-- no translation found for cmas_exercise_alert (2339965271952259304) -->
+    <skip />
+    <!-- no translation found for public_safety_message (8396277903711285288) -->
+    <skip />
+    <!-- no translation found for emergency_alert (4547863206232257947) -->
+    <skip />
+    <!-- no translation found for state_local_test_alert (1130036880854851130) -->
+    <skip />
+    <string name="enable_cmas_presidential_alerts_title" msgid="3534852322578108211">"Alarme de emergência"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="8576288857704383650">"Perigo extremo"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1832317443314951890">"Perigo significativo"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="7436837874014559921">"Pessoa desaparecida"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="6042593731810177621">"Teste de difusão celular"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1231668381853354024">"Exercício da UE"</string>
+    <string name="enable_public_safety_messages_title" msgid="6862686863231116574">"Informações de perigo"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="1943277306183523272">"Informações"</string>
+    <string name="enable_emergency_alerts_message_summary" msgid="971537902040466940">"Mensagens de informações"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="5010586946959105408">"Aviso de teste"</string>
+    <string name="enable_operator_defined_test_alerts_title" msgid="3362963120884373036">"Reservado à UE"</string>
+</resources>
diff --git a/res/values-mcc219-pt/strings.xml b/res/values-mcc219-pt/strings.xml
new file mode 100644
index 0000000..e2d94f5
--- /dev/null
+++ b/res/values-mcc219-pt/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+  -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- no translation found for cmas_extreme_alert (448557479410805515) -->
+    <skip />
+    <!-- no translation found for cmas_severe_alert (4519502975421544731) -->
+    <skip />
+    <!-- no translation found for cmas_exercise_alert (2339965271952259304) -->
+    <skip />
+    <!-- no translation found for public_safety_message (8396277903711285288) -->
+    <skip />
+    <!-- no translation found for emergency_alert (4547863206232257947) -->
+    <skip />
+    <!-- no translation found for state_local_test_alert (1130036880854851130) -->
+    <skip />
+    <string name="enable_cmas_presidential_alerts_title" msgid="3534852322578108211">"Alarme de emergência"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="8576288857704383650">"Perigo extremo"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1832317443314951890">"Perigo significativo"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="7436837874014559921">"Pessoa desaparecida"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="6042593731810177621">"Teste de transmissão celular"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1231668381853354024">"Simulação na UE"</string>
+    <string name="enable_public_safety_messages_title" msgid="6862686863231116574">"Informações sobre perigo"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="1943277306183523272">"Informações"</string>
+    <string name="enable_emergency_alerts_message_summary" msgid="971537902040466940">"Mensagens informativas"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="5010586946959105408">"Aviso teste"</string>
+    <string name="enable_operator_defined_test_alerts_title" msgid="3362963120884373036">"Reservado à UE"</string>
+</resources>
diff --git a/res/values-mcc219-ro/strings.xml b/res/values-mcc219-ro/strings.xml
new file mode 100644
index 0000000..1eb9bff
--- /dev/null
+++ b/res/values-mcc219-ro/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+  -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- no translation found for cmas_extreme_alert (448557479410805515) -->
+    <skip />
+    <!-- no translation found for cmas_severe_alert (4519502975421544731) -->
+    <skip />
+    <!-- no translation found for cmas_exercise_alert (2339965271952259304) -->
+    <skip />
+    <!-- no translation found for public_safety_message (8396277903711285288) -->
+    <skip />
+    <!-- no translation found for emergency_alert (4547863206232257947) -->
+    <skip />
+    <!-- no translation found for state_local_test_alert (1130036880854851130) -->
+    <skip />
+    <string name="enable_cmas_presidential_alerts_title" msgid="3534852322578108211">"Alarmă de urgență"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="8576288857704383650">"Pericol extrem"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1832317443314951890">"Pericol semnificativ"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="7436837874014559921">"Persoană dispărută"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="6042593731810177621">"Test pentru transmisia celulară"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1231668381853354024">"Exercițiu UE"</string>
+    <string name="enable_public_safety_messages_title" msgid="6862686863231116574">"Informații despre pericol"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="1943277306183523272">"Informații"</string>
+    <string name="enable_emergency_alerts_message_summary" msgid="971537902040466940">"Mesaje de informare"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="5010586946959105408">"Avertisment de test"</string>
+    <string name="enable_operator_defined_test_alerts_title" msgid="3362963120884373036">"EU Reserved"</string>
+</resources>
diff --git a/res/values-mcc219-ru/strings.xml b/res/values-mcc219-ru/strings.xml
new file mode 100644
index 0000000..1b5cc78
--- /dev/null
+++ b/res/values-mcc219-ru/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+  -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- no translation found for cmas_extreme_alert (448557479410805515) -->
+    <skip />
+    <!-- no translation found for cmas_severe_alert (4519502975421544731) -->
+    <skip />
+    <!-- no translation found for cmas_exercise_alert (2339965271952259304) -->
+    <skip />
+    <!-- no translation found for public_safety_message (8396277903711285288) -->
+    <skip />
+    <!-- no translation found for emergency_alert (4547863206232257947) -->
+    <skip />
+    <!-- no translation found for state_local_test_alert (1130036880854851130) -->
+    <skip />
+    <string name="enable_cmas_presidential_alerts_title" msgid="3534852322578108211">"Предупреждение об экстренной ситуации"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="8576288857704383650">"Чрезвычайная опасность"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1832317443314951890">"Значительная опасность"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="7436837874014559921">"Пропавший без вести"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="6042593731810177621">"Тестирование оповещения населения"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1231668381853354024">"Учебная тревога в ЕС"</string>
+    <string name="enable_public_safety_messages_title" msgid="6862686863231116574">"Информация об опасности"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="1943277306183523272">"Информация"</string>
+    <string name="enable_emergency_alerts_message_summary" msgid="971537902040466940">"Информационные сообщения"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="5010586946959105408">"Тестовое предупреждение"</string>
+    <string name="enable_operator_defined_test_alerts_title" msgid="3362963120884373036">"Зарезервировано для ЕС"</string>
+</resources>
diff --git a/res/values-mcc219-si/strings.xml b/res/values-mcc219-si/strings.xml
new file mode 100644
index 0000000..75afe8c
--- /dev/null
+++ b/res/values-mcc219-si/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+  -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- no translation found for cmas_extreme_alert (448557479410805515) -->
+    <skip />
+    <!-- no translation found for cmas_severe_alert (4519502975421544731) -->
+    <skip />
+    <!-- no translation found for cmas_exercise_alert (2339965271952259304) -->
+    <skip />
+    <!-- no translation found for public_safety_message (8396277903711285288) -->
+    <skip />
+    <!-- no translation found for emergency_alert (4547863206232257947) -->
+    <skip />
+    <!-- no translation found for state_local_test_alert (1130036880854851130) -->
+    <skip />
+    <string name="enable_cmas_presidential_alerts_title" msgid="3534852322578108211">"හදිසි එලාමය"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="8576288857704383650">"අතිශය අන්තරාය"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1832317443314951890">"සැලකිය යුතු අන්තරාය"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="7436837874014559921">"අතුරුදහන් වූ පුද්ගලයා"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="6042593731810177621">"සෙල් විකාශන පරීක්ෂණය"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1231668381853354024">"EU යෙදවීම"</string>
+    <string name="enable_public_safety_messages_title" msgid="6862686863231116574">"උපද්‍රව තොරතුරු"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="1943277306183523272">"තොරතුරු"</string>
+    <string name="enable_emergency_alerts_message_summary" msgid="971537902040466940">"තොරතුරු පණිවිඩ"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="5010586946959105408">"පරීක්ෂණ අනතුරු ඇඟවීම"</string>
+    <string name="enable_operator_defined_test_alerts_title" msgid="3362963120884373036">"EU වෙන් කළ"</string>
+</resources>
diff --git a/res/values-mcc219-sk/strings.xml b/res/values-mcc219-sk/strings.xml
new file mode 100644
index 0000000..81de929
--- /dev/null
+++ b/res/values-mcc219-sk/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+  -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- no translation found for cmas_extreme_alert (448557479410805515) -->
+    <skip />
+    <!-- no translation found for cmas_severe_alert (4519502975421544731) -->
+    <skip />
+    <!-- no translation found for cmas_exercise_alert (2339965271952259304) -->
+    <skip />
+    <!-- no translation found for public_safety_message (8396277903711285288) -->
+    <skip />
+    <!-- no translation found for emergency_alert (4547863206232257947) -->
+    <skip />
+    <!-- no translation found for state_local_test_alert (1130036880854851130) -->
+    <skip />
+    <string name="enable_cmas_presidential_alerts_title" msgid="3534852322578108211">"Núdzový alarm"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="8576288857704383650">"Extrémne nebezpečenstvo"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1832317443314951890">"Značné nebezpečenstvo"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="7436837874014559921">"Nezvestná osoba"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="6042593731810177621">"Test správ informačných služieb"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1231668381853354024">"Cvičenie v rámci EÚ"</string>
+    <string name="enable_public_safety_messages_title" msgid="6862686863231116574">"Informácie o riziku"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="1943277306183523272">"Informácie"</string>
+    <string name="enable_emergency_alerts_message_summary" msgid="971537902040466940">"Informačné správy"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="5010586946959105408">"Skúšobné upozornenie"</string>
+    <string name="enable_operator_defined_test_alerts_title" msgid="3362963120884373036">"Vyhradené pre EÚ"</string>
+</resources>
diff --git a/res/values-mcc219-sl/strings.xml b/res/values-mcc219-sl/strings.xml
new file mode 100644
index 0000000..44f94b4
--- /dev/null
+++ b/res/values-mcc219-sl/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+  -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- no translation found for cmas_extreme_alert (448557479410805515) -->
+    <skip />
+    <!-- no translation found for cmas_severe_alert (4519502975421544731) -->
+    <skip />
+    <!-- no translation found for cmas_exercise_alert (2339965271952259304) -->
+    <skip />
+    <!-- no translation found for public_safety_message (8396277903711285288) -->
+    <skip />
+    <!-- no translation found for emergency_alert (4547863206232257947) -->
+    <skip />
+    <!-- no translation found for state_local_test_alert (1130036880854851130) -->
+    <skip />
+    <string name="enable_cmas_presidential_alerts_title" msgid="3534852322578108211">"Alarm v sili"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="8576288857704383650">"Izredno visoka nevarnost"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1832317443314951890">"Precejšnja nevarnost"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="7436837874014559921">"Pogrešana oseba"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="6042593731810177621">"Preizkus oddaje v celici"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1231668381853354024">"Vaja na območju EU"</string>
+    <string name="enable_public_safety_messages_title" msgid="6862686863231116574">"Informacije o nevarnosti"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="1943277306183523272">"Informacije"</string>
+    <string name="enable_emergency_alerts_message_summary" msgid="971537902040466940">"Informativna sporočila"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="5010586946959105408">"Preizkusno opozorilo"</string>
+    <string name="enable_operator_defined_test_alerts_title" msgid="3362963120884373036">"Rezervirano za EU"</string>
+</resources>
diff --git a/res/values-mcc219-sq/strings.xml b/res/values-mcc219-sq/strings.xml
new file mode 100644
index 0000000..246a9c8
--- /dev/null
+++ b/res/values-mcc219-sq/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+  -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- no translation found for cmas_extreme_alert (448557479410805515) -->
+    <skip />
+    <!-- no translation found for cmas_severe_alert (4519502975421544731) -->
+    <skip />
+    <!-- no translation found for cmas_exercise_alert (2339965271952259304) -->
+    <skip />
+    <!-- no translation found for public_safety_message (8396277903711285288) -->
+    <skip />
+    <!-- no translation found for emergency_alert (4547863206232257947) -->
+    <skip />
+    <!-- no translation found for state_local_test_alert (1130036880854851130) -->
+    <skip />
+    <string name="enable_cmas_presidential_alerts_title" msgid="3534852322578108211">"Alarm urgjence"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="8576288857704383650">"Rrezik ekstrem"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1832317443314951890">"Rrezik i konsiderueshëm"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="7436837874014559921">"Person i humbur"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="6042593731810177621">"Testim i transmetimit celular"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1231668381853354024">"Ushtrime për BE-në"</string>
+    <string name="enable_public_safety_messages_title" msgid="6862686863231116574">"Informacione rreziku"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="1943277306183523272">"Informacione"</string>
+    <string name="enable_emergency_alerts_message_summary" msgid="971537902040466940">"Mesazhet me informacione"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="5010586946959105408">"Paralajmërim provë"</string>
+    <string name="enable_operator_defined_test_alerts_title" msgid="3362963120884373036">"Rezervuar për BE-në"</string>
+</resources>
diff --git a/res/values-mcc219-sr/strings.xml b/res/values-mcc219-sr/strings.xml
new file mode 100644
index 0000000..1c4a769
--- /dev/null
+++ b/res/values-mcc219-sr/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+  -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- no translation found for cmas_extreme_alert (448557479410805515) -->
+    <skip />
+    <!-- no translation found for cmas_severe_alert (4519502975421544731) -->
+    <skip />
+    <!-- no translation found for cmas_exercise_alert (2339965271952259304) -->
+    <skip />
+    <!-- no translation found for public_safety_message (8396277903711285288) -->
+    <skip />
+    <!-- no translation found for emergency_alert (4547863206232257947) -->
+    <skip />
+    <!-- no translation found for state_local_test_alert (1130036880854851130) -->
+    <skip />
+    <string name="enable_cmas_presidential_alerts_title" msgid="3534852322578108211">"Узбуна"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="8576288857704383650">"Екстремна опасност"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1832317443314951890">"Значајна опасност"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="7436837874014559921">"Нестала особа"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="6042593731810177621">"Тестирање порука за мобилне уређаје на локалитету"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1231668381853354024">"ЕУ вежба"</string>
+    <string name="enable_public_safety_messages_title" msgid="6862686863231116574">"Информације о опасности"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="1943277306183523272">"Информације"</string>
+    <string name="enable_emergency_alerts_message_summary" msgid="971537902040466940">"Поруке са информацијама"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="5010586946959105408">"Тест упозорење"</string>
+    <string name="enable_operator_defined_test_alerts_title" msgid="3362963120884373036">"Само за ЕУ"</string>
+</resources>
diff --git a/res/values-mcc219-sv/strings.xml b/res/values-mcc219-sv/strings.xml
new file mode 100644
index 0000000..61cb20b
--- /dev/null
+++ b/res/values-mcc219-sv/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+  -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- no translation found for cmas_extreme_alert (448557479410805515) -->
+    <skip />
+    <!-- no translation found for cmas_severe_alert (4519502975421544731) -->
+    <skip />
+    <!-- no translation found for cmas_exercise_alert (2339965271952259304) -->
+    <skip />
+    <!-- no translation found for public_safety_message (8396277903711285288) -->
+    <skip />
+    <!-- no translation found for emergency_alert (4547863206232257947) -->
+    <skip />
+    <!-- no translation found for state_local_test_alert (1130036880854851130) -->
+    <skip />
+    <string name="enable_cmas_presidential_alerts_title" msgid="3534852322578108211">"Nödlarm"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="8576288857704383650">"Extrem fara"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1832317443314951890">"Betydande fara"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="7436837874014559921">"Försvunnen person"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="6042593731810177621">"Cellsändningstest"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1231668381853354024">"EU-träning"</string>
+    <string name="enable_public_safety_messages_title" msgid="6862686863231116574">"Information om faror"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="1943277306183523272">"Information"</string>
+    <string name="enable_emergency_alerts_message_summary" msgid="971537902040466940">"Informationsmeddelanden"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="5010586946959105408">"Testvarning"</string>
+    <string name="enable_operator_defined_test_alerts_title" msgid="3362963120884373036">"EU-reserverat"</string>
+</resources>
diff --git a/res/values-mcc219-sw/strings.xml b/res/values-mcc219-sw/strings.xml
new file mode 100644
index 0000000..cf169bb
--- /dev/null
+++ b/res/values-mcc219-sw/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+  -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- no translation found for cmas_extreme_alert (448557479410805515) -->
+    <skip />
+    <!-- no translation found for cmas_severe_alert (4519502975421544731) -->
+    <skip />
+    <!-- no translation found for cmas_exercise_alert (2339965271952259304) -->
+    <skip />
+    <!-- no translation found for public_safety_message (8396277903711285288) -->
+    <skip />
+    <!-- no translation found for emergency_alert (4547863206232257947) -->
+    <skip />
+    <!-- no translation found for state_local_test_alert (1130036880854851130) -->
+    <skip />
+    <string name="enable_cmas_presidential_alerts_title" msgid="3534852322578108211">"King\'ora cha Dharura"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="8576288857704383650">"Hatari Sana"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1832317443314951890">"Hatari Kubwa"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="7436837874014559921">"Mtu aliyepotea"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="6042593731810177621">"Jaribio la Matangazo ya Simu"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1231668381853354024">"Zoezi la Kituo cha Dharura"</string>
+    <string name="enable_public_safety_messages_title" msgid="6862686863231116574">"Maelezo kuhusu Hatari"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="1943277306183523272">"Maelezo"</string>
+    <string name="enable_emergency_alerts_message_summary" msgid="971537902040466940">"Ujumbe wa maelezo"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="5010586946959105408">"Ilani ya Jaribio"</string>
+    <string name="enable_operator_defined_test_alerts_title" msgid="3362963120884373036">"Mahususi kwa Kituo cha Dharura"</string>
+</resources>
diff --git a/res/values-mcc219-ta/strings.xml b/res/values-mcc219-ta/strings.xml
new file mode 100644
index 0000000..25095f2
--- /dev/null
+++ b/res/values-mcc219-ta/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+  -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- no translation found for cmas_extreme_alert (448557479410805515) -->
+    <skip />
+    <!-- no translation found for cmas_severe_alert (4519502975421544731) -->
+    <skip />
+    <!-- no translation found for cmas_exercise_alert (2339965271952259304) -->
+    <skip />
+    <!-- no translation found for public_safety_message (8396277903711285288) -->
+    <skip />
+    <!-- no translation found for emergency_alert (4547863206232257947) -->
+    <skip />
+    <!-- no translation found for state_local_test_alert (1130036880854851130) -->
+    <skip />
+    <string name="enable_cmas_presidential_alerts_title" msgid="3534852322578108211">"அவசரகால அலாரம்"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="8576288857704383650">"கடுமையான ஆபத்து"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1832317443314951890">"தீவிர ஆபத்து"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="7436837874014559921">"காணாமல் போனவர் குறித்த அறிவிப்பு"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="6042593731810177621">"செல் பிராட்காஸ்ட் பரிசோதனை"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1231668381853354024">"ஐரோப்பிய ஒன்றியப் பயிற்சி"</string>
+    <string name="enable_public_safety_messages_title" msgid="6862686863231116574">"அபாயத் தகவல்கள்"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="1943277306183523272">"தகவல்கள்"</string>
+    <string name="enable_emergency_alerts_message_summary" msgid="971537902040466940">"தகவல் மெசேஜ்கள்"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="5010586946959105408">"பரிசோதனை எச்சரிக்கை"</string>
+    <string name="enable_operator_defined_test_alerts_title" msgid="3362963120884373036">"ஐரோப்பிய ஒன்றியத்துக்கு ஒதுக்கப்பட்டது"</string>
+</resources>
diff --git a/res/values-mcc219-te/strings.xml b/res/values-mcc219-te/strings.xml
new file mode 100644
index 0000000..7222b4c
--- /dev/null
+++ b/res/values-mcc219-te/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+  -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- no translation found for cmas_extreme_alert (448557479410805515) -->
+    <skip />
+    <!-- no translation found for cmas_severe_alert (4519502975421544731) -->
+    <skip />
+    <!-- no translation found for cmas_exercise_alert (2339965271952259304) -->
+    <skip />
+    <!-- no translation found for public_safety_message (8396277903711285288) -->
+    <skip />
+    <!-- no translation found for emergency_alert (4547863206232257947) -->
+    <skip />
+    <!-- no translation found for state_local_test_alert (1130036880854851130) -->
+    <skip />
+    <string name="enable_cmas_presidential_alerts_title" msgid="3534852322578108211">"ఎమర్జెన్సీ అలారం"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="8576288857704383650">"విపరీతమైన ప్రమాదం"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1832317443314951890">"ముఖ్యమైన ప్రమాదం"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="7436837874014559921">"వ్యక్తి కనిపించడం లేదు"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="6042593731810177621">"సెల్ ప్రసార టెస్ట్"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1231668381853354024">"EU వ్యాయామం"</string>
+    <string name="enable_public_safety_messages_title" msgid="6862686863231116574">"ప్రమాదకరమైన సమాచారం"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="1943277306183523272">"సమాచారం"</string>
+    <string name="enable_emergency_alerts_message_summary" msgid="971537902040466940">"సమాచార మెసేజ్‌లు"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="5010586946959105408">"పరీక్ష హెచ్చరిక"</string>
+    <string name="enable_operator_defined_test_alerts_title" msgid="3362963120884373036">"EU రిజర్వ్ చేయబడినవి"</string>
+</resources>
diff --git a/res/values-mcc219-th/strings.xml b/res/values-mcc219-th/strings.xml
new file mode 100644
index 0000000..552f745
--- /dev/null
+++ b/res/values-mcc219-th/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+  -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- no translation found for cmas_extreme_alert (448557479410805515) -->
+    <skip />
+    <!-- no translation found for cmas_severe_alert (4519502975421544731) -->
+    <skip />
+    <!-- no translation found for cmas_exercise_alert (2339965271952259304) -->
+    <skip />
+    <!-- no translation found for public_safety_message (8396277903711285288) -->
+    <skip />
+    <!-- no translation found for emergency_alert (4547863206232257947) -->
+    <skip />
+    <!-- no translation found for state_local_test_alert (1130036880854851130) -->
+    <skip />
+    <string name="enable_cmas_presidential_alerts_title" msgid="3534852322578108211">"สัญญาณเตือนฉุกเฉิน"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="8576288857704383650">"อันตรายระดับสูงสุด"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1832317443314951890">"อันตรายอย่างมาก"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="7436837874014559921">"ผู้สูญหาย"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="6042593731810177621">"การทดสอบการส่งข้อมูลเตือนภัยทางมือถือ (CB)"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1231668381853354024">"การบังคับใช้นโยบายของสหภาพยุโรป"</string>
+    <string name="enable_public_safety_messages_title" msgid="6862686863231116574">"ข้อมูลความเป็นอันตราย"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="1943277306183523272">"ข้อมูล"</string>
+    <string name="enable_emergency_alerts_message_summary" msgid="971537902040466940">"ข้อความแจ้งข้อมูล"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="5010586946959105408">"การแจ้งเตือนการทดสอบ"</string>
+    <string name="enable_operator_defined_test_alerts_title" msgid="3362963120884373036">"เฉพาะในสหภาพยุโรป"</string>
+</resources>
diff --git a/res/values-mcc219-tl/strings.xml b/res/values-mcc219-tl/strings.xml
new file mode 100644
index 0000000..167928d
--- /dev/null
+++ b/res/values-mcc219-tl/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+  -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- no translation found for cmas_extreme_alert (448557479410805515) -->
+    <skip />
+    <!-- no translation found for cmas_severe_alert (4519502975421544731) -->
+    <skip />
+    <!-- no translation found for cmas_exercise_alert (2339965271952259304) -->
+    <skip />
+    <!-- no translation found for public_safety_message (8396277903711285288) -->
+    <skip />
+    <!-- no translation found for emergency_alert (4547863206232257947) -->
+    <skip />
+    <!-- no translation found for state_local_test_alert (1130036880854851130) -->
+    <skip />
+    <string name="enable_cmas_presidential_alerts_title" msgid="3534852322578108211">"Emergency Alarm"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="8576288857704383650">"Matinding Panganib"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1832317443314951890">"Malaking Panganib"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="7436837874014559921">"Nawawalang tao"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="6042593731810177621">"Pagsubok sa Cell Broadcast"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1231668381853354024">"Exercise sa EU"</string>
+    <string name="enable_public_safety_messages_title" msgid="6862686863231116574">"Impormasyon ng Panganib"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="1943277306183523272">"Impormasyon"</string>
+    <string name="enable_emergency_alerts_message_summary" msgid="971537902040466940">"Mga mensahe ng impormasyon"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="5010586946959105408">"Pansubok na Babala"</string>
+    <string name="enable_operator_defined_test_alerts_title" msgid="3362963120884373036">"Nakareserba sa EU"</string>
+</resources>
diff --git a/res/values-mcc219-tr/strings.xml b/res/values-mcc219-tr/strings.xml
new file mode 100644
index 0000000..3c8c956
--- /dev/null
+++ b/res/values-mcc219-tr/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+  -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- no translation found for cmas_extreme_alert (448557479410805515) -->
+    <skip />
+    <!-- no translation found for cmas_severe_alert (4519502975421544731) -->
+    <skip />
+    <!-- no translation found for cmas_exercise_alert (2339965271952259304) -->
+    <skip />
+    <!-- no translation found for public_safety_message (8396277903711285288) -->
+    <skip />
+    <!-- no translation found for emergency_alert (4547863206232257947) -->
+    <skip />
+    <!-- no translation found for state_local_test_alert (1130036880854851130) -->
+    <skip />
+    <string name="enable_cmas_presidential_alerts_title" msgid="3534852322578108211">"Acil Durum Alarmı"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="8576288857704383650">"Olağanüstü Tehlike"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1832317443314951890">"Önemli Tehlike"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="7436837874014559921">"Kayıp kişi"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="6042593731810177621">"Hücre Yayın Testi"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1231668381853354024">"AB Tatbikatı"</string>
+    <string name="enable_public_safety_messages_title" msgid="6862686863231116574">"Tehlike Bilgisi"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="1943277306183523272">"Bilgi"</string>
+    <string name="enable_emergency_alerts_message_summary" msgid="971537902040466940">"Bilgi mesajları"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="5010586946959105408">"Test Uyarısı"</string>
+    <string name="enable_operator_defined_test_alerts_title" msgid="3362963120884373036">"AB İçin Ayrıldı"</string>
+</resources>
diff --git a/res/values-mcc219-uk/strings.xml b/res/values-mcc219-uk/strings.xml
new file mode 100644
index 0000000..7a6b620
--- /dev/null
+++ b/res/values-mcc219-uk/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+  -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- no translation found for cmas_extreme_alert (448557479410805515) -->
+    <skip />
+    <!-- no translation found for cmas_severe_alert (4519502975421544731) -->
+    <skip />
+    <!-- no translation found for cmas_exercise_alert (2339965271952259304) -->
+    <skip />
+    <!-- no translation found for public_safety_message (8396277903711285288) -->
+    <skip />
+    <!-- no translation found for emergency_alert (4547863206232257947) -->
+    <skip />
+    <!-- no translation found for state_local_test_alert (1130036880854851130) -->
+    <skip />
+    <string name="enable_cmas_presidential_alerts_title" msgid="3534852322578108211">"Аварійна сигналізація"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="8576288857704383650">"Надзвичайна небезпека"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1832317443314951890">"Значна небезпека"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="7436837874014559921">"Зникла особа"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="6042593731810177621">"Тестове повідомлення Cell Broadcast"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1231668381853354024">"Тренувальне сповіщення (ЄС)"</string>
+    <string name="enable_public_safety_messages_title" msgid="6862686863231116574">"Інформація про небезпеку"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="1943277306183523272">"Інформація"</string>
+    <string name="enable_emergency_alerts_message_summary" msgid="971537902040466940">"Інформаційні повідомлення"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="5010586946959105408">"Тестове попередження"</string>
+    <string name="enable_operator_defined_test_alerts_title" msgid="3362963120884373036">"Зарезервовано: ЄС"</string>
+</resources>
diff --git a/res/values-mcc219-ur/strings.xml b/res/values-mcc219-ur/strings.xml
new file mode 100644
index 0000000..72f82d0
--- /dev/null
+++ b/res/values-mcc219-ur/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+  -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- no translation found for cmas_extreme_alert (448557479410805515) -->
+    <skip />
+    <!-- no translation found for cmas_severe_alert (4519502975421544731) -->
+    <skip />
+    <!-- no translation found for cmas_exercise_alert (2339965271952259304) -->
+    <skip />
+    <!-- no translation found for public_safety_message (8396277903711285288) -->
+    <skip />
+    <!-- no translation found for emergency_alert (4547863206232257947) -->
+    <skip />
+    <!-- no translation found for state_local_test_alert (1130036880854851130) -->
+    <skip />
+    <string name="enable_cmas_presidential_alerts_title" msgid="3534852322578108211">"ایمرجنسی الارم"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="8576288857704383650">"انتہائی خطرہ"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1832317443314951890">"بہت خطرہ"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="7436837874014559921">"گم شدہ شخص"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="6042593731810177621">"سیل نشریہ سے متعلق ٹیسٹ"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1231668381853354024">"یورپی یونین کی مشق"</string>
+    <string name="enable_public_safety_messages_title" msgid="6862686863231116574">"خطرہ سے متعلق معلومات"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="1943277306183523272">"معلومات"</string>
+    <string name="enable_emergency_alerts_message_summary" msgid="971537902040466940">"معلوماتی پیغامات"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="5010586946959105408">"ٹیسٹ سے متعلق وارننگ"</string>
+    <string name="enable_operator_defined_test_alerts_title" msgid="3362963120884373036">"یورپی یونین کے لیے مخصوص"</string>
+</resources>
diff --git a/res/values-mcc219-uz/strings.xml b/res/values-mcc219-uz/strings.xml
new file mode 100644
index 0000000..5bffdd2
--- /dev/null
+++ b/res/values-mcc219-uz/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+  -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- no translation found for cmas_extreme_alert (448557479410805515) -->
+    <skip />
+    <!-- no translation found for cmas_severe_alert (4519502975421544731) -->
+    <skip />
+    <!-- no translation found for cmas_exercise_alert (2339965271952259304) -->
+    <skip />
+    <!-- no translation found for public_safety_message (8396277903711285288) -->
+    <skip />
+    <!-- no translation found for emergency_alert (4547863206232257947) -->
+    <skip />
+    <!-- no translation found for state_local_test_alert (1130036880854851130) -->
+    <skip />
+    <string name="enable_cmas_presidential_alerts_title" msgid="3534852322578108211">"Favqulodda holat signalizatsiyasi"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="8576288857704383650">"Oʻta yuqori xavf"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1832317443314951890">"Sezilarli xavf"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="7436837874014559921">"Odam yoʻqolib qoldi"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="6042593731810177621">"Ommaviy ogohlantiruv sinovi"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1231668381853354024">"UE mashq signali"</string>
+    <string name="enable_public_safety_messages_title" msgid="6862686863231116574">"Xavf haqida maʼlumot"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="1943277306183523272">"Maʼlumot"</string>
+    <string name="enable_emergency_alerts_message_summary" msgid="971537902040466940">"Axborot xabarlari"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="5010586946959105408">"Sinov ogohlantiruvi"</string>
+    <string name="enable_operator_defined_test_alerts_title" msgid="3362963120884373036">"EU uchun ajratilgan"</string>
+</resources>
diff --git a/res/values-mcc219-vi/strings.xml b/res/values-mcc219-vi/strings.xml
new file mode 100644
index 0000000..6414c7e
--- /dev/null
+++ b/res/values-mcc219-vi/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+  -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- no translation found for cmas_extreme_alert (448557479410805515) -->
+    <skip />
+    <!-- no translation found for cmas_severe_alert (4519502975421544731) -->
+    <skip />
+    <!-- no translation found for cmas_exercise_alert (2339965271952259304) -->
+    <skip />
+    <!-- no translation found for public_safety_message (8396277903711285288) -->
+    <skip />
+    <!-- no translation found for emergency_alert (4547863206232257947) -->
+    <skip />
+    <!-- no translation found for state_local_test_alert (1130036880854851130) -->
+    <skip />
+    <string name="enable_cmas_presidential_alerts_title" msgid="3534852322578108211">"Chuông báo khẩn cấp"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="8576288857704383650">"Nguy hiểm nghiêm trọng"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1832317443314951890">"Nguy hiểm đáng kể"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="7436837874014559921">"Người mất tích"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="6042593731810177621">"Thử nghiệm tính năng truyền phát trên di động"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1231668381853354024">"Diễn tập tại Liên minh Châu Âu"</string>
+    <string name="enable_public_safety_messages_title" msgid="6862686863231116574">"Thông tin về mối nguy hiểm"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="1943277306183523272">"Thông tin"</string>
+    <string name="enable_emergency_alerts_message_summary" msgid="971537902040466940">"Thông báo thông tin"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="5010586946959105408">"Cảnh báo thử nghiệm"</string>
+    <string name="enable_operator_defined_test_alerts_title" msgid="3362963120884373036">"Dành riêng cho Liên minh Châu Âu"</string>
+</resources>
diff --git a/res/values-mcc219-zh-rCN/strings.xml b/res/values-mcc219-zh-rCN/strings.xml
new file mode 100644
index 0000000..8ee4a50
--- /dev/null
+++ b/res/values-mcc219-zh-rCN/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+  -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- no translation found for cmas_extreme_alert (448557479410805515) -->
+    <skip />
+    <!-- no translation found for cmas_severe_alert (4519502975421544731) -->
+    <skip />
+    <!-- no translation found for cmas_exercise_alert (2339965271952259304) -->
+    <skip />
+    <!-- no translation found for public_safety_message (8396277903711285288) -->
+    <skip />
+    <!-- no translation found for emergency_alert (4547863206232257947) -->
+    <skip />
+    <!-- no translation found for state_local_test_alert (1130036880854851130) -->
+    <skip />
+    <string name="enable_cmas_presidential_alerts_title" msgid="3534852322578108211">"紧急警报"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="8576288857704383650">"极端危险"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1832317443314951890">"非常危险"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="7436837874014559921">"人员失踪"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="6042593731810177621">"小区广播测试"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1231668381853354024">"欧盟演习"</string>
+    <string name="enable_public_safety_messages_title" msgid="6862686863231116574">"危险警示信息"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="1943277306183523272">"信息"</string>
+    <string name="enable_emergency_alerts_message_summary" msgid="971537902040466940">"信息类消息"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="5010586946959105408">"测试警告"</string>
+    <string name="enable_operator_defined_test_alerts_title" msgid="3362963120884373036">"欧盟保留"</string>
+</resources>
diff --git a/res/values-mcc219-zh-rHK/strings.xml b/res/values-mcc219-zh-rHK/strings.xml
new file mode 100644
index 0000000..128a2c9
--- /dev/null
+++ b/res/values-mcc219-zh-rHK/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+  -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- no translation found for cmas_extreme_alert (448557479410805515) -->
+    <skip />
+    <!-- no translation found for cmas_severe_alert (4519502975421544731) -->
+    <skip />
+    <!-- no translation found for cmas_exercise_alert (2339965271952259304) -->
+    <skip />
+    <!-- no translation found for public_safety_message (8396277903711285288) -->
+    <skip />
+    <!-- no translation found for emergency_alert (4547863206232257947) -->
+    <skip />
+    <!-- no translation found for state_local_test_alert (1130036880854851130) -->
+    <skip />
+    <string name="enable_cmas_presidential_alerts_title" msgid="3534852322578108211">"緊急警報"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="8576288857704383650">"極端危險"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1832317443314951890">"重大危險"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="7436837874014559921">"失蹤"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="6042593731810177621">"區域廣播測試"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1231668381853354024">"歐盟演習"</string>
+    <string name="enable_public_safety_messages_title" msgid="6862686863231116574">"災害資訊"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="1943277306183523272">"資訊"</string>
+    <string name="enable_emergency_alerts_message_summary" msgid="971537902040466940">"資訊訊息"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="5010586946959105408">"警告測試"</string>
+    <string name="enable_operator_defined_test_alerts_title" msgid="3362963120884373036">"歐盟專用"</string>
+</resources>
diff --git a/res/values-mcc219-zh-rTW/strings.xml b/res/values-mcc219-zh-rTW/strings.xml
new file mode 100644
index 0000000..9fbd87a
--- /dev/null
+++ b/res/values-mcc219-zh-rTW/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+  -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- no translation found for cmas_extreme_alert (448557479410805515) -->
+    <skip />
+    <!-- no translation found for cmas_severe_alert (4519502975421544731) -->
+    <skip />
+    <!-- no translation found for cmas_exercise_alert (2339965271952259304) -->
+    <skip />
+    <!-- no translation found for public_safety_message (8396277903711285288) -->
+    <skip />
+    <!-- no translation found for emergency_alert (4547863206232257947) -->
+    <skip />
+    <!-- no translation found for state_local_test_alert (1130036880854851130) -->
+    <skip />
+    <string name="enable_cmas_presidential_alerts_title" msgid="3534852322578108211">"緊急警報"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="8576288857704383650">"極度危險"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1832317443314951890">"非常危險"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="7436837874014559921">"失蹤人口"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="6042593731810177621">"區域廣播測試"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1231668381853354024">"歐盟演習"</string>
+    <string name="enable_public_safety_messages_title" msgid="6862686863231116574">"危險警示資訊"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="1943277306183523272">"資訊"</string>
+    <string name="enable_emergency_alerts_message_summary" msgid="971537902040466940">"資訊訊息"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="5010586946959105408">"測試警告"</string>
+    <string name="enable_operator_defined_test_alerts_title" msgid="3362963120884373036">"歐盟保留"</string>
+</resources>
diff --git a/res/values-mcc219-zu/strings.xml b/res/values-mcc219-zu/strings.xml
new file mode 100644
index 0000000..e398b5e
--- /dev/null
+++ b/res/values-mcc219-zu/strings.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+  -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- no translation found for cmas_extreme_alert (448557479410805515) -->
+    <skip />
+    <!-- no translation found for cmas_severe_alert (4519502975421544731) -->
+    <skip />
+    <!-- no translation found for cmas_exercise_alert (2339965271952259304) -->
+    <skip />
+    <!-- no translation found for public_safety_message (8396277903711285288) -->
+    <skip />
+    <!-- no translation found for emergency_alert (4547863206232257947) -->
+    <skip />
+    <!-- no translation found for state_local_test_alert (1130036880854851130) -->
+    <skip />
+    <string name="enable_cmas_presidential_alerts_title" msgid="3534852322578108211">"I-Alamu Yesimo Esiphuthumayo"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="8576288857704383650">"Ingozi Edlulele"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1832317443314951890">"Ingozi Ebalulekile"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="7436837874014559921">"Umuntu ongekho"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="6042593731810177621">"Ukuhlolwa Kokusakazwa Kweselula"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1231668381853354024">"Umsebezi we-EU"</string>
+    <string name="enable_public_safety_messages_title" msgid="6862686863231116574">"Ulwazi Lwezingozi"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="1943277306183523272">"Ulwazi"</string>
+    <string name="enable_emergency_alerts_message_summary" msgid="971537902040466940">"Imiyalezo yolwazi"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="5010586946959105408">"Isexwayiso Sokuhlola"</string>
+    <string name="enable_operator_defined_test_alerts_title" msgid="3362963120884373036">"Kubhukhwe yi-EU"</string>
+</resources>
diff --git a/res/values-mcc219/config.xml b/res/values-mcc219/config.xml
new file mode 100644
index 0000000..fd0b53e
--- /dev/null
+++ b/res/values-mcc219/config.xml
@@ -0,0 +1,91 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+
+<resources>
+    <!-- 4370, 4383 EU-Alert level 1 -->
+    <string-array name="cmas_presidential_alerts_channels_range_strings" translatable="false">
+        <item>0x1112:rat=gsm, emergency=true, alert_duration=300000, always_on=true, override_dnd=true, vibration=0|1000|500|1000|500|1000|500|2000|500|2000|500|2000|500|1000|500|1000|500|1000|500, pulsation=0xffff0000|300000</item>
+        <!-- additional language -->
+        <item>0x111F:rat=gsm, emergency=true, alert_duration=300000, always_on=true, override_dnd=true, vibration=0|1000|500|1000|500|1000|500|2000|500|2000|500|2000|500|1000|500|1000|500|1000|500, pulsation=0xffff0000|300000</item>
+    </string-array>
+    <!-- 4371, 4384 EU-Alert level 2 -->
+    <string-array name="cmas_alert_extreme_channels_range_strings" translatable="false">
+        <item>0x1113:rat=gsm, emergency=true, alert_duration=16500, vibration=0|1000|500|1000|500|1000|500|2000|500|2000|500|2000|500|1000|500|1000|500|1000|500, pulsation=0xffff0000|16500</item>
+        <!-- additional language -->
+        <item>0x1120:rat=gsm, emergency=true, alert_duration=16500, vibration=0|1000|500|1000|500|1000|500|2000|500|2000|500|2000|500|1000|500|1000|500|1000|500, pulsation=0xffff0000|16500</item>
+    </string-array>
+    <!-- 4373, 4386 EU-Alert level 3 -->
+    <string-array name="cmas_alerts_severe_range_strings" translatable="false">
+        <item>0x1115:rat=gsm, emergency=true, alert_duration=16500, vibration=0|1000|500|1000|500|1000|500|2000|500|2000|500|2000|500|1000|500|1000|500|1000|500, pulsation=0xffffffff|16500</item>
+        <!-- additional language -->
+        <item>0x1122:rat=gsm, emergency=true, alert_duration=16500, vibration=0|1000|500|1000|500|1000|500|2000|500|2000|500|2000|500|1000|500|1000|500|1000|500, pulsation=0xffffffff|16500</item>
+    </string-array>
+    <!-- 4396, 4397 EU-Alert level 4 -->
+    <string-array name="public_safety_messages_channels_range_strings" translatable="false">
+        <item>0x112C:rat=gsm, emergency=true, alert_duration=16500, vibration=0|1000|500|1000|500|1000|500|2000|500|2000|500|2000|500|1000|500|1000|500|1000|500, pulsation=0xffffffff|16500</item>
+        <!-- additional language -->
+        <item>0x112D:rat=gsm, emergency=true, alert_duration=16500, vibration=0|1000|500|1000|500|1000|500|2000|500|2000|500|2000|500|1000|500|1000|500|1000|500, pulsation=0xffffffff|16500</item>
+    </string-array>
+    <!-- 6400 EU-Info -->
+    <string-array name="emergency_alerts_channels_range_strings" translatable="false">
+        <item>0x1900:rat=gsm, emergency=true, type=info</item>
+    </string-array>
+    <!-- 4379, 4392 EU-Amber -->
+    <string-array name="cmas_amber_alerts_channels_range_strings" translatable="false">
+        <item>0x111B:rat=gsm, emergency=true, alert_duration=16500, vibration=0|1000|500|1000|500|1000|500|2000|500|2000|500|2000|500|1000|500|1000|500|1000|500, pulsation=0xffffbf00|16500</item>
+        <!-- additional language -->
+        <item>0x1128:rat=gsm, emergency=true, alert_duration=16500, vibration=0|1000|500|1000|500|1000|500|2000|500|2000|500|2000|500|1000|500|1000|500|1000|500, pulsation=0xffffbf00|16500</item>
+    </string-array>
+    <!-- 4380, 4393 EU-Monthly Test -->
+    <string-array name="required_monthly_test_range_strings" translatable="false">
+        <item>0x111C:rat=gsm, emergency=true</item>
+        <!-- additional language -->
+        <item>0x1129:rat=gsm, emergency=true</item>
+    </string-array>
+    <!-- 4398, 4399 EU-test -->
+    <string-array name="state_local_test_alert_range_strings" translatable="false">
+        <item>0x112E:rat=gsm, emergency=true, alert_duration=16500, vibration=0|1000|500|1000|500|1000|500|2000|500|2000|500|2000|500|1000|500|1000|500|1000|500, pulsation=0xffffffff|16500</item>
+        <!-- additional language -->
+        <item>0x112F:rat=gsm, emergency=true, alert_duration=16500, vibration=0|1000|500|1000|500|1000|500|2000|500|2000|500|2000|500|1000|500|1000|500|1000|500, pulsation=0xffffffff|16500</item>
+    </string-array>
+    <!-- 4381, 4394 EU-Exercise -->
+    <string-array name="exercise_alert_range_strings" translatable="false">
+        <item>0x111D:rat=gsm, emergency=true</item>
+        <!-- additional language -->
+        <item>0x112A:rat=gsm, emergency=true</item>
+    </string-array>
+    <!-- 4382, 4395 EU-Reserved -->
+    <string-array name="operator_defined_alert_range_strings" translatable="false">
+        <item>0x111E:rat=gsm, emergency=true</item>
+        <!-- additional language -->
+        <item>0x112B:rat=gsm, emergency=true</item>
+    </string-array>
+
+    <!-- Whether to display presidential alert in the settings -->
+    <bool name="show_presidential_alerts_settings">true</bool>
+    <!-- Whether to show test settings -->
+    <bool name="show_test_settings">false</bool>
+    <!-- whether to display a separate operator defined test settings. -->
+    <bool name="show_separate_operator_defined_settings">true</bool>
+    <!-- To display a separate exercise test settings. -->
+    <bool name="show_separate_exercise_settings">true</bool>
+
+    <!-- Emergency alerts toggle default value -->
+    <bool name="emergency_alerts_enabled_default">false</bool>
+
+    <string-array name="etws_alerts_range_strings" translatable="false" />
+    <string-array name="etws_test_alerts_range_strings" translatable="false" />
+</resources>
diff --git a/res/values-mcc219/strings.xml b/res/values-mcc219/strings.xml
new file mode 100644
index 0000000..bc5359c
--- /dev/null
+++ b/res/values-mcc219/strings.xml
@@ -0,0 +1,73 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- CMAS dialog title for presidential level alert. [CHAR LIMIT=50] -->
+    <string name="cmas_presidential_level_alert" translatable="false">HR-ALERT</string>
+    <!-- CMAS dialog title for extreme alert. [CHAR LIMIT=50] -->
+    <string name="cmas_extreme_alert">@string/cmas_presidential_level_alert</string>
+    <!-- CMAS dialog title for severe alert. [CHAR LIMIT=50] -->
+    <string name="cmas_severe_alert">@string/cmas_presidential_level_alert</string>
+    <!-- CMAS dialog title for child abduction emergency (Amber Alert). [CHAR LIMIT=50] -->
+    <string name="cmas_amber_alert" translatable="false">HR-AMBER</string>
+    <!-- CMAS dialog title for required monthly test. [CHAR LIMIT=50] -->
+    <string name="cmas_required_monthly_test" translatable="false">Cell Broadcast Test</string>
+    <!-- CMAS dialog title for CMAS Exercise. [CHAR LIMIT=50] -->
+    <string name="cmas_exercise_alert">@string/cmas_presidential_level_alert</string>
+    <!-- Dialog title for all public safety message broadcasts. [CHAR LIMIT=50] -->
+    <string name="public_safety_message">@string/cmas_presidential_level_alert</string>
+    <!-- Dialog title or menu title of emergency alert. [CHAR LIMIT=50] -->
+    <string name="emergency_alert">@string/cmas_presidential_level_alert</string>
+    <!-- Dialog title for all state/local test alerts. [CHAR LIMIT=50] -->
+    <string name="state_local_test_alert">@string/cmas_presidential_level_alert</string>
+    <!-- CMAS dialog title for operator defined use. [CHAR LIMIT=50] -->
+    <string name="cmas_operator_defined_alert" translatable="false">EU Reserved</string>
+
+    <!-- Preference title for enable presidential threat alerts checkbox. [CHAR LIMIT=40] -->
+    <!-- Required Croatia(hr) translation for this message: Hitni alarm -->
+    <string name="enable_cmas_presidential_alerts_title">Emergency Alarm</string>
+    <!-- Preference title for enable CMAS extreme threat alerts checkbox. [CHAR LIMIT=50] -->
+    <!-- Required Croatia(hr) translation for this message: Ekstremna opasnost -->
+    <string name="enable_cmas_extreme_threat_alerts_title">Extreme Danger</string>
+    <!-- Preference title for enable CMAS severe threat alerts checkbox. [CHAR LIMIT=50] -->
+    <!-- Required Croatia(hr) translation for this message: Značajna opasnost -->
+    <string name="enable_cmas_severe_threat_alerts_title">Significant Danger</string>
+    <!-- Preference title for enable CMAS amber alerts checkbox. [CHAR LIMIT=50] -->
+    <!-- Required Croatia(hr) translation for this message: Nestala osoba -->
+    <string name="enable_cmas_amber_alerts_title">Missing person</string>
+    <!-- Preference title for other test alerts checkbox. [CHAR LIMIT=50] -->
+    <!-- Required Croatia(hr) translation for this message: Cell Broadcast Test -->
+    <string name="enable_cmas_test_alerts_title">Cell Broadcast Test</string>
+    <!-- Preference title for exercise test alerts checkbox. [CHAR LIMIT=50] -->
+    <!-- Required Croatia(hr) translation for this message: Vježba na području EU-a -->
+    <string name="enable_exercise_test_alerts_title">EU Exercise</string>
+    <!-- Preference title for enable public safety messages checkbox. [CHAR LIMIT=100] -->
+    <!-- Required Croatia(hr) translation for this message: Informacije o opasnosti -->
+    <string name="enable_public_safety_messages_title">Hazard Information</string>
+    <!-- Preference title for enable emergency alerts messages checkbox. [CHAR LIMIT=100] -->
+    <!-- Required Croatia(hr) translation for this message: Informacije -->
+    <string name="enable_emergency_alerts_message_title">Information</string>
+    <!-- Preference summary for enable emergency alerts messages checkbox. [CHAR LIMIT=100] -->
+    <!-- Required Croatia(hr) translation for this message: Informativne poruke -->
+    <string name="enable_emergency_alerts_message_summary">Information messages</string>
+    <!-- Preference title for enable state/local test alerts checkbox. [CHAR LIMIT=100] -->
+    <!-- Required Croatia(hr) translation for this message: Testno upozorenje -->
+    <string name="enable_state_local_test_alerts_title">Test Warning</string>
+    <!-- Preference title for operator defined test alerts checkbox. [CHAR LIMIT=50] -->
+    <!-- Required Croatia(hr) translation for this message: Ograničeno na EU -->
+    <string name="enable_operator_defined_test_alerts_title">EU Reserved</string>
+</resources>
diff --git a/res/values-mcc222-ne/strings.xml b/res/values-mcc222-ne/strings.xml
index 31573ea..564e70c 100644
--- a/res/values-mcc222-ne/strings.xml
+++ b/res/values-mcc222-ne/strings.xml
@@ -28,5 +28,5 @@
     <!-- no translation found for enable_cmas_extreme_threat_alerts_title (4190349287603327927) -->
     <skip />
     <string name="alerts_header_summary" msgid="5963536832729208581">"प्रयोगकर्ताले जस्तोसुकै सेटिङ लागू गरेको भए तापनि अत्यन्त जरुरी सन्देशहरूमा रोक लगाइँदैन"</string>
-    <string name="enable_cmas_test_alerts_title" msgid="7658007515811137035">"परीक्षण सन्देशहरू"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="7658007515811137035">"परीक्षण म्यासेजहरू"</string>
 </resources>
diff --git a/res/values-mcc222-zh-rHK/strings.xml b/res/values-mcc222-zh-rHK/strings.xml
index c133d7f..f23a044 100644
--- a/res/values-mcc222-zh-rHK/strings.xml
+++ b/res/values-mcc222-zh-rHK/strings.xml
@@ -27,6 +27,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/config.xml b/res/values-mcc222/config.xml
index 7dc7823..f37e757 100644
--- a/res/values-mcc222/config.xml
+++ b/res/values-mcc222/config.xml
@@ -17,7 +17,7 @@
     <!-- Play alert sound in full volume regardless Do Not Disturb is on -->
     <bool name="override_dnd">true</bool>
     <!-- Append date-time to the alert title -->
-    <string name="date_time_format" translatable="false">MMM dd, hh:mm a</string>
+    <string name="date_time_format" translatable="false">dd MMMM yyyy, HH:mm</string>
 
     <!-- 4370, 4383 -->
     <string-array name="cmas_presidential_alerts_channels_range_strings" translatable="false">
diff --git a/res/values-mcc232-af/strings.xml b/res/values-mcc232-af/strings.xml
new file mode 100644
index 0000000..ee3ecfa
--- /dev/null
+++ b/res/values-mcc232-af/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2022 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="28280561773493762">"Noodalarm"</string>
+    <string name="cmas_extreme_alert" msgid="9122792746957924456">"Uiterse gevaar"</string>
+    <string name="cmas_severe_alert" msgid="628940584325136759">"Ernstige gevaar"</string>
+    <string name="public_safety_message" msgid="8084690288011309280">"Inligting oor gevaar"</string>
+    <string name="cmas_amber_alert" msgid="404589837946037736">"Soek ’n vermiste persoon"</string>
+    <string name="state_local_test_alert" msgid="3774161961273584245">"Toetswaarskuwing"</string>
+    <string name="cmas_exercise_alert" msgid="4845005677469935113">"Toetsalarm"</string>
+    <string name="cmas_required_monthly_test" msgid="8386390153236774475">"Seluitsendingtoets"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="2361635321508611596">"Uiterse gevaar"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1718166777595485623">"Ernstige gevaar"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="3125202178531035580">"Vermiste persone"</string>
+    <string name="enable_cmas_amber_alerts_summary" msgid="5252326889751639729">"Soek vermiste persone"</string>
+    <string name="enable_public_safety_messages_title" msgid="3974955568145658404">"Inligting oor gevaar"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="1795129352473584681">"Toetswaarskuwing"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="569839026995925829">"Toetsalarm"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="3897522692038895778">"Seluitsendingtoets"</string>
+</resources>
diff --git a/res/values-mcc232-am/strings.xml b/res/values-mcc232-am/strings.xml
new file mode 100644
index 0000000..a9955ed
--- /dev/null
+++ b/res/values-mcc232-am/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2022 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="28280561773493762">"የድንገተኛ አደጋ ማንቂያ"</string>
+    <string name="cmas_extreme_alert" msgid="9122792746957924456">"እጅግ በጣም ከባድ ስጋት"</string>
+    <string name="cmas_severe_alert" msgid="628940584325136759">"ከባድ ስጋት"</string>
+    <string name="public_safety_message" msgid="8084690288011309280">"የስጋት መረጃ"</string>
+    <string name="cmas_amber_alert" msgid="404589837946037736">"የጠፋ ሰውን ይፈልጉ"</string>
+    <string name="state_local_test_alert" msgid="3774161961273584245">"የሙከራ ማንቂያ"</string>
+    <string name="cmas_exercise_alert" msgid="4845005677469935113">"የሙከራ ማንቂያ"</string>
+    <string name="cmas_required_monthly_test" msgid="8386390153236774475">"የተንቀሳቃሽ ስልክ ስርጭት ሙከራ"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="2361635321508611596">"እጅግ በጣም ከባድ ስጋት"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1718166777595485623">"ከባድ ስጋት"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="3125202178531035580">"የጠፉ ሰዎች"</string>
+    <string name="enable_cmas_amber_alerts_summary" msgid="5252326889751639729">"የጠፉ ሰዎችን ይፈልጉ"</string>
+    <string name="enable_public_safety_messages_title" msgid="3974955568145658404">"የስጋት መረጃ"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="1795129352473584681">"የሙከራ ማንቂያ"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="569839026995925829">"የሙከራ ማንቂያ"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="3897522692038895778">"የተንቀሳቃሽ ስልክ ስርጭት ሙከራ"</string>
+</resources>
diff --git a/res/values-mcc232-ar/strings.xml b/res/values-mcc232-ar/strings.xml
new file mode 100644
index 0000000..cc3b230
--- /dev/null
+++ b/res/values-mcc232-ar/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2022 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="28280561773493762">"إنذار طوارئ"</string>
+    <string name="cmas_extreme_alert" msgid="9122792746957924456">"تهديد بالغ الخطورة"</string>
+    <string name="cmas_severe_alert" msgid="628940584325136759">"تهديد خطير"</string>
+    <string name="public_safety_message" msgid="8084690288011309280">"معلومات عن التهديد"</string>
+    <string name="cmas_amber_alert" msgid="404589837946037736">"البحث عن شخص مفقود"</string>
+    <string name="state_local_test_alert" msgid="3774161961273584245">"تنبيه تجريبي"</string>
+    <string name="cmas_exercise_alert" msgid="4845005677469935113">"إنذار تجريبي"</string>
+    <string name="cmas_required_monthly_test" msgid="8386390153236774475">"اختبار بث خلوي"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="2361635321508611596">"تهديد بالغ الخطورة"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1718166777595485623">"تهديد خطير"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="3125202178531035580">"أشخاص مفقودون"</string>
+    <string name="enable_cmas_amber_alerts_summary" msgid="5252326889751639729">"البحث عن أشخاص مفقودين"</string>
+    <string name="enable_public_safety_messages_title" msgid="3974955568145658404">"معلومات عن التهديد"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="1795129352473584681">"تنبيه تجريبي"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="569839026995925829">"إنذار تجريبي"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="3897522692038895778">"اختبار بث خلوي"</string>
+</resources>
diff --git a/res/values-mcc232-as/strings.xml b/res/values-mcc232-as/strings.xml
new file mode 100644
index 0000000..e0bcb47
--- /dev/null
+++ b/res/values-mcc232-as/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2022 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="28280561773493762">"জৰুৰীকালীন এলাৰ্ম"</string>
+    <string name="cmas_extreme_alert" msgid="9122792746957924456">"চৰম ভাবুকি"</string>
+    <string name="cmas_severe_alert" msgid="628940584325136759">"গুৰুতৰ ভাবুকি"</string>
+    <string name="public_safety_message" msgid="8084690288011309280">"ভাবুকি সম্পৰ্কীয় তথ্য"</string>
+    <string name="cmas_amber_alert" msgid="404589837946037736">"নিৰুদ্দেশ হোৱা ব্যক্তিৰ সন্ধান কৰক"</string>
+    <string name="state_local_test_alert" msgid="3774161961273584245">"পৰীক্ষামূলক সতৰ্কবাৰ্তা"</string>
+    <string name="cmas_exercise_alert" msgid="4845005677469935113">"পৰীক্ষামূলক এলাৰ্ম"</string>
+    <string name="cmas_required_monthly_test" msgid="8386390153236774475">"চেল সম্প্ৰচাৰৰ পৰীক্ষা"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="2361635321508611596">"চৰম ভাবুকি"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1718166777595485623">"গুৰুতৰ ভাবুকি"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="3125202178531035580">"নিৰুদ্দেশ হোৱা ব্যক্তিসকল"</string>
+    <string name="enable_cmas_amber_alerts_summary" msgid="5252326889751639729">"নিৰুদ্দেশ হোৱা ব্যক্তিসকলৰ সন্ধান কৰক"</string>
+    <string name="enable_public_safety_messages_title" msgid="3974955568145658404">"ভাবুকি সম্পৰ্কীয় তথ্য"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="1795129352473584681">"পৰীক্ষামূলক সতৰ্কবাৰ্তা"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="569839026995925829">"পৰীক্ষামূলক এলাৰ্ম"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="3897522692038895778">"চেল সম্প্ৰচাৰৰ পৰীক্ষা"</string>
+</resources>
diff --git a/res/values-mcc232-az/strings.xml b/res/values-mcc232-az/strings.xml
new file mode 100644
index 0000000..af55105
--- /dev/null
+++ b/res/values-mcc232-az/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2022 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="28280561773493762">"Fövqəladə hal siqnalı"</string>
+    <string name="cmas_extreme_alert" msgid="9122792746957924456">"Yüksək təhlükə"</string>
+    <string name="cmas_severe_alert" msgid="628940584325136759">"Ciddi təhlükə"</string>
+    <string name="public_safety_message" msgid="8084690288011309280">"Təhlükə məlumatı"</string>
+    <string name="cmas_amber_alert" msgid="404589837946037736">"İtən şəxsi axtarın"</string>
+    <string name="state_local_test_alert" msgid="3774161961273584245">"Test xəbərdarlığı"</string>
+    <string name="cmas_exercise_alert" msgid="4845005677469935113">"Test siqnalı"</string>
+    <string name="cmas_required_monthly_test" msgid="8386390153236774475">"Şəbəkə yayımı testi"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="2361635321508611596">"Yüksək təhlükə"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1718166777595485623">"Ciddi təhlükə"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="3125202178531035580">"İtən şəxslər"</string>
+    <string name="enable_cmas_amber_alerts_summary" msgid="5252326889751639729">"İtən şəxsləri axtarın"</string>
+    <string name="enable_public_safety_messages_title" msgid="3974955568145658404">"Təhlükə məlumatı"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="1795129352473584681">"Test xəbərdarlığı"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="569839026995925829">"Test siqnalı"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="3897522692038895778">"Şəbəkə yayımı testi"</string>
+</resources>
diff --git a/res/values-mcc232-b+sr+Latn/strings.xml b/res/values-mcc232-b+sr+Latn/strings.xml
new file mode 100644
index 0000000..94d8b3b
--- /dev/null
+++ b/res/values-mcc232-b+sr+Latn/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2022 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="28280561773493762">"Uzbuna"</string>
+    <string name="cmas_extreme_alert" msgid="9122792746957924456">"Ekstremna pretnja"</string>
+    <string name="cmas_severe_alert" msgid="628940584325136759">"Ozbiljna pretnja"</string>
+    <string name="public_safety_message" msgid="8084690288011309280">"Informacije o pretnji"</string>
+    <string name="cmas_amber_alert" msgid="404589837946037736">"Potražite nestalu osobu"</string>
+    <string name="state_local_test_alert" msgid="3774161961273584245">"Probno upozorenje"</string>
+    <string name="cmas_exercise_alert" msgid="4845005677469935113">"Probni alarm"</string>
+    <string name="cmas_required_monthly_test" msgid="8386390153236774475">"Testiranje poruka za mobilne uređaje na lokalitetu"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="2361635321508611596">"Ekstremna pretnja"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1718166777595485623">"Ozbiljna pretnja"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="3125202178531035580">"Nestale osobe"</string>
+    <string name="enable_cmas_amber_alerts_summary" msgid="5252326889751639729">"Potražite nestale osobe"</string>
+    <string name="enable_public_safety_messages_title" msgid="3974955568145658404">"Informacije o pretnji"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="1795129352473584681">"Probno upozorenje"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="569839026995925829">"Probni alarm"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="3897522692038895778">"Testiranje poruka za mobilne uređaje na lokalitetu"</string>
+</resources>
diff --git a/res/values-mcc232-be/strings.xml b/res/values-mcc232-be/strings.xml
new file mode 100644
index 0000000..0718aa2
--- /dev/null
+++ b/res/values-mcc232-be/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2022 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="28280561773493762">"Экстранны сігнал"</string>
+    <string name="cmas_extreme_alert" msgid="9122792746957924456">"Экстрэмальная пагроза"</string>
+    <string name="cmas_severe_alert" msgid="628940584325136759">"Сур\'ёзная пагроза"</string>
+    <string name="public_safety_message" msgid="8084690288011309280">"Інфармацыя пра пагрозу"</string>
+    <string name="cmas_amber_alert" msgid="404589837946037736">"Пошук прапаўшага чалавека"</string>
+    <string name="state_local_test_alert" msgid="3774161961273584245">"Тэставая абвестка"</string>
+    <string name="cmas_exercise_alert" msgid="4845005677469935113">"Тэставы сігнал"</string>
+    <string name="cmas_required_monthly_test" msgid="8386390153236774475">"Праверка сотавай трансляцыі"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="2361635321508611596">"Экстрэмальная пагроза"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1718166777595485623">"Сур\'ёзная пагроза"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="3125202178531035580">"Прапаўшыя людзі"</string>
+    <string name="enable_cmas_amber_alerts_summary" msgid="5252326889751639729">"Пошук прапаўшых людзей"</string>
+    <string name="enable_public_safety_messages_title" msgid="3974955568145658404">"Інфармацыя пра пагрозу"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="1795129352473584681">"Тэставая абвестка"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="569839026995925829">"Тэставы сігнал"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="3897522692038895778">"Праверка сотавай трансляцыі"</string>
+</resources>
diff --git a/res/values-mcc232-bg/strings.xml b/res/values-mcc232-bg/strings.xml
new file mode 100644
index 0000000..f1b7f05
--- /dev/null
+++ b/res/values-mcc232-bg/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2022 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="28280561773493762">"Аларма за спешен случай"</string>
+    <string name="cmas_extreme_alert" msgid="9122792746957924456">"Екстремна заплаха"</string>
+    <string name="cmas_severe_alert" msgid="628940584325136759">"Сериозна заплаха"</string>
+    <string name="public_safety_message" msgid="8084690288011309280">"Информация за заплахата"</string>
+    <string name="cmas_amber_alert" msgid="404589837946037736">"Търсене на човек в неизвестност"</string>
+    <string name="state_local_test_alert" msgid="3774161961273584245">"Тестови сигнал"</string>
+    <string name="cmas_exercise_alert" msgid="4845005677469935113">"Тестова аларма"</string>
+    <string name="cmas_required_monthly_test" msgid="8386390153236774475">"Тестване на клетъчното излъчване"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="2361635321508611596">"Екстремна заплаха"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1718166777595485623">"Сериозна заплаха"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="3125202178531035580">"Хора в неизвестност"</string>
+    <string name="enable_cmas_amber_alerts_summary" msgid="5252326889751639729">"Търсене на хора в неизвестност"</string>
+    <string name="enable_public_safety_messages_title" msgid="3974955568145658404">"Информация за заплахата"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="1795129352473584681">"Тестови сигнал"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="569839026995925829">"Тестова аларма"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="3897522692038895778">"Тестване на клетъчното излъчване"</string>
+</resources>
diff --git a/res/values-mcc232-bn/strings.xml b/res/values-mcc232-bn/strings.xml
new file mode 100644
index 0000000..e797f73
--- /dev/null
+++ b/res/values-mcc232-bn/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2022 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="28280561773493762">"ইমার্জেন্সি অ্যালার্ম"</string>
+    <string name="cmas_extreme_alert" msgid="9122792746957924456">"চরম ঝুঁকি"</string>
+    <string name="cmas_severe_alert" msgid="628940584325136759">"গুরুতর ঝুঁকি"</string>
+    <string name="public_safety_message" msgid="8084690288011309280">"ঝুঁকি সম্পর্কিত তথ্য"</string>
+    <string name="cmas_amber_alert" msgid="404589837946037736">"হারিয়ে যাওয়া লোকজন সম্পর্কে সার্চ করুন"</string>
+    <string name="state_local_test_alert" msgid="3774161961273584245">"সতর্কতা পরীক্ষা করুন"</string>
+    <string name="cmas_exercise_alert" msgid="4845005677469935113">"অ্যালার্ম পরীক্ষা করুন"</string>
+    <string name="cmas_required_monthly_test" msgid="8386390153236774475">"\'সেল ব্রডকাস্ট\'-এর পরীক্ষা"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="2361635321508611596">"চরম ঝুঁকি"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1718166777595485623">"গুরুতর ঝুঁকি"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="3125202178531035580">"হারিয়ে যাওয়া লোকজন"</string>
+    <string name="enable_cmas_amber_alerts_summary" msgid="5252326889751639729">"হারিয়ে যাওয়া লোকজন সম্পর্কে সার্চ করুন"</string>
+    <string name="enable_public_safety_messages_title" msgid="3974955568145658404">"ঝুঁকি সম্পর্কিত তথ্য"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="1795129352473584681">"সতর্কতা পরীক্ষা করুন"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="569839026995925829">"অ্যালার্ম পরীক্ষা করুন"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="3897522692038895778">"\'সেল ব্রডকাস্ট\'-এর পরীক্ষা"</string>
+</resources>
diff --git a/res/values-mcc232-bs/strings.xml b/res/values-mcc232-bs/strings.xml
new file mode 100644
index 0000000..2731176
--- /dev/null
+++ b/res/values-mcc232-bs/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2022 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="28280561773493762">"Alarm za hitne slučajeve"</string>
+    <string name="cmas_extreme_alert" msgid="9122792746957924456">"Ekstremna prijetnja"</string>
+    <string name="cmas_severe_alert" msgid="628940584325136759">"Ozbiljna prijetnja"</string>
+    <string name="public_safety_message" msgid="8084690288011309280">"Informacije o prijetnji"</string>
+    <string name="cmas_amber_alert" msgid="404589837946037736">"Traženje nestale osobe"</string>
+    <string name="state_local_test_alert" msgid="3774161961273584245">"Testno upozorenje"</string>
+    <string name="cmas_exercise_alert" msgid="4845005677469935113">"Testni alarm"</string>
+    <string name="cmas_required_monthly_test" msgid="8386390153236774475">"Test Info servisa"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="2361635321508611596">"Ekstremna prijetnja"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1718166777595485623">"Ozbiljna prijetnja"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="3125202178531035580">"Nestale osobe"</string>
+    <string name="enable_cmas_amber_alerts_summary" msgid="5252326889751639729">"Traženje nestalih osoba"</string>
+    <string name="enable_public_safety_messages_title" msgid="3974955568145658404">"Informacije o prijetnji"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="1795129352473584681">"Testno upozorenje"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="569839026995925829">"Testni alarm"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="3897522692038895778">"Test Info servisa"</string>
+</resources>
diff --git a/res/values-mcc232-ca/strings.xml b/res/values-mcc232-ca/strings.xml
new file mode 100644
index 0000000..20d5132
--- /dev/null
+++ b/res/values-mcc232-ca/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2022 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="28280561773493762">"Alarma d\'emergència"</string>
+    <string name="cmas_extreme_alert" msgid="9122792746957924456">"Amenaça extrema"</string>
+    <string name="cmas_severe_alert" msgid="628940584325136759">"Amenaça greu"</string>
+    <string name="public_safety_message" msgid="8084690288011309280">"Informació sobre les amenaces"</string>
+    <string name="cmas_amber_alert" msgid="404589837946037736">"Cerca una persona desapareguda"</string>
+    <string name="state_local_test_alert" msgid="3774161961273584245">"Alerta de prova"</string>
+    <string name="cmas_exercise_alert" msgid="4845005677469935113">"Alarma de prova"</string>
+    <string name="cmas_required_monthly_test" msgid="8386390153236774475">"Prova de difusió mòbil"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="2361635321508611596">"Amenaça extrema"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1718166777595485623">"Amenaça greu"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="3125202178531035580">"Persones desaparegudes"</string>
+    <string name="enable_cmas_amber_alerts_summary" msgid="5252326889751639729">"Cerca persones desaparegudes"</string>
+    <string name="enable_public_safety_messages_title" msgid="3974955568145658404">"Informació sobre les amenaces"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="1795129352473584681">"Alerta de prova"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="569839026995925829">"Alarma de prova"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="3897522692038895778">"Prova de difusió mòbil"</string>
+</resources>
diff --git a/res/values-mcc232-cs/strings.xml b/res/values-mcc232-cs/strings.xml
new file mode 100644
index 0000000..2eddbfb
--- /dev/null
+++ b/res/values-mcc232-cs/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2022 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="28280561773493762">"Poplach"</string>
+    <string name="cmas_extreme_alert" msgid="9122792746957924456">"Extrémní hrozba"</string>
+    <string name="cmas_severe_alert" msgid="628940584325136759">"Vážná hrozba"</string>
+    <string name="public_safety_message" msgid="8084690288011309280">"Informace o hrozbě"</string>
+    <string name="cmas_amber_alert" msgid="404589837946037736">"Pátrání po pohřešované osobě"</string>
+    <string name="state_local_test_alert" msgid="3774161961273584245">"Testovací výstraha"</string>
+    <string name="cmas_exercise_alert" msgid="4845005677469935113">"Testovací poplach"</string>
+    <string name="cmas_required_monthly_test" msgid="8386390153236774475">"Test zpráv informačních služeb"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="2361635321508611596">"Extrémní hrozba"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1718166777595485623">"Vážná hrozba"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="3125202178531035580">"Pohřešované osoby"</string>
+    <string name="enable_cmas_amber_alerts_summary" msgid="5252326889751639729">"Pátrání po pohřešovaných osobách"</string>
+    <string name="enable_public_safety_messages_title" msgid="3974955568145658404">"Informace o hrozbě"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="1795129352473584681">"Testovací výstraha"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="569839026995925829">"Testovací poplach"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="3897522692038895778">"Test zpráv informačních služeb"</string>
+</resources>
diff --git a/res/values-mcc232-da/strings.xml b/res/values-mcc232-da/strings.xml
new file mode 100644
index 0000000..ade17f4
--- /dev/null
+++ b/res/values-mcc232-da/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2022 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="28280561773493762">"Nødalarm"</string>
+    <string name="cmas_extreme_alert" msgid="9122792746957924456">"Ekstrem fare"</string>
+    <string name="cmas_severe_alert" msgid="628940584325136759">"Alvorlig fare"</string>
+    <string name="public_safety_message" msgid="8084690288011309280">"Oplysninger om fare"</string>
+    <string name="cmas_amber_alert" msgid="404589837946037736">"Eftersøgning efter forsvunden person"</string>
+    <string name="state_local_test_alert" msgid="3774161961273584245">"Testunderretning"</string>
+    <string name="cmas_exercise_alert" msgid="4845005677469935113">"Testalarm"</string>
+    <string name="cmas_required_monthly_test" msgid="8386390153236774475">"Test af Cell Broadcast"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="2361635321508611596">"Ekstrem fare"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1718166777595485623">"Alvorlig fare"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="3125202178531035580">"Forsvundne personer"</string>
+    <string name="enable_cmas_amber_alerts_summary" msgid="5252326889751639729">"Eftersøgning efter forsvundne personer"</string>
+    <string name="enable_public_safety_messages_title" msgid="3974955568145658404">"Oplysninger om fare"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="1795129352473584681">"Testunderretning"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="569839026995925829">"Testalarm"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="3897522692038895778">"Test af Cell Broadcast"</string>
+</resources>
diff --git a/res/values-mcc232-de/strings.xml b/res/values-mcc232-de/strings.xml
new file mode 100644
index 0000000..b00f1ba
--- /dev/null
+++ b/res/values-mcc232-de/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2022 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="28280561773493762">"Notfallalarm"</string>
+    <string name="cmas_extreme_alert" msgid="9122792746957924456">"Extreme Gefahr"</string>
+    <string name="cmas_severe_alert" msgid="628940584325136759">"Erhebliche Gefahr"</string>
+    <string name="public_safety_message" msgid="8084690288011309280">"Gefahreninformation"</string>
+    <string name="cmas_amber_alert" msgid="404589837946037736">"Suche nach abgängiger Person"</string>
+    <string name="state_local_test_alert" msgid="3774161961273584245">"Testwarnung"</string>
+    <string name="cmas_exercise_alert" msgid="4845005677469935113">"Übungsalarm"</string>
+    <string name="cmas_required_monthly_test" msgid="8386390153236774475">"Cell Broadcast Test"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="2361635321508611596">"Extreme Gefahr"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1718166777595485623">"Erhebliche Gefahr"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="3125202178531035580">"Abgängige Personen"</string>
+    <string name="enable_cmas_amber_alerts_summary" msgid="5252326889751639729">"Suche nach abgängigen Personen"</string>
+    <string name="enable_public_safety_messages_title" msgid="3974955568145658404">"Gefahreninformation"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="1795129352473584681">"Testwarnung"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="569839026995925829">"Übungsalarm"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="3897522692038895778">"Cell Broadcast Test"</string>
+</resources>
diff --git a/res/values-mcc232-el/strings.xml b/res/values-mcc232-el/strings.xml
new file mode 100644
index 0000000..8154c57
--- /dev/null
+++ b/res/values-mcc232-el/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2022 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="28280561773493762">"Συναγερμός έκτακτης ανάγκης"</string>
+    <string name="cmas_extreme_alert" msgid="9122792746957924456">"Ακραία απειλή"</string>
+    <string name="cmas_severe_alert" msgid="628940584325136759">"Σοβαρή απειλή"</string>
+    <string name="public_safety_message" msgid="8084690288011309280">"Πληροφορίες απειλής"</string>
+    <string name="cmas_amber_alert" msgid="404589837946037736">"Αναζήτηση ατόμου που αγνοείται"</string>
+    <string name="state_local_test_alert" msgid="3774161961273584245">"Δοκιμαστική ειδοποίηση"</string>
+    <string name="cmas_exercise_alert" msgid="4845005677469935113">"Δοκιμαστικός συναγερμός"</string>
+    <string name="cmas_required_monthly_test" msgid="8386390153236774475">"Δοκιμή εκπομπής κινητής τηλεφωνίας"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="2361635321508611596">"Ακραία απειλή"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1718166777595485623">"Σοβαρή απειλή"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="3125202178531035580">"Άτομα που αγνοούνται"</string>
+    <string name="enable_cmas_amber_alerts_summary" msgid="5252326889751639729">"Αναζήτηση ατόμων που αγνοούνται"</string>
+    <string name="enable_public_safety_messages_title" msgid="3974955568145658404">"Πληροφορίες απειλής"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="1795129352473584681">"Δοκιμαστική ειδοποίηση"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="569839026995925829">"Δοκιμαστικός συναγερμός"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="3897522692038895778">"Δοκιμή εκπομπής κινητής τηλεφωνίας"</string>
+</resources>
diff --git a/res/values-mcc232-en-rAU/strings.xml b/res/values-mcc232-en-rAU/strings.xml
new file mode 100644
index 0000000..7581b2f
--- /dev/null
+++ b/res/values-mcc232-en-rAU/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2022 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="28280561773493762">"Emergency alarm"</string>
+    <string name="cmas_extreme_alert" msgid="9122792746957924456">"Extreme threat"</string>
+    <string name="cmas_severe_alert" msgid="628940584325136759">"Severe threat"</string>
+    <string name="public_safety_message" msgid="8084690288011309280">"Threat information"</string>
+    <string name="cmas_amber_alert" msgid="404589837946037736">"Search for missing person"</string>
+    <string name="state_local_test_alert" msgid="3774161961273584245">"Test alert"</string>
+    <string name="cmas_exercise_alert" msgid="4845005677469935113">"Test alarm"</string>
+    <string name="cmas_required_monthly_test" msgid="8386390153236774475">"Cell broadcast test"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="2361635321508611596">"Extreme threat"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1718166777595485623">"Severe threat"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="3125202178531035580">"Missing persons"</string>
+    <string name="enable_cmas_amber_alerts_summary" msgid="5252326889751639729">"Search for missing persons"</string>
+    <string name="enable_public_safety_messages_title" msgid="3974955568145658404">"Threat information"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="1795129352473584681">"Test alert"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="569839026995925829">"Test alarm"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="3897522692038895778">"Cell broadcast test"</string>
+</resources>
diff --git a/res/values-mcc232-en-rCA/strings.xml b/res/values-mcc232-en-rCA/strings.xml
new file mode 100644
index 0000000..0e3a6f1
--- /dev/null
+++ b/res/values-mcc232-en-rCA/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2022 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="28280561773493762">"Emergency alarm"</string>
+    <string name="cmas_extreme_alert" msgid="9122792746957924456">"Extreme threat"</string>
+    <string name="cmas_severe_alert" msgid="628940584325136759">"Severe threat"</string>
+    <string name="public_safety_message" msgid="8084690288011309280">"Threat information"</string>
+    <string name="cmas_amber_alert" msgid="404589837946037736">"Search for missing person"</string>
+    <string name="state_local_test_alert" msgid="3774161961273584245">"Test alert"</string>
+    <string name="cmas_exercise_alert" msgid="4845005677469935113">"Test alarm"</string>
+    <string name="cmas_required_monthly_test" msgid="8386390153236774475">"Cell Broadcast Test"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="2361635321508611596">"Extreme threat"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1718166777595485623">"Severe threat"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="3125202178531035580">"Missing persons"</string>
+    <string name="enable_cmas_amber_alerts_summary" msgid="5252326889751639729">"Search for missing persons"</string>
+    <string name="enable_public_safety_messages_title" msgid="3974955568145658404">"Threat information"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="1795129352473584681">"Test alert"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="569839026995925829">"Test alarm"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="3897522692038895778">"Cell Broadcast Test"</string>
+</resources>
diff --git a/res/values-mcc232-en-rGB/strings.xml b/res/values-mcc232-en-rGB/strings.xml
new file mode 100644
index 0000000..7581b2f
--- /dev/null
+++ b/res/values-mcc232-en-rGB/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2022 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="28280561773493762">"Emergency alarm"</string>
+    <string name="cmas_extreme_alert" msgid="9122792746957924456">"Extreme threat"</string>
+    <string name="cmas_severe_alert" msgid="628940584325136759">"Severe threat"</string>
+    <string name="public_safety_message" msgid="8084690288011309280">"Threat information"</string>
+    <string name="cmas_amber_alert" msgid="404589837946037736">"Search for missing person"</string>
+    <string name="state_local_test_alert" msgid="3774161961273584245">"Test alert"</string>
+    <string name="cmas_exercise_alert" msgid="4845005677469935113">"Test alarm"</string>
+    <string name="cmas_required_monthly_test" msgid="8386390153236774475">"Cell broadcast test"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="2361635321508611596">"Extreme threat"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1718166777595485623">"Severe threat"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="3125202178531035580">"Missing persons"</string>
+    <string name="enable_cmas_amber_alerts_summary" msgid="5252326889751639729">"Search for missing persons"</string>
+    <string name="enable_public_safety_messages_title" msgid="3974955568145658404">"Threat information"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="1795129352473584681">"Test alert"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="569839026995925829">"Test alarm"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="3897522692038895778">"Cell broadcast test"</string>
+</resources>
diff --git a/res/values-mcc232-en-rIN/strings.xml b/res/values-mcc232-en-rIN/strings.xml
new file mode 100644
index 0000000..7581b2f
--- /dev/null
+++ b/res/values-mcc232-en-rIN/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2022 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="28280561773493762">"Emergency alarm"</string>
+    <string name="cmas_extreme_alert" msgid="9122792746957924456">"Extreme threat"</string>
+    <string name="cmas_severe_alert" msgid="628940584325136759">"Severe threat"</string>
+    <string name="public_safety_message" msgid="8084690288011309280">"Threat information"</string>
+    <string name="cmas_amber_alert" msgid="404589837946037736">"Search for missing person"</string>
+    <string name="state_local_test_alert" msgid="3774161961273584245">"Test alert"</string>
+    <string name="cmas_exercise_alert" msgid="4845005677469935113">"Test alarm"</string>
+    <string name="cmas_required_monthly_test" msgid="8386390153236774475">"Cell broadcast test"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="2361635321508611596">"Extreme threat"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1718166777595485623">"Severe threat"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="3125202178531035580">"Missing persons"</string>
+    <string name="enable_cmas_amber_alerts_summary" msgid="5252326889751639729">"Search for missing persons"</string>
+    <string name="enable_public_safety_messages_title" msgid="3974955568145658404">"Threat information"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="1795129352473584681">"Test alert"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="569839026995925829">"Test alarm"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="3897522692038895778">"Cell broadcast test"</string>
+</resources>
diff --git a/res/values-mcc232-en-rXC/strings.xml b/res/values-mcc232-en-rXC/strings.xml
new file mode 100644
index 0000000..acdacac
--- /dev/null
+++ b/res/values-mcc232-en-rXC/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2022 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="28280561773493762">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‎‏‏‏‏‏‎‎‏‎‎‎‏‏‏‏‎‎‏‎‎‎‎‎‏‎‏‎‏‏‎‎‏‏‎‏‎‎‎‏‏‏‎‏‎‏‏‏‏‏‎‎‎‎‎‎‎‏‎‎Emergency alarm‎‏‎‎‏‎"</string>
+    <string name="cmas_extreme_alert" msgid="9122792746957924456">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‏‏‏‏‏‏‏‏‎‏‎‎‏‏‎‏‎‏‎‏‎‏‎‏‏‏‎‏‎‏‎‏‏‎‎‏‏‎‎‎‏‏‏‏‎‏‏‏‏‏‏‏‎‏‎‎‎‎‏‏‎‏‎‎‎‎Extreme threat‎‏‎‎‏‎"</string>
+    <string name="cmas_severe_alert" msgid="628940584325136759">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‎‎‏‎‎‎‏‎‏‏‏‎‏‎‎‏‏‏‎‎‏‎‎‎‏‎‎‎‎‏‎‎‎‏‎‎‎‏‏‎‎‎‎‏‏‎‏‏‎‎‎‎‎‏‎‏‏‏‎‏‏‏‎Severe threat‎‏‎‎‏‎"</string>
+    <string name="public_safety_message" msgid="8084690288011309280">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‏‏‏‏‏‎‎‎‎‎‎‏‏‎‎‏‎‏‎‎‏‎‏‏‎‏‏‏‏‏‎‏‏‎‏‏‏‏‏‏‏‏‏‏‏‎‏‏‎‏‏‏‏‎‎‎‎‏‏‏‎‎‎‎‎‎Threat information‎‏‎‎‏‎"</string>
+    <string name="cmas_amber_alert" msgid="404589837946037736">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‎‏‏‏‎‏‏‎‎‏‏‏‎‏‎‏‏‎‎‏‎‎‎‏‎‏‎‎‎‎‎‏‏‎‎‎‏‎‏‎‎‎‎‎‎‏‏‎‏‎‎‏‎‏‏‏‏‎‏‎‎‎‎Search for missing person‎‏‎‎‏‎"</string>
+    <string name="state_local_test_alert" msgid="3774161961273584245">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‏‎‏‏‎‏‎‎‎‏‏‎‎‎‎‎‏‎‎‎‎‏‎‎‎‏‎‎‏‏‏‎‏‎‏‏‎‎‏‎‏‎‎‎‎‎‎‎‏‏‏‎‏‎‏‎‎‏‏‏‎‏‎‏‎Test alert‎‏‎‎‏‎"</string>
+    <string name="cmas_exercise_alert" msgid="4845005677469935113">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‏‏‏‎‎‎‎‏‏‎‎‏‏‏‏‎‎‏‏‏‎‏‎‏‎‏‏‏‏‏‏‏‎‎‏‏‎‎‏‎‎‎‏‎‏‏‎‎‎‏‎‏‎‎‏‏‎‎‎‎‎‏‎‎‏‎Test alarm‎‏‎‎‏‎"</string>
+    <string name="cmas_required_monthly_test" msgid="8386390153236774475">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‏‏‏‏‏‎‏‎‎‎‏‏‎‎‎‏‎‎‏‏‏‎‎‎‏‎‏‏‎‏‎‎‏‎‏‎‎‏‏‏‏‏‎‎‎‎‎‏‎‏‏‏‏‏‏‏‎‎‏‎‎‏‎‏‏‎Cell Broadcast Test‎‏‎‎‏‎"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="2361635321508611596">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‏‎‏‎‎‎‎‎‏‏‎‎‎‏‏‎‎‎‏‏‎‏‏‎‏‏‎‎‏‏‏‏‏‏‏‏‏‎‏‏‏‎‎‎‏‎‎‏‎‏‎‎‎‏‏‎‎‎‎‎‏‏‎‎‎Extreme threat‎‏‎‎‏‎"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1718166777595485623">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‎‏‏‎‏‏‏‏‏‎‏‏‎‎‎‎‎‏‎‎‏‏‏‏‎‎‏‎‏‎‎‏‎‏‏‏‎‏‏‎‏‏‏‎‏‎‎‏‏‎‏‏‏‎‏‏‎‏‏‎‏‏‏‎Severe threat‎‏‎‎‏‎"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="3125202178531035580">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‏‎‏‎‏‎‏‏‎‏‎‏‏‏‏‎‏‏‏‏‎‎‏‎‏‏‎‏‎‎‏‎‏‏‎‎‎‏‏‎‏‎‎‏‏‏‏‎‏‎‎‎‏‎‎‏‏‎‏‏‏‏‎‎‎Missing persons‎‏‎‎‏‎"</string>
+    <string name="enable_cmas_amber_alerts_summary" msgid="5252326889751639729">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‏‏‏‎‎‏‎‎‎‏‏‏‎‎‏‎‎‎‎‎‎‎‎‏‏‎‏‏‏‏‎‏‎‎‏‏‎‏‎‏‏‏‏‏‎‎‎‎‎‏‏‏‏‎‏‏‎‏‎‏‏‎‎‎‏‎Search for missing persons‎‏‎‎‏‎"</string>
+    <string name="enable_public_safety_messages_title" msgid="3974955568145658404">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‏‎‏‏‎‏‏‏‎‎‏‎‏‎‎‏‏‏‏‎‎‎‎‏‎‎‎‎‎‏‏‏‎‏‏‎‏‏‎‏‎‏‎‎‏‎‎‎‎‏‏‏‎‎‏‎‎‎‏‎‎‏‎‎‎Threat information‎‏‎‎‏‎"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="1795129352473584681">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‎‏‏‏‎‎‎‏‏‏‎‏‎‎‏‏‎‎‏‎‏‎‎‏‎‏‎‎‎‏‎‏‎‎‏‎‏‎‎‎‎‎‏‎‎‎‎‏‎‏‎‎‏‎‎‎‎‏‎‏‎‎‏‎Test alert‎‏‎‎‏‎"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="569839026995925829">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‎‏‏‏‏‏‏‏‏‎‏‎‎‎‎‏‏‏‏‎‎‏‏‎‎‏‎‎‏‏‎‏‏‎‏‏‏‏‎‎‏‏‏‏‏‏‎‎‎‏‎‎‏‏‎‏‎‎‎‏‎‏‎Test alarm‎‏‎‎‏‎"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="3897522692038895778">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‏‎‏‏‎‏‏‎‎‎‎‏‎‏‏‎‏‏‎‎‏‎‎‎‎‎‏‏‏‏‎‏‎‎‎‎‏‎‏‏‎‎‎‎‎‎‎‎‏‎‏‎‏‎‎‎‏‎‏‎‎‎‏‎‎Cell Broadcast Test‎‏‎‎‏‎"</string>
+</resources>
diff --git a/res/values-mcc232-es-rUS/strings.xml b/res/values-mcc232-es-rUS/strings.xml
new file mode 100644
index 0000000..f2f22f3
--- /dev/null
+++ b/res/values-mcc232-es-rUS/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2022 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="28280561773493762">"Alarma de emergencia"</string>
+    <string name="cmas_extreme_alert" msgid="9122792746957924456">"Amenaza extrema"</string>
+    <string name="cmas_severe_alert" msgid="628940584325136759">"Amenaza grave"</string>
+    <string name="public_safety_message" msgid="8084690288011309280">"Información sobre la amenaza"</string>
+    <string name="cmas_amber_alert" msgid="404589837946037736">"Búsqueda de persona perdida"</string>
+    <string name="state_local_test_alert" msgid="3774161961273584245">"Alerta de prueba"</string>
+    <string name="cmas_exercise_alert" msgid="4845005677469935113">"Alarma de prueba"</string>
+    <string name="cmas_required_monthly_test" msgid="8386390153236774475">"Prueba de emisión móvil"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="2361635321508611596">"Amenaza extrema"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1718166777595485623">"Amenaza grave"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="3125202178531035580">"Personas perdidas"</string>
+    <string name="enable_cmas_amber_alerts_summary" msgid="5252326889751639729">"Búsqueda de personas perdidas"</string>
+    <string name="enable_public_safety_messages_title" msgid="3974955568145658404">"Información sobre la amenaza"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="1795129352473584681">"Alerta de prueba"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="569839026995925829">"Alarma de prueba"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="3897522692038895778">"Prueba de emisión móvil"</string>
+</resources>
diff --git a/res/values-mcc232-es/strings.xml b/res/values-mcc232-es/strings.xml
new file mode 100644
index 0000000..1def980
--- /dev/null
+++ b/res/values-mcc232-es/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2022 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="28280561773493762">"Alarma de emergencia"</string>
+    <string name="cmas_extreme_alert" msgid="9122792746957924456">"Amenaza extrema"</string>
+    <string name="cmas_severe_alert" msgid="628940584325136759">"Amenaza grave"</string>
+    <string name="public_safety_message" msgid="8084690288011309280">"Información sobre la amenaza"</string>
+    <string name="cmas_amber_alert" msgid="404589837946037736">"Buscar a una persona desaparecida"</string>
+    <string name="state_local_test_alert" msgid="3774161961273584245">"Alerta de prueba"</string>
+    <string name="cmas_exercise_alert" msgid="4845005677469935113">"Alarma de prueba"</string>
+    <string name="cmas_required_monthly_test" msgid="8386390153236774475">"Prueba de difusión móvil"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="2361635321508611596">"Amenaza extrema"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1718166777595485623">"Amenaza grave"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="3125202178531035580">"Personas desaparecidas"</string>
+    <string name="enable_cmas_amber_alerts_summary" msgid="5252326889751639729">"Buscar a personas desaparecidas"</string>
+    <string name="enable_public_safety_messages_title" msgid="3974955568145658404">"Información sobre la amenaza"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="1795129352473584681">"Alerta de prueba"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="569839026995925829">"Alarma de prueba"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="3897522692038895778">"Prueba de difusión móvil"</string>
+</resources>
diff --git a/res/values-mcc232-et/strings.xml b/res/values-mcc232-et/strings.xml
new file mode 100644
index 0000000..9bae387
--- /dev/null
+++ b/res/values-mcc232-et/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2022 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="28280561773493762">"Hädaolukorra alarm"</string>
+    <string name="cmas_extreme_alert" msgid="9122792746957924456">"Ekstreemne oht"</string>
+    <string name="cmas_severe_alert" msgid="628940584325136759">"Tõsine oht"</string>
+    <string name="public_safety_message" msgid="8084690288011309280">"Teave ohu kohta"</string>
+    <string name="cmas_amber_alert" msgid="404589837946037736">"Kadunud inimese otsimine"</string>
+    <string name="state_local_test_alert" msgid="3774161961273584245">"Testhoiatus"</string>
+    <string name="cmas_exercise_alert" msgid="4845005677469935113">"Testalarm"</string>
+    <string name="cmas_required_monthly_test" msgid="8386390153236774475">"Kärjeteate test"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="2361635321508611596">"Ekstreemne oht"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1718166777595485623">"Tõsine oht"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="3125202178531035580">"Kadunud inimesed"</string>
+    <string name="enable_cmas_amber_alerts_summary" msgid="5252326889751639729">"Kadunud inimeste otsimine"</string>
+    <string name="enable_public_safety_messages_title" msgid="3974955568145658404">"Teave ohu kohta"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="1795129352473584681">"Testhoiatus"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="569839026995925829">"Testalarm"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="3897522692038895778">"Kärjeteate test"</string>
+</resources>
diff --git a/res/values-mcc232-eu/strings.xml b/res/values-mcc232-eu/strings.xml
new file mode 100644
index 0000000..20b6f39
--- /dev/null
+++ b/res/values-mcc232-eu/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2022 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="28280561773493762">"Larrialdi-alarma"</string>
+    <string name="cmas_extreme_alert" msgid="9122792746957924456">"Muturreko beroa"</string>
+    <string name="cmas_severe_alert" msgid="628940584325136759">"Arrisku larria"</string>
+    <string name="public_safety_message" msgid="8084690288011309280">"Arriskuari buruzko informazioa"</string>
+    <string name="cmas_amber_alert" msgid="404589837946037736">"Bilatu desagertutako pertsona bat"</string>
+    <string name="state_local_test_alert" msgid="3774161961273584245">"Probako alerta"</string>
+    <string name="cmas_exercise_alert" msgid="4845005677469935113">"Probako alarma"</string>
+    <string name="cmas_required_monthly_test" msgid="8386390153236774475">"Sare mugikor bidezko igorpenen proba"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="2361635321508611596">"Muturreko beroa"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1718166777595485623">"Arrisku larria"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="3125202178531035580">"Desagertutako jendea"</string>
+    <string name="enable_cmas_amber_alerts_summary" msgid="5252326889751639729">"Bilatu desagertutako jendea"</string>
+    <string name="enable_public_safety_messages_title" msgid="3974955568145658404">"Arriskuari buruzko informazioa"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="1795129352473584681">"Probako alerta"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="569839026995925829">"Probako alarma"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="3897522692038895778">"Sare mugikor bidezko igorpenen proba"</string>
+</resources>
diff --git a/res/values-mcc232-fa/strings.xml b/res/values-mcc232-fa/strings.xml
new file mode 100644
index 0000000..0d965ae
--- /dev/null
+++ b/res/values-mcc232-fa/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2022 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="28280561773493762">"هشدار اضطراری"</string>
+    <string name="cmas_extreme_alert" msgid="9122792746957924456">"تهدید بسیار شدید"</string>
+    <string name="cmas_severe_alert" msgid="628940584325136759">"تهدید شدید"</string>
+    <string name="public_safety_message" msgid="8084690288011309280">"اطلاعات مربوط به تهدید"</string>
+    <string name="cmas_amber_alert" msgid="404589837946037736">"جستجوی شخص گم‌شده"</string>
+    <string name="state_local_test_alert" msgid="3774161961273584245">"هشدار آزمایشی"</string>
+    <string name="cmas_exercise_alert" msgid="4845005677469935113">"هشدار آزمایشی"</string>
+    <string name="cmas_required_monthly_test" msgid="8386390153236774475">"آزمایش پخش سلولی"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="2361635321508611596">"تهدید بسیار شدید"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1718166777595485623">"تهدید شدید"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="3125202178531035580">"اشخاص گم‌شده"</string>
+    <string name="enable_cmas_amber_alerts_summary" msgid="5252326889751639729">"جستجوی اشخاص گم‌شده"</string>
+    <string name="enable_public_safety_messages_title" msgid="3974955568145658404">"اطلاعات مربوط به تهدید"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="1795129352473584681">"هشدار آزمایشی"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="569839026995925829">"هشدار آزمایشی"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="3897522692038895778">"آزمایش پخش سلولی"</string>
+</resources>
diff --git a/res/values-mcc232-fi/strings.xml b/res/values-mcc232-fi/strings.xml
new file mode 100644
index 0000000..b471f1b
--- /dev/null
+++ b/res/values-mcc232-fi/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2022 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="28280561773493762">"Hätätilahälytys"</string>
+    <string name="cmas_extreme_alert" msgid="9122792746957924456">"Äärimmäinen uhka"</string>
+    <string name="cmas_severe_alert" msgid="628940584325136759">"Vakava uhka"</string>
+    <string name="public_safety_message" msgid="8084690288011309280">"Uhan tiedot"</string>
+    <string name="cmas_amber_alert" msgid="404589837946037736">"Kadonneen henkilön etsintä"</string>
+    <string name="state_local_test_alert" msgid="3774161961273584245">"Testihälytys"</string>
+    <string name="cmas_exercise_alert" msgid="4845005677469935113">"Hälytyksen testaaminen"</string>
+    <string name="cmas_required_monthly_test" msgid="8386390153236774475">"Solulähetyksen testaaminen"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="2361635321508611596">"Äärimmäinen uhka"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1718166777595485623">"Vakava uhka"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="3125202178531035580">"Kadonneet henkilöt"</string>
+    <string name="enable_cmas_amber_alerts_summary" msgid="5252326889751639729">"Kadonneiden henkilöiden etsintä"</string>
+    <string name="enable_public_safety_messages_title" msgid="3974955568145658404">"Uhan tiedot"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="1795129352473584681">"Testihälytys"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="569839026995925829">"Hälytyksen testaaminen"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="3897522692038895778">"Solulähetyksen testaaminen"</string>
+</resources>
diff --git a/res/values-mcc232-fr-rCA/strings.xml b/res/values-mcc232-fr-rCA/strings.xml
new file mode 100644
index 0000000..036bf30
--- /dev/null
+++ b/res/values-mcc232-fr-rCA/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2022 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="28280561773493762">"Alarme d\'urgence"</string>
+    <string name="cmas_extreme_alert" msgid="9122792746957924456">"Menace extrême"</string>
+    <string name="cmas_severe_alert" msgid="628940584325136759">"Menace grave"</string>
+    <string name="public_safety_message" msgid="8084690288011309280">"Renseignements sur les menaces"</string>
+    <string name="cmas_amber_alert" msgid="404589837946037736">"Rechercher des personne disparue"</string>
+    <string name="state_local_test_alert" msgid="3774161961273584245">"Alerte test"</string>
+    <string name="cmas_exercise_alert" msgid="4845005677469935113">"Alerte test"</string>
+    <string name="cmas_required_monthly_test" msgid="8386390153236774475">"Test de diffusion cellulaire"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="2361635321508611596">"Menace extrême"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1718166777595485623">"Menace grave"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="3125202178531035580">"Personnes disparues"</string>
+    <string name="enable_cmas_amber_alerts_summary" msgid="5252326889751639729">"Recherche de personnes disparues"</string>
+    <string name="enable_public_safety_messages_title" msgid="3974955568145658404">"Renseignements sur les menaces"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="1795129352473584681">"Alerte test"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="569839026995925829">"Alerte test"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="3897522692038895778">"Test de diffusion cellulaire"</string>
+</resources>
diff --git a/res/values-mcc232-fr/strings.xml b/res/values-mcc232-fr/strings.xml
new file mode 100644
index 0000000..f6379a7
--- /dev/null
+++ b/res/values-mcc232-fr/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2022 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="28280561773493762">"Alerte d\'urgence"</string>
+    <string name="cmas_extreme_alert" msgid="9122792746957924456">"Menace extrême"</string>
+    <string name="cmas_severe_alert" msgid="628940584325136759">"Menace grave"</string>
+    <string name="public_safety_message" msgid="8084690288011309280">"Informations sur la menace"</string>
+    <string name="cmas_amber_alert" msgid="404589837946037736">"Recherche d\'une personne disparue"</string>
+    <string name="state_local_test_alert" msgid="3774161961273584245">"Alerte test"</string>
+    <string name="cmas_exercise_alert" msgid="4845005677469935113">"Alarme test"</string>
+    <string name="cmas_required_monthly_test" msgid="8386390153236774475">"Test de diffusion cellulaire"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="2361635321508611596">"Menace extrême"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1718166777595485623">"Menace grave"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="3125202178531035580">"Personnes disparues"</string>
+    <string name="enable_cmas_amber_alerts_summary" msgid="5252326889751639729">"Recherche de personnes disparues"</string>
+    <string name="enable_public_safety_messages_title" msgid="3974955568145658404">"Informations sur la menace"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="1795129352473584681">"Alerte test"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="569839026995925829">"Alarme test"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="3897522692038895778">"Test de diffusion cellulaire"</string>
+</resources>
diff --git a/res/values-mcc232-gl/strings.xml b/res/values-mcc232-gl/strings.xml
new file mode 100644
index 0000000..d253583
--- /dev/null
+++ b/res/values-mcc232-gl/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2022 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="28280561773493762">"Alarma de emerxencia"</string>
+    <string name="cmas_extreme_alert" msgid="9122792746957924456">"Ameaza extrema"</string>
+    <string name="cmas_severe_alert" msgid="628940584325136759">"Ameaza grave"</string>
+    <string name="public_safety_message" msgid="8084690288011309280">"Información sobre ameazas"</string>
+    <string name="cmas_amber_alert" msgid="404589837946037736">"Busca dunha persoa desaparecida"</string>
+    <string name="state_local_test_alert" msgid="3774161961273584245">"Alerta de proba"</string>
+    <string name="cmas_exercise_alert" msgid="4845005677469935113">"Alarma de proba"</string>
+    <string name="cmas_required_monthly_test" msgid="8386390153236774475">"Proba de difusión móbil"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="2361635321508611596">"Ameaza extrema"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1718166777595485623">"Ameaza grave"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="3125202178531035580">"Persoas desaparecidas"</string>
+    <string name="enable_cmas_amber_alerts_summary" msgid="5252326889751639729">"Busca de persoas desaparecidas"</string>
+    <string name="enable_public_safety_messages_title" msgid="3974955568145658404">"Información sobre ameazas"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="1795129352473584681">"Alerta de proba"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="569839026995925829">"Alarma de proba"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="3897522692038895778">"Proba de difusión móbil"</string>
+</resources>
diff --git a/res/values-mcc232-gu/strings.xml b/res/values-mcc232-gu/strings.xml
new file mode 100644
index 0000000..a99d480
--- /dev/null
+++ b/res/values-mcc232-gu/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2022 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="28280561773493762">"ઇમર્જન્સી અલાર્મ"</string>
+    <string name="cmas_extreme_alert" msgid="9122792746957924456">"ભારે જોખમ"</string>
+    <string name="cmas_severe_alert" msgid="628940584325136759">"ગંભીર જોખમ"</string>
+    <string name="public_safety_message" msgid="8084690288011309280">"જોખમની માહિતી"</string>
+    <string name="cmas_amber_alert" msgid="404589837946037736">"ગુમ વ્યક્તિને શોધો"</string>
+    <string name="state_local_test_alert" msgid="3774161961273584245">"પરીક્ષણ માટેનું અલર્ટ"</string>
+    <string name="cmas_exercise_alert" msgid="4845005677469935113">"પરીક્ષણ માટેનું અલાર્મ"</string>
+    <string name="cmas_required_monthly_test" msgid="8386390153236774475">"સેલ બ્રોડકાસ્ટનું પરીક્ષણ"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="2361635321508611596">"ભારે જોખમ"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1718166777595485623">"ગંભીર જોખમ"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="3125202178531035580">"ગુમ વ્યક્તિઓ"</string>
+    <string name="enable_cmas_amber_alerts_summary" msgid="5252326889751639729">"ગુમ વ્યક્તિઓને શોધો"</string>
+    <string name="enable_public_safety_messages_title" msgid="3974955568145658404">"જોખમની માહિતી"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="1795129352473584681">"પરીક્ષણ માટેનું અલર્ટ"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="569839026995925829">"પરીક્ષણ માટેનું અલાર્મ"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="3897522692038895778">"સેલ બ્રોડકાસ્ટનું પરીક્ષણ"</string>
+</resources>
diff --git a/res/values-mcc232-hi/strings.xml b/res/values-mcc232-hi/strings.xml
new file mode 100644
index 0000000..a641f15
--- /dev/null
+++ b/res/values-mcc232-hi/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2022 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="28280561773493762">"आपातकालीन अलार्म"</string>
+    <string name="cmas_extreme_alert" msgid="9122792746957924456">"बेहद गंभीर खतरा"</string>
+    <string name="cmas_severe_alert" msgid="628940584325136759">"गंभीर खतरा"</string>
+    <string name="public_safety_message" msgid="8084690288011309280">"खतरे की जानकारी"</string>
+    <string name="cmas_amber_alert" msgid="404589837946037736">"गुमशुदा व्यक्ति की तलाश करें"</string>
+    <string name="state_local_test_alert" msgid="3774161961273584245">"टेस्ट अलर्ट"</string>
+    <string name="cmas_exercise_alert" msgid="4845005677469935113">"टेस्ट अलार्म"</string>
+    <string name="cmas_required_monthly_test" msgid="8386390153236774475">"सेल ब्रॉडकास्ट की जांच"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="2361635321508611596">"बेहद गंभीर खतरा"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1718166777595485623">"गंभीर खतरा"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="3125202178531035580">"गुमशुदा व्यक्ति"</string>
+    <string name="enable_cmas_amber_alerts_summary" msgid="5252326889751639729">"गुमशुदा व्यक्ति की तलाश करें"</string>
+    <string name="enable_public_safety_messages_title" msgid="3974955568145658404">"खतरे की जानकारी"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="1795129352473584681">"टेस्ट अलर्ट"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="569839026995925829">"टेस्ट अलार्म"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="3897522692038895778">"सेल ब्रॉडकास्ट की जांच"</string>
+</resources>
diff --git a/res/values-mcc232-hr/strings.xml b/res/values-mcc232-hr/strings.xml
new file mode 100644
index 0000000..f8a6b1a
--- /dev/null
+++ b/res/values-mcc232-hr/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2022 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="28280561773493762">"Alarm za hitne slučajeve"</string>
+    <string name="cmas_extreme_alert" msgid="9122792746957924456">"Ekstremna prijetnja"</string>
+    <string name="cmas_severe_alert" msgid="628940584325136759">"Snažna prijetnja"</string>
+    <string name="public_safety_message" msgid="8084690288011309280">"Informacije o prijetnji"</string>
+    <string name="cmas_amber_alert" msgid="404589837946037736">"Traženje nestale osobe"</string>
+    <string name="state_local_test_alert" msgid="3774161961273584245">"Testno upozorenje"</string>
+    <string name="cmas_exercise_alert" msgid="4845005677469935113">"Testiranje alarma"</string>
+    <string name="cmas_required_monthly_test" msgid="8386390153236774475">"Test emitiranja na mobitele"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="2361635321508611596">"Ekstremna prijetnja"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1718166777595485623">"Snažna prijetnja"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="3125202178531035580">"Nestale osobe"</string>
+    <string name="enable_cmas_amber_alerts_summary" msgid="5252326889751639729">"Traženje nestalih osoba"</string>
+    <string name="enable_public_safety_messages_title" msgid="3974955568145658404">"Informacije o prijetnji"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="1795129352473584681">"Testno upozorenje"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="569839026995925829">"Testiranje alarma"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="3897522692038895778">"Test emitiranja na mobitele"</string>
+</resources>
diff --git a/res/values-mcc232-hu/strings.xml b/res/values-mcc232-hu/strings.xml
new file mode 100644
index 0000000..4366dd7
--- /dev/null
+++ b/res/values-mcc232-hu/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2022 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="28280561773493762">"Sürgősségi riasztás"</string>
+    <string name="cmas_extreme_alert" msgid="9122792746957924456">"Rendkívüli veszély"</string>
+    <string name="cmas_severe_alert" msgid="628940584325136759">"Súlyos veszély"</string>
+    <string name="public_safety_message" msgid="8084690288011309280">"Veszélyinformációk"</string>
+    <string name="cmas_amber_alert" msgid="404589837946037736">"Eltűnt személy keresése"</string>
+    <string name="state_local_test_alert" msgid="3774161961273584245">"Próbariasztás"</string>
+    <string name="cmas_exercise_alert" msgid="4845005677469935113">"Próbariadó"</string>
+    <string name="cmas_required_monthly_test" msgid="8386390153236774475">"Cellán belüli üzenetszórás tesztje"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="2361635321508611596">"Rendkívüli veszély"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1718166777595485623">"Súlyos veszély"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="3125202178531035580">"Eltűnt személyek"</string>
+    <string name="enable_cmas_amber_alerts_summary" msgid="5252326889751639729">"Eltűnt személyek keresése"</string>
+    <string name="enable_public_safety_messages_title" msgid="3974955568145658404">"Veszélyinformációk"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="1795129352473584681">"Próbariasztás"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="569839026995925829">"Próbariadó"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="3897522692038895778">"Cellán belüli üzenetszórás tesztje"</string>
+</resources>
diff --git a/res/values-mcc232-hy/strings.xml b/res/values-mcc232-hy/strings.xml
new file mode 100644
index 0000000..bd29aad
--- /dev/null
+++ b/res/values-mcc232-hy/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2022 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="28280561773493762">"Վթարային ազդանշան"</string>
+    <string name="cmas_extreme_alert" msgid="9122792746957924456">"Ծայրահեղ լուրջ վտանգ"</string>
+    <string name="cmas_severe_alert" msgid="628940584325136759">"Շատ լուրջ վտանգ"</string>
+    <string name="public_safety_message" msgid="8084690288011309280">"Տեղեկություններ վտանգի մասին"</string>
+    <string name="cmas_amber_alert" msgid="404589837946037736">"Կորած անձի որոնում"</string>
+    <string name="state_local_test_alert" msgid="3774161961273584245">"Փորձնական ահազանգ"</string>
+    <string name="cmas_exercise_alert" msgid="4845005677469935113">"Փորձնական ազդանշան"</string>
+    <string name="cmas_required_monthly_test" msgid="8386390153236774475">"Բջջային հեռարձակման փորձարկում"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="2361635321508611596">"Ծայրահեղ լուրջ վտանգ"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1718166777595485623">"Շատ լուրջ վտանգ"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="3125202178531035580">"Կորած անձինք"</string>
+    <string name="enable_cmas_amber_alerts_summary" msgid="5252326889751639729">"Որոնել կորած անձանց"</string>
+    <string name="enable_public_safety_messages_title" msgid="3974955568145658404">"Տեղեկություններ վտանգի մասին"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="1795129352473584681">"Փորձնական ահազանգ"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="569839026995925829">"Փորձնական ազդանշան"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="3897522692038895778">"Բջջային հեռարձակման փորձարկում"</string>
+</resources>
diff --git a/res/values-mcc232-in/strings.xml b/res/values-mcc232-in/strings.xml
new file mode 100644
index 0000000..d067468
--- /dev/null
+++ b/res/values-mcc232-in/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2022 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="28280561773493762">"Alarm darurat"</string>
+    <string name="cmas_extreme_alert" msgid="9122792746957924456">"Ancaman ekstrem"</string>
+    <string name="cmas_severe_alert" msgid="628940584325136759">"Ancaman serius"</string>
+    <string name="public_safety_message" msgid="8084690288011309280">"Informasi ancaman"</string>
+    <string name="cmas_amber_alert" msgid="404589837946037736">"Mencari orang hilang"</string>
+    <string name="state_local_test_alert" msgid="3774161961273584245">"Uji peringatan"</string>
+    <string name="cmas_exercise_alert" msgid="4845005677469935113">"Uji alarm"</string>
+    <string name="cmas_required_monthly_test" msgid="8386390153236774475">"Pengujian Cell Broadcast"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="2361635321508611596">"Ancaman ekstrem"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1718166777595485623">"Ancaman serius"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="3125202178531035580">"Orang hilang"</string>
+    <string name="enable_cmas_amber_alerts_summary" msgid="5252326889751639729">"Mencari orang hilang"</string>
+    <string name="enable_public_safety_messages_title" msgid="3974955568145658404">"Informasi ancaman"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="1795129352473584681">"Uji peringatan"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="569839026995925829">"Uji alarm"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="3897522692038895778">"Pengujian Cell Broadcast"</string>
+</resources>
diff --git a/res/values-mcc232-is/strings.xml b/res/values-mcc232-is/strings.xml
new file mode 100644
index 0000000..596bc80
--- /dev/null
+++ b/res/values-mcc232-is/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2022 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="28280561773493762">"Neyðarviðvörun"</string>
+    <string name="cmas_extreme_alert" msgid="9122792746957924456">"Alvarleg ógn"</string>
+    <string name="cmas_severe_alert" msgid="628940584325136759">"Mikil ógn"</string>
+    <string name="public_safety_message" msgid="8084690288011309280">"Upplýsingar um ógn"</string>
+    <string name="cmas_amber_alert" msgid="404589837946037736">"Leit að týndum einstaklingi"</string>
+    <string name="state_local_test_alert" msgid="3774161961273584245">"Prufuviðvörun"</string>
+    <string name="cmas_exercise_alert" msgid="4845005677469935113">"Prufuviðvörun"</string>
+    <string name="cmas_required_monthly_test" msgid="8386390153236774475">"Prófun endurvarpa"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="2361635321508611596">"Alvarleg ógn"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1718166777595485623">"Mikil ógn"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="3125202178531035580">"Týndir einstaklingar"</string>
+    <string name="enable_cmas_amber_alerts_summary" msgid="5252326889751639729">"Leit að týndum einstaklingum"</string>
+    <string name="enable_public_safety_messages_title" msgid="3974955568145658404">"Upplýsingar um ógn"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="1795129352473584681">"Prufuviðvörun"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="569839026995925829">"Prufuviðvörun"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="3897522692038895778">"Prófun endurvarpa"</string>
+</resources>
diff --git a/res/values-mcc232-it/strings.xml b/res/values-mcc232-it/strings.xml
new file mode 100644
index 0000000..ce8b000
--- /dev/null
+++ b/res/values-mcc232-it/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2022 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="28280561773493762">"Allarme d\'emergenza"</string>
+    <string name="cmas_extreme_alert" msgid="9122792746957924456">"Pericolo estremo"</string>
+    <string name="cmas_severe_alert" msgid="628940584325136759">"Serio pericolo"</string>
+    <string name="public_safety_message" msgid="8084690288011309280">"Informazioni sul pericolo"</string>
+    <string name="cmas_amber_alert" msgid="404589837946037736">"Cerca una persona scomparsa"</string>
+    <string name="state_local_test_alert" msgid="3774161961273584245">"Allerta di prova"</string>
+    <string name="cmas_exercise_alert" msgid="4845005677469935113">"Allarme di prova"</string>
+    <string name="cmas_required_monthly_test" msgid="8386390153236774475">"Test cell broadcast"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="2361635321508611596">"Pericolo estremo"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1718166777595485623">"Serio pericolo"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="3125202178531035580">"Persone scomparse"</string>
+    <string name="enable_cmas_amber_alerts_summary" msgid="5252326889751639729">"Cerca persone scomparse"</string>
+    <string name="enable_public_safety_messages_title" msgid="3974955568145658404">"Informazioni sul pericolo"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="1795129352473584681">"Allerta di prova"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="569839026995925829">"Allarme di prova"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="3897522692038895778">"Test cell broadcast"</string>
+</resources>
diff --git a/res/values-mcc232-iw/strings.xml b/res/values-mcc232-iw/strings.xml
new file mode 100644
index 0000000..8edcba4
--- /dev/null
+++ b/res/values-mcc232-iw/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2022 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="28280561773493762">"התראה על מקרה חירום"</string>
+    <string name="cmas_extreme_alert" msgid="9122792746957924456">"איום קיצוני"</string>
+    <string name="cmas_severe_alert" msgid="628940584325136759">"איום חמור"</string>
+    <string name="public_safety_message" msgid="8084690288011309280">"פרטים על האיום"</string>
+    <string name="cmas_amber_alert" msgid="404589837946037736">"חיפוש אדם נעדר"</string>
+    <string name="state_local_test_alert" msgid="3774161961273584245">"התרעת בדיקה"</string>
+    <string name="cmas_exercise_alert" msgid="4845005677469935113">"בדיקת האזעקה"</string>
+    <string name="cmas_required_monthly_test" msgid="8386390153236774475">"בדיקת השידור הסלולרי"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="2361635321508611596">"איום קיצוני"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1718166777595485623">"איום חמור"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="3125202178531035580">"נעדרים"</string>
+    <string name="enable_cmas_amber_alerts_summary" msgid="5252326889751639729">"חיפוש נעדרים"</string>
+    <string name="enable_public_safety_messages_title" msgid="3974955568145658404">"פרטים על האיום"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="1795129352473584681">"התרעת בדיקה"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="569839026995925829">"בדיקת האזעקה"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="3897522692038895778">"בדיקת השידור הסלולרי"</string>
+</resources>
diff --git a/res/values-mcc232-ja/strings.xml b/res/values-mcc232-ja/strings.xml
new file mode 100644
index 0000000..8c5a734
--- /dev/null
+++ b/res/values-mcc232-ja/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2022 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="28280561773493762">"緊急警報"</string>
+    <string name="cmas_extreme_alert" msgid="9122792746957924456">"差し迫った脅威"</string>
+    <string name="cmas_severe_alert" msgid="628940584325136759">"深刻な脅威"</string>
+    <string name="public_safety_message" msgid="8084690288011309280">"脅威に関する情報"</string>
+    <string name="cmas_amber_alert" msgid="404589837946037736">"行方不明者を探す"</string>
+    <string name="state_local_test_alert" msgid="3774161961273584245">"テストアラート"</string>
+    <string name="cmas_exercise_alert" msgid="4845005677469935113">"テストアラーム"</string>
+    <string name="cmas_required_monthly_test" msgid="8386390153236774475">"緊急速報メールのテスト"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="2361635321508611596">"差し迫った脅威"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1718166777595485623">"深刻な脅威"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="3125202178531035580">"行方不明者"</string>
+    <string name="enable_cmas_amber_alerts_summary" msgid="5252326889751639729">"行方不明者を探す"</string>
+    <string name="enable_public_safety_messages_title" msgid="3974955568145658404">"脅威に関する情報"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="1795129352473584681">"テストアラート"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="569839026995925829">"テストアラーム"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="3897522692038895778">"緊急速報メールのテスト"</string>
+</resources>
diff --git a/res/values-mcc232-ka/strings.xml b/res/values-mcc232-ka/strings.xml
new file mode 100644
index 0000000..eb19e20
--- /dev/null
+++ b/res/values-mcc232-ka/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2022 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="28280561773493762">"ავარიული სიგნალიზაცია"</string>
+    <string name="cmas_extreme_alert" msgid="9122792746957924456">"უკიდურესი საფრთხე"</string>
+    <string name="cmas_severe_alert" msgid="628940584325136759">"სერიოზული საფრთხე"</string>
+    <string name="public_safety_message" msgid="8084690288011309280">"ინფორმაცია საფრთხის შესახებ"</string>
+    <string name="cmas_amber_alert" msgid="404589837946037736">"დაკარგული ადამიანის ძებნა"</string>
+    <string name="state_local_test_alert" msgid="3774161961273584245">"სატესტო გაფრთხილება"</string>
+    <string name="cmas_exercise_alert" msgid="4845005677469935113">"სატესტო განგაში"</string>
+    <string name="cmas_required_monthly_test" msgid="8386390153236774475">"Cell Broadcast ტესტი"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="2361635321508611596">"უკიდურესი საფრთხე"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1718166777595485623">"სერიოზული საფრთხე"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="3125202178531035580">"დაკარგული ადამიანები"</string>
+    <string name="enable_cmas_amber_alerts_summary" msgid="5252326889751639729">"დაკარგული ადამიანების ძებნა"</string>
+    <string name="enable_public_safety_messages_title" msgid="3974955568145658404">"ინფორმაცია საფრთხის შესახებ"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="1795129352473584681">"სატესტო გაფრთხილება"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="569839026995925829">"სატესტო განგაში"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="3897522692038895778">"Cell Broadcast ტესტი"</string>
+</resources>
diff --git a/res/values-mcc232-kk/strings.xml b/res/values-mcc232-kk/strings.xml
new file mode 100644
index 0000000..4bfbde8
--- /dev/null
+++ b/res/values-mcc232-kk/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2022 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="28280561773493762">"Төтенше жағдай дабылы"</string>
+    <string name="cmas_extreme_alert" msgid="9122792746957924456">"Шектен тыс қауіп"</string>
+    <string name="cmas_severe_alert" msgid="628940584325136759">"Елеулі қауіп"</string>
+    <string name="public_safety_message" msgid="8084690288011309280">"Қауіп туралы ақпарат"</string>
+    <string name="cmas_amber_alert" msgid="404589837946037736">"Жоғалған адамды іздеу"</string>
+    <string name="state_local_test_alert" msgid="3774161961273584245">"Сынақ хабарландыру"</string>
+    <string name="cmas_exercise_alert" msgid="4845005677469935113">"Сынақ дабылы"</string>
+    <string name="cmas_required_monthly_test" msgid="8386390153236774475">"Ұялы таратылым сынағы"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="2361635321508611596">"Шектен тыс қауіп"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1718166777595485623">"Елеулі қауіп"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="3125202178531035580">"Жоғалған адамдар"</string>
+    <string name="enable_cmas_amber_alerts_summary" msgid="5252326889751639729">"Жоғалған адамдарды іздеу"</string>
+    <string name="enable_public_safety_messages_title" msgid="3974955568145658404">"Қауіп туралы ақпарат"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="1795129352473584681">"Сынақ хабарландыру"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="569839026995925829">"Сынақ дабылы"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="3897522692038895778">"Ұялы таратылым сынағы"</string>
+</resources>
diff --git a/res/values-mcc232-km/strings.xml b/res/values-mcc232-km/strings.xml
new file mode 100644
index 0000000..cd35bac
--- /dev/null
+++ b/res/values-mcc232-km/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2022 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="28280561773493762">"សំឡេងប្រកាសអាសន្ន"</string>
+    <string name="cmas_extreme_alert" msgid="9122792746957924456">"ការគំរាមកំហែងធ្ងន់ធ្ងរខ្លាំង"</string>
+    <string name="cmas_severe_alert" msgid="628940584325136759">"ការគំរាមកំហែងធ្ងន់ធ្ងរ"</string>
+    <string name="public_safety_message" msgid="8084690288011309280">"ព័ត៌មានអំពីការគំរាមកំហែង"</string>
+    <string name="cmas_amber_alert" msgid="404589837946037736">"ស្វែងរកមនុស្សដែលបាត់ខ្លួន"</string>
+    <string name="state_local_test_alert" msgid="3774161961273584245">"ការ​ជូន​ដំណឹងសាកល្បង"</string>
+    <string name="cmas_exercise_alert" msgid="4845005677469935113">"ការប្រកាសអាសន្នសាកល្បង"</string>
+    <string name="cmas_required_monthly_test" msgid="8386390153236774475">"ការធ្វើតេស្តការផ្សាយចល័ត"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="2361635321508611596">"ការគំរាមកំហែងធ្ងន់ធ្ងរខ្លាំង"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1718166777595485623">"ការគំរាមកំហែងធ្ងន់ធ្ងរ"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="3125202178531035580">"មនុស្សដែលបាត់ខ្លួន"</string>
+    <string name="enable_cmas_amber_alerts_summary" msgid="5252326889751639729">"ស្វែងរកមនុស្សដែលបាត់ខ្លួន"</string>
+    <string name="enable_public_safety_messages_title" msgid="3974955568145658404">"ព័ត៌មានអំពីការគំរាមកំហែង"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="1795129352473584681">"ការ​ជូន​ដំណឹងសាកល្បង"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="569839026995925829">"ការប្រកាសអាសន្នសាកល្បង"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="3897522692038895778">"ការធ្វើតេស្តការផ្សាយចល័ត"</string>
+</resources>
diff --git a/res/values-mcc232-kn/strings.xml b/res/values-mcc232-kn/strings.xml
new file mode 100644
index 0000000..1c81e35
--- /dev/null
+++ b/res/values-mcc232-kn/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2022 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="28280561773493762">"ಎಮರ್ಜೆನ್ಸಿ ಅಲಾರಂ"</string>
+    <string name="cmas_extreme_alert" msgid="9122792746957924456">"ತೀವ್ರ ಅಪಾಯ"</string>
+    <string name="cmas_severe_alert" msgid="628940584325136759">"ಗಂಭೀರ ಅಪಾಯ"</string>
+    <string name="public_safety_message" msgid="8084690288011309280">"ಅಪಾಯದ ಕುರಿತ ಮಾಹಿತಿ"</string>
+    <string name="cmas_amber_alert" msgid="404589837946037736">"ಕಾಣೆಯಾದ ವ್ಯಕ್ತಿಗಾಗಿ ಹುಡುಕಿ"</string>
+    <string name="state_local_test_alert" msgid="3774161961273584245">"ಪರೀಕ್ಷಾ ಎಚ್ಚರಿಕೆ"</string>
+    <string name="cmas_exercise_alert" msgid="4845005677469935113">"ಪರೀಕ್ಷಾ ಅಲಾರಂ"</string>
+    <string name="cmas_required_monthly_test" msgid="8386390153236774475">"ಸೆಲ್ ಪ್ರಸಾರ ಪರೀಕ್ಷೆ"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="2361635321508611596">"ತೀವ್ರ ಅಪಾಯ"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1718166777595485623">"ಗಂಭೀರ ಅಪಾಯ"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="3125202178531035580">"ಕಾಣೆಯಾದ ವ್ಯಕ್ತಿಗಳು"</string>
+    <string name="enable_cmas_amber_alerts_summary" msgid="5252326889751639729">"ಕಾಣೆಯಾದ ವ್ಯಕ್ತಿಗಳಿಗಾಗಿ ಹುಡುಕಿ"</string>
+    <string name="enable_public_safety_messages_title" msgid="3974955568145658404">"ಅಪಾಯದ ಕುರಿತ ಮಾಹಿತಿ"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="1795129352473584681">"ಪರೀಕ್ಷಾ ಎಚ್ಚರಿಕೆ"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="569839026995925829">"ಪರೀಕ್ಷಾ ಅಲಾರಂ"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="3897522692038895778">"ಸೆಲ್ ಪ್ರಸಾರ ಪರೀಕ್ಷೆ"</string>
+</resources>
diff --git a/res/values-mcc232-ko/strings.xml b/res/values-mcc232-ko/strings.xml
new file mode 100644
index 0000000..7feed59
--- /dev/null
+++ b/res/values-mcc232-ko/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2022 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="28280561773493762">"응급 상황 알림"</string>
+    <string name="cmas_extreme_alert" msgid="9122792746957924456">"긴급 위험 알림"</string>
+    <string name="cmas_severe_alert" msgid="628940584325136759">"중대 위험 알림"</string>
+    <string name="public_safety_message" msgid="8084690288011309280">"안전 안내"</string>
+    <string name="cmas_amber_alert" msgid="404589837946037736">"실종자 찾기"</string>
+    <string name="state_local_test_alert" msgid="3774161961273584245">"알림 훈련"</string>
+    <string name="cmas_exercise_alert" msgid="4845005677469935113">"훈련 알림"</string>
+    <string name="cmas_required_monthly_test" msgid="8386390153236774475">"셀 브로드캐스트 훈련"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="2361635321508611596">"긴급 위험 알림"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1718166777595485623">"중대 위험 알림"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="3125202178531035580">"실종자"</string>
+    <string name="enable_cmas_amber_alerts_summary" msgid="5252326889751639729">"실종자 찾기"</string>
+    <string name="enable_public_safety_messages_title" msgid="3974955568145658404">"안전 안내"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="1795129352473584681">"알림 훈련"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="569839026995925829">"훈련 알림"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="3897522692038895778">"셀 브로드캐스트 훈련"</string>
+</resources>
diff --git a/res/values-mcc232-ky/strings.xml b/res/values-mcc232-ky/strings.xml
new file mode 100644
index 0000000..2b5e468
--- /dev/null
+++ b/res/values-mcc232-ky/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2022 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="28280561773493762">"Өзгөчө кырдаал сигнализациясы"</string>
+    <string name="cmas_extreme_alert" msgid="9122792746957924456">"Өтө коркунучтуу абал"</string>
+    <string name="cmas_severe_alert" msgid="628940584325136759">"Олуттуу кырдаал"</string>
+    <string name="public_safety_message" msgid="8084690288011309280">"Коркунуч тууралуу маалымат"</string>
+    <string name="cmas_amber_alert" msgid="404589837946037736">"Жоголгон адамды издөө"</string>
+    <string name="state_local_test_alert" msgid="3774161961273584245">"Сынамык шашылыш билдирүү"</string>
+    <string name="cmas_exercise_alert" msgid="4845005677469935113">"Сынамык сигнализация"</string>
+    <string name="cmas_required_monthly_test" msgid="8386390153236774475">"Уюк жөнөтүүлөрүн сыноо"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="2361635321508611596">"Өтө коркунучтуу абал"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1718166777595485623">"Олуттуу кырдаал"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="3125202178531035580">"Жоголгон адамдар"</string>
+    <string name="enable_cmas_amber_alerts_summary" msgid="5252326889751639729">"Жоголгон адамдарды издөө"</string>
+    <string name="enable_public_safety_messages_title" msgid="3974955568145658404">"Коркунуч тууралуу маалымат"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="1795129352473584681">"Сынамык шашылыш билдирүү"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="569839026995925829">"Сынамык сигнализация"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="3897522692038895778">"Уюк жөнөтүүлөрүн сыноо"</string>
+</resources>
diff --git a/res/values-mcc232-lo/strings.xml b/res/values-mcc232-lo/strings.xml
new file mode 100644
index 0000000..2d34b53
--- /dev/null
+++ b/res/values-mcc232-lo/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2022 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="28280561773493762">"ສັນຍານເຕືອນສຸກເສີນ"</string>
+    <string name="cmas_extreme_alert" msgid="9122792746957924456">"ໄພຄຸກຄາມທີ່ສຸດຂີດ"</string>
+    <string name="cmas_severe_alert" msgid="628940584325136759">"ໄພຄຸກຄາມທີ່ຮຸນແຮງ"</string>
+    <string name="public_safety_message" msgid="8084690288011309280">"ຂໍ້ມູນໄພຄຸກຄາມ"</string>
+    <string name="cmas_amber_alert" msgid="404589837946037736">"ຊອກຫາຄົນເສຍ"</string>
+    <string name="state_local_test_alert" msgid="3774161961273584245">"ທົດສອບການເຕືອນ"</string>
+    <string name="cmas_exercise_alert" msgid="4845005677469935113">"ທົດສອບການເຕືອນ"</string>
+    <string name="cmas_required_monthly_test" msgid="8386390153236774475">"ທົດສອບການກະຈາຍສັນຍານໂທລະສັບ"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="2361635321508611596">"ໄພຄຸກຄາມທີ່ສຸດຂີດ"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1718166777595485623">"ໄພຄຸກຄາມທີ່ຮຸນແຮງ"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="3125202178531035580">"ຄົນເສຍ"</string>
+    <string name="enable_cmas_amber_alerts_summary" msgid="5252326889751639729">"ຊອກຫາຄົນເສຍ"</string>
+    <string name="enable_public_safety_messages_title" msgid="3974955568145658404">"ຂໍ້ມູນໄພຄຸກຄາມ"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="1795129352473584681">"ທົດສອບການເຕືອນ"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="569839026995925829">"ທົດສອບການເຕືອນ"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="3897522692038895778">"ທົດສອບການກະຈາຍສັນຍານໂທລະສັບ"</string>
+</resources>
diff --git a/res/values-mcc232-lt/strings.xml b/res/values-mcc232-lt/strings.xml
new file mode 100644
index 0000000..3302536
--- /dev/null
+++ b/res/values-mcc232-lt/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2022 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="28280561773493762">"Įspėjimas apie kritinę padėtį"</string>
+    <string name="cmas_extreme_alert" msgid="9122792746957924456">"Labai didelis pavojus"</string>
+    <string name="cmas_severe_alert" msgid="628940584325136759">"Rimtas pavojus"</string>
+    <string name="public_safety_message" msgid="8084690288011309280">"Pavojaus informacija"</string>
+    <string name="cmas_amber_alert" msgid="404589837946037736">"Dingusio asmens paieška"</string>
+    <string name="state_local_test_alert" msgid="3774161961273584245">"Bandomasis įspėjimas"</string>
+    <string name="cmas_exercise_alert" msgid="4845005677469935113">"Bandomasis signalas"</string>
+    <string name="cmas_required_monthly_test" msgid="8386390153236774475">"Transliacijos mobiliuoju bandymas"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="2361635321508611596">"Labai didelis pavojus"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1718166777595485623">"Rimtas pavojus"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="3125202178531035580">"Dingę asmenys"</string>
+    <string name="enable_cmas_amber_alerts_summary" msgid="5252326889751639729">"Dingusių asmenų paieška"</string>
+    <string name="enable_public_safety_messages_title" msgid="3974955568145658404">"Pavojaus informacija"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="1795129352473584681">"Bandomasis įspėjimas"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="569839026995925829">"Bandomasis signalas"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="3897522692038895778">"Transliacijos mobiliuoju bandymas"</string>
+</resources>
diff --git a/res/values-mcc232-lv/strings.xml b/res/values-mcc232-lv/strings.xml
new file mode 100644
index 0000000..18479e7
--- /dev/null
+++ b/res/values-mcc232-lv/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2022 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="28280561773493762">"Ārkārtas brīdinājums"</string>
+    <string name="cmas_extreme_alert" msgid="9122792746957924456">"Ārkārtējs apdraudējums"</string>
+    <string name="cmas_severe_alert" msgid="628940584325136759">"Nopietns apdraudējums"</string>
+    <string name="public_safety_message" msgid="8084690288011309280">"Informācija par apdraudējumu"</string>
+    <string name="cmas_amber_alert" msgid="404589837946037736">"Bezvēsts pazudušas personas meklēšana"</string>
+    <string name="state_local_test_alert" msgid="3774161961273584245">"Testa brīdinājums"</string>
+    <string name="cmas_exercise_alert" msgid="4845005677469935113">"Testa signāls"</string>
+    <string name="cmas_required_monthly_test" msgid="8386390153236774475">"Šūnu apraides pārbaude"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="2361635321508611596">"Ārkārtējs apdraudējums"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1718166777595485623">"Nopietns apdraudējums"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="3125202178531035580">"Bezvēsts pazudušās personās"</string>
+    <string name="enable_cmas_amber_alerts_summary" msgid="5252326889751639729">"Bezvēsts pazudušo personu meklēšana"</string>
+    <string name="enable_public_safety_messages_title" msgid="3974955568145658404">"Informācija par apdraudējumu"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="1795129352473584681">"Testa brīdinājums"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="569839026995925829">"Testa signāls"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="3897522692038895778">"Šūnu apraides pārbaude"</string>
+</resources>
diff --git a/res/values-mcc232-mk/strings.xml b/res/values-mcc232-mk/strings.xml
new file mode 100644
index 0000000..df95566
--- /dev/null
+++ b/res/values-mcc232-mk/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2022 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="28280561773493762">"Аларм за итни случаи"</string>
+    <string name="cmas_extreme_alert" msgid="9122792746957924456">"Екстремна закана"</string>
+    <string name="cmas_severe_alert" msgid="628940584325136759">"Сериозна закана"</string>
+    <string name="public_safety_message" msgid="8084690288011309280">"Информации за заканата"</string>
+    <string name="cmas_amber_alert" msgid="404589837946037736">"Потрага по исчезнато лице"</string>
+    <string name="state_local_test_alert" msgid="3774161961273584245">"Пробно предупредување"</string>
+    <string name="cmas_exercise_alert" msgid="4845005677469935113">"Пробен аларм"</string>
+    <string name="cmas_required_monthly_test" msgid="8386390153236774475">"Тест за мобилен пренос"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="2361635321508611596">"Екстремна закана"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1718166777595485623">"Сериозна закана"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="3125202178531035580">"Исчезнати лица"</string>
+    <string name="enable_cmas_amber_alerts_summary" msgid="5252326889751639729">"Потрага по исчезнати лица"</string>
+    <string name="enable_public_safety_messages_title" msgid="3974955568145658404">"Информации за заканата"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="1795129352473584681">"Пробно предупредување"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="569839026995925829">"Пробен аларм"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="3897522692038895778">"Тест за мобилен пренос"</string>
+</resources>
diff --git a/res/values-mcc232-ml/strings.xml b/res/values-mcc232-ml/strings.xml
new file mode 100644
index 0000000..eb1ce50
--- /dev/null
+++ b/res/values-mcc232-ml/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2022 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="28280561773493762">"എമർജൻസി അലാറം"</string>
+    <string name="cmas_extreme_alert" msgid="9122792746957924456">"അതീവ ഗുരുതരമായ ഭീഷണി"</string>
+    <string name="cmas_severe_alert" msgid="628940584325136759">"ഗുരുതരമായ ഭീഷണി"</string>
+    <string name="public_safety_message" msgid="8084690288011309280">"ഭീഷണിയുടെ വിവരങ്ങൾ"</string>
+    <string name="cmas_amber_alert" msgid="404589837946037736">"കാണാതായ വ്യക്തിയെ തിരയുക"</string>
+    <string name="state_local_test_alert" msgid="3774161961273584245">"പരീക്ഷണ മുന്നറിയിപ്പ്"</string>
+    <string name="cmas_exercise_alert" msgid="4845005677469935113">"പരീക്ഷണ അലാറം"</string>
+    <string name="cmas_required_monthly_test" msgid="8386390153236774475">"സെൽ ബ്രോഡ്‌കാസ്റ്റ് ടെസ്റ്റ്"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="2361635321508611596">"അതീവ ഗുരുതരമായ ഭീഷണി"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1718166777595485623">"ഗുരുതരമായ ഭീഷണി"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="3125202178531035580">"കാണാതായവർ"</string>
+    <string name="enable_cmas_amber_alerts_summary" msgid="5252326889751639729">"കാണാതായവരെ തിരയുക"</string>
+    <string name="enable_public_safety_messages_title" msgid="3974955568145658404">"ഭീഷണിയുടെ വിവരങ്ങൾ"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="1795129352473584681">"പരീക്ഷണ മുന്നറിയിപ്പ്"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="569839026995925829">"പരീക്ഷണ അലാറം"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="3897522692038895778">"സെൽ ബ്രോഡ്‌കാസ്റ്റ് ടെസ്റ്റ്"</string>
+</resources>
diff --git a/res/values-mcc232-mn/strings.xml b/res/values-mcc232-mn/strings.xml
new file mode 100644
index 0000000..1b7e171
--- /dev/null
+++ b/res/values-mcc232-mn/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2022 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="28280561773493762">"Яаралтай тусламжийн дохиолол"</string>
+    <string name="cmas_extreme_alert" msgid="9122792746957924456">"Гамшгийн аюул"</string>
+    <string name="cmas_severe_alert" msgid="628940584325136759">"Ноцтой аюул"</string>
+    <string name="public_safety_message" msgid="8084690288011309280">"Аюулын мэдээлэл"</string>
+    <string name="cmas_amber_alert" msgid="404589837946037736">"Алга болсон хүн хайх"</string>
+    <string name="state_local_test_alert" msgid="3774161961273584245">"Сэрэмжлүүлгийг турших"</string>
+    <string name="cmas_exercise_alert" msgid="4845005677469935113">"Сэрүүлгийг турших"</string>
+    <string name="cmas_required_monthly_test" msgid="8386390153236774475">"Гар утсанд масс мессеж түгээхийг турших"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="2361635321508611596">"Гамшгийн аюул"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1718166777595485623">"Ноцтой аюул"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="3125202178531035580">"Алга болсон хүн"</string>
+    <string name="enable_cmas_amber_alerts_summary" msgid="5252326889751639729">"Алга болсон хүмүүсийг хайх"</string>
+    <string name="enable_public_safety_messages_title" msgid="3974955568145658404">"Аюулын мэдээлэл"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="1795129352473584681">"Сэрэмжлүүлгийг турших"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="569839026995925829">"Сэрүүлгийг турших"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="3897522692038895778">"Гар утсанд масс мессеж түгээхийг турших"</string>
+</resources>
diff --git a/res/values-mcc232-mnc03/config.xml b/res/values-mcc232-mnc03/config.xml
deleted file mode 100644
index 7d35208..0000000
--- a/res/values-mcc232-mnc03/config.xml
+++ /dev/null
@@ -1,20 +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>
-    <!-- Main toggle default value -->
-    <bool name="master_toggle_enabled_default">false</bool>
-</resources>
diff --git a/res/values-mcc232-mnc07/config.xml b/res/values-mcc232-mnc07/config.xml
deleted file mode 100644
index 7d35208..0000000
--- a/res/values-mcc232-mnc07/config.xml
+++ /dev/null
@@ -1,20 +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>
-    <!-- Main toggle default value -->
-    <bool name="master_toggle_enabled_default">false</bool>
-</resources>
diff --git a/res/values-mcc232-mr/strings.xml b/res/values-mcc232-mr/strings.xml
new file mode 100644
index 0000000..16d90c4
--- /dev/null
+++ b/res/values-mcc232-mr/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2022 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="28280561773493762">"आणीबाणी अलार्म"</string>
+    <string name="cmas_extreme_alert" msgid="9122792746957924456">"अत्याधिक धोका"</string>
+    <string name="cmas_severe_alert" msgid="628940584325136759">"गंभीर धोका"</string>
+    <string name="public_safety_message" msgid="8084690288011309280">"धोक्याविषयी माहिती"</string>
+    <string name="cmas_amber_alert" msgid="404589837946037736">"हरवलेल्या व्यक्तीचा शोध घ्या"</string>
+    <string name="state_local_test_alert" msgid="3774161961273584245">"चाचणी इशारा"</string>
+    <string name="cmas_exercise_alert" msgid="4845005677469935113">"चाचणी अलार्म"</string>
+    <string name="cmas_required_monthly_test" msgid="8386390153236774475">"सेल प्रसारण चाचणी"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="2361635321508611596">"अत्याधिक धोका"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1718166777595485623">"गंभीर धोका"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="3125202178531035580">"हरवलेले लोक"</string>
+    <string name="enable_cmas_amber_alerts_summary" msgid="5252326889751639729">"हरवलेल्या लोकांचा शोध घ्या"</string>
+    <string name="enable_public_safety_messages_title" msgid="3974955568145658404">"धोक्याविषयी माहिती"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="1795129352473584681">"चाचणी इशारा"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="569839026995925829">"चाचणी अलार्म"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="3897522692038895778">"सेल प्रसारण चाचणी"</string>
+</resources>
diff --git a/res/values-mcc232-ms/strings.xml b/res/values-mcc232-ms/strings.xml
new file mode 100644
index 0000000..2649069
--- /dev/null
+++ b/res/values-mcc232-ms/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2022 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="28280561773493762">"Penggera kecemasan"</string>
+    <string name="cmas_extreme_alert" msgid="9122792746957924456">"Ancaman melampau"</string>
+    <string name="cmas_severe_alert" msgid="628940584325136759">"Ancaman serius"</string>
+    <string name="public_safety_message" msgid="8084690288011309280">"Maklumat ancaman"</string>
+    <string name="cmas_amber_alert" msgid="404589837946037736">"Cari orang hilang"</string>
+    <string name="state_local_test_alert" msgid="3774161961273584245">"Makluman ujian"</string>
+    <string name="cmas_exercise_alert" msgid="4845005677469935113">"Uji penggera"</string>
+    <string name="cmas_required_monthly_test" msgid="8386390153236774475">"Ujian Siaran Sel"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="2361635321508611596">"Ancaman melampau"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1718166777595485623">"Ancaman serius"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="3125202178531035580">"Orang hilang"</string>
+    <string name="enable_cmas_amber_alerts_summary" msgid="5252326889751639729">"Cari orang hilang"</string>
+    <string name="enable_public_safety_messages_title" msgid="3974955568145658404">"Maklumat ancaman"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="1795129352473584681">"Makluman ujian"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="569839026995925829">"Uji penggera"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="3897522692038895778">"Ujian Siaran Sel"</string>
+</resources>
diff --git a/res/values-mcc232-my/strings.xml b/res/values-mcc232-my/strings.xml
new file mode 100644
index 0000000..5d345ab
--- /dev/null
+++ b/res/values-mcc232-my/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2022 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="28280561773493762">"အရေးပေါ် သတိပေးချက်"</string>
+    <string name="cmas_extreme_alert" msgid="9122792746957924456">"ဆိုးရွားပြင်းထန်သည့် ခြိမ်းခြောက်မှု"</string>
+    <string name="cmas_severe_alert" msgid="628940584325136759">"အလွန်ဆိုးရွားသည့် ခြိမ်းခြောက်မှု"</string>
+    <string name="public_safety_message" msgid="8084690288011309280">"ခြိမ်းခြောက်မှု အချက်အလက်"</string>
+    <string name="cmas_amber_alert" msgid="404589837946037736">"လူပျောက်ရှာခြင်း"</string>
+    <string name="state_local_test_alert" msgid="3774161961273584245">"စမ်းသပ် သတိပေးချက်"</string>
+    <string name="cmas_exercise_alert" msgid="4845005677469935113">"စမ်းသပ် အချက်ပေးသံ"</string>
+    <string name="cmas_required_monthly_test" msgid="8386390153236774475">"စာတိုများ ဖြန့်ဝေခြင်းစနစ် စမ်းသပ်မှု"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="2361635321508611596">"ဆိုးရွားပြင်းထန်သည့် ခြိမ်းခြောက်မှု"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1718166777595485623">"အလွန်ဆိုးရွားသည့် ခြိမ်းခြောက်မှု"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="3125202178531035580">"လူပျောက်"</string>
+    <string name="enable_cmas_amber_alerts_summary" msgid="5252326889751639729">"လူပျောက်ရှာရန်"</string>
+    <string name="enable_public_safety_messages_title" msgid="3974955568145658404">"ခြိမ်းခြောက်မှု အချက်အလက်"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="1795129352473584681">"စမ်းသပ် သတိပေးချက်"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="569839026995925829">"စမ်းသပ် အချက်ပေးသံ"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="3897522692038895778">"စာတိုများ ဖြန့်ဝေခြင်းစနစ် စမ်းသပ်မှု"</string>
+</resources>
diff --git a/res/values-mcc232-nb/strings.xml b/res/values-mcc232-nb/strings.xml
new file mode 100644
index 0000000..3a00b64
--- /dev/null
+++ b/res/values-mcc232-nb/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2022 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="28280561773493762">"Nødalarm"</string>
+    <string name="cmas_extreme_alert" msgid="9122792746957924456">"Ekstrem trussel"</string>
+    <string name="cmas_severe_alert" msgid="628940584325136759">"Alvorlig trussel"</string>
+    <string name="public_safety_message" msgid="8084690288011309280">"Trusselinformasjon"</string>
+    <string name="cmas_amber_alert" msgid="404589837946037736">"Søk etter en savnet person"</string>
+    <string name="state_local_test_alert" msgid="3774161961273584245">"Testvarsel"</string>
+    <string name="cmas_exercise_alert" msgid="4845005677469935113">"Testalarm"</string>
+    <string name="cmas_required_monthly_test" msgid="8386390153236774475">"Test av kringkastet melding"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="2361635321508611596">"Ekstrem trussel"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1718166777595485623">"Alvorlig trussel"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="3125202178531035580">"Savnede personer"</string>
+    <string name="enable_cmas_amber_alerts_summary" msgid="5252326889751639729">"Søk etter savnede personer"</string>
+    <string name="enable_public_safety_messages_title" msgid="3974955568145658404">"Trusselinformasjon"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="1795129352473584681">"Testvarsel"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="569839026995925829">"Testalarm"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="3897522692038895778">"Test av kringkastet melding"</string>
+</resources>
diff --git a/res/values-mcc232-ne/strings.xml b/res/values-mcc232-ne/strings.xml
new file mode 100644
index 0000000..bc0e317
--- /dev/null
+++ b/res/values-mcc232-ne/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2022 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="28280561773493762">"आपत्कालीन अलार्म"</string>
+    <string name="cmas_extreme_alert" msgid="9122792746957924456">"अत्यधिक जोखिम"</string>
+    <string name="cmas_severe_alert" msgid="628940584325136759">"गम्भीर जोखिम"</string>
+    <string name="public_safety_message" msgid="8084690288011309280">"जोखिमसम्बन्धी जानकारी"</string>
+    <string name="cmas_amber_alert" msgid="404589837946037736">"हराएको मान्छे खोज्नुहोस्"</string>
+    <string name="state_local_test_alert" msgid="3774161961273584245">"परीक्षणसम्बन्धी अलर्ट"</string>
+    <string name="cmas_exercise_alert" msgid="4845005677469935113">"परीक्षण अलार्म"</string>
+    <string name="cmas_required_monthly_test" msgid="8386390153236774475">"मोबाइल प्रसारणको परीक्षण"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="2361635321508611596">"अत्यधिक जोखिम"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1718166777595485623">"गम्भीर जोखिम"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="3125202178531035580">"हराएका मान्छेहरू"</string>
+    <string name="enable_cmas_amber_alerts_summary" msgid="5252326889751639729">"हराएका मान्छेहरू खोज्नुहोस्"</string>
+    <string name="enable_public_safety_messages_title" msgid="3974955568145658404">"जोखिमसम्बन्धी जानकारी"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="1795129352473584681">"परीक्षणसम्बन्धी अलर्ट"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="569839026995925829">"परीक्षण अलार्म"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="3897522692038895778">"मोबाइल प्रसारणको परीक्षण"</string>
+</resources>
diff --git a/res/values-mcc232-nl/strings.xml b/res/values-mcc232-nl/strings.xml
new file mode 100644
index 0000000..4ea46a5
--- /dev/null
+++ b/res/values-mcc232-nl/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2022 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="28280561773493762">"Noodalarm"</string>
+    <string name="cmas_extreme_alert" msgid="9122792746957924456">"Extreme dreiging"</string>
+    <string name="cmas_severe_alert" msgid="628940584325136759">"Ernstige dreiging"</string>
+    <string name="public_safety_message" msgid="8084690288011309280">"Informatie over dreiging"</string>
+    <string name="cmas_amber_alert" msgid="404589837946037736">"Vermiste persoon gezocht"</string>
+    <string name="state_local_test_alert" msgid="3774161961273584245">"Testmelding"</string>
+    <string name="cmas_exercise_alert" msgid="4845005677469935113">"Testalarm"</string>
+    <string name="cmas_required_monthly_test" msgid="8386390153236774475">"Test van cell broadcast"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="2361635321508611596">"Extreme dreiging"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1718166777595485623">"Ernstige dreiging"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="3125202178531035580">"Vermiste personen"</string>
+    <string name="enable_cmas_amber_alerts_summary" msgid="5252326889751639729">"Vermiste personen gezocht"</string>
+    <string name="enable_public_safety_messages_title" msgid="3974955568145658404">"Informatie over dreiging"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="1795129352473584681">"Testmelding"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="569839026995925829">"Testalarm"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="3897522692038895778">"Test van cell broadcast"</string>
+</resources>
diff --git a/res/values-mcc232-or/strings.xml b/res/values-mcc232-or/strings.xml
new file mode 100644
index 0000000..f8ebe86
--- /dev/null
+++ b/res/values-mcc232-or/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2022 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="28280561773493762">"ଜରୁରୀକାଳୀନ ଆଲାରାମ"</string>
+    <string name="cmas_extreme_alert" msgid="9122792746957924456">"ଅତ୍ୟନ୍ତ ଗୁରୁତର ବିପଦ"</string>
+    <string name="cmas_severe_alert" msgid="628940584325136759">"ଗୁରୁତର ବିପଦ"</string>
+    <string name="public_safety_message" msgid="8084690288011309280">"ବିପଦ ସୂଚନା"</string>
+    <string name="cmas_amber_alert" msgid="404589837946037736">"ନିଖୋଜ ବ୍ୟକ୍ତିଙ୍କୁ ସର୍ଚ୍ଚ କରନ୍ତୁ"</string>
+    <string name="state_local_test_alert" msgid="3774161961273584245">"ଟେଷ୍ଟ ଆଲର୍ଟ"</string>
+    <string name="cmas_exercise_alert" msgid="4845005677469935113">"ଟେଷ୍ଟ ଆଲାରାମ"</string>
+    <string name="cmas_required_monthly_test" msgid="8386390153236774475">"ସେଲ ବ୍ରଡକାଷ୍ଟ ଟେଷ୍ଟ"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="2361635321508611596">"ଅତ୍ୟନ୍ତ ଗୁରୁତର ବିପଦ"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1718166777595485623">"ଗୁରୁତର ବିପଦ"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="3125202178531035580">"ନିଖୋଜ ବ୍ୟକ୍ତିମାନେ"</string>
+    <string name="enable_cmas_amber_alerts_summary" msgid="5252326889751639729">"ନିଖୋଜ ବ୍ୟକ୍ତିମାନଙ୍କୁ ସର୍ଚ୍ଚ କରନ୍ତୁ"</string>
+    <string name="enable_public_safety_messages_title" msgid="3974955568145658404">"ବିପଦ ସୂଚନା"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="1795129352473584681">"ଟେଷ୍ଟ ଆଲର୍ଟ"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="569839026995925829">"ଟେଷ୍ଟ ଆଲାରାମ"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="3897522692038895778">"ସେଲ ବ୍ରଡକାଷ୍ଟ ଟେଷ୍ଟ"</string>
+</resources>
diff --git a/res/values-mcc232-pa/strings.xml b/res/values-mcc232-pa/strings.xml
new file mode 100644
index 0000000..be4254f
--- /dev/null
+++ b/res/values-mcc232-pa/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2022 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="28280561773493762">"ਐਮਰਜੈਂਸੀ ਅਲਾਰਮ"</string>
+    <string name="cmas_extreme_alert" msgid="9122792746957924456">"ਬਹੁਤ ਜ਼ਿਆਦਾ ਖਤਰਾ"</string>
+    <string name="cmas_severe_alert" msgid="628940584325136759">"ਗੰਭੀਰ ਖਤਰਾ"</string>
+    <string name="public_safety_message" msgid="8084690288011309280">"ਖਤਰੇ ਸੰਬੰਧੀ ਜਾਣਕਾਰੀ"</string>
+    <string name="cmas_amber_alert" msgid="404589837946037736">"ਖੁੰਝੇ ਹੋਏ ਵਿਅਕਤੀ ਨੂੰ ਖੋਜੋ"</string>
+    <string name="state_local_test_alert" msgid="3774161961273584245">"ਜਾਂਚ ਸੁਚੇਤਨਾ"</string>
+    <string name="cmas_exercise_alert" msgid="4845005677469935113">"ਜਾਂਚ ਅਲਾਰਮ"</string>
+    <string name="cmas_required_monthly_test" msgid="8386390153236774475">"ਸੈੱਲ ਪ੍ਰਸਾਰਨ ਜਾਂਚ"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="2361635321508611596">"ਬਹੁਤ ਜ਼ਿਆਦਾ ਖਤਰਾ"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1718166777595485623">"ਗੰਭੀਰ ਖਤਰਾ"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="3125202178531035580">"ਖੁੰਝੇ ਹੋਏ ਵਿਅਕਤੀ"</string>
+    <string name="enable_cmas_amber_alerts_summary" msgid="5252326889751639729">"ਖੁੰਝੇ ਹੋਏ ਵਿਅਕਤੀਆਂ ਨੂੰ ਖੋਜੋ"</string>
+    <string name="enable_public_safety_messages_title" msgid="3974955568145658404">"ਖਤਰੇ ਸੰਬੰਧੀ ਜਾਣਕਾਰੀ"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="1795129352473584681">"ਜਾਂਚ ਸੁਚੇਤਨਾ"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="569839026995925829">"ਜਾਂਚ ਅਲਾਰਮ"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="3897522692038895778">"ਸੈੱਲ ਪ੍ਰਸਾਰਨ ਜਾਂਚ"</string>
+</resources>
diff --git a/res/values-mcc232-pl/strings.xml b/res/values-mcc232-pl/strings.xml
new file mode 100644
index 0000000..e047027
--- /dev/null
+++ b/res/values-mcc232-pl/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2022 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="28280561773493762">"Alarm o zagrożeniu"</string>
+    <string name="cmas_extreme_alert" msgid="9122792746957924456">"Ekstremalne zagrożenie"</string>
+    <string name="cmas_severe_alert" msgid="628940584325136759">"Poważne zagrożenie"</string>
+    <string name="public_safety_message" msgid="8084690288011309280">"Informacje o zagrożeniu"</string>
+    <string name="cmas_amber_alert" msgid="404589837946037736">"Poszukiwanie zaginionej osoby"</string>
+    <string name="state_local_test_alert" msgid="3774161961273584245">"Alert testowy"</string>
+    <string name="cmas_exercise_alert" msgid="4845005677469935113">"Alarm testowy"</string>
+    <string name="cmas_required_monthly_test" msgid="8386390153236774475">"Test komunikatów z sieci komórkowej"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="2361635321508611596">"Ekstremalne zagrożenie"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1718166777595485623">"Poważne zagrożenie"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="3125202178531035580">"Zaginione osoby"</string>
+    <string name="enable_cmas_amber_alerts_summary" msgid="5252326889751639729">"Poszukiwanie zaginionych osób"</string>
+    <string name="enable_public_safety_messages_title" msgid="3974955568145658404">"Informacje o zagrożeniu"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="1795129352473584681">"Alert testowy"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="569839026995925829">"Alarm testowy"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="3897522692038895778">"Test komunikatów z sieci komórkowej"</string>
+</resources>
diff --git a/res/values-mcc232-pt-rPT/strings.xml b/res/values-mcc232-pt-rPT/strings.xml
new file mode 100644
index 0000000..1f4266c
--- /dev/null
+++ b/res/values-mcc232-pt-rPT/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2022 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="28280561773493762">"Alarme de emergência"</string>
+    <string name="cmas_extreme_alert" msgid="9122792746957924456">"Ameaça extrema"</string>
+    <string name="cmas_severe_alert" msgid="628940584325136759">"Ameaça grave"</string>
+    <string name="public_safety_message" msgid="8084690288011309280">"Informações sobre a ameaça"</string>
+    <string name="cmas_amber_alert" msgid="404589837946037736">"Procure uma pessoa desaparecida"</string>
+    <string name="state_local_test_alert" msgid="3774161961273584245">"Alerta de teste"</string>
+    <string name="cmas_exercise_alert" msgid="4845005677469935113">"Alarme de teste"</string>
+    <string name="cmas_required_monthly_test" msgid="8386390153236774475">"Teste de difusão celular"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="2361635321508611596">"Ameaça extrema"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1718166777595485623">"Ameaça grave"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="3125202178531035580">"Pessoas desaparecidas"</string>
+    <string name="enable_cmas_amber_alerts_summary" msgid="5252326889751639729">"Procure pessoas desaparecidas"</string>
+    <string name="enable_public_safety_messages_title" msgid="3974955568145658404">"Informações sobre a ameaça"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="1795129352473584681">"Alerta de teste"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="569839026995925829">"Alarme de teste"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="3897522692038895778">"Teste de difusão celular"</string>
+</resources>
diff --git a/res/values-mcc232-pt/strings.xml b/res/values-mcc232-pt/strings.xml
new file mode 100644
index 0000000..4574ef6
--- /dev/null
+++ b/res/values-mcc232-pt/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2022 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="28280561773493762">"Alarme de emergência"</string>
+    <string name="cmas_extreme_alert" msgid="9122792746957924456">"Ameaça extrema"</string>
+    <string name="cmas_severe_alert" msgid="628940584325136759">"Ameaça grave"</string>
+    <string name="public_safety_message" msgid="8084690288011309280">"Informações sobre a ameaça"</string>
+    <string name="cmas_amber_alert" msgid="404589837946037736">"Busca de pessoas desaparecidas"</string>
+    <string name="state_local_test_alert" msgid="3774161961273584245">"Alerta de teste"</string>
+    <string name="cmas_exercise_alert" msgid="4845005677469935113">"Alarme de teste"</string>
+    <string name="cmas_required_monthly_test" msgid="8386390153236774475">"Teste de transmissão celular"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="2361635321508611596">"Ameaça extrema"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1718166777595485623">"Ameaça grave"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="3125202178531035580">"Pessoas desaparecidas"</string>
+    <string name="enable_cmas_amber_alerts_summary" msgid="5252326889751639729">"Busca de pessoas desaparecidas"</string>
+    <string name="enable_public_safety_messages_title" msgid="3974955568145658404">"Informações sobre a ameaça"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="1795129352473584681">"Alerta de teste"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="569839026995925829">"Alarme de teste"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="3897522692038895778">"Teste de transmissão celular"</string>
+</resources>
diff --git a/res/values-mcc232-ro/strings.xml b/res/values-mcc232-ro/strings.xml
new file mode 100644
index 0000000..d342042
--- /dev/null
+++ b/res/values-mcc232-ro/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2022 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="28280561773493762">"Alarmă de urgență"</string>
+    <string name="cmas_extreme_alert" msgid="9122792746957924456">"Pericol extrem"</string>
+    <string name="cmas_severe_alert" msgid="628940584325136759">"Pericol grav"</string>
+    <string name="public_safety_message" msgid="8084690288011309280">"Informații despre pericol"</string>
+    <string name="cmas_amber_alert" msgid="404589837946037736">"Căutarea unei persoane dispărute"</string>
+    <string name="state_local_test_alert" msgid="3774161961273584245">"Alertă de testare"</string>
+    <string name="cmas_exercise_alert" msgid="4845005677469935113">"Alarmă de testare"</string>
+    <string name="cmas_required_monthly_test" msgid="8386390153236774475">"Test pentru transmisia celulară"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="2361635321508611596">"Pericol extrem"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1718166777595485623">"Pericol grav"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="3125202178531035580">"Persoane dispărute"</string>
+    <string name="enable_cmas_amber_alerts_summary" msgid="5252326889751639729">"Căutarea unor persoane dispărute"</string>
+    <string name="enable_public_safety_messages_title" msgid="3974955568145658404">"Informații despre pericol"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="1795129352473584681">"Alertă de testare"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="569839026995925829">"Alarmă de testare"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="3897522692038895778">"Test pentru transmisia celulară"</string>
+</resources>
diff --git a/res/values-mcc232-ru/strings.xml b/res/values-mcc232-ru/strings.xml
new file mode 100644
index 0000000..82b0550
--- /dev/null
+++ b/res/values-mcc232-ru/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2022 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="28280561773493762">"Предупреждение об экстренной ситуации"</string>
+    <string name="cmas_extreme_alert" msgid="9122792746957924456">"Чрезвычайная угроза"</string>
+    <string name="cmas_severe_alert" msgid="628940584325136759">"Очень серьезная угроза"</string>
+    <string name="public_safety_message" msgid="8084690288011309280">"Сведения об угрозе"</string>
+    <string name="cmas_amber_alert" msgid="404589837946037736">"Поиск пропавшего без вести"</string>
+    <string name="state_local_test_alert" msgid="3774161961273584245">"Тестовое оповещение"</string>
+    <string name="cmas_exercise_alert" msgid="4845005677469935113">"Тестовое предупреждение"</string>
+    <string name="cmas_required_monthly_test" msgid="8386390153236774475">"Тестирование оповещения населения"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="2361635321508611596">"Чрезвычайная угроза"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1718166777595485623">"Очень серьезная угроза"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="3125202178531035580">"Пропавшие без вести"</string>
+    <string name="enable_cmas_amber_alerts_summary" msgid="5252326889751639729">"Поиск пропавших без вести"</string>
+    <string name="enable_public_safety_messages_title" msgid="3974955568145658404">"Сведения об угрозе"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="1795129352473584681">"Тестовое оповещение"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="569839026995925829">"Тестовое предупреждение"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="3897522692038895778">"Тестирование оповещения населения"</string>
+</resources>
diff --git a/res/values-mcc232-si/strings.xml b/res/values-mcc232-si/strings.xml
new file mode 100644
index 0000000..863dede
--- /dev/null
+++ b/res/values-mcc232-si/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2022 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="28280561773493762">"හදිසි එලාමය"</string>
+    <string name="cmas_extreme_alert" msgid="9122792746957924456">"බරපතළ තර්ජනය"</string>
+    <string name="cmas_severe_alert" msgid="628940584325136759">"දරුණු තර්ජනය"</string>
+    <string name="public_safety_message" msgid="8084690288011309280">"තර්ජන තොරතුරු"</string>
+    <string name="cmas_amber_alert" msgid="404589837946037736">"අතුරුදහන් වූ පුද්ගලයා සොයන්න"</string>
+    <string name="state_local_test_alert" msgid="3774161961273584245">"පරීක්ෂණ ඇඟවීම"</string>
+    <string name="cmas_exercise_alert" msgid="4845005677469935113">"පරීක්ෂණ එලාමය"</string>
+    <string name="cmas_required_monthly_test" msgid="8386390153236774475">"සෙල් විකාශන පරීක්ෂණය"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="2361635321508611596">"බරපතළ තර්ජනය"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1718166777595485623">"දරුණු තර්ජනය"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="3125202178531035580">"අතුරුදන් වූ පුද්ගලයින්"</string>
+    <string name="enable_cmas_amber_alerts_summary" msgid="5252326889751639729">"අතුරුදන් වූ පුද්ගලයින් සොයන්න"</string>
+    <string name="enable_public_safety_messages_title" msgid="3974955568145658404">"තර්ජන තොරතුරු"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="1795129352473584681">"පරීක්ෂණ ඇඟවීම"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="569839026995925829">"පරීක්ෂණ එලාමය"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="3897522692038895778">"සෙල් විකාශන පරීක්ෂණය"</string>
+</resources>
diff --git a/res/values-mcc232-sk/strings.xml b/res/values-mcc232-sk/strings.xml
new file mode 100644
index 0000000..854f282
--- /dev/null
+++ b/res/values-mcc232-sk/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2022 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="28280561773493762">"Núdzový alarm"</string>
+    <string name="cmas_extreme_alert" msgid="9122792746957924456">"Extrémna hrozba"</string>
+    <string name="cmas_severe_alert" msgid="628940584325136759">"Závažná hrozba"</string>
+    <string name="public_safety_message" msgid="8084690288011309280">"Informácie o hrozbe"</string>
+    <string name="cmas_amber_alert" msgid="404589837946037736">"Vyhľadávanie nezvestnej osoby"</string>
+    <string name="state_local_test_alert" msgid="3774161961273584245">"Testovacie varovanie"</string>
+    <string name="cmas_exercise_alert" msgid="4845005677469935113">"Testovací alarm"</string>
+    <string name="cmas_required_monthly_test" msgid="8386390153236774475">"Test správ informačných služieb"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="2361635321508611596">"Extrémna hrozba"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1718166777595485623">"Závažná hrozba"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="3125202178531035580">"Nezvestné osoby"</string>
+    <string name="enable_cmas_amber_alerts_summary" msgid="5252326889751639729">"Vyhľadávanie nezvestných osôb"</string>
+    <string name="enable_public_safety_messages_title" msgid="3974955568145658404">"Informácie o hrozbe"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="1795129352473584681">"Testovacie varovanie"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="569839026995925829">"Testovací alarm"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="3897522692038895778">"Test správ informačných služieb"</string>
+</resources>
diff --git a/res/values-mcc232-sl/strings.xml b/res/values-mcc232-sl/strings.xml
new file mode 100644
index 0000000..bc6dbbb
--- /dev/null
+++ b/res/values-mcc232-sl/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2022 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="28280561773493762">"Alarm v sili"</string>
+    <string name="cmas_extreme_alert" msgid="9122792746957924456">"Skrajna grožnja"</string>
+    <string name="cmas_severe_alert" msgid="628940584325136759">"Resna grožnja"</string>
+    <string name="public_safety_message" msgid="8084690288011309280">"Informacije o grožnji"</string>
+    <string name="cmas_amber_alert" msgid="404589837946037736">"Iskanje pogrešane osebe"</string>
+    <string name="state_local_test_alert" msgid="3774161961273584245">"Preizkusno opozorilo"</string>
+    <string name="cmas_exercise_alert" msgid="4845005677469935113">"Preizkus alarma"</string>
+    <string name="cmas_required_monthly_test" msgid="8386390153236774475">"Preizkus oddaje v celici"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="2361635321508611596">"Skrajna grožnja"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1718166777595485623">"Resna grožnja"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="3125202178531035580">"Pogrešane osebe"</string>
+    <string name="enable_cmas_amber_alerts_summary" msgid="5252326889751639729">"Iskanje pogrešanih oseb"</string>
+    <string name="enable_public_safety_messages_title" msgid="3974955568145658404">"Informacije o grožnji"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="1795129352473584681">"Preizkusno opozorilo"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="569839026995925829">"Preizkus alarma"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="3897522692038895778">"Preizkus oddaje v celici"</string>
+</resources>
diff --git a/res/values-mcc232-sq/strings.xml b/res/values-mcc232-sq/strings.xml
new file mode 100644
index 0000000..d1f9da6
--- /dev/null
+++ b/res/values-mcc232-sq/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2022 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="28280561773493762">"Alarm urgjence"</string>
+    <string name="cmas_extreme_alert" msgid="9122792746957924456">"Rrezik ekstrem"</string>
+    <string name="cmas_severe_alert" msgid="628940584325136759">"Rrezik serioz"</string>
+    <string name="public_safety_message" msgid="8084690288011309280">"Informacione për rrezikun"</string>
+    <string name="cmas_amber_alert" msgid="404589837946037736">"Kërkim për një person të humbur"</string>
+    <string name="state_local_test_alert" msgid="3774161961273584245">"Testim i sinjalizimit"</string>
+    <string name="cmas_exercise_alert" msgid="4845005677469935113">"Testim i alarmit"</string>
+    <string name="cmas_required_monthly_test" msgid="8386390153236774475">"Testim i transmetimit celular"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="2361635321508611596">"Rrezik ekstrem"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1718166777595485623">"Rrezik serioz"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="3125202178531035580">"Persona të humbur"</string>
+    <string name="enable_cmas_amber_alerts_summary" msgid="5252326889751639729">"Kërkim për persona të humbur"</string>
+    <string name="enable_public_safety_messages_title" msgid="3974955568145658404">"Informacione për rrezikun"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="1795129352473584681">"Testim i sinjalizimit"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="569839026995925829">"Testim i alarmit"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="3897522692038895778">"Testim i transmetimit celular"</string>
+</resources>
diff --git a/res/values-mcc232-sr/strings.xml b/res/values-mcc232-sr/strings.xml
new file mode 100644
index 0000000..1d0699f
--- /dev/null
+++ b/res/values-mcc232-sr/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2022 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="28280561773493762">"Узбуна"</string>
+    <string name="cmas_extreme_alert" msgid="9122792746957924456">"Екстремна претња"</string>
+    <string name="cmas_severe_alert" msgid="628940584325136759">"Озбиљна претња"</string>
+    <string name="public_safety_message" msgid="8084690288011309280">"Информације о претњи"</string>
+    <string name="cmas_amber_alert" msgid="404589837946037736">"Потражите несталу особу"</string>
+    <string name="state_local_test_alert" msgid="3774161961273584245">"Пробно упозорење"</string>
+    <string name="cmas_exercise_alert" msgid="4845005677469935113">"Пробни аларм"</string>
+    <string name="cmas_required_monthly_test" msgid="8386390153236774475">"Тестирање порука за мобилне уређаје на локалитету"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="2361635321508611596">"Екстремна претња"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1718166777595485623">"Озбиљна претња"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="3125202178531035580">"Нестале особе"</string>
+    <string name="enable_cmas_amber_alerts_summary" msgid="5252326889751639729">"Потражите нестале особе"</string>
+    <string name="enable_public_safety_messages_title" msgid="3974955568145658404">"Информације о претњи"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="1795129352473584681">"Пробно упозорење"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="569839026995925829">"Пробни аларм"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="3897522692038895778">"Тестирање порука за мобилне уређаје на локалитету"</string>
+</resources>
diff --git a/res/values-mcc232-sv/strings.xml b/res/values-mcc232-sv/strings.xml
new file mode 100644
index 0000000..bab688d
--- /dev/null
+++ b/res/values-mcc232-sv/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2022 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="28280561773493762">"Nödlarm"</string>
+    <string name="cmas_extreme_alert" msgid="9122792746957924456">"Extrem fara"</string>
+    <string name="cmas_severe_alert" msgid="628940584325136759">"Allvarlig fara"</string>
+    <string name="public_safety_message" msgid="8084690288011309280">"Information om fara"</string>
+    <string name="cmas_amber_alert" msgid="404589837946037736">"Sök efter en försvunnen person"</string>
+    <string name="state_local_test_alert" msgid="3774161961273584245">"Testvarning"</string>
+    <string name="cmas_exercise_alert" msgid="4845005677469935113">"Testlarm"</string>
+    <string name="cmas_required_monthly_test" msgid="8386390153236774475">"Cellsändningstest"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="2361635321508611596">"Extrem fara"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1718166777595485623">"Allvarlig fara"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="3125202178531035580">"Försvunna personer"</string>
+    <string name="enable_cmas_amber_alerts_summary" msgid="5252326889751639729">"Sök efter försvunna personer"</string>
+    <string name="enable_public_safety_messages_title" msgid="3974955568145658404">"Information om fara"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="1795129352473584681">"Testvarning"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="569839026995925829">"Testlarm"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="3897522692038895778">"Cellsändningstest"</string>
+</resources>
diff --git a/res/values-mcc232-sw/strings.xml b/res/values-mcc232-sw/strings.xml
new file mode 100644
index 0000000..333f196
--- /dev/null
+++ b/res/values-mcc232-sw/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2022 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="28280561773493762">"King\'ora cha dharura"</string>
+    <string name="cmas_extreme_alert" msgid="9122792746957924456">"Tishio lililokithiri"</string>
+    <string name="cmas_severe_alert" msgid="628940584325136759">"Tishio kali"</string>
+    <string name="public_safety_message" msgid="8084690288011309280">"Maelezo ya tishio"</string>
+    <string name="cmas_amber_alert" msgid="404589837946037736">"Tafuta mtu aliyepotea"</string>
+    <string name="state_local_test_alert" msgid="3774161961273584245">"Tahadhari ya jaribio"</string>
+    <string name="cmas_exercise_alert" msgid="4845005677469935113">"Jaribu king\'ora"</string>
+    <string name="cmas_required_monthly_test" msgid="8386390153236774475">"Jaribio la Matangazo ya Simu"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="2361635321508611596">"Tishio lililokithiri"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1718166777595485623">"Tishio kali"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="3125202178531035580">"Watu waliopotea"</string>
+    <string name="enable_cmas_amber_alerts_summary" msgid="5252326889751639729">"Tafuta watu waliopotea"</string>
+    <string name="enable_public_safety_messages_title" msgid="3974955568145658404">"Maelezo ya tishio"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="1795129352473584681">"Tahadhari ya jaribio"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="569839026995925829">"Jaribu king\'ora"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="3897522692038895778">"Jaribio la Matangazo ya Simu"</string>
+</resources>
diff --git a/res/values-mcc232-ta/strings.xml b/res/values-mcc232-ta/strings.xml
new file mode 100644
index 0000000..92abf05
--- /dev/null
+++ b/res/values-mcc232-ta/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2022 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="28280561773493762">"அவசரகால அலாரம்"</string>
+    <string name="cmas_extreme_alert" msgid="9122792746957924456">"தீவிர அச்சுறுத்தல்"</string>
+    <string name="cmas_severe_alert" msgid="628940584325136759">"கடுமையான அச்சுறுத்தல்"</string>
+    <string name="public_safety_message" msgid="8084690288011309280">"அச்சுறுத்தல் தொடர்பான தகவல்கள்"</string>
+    <string name="cmas_amber_alert" msgid="404589837946037736">"காணாமல் போனவரைத் தேடுதல்"</string>
+    <string name="state_local_test_alert" msgid="3774161961273584245">"பரிசோதனை எச்சரிக்கை"</string>
+    <string name="cmas_exercise_alert" msgid="4845005677469935113">"பரிசோதனை அலாரம்"</string>
+    <string name="cmas_required_monthly_test" msgid="8386390153236774475">"செல் பிராட்காஸ்ட் பரிசோதனை"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="2361635321508611596">"தீவிர அச்சுறுத்தல்"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1718166777595485623">"கடுமையான அச்சுறுத்தல்"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="3125202178531035580">"காணாமல் போனவர்கள்"</string>
+    <string name="enable_cmas_amber_alerts_summary" msgid="5252326889751639729">"காணாமல் போனவர்களைத் தேடுதல்"</string>
+    <string name="enable_public_safety_messages_title" msgid="3974955568145658404">"அச்சுறுத்தல் தொடர்பான தகவல்கள்"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="1795129352473584681">"பரிசோதனை எச்சரிக்கை"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="569839026995925829">"பரிசோதனை அலாரம்"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="3897522692038895778">"செல் பிராட்காஸ்ட் பரிசோதனை"</string>
+</resources>
diff --git a/res/values-mcc232-te/strings.xml b/res/values-mcc232-te/strings.xml
new file mode 100644
index 0000000..476a3c8
--- /dev/null
+++ b/res/values-mcc232-te/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2022 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="28280561773493762">"ఎమర్జెన్సీ అలారం"</string>
+    <string name="cmas_extreme_alert" msgid="9122792746957924456">"విపరీతమైన ముప్పు"</string>
+    <string name="cmas_severe_alert" msgid="628940584325136759">"తీవ్రమైన ముప్పు"</string>
+    <string name="public_safety_message" msgid="8084690288011309280">"ముప్పు సమాచారం"</string>
+    <string name="cmas_amber_alert" msgid="404589837946037736">"మిస్ అయిన వ్యక్తి కోసం సెర్చ్ చేయండి"</string>
+    <string name="state_local_test_alert" msgid="3774161961273584245">"టెస్ట్ అలర్ట్"</string>
+    <string name="cmas_exercise_alert" msgid="4845005677469935113">"టెస్ట్ అలారం"</string>
+    <string name="cmas_required_monthly_test" msgid="8386390153236774475">"సెల్ ప్రసార టెస్ట్"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="2361635321508611596">"విపరీతమైన ముప్పు"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1718166777595485623">"తీవ్రమైన ముప్పు"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="3125202178531035580">"మిస్ అయిన వ్యక్తులు"</string>
+    <string name="enable_cmas_amber_alerts_summary" msgid="5252326889751639729">"మిస్ అయిన వ్యక్తుల కోసం సెర్చ్ చేయండి"</string>
+    <string name="enable_public_safety_messages_title" msgid="3974955568145658404">"ముప్పు సమాచారం"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="1795129352473584681">"టెస్ట్ అలర్ట్"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="569839026995925829">"టెస్ట్ అలారం"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="3897522692038895778">"సెల్ ప్రసార టెస్ట్"</string>
+</resources>
diff --git a/res/values-mcc232-th/strings.xml b/res/values-mcc232-th/strings.xml
new file mode 100644
index 0000000..3e16b40
--- /dev/null
+++ b/res/values-mcc232-th/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2022 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="28280561773493762">"สัญญาณเตือนฉุกเฉิน"</string>
+    <string name="cmas_extreme_alert" msgid="9122792746957924456">"ภัยคุกคามระดับสูงสุด"</string>
+    <string name="cmas_severe_alert" msgid="628940584325136759">"ภัยคุกคามระดับร้ายแรง"</string>
+    <string name="public_safety_message" msgid="8084690288011309280">"ข้อมูลภัยคุกคาม"</string>
+    <string name="cmas_amber_alert" msgid="404589837946037736">"ค้นหาคนหาย"</string>
+    <string name="state_local_test_alert" msgid="3774161961273584245">"ทดสอบการแจ้งเหตุ"</string>
+    <string name="cmas_exercise_alert" msgid="4845005677469935113">"ทดสอบสัญญาณเตือน"</string>
+    <string name="cmas_required_monthly_test" msgid="8386390153236774475">"การทดสอบการส่งข้อมูลเตือนภัยทางมือถือ (CB)"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="2361635321508611596">"ภัยคุกคามระดับสูงสุด"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1718166777595485623">"ภัยคุกคามระดับร้ายแรง"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="3125202178531035580">"คนหาย"</string>
+    <string name="enable_cmas_amber_alerts_summary" msgid="5252326889751639729">"ค้นหาคนหาย"</string>
+    <string name="enable_public_safety_messages_title" msgid="3974955568145658404">"ข้อมูลภัยคุกคาม"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="1795129352473584681">"ทดสอบการแจ้งเหตุ"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="569839026995925829">"ทดสอบสัญญาณเตือน"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="3897522692038895778">"การทดสอบการส่งข้อมูลเตือนภัยทางมือถือ (CB)"</string>
+</resources>
diff --git a/res/values-mcc232-tl/strings.xml b/res/values-mcc232-tl/strings.xml
new file mode 100644
index 0000000..0b4312c
--- /dev/null
+++ b/res/values-mcc232-tl/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2022 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="28280561773493762">"Emergency alarm"</string>
+    <string name="cmas_extreme_alert" msgid="9122792746957924456">"Napakatinding banta"</string>
+    <string name="cmas_severe_alert" msgid="628940584325136759">"Matinding banta"</string>
+    <string name="public_safety_message" msgid="8084690288011309280">"Impormasyon tungkol sa banta"</string>
+    <string name="cmas_amber_alert" msgid="404589837946037736">"Maghanap ng nawawalang tao"</string>
+    <string name="state_local_test_alert" msgid="3774161961273584245">"Pansubok na alerto"</string>
+    <string name="cmas_exercise_alert" msgid="4845005677469935113">"Pansubok na alarm"</string>
+    <string name="cmas_required_monthly_test" msgid="8386390153236774475">"Pagsubok sa Cell Broadcast"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="2361635321508611596">"Napakatinding banta"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1718166777595485623">"Matinding banta"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="3125202178531035580">"Mga nawawalang tao"</string>
+    <string name="enable_cmas_amber_alerts_summary" msgid="5252326889751639729">"Paghahanap sa mga nawawalang tao"</string>
+    <string name="enable_public_safety_messages_title" msgid="3974955568145658404">"Impormasyon tungkol sa banta"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="1795129352473584681">"Pansubok na alerto"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="569839026995925829">"Pansubok na alarm"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="3897522692038895778">"Pagsubok sa Cell Broadcast"</string>
+</resources>
diff --git a/res/values-mcc232-tr/strings.xml b/res/values-mcc232-tr/strings.xml
new file mode 100644
index 0000000..e91b6f3
--- /dev/null
+++ b/res/values-mcc232-tr/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2022 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="28280561773493762">"Acil durum alarmı"</string>
+    <string name="cmas_extreme_alert" msgid="9122792746957924456">"Olağanüstü tehlike"</string>
+    <string name="cmas_severe_alert" msgid="628940584325136759">"Ciddi tehlike"</string>
+    <string name="public_safety_message" msgid="8084690288011309280">"Tehlike bilgileri"</string>
+    <string name="cmas_amber_alert" msgid="404589837946037736">"Kayıp kişiyi arama"</string>
+    <string name="state_local_test_alert" msgid="3774161961273584245">"Test amaçlı uyarı"</string>
+    <string name="cmas_exercise_alert" msgid="4845005677469935113">"Test amaçlı alarm"</string>
+    <string name="cmas_required_monthly_test" msgid="8386390153236774475">"Hücre Yayın Testi"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="2361635321508611596">"Olağanüstü tehlike"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1718166777595485623">"Ciddi tehlike"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="3125202178531035580">"Kayıp kişiler"</string>
+    <string name="enable_cmas_amber_alerts_summary" msgid="5252326889751639729">"Kayıp kişileri arama"</string>
+    <string name="enable_public_safety_messages_title" msgid="3974955568145658404">"Tehlike bilgileri"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="1795129352473584681">"Test amaçlı uyarı"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="569839026995925829">"Test amaçlı alarm"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="3897522692038895778">"Hücre Yayın Testi"</string>
+</resources>
diff --git a/res/values-mcc232-uk/strings.xml b/res/values-mcc232-uk/strings.xml
new file mode 100644
index 0000000..fba3124
--- /dev/null
+++ b/res/values-mcc232-uk/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2022 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="28280561773493762">"Аварійне сповіщення"</string>
+    <string name="cmas_extreme_alert" msgid="9122792746957924456">"Надзвичайна загроза"</string>
+    <string name="cmas_severe_alert" msgid="628940584325136759">"Серйозна загроза"</string>
+    <string name="public_safety_message" msgid="8084690288011309280">"Інформація про загрозу"</string>
+    <string name="cmas_amber_alert" msgid="404589837946037736">"Пошук зниклої особи"</string>
+    <string name="state_local_test_alert" msgid="3774161961273584245">"Тестове сповіщення"</string>
+    <string name="cmas_exercise_alert" msgid="4845005677469935113">"Тестове сповіщення"</string>
+    <string name="cmas_required_monthly_test" msgid="8386390153236774475">"Тестове повідомлення Cell Broadcast"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="2361635321508611596">"Надзвичайна загроза"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1718166777595485623">"Серйозна загроза"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="3125202178531035580">"Зниклі особи"</string>
+    <string name="enable_cmas_amber_alerts_summary" msgid="5252326889751639729">"Пошук зниклих осіб"</string>
+    <string name="enable_public_safety_messages_title" msgid="3974955568145658404">"Інформація про загрозу"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="1795129352473584681">"Тестове сповіщення"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="569839026995925829">"Тестове сповіщення"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="3897522692038895778">"Тестове повідомлення Cell Broadcast"</string>
+</resources>
diff --git a/res/values-mcc232-ur/strings.xml b/res/values-mcc232-ur/strings.xml
new file mode 100644
index 0000000..e74d241
--- /dev/null
+++ b/res/values-mcc232-ur/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2022 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="28280561773493762">"ایمرجنسی الارم"</string>
+    <string name="cmas_extreme_alert" msgid="9122792746957924456">"انتہائی دھمکی"</string>
+    <string name="cmas_severe_alert" msgid="628940584325136759">"شدید دھمکی"</string>
+    <string name="public_safety_message" msgid="8084690288011309280">"دھمکی سے متعلق معلومات"</string>
+    <string name="cmas_amber_alert" msgid="404589837946037736">"لاپتہ فرد کو تلاش کریں"</string>
+    <string name="state_local_test_alert" msgid="3774161961273584245">"ٹیسٹ سے متعلق الرٹ"</string>
+    <string name="cmas_exercise_alert" msgid="4845005677469935113">"الارم سے متعلق ٹیسٹ"</string>
+    <string name="cmas_required_monthly_test" msgid="8386390153236774475">"سیل نشریہ سے متعلق ٹیسٹ"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="2361635321508611596">"انتہائی دھمکی"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1718166777595485623">"شدید دھمکی"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="3125202178531035580">"لاپتہ افراد"</string>
+    <string name="enable_cmas_amber_alerts_summary" msgid="5252326889751639729">"لاپتہ افراد کو تلاش کریں"</string>
+    <string name="enable_public_safety_messages_title" msgid="3974955568145658404">"دھمکی سے متعلق معلومات"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="1795129352473584681">"ٹیسٹ سے متعلق الرٹ"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="569839026995925829">"الارم سے متعلق ٹیسٹ"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="3897522692038895778">"سیل نشریہ سے متعلق ٹیسٹ"</string>
+</resources>
diff --git a/res/values-mcc232-uz/strings.xml b/res/values-mcc232-uz/strings.xml
new file mode 100644
index 0000000..fa97e89
--- /dev/null
+++ b/res/values-mcc232-uz/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2022 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="28280561773493762">"Favqulodda holat signalizatsiyasi"</string>
+    <string name="cmas_extreme_alert" msgid="9122792746957924456">"Favqulodda tahdid"</string>
+    <string name="cmas_severe_alert" msgid="628940584325136759">"Juda jiddiy tahdid"</string>
+    <string name="public_safety_message" msgid="8084690288011309280">"Tahdid haqida maʼlumot"</string>
+    <string name="cmas_amber_alert" msgid="404589837946037736">"Yoʻqolgan kishini qidirish"</string>
+    <string name="state_local_test_alert" msgid="3774161961273584245">"Sinov ogohlantiruvi"</string>
+    <string name="cmas_exercise_alert" msgid="4845005677469935113">"Sinov signali"</string>
+    <string name="cmas_required_monthly_test" msgid="8386390153236774475">"Ommaviy ogohlantiruv sinovi"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="2361635321508611596">"Favqulodda tahdid"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1718166777595485623">"Juda jiddiy tahdid"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="3125202178531035580">"Yoʻqolganlar"</string>
+    <string name="enable_cmas_amber_alerts_summary" msgid="5252326889751639729">"Yoʻqolganlarni qidirish"</string>
+    <string name="enable_public_safety_messages_title" msgid="3974955568145658404">"Tahdid haqida maʼlumot"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="1795129352473584681">"Sinov ogohlantiruvi"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="569839026995925829">"Sinov signali"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="3897522692038895778">"Ommaviy ogohlantiruv sinovi"</string>
+</resources>
diff --git a/res/values-mcc232-vi/strings.xml b/res/values-mcc232-vi/strings.xml
new file mode 100644
index 0000000..434d1bb
--- /dev/null
+++ b/res/values-mcc232-vi/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2022 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="28280561773493762">"Chuông báo khẩn cấp"</string>
+    <string name="cmas_extreme_alert" msgid="9122792746957924456">"Mối đe doạ vô cùng nghiêm trọng"</string>
+    <string name="cmas_severe_alert" msgid="628940584325136759">"Mối đe doạ nghiêm trọng"</string>
+    <string name="public_safety_message" msgid="8084690288011309280">"Thông tin về mối đe doạ"</string>
+    <string name="cmas_amber_alert" msgid="404589837946037736">"Tìm người mất tích"</string>
+    <string name="state_local_test_alert" msgid="3774161961273584245">"Thử nghiệm cảnh báo"</string>
+    <string name="cmas_exercise_alert" msgid="4845005677469935113">"Thử nghiệm chuông báo"</string>
+    <string name="cmas_required_monthly_test" msgid="8386390153236774475">"Thử nghiệm tính năng truyền phát trên di động"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="2361635321508611596">"Mối đe doạ vô cùng nghiêm trọng"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1718166777595485623">"Mối đe doạ nghiêm trọng"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="3125202178531035580">"Người mất tích"</string>
+    <string name="enable_cmas_amber_alerts_summary" msgid="5252326889751639729">"Tìm những người mất tích"</string>
+    <string name="enable_public_safety_messages_title" msgid="3974955568145658404">"Thông tin về mối đe doạ"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="1795129352473584681">"Thử nghiệm cảnh báo"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="569839026995925829">"Thử nghiệm chuông báo"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="3897522692038895778">"Thử nghiệm tính năng truyền phát trên di động"</string>
+</resources>
diff --git a/res/values-mcc232-zh-rCN/strings.xml b/res/values-mcc232-zh-rCN/strings.xml
new file mode 100644
index 0000000..c911ad2
--- /dev/null
+++ b/res/values-mcc232-zh-rCN/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2022 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="28280561773493762">"紧急警报"</string>
+    <string name="cmas_extreme_alert" msgid="9122792746957924456">"极端威胁"</string>
+    <string name="cmas_severe_alert" msgid="628940584325136759">"严重威胁"</string>
+    <string name="public_safety_message" msgid="8084690288011309280">"威胁信息"</string>
+    <string name="cmas_amber_alert" msgid="404589837946037736">"搜索失踪人员"</string>
+    <string name="state_local_test_alert" msgid="3774161961273584245">"测试警报"</string>
+    <string name="cmas_exercise_alert" msgid="4845005677469935113">"测试警报"</string>
+    <string name="cmas_required_monthly_test" msgid="8386390153236774475">"小区广播测试"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="2361635321508611596">"极端威胁"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1718166777595485623">"严重威胁"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="3125202178531035580">"失踪人员"</string>
+    <string name="enable_cmas_amber_alerts_summary" msgid="5252326889751639729">"搜索失踪人员"</string>
+    <string name="enable_public_safety_messages_title" msgid="3974955568145658404">"威胁信息"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="1795129352473584681">"测试警报"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="569839026995925829">"测试警报"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="3897522692038895778">"小区广播测试"</string>
+</resources>
diff --git a/res/values-mcc232-zh-rHK/strings.xml b/res/values-mcc232-zh-rHK/strings.xml
new file mode 100644
index 0000000..701ceea
--- /dev/null
+++ b/res/values-mcc232-zh-rHK/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2022 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="28280561773493762">"緊急警報"</string>
+    <string name="cmas_extreme_alert" msgid="9122792746957924456">"極嚴重威脅"</string>
+    <string name="cmas_severe_alert" msgid="628940584325136759">"嚴重威脅"</string>
+    <string name="public_safety_message" msgid="8084690288011309280">"威脅資料"</string>
+    <string name="cmas_amber_alert" msgid="404589837946037736">"搜尋失蹤人士"</string>
+    <string name="state_local_test_alert" msgid="3774161961273584245">"測試警示"</string>
+    <string name="cmas_exercise_alert" msgid="4845005677469935113">"測試警報"</string>
+    <string name="cmas_required_monthly_test" msgid="8386390153236774475">"區域廣播測試"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="2361635321508611596">"極嚴重威脅"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1718166777595485623">"嚴重威脅"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="3125202178531035580">"失蹤人士"</string>
+    <string name="enable_cmas_amber_alerts_summary" msgid="5252326889751639729">"搜尋失蹤人士"</string>
+    <string name="enable_public_safety_messages_title" msgid="3974955568145658404">"威脅資料"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="1795129352473584681">"測試警示"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="569839026995925829">"測試警報"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="3897522692038895778">"區域廣播測試"</string>
+</resources>
diff --git a/res/values-mcc232-zh-rTW/strings.xml b/res/values-mcc232-zh-rTW/strings.xml
new file mode 100644
index 0000000..5f5e7d0
--- /dev/null
+++ b/res/values-mcc232-zh-rTW/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2022 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="28280561773493762">"緊急警報"</string>
+    <string name="cmas_extreme_alert" msgid="9122792746957924456">"極嚴重威脅"</string>
+    <string name="cmas_severe_alert" msgid="628940584325136759">"嚴重威脅"</string>
+    <string name="public_safety_message" msgid="8084690288011309280">"威脅資訊"</string>
+    <string name="cmas_amber_alert" msgid="404589837946037736">"尋找失蹤人口"</string>
+    <string name="state_local_test_alert" msgid="3774161961273584245">"測試警報"</string>
+    <string name="cmas_exercise_alert" msgid="4845005677469935113">"測試警報"</string>
+    <string name="cmas_required_monthly_test" msgid="8386390153236774475">"區域廣播測試"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="2361635321508611596">"極嚴重威脅"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1718166777595485623">"嚴重威脅"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="3125202178531035580">"失蹤人口"</string>
+    <string name="enable_cmas_amber_alerts_summary" msgid="5252326889751639729">"尋找失蹤人口"</string>
+    <string name="enable_public_safety_messages_title" msgid="3974955568145658404">"威脅資訊"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="1795129352473584681">"測試警報"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="569839026995925829">"測試警報"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="3897522692038895778">"區域廣播測試"</string>
+</resources>
diff --git a/res/values-mcc232-zu/strings.xml b/res/values-mcc232-zu/strings.xml
new file mode 100644
index 0000000..8bdddda
--- /dev/null
+++ b/res/values-mcc232-zu/strings.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2022 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="28280561773493762">"I-Alamu yesimo esiphuthumayo"</string>
+    <string name="cmas_extreme_alert" msgid="9122792746957924456">"Usongo oludlulele"</string>
+    <string name="cmas_severe_alert" msgid="628940584325136759">"Usongo olunzima"</string>
+    <string name="public_safety_message" msgid="8084690288011309280">"Ulwazi lokusongela"</string>
+    <string name="cmas_amber_alert" msgid="404589837946037736">"Sesha umuntu olahlekile"</string>
+    <string name="state_local_test_alert" msgid="3774161961273584245">"Isexwayiso sokuhlola"</string>
+    <string name="cmas_exercise_alert" msgid="4845005677469935113">"I-alamu yokuhlola"</string>
+    <string name="cmas_required_monthly_test" msgid="8386390153236774475">"Ukuhlolwa Kokusakazwa Kweselula"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="2361635321508611596">"Usongo oludlulele"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="1718166777595485623">"Usongo olunzima"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="3125202178531035580">"Abantu abalahlekile"</string>
+    <string name="enable_cmas_amber_alerts_summary" msgid="5252326889751639729">"Sesha abantu abalahlekile"</string>
+    <string name="enable_public_safety_messages_title" msgid="3974955568145658404">"Ulwazi lokusongela"</string>
+    <string name="enable_state_local_test_alerts_title" msgid="1795129352473584681">"Isexwayiso sokuhlola"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="569839026995925829">"I-alamu yokuhlola"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="3897522692038895778">"Ukuhlolwa Kokusakazwa Kweselula"</string>
+</resources>
diff --git a/res/values-mcc232/config.xml b/res/values-mcc232/config.xml
new file mode 100644
index 0000000..3d4dc12
--- /dev/null
+++ b/res/values-mcc232/config.xml
@@ -0,0 +1,83 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+
+<resources>
+    <!-- 4370, 4383, 919 AT/EU level 1 alert -->
+    <string-array name="cmas_presidential_alerts_channels_range_strings" translatable="false">
+        <item>0x1112:rat=gsm, emergency=true, alert_duration=300000, always_on=true, override_dnd=true, vibration=0|1000|500|1000|500|1000|500|2000|500|2000|500|2000|500|1000|500|1000|500|1000|500, pulsation=0xffff0000|300000</item>
+        <item>0x0397:rat=gsm, emergency=true, alert_duration=300000, always_on=true, override_dnd=true, vibration=0|1000|500|1000|500|1000|500|2000|500|2000|500|2000|500|1000|500|1000|500|1000|500, pulsation=0xffff0000|300000</item>
+        <!-- additional language -->
+        <item>0x111F:rat=gsm, emergency=true, alert_duration=300000, filter_language=true, always_on=true, override_dnd=true, vibration=0|1000|500|1000|500|1000|500|2000|500|2000|500|2000|500|1000|500|1000|500|1000|500, pulsation=0xffff0000|300000</item>
+    </string-array>
+    <!-- 4372, 4385 AT/EU level 2 alert -->
+    <string-array name="cmas_alert_extreme_channels_range_strings" translatable="false">
+        <item>0x1114:rat=gsm, emergency=true, vibration=0|500|500|500|500|500|500|1000|500|1000|500|1000|500|500|500|500|500|500|500, pulsation=0xffff0000|10500</item>
+        <!-- additional language -->
+        <item>0x1121:rat=gsm, emergency=true, filter_language=true, vibration=0|500|500|500|500|500|500|1000|500|1000|500|1000|500|500|500|500|500|500|500, pulsation=0xffff0000|10500</item>
+    </string-array>
+    <!-- 4378, 4391 AT/EU level 3 alert -->
+    <string-array name="cmas_alerts_severe_range_strings" translatable="false">
+        <item>0x111A:rat=gsm, emergency=true, vibration=0|500|500|500|500|500|500|1000|500|1000|500|1000|500|500|500|500|500|500|500, pulsation=0xffffffff|10500</item>
+        <!-- additional language -->
+        <item>0x1127:rat=gsm, emergency=true, filter_language=true, vibration=0|500|500|500|500|500|500|1000|500|1000|500|1000|500|500|500|500|500|500|500, pulsation=0xffffffff|10500</item>
+    </string-array>
+    <!-- 4396, 4397 AT/EU level 4 alert -->
+    <string-array name="public_safety_messages_channels_range_strings" translatable="false">
+        <item>0x112C:rat=gsm, emergency=true, vibration=0|500|500|500|500|500|500|1000|500|1000|500|1000|500|500|500|500|500|500|500, pulsation=0xffffffff|10500</item>
+        <!-- additional language -->
+        <item>0x112D:rat=gsm, emergency=true, filter_language=true, vibration=0|500|500|500|500|500|500|1000|500|1000|500|1000|500|500|500|500|500|500|500, pulsation=0xffffffff|10500</item>
+    </string-array>
+    <!-- 4379, 4392 AT/EU Amber Alert -->
+    <string-array name="cmas_amber_alerts_channels_range_strings" translatable="false">
+        <item>0x111B:rat=gsm, emergency=true</item>
+        <!-- additional language -->
+        <item>0x1128:rat=gsm, emergency=true, filter_language=true</item>
+    </string-array>
+    <!-- 4380, 4393 AT/EU Monthly Test Alert -->
+    <string-array name="required_monthly_test_range_strings" translatable="false">
+        <item>0x111C:rat=gsm, emergency=true</item>
+        <!-- additional language -->
+        <item>0x1129:rat=gsm, emergency=true, filter_language=true</item>
+    </string-array>
+    <!-- 4398, 4399 AT/EU test alert -->
+    <string-array name="state_local_test_alert_range_strings" translatable="false">
+        <item>0x112E:rat=gsm, emergency=true, vibration=0|500|500|500|500|500|500|1000|500|1000|500|1000|500|500|500|500|500|500|500, pulsation=0xffffffff|10500</item>
+        <!-- additional language -->
+        <item>0x112F:rat=gsm, emergency=true, filter_language=true, vibration=0|500|500|500|500|500|500|1000|500|1000|500|1000|500|500|500|500|500|500|500, pulsation=0xffffffff|10500</item>
+    </string-array>
+    <!-- 4381, 4394 AT/EU Exercise -->
+    <string-array name="exercise_alert_range_strings" translatable="false">
+        <item>0x111D:rat=gsm, emergency=true</item>
+        <!-- additional language -->
+        <item>0x112A:rat=gsm, filter_language=true, emergency=true</item>
+    </string-array>
+
+    <string-array name="operator_defined_alert_range_strings" translatable="false" />
+    <string-array name="etws_alerts_range_strings" translatable="false" />
+    <string-array name="etws_test_alerts_range_strings" translatable="false" />
+
+    <!-- Whether to display state/local test settings. -->
+    <bool name="show_state_local_test_settings">true</bool>
+    <!-- Whether to show test settings -->
+    <bool name="show_test_settings">false</bool>
+    <!-- To display a separate exercise test settings. -->
+    <bool name="show_separate_exercise_settings">true</bool>
+
+    <!-- Default value that in the ListPreference.
+     These must be a subset of the alert_reminder_interval_values list above. -->
+    <string name="alert_reminder_interval_in_min_default" translatable="false">2</string>
+
+</resources>
diff --git a/res/values-mcc232/strings.xml b/res/values-mcc232/strings.xml
new file mode 100644
index 0000000..0383c46
--- /dev/null
+++ b/res/values-mcc232/strings.xml
@@ -0,0 +1,68 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2022 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- CMAS dialog title for presidential level alert. [CHAR LIMIT=50] -->
+    <!-- Required Germany(de) translation for this message: Notfallalarm -->
+    <string name="cmas_presidential_level_alert">Emergency alarm</string>
+    <!-- CMAS dialog title for extreme alert. [CHAR LIMIT=50] -->
+    <!-- Required Germany(de) translation for this message: Extreme Gefahr -->
+    <string name="cmas_extreme_alert">Extreme threat</string>
+    <!-- CMAS dialog title for severe alert. [CHAR LIMIT=50] -->
+    <!-- Required Germany(de) translation for this message: Erhebliche Gefahr -->
+    <string name="cmas_severe_alert">Severe threat</string>
+    <!-- Dialog title for all public safety message broadcasts. [CHAR LIMIT=50] -->
+    <!-- Required Germany(de) translation for this message: Gefahreninformation -->
+    <string name="public_safety_message">Threat information</string>
+    <!-- CMAS dialog title for child abduction emergency (Amber Alert). [CHAR LIMIT=50] -->
+    <!-- Required Germany(de) translation for this message: Suche nach abgängiger Person -->
+    <string name="cmas_amber_alert">Search for missing person</string>
+    <!-- Dialog title for all state/local test alerts. [CHAR LIMIT=50] -->
+    <!-- Required Germany(de) translation for this message: Testwarnung -->
+    <string name="state_local_test_alert">Test alert</string>
+    <!-- CMAS dialog title for CMAS Exercise. [CHAR LIMIT=50] -->
+    <!-- Required Germany(de) translation for this message: Übungsalarm -->
+    <string name="cmas_exercise_alert">Test alarm</string>
+    <!-- CMAS dialog title for required monthly test. [CHAR LIMIT=50] -->
+    <!-- Required Germany(de) translation for this message: Cell Broadcast Test -->
+    <string name="cmas_required_monthly_test">Cell Broadcast Test</string>
+
+    <!-- Preference title for enable CMAS extreme threat alerts checkbox. [CHAR LIMIT=50] -->
+    <!-- Required Germany(de) translation for this message: Extreme Gefahr -->
+    <string name="enable_cmas_extreme_threat_alerts_title">Extreme threat</string>
+    <!-- Preference title for enable CMAS severe threat alerts checkbox. [CHAR LIMIT=50] -->
+    <!-- Required Germany(de) translation for this message: Erhebliche Gefahr -->
+    <string name="enable_cmas_severe_threat_alerts_title">Severe threat</string>
+    <!-- Preference title for enable CMAS amber alerts checkbox. [CHAR LIMIT=50] -->
+    <!-- Required Germany(de) translation for this message: Abgängige Personen -->
+    <string name="enable_cmas_amber_alerts_title">Missing persons</string>
+    <!-- Preference summary for enable CMAS amber alerts checkbox. [CHAR LIMIT=100] -->
+    <!-- Required Germany(de) translation for this message: Suche nach abgängigen Personen -->
+    <string name="enable_cmas_amber_alerts_summary">Search for missing persons</string>
+    <!-- Preference title for enable public safety messages checkbox. [CHAR LIMIT=100] -->
+    <!-- Required Germany(de) translation for this message: Gefahreninformation -->
+    <string name="enable_public_safety_messages_title">Threat information</string>
+    <!-- Preference title for enable state/local test alerts checkbox. [CHAR LIMIT=100] -->
+    <!-- Required Germany(de) translation for this message: Testwarnung -->
+    <string name="enable_state_local_test_alerts_title">Test alert</string>
+    <!-- Preference title for exercise test alerts checkbox. [CHAR LIMIT=50] -->
+    <!-- Required Germany(de) translation for this message: Übungsalarm -->
+    <string name="enable_exercise_test_alerts_title">Test alarm</string>
+    <!-- Preference title for other test alerts checkbox. [CHAR LIMIT=50] -->
+    <!-- Required Germany(de) translation for this message: Cell Broadcast Test -->
+    <string name="enable_cmas_test_alerts_title">Cell Broadcast Test</string>
+</resources>
diff --git a/res/values-mcc234-af/strings.xml b/res/values-mcc234-af/strings.xml
index 107a4df..b8a61f7 100644
--- a/res/values-mcc234-af/strings.xml
+++ b/res/values-mcc234-af/strings.xml
@@ -33,6 +33,7 @@
     <string name="sms_cb_settings" msgid="4187131985831792308">"Noodwaarskuwings"</string>
     <string name="enable_alerts_master_toggle_summary" msgid="805446672915814777">"Ontvang noodwaarskuwingkennisgewings"</string>
     <string name="enable_alert_speech_summary" msgid="5021926525240750702">"Gebruik teks-na-spraak om noodwaarskuwingboodskappe hardop te sê"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="2931455154355509465">"Ontvang toetse van die noodwaarskuwingstelsel"</string>
     <string name="cmas_opt_out_dialog_text" msgid="1972978578760513449">"Jy ontvang tans noodwaarskuwings. Wil jy aanhou om noodwaarskuwings te ontvang?"</string>
     <string name="emergency_alert_settings_title_watches" msgid="5299419351642118203">"Noodwaarskuwings"</string>
     <string name="notification_cb_settings_changed_text" msgid="6861845802821634203">"Tik om noodwaarskuwinginstellings te sien"</string>
diff --git a/res/values-mcc234-am/strings.xml b/res/values-mcc234-am/strings.xml
index 50643e7..055a807 100644
--- a/res/values-mcc234-am/strings.xml
+++ b/res/values-mcc234-am/strings.xml
@@ -33,6 +33,7 @@
     <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">"የአደጋ ጊዜ ማስጠንቀቂያ መልዕክቶችን ለመናገር የፅሁፍ-ወደ- ንግግርን ተጠቀም"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="2931455154355509465">"ሙከራዎችን ከአደጋ ጊዜ ማንቂያ ሥርዓት ይቀበሉ"</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>
diff --git a/res/values-mcc234-ar/strings.xml b/res/values-mcc234-ar/strings.xml
index 3b2abf2..d0f0837 100644
--- a/res/values-mcc234-ar/strings.xml
+++ b/res/values-mcc234-ar/strings.xml
@@ -33,6 +33,7 @@
     <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">"استخدام ميزة تحويل النص إلى كلام لقول رسائل تنبيه الطوارئ"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="2931455154355509465">"تلقي الاختبارات من نظام تنبيه الطوارئ"</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>
diff --git a/res/values-mcc234-as/strings.xml b/res/values-mcc234-as/strings.xml
index 38d9b26..6adc81d 100644
--- a/res/values-mcc234-as/strings.xml
+++ b/res/values-mcc234-as/strings.xml
@@ -33,6 +33,7 @@
     <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">"জৰুৰীকালীন সতৰ্কবাৰ্তাৰ বাৰ্তাসমূহ ক’বলৈ পাঠৰ পৰা কথনৰ সুবিধা ব্যৱহাৰ কৰক"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="2931455154355509465">"জৰুৰীকালীন সতৰ্কবাৰ্তা ছিষ্টেমৰ পৰা পৰীক্ষাসমূহ পাওক"</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>
diff --git a/res/values-mcc234-az/strings.xml b/res/values-mcc234-az/strings.xml
index 0eb2276..78d051d 100644
--- a/res/values-mcc234-az/strings.xml
+++ b/res/values-mcc234-az/strings.xml
@@ -33,6 +33,7 @@
     <string name="sms_cb_settings" msgid="4187131985831792308">"Fövqəladə hal siqnalları"</string>
     <string name="enable_alerts_master_toggle_summary" msgid="805446672915814777">"Fövqəladə hal siqnalı bildirişlərini alın"</string>
     <string name="enable_alert_speech_summary" msgid="5021926525240750702">"Fövqəladə hal siqnalı mesajlarını söyləmək üçün nitq sintezindən istifadə edin"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="2931455154355509465">"Fövqəladə hal siqnalı sistemindən testlər qəbul edin"</string>
     <string name="cmas_opt_out_dialog_text" msgid="1972978578760513449">"Hazırda fövqəladə hal siqnalları alırsınız. Fövqəladə hal siqnallarını almağa davam etmək istəyirsiniz?"</string>
     <string name="emergency_alert_settings_title_watches" msgid="5299419351642118203">"Fövqəladə hal siqnalları"</string>
     <string name="notification_cb_settings_changed_text" msgid="6861845802821634203">"Fövqəladə hal siqnalı ayarlarını görmək üçün toxunun"</string>
diff --git a/res/values-mcc234-b+sr+Latn/strings.xml b/res/values-mcc234-b+sr+Latn/strings.xml
index bfe14f8..b31398b 100644
--- a/res/values-mcc234-b+sr+Latn/strings.xml
+++ b/res/values-mcc234-b+sr+Latn/strings.xml
@@ -33,6 +33,7 @@
     <string name="sms_cb_settings" msgid="4187131985831792308">"Obaveštenja o hitnim slučajevima"</string>
     <string name="enable_alerts_master_toggle_summary" msgid="805446672915814777">"Primajte obaveštenja o hitnim slučajevima"</string>
     <string name="enable_alert_speech_summary" msgid="5021926525240750702">"Koristi pretvaranje teksta u govor za izgovaranje poruka obaveštenja o hitnim slučajevima"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="2931455154355509465">"Primaj testove iz sistema za upozorenja o hitnim slučajevima"</string>
     <string name="cmas_opt_out_dialog_text" msgid="1972978578760513449">"Trenutno primate obaveštenja o hitnim slučajevima. Želite li da nastavite da ih primate?"</string>
     <string name="emergency_alert_settings_title_watches" msgid="5299419351642118203">"Obaveštenja o hitnim slučajevima"</string>
     <string name="notification_cb_settings_changed_text" msgid="6861845802821634203">"Dodirnite da biste videli podešavanja obaveštenja o hitnim slučajevima"</string>
diff --git a/res/values-mcc234-be/strings.xml b/res/values-mcc234-be/strings.xml
index aadc94a..4fd0494 100644
--- a/res/values-mcc234-be/strings.xml
+++ b/res/values-mcc234-be/strings.xml
@@ -33,6 +33,7 @@
     <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">"Выкарыстоўваць сінтэз маўлення, каб прагаворваць аварыйныя апавяшчэнні"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="2931455154355509465">"Атрымліваць праверачныя паведамленні ад сістэмы экстранных абвестак"</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>
diff --git a/res/values-mcc234-bg/strings.xml b/res/values-mcc234-bg/strings.xml
index 20cd1b6..ff0a789 100644
--- a/res/values-mcc234-bg/strings.xml
+++ b/res/values-mcc234-bg/strings.xml
@@ -33,6 +33,7 @@
     <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">"Използване на синтезиран говор за съобщенията за сигнали при спешни случаи"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="2931455154355509465">"Получаване на тестове от системата за сигнали при спешен случай"</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>
diff --git a/res/values-mcc234-bn/strings.xml b/res/values-mcc234-bn/strings.xml
index 9ec3fa0..1ec1692 100644
--- a/res/values-mcc234-bn/strings.xml
+++ b/res/values-mcc234-bn/strings.xml
@@ -33,6 +33,7 @@
     <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">"জরুরি সতর্কতা দিতে টেক্সট-টু-স্পিচ ব্যবহার করুন"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="2931455154355509465">"জরুরি সতর্কতা সিস্টেম থেকে পরীক্ষা সম্পর্কিত অ্যালার্ট পান"</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>
diff --git a/res/values-mcc234-bs/strings.xml b/res/values-mcc234-bs/strings.xml
index 7bc42f2..1aaece5 100644
--- a/res/values-mcc234-bs/strings.xml
+++ b/res/values-mcc234-bs/strings.xml
@@ -33,6 +33,7 @@
     <string name="sms_cb_settings" msgid="4187131985831792308">"Hitna upozorenja"</string>
     <string name="enable_alerts_master_toggle_summary" msgid="805446672915814777">"Primajte obavještenja o hitnim upozorenjima"</string>
     <string name="enable_alert_speech_summary" msgid="5021926525240750702">"Koristite pretvaranje teksta u govor za izgovaranje hitnih upozorenja"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="2931455154355509465">"Primajte testove sa sistema upozorenja na hitan slučaj"</string>
     <string name="cmas_opt_out_dialog_text" msgid="1972978578760513449">"Trenutno primate hitna upozorenja. Želite li ih primati i dalje?"</string>
     <string name="emergency_alert_settings_title_watches" msgid="5299419351642118203">"Hitna upozorenja"</string>
     <string name="notification_cb_settings_changed_text" msgid="6861845802821634203">"Dodirnite da vidite postavke hitnih upozorenja"</string>
diff --git a/res/values-mcc234-ca/strings.xml b/res/values-mcc234-ca/strings.xml
index 4a369f7..aa6310d 100644
--- a/res/values-mcc234-ca/strings.xml
+++ b/res/values-mcc234-ca/strings.xml
@@ -33,6 +33,7 @@
     <string name="sms_cb_settings" msgid="4187131985831792308">"Alertes d\'emergència"</string>
     <string name="enable_alerts_master_toggle_summary" msgid="805446672915814777">"Rep notificacions d\'alertes d\'emergència"</string>
     <string name="enable_alert_speech_summary" msgid="5021926525240750702">"Utilitza text a parla per enunciar els missatges d\'alertes d\'emergència"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="2931455154355509465">"Rep proves del sistema d\'alertes d\'emergència"</string>
     <string name="cmas_opt_out_dialog_text" msgid="1972978578760513449">"Actualment reps alertes d\'emergència. Vols continuar rebent-ne?"</string>
     <string name="emergency_alert_settings_title_watches" msgid="5299419351642118203">"Alertes d\'emergència"</string>
     <string name="notification_cb_settings_changed_text" msgid="6861845802821634203">"Toca per veure la configuració de les alertes d\'emergència"</string>
diff --git a/res/values-mcc234-cs/strings.xml b/res/values-mcc234-cs/strings.xml
index bce99fc..3d85284 100644
--- a/res/values-mcc234-cs/strings.xml
+++ b/res/values-mcc234-cs/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">"Extrémní výstrahy"</string>
     <string name="enable_cmas_severe_threat_alerts_title" msgid="2271741871998936543">"Závažné výstrahy"</string>
-    <string name="enable_cmas_test_alerts_title" msgid="6022925848643811044">"Testovací výstrahy"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="6022925848643811044">"Testovací upozornění"</string>
     <string name="enable_exercise_test_alerts_title" msgid="411880452689537935">"Cvičné výstrahy"</string>
     <string name="cmas_presidential_level_alert" msgid="3429191761649839884">"Vládní výstraha"</string>
     <string name="cmas_extreme_alert" msgid="3474352706075109113">"Extrémní výstraha"</string>
@@ -33,6 +33,7 @@
     <string name="sms_cb_settings" msgid="4187131985831792308">"Výstražné zprávy"</string>
     <string name="enable_alerts_master_toggle_summary" msgid="805446672915814777">"Dostávat oznámení o výstražných zprávách"</string>
     <string name="enable_alert_speech_summary" msgid="5021926525240750702">"Přečíst výstražné zprávy pomocí převodu textu na řeč"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="2931455154355509465">"Dostávat zkušební hlášení od systému výstražných zpráv"</string>
     <string name="cmas_opt_out_dialog_text" msgid="1972978578760513449">"Aktuálně jste přihlášeni k odběru výstražných zpráv. Chcete je odebírat i nadále?"</string>
     <string name="emergency_alert_settings_title_watches" msgid="5299419351642118203">"Výstražné zprávy"</string>
     <string name="notification_cb_settings_changed_text" msgid="6861845802821634203">"Klepnutím zobrazíte nastavení výstražných zpráv"</string>
diff --git a/res/values-mcc234-da/strings.xml b/res/values-mcc234-da/strings.xml
index 3e6ffb3..e7ff21d 100644
--- a/res/values-mcc234-da/strings.xml
+++ b/res/values-mcc234-da/strings.xml
@@ -33,6 +33,7 @@
     <string name="sms_cb_settings" msgid="4187131985831792308">"Varslinger"</string>
     <string name="enable_alerts_master_toggle_summary" msgid="805446672915814777">"Få notifikationer om varsling"</string>
     <string name="enable_alert_speech_summary" msgid="5021926525240750702">"Brug oplæsning for at få læst beskeder om varslinger"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="2931455154355509465">"Få tests fra varslingssystemet"</string>
     <string name="cmas_opt_out_dialog_text" msgid="1972978578760513449">"Du modtager i øjeblikket varslinger. Vil du fortsætte med at modtage dem?"</string>
     <string name="emergency_alert_settings_title_watches" msgid="5299419351642118203">"Varslinger"</string>
     <string name="notification_cb_settings_changed_text" msgid="6861845802821634203">"Tryk for at se indstillinger for varslinger"</string>
diff --git a/res/values-mcc234-de/strings.xml b/res/values-mcc234-de/strings.xml
index a9a7f46..63cb1c9 100644
--- a/res/values-mcc234-de/strings.xml
+++ b/res/values-mcc234-de/strings.xml
@@ -33,6 +33,7 @@
     <string name="sms_cb_settings" msgid="4187131985831792308">"Notfallbenachrichtigungen"</string>
     <string name="enable_alerts_master_toggle_summary" msgid="805446672915814777">"Notfallbenachrichtigungen erhalten"</string>
     <string name="enable_alert_speech_summary" msgid="5021926525240750702">"Notfallbenachrichtigungen per Sprachausgabe vorlesen"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="2931455154355509465">"Erhalte Testwarnungen vom Notfallbenachrichtigungssystem"</string>
     <string name="cmas_opt_out_dialog_text" msgid="1972978578760513449">"Du erhältst derzeit Notfallbenachrichtigungen. Möchtest du das weiterhin?"</string>
     <string name="emergency_alert_settings_title_watches" msgid="5299419351642118203">"Notfallbenachrichtigungen"</string>
     <string name="notification_cb_settings_changed_text" msgid="6861845802821634203">"Tippe hier, um die Einstellungen für Notfallbenachrichtigungen anzeigen zu lassen"</string>
diff --git a/res/values-mcc234-el/strings.xml b/res/values-mcc234-el/strings.xml
index 0546624..3036b0f 100644
--- a/res/values-mcc234-el/strings.xml
+++ b/res/values-mcc234-el/strings.xml
@@ -33,6 +33,7 @@
     <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">"Χρήση της μετατροπής κειμένου σε ομιλία για την εκφώνηση μηνυμάτων ειδοποίησης έκτακτης ανάγκης"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="2931455154355509465">"Λάβετε δοκιμές από το Σύστημα ειδοποίησης έκτακτης ανάγκης"</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>
diff --git a/res/values-mcc234-en-rAU/strings.xml b/res/values-mcc234-en-rAU/strings.xml
index 246c5cd..05366f7 100644
--- a/res/values-mcc234-en-rAU/strings.xml
+++ b/res/values-mcc234-en-rAU/strings.xml
@@ -33,6 +33,7 @@
     <string name="sms_cb_settings" msgid="4187131985831792308">"Emergency alerts"</string>
     <string name="enable_alerts_master_toggle_summary" msgid="805446672915814777">"Receive emergency alert notifications"</string>
     <string name="enable_alert_speech_summary" msgid="5021926525240750702">"Use text-to-speech to speak emergency alert messages"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="2931455154355509465">"Receive tests from the Emergency alert system"</string>
     <string name="cmas_opt_out_dialog_text" msgid="1972978578760513449">"You are currently receiving emergency alerts. Would you like to continue receiving emergency alerts?"</string>
     <string name="emergency_alert_settings_title_watches" msgid="5299419351642118203">"Emergency alerts"</string>
     <string name="notification_cb_settings_changed_text" msgid="6861845802821634203">"Tap to see emergency alert settings"</string>
diff --git a/res/values-mcc234-en-rCA/strings.xml b/res/values-mcc234-en-rCA/strings.xml
index bc818c8..3b5f5ec 100644
--- a/res/values-mcc234-en-rCA/strings.xml
+++ b/res/values-mcc234-en-rCA/strings.xml
@@ -33,6 +33,7 @@
     <string name="sms_cb_settings" msgid="4187131985831792308">"Emergency alerts"</string>
     <string name="enable_alerts_master_toggle_summary" msgid="805446672915814777">"Receive emergency alert notifications"</string>
     <string name="enable_alert_speech_summary" msgid="5021926525240750702">"Use text-to-speech to speak emergency alert messages"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="2931455154355509465">"Receive tests from the Emergency alert system"</string>
     <string name="cmas_opt_out_dialog_text" msgid="1972978578760513449">"You are currently receiving emergency alerts. Would you like to continue receiving emergency alerts?"</string>
     <string name="emergency_alert_settings_title_watches" msgid="5299419351642118203">"Emergency alerts"</string>
     <string name="notification_cb_settings_changed_text" msgid="6861845802821634203">"Tap to see emergency alert settings"</string>
diff --git a/res/values-mcc234-en-rGB/strings.xml b/res/values-mcc234-en-rGB/strings.xml
index 246c5cd..05366f7 100644
--- a/res/values-mcc234-en-rGB/strings.xml
+++ b/res/values-mcc234-en-rGB/strings.xml
@@ -33,6 +33,7 @@
     <string name="sms_cb_settings" msgid="4187131985831792308">"Emergency alerts"</string>
     <string name="enable_alerts_master_toggle_summary" msgid="805446672915814777">"Receive emergency alert notifications"</string>
     <string name="enable_alert_speech_summary" msgid="5021926525240750702">"Use text-to-speech to speak emergency alert messages"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="2931455154355509465">"Receive tests from the Emergency alert system"</string>
     <string name="cmas_opt_out_dialog_text" msgid="1972978578760513449">"You are currently receiving emergency alerts. Would you like to continue receiving emergency alerts?"</string>
     <string name="emergency_alert_settings_title_watches" msgid="5299419351642118203">"Emergency alerts"</string>
     <string name="notification_cb_settings_changed_text" msgid="6861845802821634203">"Tap to see emergency alert settings"</string>
diff --git a/res/values-mcc234-en-rIN/strings.xml b/res/values-mcc234-en-rIN/strings.xml
index 246c5cd..05366f7 100644
--- a/res/values-mcc234-en-rIN/strings.xml
+++ b/res/values-mcc234-en-rIN/strings.xml
@@ -33,6 +33,7 @@
     <string name="sms_cb_settings" msgid="4187131985831792308">"Emergency alerts"</string>
     <string name="enable_alerts_master_toggle_summary" msgid="805446672915814777">"Receive emergency alert notifications"</string>
     <string name="enable_alert_speech_summary" msgid="5021926525240750702">"Use text-to-speech to speak emergency alert messages"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="2931455154355509465">"Receive tests from the Emergency alert system"</string>
     <string name="cmas_opt_out_dialog_text" msgid="1972978578760513449">"You are currently receiving emergency alerts. Would you like to continue receiving emergency alerts?"</string>
     <string name="emergency_alert_settings_title_watches" msgid="5299419351642118203">"Emergency alerts"</string>
     <string name="notification_cb_settings_changed_text" msgid="6861845802821634203">"Tap to see emergency alert settings"</string>
diff --git a/res/values-mcc234-en-rXC/strings.xml b/res/values-mcc234-en-rXC/strings.xml
index 65ce33d..176effd 100644
--- a/res/values-mcc234-en-rXC/strings.xml
+++ b/res/values-mcc234-en-rXC/strings.xml
@@ -33,6 +33,7 @@
     <string name="sms_cb_settings" msgid="4187131985831792308">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‏‎‏‏‏‎‏‎‎‎‎‏‏‎‏‏‏‎‏‎‏‏‏‎‎‏‎‏‏‎‏‏‎‏‎‏‎‎‏‏‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‎‏‎‏‏‎‏‎‎‎Emergency alerts‎‏‎‎‏‎"</string>
     <string name="enable_alerts_master_toggle_summary" msgid="805446672915814777">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‎‎‏‎‏‏‎‎‏‎‏‏‎‏‏‎‎‎‎‏‎‏‎‏‏‏‏‎‏‏‎‏‎‎‏‎‎‎‏‎‏‎‏‎‏‎‏‏‎‏‏‎‎‏‎‏‏‏‏‎‎‏‎Receive emergency alert notifications‎‏‎‎‏‎"</string>
     <string name="enable_alert_speech_summary" msgid="5021926525240750702">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‏‏‏‎‎‎‏‎‏‏‎‏‏‎‎‎‏‎‏‏‏‎‏‏‏‏‎‎‏‎‎‎‏‎‏‎‎‎‎‎‏‎‎‎‏‎‏‏‎‎‎‏‏‎‎‏‎‎‏‏‎‏‏‏‎‎Use text-to-speech to speak emergency alert messages‎‏‎‎‏‎"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="2931455154355509465">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‏‎‏‎‏‎‎‎‏‎‏‎‏‏‏‎‏‎‎‏‏‏‏‎‏‏‏‎‏‏‏‎‎‏‏‎‏‏‏‎‎‏‎‏‏‎‎‏‎‎‎‏‏‎‎‎‏‏‎‏‏‎‎‏‎Receive tests from the Emergency alert system‎‏‎‎‏‎"</string>
     <string name="cmas_opt_out_dialog_text" msgid="1972978578760513449">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‎‏‏‏‎‏‏‎‏‏‎‎‎‎‏‎‏‏‎‏‏‎‏‏‎‎‏‎‎‎‎‎‏‏‎‏‎‎‎‎‏‏‏‏‎‎‏‏‎‏‏‎‏‏‏‏‎‏‎‏‎‎‏‎You are currently receiving emergency alerts. Would you like to continue receiving emergency alerts?‎‏‎‎‏‎"</string>
     <string name="emergency_alert_settings_title_watches" msgid="5299419351642118203">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‏‏‏‎‎‏‎‎‏‏‎‎‎‏‎‏‏‎‏‎‏‎‎‎‏‏‏‎‏‎‎‏‎‏‎‏‎‎‎‏‎‎‏‏‏‎‏‎‏‏‎‎‏‏‎‎‎‎‎‏‏‏‎‏‏‎Emergency alerts‎‏‎‎‏‎"</string>
     <string name="notification_cb_settings_changed_text" msgid="6861845802821634203">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‏‏‏‎‏‏‏‏‏‎‎‏‏‏‎‏‎‎‎‏‎‏‏‎‎‎‏‏‎‎‏‏‎‏‏‏‎‏‏‎‎‏‎‏‏‎‎‎‎‎‏‎‎‏‎‎‎‏‎‎‏‏‎‏‏‎Tap to see emergency alert settings‎‏‎‎‏‎"</string>
diff --git a/res/values-mcc234-es-rUS/strings.xml b/res/values-mcc234-es-rUS/strings.xml
index 177cb62..1df171c 100644
--- a/res/values-mcc234-es-rUS/strings.xml
+++ b/res/values-mcc234-es-rUS/strings.xml
@@ -33,6 +33,7 @@
     <string name="sms_cb_settings" msgid="4187131985831792308">"Alertas de emergencia"</string>
     <string name="enable_alerts_master_toggle_summary" msgid="805446672915814777">"Recibir notificaciones de alerta de emergencia"</string>
     <string name="enable_alert_speech_summary" msgid="5021926525240750702">"Usar texto a voz para mensajes de alerta de emergencia"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="2931455154355509465">"Recibir pruebas del sistema de alerta de emergencia"</string>
     <string name="cmas_opt_out_dialog_text" msgid="1972978578760513449">"En este momento, estás recibiendo alertas de emergencia. ¿Te gustaría seguir recibiéndolas?"</string>
     <string name="emergency_alert_settings_title_watches" msgid="5299419351642118203">"Alertas de emergencia"</string>
     <string name="notification_cb_settings_changed_text" msgid="6861845802821634203">"Presiona para ver la configuración de alerta de emergencia"</string>
diff --git a/res/values-mcc234-es/strings.xml b/res/values-mcc234-es/strings.xml
index 178169e..7cfc76e 100644
--- a/res/values-mcc234-es/strings.xml
+++ b/res/values-mcc234-es/strings.xml
@@ -33,6 +33,7 @@
     <string name="sms_cb_settings" msgid="4187131985831792308">"Alertas de emergencia"</string>
     <string name="enable_alerts_master_toggle_summary" msgid="805446672915814777">"Recibir notificaciones por alertas de emergencia"</string>
     <string name="enable_alert_speech_summary" msgid="5021926525240750702">"Crear mensajes de alertas de emergencia con la conversión de texto a voz"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="2931455154355509465">"Recibir pruebas del sistema de alertas de emergencia"</string>
     <string name="cmas_opt_out_dialog_text" msgid="1972978578760513449">"Actualmente recibes alertas de emergencia. ¿Quieres seguir recibiéndolas?"</string>
     <string name="emergency_alert_settings_title_watches" msgid="5299419351642118203">"Alertas de emergencia"</string>
     <string name="notification_cb_settings_changed_text" msgid="6861845802821634203">"Toca para ver los ajustes de las alertas de emergencia"</string>
diff --git a/res/values-mcc234-et/strings.xml b/res/values-mcc234-et/strings.xml
index 896188b..d127809 100644
--- a/res/values-mcc234-et/strings.xml
+++ b/res/values-mcc234-et/strings.xml
@@ -33,6 +33,7 @@
     <string name="sms_cb_settings" msgid="4187131985831792308">"Hädaolukorra hoiatused"</string>
     <string name="enable_alerts_master_toggle_summary" msgid="805446672915814777">"Saadetakse hädaolukorra hoiatuste märguandeid"</string>
     <string name="enable_alert_speech_summary" msgid="5021926525240750702">"Kõnesünteesi funktsiooni kasutamine hädaolukorra hoiatuste sõnumite esitamiseks kõnena"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="2931455154355509465">"Saate hädaolukorra hoiatuste süsteemist teste"</string>
     <string name="cmas_opt_out_dialog_text" msgid="1972978578760513449">"Praegu on hädaolukorra hoiatuste saamine kasutusel. Kas soovite hädaolukorra hoiatusi jätkuvalt saada?"</string>
     <string name="emergency_alert_settings_title_watches" msgid="5299419351642118203">"Hädaolukorra hoiatused"</string>
     <string name="notification_cb_settings_changed_text" msgid="6861845802821634203">"Puudutage hädaolukorra hoiatuste seadete nägemiseks"</string>
diff --git a/res/values-mcc234-eu/strings.xml b/res/values-mcc234-eu/strings.xml
index 9d26741..6198de4 100644
--- a/res/values-mcc234-eu/strings.xml
+++ b/res/values-mcc234-eu/strings.xml
@@ -33,6 +33,7 @@
     <string name="sms_cb_settings" msgid="4187131985831792308">"Larrialdi-alertak"</string>
     <string name="enable_alerts_master_toggle_summary" msgid="805446672915814777">"Jaso larrialdi-alerten jakinarazpenak"</string>
     <string name="enable_alert_speech_summary" msgid="5021926525240750702">"Erabili testua ahots bihurtzeko eginbidea larrialdi-alerten mezuak ozen irakurtzeko"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="2931455154355509465">"Jaso larrialdi-alerten sistemaren probak"</string>
     <string name="cmas_opt_out_dialog_text" msgid="1972978578760513449">"Larrialdi-alertak jasotzen ari zara. Larrialdi-alertak jasotzen jarraitu nahi duzu?"</string>
     <string name="emergency_alert_settings_title_watches" msgid="5299419351642118203">"Larrialdi-alertak"</string>
     <string name="notification_cb_settings_changed_text" msgid="6861845802821634203">"Sakatu larrialdi-alerten ezarpenak ikusteko"</string>
diff --git a/res/values-mcc234-fa/strings.xml b/res/values-mcc234-fa/strings.xml
index 3b4d1cd..61e0bd0 100644
--- a/res/values-mcc234-fa/strings.xml
+++ b/res/values-mcc234-fa/strings.xml
@@ -33,6 +33,7 @@
     <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">"برای گفتن پیام‌های هشدار اضطراری، از «نوشتار به گفتار» استفاده کنید"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="2931455154355509465">"دریافت هشدارهای آزمایشی از سیستم «هشدار اضطراری»"</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>
diff --git a/res/values-mcc234-fi/strings.xml b/res/values-mcc234-fi/strings.xml
index c78d988..e16998b 100644
--- a/res/values-mcc234-fi/strings.xml
+++ b/res/values-mcc234-fi/strings.xml
@@ -33,6 +33,7 @@
     <string name="sms_cb_settings" msgid="4187131985831792308">"Hätähälytykset"</string>
     <string name="enable_alerts_master_toggle_summary" msgid="805446672915814777">"Vastaanota ilmoituksia hätähälytyksistä"</string>
     <string name="enable_alert_speech_summary" msgid="5021926525240750702">"Käytä tekstistä puheeksi -toimintoa hätähälytysviesteissä"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="2931455154355509465">"Vastaanottaa testivaroituksia hätävaroitusjärjestelmästä"</string>
     <string name="cmas_opt_out_dialog_text" msgid="1972978578760513449">"Sinulle lähetetään tällä hetkellä hätähälytyksiä. Haluatko jatkaa niiden vastaanottamista?"</string>
     <string name="emergency_alert_settings_title_watches" msgid="5299419351642118203">"Hätähälytykset"</string>
     <string name="notification_cb_settings_changed_text" msgid="6861845802821634203">"Katso hätähälytysten asetukset napauttamalla"</string>
diff --git a/res/values-mcc234-fr-rCA/strings.xml b/res/values-mcc234-fr-rCA/strings.xml
index bcff7dd..9a24198 100644
--- a/res/values-mcc234-fr-rCA/strings.xml
+++ b/res/values-mcc234-fr-rCA/strings.xml
@@ -33,6 +33,7 @@
     <string name="sms_cb_settings" msgid="4187131985831792308">"Alertes d\'urgence"</string>
     <string name="enable_alerts_master_toggle_summary" msgid="805446672915814777">"Recevoir les notifications d\'alerte d\'urgence"</string>
     <string name="enable_alert_speech_summary" msgid="5021926525240750702">"Utiliser la synthèse vocale pour lire à voix haute les messages d\'alerte d\'urgence"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="2931455154355509465">"Recevoir des tests du système d\'alerte d\'urgence"</string>
     <string name="cmas_opt_out_dialog_text" msgid="1972978578760513449">"Vous recevez actuellement les alertes d\'urgence. Voulez-vous continuer à les recevoir?"</string>
     <string name="emergency_alert_settings_title_watches" msgid="5299419351642118203">"Alertes d\'urgence"</string>
     <string name="notification_cb_settings_changed_text" msgid="6861845802821634203">"Toucher pour voir les paramètres d\'alerte d\'urgence"</string>
diff --git a/res/values-mcc234-fr/strings.xml b/res/values-mcc234-fr/strings.xml
index b9dcbca..d62bf4c 100644
--- a/res/values-mcc234-fr/strings.xml
+++ b/res/values-mcc234-fr/strings.xml
@@ -33,6 +33,7 @@
     <string name="sms_cb_settings" msgid="4187131985831792308">"Alertes d\'urgence"</string>
     <string name="enable_alerts_master_toggle_summary" msgid="805446672915814777">"Recevoir les notifications d\'alerte d\'urgence"</string>
     <string name="enable_alert_speech_summary" msgid="5021926525240750702">"Utiliser la synthèse vocale pour énoncer des messages d\'alerte d\'urgence"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="2931455154355509465">"Recevoir des tests du système d\'alerte d\'urgence"</string>
     <string name="cmas_opt_out_dialog_text" msgid="1972978578760513449">"Vous recevez actuellement les alertes d\'urgence. Voulez-vous continuer de les recevoir ?"</string>
     <string name="emergency_alert_settings_title_watches" msgid="5299419351642118203">"Alertes d\'urgence"</string>
     <string name="notification_cb_settings_changed_text" msgid="6861845802821634203">"Appuyez ici pour voir les paramètres des alertes d\'urgence"</string>
diff --git a/res/values-mcc234-gl/strings.xml b/res/values-mcc234-gl/strings.xml
index 9c5aceb..7669aa0 100644
--- a/res/values-mcc234-gl/strings.xml
+++ b/res/values-mcc234-gl/strings.xml
@@ -33,6 +33,7 @@
     <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_cmas_test_alerts_summary" msgid="2931455154355509465">"Recibe probas do sistema de alerta 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-gu/strings.xml b/res/values-mcc234-gu/strings.xml
index 3df031d..103658a 100644
--- a/res/values-mcc234-gu/strings.xml
+++ b/res/values-mcc234-gu/strings.xml
@@ -33,6 +33,7 @@
     <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">"ઇમર્જન્સી અલર્ટ સંદેશા બોલવા માટે ટેક્સ્ટ ટૂ સ્પીચનો ઉપયોગ કરો"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="2931455154355509465">"ઇમર્જન્સી અલર્ટ સિસ્ટમમાંથી પરીક્ષણો મેળવો"</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>
diff --git a/res/values-mcc234-hi/strings.xml b/res/values-mcc234-hi/strings.xml
index 7f6b703..18dc840 100644
--- a/res/values-mcc234-hi/strings.xml
+++ b/res/values-mcc234-hi/strings.xml
@@ -33,6 +33,7 @@
     <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">"आपातकालीन स्थिति की चेतावनी के मैसेज सुनने के लिए, \'लिखाई को बोली में बदलना\' सुविधा का इस्तेमाल करें"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="2931455154355509465">"आपातकालीन स्थिति के बारे में चेतावनी देने वाले सिस्टम से टेस्ट अलर्ट पाएं"</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>
diff --git a/res/values-mcc234-hr/strings.xml b/res/values-mcc234-hr/strings.xml
index f9ed8fd..0f7c076 100644
--- a/res/values-mcc234-hr/strings.xml
+++ b/res/values-mcc234-hr/strings.xml
@@ -33,6 +33,7 @@
     <string name="sms_cb_settings" msgid="4187131985831792308">"Hitna upozorenja"</string>
     <string name="enable_alerts_master_toggle_summary" msgid="805446672915814777">"Primajte obavijesti o hitnim upozorenjima"</string>
     <string name="enable_alert_speech_summary" msgid="5021926525240750702">"Upotrijebite pretvaranje teksta u govor za izgovaranje hitnih upozorenja"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="2931455154355509465">"Primaj testne poruke sustava za hitna upozorenja"</string>
     <string name="cmas_opt_out_dialog_text" msgid="1972978578760513449">"Trenutačno primate hitna upozorenja. Želite li ih primati i dalje?"</string>
     <string name="emergency_alert_settings_title_watches" msgid="5299419351642118203">"Hitna upozorenja"</string>
     <string name="notification_cb_settings_changed_text" msgid="6861845802821634203">"Dodirnite da biste vidjeli postavke hitnih upozorenja"</string>
diff --git a/res/values-mcc234-hu/strings.xml b/res/values-mcc234-hu/strings.xml
index 689bbd0..ea67a16 100644
--- a/res/values-mcc234-hu/strings.xml
+++ b/res/values-mcc234-hu/strings.xml
@@ -33,6 +33,7 @@
     <string name="sms_cb_settings" msgid="4187131985831792308">"Vészriasztások"</string>
     <string name="enable_alerts_master_toggle_summary" msgid="805446672915814777">"Vészhelyzeti figyelmeztető értesítések fogadása"</string>
     <string name="enable_alert_speech_summary" msgid="5021926525240750702">"Használja a szövegfelolvasót vészhelyzeti figyelmeztető üzenetek felolvasására"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="2931455154355509465">"Tesztek fogadása a vészjelzési rendszertől"</string>
     <string name="cmas_opt_out_dialog_text" msgid="1972978578760513449">"Ön jelenleg fogad vészriasztásokat. Szeretné a továbbiakban is fogadni ezeket?"</string>
     <string name="emergency_alert_settings_title_watches" msgid="5299419351642118203">"Vészriasztások"</string>
     <string name="notification_cb_settings_changed_text" msgid="6861845802821634203">"Koppintson ide a vészriasztások beállításainak megtekintéséhez"</string>
diff --git a/res/values-mcc234-hy/strings.xml b/res/values-mcc234-hy/strings.xml
index c8ebbfb..f0808c7 100644
--- a/res/values-mcc234-hy/strings.xml
+++ b/res/values-mcc234-hy/strings.xml
@@ -33,6 +33,7 @@
     <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">"Օգտագործել տեքստի հնչեցումը՝ արտակարգ իրավիճակների մասին ծանուցումներն ընթերցելու համար"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="2931455154355509465">"Ստանալ փորձնական ծանուցումներ արտակարգ իրավիճակի մասին ծանուցման համակարգից"</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>
diff --git a/res/values-mcc234-in/strings.xml b/res/values-mcc234-in/strings.xml
index 0d9fbe1..5b285a5 100644
--- a/res/values-mcc234-in/strings.xml
+++ b/res/values-mcc234-in/strings.xml
@@ -33,6 +33,7 @@
     <string name="sms_cb_settings" msgid="4187131985831792308">"Peringatan darurat"</string>
     <string name="enable_alerts_master_toggle_summary" msgid="805446672915814777">"Terima notifikasi peringatan darurat"</string>
     <string name="enable_alert_speech_summary" msgid="5021926525240750702">"Gunakan text-to-speech untuk mengucapkan pesan peringatan darurat"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="2931455154355509465">"Terima tes dari sistem Peringatan darurat"</string>
     <string name="cmas_opt_out_dialog_text" msgid="1972978578760513449">"Saat ini Anda menerima peringatan darurat. Apakah Anda ingin terus menerima peringatan darurat?"</string>
     <string name="emergency_alert_settings_title_watches" msgid="5299419351642118203">"Peringatan darurat"</string>
     <string name="notification_cb_settings_changed_text" msgid="6861845802821634203">"Ketuk untuk melihat setelan peringatan darurat"</string>
diff --git a/res/values-mcc234-is/strings.xml b/res/values-mcc234-is/strings.xml
index 84e721a..473de2d 100644
--- a/res/values-mcc234-is/strings.xml
+++ b/res/values-mcc234-is/strings.xml
@@ -33,6 +33,7 @@
     <string name="sms_cb_settings" msgid="4187131985831792308">"Neyðartilkynningar"</string>
     <string name="enable_alerts_master_toggle_summary" msgid="805446672915814777">"Fá tilkynningar um neyðarviðvaranir"</string>
     <string name="enable_alert_speech_summary" msgid="5021926525240750702">"Nota talgervil til að lesa skilaboð neyðarviðvarana upphátt"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="2931455154355509465">"Fá prufuviðvaranir frá neyðarviðvörunarkerfinu"</string>
     <string name="cmas_opt_out_dialog_text" msgid="1972978578760513449">"Þér berast neyðarviðvaranir. Viltu halda áfram að fá neyðarviðvaranir?"</string>
     <string name="emergency_alert_settings_title_watches" msgid="5299419351642118203">"Neyðartilkynningar"</string>
     <string name="notification_cb_settings_changed_text" msgid="6861845802821634203">"Ýttu til að skoða stillingar neyðarviðvarana"</string>
diff --git a/res/values-mcc234-it/strings.xml b/res/values-mcc234-it/strings.xml
index 4695c90..a08db58 100644
--- a/res/values-mcc234-it/strings.xml
+++ b/res/values-mcc234-it/strings.xml
@@ -33,6 +33,7 @@
     <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_cmas_test_alerts_summary" msgid="2931455154355509465">"Ricevi test dal sistema di avviso 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>
diff --git a/res/values-mcc234-iw/strings.xml b/res/values-mcc234-iw/strings.xml
index 2118673..9406d8e 100644
--- a/res/values-mcc234-iw/strings.xml
+++ b/res/values-mcc234-iw/strings.xml
@@ -33,6 +33,7 @@
     <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="enable_cmas_test_alerts_summary" msgid="2931455154355509465">"קבלת התראות בדיקה ממערכת ההתראה על מקרה חירום"</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>
diff --git a/res/values-mcc234-ja/strings.xml b/res/values-mcc234-ja/strings.xml
index fe5839c..93dca04 100644
--- a/res/values-mcc234-ja/strings.xml
+++ b/res/values-mcc234-ja/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">"最重要速報メール"</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_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>
@@ -33,6 +33,7 @@
     <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">"緊急速報メール受信時にメッセージを読み上げる"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="2931455154355509465">"緊急速報メール システムのテストを受信する"</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>
diff --git a/res/values-mcc234-ka/strings.xml b/res/values-mcc234-ka/strings.xml
index 73a8328..5be9871 100644
--- a/res/values-mcc234-ka/strings.xml
+++ b/res/values-mcc234-ka/strings.xml
@@ -33,6 +33,7 @@
     <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">"საგანგებო ვითარებების გაფრთხილებების შეტყობინებების ტექსტის გახმოვანება"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="2931455154355509465">"მიიღეთ ტესტები საგანგებო ვითარების გაფრთხილების სისტემისგან"</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>
diff --git a/res/values-mcc234-kk/strings.xml b/res/values-mcc234-kk/strings.xml
index b28abb9..05bc185 100644
--- a/res/values-mcc234-kk/strings.xml
+++ b/res/values-mcc234-kk/strings.xml
@@ -33,6 +33,7 @@
     <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">"Төтенше жағдай хабарландыруларын дыбыстау үшін мәтінді дыбыстау функциясын пайдаланыңыз."</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="2931455154355509465">"Шұғыл хабарландыру жүйесінен сынақ нұсқаларын қабылдау"</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>
diff --git a/res/values-mcc234-km/strings.xml b/res/values-mcc234-km/strings.xml
index ed41e62..ec88ae1 100644
--- a/res/values-mcc234-km/strings.xml
+++ b/res/values-mcc234-km/strings.xml
@@ -33,6 +33,7 @@
     <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">"ប្រើ​មុខងារបំប្លែងអត្ថបទ​ទៅជាការ​និយាយ​ ដើម្បីអាន​សារ​ជូនដំណឹង​ពេលមាន​អាសន្ន"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="2931455154355509465">"ទទួលបានការធ្វើតេស្តពី​ប្រព័ន្ធប្រកាសអាសន្ន"</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>
diff --git a/res/values-mcc234-kn/strings.xml b/res/values-mcc234-kn/strings.xml
index c651fdc..b1ec469 100644
--- a/res/values-mcc234-kn/strings.xml
+++ b/res/values-mcc234-kn/strings.xml
@@ -33,6 +33,7 @@
     <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">"ತುರ್ತು ಎಚ್ಚರಿಕೆ ಸಂದೇಶಗಳನ್ನು ಹೇಳಲು ಪಠ್ಯದಿಂದ ಧ್ವನಿಯನ್ನು ಬಳಸಿ"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="2931455154355509465">"ತುರ್ತು ಅಲರ್ಟ್ ಸಿಸ್ಟಂನಿಂದ ಪರೀಕ್ಷೆಗಳನ್ನು ಸ್ವೀಕರಿಸಿ"</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>
diff --git a/res/values-mcc234-ko/strings.xml b/res/values-mcc234-ko/strings.xml
index b4861bd..143b507 100644
--- a/res/values-mcc234-ko/strings.xml
+++ b/res/values-mcc234-ko/strings.xml
@@ -33,6 +33,7 @@
     <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">"텍스트 음성 변환을 사용하여 긴급 재난 문자를 음성으로 듣기"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="2931455154355509465">"긴급 재난 문자 시스템으로부터 테스트 경보 받기"</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>
diff --git a/res/values-mcc234-ky/strings.xml b/res/values-mcc234-ky/strings.xml
index d60d07b..c9199db 100644
--- a/res/values-mcc234-ky/strings.xml
+++ b/res/values-mcc234-ky/strings.xml
@@ -33,6 +33,7 @@
     <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">"Шашылыш билдирүүнү угуу үчүн кеп синтезаторун колдонуңуз"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="2931455154355509465">"Шашылыш билдирүү тутумунан тесттерди алуу"</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>
diff --git a/res/values-mcc234-lo/strings.xml b/res/values-mcc234-lo/strings.xml
index a81f20b..12c93f4 100644
--- a/res/values-mcc234-lo/strings.xml
+++ b/res/values-mcc234-lo/strings.xml
@@ -33,6 +33,7 @@
     <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">"ໃຊ້ການປ່ຽນຂໍ້ຄວາມເປັນສຽງເວົ້າເພື່ອອ່ານຂໍ້ຄວາມການແຈ້ງເຕືອນສຸກເສີນອອກສຽງ"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="2931455154355509465">"ຮັບການທົດສອບຈາກລະບົບແຈ້ງເຕືອນເຫດສຸກເສີນ"</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>
diff --git a/res/values-mcc234-lt/strings.xml b/res/values-mcc234-lt/strings.xml
index 9e058fc..47271dc 100644
--- a/res/values-mcc234-lt/strings.xml
+++ b/res/values-mcc234-lt/strings.xml
@@ -33,6 +33,7 @@
     <string name="sms_cb_settings" msgid="4187131985831792308">"Kritinės padėties įspėjimai"</string>
     <string name="enable_alerts_master_toggle_summary" msgid="805446672915814777">"Gauti kritinės padėties įspėjimų pranešimus"</string>
     <string name="enable_alert_speech_summary" msgid="5021926525240750702">"Naudoti teksto į kalbą priemonę, kad būtų galima pasakyti kritinės padėties įspėjimų pranešimus"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="2931455154355509465">"Gauti bandymus iš įspėjimų apie kritinę padėtį sistemos"</string>
     <string name="cmas_opt_out_dialog_text" msgid="1972978578760513449">"Šiuo metu gaunate kritinės padėties įspėjimus. Ar norite toliau gauti kritinės padėties įspėjimus?"</string>
     <string name="emergency_alert_settings_title_watches" msgid="5299419351642118203">"Kritinės padėties įspėjimai"</string>
     <string name="notification_cb_settings_changed_text" msgid="6861845802821634203">"Palieskite, kad peržiūrėtumėte kritinės padėties įspėjimų nustatymus"</string>
diff --git a/res/values-mcc234-lv/strings.xml b/res/values-mcc234-lv/strings.xml
index 3c4c0ed..8464149 100644
--- a/res/values-mcc234-lv/strings.xml
+++ b/res/values-mcc234-lv/strings.xml
@@ -33,6 +33,7 @@
     <string name="sms_cb_settings" msgid="4187131985831792308">"Ārkārtas brīdinājumi"</string>
     <string name="enable_alerts_master_toggle_summary" msgid="805446672915814777">"Saņemt ārkārtas brīdinājumu paziņojumus"</string>
     <string name="enable_alert_speech_summary" msgid="5021926525240750702">"Izmantot teksta pārvēršanu runā, lai izrunātu ārkārtas brīdinājumu ziņojumus"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="2931455154355509465">"Saņemt testus no ārkārtas brīdinājumu sistēmas"</string>
     <string name="cmas_opt_out_dialog_text" msgid="1972978578760513449">"Pašlaik jūs saņemat ārkārtas brīdinājumus. Vai vēlaties arī turpmāk saņemt ārkārtas brīdinājumus?"</string>
     <string name="emergency_alert_settings_title_watches" msgid="5299419351642118203">"Ārkārtas brīdinājumi"</string>
     <string name="notification_cb_settings_changed_text" msgid="6861845802821634203">"Pieskarieties, lai skatītu ārkārtas brīdinājumu iestatījumus"</string>
diff --git a/res/values-mcc234-mk/strings.xml b/res/values-mcc234-mk/strings.xml
index 590af04..3bc9a63 100644
--- a/res/values-mcc234-mk/strings.xml
+++ b/res/values-mcc234-mk/strings.xml
@@ -33,6 +33,7 @@
     <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">"Користи „Од текст во говор“ за изговарање пораки за предупредувања за итни случаи"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="2931455154355509465">"Добивајте тестови од системот за предупредување за итни случаи"</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>
diff --git a/res/values-mcc234-ml/strings.xml b/res/values-mcc234-ml/strings.xml
index b470a7a..da04634 100644
--- a/res/values-mcc234-ml/strings.xml
+++ b/res/values-mcc234-ml/strings.xml
@@ -33,6 +33,7 @@
     <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">"അടിയന്തര മുന്നറിയിപ്പ് സന്ദേശങ്ങൾ പറയാൻ ടെക്‌സ്റ്റ്‌ ടു സ്‌പീച്ച് ഉപയോഗിക്കുക"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="2931455154355509465">"അടിയന്തര മുന്നറിയിപ്പ് സിസ്റ്റത്തിൽ നിന്ന് പരിശോധനകൾ സ്വീകരിക്കുക"</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>
diff --git a/res/values-mcc234-mn/strings.xml b/res/values-mcc234-mn/strings.xml
index a7e6ffb..580685a 100644
--- a/res/values-mcc234-mn/strings.xml
+++ b/res/values-mcc234-mn/strings.xml
@@ -33,6 +33,7 @@
     <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">"Яаралтай сэрэмжлүүлгийн мессежүүдийг уншихын тулд бичвэрийг ярианд хувиргахыг ашиглана уу"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="2931455154355509465">"Утасгүй яаралтай тусламжийн сэрэмжлүүлгийн системээс туршилтууд хүлээн авна уу"</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>
diff --git a/res/values-mcc234-mnc30/config.xml b/res/values-mcc234-mnc30/config.xml
deleted file mode 100644
index 93f6b0c..0000000
--- a/res/values-mcc234-mnc30/config.xml
+++ /dev/null
@@ -1,22 +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>
-<!-- 4382 -->
-  <string-array name="operator_defined_alert_range_strings" translatable="false">
-    <item>0x111E:rat=gsm, emergency=true, debug_build=true</item>
-  </string-array>
-</resources>
diff --git a/res/values-mcc234-mnc33 b/res/values-mcc234-mnc33
deleted file mode 120000
index 86c8604..0000000
--- a/res/values-mcc234-mnc33
+++ /dev/null
@@ -1 +0,0 @@
-values-mcc234-mnc30
\ No newline at end of file
diff --git a/res/values-mcc234-mnc86 b/res/values-mcc234-mnc86
deleted file mode 120000
index 86c8604..0000000
--- a/res/values-mcc234-mnc86
+++ /dev/null
@@ -1 +0,0 @@
-values-mcc234-mnc30
\ No newline at end of file
diff --git a/res/values-mcc234-mr/strings.xml b/res/values-mcc234-mr/strings.xml
index d43cad2..f8c1ea3 100644
--- a/res/values-mcc234-mr/strings.xml
+++ b/res/values-mcc234-mr/strings.xml
@@ -33,6 +33,7 @@
     <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">"आणीबाणीमधील सूचनेचा मेसेज बोलण्यासाठी टेक्स्ट-टू-स्पीच वापरा"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="2931455154355509465">"आणीबाणी सूचना सिस्टीमकडून चाचण्या मिळवा"</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>
diff --git a/res/values-mcc234-ms/strings.xml b/res/values-mcc234-ms/strings.xml
index 5f9e316..64d6063 100644
--- a/res/values-mcc234-ms/strings.xml
+++ b/res/values-mcc234-ms/strings.xml
@@ -33,6 +33,7 @@
     <string name="sms_cb_settings" msgid="4187131985831792308">"Makluman kecemasan"</string>
     <string name="enable_alerts_master_toggle_summary" msgid="805446672915814777">"Terima pemberitahuan makluman kecemasan"</string>
     <string name="enable_alert_speech_summary" msgid="5021926525240750702">"Gunakan teks kepada pertuturan untuk menuturkan mesej makluman kecemasan"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="2931455154355509465">"Terima ujian daripada sistem amaran Kecemasan"</string>
     <string name="cmas_opt_out_dialog_text" msgid="1972978578760513449">"Anda sedang menerima makluman kecemasan. Adakah anda ingin terus menerima makluman kecemasan?"</string>
     <string name="emergency_alert_settings_title_watches" msgid="5299419351642118203">"Makluman kecemasan"</string>
     <string name="notification_cb_settings_changed_text" msgid="6861845802821634203">"Ketik untuk melihat tetapan makluman kecemasan"</string>
diff --git a/res/values-mcc234-my/strings.xml b/res/values-mcc234-my/strings.xml
index ec3b12f..10ed43b 100644
--- a/res/values-mcc234-my/strings.xml
+++ b/res/values-mcc234-my/strings.xml
@@ -33,6 +33,7 @@
     <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">"အရေးပေါ်သတိပေးချက် မက်ဆေ့ဂျ်များ ပြောကြားရန် စာ-မှ-စကား ကို အသုံးပြုသည်"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="2931455154355509465">"အရေးပေါ် သတိပေးချက်စနစ်မှ စမ်းသပ်မှုများကို လက်ခံရန်"</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>
diff --git a/res/values-mcc234-nb/strings.xml b/res/values-mcc234-nb/strings.xml
index 7800e37..0805006 100644
--- a/res/values-mcc234-nb/strings.xml
+++ b/res/values-mcc234-nb/strings.xml
@@ -33,6 +33,7 @@
     <string name="sms_cb_settings" msgid="4187131985831792308">"Nødvarsler"</string>
     <string name="enable_alerts_master_toggle_summary" msgid="805446672915814777">"Motta nødvarsler"</string>
     <string name="enable_alert_speech_summary" msgid="5021926525240750702">"Bruk tekst til tale for å snakke inn meldinger for nødssituasjoner"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="2931455154355509465">"Motta tester fra systemet for nødvarsler"</string>
     <string name="cmas_opt_out_dialog_text" msgid="1972978578760513449">"Du mottar for øyeblikket nødvarsler. Vil du fortsette å motta disse varslene?"</string>
     <string name="emergency_alert_settings_title_watches" msgid="5299419351642118203">"Nødvarsler"</string>
     <string name="notification_cb_settings_changed_text" msgid="6861845802821634203">"Trykk for å se innstillingene for nødvarsler"</string>
diff --git a/res/values-mcc234-ne/strings.xml b/res/values-mcc234-ne/strings.xml
index 8518370..dff18e1 100644
--- a/res/values-mcc234-ne/strings.xml
+++ b/res/values-mcc234-ne/strings.xml
@@ -33,6 +33,7 @@
     <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">"आपत्‌कालीन अलर्टसम्बन्धी म्यासेज पढेर सुनाउन टेक्स्ट-टू-स्पिच सेवा प्रयोग गरियोस्"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="2931455154355509465">"आपत्‌कालीन अलर्टको सिस्टमबाट परीक्षणहरू प्राप्त गर्नुहोस्"</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>
diff --git a/res/values-mcc234-nl/strings.xml b/res/values-mcc234-nl/strings.xml
index 0c7ee69..cde99c0 100644
--- a/res/values-mcc234-nl/strings.xml
+++ b/res/values-mcc234-nl/strings.xml
@@ -33,6 +33,7 @@
     <string name="sms_cb_settings" msgid="4187131985831792308">"Noodmeldingen"</string>
     <string name="enable_alerts_master_toggle_summary" msgid="805446672915814777">"Noodmeldingen krijgen"</string>
     <string name="enable_alert_speech_summary" msgid="5021926525240750702">"Tekst-naar-spraak gebruiken om noodmeldingen uit te spreken"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="2931455154355509465">"Tests ontvangen van het systeem voor noodmeldingen"</string>
     <string name="cmas_opt_out_dialog_text" msgid="1972978578760513449">"Je krijgt momenteel noodmeldingen. Wil je noodmeldingen blijven ontvangen?"</string>
     <string name="emergency_alert_settings_title_watches" msgid="5299419351642118203">"Noodmeldingen"</string>
     <string name="notification_cb_settings_changed_text" msgid="6861845802821634203">"Tik om de instellingen voor noodmeldingen te bekijken"</string>
diff --git a/res/values-mcc234-or/strings.xml b/res/values-mcc234-or/strings.xml
index f9a9943..2aaa5b3 100644
--- a/res/values-mcc234-or/strings.xml
+++ b/res/values-mcc234-or/strings.xml
@@ -33,6 +33,7 @@
     <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">"ଜରୁରୀକାଳୀନ ଆଲର୍ଟ ମେସେଜ୍ କହିବା ପାଇଁ ଟେକ୍ସଟ୍-ଟୁ-ସ୍ପିଚ୍ ବ୍ୟବହାର କରନ୍ତୁ"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="2931455154355509465">"ଜରୁରୀକାଳୀନ ଆଲର୍ଟ ସିଷ୍ଟମରୁ ଟେଷ୍ଟଗୁଡ଼ିକ ପାଆନ୍ତୁ"</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>
diff --git a/res/values-mcc234-pa/strings.xml b/res/values-mcc234-pa/strings.xml
index e48ad67..7a96ab7 100644
--- a/res/values-mcc234-pa/strings.xml
+++ b/res/values-mcc234-pa/strings.xml
@@ -33,6 +33,7 @@
     <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">"ਸੰਕਟਕਾਲੀਨ ਸੁਚੇਤਨਾ ਵਾਲੇ ਸੁਨੇਹੇ ਬੋਲਣ ਲਈ \'ਲਿਖਤ-ਤੋਂ-ਬੋਲੀ\' ਦੀ ਵਰਤੋਂ ਕਰੋ"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="2931455154355509465">"ਐਮਰਜੈਂਸੀ ਅਲਰਟ ਸਿਸਟਮ ਤੋਂ ਜਾਂਚਾਂ ਪ੍ਰਾਪਤ ਕਰੋ"</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>
diff --git a/res/values-mcc234-pl/strings.xml b/res/values-mcc234-pl/strings.xml
index dd356e6..bd32913 100644
--- a/res/values-mcc234-pl/strings.xml
+++ b/res/values-mcc234-pl/strings.xml
@@ -33,6 +33,7 @@
     <string name="sms_cb_settings" msgid="4187131985831792308">"Alerty o zagrożeniu"</string>
     <string name="enable_alerts_master_toggle_summary" msgid="805446672915814777">"Otrzymuj alerty o zagrożeniu"</string>
     <string name="enable_alert_speech_summary" msgid="5021926525240750702">"Użyj zamiany tekstu na mowę do odczytywania alertów o zagrożeniu"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="2931455154355509465">"Otrzymuj alarmy testowe z systemu alertów o zagrożeniu"</string>
     <string name="cmas_opt_out_dialog_text" msgid="1972978578760513449">"Obecnie otrzymujesz alerty o zagrożeniu. Chcesz je nadal dostawać?"</string>
     <string name="emergency_alert_settings_title_watches" msgid="5299419351642118203">"Alerty o zagrożeniu"</string>
     <string name="notification_cb_settings_changed_text" msgid="6861845802821634203">"Kliknij, aby zobaczyć ustawienia alertów o zagrożeniu"</string>
diff --git a/res/values-mcc234-pt-rPT/strings.xml b/res/values-mcc234-pt-rPT/strings.xml
index ca7da65..e1d555e 100644
--- a/res/values-mcc234-pt-rPT/strings.xml
+++ b/res/values-mcc234-pt-rPT/strings.xml
@@ -33,7 +33,8 @@
     <string name="sms_cb_settings" msgid="4187131985831792308">"Alertas de emergência"</string>
     <string name="enable_alerts_master_toggle_summary" msgid="805446672915814777">"Receba notificações de alertas de emergência."</string>
     <string name="enable_alert_speech_summary" msgid="5021926525240750702">"Utilize a conversão de texto em voz para dizer mensagens de alerta de emergência."</string>
-    <string name="cmas_opt_out_dialog_text" msgid="1972978578760513449">"Atualmente, está a receber alertas de emergência. Pretende continuar a receber alertas de emergência?"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="2931455154355509465">"Receba testes do sistema de alerta de emergência"</string>
+    <string name="cmas_opt_out_dialog_text" msgid="1972978578760513449">"Atualmente, está a receber alertas de emergência. Quer continuar a receber alertas de emergência?"</string>
     <string name="emergency_alert_settings_title_watches" msgid="5299419351642118203">"Alertas de emergência"</string>
     <string name="notification_cb_settings_changed_text" msgid="6861845802821634203">"Toque para ver as definições dos alertas de emergência"</string>
 </resources>
diff --git a/res/values-mcc234-pt/strings.xml b/res/values-mcc234-pt/strings.xml
index 773ff15..3a2a7e5 100644
--- a/res/values-mcc234-pt/strings.xml
+++ b/res/values-mcc234-pt/strings.xml
@@ -33,6 +33,7 @@
     <string name="sms_cb_settings" msgid="4187131985831792308">"Alertas de emergência"</string>
     <string name="enable_alerts_master_toggle_summary" msgid="805446672915814777">"Receber notificações de alerta de emergência"</string>
     <string name="enable_alert_speech_summary" msgid="5021926525240750702">"Usar conversão de texto em voz para falar mensagens de alerta de emergência"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="2931455154355509465">"Receba testes do sistema de alerta de emergência"</string>
     <string name="cmas_opt_out_dialog_text" msgid="1972978578760513449">"Você está recebendo alertas de emergência. Quer continuar recebendo?"</string>
     <string name="emergency_alert_settings_title_watches" msgid="5299419351642118203">"Alertas de emergência"</string>
     <string name="notification_cb_settings_changed_text" msgid="6861845802821634203">"Toque para ver as configurações de alertas de emergência"</string>
diff --git a/res/values-mcc234-ro/strings.xml b/res/values-mcc234-ro/strings.xml
index d6ab586..647e1ad 100644
--- a/res/values-mcc234-ro/strings.xml
+++ b/res/values-mcc234-ro/strings.xml
@@ -33,6 +33,7 @@
     <string name="sms_cb_settings" msgid="4187131985831792308">"Alerte de urgență"</string>
     <string name="enable_alerts_master_toggle_summary" msgid="805446672915814777">"Primește notificări privind alertele de urgență"</string>
     <string name="enable_alert_speech_summary" msgid="5021926525240750702">"Folosește funcția de redare vocală a textului pentru a asculta mesajele alertelor de urgență"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="2931455154355509465">"Primește teste de la sistemul de Alerte de urgență"</string>
     <string name="cmas_opt_out_dialog_text" msgid="1972978578760513449">"Primirea alertelor de urgență este activată. Doriți să primiți alertele în continuare?"</string>
     <string name="emergency_alert_settings_title_watches" msgid="5299419351642118203">"Alerte de urgență"</string>
     <string name="notification_cb_settings_changed_text" msgid="6861845802821634203">"Atinge ca să vezi setările pentru alerte de urgență"</string>
diff --git a/res/values-mcc234-ru/strings.xml b/res/values-mcc234-ru/strings.xml
index 4782c96..3f52ce9 100644
--- a/res/values-mcc234-ru/strings.xml
+++ b/res/values-mcc234-ru/strings.xml
@@ -33,6 +33,7 @@
     <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">"Использовать функцию преобразования текста в речь для чтения экстренных оповещений"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="2931455154355509465">"Получать тестовые сообщения от системы экстренных оповещений"</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>
diff --git a/res/values-mcc234-si/strings.xml b/res/values-mcc234-si/strings.xml
index f10f34f..f453aae 100644
--- a/res/values-mcc234-si/strings.xml
+++ b/res/values-mcc234-si/strings.xml
@@ -33,6 +33,7 @@
     <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">"හදිසි අවස්ථා ඇඟවීම් පණිවිඩ කියවීමට පෙළ-සිට-කථනයට භාවිත කරන්න"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="2931455154355509465">"හදිසි අනතුරු ඇඟවීමේ පද්ධතියෙන් පරීක්ෂණ ලබන්න"</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>
diff --git a/res/values-mcc234-sk/strings.xml b/res/values-mcc234-sk/strings.xml
index 77d1c62..79558ab 100644
--- a/res/values-mcc234-sk/strings.xml
+++ b/res/values-mcc234-sk/strings.xml
@@ -33,6 +33,7 @@
     <string name="sms_cb_settings" msgid="4187131985831792308">"Tiesňové upozornenia"</string>
     <string name="enable_alerts_master_toggle_summary" msgid="805446672915814777">"Dostávať tiesňové upozornenia"</string>
     <string name="enable_alert_speech_summary" msgid="5021926525240750702">"Čítať tiesňové upozornenia prevodom textu na reč"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="2931455154355509465">"Dostávať testy zo systému tiesňových varovaní"</string>
     <string name="cmas_opt_out_dialog_text" msgid="1972978578760513449">"Momentálne dostávate tiesňové upozornenia. Chcete ich dostávať aj naďalej?"</string>
     <string name="emergency_alert_settings_title_watches" msgid="5299419351642118203">"Tiesňové upozornenia"</string>
     <string name="notification_cb_settings_changed_text" msgid="6861845802821634203">"Klepnutím zobrazíte nastavenia tiesňových upozornení"</string>
diff --git a/res/values-mcc234-sl/strings.xml b/res/values-mcc234-sl/strings.xml
index db4cb74..74a040b 100644
--- a/res/values-mcc234-sl/strings.xml
+++ b/res/values-mcc234-sl/strings.xml
@@ -33,6 +33,7 @@
     <string name="sms_cb_settings" msgid="4187131985831792308">"Nujna opozorila"</string>
     <string name="enable_alerts_master_toggle_summary" msgid="805446672915814777">"Prejemanje obvestil o nujnih opozorilih"</string>
     <string name="enable_alert_speech_summary" msgid="5021926525240750702">"Za izgovorjavo nujnih opozoril uporabi pretvorbo besedila v govor."</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="2931455154355509465">"Prejemanje preizkusnih opozoril sistema za opozarjanje v sili"</string>
     <string name="cmas_opt_out_dialog_text" msgid="1972978578760513449">"Trenutno prejemate nujna opozorila. Ali jih želite prejemati še naprej?"</string>
     <string name="emergency_alert_settings_title_watches" msgid="5299419351642118203">"Nujna opozorila"</string>
     <string name="notification_cb_settings_changed_text" msgid="6861845802821634203">"Dotaknite se za ogled nastavitev nujnih opozoril"</string>
diff --git a/res/values-mcc234-sq/strings.xml b/res/values-mcc234-sq/strings.xml
index d3a4d60..8fbab5b 100644
--- a/res/values-mcc234-sq/strings.xml
+++ b/res/values-mcc234-sq/strings.xml
@@ -33,6 +33,7 @@
     <string name="sms_cb_settings" msgid="4187131985831792308">"Sinjalizimet e urgjencës"</string>
     <string name="enable_alerts_master_toggle_summary" msgid="805446672915814777">"Merr njoftimet e sinjalizimeve të urgjencës"</string>
     <string name="enable_alert_speech_summary" msgid="5021926525240750702">"Përdor konvertimin e tekstit në të folur, për të dëgjuar mesazhet e sinjalizimit të urgjencës"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="2931455154355509465">"Merr teste nga sistemi i \"Sinjalizimit të urgjencës\""</string>
     <string name="cmas_opt_out_dialog_text" msgid="1972978578760513449">"Aktualisht po merr sinjalizime urgjence. Dëshiron që të vazhdosh të marrësh sinjalizime urgjence?"</string>
     <string name="emergency_alert_settings_title_watches" msgid="5299419351642118203">"Sinjalizimet e urgjencës"</string>
     <string name="notification_cb_settings_changed_text" msgid="6861845802821634203">"Trokit për të parë cilësimet e sinjalizimeve të urgjencës"</string>
diff --git a/res/values-mcc234-sr/strings.xml b/res/values-mcc234-sr/strings.xml
index c274569..a9bafdc 100644
--- a/res/values-mcc234-sr/strings.xml
+++ b/res/values-mcc234-sr/strings.xml
@@ -33,6 +33,7 @@
     <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">"Користи претварање текста у говор за изговарање порука обавештења о хитним случајевима"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="2931455154355509465">"Примај тестове из система за упозорења о хитним случајевима"</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>
diff --git a/res/values-mcc234-sv/strings.xml b/res/values-mcc234-sv/strings.xml
index ac830cc..66fb6b7 100644
--- a/res/values-mcc234-sv/strings.xml
+++ b/res/values-mcc234-sv/strings.xml
@@ -33,6 +33,7 @@
     <string name="sms_cb_settings" msgid="4187131985831792308">"Varningar vid nödsituationer"</string>
     <string name="enable_alerts_master_toggle_summary" msgid="805446672915814777">"Få aviseringar om varningar vid nödsituationer"</string>
     <string name="enable_alert_speech_summary" msgid="5021926525240750702">"Använd text till tal när du vill tala in varningsmeddelanden"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="2931455154355509465">"Få test från systemet för varningar om nödsituationer"</string>
     <string name="cmas_opt_out_dialog_text" msgid="1972978578760513449">"Du får för närvarande varningar vid nödsituationer. Vill du fortsätta ta emot varningar vid nödsituationer?"</string>
     <string name="emergency_alert_settings_title_watches" msgid="5299419351642118203">"Varningar vid nödsituationer"</string>
     <string name="notification_cb_settings_changed_text" msgid="6861845802821634203">"Tryck för att visa inställningarna för varningar vid nödsituationer"</string>
diff --git a/res/values-mcc234-sw/strings.xml b/res/values-mcc234-sw/strings.xml
index d19174a..6735abe 100644
--- a/res/values-mcc234-sw/strings.xml
+++ b/res/values-mcc234-sw/strings.xml
@@ -33,6 +33,7 @@
     <string name="sms_cb_settings" msgid="4187131985831792308">"Arifa za dharura"</string>
     <string name="enable_alerts_master_toggle_summary" msgid="805446672915814777">"Pokea arifa za dharura"</string>
     <string name="enable_alert_speech_summary" msgid="5021926525240750702">"Tumia kipengele cha kusoma maandishi kwa sauti kusoma ujumbe wa arifa za dharura"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="2931455154355509465">"Pokea majaribio kutoka kwa mfumo wa Tahadhari ya dharura"</string>
     <string name="cmas_opt_out_dialog_text" msgid="1972978578760513449">"Unapokea arifa za dharura kwa sasa. Ungependa kuendelea kupokea arifa hizi?"</string>
     <string name="emergency_alert_settings_title_watches" msgid="5299419351642118203">"Arifa za dharura"</string>
     <string name="notification_cb_settings_changed_text" msgid="6861845802821634203">"Gusa ili uone mipangilio ya arifa za dharura"</string>
diff --git a/res/values-mcc234-ta/strings.xml b/res/values-mcc234-ta/strings.xml
index 123bd1f..778f972 100644
--- a/res/values-mcc234-ta/strings.xml
+++ b/res/values-mcc234-ta/strings.xml
@@ -33,6 +33,7 @@
     <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">"அவசரகால எச்சரிக்கை மெசேஜ்களைச் சொல்வதற்கு \'உரையிலிருந்து பேச்சு\' அம்சத்தைப் பயன்படுத்துங்கள்"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="2931455154355509465">"அவசரகால எச்சரிக்கை சிஸ்டத்திலிருந்து சோதனைகளைப் பெறலாம்"</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>
diff --git a/res/values-mcc234-te/strings.xml b/res/values-mcc234-te/strings.xml
index 47a09b2..b2fed71 100644
--- a/res/values-mcc234-te/strings.xml
+++ b/res/values-mcc234-te/strings.xml
@@ -33,6 +33,7 @@
     <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">"ఎమర్జెన్సీ అలర్ట్ మెసేజ్‌లను చదివి వినిపించడానికి \'టెక్స్ట్-టు-స్పీచ్\'ను ఉపయోగించండి"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="2931455154355509465">"ఎమర్జెన్సీ అలర్ట్ సిస్టమ్ నుండి టెస్ట్‌లను స్వీకరించండి"</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>
diff --git a/res/values-mcc234-th/strings.xml b/res/values-mcc234-th/strings.xml
index 4ea3fed..9f65b18 100644
--- a/res/values-mcc234-th/strings.xml
+++ b/res/values-mcc234-th/strings.xml
@@ -33,6 +33,7 @@
     <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">"ใช้การอ่านออกเสียงข้อความเพื่ออ่านข้อความแจ้งเตือนเหตุฉุกเฉิน"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="2931455154355509465">"รับการทดสอบจากระบบการแจ้งเตือนเหตุฉุกเฉิน"</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>
diff --git a/res/values-mcc234-tl/strings.xml b/res/values-mcc234-tl/strings.xml
index 369f1e8..790079b 100644
--- a/res/values-mcc234-tl/strings.xml
+++ b/res/values-mcc234-tl/strings.xml
@@ -33,6 +33,7 @@
     <string name="sms_cb_settings" msgid="4187131985831792308">"Mga alerto sa emergency"</string>
     <string name="enable_alerts_master_toggle_summary" msgid="805446672915814777">"Makatanggap ng mga notification sa alerto sa emergency"</string>
     <string name="enable_alert_speech_summary" msgid="5021926525240750702">"Gamitin ang text-to-speech para basahin nang malakas ang mga mensahe ng alerto sa emergency"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="2931455154355509465">"Tumanggap ng mga pagsubok mula sa system ng Alertong pang-emergency"</string>
     <string name="cmas_opt_out_dialog_text" msgid="1972978578760513449">"Kasalukuyan kang tumatanggap ng mga alerto sa emergency. Gusto mo bang patuloy na makatanggap ng mga alerto sa emergency?"</string>
     <string name="emergency_alert_settings_title_watches" msgid="5299419351642118203">"Mga alerto sa emergency"</string>
     <string name="notification_cb_settings_changed_text" msgid="6861845802821634203">"I-tap para makita ang mga setting ng alerto sa emergency"</string>
diff --git a/res/values-mcc234-tr/strings.xml b/res/values-mcc234-tr/strings.xml
index e8239bc..9ed96aa 100644
--- a/res/values-mcc234-tr/strings.xml
+++ b/res/values-mcc234-tr/strings.xml
@@ -33,6 +33,7 @@
     <string name="sms_cb_settings" msgid="4187131985831792308">"Acil durum uyarıları"</string>
     <string name="enable_alerts_master_toggle_summary" msgid="805446672915814777">"Acil durum uyarısı bildirimlerini al"</string>
     <string name="enable_alert_speech_summary" msgid="5021926525240750702">"Acil durum uyarı mesajları için metin-konuşma özelliğini kullan"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="2931455154355509465">"Acil durum uyarısı sisteminden test al"</string>
     <string name="cmas_opt_out_dialog_text" msgid="1972978578760513449">"Şu anda acil durum uyarılarını alabiliyorsunuz. Acil durum uyarılarını almaya devam etmek istiyor musunuz?"</string>
     <string name="emergency_alert_settings_title_watches" msgid="5299419351642118203">"Acil durum uyarıları"</string>
     <string name="notification_cb_settings_changed_text" msgid="6861845802821634203">"Acil durum uyarısı ayarlarını görmek için dokunun"</string>
diff --git a/res/values-mcc234-uk/strings.xml b/res/values-mcc234-uk/strings.xml
index 38420a6..d7c34c4 100644
--- a/res/values-mcc234-uk/strings.xml
+++ b/res/values-mcc234-uk/strings.xml
@@ -33,6 +33,7 @@
     <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">"Використовувати синтез мовлення, щоб озвучувати екстрені сповіщення"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="2931455154355509465">"Отримувати тестові повідомлення від системи екстрених сповіщень"</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>
diff --git a/res/values-mcc234-ur/strings.xml b/res/values-mcc234-ur/strings.xml
index 97c51a1..20ce2f5 100644
--- a/res/values-mcc234-ur/strings.xml
+++ b/res/values-mcc234-ur/strings.xml
@@ -31,9 +31,10 @@
     <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">"ہنگامی الرٹ کے پیغامات بولنے کے لیے ٹیکسٹ ٹو اسپیچ کا استعمال کریں"</string>
-    <string name="cmas_opt_out_dialog_text" msgid="1972978578760513449">"آپ کو فی الحال ہنگامی الرٹس موصول ہو رہے ہیں۔ کیا آپ ہنگامی الرٹس حاصل کرتے رہنا چاہتے ہیں؟"</string>
+    <string name="enable_alerts_master_toggle_summary" msgid="805446672915814777">"ایمرجنسی الرٹ کی اطلاعات موصول کریں"</string>
+    <string name="enable_alert_speech_summary" msgid="5021926525240750702">"ایمرجنسی الرٹ کے پیغامات بولنے کے لیے ٹیکسٹ ٹو اسپیچ کا استعمال کریں"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="2931455154355509465">"ایمرجنسی الرٹ سسٹم سے ٹیسٹ موصول کریں"</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="notification_cb_settings_changed_text" msgid="6861845802821634203">"ایمرجنسی الرٹ کی ترتیبات کو دیکھنے کے لیے تھپتھپائیں"</string>
 </resources>
diff --git a/res/values-mcc234-uz/strings.xml b/res/values-mcc234-uz/strings.xml
index 4f61629..7f5c6ce 100644
--- a/res/values-mcc234-uz/strings.xml
+++ b/res/values-mcc234-uz/strings.xml
@@ -33,6 +33,7 @@
     <string name="sms_cb_settings" msgid="4187131985831792308">"Favqulodda ogohlantirishlar"</string>
     <string name="enable_alerts_master_toggle_summary" msgid="805446672915814777">"Favqulodda ogohlantirish bildirishnomalarini olish"</string>
     <string name="enable_alert_speech_summary" msgid="5021926525240750702">"Favqulodda ogohlantirish xabarlarini eshitish uchun matndan-nutqqa vositasidan foydalanish"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="2931455154355509465">"Favqulodda ogohlantirish tizimidan sinovlar olish"</string>
     <string name="cmas_opt_out_dialog_text" msgid="1972978578760513449">"Sizda aholini ogohlantirish funksiyasi yoqilgan. Favqulodda ogohlantirishlarni qabul qilishni davom ettirmoqchimisiz?"</string>
     <string name="emergency_alert_settings_title_watches" msgid="5299419351642118203">"Favqulodda ogohlantirishlar"</string>
     <string name="notification_cb_settings_changed_text" msgid="6861845802821634203">"Favqulodda ogohlantiruv sozlamalarini ochish uchun bosing"</string>
diff --git a/res/values-mcc234-vi/strings.xml b/res/values-mcc234-vi/strings.xml
index 735a717..a8f4f3d 100644
--- a/res/values-mcc234-vi/strings.xml
+++ b/res/values-mcc234-vi/strings.xml
@@ -33,6 +33,7 @@
     <string name="sms_cb_settings" msgid="4187131985831792308">"Cảnh báo khẩn cấp"</string>
     <string name="enable_alerts_master_toggle_summary" msgid="805446672915814777">"Nhận thông báo về cảnh báo khẩn cấp"</string>
     <string name="enable_alert_speech_summary" msgid="5021926525240750702">"Sử dụng tính năng chuyển văn bản sang lời nói để đọc to nội dung các cảnh báo khẩn cấp"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="2931455154355509465">"Nhận kết quả kiểm tra từ Hệ thống cảnh báo khẩn cấp"</string>
     <string name="cmas_opt_out_dialog_text" msgid="1972978578760513449">"Bạn hiện đang nhận cảnh báo khẩn cấp. Bạn có muốn tiếp tục nhận cảnh báo khẩn cấp không?"</string>
     <string name="emergency_alert_settings_title_watches" msgid="5299419351642118203">"Cảnh báo khẩn cấp"</string>
     <string name="notification_cb_settings_changed_text" msgid="6861845802821634203">"Nhấn để xem chế độ cài đặt cảnh báo khẩn cấp"</string>
diff --git a/res/values-mcc234-zh-rCN/strings.xml b/res/values-mcc234-zh-rCN/strings.xml
index 4297a54..256ed88 100644
--- a/res/values-mcc234-zh-rCN/strings.xml
+++ b/res/values-mcc234-zh-rCN/strings.xml
@@ -33,6 +33,7 @@
     <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">"使用文字转语音功能读出紧急警报消息"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="2931455154355509465">"接收紧急警报系统的测试警报"</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>
diff --git a/res/values-mcc234-zh-rHK/strings.xml b/res/values-mcc234-zh-rHK/strings.xml
index 6299997..8328d2c 100644
--- a/res/values-mcc234-zh-rHK/strings.xml
+++ b/res/values-mcc234-zh-rHK/strings.xml
@@ -33,7 +33,8 @@
     <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">"使用文字轉語音功能說出緊急警示訊息"</string>
-    <string name="cmas_opt_out_dialog_text" msgid="1972978578760513449">"您目前有接收緊急警示,要繼續接收嗎?"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="2931455154355509465">"接收緊急警示系統的測試"</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-mcc234-zh-rTW/strings.xml b/res/values-mcc234-zh-rTW/strings.xml
index 8b410a7..8e45a3c 100644
--- a/res/values-mcc234-zh-rTW/strings.xml
+++ b/res/values-mcc234-zh-rTW/strings.xml
@@ -33,6 +33,7 @@
     <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">"使用文字轉語音功能說出緊急警報訊息"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="2931455154355509465">"接收緊急警報系統的測試警報"</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>
diff --git a/res/values-mcc234-zu/strings.xml b/res/values-mcc234-zu/strings.xml
index a52735b..86b2b02 100644
--- a/res/values-mcc234-zu/strings.xml
+++ b/res/values-mcc234-zu/strings.xml
@@ -33,6 +33,7 @@
     <string name="sms_cb_settings" msgid="4187131985831792308">"Izaziso ezisheshayo"</string>
     <string name="enable_alerts_master_toggle_summary" msgid="805446672915814777">"Thola izaziso zesixwayiso esiphuthumayo"</string>
     <string name="enable_alert_speech_summary" msgid="5021926525240750702">"Sebenzisa ukuguqula-umbhalo-ube-inkulumo ukuze ukhulume imilayezo yesaziso"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="2931455154355509465">"Thola ukuhlolwa ukusuka kusistimu yezaziso eziphuthumayo"</string>
     <string name="cmas_opt_out_dialog_text" msgid="1972978578760513449">"Okwamanje uthola izaziso zesimo esiphuthumayo. Ungathanda ukuqhubeka ukuthola izaziso zesimo esiphuthumayo?"</string>
     <string name="emergency_alert_settings_title_watches" msgid="5299419351642118203">"Izaziso ezisheshayo"</string>
     <string name="notification_cb_settings_changed_text" msgid="6861845802821634203">"Thepha ukuze ubone amasethingi esixwayiso sokuphuthuma"</string>
diff --git a/res/values-mcc234/config.xml b/res/values-mcc234/config.xml
index 87ea37b..44297e2 100644
--- a/res/values-mcc234/config.xml
+++ b/res/values-mcc234/config.xml
@@ -50,7 +50,7 @@
   </string-array>
   <!-- 4382 -->
   <string-array name="operator_defined_alert_range_strings" translatable="false">
-    <item>0x111E:rat=gsm, emergency=true</item>
+    <item>0x111E:rat=gsm, emergency=true, debug_build=true</item>
   </string-array>
   <string-array name="cmas_amber_alerts_channels_range_strings" translatable="false">
   </string-array>
diff --git a/res/values-mcc234/strings.xml b/res/values-mcc234/strings.xml
index b9fa464..1bf5077 100644
--- a/res/values-mcc234/strings.xml
+++ b/res/values-mcc234/strings.xml
@@ -46,6 +46,8 @@
   <string name="enable_alerts_master_toggle_summary">Receive emergency alert notifications</string>
   <!-- Preference summary for enable text-to-speech checkbox. [CHAR LIMIT=101] -->
   <string name="enable_alert_speech_summary">Use text-to-speech to speak emergency alert messages</string>
+  <!-- Preference summary for other test alerts checkbox. [CHAR LIMIT=125] -->
+  <string name="enable_cmas_test_alerts_summary">Receive tests from the Emergency alert system</string>
   <!-- CMAS opt-out dialog message. [CHAR LIMIT=160] -->
   <string name="cmas_opt_out_dialog_text">You are currently receiving emergency alerts. Would you like to continue receiving emergency alerts?</string>
   <!-- Label to open emergencyNotifications dialog [CHAR LIMIT=40] -->
diff --git a/res/values-mcc238-af/strings.xml b/res/values-mcc238-af/strings.xml
new file mode 100644
index 0000000..d528c5f
--- /dev/null
+++ b/res/values-mcc238-af/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="sms_cb_settings" msgid="2385801397334582049">"Noodwaarskuwings"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="7171885969406895532">"Ekstreem"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="289758466218591800">"Ekstreme voorval"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2574445861711004849">"Ernstig"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="7614150249934894203">"Ernstige voorval"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="2201656327607526283">"Toets"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="9167491531803427454">"Toetswaarskuwings"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1899116047320259060">"Oefening"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="8874462134900526256">"Oefenwaarskuwings"</string>
+    <string name="cmas_presidential_level_alert" msgid="1021328259636041398">"Openbare waarskuwing"</string>
+    <string name="cmas_extreme_alert" msgid="8549790257394972582">"Ekstreem"</string>
+    <string name="cmas_severe_alert" msgid="9168154995381314879">"Ernstig"</string>
+    <string name="cmas_required_monthly_test" msgid="3066529282314710473">"Toets"</string>
+    <string name="cmas_exercise_alert" msgid="4686404814038501898">"Oefening"</string>
+</resources>
diff --git a/res/values-mcc238-am/strings.xml b/res/values-mcc238-am/strings.xml
new file mode 100644
index 0000000..1f16581
--- /dev/null
+++ b/res/values-mcc238-am/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="sms_cb_settings" msgid="2385801397334582049">"የአደጋ ጊዜ ማንቂያ"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="7171885969406895532">"እጅግ ከፍተኛ"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="289758466218591800">"እግጅ ከባድ ክስተት"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2574445861711004849">"አስከፊ"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="7614150249934894203">"አስከፊ ክስተት"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="2201656327607526283">"ሙከራ"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="9167491531803427454">"የሙከራ ማስጠንቀቂያዎች"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1899116047320259060">"ልምምድ"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="8874462134900526256">"የልምምድ ማስጠንቀቂያዎች"</string>
+    <string name="cmas_presidential_level_alert" msgid="1021328259636041398">"ይፋዊ ማስጠንቀቂያ"</string>
+    <string name="cmas_extreme_alert" msgid="8549790257394972582">"እጅግ ከፍተኛ"</string>
+    <string name="cmas_severe_alert" msgid="9168154995381314879">"አስከፊ"</string>
+    <string name="cmas_required_monthly_test" msgid="3066529282314710473">"ሙከራ"</string>
+    <string name="cmas_exercise_alert" msgid="4686404814038501898">"ልምምድ"</string>
+</resources>
diff --git a/res/values-mcc238-ar/strings.xml b/res/values-mcc238-ar/strings.xml
new file mode 100644
index 0000000..1e695f9
--- /dev/null
+++ b/res/values-mcc238-ar/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="sms_cb_settings" msgid="2385801397334582049">"تنبيهات الطوارئ"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="7171885969406895532">"تنبيه حالة تأهُّب قصوى"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="289758466218591800">"حادثة تهديد بالغة الخطورة"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2574445861711004849">"تنبيه حالة طوارئ خطيرة"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="7614150249934894203">"حادثة تهديد خطيرة"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="2201656327607526283">"تنبيهات تجريبية"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="9167491531803427454">"تحذيرات تجريبية"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1899116047320259060">"التدريب على التنبيهات التجريبية"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="8874462134900526256">"التدريب على إرسال تحذيرات"</string>
+    <string name="cmas_presidential_level_alert" msgid="1021328259636041398">"تحذير عام"</string>
+    <string name="cmas_extreme_alert" msgid="8549790257394972582">"تنبيه حالة تأهُّب قصوى"</string>
+    <string name="cmas_severe_alert" msgid="9168154995381314879">"تنبيه حالة طوارئ خطيرة"</string>
+    <string name="cmas_required_monthly_test" msgid="3066529282314710473">"الاختبار"</string>
+    <string name="cmas_exercise_alert" msgid="4686404814038501898">"‏التدريب على رسائل تنبيه CMAS"</string>
+</resources>
diff --git a/res/values-mcc238-as/strings.xml b/res/values-mcc238-as/strings.xml
new file mode 100644
index 0000000..51b46b4
--- /dev/null
+++ b/res/values-mcc238-as/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="sms_cb_settings" msgid="2385801397334582049">"জৰুৰীকালীন সতৰ্কবাৰ্তা"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="7171885969406895532">"চৰম"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="289758466218591800">"চৰম ঘটনা"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2574445861711004849">"গুৰুতৰ"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="7614150249934894203">"গুৰুতৰ ঘটনা"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="2201656327607526283">"পৰীক্ষা"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="9167491531803427454">"পৰীক্ষাৰ সকীয়নি"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1899116047320259060">"অনুশীলন"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="8874462134900526256">"অনুশীলনৰ সকীয়নি"</string>
+    <string name="cmas_presidential_level_alert" msgid="1021328259636041398">"ৰাজহুৱা সকীয়নি"</string>
+    <string name="cmas_extreme_alert" msgid="8549790257394972582">"চৰম"</string>
+    <string name="cmas_severe_alert" msgid="9168154995381314879">"গুৰুতৰ"</string>
+    <string name="cmas_required_monthly_test" msgid="3066529282314710473">"পৰীক্ষা"</string>
+    <string name="cmas_exercise_alert" msgid="4686404814038501898">"অনুশীলন"</string>
+</resources>
diff --git a/res/values-mcc238-az/strings.xml b/res/values-mcc238-az/strings.xml
new file mode 100644
index 0000000..7f95564
--- /dev/null
+++ b/res/values-mcc238-az/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="sms_cb_settings" msgid="2385801397334582049">"Fövqəladə hal siqnalları"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="7171885969406895532">"Ekstremal"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="289758466218591800">"Ekstremal insident"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2574445861711004849">"Ciddi"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="7614150249934894203">"Ciddi insident"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="2201656327607526283">"Test"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="9167491531803427454">"Test xəbərdarlıqları"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1899116047320259060">"Məşq"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="8874462134900526256">"Məşq xəbərdarlıqları"</string>
+    <string name="cmas_presidential_level_alert" msgid="1021328259636041398">"İctimai xəbərdarlıq"</string>
+    <string name="cmas_extreme_alert" msgid="8549790257394972582">"Ekstremal"</string>
+    <string name="cmas_severe_alert" msgid="9168154995381314879">"Ciddi"</string>
+    <string name="cmas_required_monthly_test" msgid="3066529282314710473">"Test"</string>
+    <string name="cmas_exercise_alert" msgid="4686404814038501898">"Məşq"</string>
+</resources>
diff --git a/res/values-mcc238-b+sr+Latn/strings.xml b/res/values-mcc238-b+sr+Latn/strings.xml
new file mode 100644
index 0000000..5d2ed8d
--- /dev/null
+++ b/res/values-mcc238-b+sr+Latn/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="sms_cb_settings" msgid="2385801397334582049">"Upozorenja o hitnim slučajevima"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="7171885969406895532">"Ekstremno"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="289758466218591800">"Ekstremni incident"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2574445861711004849">"Ozbiljno"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="7614150249934894203">"Ozbiljan incident"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="2201656327607526283">"Test"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="9167491531803427454">"Probna upozorenja"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1899116047320259060">"Vežbanje"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="8874462134900526256">"Upozorenja za vežbanje"</string>
+    <string name="cmas_presidential_level_alert" msgid="1021328259636041398">"Javno upozorenje"</string>
+    <string name="cmas_extreme_alert" msgid="8549790257394972582">"Ekstremno"</string>
+    <string name="cmas_severe_alert" msgid="9168154995381314879">"Ozbiljno"</string>
+    <string name="cmas_required_monthly_test" msgid="3066529282314710473">"Test"</string>
+    <string name="cmas_exercise_alert" msgid="4686404814038501898">"Vežbanje"</string>
+</resources>
diff --git a/res/values-mcc238-be/strings.xml b/res/values-mcc238-be/strings.xml
new file mode 100644
index 0000000..41a3881
--- /dev/null
+++ b/res/values-mcc238-be/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="sms_cb_settings" msgid="2385801397334582049">"Экстранныя абвесткі"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="7171885969406895532">"Экстрэмальная пагроза"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="289758466218591800">"Экстрэмальнае здарэнне"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2574445861711004849">"Сур\'ёзная пагроза"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="7614150249934894203">"Сур\'ёзнае здарэнне"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="2201656327607526283">"Тэсціраванне"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="9167491531803427454">"Тэставыя папярэджанні"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1899116047320259060">"Трэніроўка"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="8874462134900526256">"Трэніровачныя папярэджанні"</string>
+    <string name="cmas_presidential_level_alert" msgid="1021328259636041398">"Папярэджанне насельніцтва"</string>
+    <string name="cmas_extreme_alert" msgid="8549790257394972582">"Экстрэмальная пагроза"</string>
+    <string name="cmas_severe_alert" msgid="9168154995381314879">"Сур\'ёзная пагроза"</string>
+    <string name="cmas_required_monthly_test" msgid="3066529282314710473">"Тэсціраванне"</string>
+    <string name="cmas_exercise_alert" msgid="4686404814038501898">"Трэніроўка"</string>
+</resources>
diff --git a/res/values-mcc238-bg/strings.xml b/res/values-mcc238-bg/strings.xml
new file mode 100644
index 0000000..a84ae71
--- /dev/null
+++ b/res/values-mcc238-bg/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="sms_cb_settings" msgid="2385801397334582049">"Сигнали при спешни случаи"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="7171885969406895532">"Извънредна заплаха"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="289758466218591800">"Извънреден инцидент"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2574445861711004849">"Сериозна заплаха"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="7614150249934894203">"Сериозен инцидент"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="2201656327607526283">"Тестване"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="9167491531803427454">"Тестови предупреждения"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1899116047320259060">"Обучение"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="8874462134900526256">"Предупреждения за обучение"</string>
+    <string name="cmas_presidential_level_alert" msgid="1021328259636041398">"Обществено предупреждение"</string>
+    <string name="cmas_extreme_alert" msgid="8549790257394972582">"Извънредна заплаха"</string>
+    <string name="cmas_severe_alert" msgid="9168154995381314879">"Сериозна заплаха"</string>
+    <string name="cmas_required_monthly_test" msgid="3066529282314710473">"Тестване"</string>
+    <string name="cmas_exercise_alert" msgid="4686404814038501898">"Обучение"</string>
+</resources>
diff --git a/res/values-mcc238-bn/strings.xml b/res/values-mcc238-bn/strings.xml
new file mode 100644
index 0000000..7ba599c
--- /dev/null
+++ b/res/values-mcc238-bn/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="sms_cb_settings" msgid="2385801397334582049">"জরুরি সতর্কতা"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="7171885969406895532">"খুবই গুরুতর"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="289758466218591800">"খুবই গুরুতর ঘটনা"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2574445861711004849">"গুরুতর সতর্কতা"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="7614150249934894203">"গুরুতর ঘটনা"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="2201656327607526283">"পরীক্ষা"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="9167491531803427454">"পরীক্ষা সংক্রান্ত সতর্কতা"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1899116047320259060">"ব্যায়াম"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="8874462134900526256">"ব্যায়াম সংক্রান্ত সতর্কতা"</string>
+    <string name="cmas_presidential_level_alert" msgid="1021328259636041398">"সর্বজনীন সতর্কতা"</string>
+    <string name="cmas_extreme_alert" msgid="8549790257394972582">"খুবই গুরুতর"</string>
+    <string name="cmas_severe_alert" msgid="9168154995381314879">"গুরুতর সতর্কতা"</string>
+    <string name="cmas_required_monthly_test" msgid="3066529282314710473">"পরীক্ষা"</string>
+    <string name="cmas_exercise_alert" msgid="4686404814038501898">"ব্যায়াম"</string>
+</resources>
diff --git a/res/values-mcc238-bs/strings.xml b/res/values-mcc238-bs/strings.xml
new file mode 100644
index 0000000..dc23e01
--- /dev/null
+++ b/res/values-mcc238-bs/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="sms_cb_settings" msgid="2385801397334582049">"Upozorenja na hitan slučaj"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="7171885969406895532">"Ekstremno"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="289758466218591800">"Ekstreman incident"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2574445861711004849">"Ozbiljno"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="7614150249934894203">"Ozbiljan incident"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="2201656327607526283">"Test"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="9167491531803427454">"Upozorenja testa"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1899116047320259060">"Vježbanje"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="8874462134900526256">"Upozorenja vježbanja"</string>
+    <string name="cmas_presidential_level_alert" msgid="1021328259636041398">"Javno upozorenje"</string>
+    <string name="cmas_extreme_alert" msgid="8549790257394972582">"Ekstremno"</string>
+    <string name="cmas_severe_alert" msgid="9168154995381314879">"Ozbiljno"</string>
+    <string name="cmas_required_monthly_test" msgid="3066529282314710473">"Test"</string>
+    <string name="cmas_exercise_alert" msgid="4686404814038501898">"Vježbanje"</string>
+</resources>
diff --git a/res/values-mcc238-ca/strings.xml b/res/values-mcc238-ca/strings.xml
new file mode 100644
index 0000000..6a33251
--- /dev/null
+++ b/res/values-mcc238-ca/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="sms_cb_settings" msgid="2385801397334582049">"Alertes d\'emergència"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="7171885969406895532">"Extrem"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="289758466218591800">"Incident extrem"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2574445861711004849">"Greu"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="7614150249934894203">"Incident greu"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="2201656327607526283">"Prova"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="9167491531803427454">"Advertiments de prova"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1899116047320259060">"Simulacre"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="8874462134900526256">"Advertiments de simulacre"</string>
+    <string name="cmas_presidential_level_alert" msgid="1021328259636041398">"Advertiment públic"</string>
+    <string name="cmas_extreme_alert" msgid="8549790257394972582">"Extrem"</string>
+    <string name="cmas_severe_alert" msgid="9168154995381314879">"Greu"</string>
+    <string name="cmas_required_monthly_test" msgid="3066529282314710473">"Prova"</string>
+    <string name="cmas_exercise_alert" msgid="4686404814038501898">"Simulacre"</string>
+</resources>
diff --git a/res/values-mcc238-cs/strings.xml b/res/values-mcc238-cs/strings.xml
new file mode 100644
index 0000000..0e9d82c
--- /dev/null
+++ b/res/values-mcc238-cs/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="sms_cb_settings" msgid="2385801397334582049">"Výstražné zprávy"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="7171885969406895532">"Extrémní"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="289758466218591800">"Extrémní incident"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2574445861711004849">"Závažný"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="7614150249934894203">"Zavážný incident"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="2201656327607526283">"Test"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="9167491531803427454">"Testovací varování"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1899116047320259060">"Cvičení"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="8874462134900526256">"Upozornění na cvičení"</string>
+    <string name="cmas_presidential_level_alert" msgid="1021328259636041398">"Veřejné upozornění"</string>
+    <string name="cmas_extreme_alert" msgid="8549790257394972582">"Extrémní"</string>
+    <string name="cmas_severe_alert" msgid="9168154995381314879">"Závažný"</string>
+    <string name="cmas_required_monthly_test" msgid="3066529282314710473">"Test"</string>
+    <string name="cmas_exercise_alert" msgid="4686404814038501898">"Cvičení"</string>
+</resources>
diff --git a/res/values-mcc238-da/strings.xml b/res/values-mcc238-da/strings.xml
new file mode 100644
index 0000000..02994a4
--- /dev/null
+++ b/res/values-mcc238-da/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="sms_cb_settings" msgid="2385801397334582049">"Offentlige advarsler"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="7171885969406895532">"Farlig"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="289758466218591800">"Farlig hændelse for mennesker, miljø eller ejendom"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2574445861711004849">"Alvorlig"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="7614150249934894203">"Alvorlig hændelse for mennesker, miljø eller ejendom"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="2201656327607526283">"Test"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="9167491531803427454">"Beskeder i forbindelse mest test"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1899116047320259060">"Øvelse"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="8874462134900526256">"Beskeder i forbindelse med øvelse"</string>
+    <string name="cmas_presidential_level_alert" msgid="1021328259636041398">"Beredskabsmeddelelse"</string>
+    <string name="cmas_extreme_alert" msgid="8549790257394972582">"Farlig hændelse"</string>
+    <string name="cmas_severe_alert" msgid="9168154995381314879">"Alvorlig hændelse"</string>
+    <string name="cmas_required_monthly_test" msgid="3066529282314710473">"Test"</string>
+    <string name="cmas_exercise_alert" msgid="4686404814038501898">"Øvelse"</string>
+</resources>
diff --git a/res/values-mcc238-de/strings.xml b/res/values-mcc238-de/strings.xml
new file mode 100644
index 0000000..d116063
--- /dev/null
+++ b/res/values-mcc238-de/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="sms_cb_settings" msgid="2385801397334582049">"Notfallbenachrichtigungen"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="7171885969406895532">"Extrem"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="289758466218591800">"Warnung der Kategorie „Extrem“"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2574445861711004849">"Schwerwiegend"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="7614150249934894203">"Warnung der Kategorie „Schwerwiegend“"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="2201656327607526283">"Test"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="9167491531803427454">"Testwarnungen"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1899116047320259060">"Probe"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="8874462134900526256">"Probewarnung"</string>
+    <string name="cmas_presidential_level_alert" msgid="1021328259636041398">"Öffentliche Warnung"</string>
+    <string name="cmas_extreme_alert" msgid="8549790257394972582">"Extrem"</string>
+    <string name="cmas_severe_alert" msgid="9168154995381314879">"Schwerwiegend"</string>
+    <string name="cmas_required_monthly_test" msgid="3066529282314710473">"Test"</string>
+    <string name="cmas_exercise_alert" msgid="4686404814038501898">"Probe"</string>
+</resources>
diff --git a/res/values-mcc238-el/strings.xml b/res/values-mcc238-el/strings.xml
new file mode 100644
index 0000000..dfffa79
--- /dev/null
+++ b/res/values-mcc238-el/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="sms_cb_settings" msgid="2385801397334582049">"Ειδοποιήσεις έκτακτης ανάγκης"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="7171885969406895532">"Ακραίο"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="289758466218591800">"Ακραίο περιστατικό"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2574445861711004849">"Σοβαρό"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="7614150249934894203">"Σοβαρό περιστατικό"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="2201656327607526283">"Δοκιμή"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="9167491531803427454">"Δοκιμαστικές ειδοποιήσεις"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1899116047320259060">"Άσκηση"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="8874462134900526256">"Ειδοποιήσεις άσκησης"</string>
+    <string name="cmas_presidential_level_alert" msgid="1021328259636041398">"Δημόσια ειδοποίηση"</string>
+    <string name="cmas_extreme_alert" msgid="8549790257394972582">"Ακραίο"</string>
+    <string name="cmas_severe_alert" msgid="9168154995381314879">"Σοβαρό"</string>
+    <string name="cmas_required_monthly_test" msgid="3066529282314710473">"Δοκιμή"</string>
+    <string name="cmas_exercise_alert" msgid="4686404814038501898">"Άσκηση"</string>
+</resources>
diff --git a/res/values-mcc238-en-rAU/strings.xml b/res/values-mcc238-en-rAU/strings.xml
new file mode 100644
index 0000000..87dffae
--- /dev/null
+++ b/res/values-mcc238-en-rAU/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="sms_cb_settings" msgid="2385801397334582049">"Emergency alerts"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="7171885969406895532">"Extreme"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="289758466218591800">"Extreme incident"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2574445861711004849">"Severe"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="7614150249934894203">"Severe incident"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="2201656327607526283">"Test"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="9167491531803427454">"Test warnings"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1899116047320259060">"Exercise"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="8874462134900526256">"Exercise warnings"</string>
+    <string name="cmas_presidential_level_alert" msgid="1021328259636041398">"Public warning"</string>
+    <string name="cmas_extreme_alert" msgid="8549790257394972582">"Extreme"</string>
+    <string name="cmas_severe_alert" msgid="9168154995381314879">"Severe"</string>
+    <string name="cmas_required_monthly_test" msgid="3066529282314710473">"Test"</string>
+    <string name="cmas_exercise_alert" msgid="4686404814038501898">"Exercise"</string>
+</resources>
diff --git a/res/values-mcc238-en-rCA/strings.xml b/res/values-mcc238-en-rCA/strings.xml
new file mode 100644
index 0000000..87dffae
--- /dev/null
+++ b/res/values-mcc238-en-rCA/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="sms_cb_settings" msgid="2385801397334582049">"Emergency alerts"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="7171885969406895532">"Extreme"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="289758466218591800">"Extreme incident"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2574445861711004849">"Severe"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="7614150249934894203">"Severe incident"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="2201656327607526283">"Test"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="9167491531803427454">"Test warnings"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1899116047320259060">"Exercise"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="8874462134900526256">"Exercise warnings"</string>
+    <string name="cmas_presidential_level_alert" msgid="1021328259636041398">"Public warning"</string>
+    <string name="cmas_extreme_alert" msgid="8549790257394972582">"Extreme"</string>
+    <string name="cmas_severe_alert" msgid="9168154995381314879">"Severe"</string>
+    <string name="cmas_required_monthly_test" msgid="3066529282314710473">"Test"</string>
+    <string name="cmas_exercise_alert" msgid="4686404814038501898">"Exercise"</string>
+</resources>
diff --git a/res/values-mcc238-en-rGB/strings.xml b/res/values-mcc238-en-rGB/strings.xml
new file mode 100644
index 0000000..87dffae
--- /dev/null
+++ b/res/values-mcc238-en-rGB/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="sms_cb_settings" msgid="2385801397334582049">"Emergency alerts"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="7171885969406895532">"Extreme"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="289758466218591800">"Extreme incident"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2574445861711004849">"Severe"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="7614150249934894203">"Severe incident"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="2201656327607526283">"Test"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="9167491531803427454">"Test warnings"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1899116047320259060">"Exercise"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="8874462134900526256">"Exercise warnings"</string>
+    <string name="cmas_presidential_level_alert" msgid="1021328259636041398">"Public warning"</string>
+    <string name="cmas_extreme_alert" msgid="8549790257394972582">"Extreme"</string>
+    <string name="cmas_severe_alert" msgid="9168154995381314879">"Severe"</string>
+    <string name="cmas_required_monthly_test" msgid="3066529282314710473">"Test"</string>
+    <string name="cmas_exercise_alert" msgid="4686404814038501898">"Exercise"</string>
+</resources>
diff --git a/res/values-mcc238-en-rIN/strings.xml b/res/values-mcc238-en-rIN/strings.xml
new file mode 100644
index 0000000..87dffae
--- /dev/null
+++ b/res/values-mcc238-en-rIN/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="sms_cb_settings" msgid="2385801397334582049">"Emergency alerts"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="7171885969406895532">"Extreme"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="289758466218591800">"Extreme incident"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2574445861711004849">"Severe"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="7614150249934894203">"Severe incident"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="2201656327607526283">"Test"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="9167491531803427454">"Test warnings"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1899116047320259060">"Exercise"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="8874462134900526256">"Exercise warnings"</string>
+    <string name="cmas_presidential_level_alert" msgid="1021328259636041398">"Public warning"</string>
+    <string name="cmas_extreme_alert" msgid="8549790257394972582">"Extreme"</string>
+    <string name="cmas_severe_alert" msgid="9168154995381314879">"Severe"</string>
+    <string name="cmas_required_monthly_test" msgid="3066529282314710473">"Test"</string>
+    <string name="cmas_exercise_alert" msgid="4686404814038501898">"Exercise"</string>
+</resources>
diff --git a/res/values-mcc238-en-rXC/strings.xml b/res/values-mcc238-en-rXC/strings.xml
new file mode 100644
index 0000000..af19e29
--- /dev/null
+++ b/res/values-mcc238-en-rXC/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="sms_cb_settings" msgid="2385801397334582049">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‏‎‏‎‎‎‎‏‎‎‎‏‏‏‎‎‎‎‎‏‎‎‎‏‏‎‏‏‏‎‏‎‏‏‏‏‏‎‎‎‏‏‎‎‎‎‏‎‎‎‏‎‎‎‏‏‎‎‏‎‎‎‎‏‎Emergency alerts‎‏‎‎‏‎"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="7171885969406895532">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‏‏‏‏‎‎‎‏‏‏‎‎‎‎‏‏‏‏‎‏‎‏‎‎‎‎‏‎‎‏‎‏‎‎‏‏‏‏‎‎‎‎‎‎‏‏‎‏‏‎‎‏‎‎‏‎‏‏‎‏‎‏‏‎‎‎Extreme‎‏‎‎‏‎"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="289758466218591800">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‎‏‏‏‎‎‎‎‎‎‎‏‎‏‎‏‏‎‏‏‎‏‏‏‎‎‏‎‏‎‎‎‏‏‎‎‎‏‏‎‎‏‏‏‏‏‎‎‎‎‎‏‏‎‎‎‏‏‏‎‎‎‎Extreme incident‎‏‎‎‏‎"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2574445861711004849">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‏‎‏‎‎‎‏‏‏‎‏‏‏‎‏‎‎‏‎‎‎‏‎‎‏‏‎‏‏‏‏‏‎‎‎‎‏‎‎‎‏‏‎‎‎‎‏‎‎‏‎‎‎‏‎‎‏‎‏‏‎‎‎‏‎Severe‎‏‎‎‏‎"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="7614150249934894203">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‏‏‏‏‎‏‎‎‏‏‎‏‎‏‎‏‎‏‏‏‎‎‏‎‏‎‏‎‎‏‏‏‏‏‎‎‏‎‎‎‏‏‏‎‏‎‎‏‎‎‎‏‏‎‏‎‎‎‏‏‏‏‎‏‏‎Severe incident‎‏‎‎‏‎"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="2201656327607526283">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‎‏‏‏‏‏‎‏‎‎‎‏‏‎‏‏‏‎‏‏‎‏‎‏‏‎‎‎‎‏‏‏‏‎‏‏‏‎‎‏‎‎‎‏‎‎‏‏‎‏‎‎‎‏‏‏‎‎‎‏‎‏‏‎Test‎‏‎‎‏‎"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="9167491531803427454">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‏‏‏‏‏‏‏‏‏‎‎‏‏‏‎‎‏‎‏‏‏‏‎‎‎‏‏‏‏‏‎‏‎‎‎‎‎‏‎‏‎‏‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‎‏‏‏‏‏‏‎‎Test warnings‎‏‎‎‏‎"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1899116047320259060">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‎‏‏‏‎‏‎‎‏‎‏‏‎‏‏‎‎‎‎‎‎‏‏‏‏‏‏‏‎‏‏‏‎‏‎‏‎‏‏‏‏‎‎‎‏‎‎‏‎‎‏‏‎‎‏‏‏‏‏‎‏‎‎‎Exercise‎‏‎‎‏‎"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="8874462134900526256">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‏‏‏‏‏‏‎‏‏‎‎‏‎‏‎‎‎‎‏‏‎‏‏‎‎‎‏‎‎‏‎‏‎‏‏‏‏‎‎‏‏‎‏‏‎‎‏‏‎‏‎‎‎‏‏‎‎‏‎‏‏‎‎‎‎‎Exercise warnings‎‏‎‎‏‎"</string>
+    <string name="cmas_presidential_level_alert" msgid="1021328259636041398">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‎‎‏‏‏‎‎‎‏‎‏‏‎‎‎‏‏‏‏‏‎‎‏‎‏‎‎‏‎‎‎‎‎‏‎‎‏‎‏‎‏‎‏‏‎‎‏‎‎‏‎‏‏‎‏‎‏‏‎‏‏‎‎Public warning‎‏‎‎‏‎"</string>
+    <string name="cmas_extreme_alert" msgid="8549790257394972582">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‏‏‏‏‏‎‏‏‎‏‎‏‎‎‏‏‎‏‏‏‏‎‏‎‎‏‏‏‏‎‎‎‎‏‎‏‏‏‏‎‎‎‎‎‏‏‏‏‏‎‏‏‏‎‏‏‏‏‎‏‎‎‏‏‎‎Extreme‎‏‎‎‏‎"</string>
+    <string name="cmas_severe_alert" msgid="9168154995381314879">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‏‏‏‏‏‏‏‏‏‎‎‏‏‏‎‏‏‏‏‎‏‎‏‎‎‎‏‏‎‎‏‎‎‏‎‏‏‎‎‎‏‎‏‏‎‏‏‎‏‎‎‏‎‎‏‎‏‎‎‏‏‏‏‏‏‎Severe‎‏‎‎‏‎"</string>
+    <string name="cmas_required_monthly_test" msgid="3066529282314710473">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‏‎‏‎‏‎‏‎‏‎‎‎‏‏‏‎‏‎‎‎‎‎‎‎‎‎‏‎‎‎‏‎‏‎‎‏‎‏‎‏‏‎‏‏‎‎‏‏‏‎‏‎‏‏‎‏‏‏‎‎‏‎‎‏‎Test‎‏‎‎‏‎"</string>
+    <string name="cmas_exercise_alert" msgid="4686404814038501898">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‏‏‏‎‎‎‎‎‏‎‎‎‎‏‎‎‏‎‏‏‏‎‏‎‎‎‏‎‏‏‎‎‏‎‏‎‎‎‏‏‎‎‏‏‏‎‎‏‎‎‎‎‎‏‎‏‎‎‎‎‎‏‎‏‎‎Exercise‎‏‎‎‏‎"</string>
+</resources>
diff --git a/res/values-mcc238-es-rUS/strings.xml b/res/values-mcc238-es-rUS/strings.xml
new file mode 100644
index 0000000..fc2f238
--- /dev/null
+++ b/res/values-mcc238-es-rUS/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="sms_cb_settings" msgid="2385801397334582049">"Alertas de emergencia"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="7171885969406895532">"Extremo"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="289758466218591800">"Incidente extremo"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2574445861711004849">"Peligroso"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="7614150249934894203">"Incidente peligroso"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="2201656327607526283">"Prueba"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="9167491531803427454">"Advertencias de prueba"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1899116047320259060">"Prueba"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="8874462134900526256">"Advertencias de prueba"</string>
+    <string name="cmas_presidential_level_alert" msgid="1021328259636041398">"Advertencia pública"</string>
+    <string name="cmas_extreme_alert" msgid="8549790257394972582">"Extremo"</string>
+    <string name="cmas_severe_alert" msgid="9168154995381314879">"Peligroso"</string>
+    <string name="cmas_required_monthly_test" msgid="3066529282314710473">"Prueba"</string>
+    <string name="cmas_exercise_alert" msgid="4686404814038501898">"Prueba"</string>
+</resources>
diff --git a/res/values-mcc238-es/strings.xml b/res/values-mcc238-es/strings.xml
new file mode 100644
index 0000000..02b41a6
--- /dev/null
+++ b/res/values-mcc238-es/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="sms_cb_settings" msgid="2385801397334582049">"Alertas de emergencia"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="7171885969406895532">"Extrema"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="289758466218591800">"Incidente extremo"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2574445861711004849">"Grave"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="7614150249934894203">"Indicente grave"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="2201656327607526283">"Prueba"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="9167491531803427454">"Advertencias de prueba"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1899116047320259060">"Simulacro"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="8874462134900526256">"Advertencias de simulacro"</string>
+    <string name="cmas_presidential_level_alert" msgid="1021328259636041398">"Advertencia pública"</string>
+    <string name="cmas_extreme_alert" msgid="8549790257394972582">"Extrema"</string>
+    <string name="cmas_severe_alert" msgid="9168154995381314879">"Grave"</string>
+    <string name="cmas_required_monthly_test" msgid="3066529282314710473">"Prueba"</string>
+    <string name="cmas_exercise_alert" msgid="4686404814038501898">"Simulacro"</string>
+</resources>
diff --git a/res/values-mcc238-et/strings.xml b/res/values-mcc238-et/strings.xml
new file mode 100644
index 0000000..7b6d820
--- /dev/null
+++ b/res/values-mcc238-et/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="sms_cb_settings" msgid="2385801397334582049">"Hädaolukorra hoiatused"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="7171885969406895532">"Äärmusliku olukorra hoiatus"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="289758466218591800">"Äärmuslik juhtum"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2574445861711004849">"Tõsise ohu hoiatus"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="7614150249934894203">"Tõsine juhtum"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="2201656327607526283">"Test"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="9167491531803427454">"Testi hoiatused"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1899116047320259060">"Treening"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="8874462134900526256">"Treeningu hoiatused"</string>
+    <string name="cmas_presidential_level_alert" msgid="1021328259636041398">"Avalik hoiatus"</string>
+    <string name="cmas_extreme_alert" msgid="8549790257394972582">"Äärmusliku olukorra hoiatus"</string>
+    <string name="cmas_severe_alert" msgid="9168154995381314879">"Tõsise ohu hoiatus"</string>
+    <string name="cmas_required_monthly_test" msgid="3066529282314710473">"Test"</string>
+    <string name="cmas_exercise_alert" msgid="4686404814038501898">"Treening"</string>
+</resources>
diff --git a/res/values-mcc238-eu/strings.xml b/res/values-mcc238-eu/strings.xml
new file mode 100644
index 0000000..059cc8f
--- /dev/null
+++ b/res/values-mcc238-eu/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="sms_cb_settings" msgid="2385801397334582049">"Larrialdi-alertak"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="7171885969406895532">"Muturrekoa"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="289758466218591800">"Muturreko gertakaria"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2574445861711004849">"Larria"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="7614150249934894203">"Gertakari larria"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="2201656327607526283">"Proba"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="9167491531803427454">"Probako abisuak"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1899116047320259060">"Simulakroa"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="8874462134900526256">"Simulakro gisako abisuak"</string>
+    <string name="cmas_presidential_level_alert" msgid="1021328259636041398">"Abisu publikoa"</string>
+    <string name="cmas_extreme_alert" msgid="8549790257394972582">"Muturrekoa"</string>
+    <string name="cmas_severe_alert" msgid="9168154995381314879">"Larria"</string>
+    <string name="cmas_required_monthly_test" msgid="3066529282314710473">"Proba"</string>
+    <string name="cmas_exercise_alert" msgid="4686404814038501898">"Simulakroa"</string>
+</resources>
diff --git a/res/values-mcc238-fa/strings.xml b/res/values-mcc238-fa/strings.xml
new file mode 100644
index 0000000..9f5f84c
--- /dev/null
+++ b/res/values-mcc238-fa/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="sms_cb_settings" msgid="2385801397334582049">"هشدارهای اضطراری"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="7171885969406895532">"بسیار شدید"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="289758466218591800">"حادثه بسیار شدید"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2574445861711004849">"شدید"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="7614150249934894203">"حادثه شدید"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="2201656327607526283">"آزمایش"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="9167491531803427454">"هشدارهای آزمایشی"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1899116047320259060">"ورزش"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="8874462134900526256">"هشدارهای ورزش"</string>
+    <string name="cmas_presidential_level_alert" msgid="1021328259636041398">"هشدار عمومی"</string>
+    <string name="cmas_extreme_alert" msgid="8549790257394972582">"بسیار شدید"</string>
+    <string name="cmas_severe_alert" msgid="9168154995381314879">"شدید"</string>
+    <string name="cmas_required_monthly_test" msgid="3066529282314710473">"آزمایش"</string>
+    <string name="cmas_exercise_alert" msgid="4686404814038501898">"ورزش"</string>
+</resources>
diff --git a/res/values-mcc238-fi/strings.xml b/res/values-mcc238-fi/strings.xml
new file mode 100644
index 0000000..14ab298
--- /dev/null
+++ b/res/values-mcc238-fi/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="sms_cb_settings" msgid="2385801397334582049">"Hätävaroitukset"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="7171885969406895532">"Äärimmäinen"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="289758466218591800">"Äärimmäinen tapahtuma"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2574445861711004849">"Vakava"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="7614150249934894203">"Vakava tapahtuma"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="2201656327607526283">"Testi"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="9167491531803427454">"Testivaroitukset"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1899116047320259060">"Harjoitus"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="8874462134900526256">"Harjoitusvaroitus"</string>
+    <string name="cmas_presidential_level_alert" msgid="1021328259636041398">"Julkinen varoitus"</string>
+    <string name="cmas_extreme_alert" msgid="8549790257394972582">"Äärimmäinen"</string>
+    <string name="cmas_severe_alert" msgid="9168154995381314879">"Vakava"</string>
+    <string name="cmas_required_monthly_test" msgid="3066529282314710473">"Testi"</string>
+    <string name="cmas_exercise_alert" msgid="4686404814038501898">"Harjoitus"</string>
+</resources>
diff --git a/res/values-mcc238-fr-rCA/strings.xml b/res/values-mcc238-fr-rCA/strings.xml
new file mode 100644
index 0000000..f86b190
--- /dev/null
+++ b/res/values-mcc238-fr-rCA/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="sms_cb_settings" msgid="2385801397334582049">"Alertes d\'urgence"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="7171885969406895532">"Extrême"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="289758466218591800">"Incident extrême"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2574445861711004849">"Grave"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="7614150249934894203">"Incident grave"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="2201656327607526283">"Test"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="9167491531803427454">"Avertissements de test"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1899116047320259060">"Exercice"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="8874462134900526256">"Avertissements d\'exercice"</string>
+    <string name="cmas_presidential_level_alert" msgid="1021328259636041398">"Avertissement pour le public"</string>
+    <string name="cmas_extreme_alert" msgid="8549790257394972582">"Extrême"</string>
+    <string name="cmas_severe_alert" msgid="9168154995381314879">"Grave"</string>
+    <string name="cmas_required_monthly_test" msgid="3066529282314710473">"Test"</string>
+    <string name="cmas_exercise_alert" msgid="4686404814038501898">"Exercice"</string>
+</resources>
diff --git a/res/values-mcc238-fr/strings.xml b/res/values-mcc238-fr/strings.xml
new file mode 100644
index 0000000..ea4d6b0
--- /dev/null
+++ b/res/values-mcc238-fr/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="sms_cb_settings" msgid="2385801397334582049">"Alertes d\'urgence"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="7171885969406895532">"Critique"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="289758466218591800">"Incident critique"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2574445861711004849">"Grave"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="7614150249934894203">"Incident grave"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="2201656327607526283">"Test"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="9167491531803427454">"Avertissements de test"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1899116047320259060">"Exercice"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="8874462134900526256">"Avertissements d\'exercice"</string>
+    <string name="cmas_presidential_level_alert" msgid="1021328259636041398">"Avertissement public"</string>
+    <string name="cmas_extreme_alert" msgid="8549790257394972582">"Critique"</string>
+    <string name="cmas_severe_alert" msgid="9168154995381314879">"Grave"</string>
+    <string name="cmas_required_monthly_test" msgid="3066529282314710473">"Test"</string>
+    <string name="cmas_exercise_alert" msgid="4686404814038501898">"Exercice"</string>
+</resources>
diff --git a/res/values-mcc238-gl/strings.xml b/res/values-mcc238-gl/strings.xml
new file mode 100644
index 0000000..6712368
--- /dev/null
+++ b/res/values-mcc238-gl/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="sms_cb_settings" msgid="2385801397334582049">"Alertas de emerxencia"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="7171885969406895532">"Extremo"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="289758466218591800">"Incidente extremo"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2574445861711004849">"Grave"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="7614150249934894203">"Incidente grave"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="2201656327607526283">"Proba"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="9167491531803427454">"Advertencias de proba"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1899116047320259060">"Simulacro"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="8874462134900526256">"Advertencias de simulacro"</string>
+    <string name="cmas_presidential_level_alert" msgid="1021328259636041398">"Advertencia pública"</string>
+    <string name="cmas_extreme_alert" msgid="8549790257394972582">"Extremo"</string>
+    <string name="cmas_severe_alert" msgid="9168154995381314879">"Grave"</string>
+    <string name="cmas_required_monthly_test" msgid="3066529282314710473">"Proba"</string>
+    <string name="cmas_exercise_alert" msgid="4686404814038501898">"Simulacro"</string>
+</resources>
diff --git a/res/values-mcc238-gu/strings.xml b/res/values-mcc238-gu/strings.xml
new file mode 100644
index 0000000..843aa14
--- /dev/null
+++ b/res/values-mcc238-gu/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="sms_cb_settings" msgid="2385801397334582049">"ઇમર્જન્સી અલર્ટ"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="7171885969406895532">"આત્યંતિક"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="289758466218591800">"આત્યંતિક ઘટના"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2574445861711004849">"ગંભીર"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="7614150249934894203">"ગંભીર ઘટના"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="2201656327607526283">"પરીક્ષણ કરો"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="9167491531803427454">"પરીક્ષણ સંબંધી ચેતવણીઓ"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1899116047320259060">"વ્યાયામ"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="8874462134900526256">"વ્યાયામ સંબંધી ચેતવણીઓ"</string>
+    <string name="cmas_presidential_level_alert" msgid="1021328259636041398">"સાર્વજનિક ચેતવણી"</string>
+    <string name="cmas_extreme_alert" msgid="8549790257394972582">"આત્યંતિક"</string>
+    <string name="cmas_severe_alert" msgid="9168154995381314879">"ગંભીર"</string>
+    <string name="cmas_required_monthly_test" msgid="3066529282314710473">"પરીક્ષણ કરો"</string>
+    <string name="cmas_exercise_alert" msgid="4686404814038501898">"વ્યાયામ"</string>
+</resources>
diff --git a/res/values-mcc238-hi/strings.xml b/res/values-mcc238-hi/strings.xml
new file mode 100644
index 0000000..ff08686
--- /dev/null
+++ b/res/values-mcc238-hi/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="sms_cb_settings" msgid="2385801397334582049">"खतरे की चेतावनियां"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="7171885969406895532">"बेहद गंभीर"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="289758466218591800">"बेहद गंभीर घटना"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2574445861711004849">"गंभीर"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="7614150249934894203">"गंभीर घटना"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="2201656327607526283">"टेस्ट"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="9167491531803427454">"टेस्ट की चेतावनियां"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1899116047320259060">"कसरत"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="8874462134900526256">"कसरत की चेतावनियां"</string>
+    <string name="cmas_presidential_level_alert" msgid="1021328259636041398">"सार्वजनिक चेतावनी"</string>
+    <string name="cmas_extreme_alert" msgid="8549790257394972582">"बेहद गंभीर"</string>
+    <string name="cmas_severe_alert" msgid="9168154995381314879">"गंभीर"</string>
+    <string name="cmas_required_monthly_test" msgid="3066529282314710473">"टेस्ट"</string>
+    <string name="cmas_exercise_alert" msgid="4686404814038501898">"कसरत"</string>
+</resources>
diff --git a/res/values-mcc238-hr/strings.xml b/res/values-mcc238-hr/strings.xml
new file mode 100644
index 0000000..98b8261
--- /dev/null
+++ b/res/values-mcc238-hr/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="sms_cb_settings" msgid="2385801397334582049">"Hitna upozorenja"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="7171885969406895532">"Ekstremno"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="289758466218591800">"Ekstreman incident"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2574445861711004849">"Ozbiljno"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="7614150249934894203">"Ozbiljan incident"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="2201656327607526283">"Test"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="9167491531803427454">"Testna upozorenja"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1899116047320259060">"Vježba"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="8874462134900526256">"Probna upozorenja"</string>
+    <string name="cmas_presidential_level_alert" msgid="1021328259636041398">"Javno upozorenje"</string>
+    <string name="cmas_extreme_alert" msgid="8549790257394972582">"Ekstremno"</string>
+    <string name="cmas_severe_alert" msgid="9168154995381314879">"Ozbiljno"</string>
+    <string name="cmas_required_monthly_test" msgid="3066529282314710473">"Test"</string>
+    <string name="cmas_exercise_alert" msgid="4686404814038501898">"Vježba"</string>
+</resources>
diff --git a/res/values-mcc238-hu/strings.xml b/res/values-mcc238-hu/strings.xml
new file mode 100644
index 0000000..8d50cd5
--- /dev/null
+++ b/res/values-mcc238-hu/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="sms_cb_settings" msgid="2385801397334582049">"Vészriasztások"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="7171885969406895532">"Extrém"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="289758466218591800">"Extrém esemény"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2574445861711004849">"Súlyos"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="7614150249934894203">"Súlyos esemény"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="2201656327607526283">"Teszt"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="9167491531803427454">"Próbafigyelmeztetések"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1899116047320259060">"Gyakorlat"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="8874462134900526256">"Gyakorlatra figyelmeztető üzenetek"</string>
+    <string name="cmas_presidential_level_alert" msgid="1021328259636041398">"Vészhelyzeti értesítés"</string>
+    <string name="cmas_extreme_alert" msgid="8549790257394972582">"Extrém"</string>
+    <string name="cmas_severe_alert" msgid="9168154995381314879">"Súlyos"</string>
+    <string name="cmas_required_monthly_test" msgid="3066529282314710473">"Teszt"</string>
+    <string name="cmas_exercise_alert" msgid="4686404814038501898">"Gyakorlat"</string>
+</resources>
diff --git a/res/values-mcc238-hy/strings.xml b/res/values-mcc238-hy/strings.xml
new file mode 100644
index 0000000..e2af55c
--- /dev/null
+++ b/res/values-mcc238-hy/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="sms_cb_settings" msgid="2385801397334582049">"Ծանուցումներ արտակարգ իրավիճակների մասին"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="7171885969406895532">"Ծայրահեղ"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="289758466218591800">"Ծայրահեղ միջադեպ"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2574445861711004849">"Լուրջ"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="7614150249934894203">"Լուրջ միջադեպ"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="2201656327607526283">"Փորձնական"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="9167491531803427454">"Փորձնական նախազգուշացումներ"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1899116047320259060">"Վարժանք"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="8874462134900526256">"Վարժանքի մասին նախազգուշացումներ"</string>
+    <string name="cmas_presidential_level_alert" msgid="1021328259636041398">"Հրապարակային նախազգուշացում"</string>
+    <string name="cmas_extreme_alert" msgid="8549790257394972582">"Ծայրահեղ"</string>
+    <string name="cmas_severe_alert" msgid="9168154995381314879">"Լուրջ"</string>
+    <string name="cmas_required_monthly_test" msgid="3066529282314710473">"Փորձնական"</string>
+    <string name="cmas_exercise_alert" msgid="4686404814038501898">"Վարժանք"</string>
+</resources>
diff --git a/res/values-mcc238-in/strings.xml b/res/values-mcc238-in/strings.xml
new file mode 100644
index 0000000..ac0a66f
--- /dev/null
+++ b/res/values-mcc238-in/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="sms_cb_settings" msgid="2385801397334582049">"Peringatan darurat"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="7171885969406895532">"Ekstrem"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="289758466218591800">"Insiden ekstrem"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2574445861711004849">"Serius"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="7614150249934894203">"Insiden serius"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="2201656327607526283">"Pengujian"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="9167491531803427454">"Peringatan pengujian"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1899116047320259060">"Latihan"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="8874462134900526256">"Peringatan latihan"</string>
+    <string name="cmas_presidential_level_alert" msgid="1021328259636041398">"Peringatan publik"</string>
+    <string name="cmas_extreme_alert" msgid="8549790257394972582">"Ekstrem"</string>
+    <string name="cmas_severe_alert" msgid="9168154995381314879">"Serius"</string>
+    <string name="cmas_required_monthly_test" msgid="3066529282314710473">"Pengujian"</string>
+    <string name="cmas_exercise_alert" msgid="4686404814038501898">"Latihan"</string>
+</resources>
diff --git a/res/values-mcc238-is/strings.xml b/res/values-mcc238-is/strings.xml
new file mode 100644
index 0000000..a723e4f
--- /dev/null
+++ b/res/values-mcc238-is/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="sms_cb_settings" msgid="2385801397334582049">"Neyðartilkynningar"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="7171885969406895532">"Mjög alvarleg"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="289758466218591800">"Mjög alvarlegt atvik"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2574445861711004849">"Alvarleg"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="7614150249934894203">"Alvarlegt atvik"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="2201656327607526283">"Prófun"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="9167491531803427454">"Prufuviðvaranir"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1899116047320259060">"Æfing"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="8874462134900526256">"Æfingaviðvaranir"</string>
+    <string name="cmas_presidential_level_alert" msgid="1021328259636041398">"Opinber viðvörun"</string>
+    <string name="cmas_extreme_alert" msgid="8549790257394972582">"Mjög alvarleg"</string>
+    <string name="cmas_severe_alert" msgid="9168154995381314879">"Alvarleg"</string>
+    <string name="cmas_required_monthly_test" msgid="3066529282314710473">"Prófun"</string>
+    <string name="cmas_exercise_alert" msgid="4686404814038501898">"Æfing"</string>
+</resources>
diff --git a/res/values-mcc238-it/strings.xml b/res/values-mcc238-it/strings.xml
new file mode 100644
index 0000000..e7b0197
--- /dev/null
+++ b/res/values-mcc238-it/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="sms_cb_settings" msgid="2385801397334582049">"Avvisi di emergenza"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="7171885969406895532">"Estremo"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="289758466218591800">"Incidente estremo"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2574445861711004849">"Grave"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="7614150249934894203">"Incidente grave"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="2201656327607526283">"Prova"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="9167491531803427454">"Allerte di prova"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1899116047320259060">"Esercitazione"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="8874462134900526256">"Allerte di esercitazione"</string>
+    <string name="cmas_presidential_level_alert" msgid="1021328259636041398">"Allerta pubblica"</string>
+    <string name="cmas_extreme_alert" msgid="8549790257394972582">"Estremo"</string>
+    <string name="cmas_severe_alert" msgid="9168154995381314879">"Grave"</string>
+    <string name="cmas_required_monthly_test" msgid="3066529282314710473">"Prova"</string>
+    <string name="cmas_exercise_alert" msgid="4686404814038501898">"Esercitazione"</string>
+</resources>
diff --git a/res/values-mcc238-iw/strings.xml b/res/values-mcc238-iw/strings.xml
new file mode 100644
index 0000000..7b3767d
--- /dev/null
+++ b/res/values-mcc238-iw/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="sms_cb_settings" msgid="2385801397334582049">"התראות על מקרה חירום"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="7171885969406895532">"קיצונית"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="289758466218591800">"תקרית קיצונית"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2574445861711004849">"חמורה"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="7614150249934894203">"תקרית חמורה"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="2201656327607526283">"בדיקה"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="9167491531803427454">"אזהרות בדיקה"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1899116047320259060">"תרגיל"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="8874462134900526256">"אזהרות תרגיל"</string>
+    <string name="cmas_presidential_level_alert" msgid="1021328259636041398">"אזהרה לציבור"</string>
+    <string name="cmas_extreme_alert" msgid="8549790257394972582">"קיצונית"</string>
+    <string name="cmas_severe_alert" msgid="9168154995381314879">"חמורה"</string>
+    <string name="cmas_required_monthly_test" msgid="3066529282314710473">"בדיקה"</string>
+    <string name="cmas_exercise_alert" msgid="4686404814038501898">"תרגיל"</string>
+</resources>
diff --git a/res/values-mcc238-ja/strings.xml b/res/values-mcc238-ja/strings.xml
new file mode 100644
index 0000000..88456e1
--- /dev/null
+++ b/res/values-mcc238-ja/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="sms_cb_settings" msgid="2385801397334582049">"緊急速報メール"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="7171885969406895532">"最重要"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="289758466218591800">"差し迫った事態"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2574445861711004849">"重要"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="7614150249934894203">"深刻な事態"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="2201656327607526283">"テスト"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="9167491531803427454">"テストの警告"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1899116047320259060">"訓練"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="8874462134900526256">"訓練用の警告"</string>
+    <string name="cmas_presidential_level_alert" msgid="1021328259636041398">"公的な警告"</string>
+    <string name="cmas_extreme_alert" msgid="8549790257394972582">"最重要"</string>
+    <string name="cmas_severe_alert" msgid="9168154995381314879">"重要"</string>
+    <string name="cmas_required_monthly_test" msgid="3066529282314710473">"テスト"</string>
+    <string name="cmas_exercise_alert" msgid="4686404814038501898">"訓練"</string>
+</resources>
diff --git a/res/values-mcc238-ka/strings.xml b/res/values-mcc238-ka/strings.xml
new file mode 100644
index 0000000..b975887
--- /dev/null
+++ b/res/values-mcc238-ka/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="sms_cb_settings" msgid="2385801397334582049">"საგანგებო ვითარებების გაფრთხილებები"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="7171885969406895532">"ექსტრემალური"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="289758466218591800">"ექსტრემალური ინციდენტი"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2574445861711004849">"სერიოზული"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="7614150249934894203">"სერიოზული ინციდენტი"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="2201656327607526283">"ტესტი"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="9167491531803427454">"სატესტო შენიშვნები"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1899116047320259060">"ვარჯიში"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="8874462134900526256">"სავარჯიშო შენიშვნები"</string>
+    <string name="cmas_presidential_level_alert" msgid="1021328259636041398">"საჯარო შენიშვნა"</string>
+    <string name="cmas_extreme_alert" msgid="8549790257394972582">"ექსტრემალური"</string>
+    <string name="cmas_severe_alert" msgid="9168154995381314879">"სერიოზული"</string>
+    <string name="cmas_required_monthly_test" msgid="3066529282314710473">"ტესტი"</string>
+    <string name="cmas_exercise_alert" msgid="4686404814038501898">"ვარჯიში"</string>
+</resources>
diff --git a/res/values-mcc238-kk/strings.xml b/res/values-mcc238-kk/strings.xml
new file mode 100644
index 0000000..163f6f4
--- /dev/null
+++ b/res/values-mcc238-kk/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="sms_cb_settings" msgid="2385801397334582049">"Шұғыл хабарландырулар"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="7171885969406895532">"Төтенше"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="289758466218591800">"Төтенше оқиға"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2574445861711004849">"Ауыр"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="7614150249934894203">"Ауыр оқиға"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="2201656327607526283">"Сынақ"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="9167491531803427454">"Сынаққа арналған ескертулер"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1899116047320259060">"Жаттығу"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="8874462134900526256">"Жаттығу ретіндегі ескертулер"</string>
+    <string name="cmas_presidential_level_alert" msgid="1021328259636041398">"Ресми ескерту"</string>
+    <string name="cmas_extreme_alert" msgid="8549790257394972582">"Төтенше"</string>
+    <string name="cmas_severe_alert" msgid="9168154995381314879">"Ауыр"</string>
+    <string name="cmas_required_monthly_test" msgid="3066529282314710473">"Сынақ"</string>
+    <string name="cmas_exercise_alert" msgid="4686404814038501898">"Жаттығу"</string>
+</resources>
diff --git a/res/values-mcc238-km/strings.xml b/res/values-mcc238-km/strings.xml
new file mode 100644
index 0000000..a1a9e2c
--- /dev/null
+++ b/res/values-mcc238-km/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="sms_cb_settings" msgid="2385801397334582049">"ការប្រកាសអាសន្ន"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="7171885969406895532">"ធ្ងន់ធ្ងរខ្លាំង"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="289758466218591800">"ឧប្បត្តិហេតុធ្ងន់ធ្ងរខ្លាំង"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2574445861711004849">"ធ្ងន់ធ្ងរ"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="7614150249934894203">"ឧប្បត្តិហេតុធ្ងន់ធ្ងរ"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="2201656327607526283">"សាកល្បង"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="9167491531803427454">"ការប្រកាសប្រាប់ឱ្យប្រុងប្រយ័ត្នសាកល្បង"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1899116047320259060">"ហាត់សម"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="8874462134900526256">"ការប្រកាសឱ្យប្រុងប្រយ័ត្នបែបហាត់សម"</string>
+    <string name="cmas_presidential_level_alert" msgid="1021328259636041398">"ការប្រកាសប្រាប់សាធារណជនឱ្យប្រុងប្រយ័ត្ន"</string>
+    <string name="cmas_extreme_alert" msgid="8549790257394972582">"ធ្ងន់ធ្ងរខ្លាំង"</string>
+    <string name="cmas_severe_alert" msgid="9168154995381314879">"ធ្ងន់ធ្ងរ"</string>
+    <string name="cmas_required_monthly_test" msgid="3066529282314710473">"សាកល្បង"</string>
+    <string name="cmas_exercise_alert" msgid="4686404814038501898">"ហាត់សម"</string>
+</resources>
diff --git a/res/values-mcc238-kn/strings.xml b/res/values-mcc238-kn/strings.xml
new file mode 100644
index 0000000..0ef437a
--- /dev/null
+++ b/res/values-mcc238-kn/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="sms_cb_settings" msgid="2385801397334582049">"ತುರ್ತು ಅಲರ್ಟ್‌ಗಳು"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="7171885969406895532">"ಬಹಳ ಗಂಭೀರವಾದ"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="289758466218591800">"ಬಹಳ ಗಂಭೀರವಾದ ಘಟನೆ"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2574445861711004849">"ಗಂಭೀರವಾದ"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="7614150249934894203">"ಗಂಭೀರವಾದ ಘಟನೆ"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="2201656327607526283">"ಪರೀಕ್ಷೆ"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="9167491531803427454">"ಪರೀಕ್ಷಾ ಎಚ್ಚರಿಕೆಗಳು"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1899116047320259060">"ವ್ಯಾಯಾಮ"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="8874462134900526256">"ವ್ಯಾಯಾಮದ ಎಚ್ಚರಿಕೆಗಳು"</string>
+    <string name="cmas_presidential_level_alert" msgid="1021328259636041398">"ಸಾರ್ವಜನಿಕ ಎಚ್ಚರಿಕೆ"</string>
+    <string name="cmas_extreme_alert" msgid="8549790257394972582">"ಬಹಳ ಗಂಭೀರವಾದ"</string>
+    <string name="cmas_severe_alert" msgid="9168154995381314879">"ಗಂಭೀರವಾದ"</string>
+    <string name="cmas_required_monthly_test" msgid="3066529282314710473">"ಪರೀಕ್ಷೆ"</string>
+    <string name="cmas_exercise_alert" msgid="4686404814038501898">"ವ್ಯಾಯಾಮ"</string>
+</resources>
diff --git a/res/values-mcc238-ko/strings.xml b/res/values-mcc238-ko/strings.xml
new file mode 100644
index 0000000..a9b9546
--- /dev/null
+++ b/res/values-mcc238-ko/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="sms_cb_settings" msgid="2385801397334582049">"긴급 재난 문자"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="7171885969406895532">"긴급"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="289758466218591800">"긴급 사고"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2574445861711004849">"심각"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="7614150249934894203">"심각한 사고"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="2201656327607526283">"테스트"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="9167491531803427454">"테스트 경보"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1899116047320259060">"시범"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="8874462134900526256">"시범 경보"</string>
+    <string name="cmas_presidential_level_alert" msgid="1021328259636041398">"공개 경보"</string>
+    <string name="cmas_extreme_alert" msgid="8549790257394972582">"긴급"</string>
+    <string name="cmas_severe_alert" msgid="9168154995381314879">"심각"</string>
+    <string name="cmas_required_monthly_test" msgid="3066529282314710473">"테스트"</string>
+    <string name="cmas_exercise_alert" msgid="4686404814038501898">"시범"</string>
+</resources>
diff --git a/res/values-mcc238-ky/strings.xml b/res/values-mcc238-ky/strings.xml
new file mode 100644
index 0000000..69bfc27
--- /dev/null
+++ b/res/values-mcc238-ky/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="sms_cb_settings" msgid="2385801397334582049">"Шашылыш билдирүүлөр"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="7171885969406895532">"Кескин"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="289758466218591800">"Өзгөчө коркунуч"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2574445861711004849">"Олуттуу"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="7614150249934894203">"Олуттуу коркунуч"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="2201656327607526283">"Сыноо"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="9167491531803427454">"Сынамык эскертүүлөр"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1899116047320259060">"Көнүгүү"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="8874462134900526256">"Көнүгүү эскертүүлөрү"</string>
+    <string name="cmas_presidential_level_alert" msgid="1021328259636041398">"Коомдук эскертүү"</string>
+    <string name="cmas_extreme_alert" msgid="8549790257394972582">"Кескин"</string>
+    <string name="cmas_severe_alert" msgid="9168154995381314879">"Олуттуу"</string>
+    <string name="cmas_required_monthly_test" msgid="3066529282314710473">"Сыноо"</string>
+    <string name="cmas_exercise_alert" msgid="4686404814038501898">"Көнүгүү"</string>
+</resources>
diff --git a/res/values-mcc238-lo/strings.xml b/res/values-mcc238-lo/strings.xml
new file mode 100644
index 0000000..b0e3e72
--- /dev/null
+++ b/res/values-mcc238-lo/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="sms_cb_settings" msgid="2385801397334582049">"ແຈ້ງເຕືອນເຫດສຸກເສີນ"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="7171885969406895532">"ລະດັບສູງສຸດ"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="289758466218591800">"ເຫດການຮຸນແຮງຫຼາຍ"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2574445861711004849">"ລະດັບຮຸນແຮງ"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="7614150249934894203">"ເຫດການຮຸນແຮງ"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="2201656327607526283">"ການທົດສອບ"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="9167491531803427454">"ຄຳເຕືອນການທົດສອບ"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1899116047320259060">"ການຝຶກຊ້ອມ"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="8874462134900526256">"ຄຳເຕືອນການຝຶກຊ້ອມ"</string>
+    <string name="cmas_presidential_level_alert" msgid="1021328259636041398">"ຄຳເຕືອນສາທາລະນະ"</string>
+    <string name="cmas_extreme_alert" msgid="8549790257394972582">"ລະດັບສູງສຸດ"</string>
+    <string name="cmas_severe_alert" msgid="9168154995381314879">"ລະດັບຮຸນແຮງ"</string>
+    <string name="cmas_required_monthly_test" msgid="3066529282314710473">"ການທົດສອບ"</string>
+    <string name="cmas_exercise_alert" msgid="4686404814038501898">"ການຝຶກຊ້ອມ"</string>
+</resources>
diff --git a/res/values-mcc238-lt/strings.xml b/res/values-mcc238-lt/strings.xml
new file mode 100644
index 0000000..fb66813
--- /dev/null
+++ b/res/values-mcc238-lt/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="sms_cb_settings" msgid="2385801397334582049">"Įspėjimai apie kritinę padėtį"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="7171885969406895532">"Įspėjimas apie kritinę padėtį"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="289758466218591800">"Kritinė padėtis"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2574445861711004849">"Įspėjimas apie rimtą grėsmę"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="7614150249934894203">"Rimta grėsmė"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="2201656327607526283">"Testavimas"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="9167491531803427454">"Įspėjimų testavimas"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1899116047320259060">"Mankšta"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="8874462134900526256">"Įspėjimai apie mankštą"</string>
+    <string name="cmas_presidential_level_alert" msgid="1021328259636041398">"Viešas įspėjimas"</string>
+    <string name="cmas_extreme_alert" msgid="8549790257394972582">"Įspėjimas apie kritinę padėtį"</string>
+    <string name="cmas_severe_alert" msgid="9168154995381314879">"Įspėjimas apie rimtą grėsmę"</string>
+    <string name="cmas_required_monthly_test" msgid="3066529282314710473">"Testavimas"</string>
+    <string name="cmas_exercise_alert" msgid="4686404814038501898">"Mankšta"</string>
+</resources>
diff --git a/res/values-mcc238-lv/strings.xml b/res/values-mcc238-lv/strings.xml
new file mode 100644
index 0000000..47a00d0
--- /dev/null
+++ b/res/values-mcc238-lv/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="sms_cb_settings" msgid="2385801397334582049">"Ārkārtas brīdinājumi"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="7171885969406895532">"Brīdinājums par ārkārtas situāciju"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="289758466218591800">"Ārkārtējs notikums"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2574445861711004849">"Brīdinājums par nopietnu situāciju"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="7614150249934894203">"Nopietns notikums"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="2201656327607526283">"Tests"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="9167491531803427454">"Testa brīdinājumi"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1899116047320259060">"Mācības"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="8874462134900526256">"Mācību brīdinājumi"</string>
+    <string name="cmas_presidential_level_alert" msgid="1021328259636041398">"Publisks brīdinājums"</string>
+    <string name="cmas_extreme_alert" msgid="8549790257394972582">"Brīdinājums par ārkārtas situāciju"</string>
+    <string name="cmas_severe_alert" msgid="9168154995381314879">"Brīdinājums par nopietnu situāciju"</string>
+    <string name="cmas_required_monthly_test" msgid="3066529282314710473">"Tests"</string>
+    <string name="cmas_exercise_alert" msgid="4686404814038501898">"Mācības"</string>
+</resources>
diff --git a/res/values-mcc238-mk/strings.xml b/res/values-mcc238-mk/strings.xml
new file mode 100644
index 0000000..7a7b45a
--- /dev/null
+++ b/res/values-mcc238-mk/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="sms_cb_settings" msgid="2385801397334582049">"Предупредувања за итни случаи"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="7171885969406895532">"Екстремно"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="289758466218591800">"Екстремен инцидент"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2574445861711004849">"Сериозно"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="7614150249934894203">"Сериозен инцидент"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="2201656327607526283">"Тестирање"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="9167491531803427454">"Предупредувања за тестирање"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1899116047320259060">"Вежбање"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="8874462134900526256">"Предупредувања за вежбање"</string>
+    <string name="cmas_presidential_level_alert" msgid="1021328259636041398">"Јавно предупредување"</string>
+    <string name="cmas_extreme_alert" msgid="8549790257394972582">"Екстремно"</string>
+    <string name="cmas_severe_alert" msgid="9168154995381314879">"Сериозно"</string>
+    <string name="cmas_required_monthly_test" msgid="3066529282314710473">"Тестирање"</string>
+    <string name="cmas_exercise_alert" msgid="4686404814038501898">"Вежбање"</string>
+</resources>
diff --git a/res/values-mcc238-ml/strings.xml b/res/values-mcc238-ml/strings.xml
new file mode 100644
index 0000000..e0fcf69
--- /dev/null
+++ b/res/values-mcc238-ml/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="sms_cb_settings" msgid="2385801397334582049">"അടിയന്തര മുന്നറിയിപ്പുകൾ"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="7171885969406895532">"എക്‌സ്‌ട്രീം"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="289758466218591800">"എക്സ്ട്രീം സംഭവം"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2574445861711004849">"ഗുരുതരം"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="7614150249934894203">"ഗുരുതരമായ സംഭവം"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="2201656327607526283">"പരീക്ഷണം"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="9167491531803427454">"പരീക്ഷണ മുന്നറിയിപ്പുകൾ"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1899116047320259060">"വ്യായാമം"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="8874462134900526256">"വ്യായാമ മുന്നറിയിപ്പുകൾ"</string>
+    <string name="cmas_presidential_level_alert" msgid="1021328259636041398">"പൊതു മുന്നറിയിപ്പ്"</string>
+    <string name="cmas_extreme_alert" msgid="8549790257394972582">"എക്‌സ്‌ട്രീം"</string>
+    <string name="cmas_severe_alert" msgid="9168154995381314879">"ഗുരുതരം"</string>
+    <string name="cmas_required_monthly_test" msgid="3066529282314710473">"പരീക്ഷണം"</string>
+    <string name="cmas_exercise_alert" msgid="4686404814038501898">"വ്യായാമം"</string>
+</resources>
diff --git a/res/values-mcc238-mn/strings.xml b/res/values-mcc238-mn/strings.xml
new file mode 100644
index 0000000..eefe9b9
--- /dev/null
+++ b/res/values-mcc238-mn/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="sms_cb_settings" msgid="2385801397334582049">"Утасгүй яаралтай тусламжийн сэрэмжлүүлгүүд"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="7171885969406895532">"Маш ноцтой"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="289758466218591800">"Маш ноцтой тохиолдол"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2574445861711004849">"Ноцтой"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="7614150249934894203">"Ноцтой тохиолдол"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="2201656327607526283">"Туршилт"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="9167491531803427454">"Туршилтын сануулгууд"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1899116047320259060">"Дасгал"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="8874462134900526256">"Дасгалын сануулгууд"</string>
+    <string name="cmas_presidential_level_alert" msgid="1021328259636041398">"Олон нийтийн сануулга"</string>
+    <string name="cmas_extreme_alert" msgid="8549790257394972582">"Маш ноцтой"</string>
+    <string name="cmas_severe_alert" msgid="9168154995381314879">"Ноцтой"</string>
+    <string name="cmas_required_monthly_test" msgid="3066529282314710473">"Туршилт"</string>
+    <string name="cmas_exercise_alert" msgid="4686404814038501898">"Дасгал"</string>
+</resources>
diff --git a/res/values-mcc238-mr/strings.xml b/res/values-mcc238-mr/strings.xml
new file mode 100644
index 0000000..515e9a2
--- /dev/null
+++ b/res/values-mcc238-mr/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="sms_cb_settings" msgid="2385801397334582049">"आणीबाणी सूचना"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="7171885969406895532">"धोकादायक"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="289758466218591800">"धोकादायक घटना"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2574445861711004849">"गंभीर"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="7614150249934894203">"गंभीर घटना"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="2201656327607526283">"चाचणी घ्या"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="9167491531803427454">"चाचणी चेतावण्या"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1899116047320259060">"व्यायाम"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="8874462134900526256">"व्यायाम चेतावण्या"</string>
+    <string name="cmas_presidential_level_alert" msgid="1021328259636041398">"सार्वजनिक चेतावणी"</string>
+    <string name="cmas_extreme_alert" msgid="8549790257394972582">"धोकादायक"</string>
+    <string name="cmas_severe_alert" msgid="9168154995381314879">"गंभीर"</string>
+    <string name="cmas_required_monthly_test" msgid="3066529282314710473">"चाचणी घ्या"</string>
+    <string name="cmas_exercise_alert" msgid="4686404814038501898">"व्यायाम"</string>
+</resources>
diff --git a/res/values-mcc238-ms/strings.xml b/res/values-mcc238-ms/strings.xml
new file mode 100644
index 0000000..d79587a
--- /dev/null
+++ b/res/values-mcc238-ms/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="sms_cb_settings" msgid="2385801397334582049">"Amaran kecemasan"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="7171885969406895532">"Ekstrem"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="289758466218591800">"Kejadian ekstrem"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2574445861711004849">"Teruk"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="7614150249934894203">"Kejadian teruk"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="2201656327607526283">"Ujian"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="9167491531803427454">"Amaran ujian"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1899116047320259060">"Latihan"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="8874462134900526256">"Amaran latihan"</string>
+    <string name="cmas_presidential_level_alert" msgid="1021328259636041398">"Amaran umum"</string>
+    <string name="cmas_extreme_alert" msgid="8549790257394972582">"Ekstrem"</string>
+    <string name="cmas_severe_alert" msgid="9168154995381314879">"Teruk"</string>
+    <string name="cmas_required_monthly_test" msgid="3066529282314710473">"Ujian"</string>
+    <string name="cmas_exercise_alert" msgid="4686404814038501898">"Latihan"</string>
+</resources>
diff --git a/res/values-mcc238-my/strings.xml b/res/values-mcc238-my/strings.xml
new file mode 100644
index 0000000..6a1779c
--- /dev/null
+++ b/res/values-mcc238-my/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="sms_cb_settings" msgid="2385801397334582049">"အရေးပေါ်သတိပေးချက်များ"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="7171885969406895532">"ထူးကဲ"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="289758466218591800">"ထူးကဲဖြစ်ရပ်"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2574445861711004849">"ပြင်းထန်"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="7614150249934894203">"ကြီးမားပြင်းထန်သော ဖြစ်ရပ်"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="2201656327607526283">"စမ်းသပ်မှု"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="9167491531803427454">"စမ်းသပ် သတိပေးချက်များ"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1899116047320259060">"လေ့ကျင့်ခြင်း"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="8874462134900526256">"လေ့ကျင့်ခြင်း သတိပေးချက်များ"</string>
+    <string name="cmas_presidential_level_alert" msgid="1021328259636041398">"အများပြည်သူ သတိပေးချက်"</string>
+    <string name="cmas_extreme_alert" msgid="8549790257394972582">"ထူးကဲ"</string>
+    <string name="cmas_severe_alert" msgid="9168154995381314879">"ပြင်းထန်"</string>
+    <string name="cmas_required_monthly_test" msgid="3066529282314710473">"စမ်းသပ်မှု"</string>
+    <string name="cmas_exercise_alert" msgid="4686404814038501898">"လေ့ကျင့်ခြင်း"</string>
+</resources>
diff --git a/res/values-mcc238-nb/strings.xml b/res/values-mcc238-nb/strings.xml
new file mode 100644
index 0000000..f16b298
--- /dev/null
+++ b/res/values-mcc238-nb/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="sms_cb_settings" msgid="2385801397334582049">"Nødvarsler"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="7171885969406895532">"Ekstrem"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="289758466218591800">"Ekstrem hendelse"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2574445861711004849">"Alvorlig"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="7614150249934894203">"Alvorlig hendelse"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="2201656327607526283">"Test"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="9167491531803427454">"Testadvarsler"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1899116047320259060">"Øvelse"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="8874462134900526256">"Øvelsesadvarsler"</string>
+    <string name="cmas_presidential_level_alert" msgid="1021328259636041398">"Offentlig advarsel"</string>
+    <string name="cmas_extreme_alert" msgid="8549790257394972582">"Ekstrem"</string>
+    <string name="cmas_severe_alert" msgid="9168154995381314879">"Alvorlig"</string>
+    <string name="cmas_required_monthly_test" msgid="3066529282314710473">"Test"</string>
+    <string name="cmas_exercise_alert" msgid="4686404814038501898">"Øvelse"</string>
+</resources>
diff --git a/res/values-mcc238-ne/strings.xml b/res/values-mcc238-ne/strings.xml
new file mode 100644
index 0000000..ac21bbd
--- /dev/null
+++ b/res/values-mcc238-ne/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="sms_cb_settings" msgid="2385801397334582049">"आपत्कालीन अलर्टहरू"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="7171885969406895532">"चरम"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="289758466218591800">"अत्यन्तै गम्भीर घटना"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2574445861711004849">"अत्यन्त खराब"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="7614150249934894203">"गम्भीर घटना"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="2201656327607526283">"परीक्षण"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="9167491531803427454">"परीक्षणसम्बन्धी चेतावनी"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1899116047320259060">"कसरत"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="8874462134900526256">"कसरतसम्बन्धी चेतावनी"</string>
+    <string name="cmas_presidential_level_alert" msgid="1021328259636041398">"सार्वजनिक चेतावनी"</string>
+    <string name="cmas_extreme_alert" msgid="8549790257394972582">"चरम"</string>
+    <string name="cmas_severe_alert" msgid="9168154995381314879">"अत्यन्त खराब"</string>
+    <string name="cmas_required_monthly_test" msgid="3066529282314710473">"परीक्षण"</string>
+    <string name="cmas_exercise_alert" msgid="4686404814038501898">"कसरत"</string>
+</resources>
diff --git a/res/values-mcc238-nl/strings.xml b/res/values-mcc238-nl/strings.xml
new file mode 100644
index 0000000..1b9188f
--- /dev/null
+++ b/res/values-mcc238-nl/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="sms_cb_settings" msgid="2385801397334582049">"Noodmeldingen"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="7171885969406895532">"Extreem"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="289758466218591800">"Extreem incident"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2574445861711004849">"Ernstig"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="7614150249934894203">"Ernstig incident"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="2201656327607526283">"Test"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="9167491531803427454">"Testwaarschuwingen"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1899116047320259060">"Oefening"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="8874462134900526256">"Oefeningswaarschuwingen"</string>
+    <string name="cmas_presidential_level_alert" msgid="1021328259636041398">"Openbare waarschuwing"</string>
+    <string name="cmas_extreme_alert" msgid="8549790257394972582">"Extreem"</string>
+    <string name="cmas_severe_alert" msgid="9168154995381314879">"Ernstig"</string>
+    <string name="cmas_required_monthly_test" msgid="3066529282314710473">"Test"</string>
+    <string name="cmas_exercise_alert" msgid="4686404814038501898">"Oefening"</string>
+</resources>
diff --git a/res/values-mcc238-or/strings.xml b/res/values-mcc238-or/strings.xml
new file mode 100644
index 0000000..5c97846
--- /dev/null
+++ b/res/values-mcc238-or/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="sms_cb_settings" msgid="2385801397334582049">"ଜରୁରୀକାଳୀନ ଆଲର୍ଟ"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="7171885969406895532">"ଅତ୍ୟନ୍ତ ଗୁରୁତର"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="289758466218591800">"ଅତ୍ୟନ୍ତ ଗୁରୁତର ଘଟଣା"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2574445861711004849">"ଗୁରୁତର"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="7614150249934894203">"ଗୁରୁତର ଘଟଣା"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="2201656327607526283">"ଟେଷ୍ଟ"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="9167491531803427454">"ଟେଷ୍ଟ ଚେତାବନୀ"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1899116047320259060">"ବ୍ୟାୟାମ"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="8874462134900526256">"ବ୍ୟାୟାମ ଚେତାବନୀ"</string>
+    <string name="cmas_presidential_level_alert" msgid="1021328259636041398">"ପବ୍ଲିକ ଚେତାବନୀ"</string>
+    <string name="cmas_extreme_alert" msgid="8549790257394972582">"ଅତ୍ୟନ୍ତ ଗୁରୁତର"</string>
+    <string name="cmas_severe_alert" msgid="9168154995381314879">"ଗୁରୁତର"</string>
+    <string name="cmas_required_monthly_test" msgid="3066529282314710473">"ଟେଷ୍ଟ"</string>
+    <string name="cmas_exercise_alert" msgid="4686404814038501898">"ବ୍ୟାୟାମ"</string>
+</resources>
diff --git a/res/values-mcc238-pa/strings.xml b/res/values-mcc238-pa/strings.xml
new file mode 100644
index 0000000..0f761fb
--- /dev/null
+++ b/res/values-mcc238-pa/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="sms_cb_settings" msgid="2385801397334582049">"ਐਮਰਜੈਂਸੀ ਅਲਰਟ"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="7171885969406895532">"ਬਹੁਤ ਹੀ ਜ਼ਿਆਦਾ"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="289758466218591800">"ਬੇਹੱਦ ਗੰਭੀਰ ਘਟਨਾ"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2574445861711004849">"ਬਹੁਤ ਜ਼ਿਆਦਾ ਖਰਾਬ"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="7614150249934894203">"ਗੰਭੀਰ ਘਟਨਾ"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="2201656327607526283">"ਜਾਂਚ"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="9167491531803427454">"ਜਾਂਚ ਦੀਆਂ ਚਿਤਾਵਨੀਆਂ"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1899116047320259060">"ਕਸਰਤ"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="8874462134900526256">"ਕਸਰਤ ਦੀਆਂ ਚਿਤਾਵਨੀਆਂ"</string>
+    <string name="cmas_presidential_level_alert" msgid="1021328259636041398">"ਜਨਤਕ ਚਿਤਾਵਨੀ"</string>
+    <string name="cmas_extreme_alert" msgid="8549790257394972582">"ਬਹੁਤ ਹੀ ਜ਼ਿਆਦਾ"</string>
+    <string name="cmas_severe_alert" msgid="9168154995381314879">"ਬਹੁਤ ਜ਼ਿਆਦਾ ਖਰਾਬ"</string>
+    <string name="cmas_required_monthly_test" msgid="3066529282314710473">"ਜਾਂਚ"</string>
+    <string name="cmas_exercise_alert" msgid="4686404814038501898">"ਕਸਰਤ"</string>
+</resources>
diff --git a/res/values-mcc238-pl/strings.xml b/res/values-mcc238-pl/strings.xml
new file mode 100644
index 0000000..a357701
--- /dev/null
+++ b/res/values-mcc238-pl/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="sms_cb_settings" msgid="2385801397334582049">"Alerty o zagrożeniach"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="7171885969406895532">"Ekstremalne zagrożenie"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="289758466218591800">"Ekstremalne wydarzenie"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2574445861711004849">"Poważne zagrożenie"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="7614150249934894203">"Poważne wydarzenie"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="2201656327607526283">"Test"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="9167491531803427454">"Ostrzeżenia testowe"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1899116047320259060">"Ćwiczenia"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="8874462134900526256">"Ostrzeżenia o ćwiczeniach"</string>
+    <string name="cmas_presidential_level_alert" msgid="1021328259636041398">"Ostrzeżenie publiczne"</string>
+    <string name="cmas_extreme_alert" msgid="8549790257394972582">"Ekstremalne zagrożenie"</string>
+    <string name="cmas_severe_alert" msgid="9168154995381314879">"Poważne zagrożenie"</string>
+    <string name="cmas_required_monthly_test" msgid="3066529282314710473">"Test"</string>
+    <string name="cmas_exercise_alert" msgid="4686404814038501898">"Ćwiczenia"</string>
+</resources>
diff --git a/res/values-mcc238-pt-rPT/strings.xml b/res/values-mcc238-pt-rPT/strings.xml
new file mode 100644
index 0000000..5c1606d
--- /dev/null
+++ b/res/values-mcc238-pt-rPT/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="sms_cb_settings" msgid="2385801397334582049">"Alertas de emergência"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="7171885969406895532">"Extremo"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="289758466218591800">"Incidente extremo"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2574445861711004849">"Grave"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="7614150249934894203">"Incidente grave"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="2201656327607526283">"Teste"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="9167491531803427454">"Avisos de teste"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1899116047320259060">"Exercício"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="8874462134900526256">"Avisos de exercício"</string>
+    <string name="cmas_presidential_level_alert" msgid="1021328259636041398">"Aviso público"</string>
+    <string name="cmas_extreme_alert" msgid="8549790257394972582">"Extremo"</string>
+    <string name="cmas_severe_alert" msgid="9168154995381314879">"Grave"</string>
+    <string name="cmas_required_monthly_test" msgid="3066529282314710473">"Teste"</string>
+    <string name="cmas_exercise_alert" msgid="4686404814038501898">"Exercício"</string>
+</resources>
diff --git a/res/values-mcc238-pt/strings.xml b/res/values-mcc238-pt/strings.xml
new file mode 100644
index 0000000..62fc299
--- /dev/null
+++ b/res/values-mcc238-pt/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="sms_cb_settings" msgid="2385801397334582049">"Alertas de emergência"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="7171885969406895532">"Gravíssimo"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="289758466218591800">"Incidente gravíssimo"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2574445861711004849">"Grave"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="7614150249934894203">"Incidente grave"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="2201656327607526283">"Teste"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="9167491531803427454">"Avisos de teste"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1899116047320259060">"Treinamento"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="8874462134900526256">"Avisos de treinamento"</string>
+    <string name="cmas_presidential_level_alert" msgid="1021328259636041398">"Aviso público"</string>
+    <string name="cmas_extreme_alert" msgid="8549790257394972582">"Gravíssimo"</string>
+    <string name="cmas_severe_alert" msgid="9168154995381314879">"Grave"</string>
+    <string name="cmas_required_monthly_test" msgid="3066529282314710473">"Teste"</string>
+    <string name="cmas_exercise_alert" msgid="4686404814038501898">"Treinamento"</string>
+</resources>
diff --git a/res/values-mcc238-ro/strings.xml b/res/values-mcc238-ro/strings.xml
new file mode 100644
index 0000000..1bf6675
--- /dev/null
+++ b/res/values-mcc238-ro/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="sms_cb_settings" msgid="2385801397334582049">"Alerte de urgență"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="7171885969406895532">"Extremă"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="289758466218591800">"Incident extrem de grav"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2574445861711004849">"Gravă"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="7614150249934894203">"Incident grav"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="2201656327607526283">"Test"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="9167491531803427454">"Avertismente de test"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1899116047320259060">"Exercițiu"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="8874462134900526256">"Avertismente de exercițiu"</string>
+    <string name="cmas_presidential_level_alert" msgid="1021328259636041398">"Avertisment public"</string>
+    <string name="cmas_extreme_alert" msgid="8549790257394972582">"Extremă"</string>
+    <string name="cmas_severe_alert" msgid="9168154995381314879">"Gravă"</string>
+    <string name="cmas_required_monthly_test" msgid="3066529282314710473">"Test"</string>
+    <string name="cmas_exercise_alert" msgid="4686404814038501898">"Exercițiu"</string>
+</resources>
diff --git a/res/values-mcc238-ru/strings.xml b/res/values-mcc238-ru/strings.xml
new file mode 100644
index 0000000..e80e3d4
--- /dev/null
+++ b/res/values-mcc238-ru/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="sms_cb_settings" msgid="2385801397334582049">"Экстренные оповещения"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="7171885969406895532">"Экстремальное"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="289758466218591800">"Экстремальное происшествие"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2574445861711004849">"Очень серьезное"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="7614150249934894203">"Очень серьезное происшествие"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="2201656327607526283">"Тест"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="9167491531803427454">"Тестовые предупреждения"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1899116047320259060">"Учебная тревога"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="8874462134900526256">"Предупреждения об учебной тревоге"</string>
+    <string name="cmas_presidential_level_alert" msgid="1021328259636041398">"Предупреждение населения"</string>
+    <string name="cmas_extreme_alert" msgid="8549790257394972582">"Экстремальное"</string>
+    <string name="cmas_severe_alert" msgid="9168154995381314879">"Очень серьезное"</string>
+    <string name="cmas_required_monthly_test" msgid="3066529282314710473">"Тест"</string>
+    <string name="cmas_exercise_alert" msgid="4686404814038501898">"Учебная тревога"</string>
+</resources>
diff --git a/res/values-mcc238-si/strings.xml b/res/values-mcc238-si/strings.xml
new file mode 100644
index 0000000..9896238
--- /dev/null
+++ b/res/values-mcc238-si/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="sms_cb_settings" msgid="2385801397334582049">"හදිසි අවස්ථා ඇඟවීම්"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="7171885969406895532">"අතිශය"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="289758466218591800">"අත්‍යන්ත සිද්ධිය"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2574445861711004849">"දරුණුයි"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="7614150249934894203">"දරුණු සිද්ධිය"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="2201656327607526283">"පරීක්ෂණය"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="9167491531803427454">"පරීක්ෂණ අනතුරු ඇඟවීම්"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1899116047320259060">"ව්‍යායාමය"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="8874462134900526256">"ව්‍යායාම අනතුරු ඇඟවීම්"</string>
+    <string name="cmas_presidential_level_alert" msgid="1021328259636041398">"පොදු අනතුරු ඇඟවීම"</string>
+    <string name="cmas_extreme_alert" msgid="8549790257394972582">"අතිශය"</string>
+    <string name="cmas_severe_alert" msgid="9168154995381314879">"දරුණුයි"</string>
+    <string name="cmas_required_monthly_test" msgid="3066529282314710473">"පරීක්ෂණය"</string>
+    <string name="cmas_exercise_alert" msgid="4686404814038501898">"ව්‍යායාමය"</string>
+</resources>
diff --git a/res/values-mcc238-sk/strings.xml b/res/values-mcc238-sk/strings.xml
new file mode 100644
index 0000000..acfb52f
--- /dev/null
+++ b/res/values-mcc238-sk/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="sms_cb_settings" msgid="2385801397334582049">"Tiesňové varovania"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="7171885969406895532">"Extrémne"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="289758466218591800">"Extrémny incident"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2574445861711004849">"Závažné"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="7614150249934894203">"Závažný incident"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="2201656327607526283">"Test"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="9167491531803427454">"Upozornenia na testy"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1899116047320259060">"Cvičenie"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="8874462134900526256">"Upozornenia na cvičenia"</string>
+    <string name="cmas_presidential_level_alert" msgid="1021328259636041398">"Varovanie verejnosti"</string>
+    <string name="cmas_extreme_alert" msgid="8549790257394972582">"Extrémne"</string>
+    <string name="cmas_severe_alert" msgid="9168154995381314879">"Závažné"</string>
+    <string name="cmas_required_monthly_test" msgid="3066529282314710473">"Test"</string>
+    <string name="cmas_exercise_alert" msgid="4686404814038501898">"Cvičenie"</string>
+</resources>
diff --git a/res/values-mcc238-sl/strings.xml b/res/values-mcc238-sl/strings.xml
new file mode 100644
index 0000000..102919e
--- /dev/null
+++ b/res/values-mcc238-sl/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="sms_cb_settings" msgid="2385801397334582049">"Nujna opozorila"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="7171885969406895532">"Izredno resno"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="289758466218591800">"Izredno resen dogodek"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2574445861711004849">"Resno"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="7614150249934894203">"Resen dogodek"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="2201656327607526283">"Preizkus"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="9167491531803427454">"Preizkusna opozorila"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1899116047320259060">"Vaja"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="8874462134900526256">"Opozorila za vajo"</string>
+    <string name="cmas_presidential_level_alert" msgid="1021328259636041398">"Opozorilo za javnost"</string>
+    <string name="cmas_extreme_alert" msgid="8549790257394972582">"Izredno resno"</string>
+    <string name="cmas_severe_alert" msgid="9168154995381314879">"Resno"</string>
+    <string name="cmas_required_monthly_test" msgid="3066529282314710473">"Preizkus"</string>
+    <string name="cmas_exercise_alert" msgid="4686404814038501898">"Vaja"</string>
+</resources>
diff --git a/res/values-mcc238-sq/strings.xml b/res/values-mcc238-sq/strings.xml
new file mode 100644
index 0000000..2e5fc35
--- /dev/null
+++ b/res/values-mcc238-sq/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="sms_cb_settings" msgid="2385801397334582049">"Sinjalizimet e urgjencës"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="7171885969406895532">"Ekstrem"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="289758466218591800">"Incident ekstrem"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2574445861711004849">"I rëndë"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="7614150249934894203">"Incident i rëndë"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="2201656327607526283">"Provë"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="9167491531803427454">"Paralajmërime provë"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1899116047320259060">"Ushtrim"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="8874462134900526256">"Paralajmërime për ushtrime"</string>
+    <string name="cmas_presidential_level_alert" msgid="1021328259636041398">"Paralajmërim publik"</string>
+    <string name="cmas_extreme_alert" msgid="8549790257394972582">"Ekstrem"</string>
+    <string name="cmas_severe_alert" msgid="9168154995381314879">"I rëndë"</string>
+    <string name="cmas_required_monthly_test" msgid="3066529282314710473">"Provë"</string>
+    <string name="cmas_exercise_alert" msgid="4686404814038501898">"Ushtrim"</string>
+</resources>
diff --git a/res/values-mcc238-sr/strings.xml b/res/values-mcc238-sr/strings.xml
new file mode 100644
index 0000000..8f312ef
--- /dev/null
+++ b/res/values-mcc238-sr/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="sms_cb_settings" msgid="2385801397334582049">"Упозорења о хитним случајевима"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="7171885969406895532">"Екстремно"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="289758466218591800">"Екстремни инцидент"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2574445861711004849">"Озбиљно"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="7614150249934894203">"Озбиљан инцидент"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="2201656327607526283">"Тест"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="9167491531803427454">"Пробна упозорења"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1899116047320259060">"Вежбање"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="8874462134900526256">"Упозорења за вежбање"</string>
+    <string name="cmas_presidential_level_alert" msgid="1021328259636041398">"Јавно упозорење"</string>
+    <string name="cmas_extreme_alert" msgid="8549790257394972582">"Екстремно"</string>
+    <string name="cmas_severe_alert" msgid="9168154995381314879">"Озбиљно"</string>
+    <string name="cmas_required_monthly_test" msgid="3066529282314710473">"Тест"</string>
+    <string name="cmas_exercise_alert" msgid="4686404814038501898">"Вежбање"</string>
+</resources>
diff --git a/res/values-mcc238-sv/strings.xml b/res/values-mcc238-sv/strings.xml
new file mode 100644
index 0000000..051c596
--- /dev/null
+++ b/res/values-mcc238-sv/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="sms_cb_settings" msgid="2385801397334582049">"Varningar om nödsituationer"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="7171885969406895532">"Farlig"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="289758466218591800">"Farlig händelse"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2574445861711004849">"Allvarlig"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="7614150249934894203">"Allvarlig händelse"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="2201656327607526283">"Test"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="9167491531803427454">"Testvarningar"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1899116047320259060">"Övning"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="8874462134900526256">"Övningsvarningar"</string>
+    <string name="cmas_presidential_level_alert" msgid="1021328259636041398">"Varning för allmänheten"</string>
+    <string name="cmas_extreme_alert" msgid="8549790257394972582">"Farlig"</string>
+    <string name="cmas_severe_alert" msgid="9168154995381314879">"Allvarlig"</string>
+    <string name="cmas_required_monthly_test" msgid="3066529282314710473">"Test"</string>
+    <string name="cmas_exercise_alert" msgid="4686404814038501898">"Övning"</string>
+</resources>
diff --git a/res/values-mcc238-sw/strings.xml b/res/values-mcc238-sw/strings.xml
new file mode 100644
index 0000000..4051a9a
--- /dev/null
+++ b/res/values-mcc238-sw/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="sms_cb_settings" msgid="2385801397334582049">"Tahadhari za dharura"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="7171885969406895532">"Kali zaidi"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="289758466218591800">"Tukio kali zaidi"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2574445861711004849">"Kukithiri"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="7614150249934894203">"Tukio lililokithiri"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="2201656327607526283">"Jaribio"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="9167491531803427454">"Maonyo ya majaribio"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1899116047320259060">"Mazoezi"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="8874462134900526256">"Maonyo ya majaribio"</string>
+    <string name="cmas_presidential_level_alert" msgid="1021328259636041398">"Onyo la umma"</string>
+    <string name="cmas_extreme_alert" msgid="8549790257394972582">"Kali zaidi"</string>
+    <string name="cmas_severe_alert" msgid="9168154995381314879">"Kukithiri"</string>
+    <string name="cmas_required_monthly_test" msgid="3066529282314710473">"Jaribio"</string>
+    <string name="cmas_exercise_alert" msgid="4686404814038501898">"Mazoezi"</string>
+</resources>
diff --git a/res/values-mcc238-ta/strings.xml b/res/values-mcc238-ta/strings.xml
new file mode 100644
index 0000000..f348051
--- /dev/null
+++ b/res/values-mcc238-ta/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="sms_cb_settings" msgid="2385801397334582049">"அவசரகால எச்சரிக்கைகள்"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="7171885969406895532">"தீவிரம்"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="289758466218591800">"தீவிரமான நிகழ்வு"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2574445861711004849">"கடுமை"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="7614150249934894203">"கடுமையான நிகழ்வு"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="2201656327607526283">"பரிசோதனை"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="9167491531803427454">"பரிசோதனை எச்சரிக்கைகள்"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1899116047320259060">"பயிற்சி"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="8874462134900526256">"பயிற்சி எச்சரிக்கைகள்"</string>
+    <string name="cmas_presidential_level_alert" msgid="1021328259636041398">"பொது எச்சரிக்கை"</string>
+    <string name="cmas_extreme_alert" msgid="8549790257394972582">"தீவிரம்"</string>
+    <string name="cmas_severe_alert" msgid="9168154995381314879">"கடுமை"</string>
+    <string name="cmas_required_monthly_test" msgid="3066529282314710473">"பரிசோதனை"</string>
+    <string name="cmas_exercise_alert" msgid="4686404814038501898">"பயிற்சி"</string>
+</resources>
diff --git a/res/values-mcc238-te/strings.xml b/res/values-mcc238-te/strings.xml
new file mode 100644
index 0000000..3b60700
--- /dev/null
+++ b/res/values-mcc238-te/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="sms_cb_settings" msgid="2385801397334582049">"ఎమర్జెన్సీ అలర్ట్‌లు"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="7171885969406895532">"ఎక్స్‌ట్రీమ్"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="289758466218591800">"తీవ్రమైన సంఘటన"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2574445861711004849">"తీవ్రంగా ఉంది"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="7614150249934894203">"ఎక్కువ తీవ్రమైన సంఘటన"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="2201656327607526283">"పరీక్ష"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="9167491531803427454">"పరీక్ష హెచ్చరికలు"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1899116047320259060">"వ్యాయామం"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="8874462134900526256">"వ్యాయామ హెచ్చరికలు"</string>
+    <string name="cmas_presidential_level_alert" msgid="1021328259636041398">"పబ్లిక్ హెచ్చరిక"</string>
+    <string name="cmas_extreme_alert" msgid="8549790257394972582">"ఎక్స్‌ట్రీమ్"</string>
+    <string name="cmas_severe_alert" msgid="9168154995381314879">"తీవ్రంగా ఉంది"</string>
+    <string name="cmas_required_monthly_test" msgid="3066529282314710473">"పరీక్ష"</string>
+    <string name="cmas_exercise_alert" msgid="4686404814038501898">"వ్యాయామం"</string>
+</resources>
diff --git a/res/values-mcc238-th/strings.xml b/res/values-mcc238-th/strings.xml
new file mode 100644
index 0000000..293f4a1
--- /dev/null
+++ b/res/values-mcc238-th/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="sms_cb_settings" msgid="2385801397334582049">"การแจ้งเตือนเหตุฉุกเฉิน"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="7171885969406895532">"ระดับสูงสุด"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="289758466218591800">"เหตุการณ์ร้ายแรงมาก"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2574445861711004849">"ระดับร้ายแรง"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="7614150249934894203">"เหตุการณ์ร้ายแรง"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="2201656327607526283">"การทดสอบ"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="9167491531803427454">"คำเตือนการทดสอบ"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1899116047320259060">"การฝึกซ้อม"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="8874462134900526256">"คำเตือนการฝึกซ้อม"</string>
+    <string name="cmas_presidential_level_alert" msgid="1021328259636041398">"คำเตือนสาธารณะ"</string>
+    <string name="cmas_extreme_alert" msgid="8549790257394972582">"ระดับสูงสุด"</string>
+    <string name="cmas_severe_alert" msgid="9168154995381314879">"ระดับร้ายแรง"</string>
+    <string name="cmas_required_monthly_test" msgid="3066529282314710473">"การทดสอบ"</string>
+    <string name="cmas_exercise_alert" msgid="4686404814038501898">"การฝึกซ้อม"</string>
+</resources>
diff --git a/res/values-mcc238-tl/strings.xml b/res/values-mcc238-tl/strings.xml
new file mode 100644
index 0000000..705c34a
--- /dev/null
+++ b/res/values-mcc238-tl/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="sms_cb_settings" msgid="2385801397334582049">"Mga alertong pang-emergency"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="7171885969406895532">"Lubhang malala"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="289758466218591800">"Lubhang malalang insidente"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2574445861711004849">"Malala"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="7614150249934894203">"Malalang insidente"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="2201656327607526283">"Pagsubok"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="9167491531803427454">"Mga pansubok na babala"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1899116047320259060">"Pag-eehersisyo"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="8874462134900526256">"Mga babala sa pag-eehersisyo"</string>
+    <string name="cmas_presidential_level_alert" msgid="1021328259636041398">"Pampublikong babala"</string>
+    <string name="cmas_extreme_alert" msgid="8549790257394972582">"Lubhang malala"</string>
+    <string name="cmas_severe_alert" msgid="9168154995381314879">"Malala"</string>
+    <string name="cmas_required_monthly_test" msgid="3066529282314710473">"Pagsubok"</string>
+    <string name="cmas_exercise_alert" msgid="4686404814038501898">"Pag-eehersisyo"</string>
+</resources>
diff --git a/res/values-mcc238-tr/strings.xml b/res/values-mcc238-tr/strings.xml
new file mode 100644
index 0000000..6b149fd
--- /dev/null
+++ b/res/values-mcc238-tr/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="sms_cb_settings" msgid="2385801397334582049">"Acil durum uyarıları"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="7171885969406895532">"Yüksek"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="289758466218591800">"Olağanüstü olay"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2574445861711004849">"Şiddetli"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="7614150249934894203">"Ciddi olay"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="2201656327607526283">"Test"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="9167491531803427454">"Test uyarıları"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1899116047320259060">"Tatbikat"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="8874462134900526256">"Tatbikat uyarıları"</string>
+    <string name="cmas_presidential_level_alert" msgid="1021328259636041398">"Genel uyarı"</string>
+    <string name="cmas_extreme_alert" msgid="8549790257394972582">"Yüksek"</string>
+    <string name="cmas_severe_alert" msgid="9168154995381314879">"Şiddetli"</string>
+    <string name="cmas_required_monthly_test" msgid="3066529282314710473">"Test"</string>
+    <string name="cmas_exercise_alert" msgid="4686404814038501898">"Tatbikat"</string>
+</resources>
diff --git a/res/values-mcc238-uk/strings.xml b/res/values-mcc238-uk/strings.xml
new file mode 100644
index 0000000..efe99fe
--- /dev/null
+++ b/res/values-mcc238-uk/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="sms_cb_settings" msgid="2385801397334582049">"Екстрені сповіщення"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="7171885969406895532">"Надзвичайна ситуація"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="289758466218591800">"Надзвичайна загроза"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2574445861711004849">"Серйозна загроза"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="7614150249934894203">"Серйозна загроза"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="2201656327607526283">"Тест"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="9167491531803427454">"Тестові попередження"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1899116047320259060">"Тренування"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="8874462134900526256">"Тренувальні попередження"</string>
+    <string name="cmas_presidential_level_alert" msgid="1021328259636041398">"Загальнонаціональне попередження"</string>
+    <string name="cmas_extreme_alert" msgid="8549790257394972582">"Надзвичайна ситуація"</string>
+    <string name="cmas_severe_alert" msgid="9168154995381314879">"Серйозна загроза"</string>
+    <string name="cmas_required_monthly_test" msgid="3066529282314710473">"Тест"</string>
+    <string name="cmas_exercise_alert" msgid="4686404814038501898">"Тренування"</string>
+</resources>
diff --git a/res/values-mcc238-ur/strings.xml b/res/values-mcc238-ur/strings.xml
new file mode 100644
index 0000000..7cf60c2
--- /dev/null
+++ b/res/values-mcc238-ur/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="sms_cb_settings" msgid="2385801397334582049">"ایمرجنسی الرٹس"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="7171885969406895532">"شدید"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="289758466218591800">"شدید واقعات"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2574445861711004849">"شدید"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="7614150249934894203">"شدید واقعات"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="2201656327607526283">"ٹیسٹ"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="9167491531803427454">"ٹیسٹ سے متعلق وارننگز"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1899116047320259060">"ورزش"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="8874462134900526256">"ورزش سے متعلق وارننگز"</string>
+    <string name="cmas_presidential_level_alert" msgid="1021328259636041398">"عوامی وارننگ"</string>
+    <string name="cmas_extreme_alert" msgid="8549790257394972582">"شدید"</string>
+    <string name="cmas_severe_alert" msgid="9168154995381314879">"شدید"</string>
+    <string name="cmas_required_monthly_test" msgid="3066529282314710473">"ٹیسٹ"</string>
+    <string name="cmas_exercise_alert" msgid="4686404814038501898">"ورزش"</string>
+</resources>
diff --git a/res/values-mcc238-uz/strings.xml b/res/values-mcc238-uz/strings.xml
new file mode 100644
index 0000000..0f86f49
--- /dev/null
+++ b/res/values-mcc238-uz/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="sms_cb_settings" msgid="2385801397334582049">"Favqulodda ogohlantirishlar"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="7171885969406895532">"Ekstremal ogohlantirish"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="289758466218591800">"Ekstremal hodisa"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2574445861711004849">"Jiddiy ogohlantirish"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="7614150249934894203">"Jiddiy hodisa"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="2201656327607526283">"Test"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="9167491531803427454">"Sinov ogohlantirishlari"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1899116047320259060">"Mashq"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="8874462134900526256">"Mashq ogohlantirishlari"</string>
+    <string name="cmas_presidential_level_alert" msgid="1021328259636041398">"Ommaviy ogohlantirish"</string>
+    <string name="cmas_extreme_alert" msgid="8549790257394972582">"Ekstremal ogohlantirish"</string>
+    <string name="cmas_severe_alert" msgid="9168154995381314879">"Jiddiy ogohlantirish"</string>
+    <string name="cmas_required_monthly_test" msgid="3066529282314710473">"Test"</string>
+    <string name="cmas_exercise_alert" msgid="4686404814038501898">"Mashq"</string>
+</resources>
diff --git a/res/values-mcc238-vi/strings.xml b/res/values-mcc238-vi/strings.xml
new file mode 100644
index 0000000..f34a7fa
--- /dev/null
+++ b/res/values-mcc238-vi/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="sms_cb_settings" msgid="2385801397334582049">"Cảnh báo khẩn cấp"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="7171885969406895532">"Cực kỳ nghiêm trọng"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="289758466218591800">"Sự cố cực kỳ nghiêm trọng"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2574445861711004849">"Nghiêm trọng"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="7614150249934894203">"Sự cố nghiêm trọng"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="2201656327607526283">"Thử"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="9167491531803427454">"Cảnh báo thử"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1899116047320259060">"Diễn tập"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="8874462134900526256">"Cảnh báo diễn tập"</string>
+    <string name="cmas_presidential_level_alert" msgid="1021328259636041398">"Cảnh báo công cộng"</string>
+    <string name="cmas_extreme_alert" msgid="8549790257394972582">"Cực kỳ nghiêm trọng"</string>
+    <string name="cmas_severe_alert" msgid="9168154995381314879">"Nghiêm trọng"</string>
+    <string name="cmas_required_monthly_test" msgid="3066529282314710473">"Thử"</string>
+    <string name="cmas_exercise_alert" msgid="4686404814038501898">"Diễn tập"</string>
+</resources>
diff --git a/res/values-mcc238-zh-rCN/strings.xml b/res/values-mcc238-zh-rCN/strings.xml
new file mode 100644
index 0000000..b845f04
--- /dev/null
+++ b/res/values-mcc238-zh-rCN/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="sms_cb_settings" msgid="2385801397334582049">"紧急警报"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="7171885969406895532">"极严重"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="289758466218591800">"极严重事件"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2574445861711004849">"严重"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="7614150249934894203">"严重事件"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="2201656327607526283">"测试"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="9167491531803427454">"测试警报"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1899116047320259060">"演习"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="8874462134900526256">"演习警报"</string>
+    <string name="cmas_presidential_level_alert" msgid="1021328259636041398">"公共警报"</string>
+    <string name="cmas_extreme_alert" msgid="8549790257394972582">"极严重"</string>
+    <string name="cmas_severe_alert" msgid="9168154995381314879">"严重"</string>
+    <string name="cmas_required_monthly_test" msgid="3066529282314710473">"测试"</string>
+    <string name="cmas_exercise_alert" msgid="4686404814038501898">"演习"</string>
+</resources>
diff --git a/res/values-mcc238-zh-rHK/strings.xml b/res/values-mcc238-zh-rHK/strings.xml
new file mode 100644
index 0000000..4489e5b
--- /dev/null
+++ b/res/values-mcc238-zh-rHK/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="sms_cb_settings" msgid="2385801397334582049">"緊急警示"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="7171885969406895532">"極端"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="289758466218591800">"極端事件"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2574445861711004849">"嚴重"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="7614150249934894203">"嚴重事件"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="2201656327607526283">"測試"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="9167491531803427454">"測試警告"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1899116047320259060">"運動"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="8874462134900526256">"運動警告"</string>
+    <string name="cmas_presidential_level_alert" msgid="1021328259636041398">"公共警告"</string>
+    <string name="cmas_extreme_alert" msgid="8549790257394972582">"極端"</string>
+    <string name="cmas_severe_alert" msgid="9168154995381314879">"嚴重"</string>
+    <string name="cmas_required_monthly_test" msgid="3066529282314710473">"測試"</string>
+    <string name="cmas_exercise_alert" msgid="4686404814038501898">"運動"</string>
+</resources>
diff --git a/res/values-mcc238-zh-rTW/strings.xml b/res/values-mcc238-zh-rTW/strings.xml
new file mode 100644
index 0000000..667e28e
--- /dev/null
+++ b/res/values-mcc238-zh-rTW/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="sms_cb_settings" msgid="2385801397334582049">"緊急警報"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="7171885969406895532">"極嚴重"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="289758466218591800">"極嚴重事件"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2574445861711004849">"嚴重"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="7614150249934894203">"嚴重事件"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="2201656327607526283">"測試"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="9167491531803427454">"測試警報"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1899116047320259060">"演習"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="8874462134900526256">"演習警報"</string>
+    <string name="cmas_presidential_level_alert" msgid="1021328259636041398">"公共警報"</string>
+    <string name="cmas_extreme_alert" msgid="8549790257394972582">"極嚴重"</string>
+    <string name="cmas_severe_alert" msgid="9168154995381314879">"嚴重"</string>
+    <string name="cmas_required_monthly_test" msgid="3066529282314710473">"測試"</string>
+    <string name="cmas_exercise_alert" msgid="4686404814038501898">"演習"</string>
+</resources>
diff --git a/res/values-mcc238-zu/strings.xml b/res/values-mcc238-zu/strings.xml
new file mode 100644
index 0000000..988851a
--- /dev/null
+++ b/res/values-mcc238-zu/strings.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <string name="sms_cb_settings" msgid="2385801397334582049">"Izexwayiso zesimo esiphuthumayo"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="7171885969406895532">"Ngokwedlulele"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="289758466218591800">"Isehlakalo esedlulele"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2574445861711004849">"Kubucayi"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="7614150249934894203">"Isehlakalo esibucayi"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="2201656327607526283">"Hlola"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="9167491531803427454">"Izixwayiso zesivivinyo"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1899116047320259060">"Ukujima"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="8874462134900526256">"Izixwayiso zokuzivocavoca"</string>
+    <string name="cmas_presidential_level_alert" msgid="1021328259636041398">"Isixwayiso somphakathi"</string>
+    <string name="cmas_extreme_alert" msgid="8549790257394972582">"Ngokwedlulele"</string>
+    <string name="cmas_severe_alert" msgid="9168154995381314879">"Kubucayi"</string>
+    <string name="cmas_required_monthly_test" msgid="3066529282314710473">"Hlola"</string>
+    <string name="cmas_exercise_alert" msgid="4686404814038501898">"Ukujima"</string>
+</resources>
diff --git a/res/values-mcc238/config.xml b/res/values-mcc238/config.xml
new file mode 100644
index 0000000..2bd1788
--- /dev/null
+++ b/res/values-mcc238/config.xml
@@ -0,0 +1,67 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+
+<resources>
+  <!-- 4370, 4383 -->
+  <string-array name="cmas_presidential_alerts_channels_range_strings" translatable="false">
+    <item>0x1112:rat=gsm, emergency=true, always_on=true, override_dnd=true</item>
+    <!-- additional language -->
+    <item>0x111F:rat=gsm, emergency=true, always_on=true, override_dnd=true, filter_language=true</item>
+  </string-array>
+  <!-- 4371~4374, 4384~4387 -->
+  <string-array name="cmas_alert_extreme_channels_range_strings" translatable="false">
+    <item>0x1113-0x1116:rat=gsm, emergency=true, override_dnd=true</item>
+    <!-- additional language -->
+    <item>0x1120-0x1123:rat=gsm, emergency=true, override_dnd=true, filter_language=true</item>
+  </string-array>
+  <!-- 4375~4377, 4378, 4388~4391 -->
+  <string-array name="cmas_alerts_severe_range_strings" translatable="false">
+    <item>0x1117-0x1119:rat=gsm, emergency=true</item>
+    <item>0x111A:type=mute, rat=gsm, emergency=true</item>
+    <!-- additional language -->
+    <item>0x1124-0x1126:rat=gsm, emergency=true, filter_language=true</item>
+    <item>0x1127:type=mute, rat=gsm, emergency=true, filter_language=true</item>
+  </string-array>
+  <!-- 4380, 4382, 4393, 4395 -->
+  <string-array name="required_monthly_test_range_strings" translatable="false">
+    <item>0x111C:rat=gsm, emergency=true</item>
+    <item>0x111E:rat=gsm, emergency=true</item>
+    <!-- additional language -->
+    <item>0x1129:rat=gsm, emergency=true, filter_language=true</item>
+    <item>0x112B:rat=gsm, emergency=true, filter_language=true</item>
+  </string-array>
+  <!-- 4381, 4394 -->
+  <string-array name="exercise_alert_range_strings" translatable="false">
+    <item>0x111D:rat=gsm, emergency=true</item>
+    <!-- additional language -->
+    <item>0x112A:rat=gsm, emergency=true, filter_language=true</item>
+  </string-array>
+
+  <string-array name="cmas_amber_alerts_channels_range_strings" translatable="false"/>
+  <string-array name="operator_defined_alert_range_strings" translatable="false"/>
+  <string-array name="etws_alerts_range_strings" translatable="false" />
+  <string-array name="etws_test_alerts_range_strings" translatable="false" />
+
+  <!-- Severe alerts toggle default value -->
+  <bool name="severe_threat_alerts_enabled_default">false</bool>
+
+  <!-- Whether to show amber alert settings -->
+  <bool name="show_amber_alert_settings">false</bool>
+  <!-- Whether to display exercise test settings when testing mode is off. -->
+  <bool name="show_exercise_settings">true</bool>
+  <!-- whether to display a separate exercise test settings. today, most of time, exercise channels was controlled by the main test toggle. -->
+  <bool name="show_separate_exercise_settings">true</bool>
+</resources>
diff --git a/res/values-mcc238/strings.xml b/res/values-mcc238/strings.xml
new file mode 100644
index 0000000..8819a93
--- /dev/null
+++ b/res/values-mcc238/strings.xml
@@ -0,0 +1,68 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+
+  <!-- Label for settings screen. [CHAR LIMIT=NONE] -->
+  <!-- Required Danish (da) translation for this message: "Offentlige advarsler" -->
+  <string name="sms_cb_settings">Emergency alerts</string>
+
+  <!-- Preference title for enable CMAS extreme threat alerts checkbox. [CHAR LIMIT=50] -->
+  <!-- Required Danish (da) translation for this message: "Farlig" -->
+  <string name="enable_cmas_extreme_threat_alerts_title">Extreme</string>
+  <!-- Preference summary for enable CMAS extreme threat alerts checkbox. [CHAR LIMIT=100] -->
+  <!-- Required Danish (da) translation for this message: "Farlig hændelse for mennesker, miljø eller ejendom" -->
+  <string name="enable_cmas_extreme_threat_alerts_summary">Extreme incident</string>
+
+  <!-- Preference title for enable CMAS severe threat alerts checkbox. [CHAR LIMIT=50] -->
+  <!-- Required Danish (da) translation for this message: "Alvorlig" -->
+  <string name="enable_cmas_severe_threat_alerts_title">Severe</string>
+  <!-- Preference summary for enable CMAS severe threat alerts checkbox. [CHAR LIMIT=100] -->
+  <!-- Required Danish (da) translation for this message: "Alvorlig hændelse for mennesker, miljø eller ejendom" -->
+  <string name="enable_cmas_severe_threat_alerts_summary">Severe incident</string>
+
+  <!-- Preference title for other test alerts checkbox. [CHAR LIMIT=50] -->
+  <!-- Required Danish (da) translation for this message: "Test" -->
+  <string name="enable_cmas_test_alerts_title">Test</string>
+  <!-- Preference summary for other test alerts checkbox. [CHAR LIMIT=125] -->
+  <!-- Required Danish (da) translation for this message: "Beskeder i forbindelse mest test" -->
+  <string name="enable_cmas_test_alerts_summary">Test warnings</string>
+
+  <!-- Preference title for exercise test alerts checkbox. [CHAR LIMIT=50] -->
+  <!-- Required Danish (da) translation for this message: "Øvelse" -->
+  <string name="enable_exercise_test_alerts_title">Exercise</string>
+  <!-- Preference summary for exercise test alerts checkbox. [CHAR LIMIT=125] -->
+  <!-- Required Danish (da) translation for this message: "Beskeder i forbindelse med øvelse" -->
+  <string name="enable_exercise_test_alerts_summary">Exercise warnings</string>
+
+  <!-- CMAS dialog title for presidential level alert. [CHAR LIMIT=50] -->
+  <!-- Required Danish (da) translation for this message: "Beredskabsmeddelelse" -->
+  <string name="cmas_presidential_level_alert">Public warning</string>
+  <!-- CMAS dialog title for extreme alert. [CHAR LIMIT=50] -->
+  <!-- Required Danish (da) translation for this message: "Farlig hændelse" -->
+  <string name="cmas_extreme_alert">Extreme</string>
+  <!-- CMAS dialog title for severe alert. [CHAR LIMIT=50] -->
+  <!-- Required Danish (da) translation for this message: "Alvorlig hændelse" -->
+  <string name="cmas_severe_alert">Severe</string>
+  <!-- CMAS dialog title for required monthly test. [CHAR LIMIT=50] -->
+  <!-- Required Danish (da) translation for this message: "Test" -->
+  <string name="cmas_required_monthly_test">Test</string>
+  <!-- CMAS dialog title for CMAS Exercise. [CHAR LIMIT=50] -->
+  <!-- Required Danish (da) translation for this message: "Øvelse" -->
+  <string name="cmas_exercise_alert">Exercise</string>
+
+</resources>
diff --git a/res/values-mcc286-kn/strings.xml b/res/values-mcc286-kn/strings.xml
index 1baab87..5077557 100644
--- a/res/values-mcc286-kn/strings.xml
+++ b/res/values-mcc286-kn/strings.xml
@@ -16,14 +16,14 @@
 
 <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="6414900103808998795">"ದೇಶ-ಸ್ಥಳೀಯ ಅಲರ್ಟ್‌ನ ಅಧಿಸೂಚನೆ"</string>
-    <string name="cmas_required_monthly_test" msgid="4500730781867583957">"ಪರೀಕ್ಷೆಯ ಅಲರ್ಟ್‌ನ ಅಧಿಸೂಚನೆ"</string>
-    <string name="cmas_extreme_alert" msgid="1869609432530517469">"ಜೀವಕ್ಕೆ ಅಪಾಯವಿದೆಯೆಂಬ ಅಲರ್ಟ್‌ನ ಅಧಿಸೂಚನೆ"</string>
+    <string name="cmas_presidential_level_alert" msgid="6414900103808998795">"ದೇಶ-ಸ್ಥಳೀಯ ಅಲರ್ಟ್‌ನ ನೋಟಿಫಿಕೇಶನ್"</string>
+    <string name="cmas_required_monthly_test" msgid="4500730781867583957">"ಪರೀಕ್ಷೆಯ ಅಲರ್ಟ್‌ನ ನೋಟಿಫಿಕೇಶನ್"</string>
+    <string name="cmas_extreme_alert" msgid="1869609432530517469">"ಜೀವಕ್ಕೆ ಅಪಾಯವಿದೆಯೆಂಬ ಅಲರ್ಟ್‌ನ ನೋಟಿಫಿಕೇಶನ್"</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="8879124499883205793">"ಕಳೆದುಹೋಗುವಿಕೆ ಅಥವಾ ಅಪಹರಣದ ಅಲರ್ಟ್‌ನ ಅಧಿಸೂಚನೆ"</string>
+    <string name="cmas_amber_alert" msgid="8879124499883205793">"ಕಳೆದುಹೋಗುವಿಕೆ ಅಥವಾ ಅಪಹರಣದ ಅಲರ್ಟ್‌ನ ನೋಟಿಫಿಕೇಶನ್"</string>
     <!-- no translation found for enable_cmas_test_alerts_title (7191924098636195819) -->
     <skip />
     <string name="enable_cmas_test_alerts_summary" msgid="8476051987965553727"></string>
diff --git a/res/values-mcc310-af/strings.xml b/res/values-mcc310-af/strings.xml
index efdb3e2..f1c45a8 100644
--- a/res/values-mcc310-af/strings.xml
+++ b/res/values-mcc310-af/strings.xml
@@ -16,6 +16,9 @@
 
 <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="6018514276739876277">"Draadlose noodwaarskuwings"</string>
+    <string name="sms_cb_settings" msgid="1556918270840502446">"Draadlose noodwaarskuwings"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="5702555089013313773">"Draadlose noodwaarskuwings"</string>
     <string name="receive_cmas_in_second_language_title" msgid="7539080017840218665">"Spaans"</string>
     <string name="receive_cmas_in_second_language_summary" msgid="4482209573334686904">"Ontvang wanneer moontlik noodwaarskuwings in Spaans"</string>
     <string name="confirm_delete_broadcast" msgid="6808374217554967811">"Vee hierdie waarskuwing uit?"</string>
diff --git a/res/values-mcc310-am/strings.xml b/res/values-mcc310-am/strings.xml
index 310d5f0..de60df3 100644
--- a/res/values-mcc310-am/strings.xml
+++ b/res/values-mcc310-am/strings.xml
@@ -16,6 +16,9 @@
 
 <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="6018514276739876277">"ገመድ-አልባ የድንገተኛ አደጋ ማንቂያዎች"</string>
+    <string name="sms_cb_settings" msgid="1556918270840502446">"ገመድ-አልባ የድንገተኛ አደጋ ማንቂያዎች"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="5702555089013313773">"ገመድ-አልባ የድንገተኛ አደጋ ማንቂያዎች"</string>
     <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>
diff --git a/res/values-mcc310-ar/strings.xml b/res/values-mcc310-ar/strings.xml
index fadf492..b4140d2 100644
--- a/res/values-mcc310-ar/strings.xml
+++ b/res/values-mcc310-ar/strings.xml
@@ -16,6 +16,9 @@
 
 <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="6018514276739876277">"تنبيهات الطوارئ على الأجهزة الجوّالة"</string>
+    <string name="sms_cb_settings" msgid="1556918270840502446">"تنبيهات الطوارئ على الأجهزة الجوّالة"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="5702555089013313773">"تنبيهات الطوارئ على الأجهزة الجوّالة"</string>
     <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>
diff --git a/res/values-mcc310-as/strings.xml b/res/values-mcc310-as/strings.xml
index 6247485..261cb14 100644
--- a/res/values-mcc310-as/strings.xml
+++ b/res/values-mcc310-as/strings.xml
@@ -16,6 +16,9 @@
 
 <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="6018514276739876277">"অনাতাঁৰ জৰুৰীকালীন সতৰ্কবাৰ্তা"</string>
+    <string name="sms_cb_settings" msgid="1556918270840502446">"অনাতাঁৰ জৰুৰীকালীন সতৰ্কবাৰ্তা"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="5702555089013313773">"অনাতাঁৰ জৰুৰীকালীন সতৰ্কবাৰ্তা"</string>
     <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>
diff --git a/res/values-mcc310-az/strings.xml b/res/values-mcc310-az/strings.xml
index 81a7084..c44bfac 100644
--- a/res/values-mcc310-az/strings.xml
+++ b/res/values-mcc310-az/strings.xml
@@ -16,6 +16,9 @@
 
 <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="6018514276739876277">"Simsiz fövqəladə hal xəbərdarlıqları"</string>
+    <string name="sms_cb_settings" msgid="1556918270840502446">"Simsiz fövqəladə hal xəbərdarlıqları"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="5702555089013313773">"Simsiz fövqəladə hal xəbərdarlıqları"</string>
     <string name="receive_cmas_in_second_language_title" msgid="7539080017840218665">"İspan dili"</string>
     <string name="receive_cmas_in_second_language_summary" msgid="4482209573334686904">"Mümkün olduqda fövqəladə hal ilə bağlı xəbərdarlıqları İspan dilində qəbul edin"</string>
     <string name="confirm_delete_broadcast" msgid="6808374217554967811">"Bu xəbərdarlıq silinsin?"</string>
diff --git a/res/values-mcc310-b+sr+Latn/strings.xml b/res/values-mcc310-b+sr+Latn/strings.xml
index 6669416..ba5544b 100644
--- a/res/values-mcc310-b+sr+Latn/strings.xml
+++ b/res/values-mcc310-b+sr+Latn/strings.xml
@@ -16,6 +16,9 @@
 
 <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="6018514276739876277">"Mobilna upozorenja o hitnim slučajevima"</string>
+    <string name="sms_cb_settings" msgid="1556918270840502446">"Mobilna upozorenja o hitnim slučajevima"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="5702555089013313773">"Mobilna upozorenja o hitnim slučajevima"</string>
     <string name="receive_cmas_in_second_language_title" msgid="7539080017840218665">"španski"</string>
     <string name="receive_cmas_in_second_language_summary" msgid="4482209573334686904">"Primajte obaveštenja o hitnim slučajevima na španskom kada je to moguće"</string>
     <string name="confirm_delete_broadcast" msgid="6808374217554967811">"Želite da izbrišete ovo upozorenje?"</string>
diff --git a/res/values-mcc310-be/strings.xml b/res/values-mcc310-be/strings.xml
index 476b0c8..154ead8 100644
--- a/res/values-mcc310-be/strings.xml
+++ b/res/values-mcc310-be/strings.xml
@@ -16,6 +16,9 @@
 
 <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="6018514276739876277">"Бесправадныя экстранныя абвесткі"</string>
+    <string name="sms_cb_settings" msgid="1556918270840502446">"Бесправадныя экстранныя абвесткі"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="5702555089013313773">"Бесправадныя экстранныя абвесткі"</string>
     <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>
diff --git a/res/values-mcc310-bg/strings.xml b/res/values-mcc310-bg/strings.xml
index eb6c657..c6aaaee 100644
--- a/res/values-mcc310-bg/strings.xml
+++ b/res/values-mcc310-bg/strings.xml
@@ -16,6 +16,9 @@
 
 <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="6018514276739876277">"Безжични сигнали при спешни случаи"</string>
+    <string name="sms_cb_settings" msgid="1556918270840502446">"Безжични сигнали при спешни случаи"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="5702555089013313773">"Безжични сигнали при спешни случаи"</string>
     <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>
diff --git a/res/values-mcc310-bn/strings.xml b/res/values-mcc310-bn/strings.xml
index 7f97b5c..e507032 100644
--- a/res/values-mcc310-bn/strings.xml
+++ b/res/values-mcc310-bn/strings.xml
@@ -16,6 +16,9 @@
 
 <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="6018514276739876277">"Wireless Emergency Alerts"</string>
+    <string name="sms_cb_settings" msgid="1556918270840502446">"Wireless Emergency Alerts"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="5702555089013313773">"Wireless Emergency Alerts"</string>
     <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>
diff --git a/res/values-mcc310-bs/strings.xml b/res/values-mcc310-bs/strings.xml
index e778243..62918b0 100644
--- a/res/values-mcc310-bs/strings.xml
+++ b/res/values-mcc310-bs/strings.xml
@@ -16,6 +16,9 @@
 
 <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="6018514276739876277">"Hitna upozorenja putem bežične mreže"</string>
+    <string name="sms_cb_settings" msgid="1556918270840502446">"Hitna upozorenja putem bežične mreže"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="5702555089013313773">"Hitna upozorenja putem bežične mreže"</string>
     <string name="receive_cmas_in_second_language_title" msgid="7539080017840218665">"Španski"</string>
     <string name="receive_cmas_in_second_language_summary" msgid="4482209573334686904">"Primajte upozorenja o vanrednim situacijama na španskom jeziku, kada je moguće"</string>
     <string name="confirm_delete_broadcast" msgid="6808374217554967811">"Izbrisati ovo upozorenje?"</string>
diff --git a/res/values-mcc310-ca/strings.xml b/res/values-mcc310-ca/strings.xml
index 6e8a8ba..1f8eb06 100644
--- a/res/values-mcc310-ca/strings.xml
+++ b/res/values-mcc310-ca/strings.xml
@@ -16,6 +16,9 @@
 
 <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="6018514276739876277">"Alertes d\'emergència sense fil"</string>
+    <string name="sms_cb_settings" msgid="1556918270840502446">"Alertes d\'emergència sense fil"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="5702555089013313773">"Alertes d\'emergència sense fil"</string>
     <string name="receive_cmas_in_second_language_title" msgid="7539080017840218665">"Espanyol"</string>
     <string name="receive_cmas_in_second_language_summary" msgid="4482209573334686904">"Vull rebre les alertes d\'emergència en espanyol sempre que sigui possible"</string>
     <string name="confirm_delete_broadcast" msgid="6808374217554967811">"Vols suprimir aquesta alerta?"</string>
diff --git a/res/values-mcc310-cs/strings.xml b/res/values-mcc310-cs/strings.xml
index b4b72fb..2a5583c 100644
--- a/res/values-mcc310-cs/strings.xml
+++ b/res/values-mcc310-cs/strings.xml
@@ -16,6 +16,9 @@
 
 <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="6018514276739876277">"Bezdrátové výstražné zprávy"</string>
+    <string name="sms_cb_settings" msgid="1556918270840502446">"Bezdrátové výstražné zprávy"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="5702555089013313773">"Bezdrátové výstražné zprávy"</string>
     <string name="receive_cmas_in_second_language_title" msgid="7539080017840218665">"španělština"</string>
     <string name="receive_cmas_in_second_language_summary" msgid="4482209573334686904">"Dostávat výstražné zprávy ve španělštině, bude-li to možné"</string>
     <string name="confirm_delete_broadcast" msgid="6808374217554967811">"Smazat toto upozornění?"</string>
diff --git a/res/values-mcc310-da/strings.xml b/res/values-mcc310-da/strings.xml
index d7dbd9a..db74ddd 100644
--- a/res/values-mcc310-da/strings.xml
+++ b/res/values-mcc310-da/strings.xml
@@ -16,6 +16,9 @@
 
 <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="6018514276739876277">"Mobilbaseret varsling"</string>
+    <string name="sms_cb_settings" msgid="1556918270840502446">"Mobilbaseret varsling"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="5702555089013313773">"Mobilbaseret varsling"</string>
     <string name="receive_cmas_in_second_language_title" msgid="7539080017840218665">"Spansk"</string>
     <string name="receive_cmas_in_second_language_summary" msgid="4482209573334686904">"Modtag nødalarmer på spansk, når det er muligt"</string>
     <string name="confirm_delete_broadcast" msgid="6808374217554967811">"Vil du slette denne underretning?"</string>
diff --git a/res/values-mcc310-de/strings.xml b/res/values-mcc310-de/strings.xml
index fc4e0bb..b8ddd65 100644
--- a/res/values-mcc310-de/strings.xml
+++ b/res/values-mcc310-de/strings.xml
@@ -16,6 +16,9 @@
 
 <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="6018514276739876277">"Notfallbenachrichtigungen an Mobilgeräte"</string>
+    <string name="sms_cb_settings" msgid="1556918270840502446">"Notfallbenachrichtigungen an Mobilgeräte"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="5702555089013313773">"Notfallbenachrichtigungen an Mobilgeräte"</string>
     <string name="receive_cmas_in_second_language_title" msgid="7539080017840218665">"Spanisch"</string>
     <string name="receive_cmas_in_second_language_summary" msgid="4482209573334686904">"Notfallbenachrichtigungen wenn möglich auf Spanisch erhalten"</string>
     <string name="confirm_delete_broadcast" msgid="6808374217554967811">"Diese Warnmeldung löschen?"</string>
diff --git a/res/values-mcc310-el/strings.xml b/res/values-mcc310-el/strings.xml
index 4d1ea1e..523fc7e 100644
--- a/res/values-mcc310-el/strings.xml
+++ b/res/values-mcc310-el/strings.xml
@@ -16,6 +16,9 @@
 
 <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="6018514276739876277">"Ασύρματες ειδοποιήσεις έκτακτης ανάγκης"</string>
+    <string name="sms_cb_settings" msgid="1556918270840502446">"Ασύρματες ειδοποιήσεις έκτακτης ανάγκης"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="5702555089013313773">"Ασύρματες ειδοποιήσεις έκτακτης ανάγκης"</string>
     <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>
diff --git a/res/values-mcc310-en-rAU/strings.xml b/res/values-mcc310-en-rAU/strings.xml
index ad3ec12..9f508f4 100644
--- a/res/values-mcc310-en-rAU/strings.xml
+++ b/res/values-mcc310-en-rAU/strings.xml
@@ -16,6 +16,9 @@
 
 <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="6018514276739876277">"Wireless Emergency Alerts"</string>
+    <string name="sms_cb_settings" msgid="1556918270840502446">"Wireless Emergency Alerts"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="5702555089013313773">"Wireless Emergency Alerts"</string>
     <string name="receive_cmas_in_second_language_title" msgid="7539080017840218665">"Spanish"</string>
     <string name="receive_cmas_in_second_language_summary" msgid="4482209573334686904">"Receive emergency alerts in Spanish when possible"</string>
     <string name="confirm_delete_broadcast" msgid="6808374217554967811">"Delete this alert?"</string>
diff --git a/res/values-mcc310-en-rCA/strings.xml b/res/values-mcc310-en-rCA/strings.xml
index 4f2bee8..6bf27d4 100644
--- a/res/values-mcc310-en-rCA/strings.xml
+++ b/res/values-mcc310-en-rCA/strings.xml
@@ -16,6 +16,9 @@
 
 <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="6018514276739876277">"Wireless Emergency Alerts"</string>
+    <string name="sms_cb_settings" msgid="1556918270840502446">"Wireless Emergency Alerts"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="5702555089013313773">"Wireless Emergency Alerts"</string>
     <string name="receive_cmas_in_second_language_title" msgid="7539080017840218665">"Spanish"</string>
     <string name="receive_cmas_in_second_language_summary" msgid="4482209573334686904">"Receive emergency alerts in Spanish when possible"</string>
     <string name="confirm_delete_broadcast" msgid="6808374217554967811">"Delete this alert?"</string>
diff --git a/res/values-mcc310-en-rGB/strings.xml b/res/values-mcc310-en-rGB/strings.xml
index ad3ec12..9f508f4 100644
--- a/res/values-mcc310-en-rGB/strings.xml
+++ b/res/values-mcc310-en-rGB/strings.xml
@@ -16,6 +16,9 @@
 
 <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="6018514276739876277">"Wireless Emergency Alerts"</string>
+    <string name="sms_cb_settings" msgid="1556918270840502446">"Wireless Emergency Alerts"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="5702555089013313773">"Wireless Emergency Alerts"</string>
     <string name="receive_cmas_in_second_language_title" msgid="7539080017840218665">"Spanish"</string>
     <string name="receive_cmas_in_second_language_summary" msgid="4482209573334686904">"Receive emergency alerts in Spanish when possible"</string>
     <string name="confirm_delete_broadcast" msgid="6808374217554967811">"Delete this alert?"</string>
diff --git a/res/values-mcc310-en-rIN/strings.xml b/res/values-mcc310-en-rIN/strings.xml
index ad3ec12..9f508f4 100644
--- a/res/values-mcc310-en-rIN/strings.xml
+++ b/res/values-mcc310-en-rIN/strings.xml
@@ -16,6 +16,9 @@
 
 <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="6018514276739876277">"Wireless Emergency Alerts"</string>
+    <string name="sms_cb_settings" msgid="1556918270840502446">"Wireless Emergency Alerts"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="5702555089013313773">"Wireless Emergency Alerts"</string>
     <string name="receive_cmas_in_second_language_title" msgid="7539080017840218665">"Spanish"</string>
     <string name="receive_cmas_in_second_language_summary" msgid="4482209573334686904">"Receive emergency alerts in Spanish when possible"</string>
     <string name="confirm_delete_broadcast" msgid="6808374217554967811">"Delete this alert?"</string>
diff --git a/res/values-mcc310-en-rXC/strings.xml b/res/values-mcc310-en-rXC/strings.xml
index 927b4e6..256cca7 100644
--- a/res/values-mcc310-en-rXC/strings.xml
+++ b/res/values-mcc310-en-rXC/strings.xml
@@ -16,6 +16,9 @@
 
 <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="6018514276739876277">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‏‏‏‎‏‎‎‏‏‏‎‎‎‎‏‏‎‎‎‎‎‏‏‏‎‏‏‎‏‏‎‎‎‏‏‏‎‎‏‎‎‏‎‏‏‎‎‏‎‏‎‎‎‎‏‎‏‏‎‏‏‎‏‎‏‎Wireless Emergency Alerts‎‏‎‎‏‎"</string>
+    <string name="sms_cb_settings" msgid="1556918270840502446">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‎‏‏‎‏‎‏‏‎‎‏‏‎‏‏‎‏‎‎‏‎‎‎‏‏‏‎‏‎‏‏‎‎‎‏‏‏‎‏‏‏‎‎‎‎‏‏‎‏‏‏‏‎‎‎‏‎‏‎‏‏‏‎‎Wireless Emergency Alerts‎‏‎‎‏‎"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="5702555089013313773">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‏‏‏‎‎‏‏‏‏‎‎‏‎‎‎‏‏‏‎‎‎‏‎‏‏‏‎‏‎‎‎‏‏‏‏‎‏‏‎‎‎‏‎‏‏‏‏‎‎‎‎‎‏‎‎‎‎‏‏‏‎‏‏‎‏‎Wireless Emergency Alerts‎‏‎‎‏‎"</string>
     <string name="receive_cmas_in_second_language_title" msgid="7539080017840218665">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‏‏‏‏‎‏‎‎‎‏‎‏‎‎‎‎‎‎‎‏‏‎‎‎‏‎‏‎‏‎‏‎‏‎‎‎‏‏‏‎‎‏‎‎‏‏‏‎‎‏‎‏‎‎‎‏‎‎‎‏‎‏‎‎‏‎Spanish‎‏‎‎‏‎"</string>
     <string name="receive_cmas_in_second_language_summary" msgid="4482209573334686904">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‏‎‏‏‏‏‏‎‎‎‏‏‎‏‎‎‎‎‎‎‎‎‎‏‏‏‎‏‏‎‏‏‏‏‏‏‎‎‏‏‎‏‏‏‏‎‎‎‎‎‎‏‏‏‎‎‏‎‏‏‏‎‎‎‎Receive emergency alerts in Spanish when possible‎‏‎‎‏‎"</string>
     <string name="confirm_delete_broadcast" msgid="6808374217554967811">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‏‏‏‎‏‏‏‏‎‎‏‏‏‏‏‎‎‎‎‏‏‎‏‎‎‎‏‎‎‎‏‏‏‎‏‎‎‏‏‏‏‎‏‎‎‏‎‏‎‏‎‏‏‏‏‎‏‎‎‎‎‎‎‏‏‎Delete this alert?‎‏‎‎‏‎"</string>
diff --git a/res/values-mcc310-es-rUS/strings.xml b/res/values-mcc310-es-rUS/strings.xml
index 13cb0ef..11cf51a 100644
--- a/res/values-mcc310-es-rUS/strings.xml
+++ b/res/values-mcc310-es-rUS/strings.xml
@@ -16,6 +16,9 @@
 
 <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="6018514276739876277">"Alertas de emergencia inalámbricas"</string>
+    <string name="sms_cb_settings" msgid="1556918270840502446">"Alertas de emergencia inalámbricas"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="5702555089013313773">"Alertas de emergencia inalámbricas"</string>
     <string name="receive_cmas_in_second_language_title" msgid="7539080017840218665">"Español"</string>
     <string name="receive_cmas_in_second_language_summary" msgid="4482209573334686904">"Recibir alertas de emergencias en español siempre que sea posible"</string>
     <string name="confirm_delete_broadcast" msgid="6808374217554967811">"¿Quieres borrar esta alerta?"</string>
diff --git a/res/values-mcc310-es/strings.xml b/res/values-mcc310-es/strings.xml
index 358e8cc..c9e1ea8 100644
--- a/res/values-mcc310-es/strings.xml
+++ b/res/values-mcc310-es/strings.xml
@@ -16,6 +16,9 @@
 
 <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="6018514276739876277">"Alertas de emergencia inalámbricas"</string>
+    <string name="sms_cb_settings" msgid="1556918270840502446">"Alertas de emergencia inalámbricas"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="5702555089013313773">"Alertas de emergencia inalámbricas"</string>
     <string name="receive_cmas_in_second_language_title" msgid="7539080017840218665">"Español"</string>
     <string name="receive_cmas_in_second_language_summary" msgid="4482209573334686904">"Recibe alertas de emergencia en español cuando sea posible"</string>
     <string name="confirm_delete_broadcast" msgid="6808374217554967811">"¿Eliminar esta alerta?"</string>
diff --git a/res/values-mcc310-et/strings.xml b/res/values-mcc310-et/strings.xml
index 6ab701b..b67fdbc 100644
--- a/res/values-mcc310-et/strings.xml
+++ b/res/values-mcc310-et/strings.xml
@@ -16,6 +16,9 @@
 
 <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="6018514276739876277">"Eriolukorra raadiosideteatised"</string>
+    <string name="sms_cb_settings" msgid="1556918270840502446">"Eriolukorra raadiosideteatised"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="5702555089013313773">"Eriolukorra raadiosideteatised"</string>
     <string name="receive_cmas_in_second_language_title" msgid="7539080017840218665">"hispaania"</string>
     <string name="receive_cmas_in_second_language_summary" msgid="4482209573334686904">"Võimaluse korral saadetakse hispaaniakeelseid hädaolukorra teatisi"</string>
     <string name="confirm_delete_broadcast" msgid="6808374217554967811">"Kas soovite selle hoiatuse kustutada?"</string>
diff --git a/res/values-mcc310-eu/strings.xml b/res/values-mcc310-eu/strings.xml
index 031292f..c222c26 100644
--- a/res/values-mcc310-eu/strings.xml
+++ b/res/values-mcc310-eu/strings.xml
@@ -16,6 +16,9 @@
 
 <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="6018514276739876277">"Gailuetarako larrialdi-alertak"</string>
+    <string name="sms_cb_settings" msgid="1556918270840502446">"Gailuetarako larrialdi-alertak"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="5702555089013313773">"Gailuetarako larrialdi-alertak"</string>
     <string name="receive_cmas_in_second_language_title" msgid="7539080017840218665">"Gaztelania"</string>
     <string name="receive_cmas_in_second_language_summary" msgid="4482209573334686904">"Jaso larrialdi-alertak gaztelaniaz, ahal denean"</string>
     <string name="confirm_delete_broadcast" msgid="6808374217554967811">"Alerta ezabatu nahi duzu?"</string>
diff --git a/res/values-mcc310-fa/strings.xml b/res/values-mcc310-fa/strings.xml
index 4fd9392..e41c33e 100644
--- a/res/values-mcc310-fa/strings.xml
+++ b/res/values-mcc310-fa/strings.xml
@@ -16,6 +16,9 @@
 
 <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="6018514276739876277">"هشدارهای اضطراری بی‌سیم"</string>
+    <string name="sms_cb_settings" msgid="1556918270840502446">"هشدارهای اضطراری بی‌سیم"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="5702555089013313773">"هشدارهای اضطراری بی‌سیم"</string>
     <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>
diff --git a/res/values-mcc310-fi/strings.xml b/res/values-mcc310-fi/strings.xml
index 8a001e7..c9a15fd 100644
--- a/res/values-mcc310-fi/strings.xml
+++ b/res/values-mcc310-fi/strings.xml
@@ -16,6 +16,9 @@
 
 <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="6018514276739876277">"Langattomat hätätiedotteet"</string>
+    <string name="sms_cb_settings" msgid="1556918270840502446">"Langattomat hätätiedotteet"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="5702555089013313773">"Langattomat hätätiedotteet"</string>
     <string name="receive_cmas_in_second_language_title" msgid="7539080017840218665">"espanja"</string>
     <string name="receive_cmas_in_second_language_summary" msgid="4482209573334686904">"Vastaanota hätähälytyksiä espanjaksi, kun mahdollista"</string>
     <string name="confirm_delete_broadcast" msgid="6808374217554967811">"Poistetaanko tämä hälytys?"</string>
diff --git a/res/values-mcc310-fr-rCA/strings.xml b/res/values-mcc310-fr-rCA/strings.xml
index 0985edc..4562b03 100644
--- a/res/values-mcc310-fr-rCA/strings.xml
+++ b/res/values-mcc310-fr-rCA/strings.xml
@@ -16,6 +16,9 @@
 
 <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="6018514276739876277">"Alertes d\'urgence sans fil"</string>
+    <string name="sms_cb_settings" msgid="1556918270840502446">"Alertes d\'urgence sans fil"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="5702555089013313773">"Alertes d\'urgence sans fil"</string>
     <string name="receive_cmas_in_second_language_title" msgid="7539080017840218665">"Espagnol"</string>
     <string name="receive_cmas_in_second_language_summary" msgid="4482209573334686904">"Recevoir des alertes d\'urgence en espagnol lorsque c\'est possible"</string>
     <string name="confirm_delete_broadcast" msgid="6808374217554967811">"Supprimer cette alerte?"</string>
diff --git a/res/values-mcc310-fr/strings.xml b/res/values-mcc310-fr/strings.xml
index 5e0e0c7..c4e2619 100644
--- a/res/values-mcc310-fr/strings.xml
+++ b/res/values-mcc310-fr/strings.xml
@@ -16,6 +16,9 @@
 
 <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="6018514276739876277">"Alertes d\'urgence sans fil"</string>
+    <string name="sms_cb_settings" msgid="1556918270840502446">"Alertes d\'urgence sans fil"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="5702555089013313773">"Alertes d\'urgence sans fil"</string>
     <string name="receive_cmas_in_second_language_title" msgid="7539080017840218665">"Espagnol"</string>
     <string name="receive_cmas_in_second_language_summary" msgid="4482209573334686904">"Recevoir les alertes d\'urgence en espagnol quand cela est possible"</string>
     <string name="confirm_delete_broadcast" msgid="6808374217554967811">"Supprimer cette alerte ?"</string>
diff --git a/res/values-mcc310-gl/strings.xml b/res/values-mcc310-gl/strings.xml
index 8b061a6..7736751 100644
--- a/res/values-mcc310-gl/strings.xml
+++ b/res/values-mcc310-gl/strings.xml
@@ -16,6 +16,9 @@
 
 <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="6018514276739876277">"Alertas de emerxencia sen fíos"</string>
+    <string name="sms_cb_settings" msgid="1556918270840502446">"Alertas de emerxencia sen fíos"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="5702555089013313773">"Alertas de emerxencia sen fíos"</string>
     <string name="receive_cmas_in_second_language_title" msgid="7539080017840218665">"Español"</string>
     <string name="receive_cmas_in_second_language_summary" msgid="4482209573334686904">"Recibe alertas por emerxencias en español cando sexa posible"</string>
     <string name="confirm_delete_broadcast" msgid="6808374217554967811">"Queres eliminar esta alerta?"</string>
diff --git a/res/values-mcc310-gu/strings.xml b/res/values-mcc310-gu/strings.xml
index cba26be..da8037d 100644
--- a/res/values-mcc310-gu/strings.xml
+++ b/res/values-mcc310-gu/strings.xml
@@ -16,6 +16,9 @@
 
 <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="6018514276739876277">"વાયરલેસ ઇમર્જન્સી અલર્ટ"</string>
+    <string name="sms_cb_settings" msgid="1556918270840502446">"વાયરલેસ ઇમર્જન્સી અલર્ટ"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="5702555089013313773">"વાયરલેસ ઇમર્જન્સી અલર્ટ"</string>
     <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>
diff --git a/res/values-mcc310-hi/strings.xml b/res/values-mcc310-hi/strings.xml
index 4a40967..30ed0eb 100644
--- a/res/values-mcc310-hi/strings.xml
+++ b/res/values-mcc310-hi/strings.xml
@@ -16,6 +16,9 @@
 
 <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="6018514276739876277">"Wireless Emergency Alerts"</string>
+    <string name="sms_cb_settings" msgid="1556918270840502446">"वायरलेस इमरजेंसी अलर्ट"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="5702555089013313773">"वायरलेस इमरजेंसी अलर्ट"</string>
     <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>
diff --git a/res/values-mcc310-hr/strings.xml b/res/values-mcc310-hr/strings.xml
index e94c8d6..a252ea4 100644
--- a/res/values-mcc310-hr/strings.xml
+++ b/res/values-mcc310-hr/strings.xml
@@ -16,6 +16,9 @@
 
 <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="6018514276739876277">"Hitna upozorenja putem bežične mreže"</string>
+    <string name="sms_cb_settings" msgid="1556918270840502446">"Hitna upozorenja putem bežične mreže"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="5702555089013313773">"Hitna upozorenja putem bežične mreže"</string>
     <string name="receive_cmas_in_second_language_title" msgid="7539080017840218665">"Španjolski"</string>
     <string name="receive_cmas_in_second_language_summary" msgid="4482209573334686904">"Primajte hitna upozorenja na španjolskom kad je moguće"</string>
     <string name="confirm_delete_broadcast" msgid="6808374217554967811">"Želite li izbrisati ovo upozorenje?"</string>
diff --git a/res/values-mcc310-hu/strings.xml b/res/values-mcc310-hu/strings.xml
index 6bb3f3d..9037d9c 100644
--- a/res/values-mcc310-hu/strings.xml
+++ b/res/values-mcc310-hu/strings.xml
@@ -16,6 +16,9 @@
 
 <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="6018514276739876277">"Vezeték nélküli vészriasztások"</string>
+    <string name="sms_cb_settings" msgid="1556918270840502446">"Vezeték nélküli vészriasztások"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="5702555089013313773">"Vezeték nélküli vészriasztások"</string>
     <string name="receive_cmas_in_second_language_title" msgid="7539080017840218665">"spanyol"</string>
     <string name="receive_cmas_in_second_language_summary" msgid="4482209573334686904">"Vészjelzések fogadása spanyol nyelven, amikor csak lehetséges"</string>
     <string name="confirm_delete_broadcast" msgid="6808374217554967811">"Törli ezt az értesítést?"</string>
diff --git a/res/values-mcc310-hy/strings.xml b/res/values-mcc310-hy/strings.xml
index 1f2f599..5b3d0c2 100644
--- a/res/values-mcc310-hy/strings.xml
+++ b/res/values-mcc310-hy/strings.xml
@@ -16,6 +16,9 @@
 
 <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="6018514276739876277">"Արտակարգ ծանուցումներ անլար կապով"</string>
+    <string name="sms_cb_settings" msgid="1556918270840502446">"Արտակարգ ծանուցումներ անլար կապով"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="5702555089013313773">"Արտակարգ ծանուցումներ անլար կապով"</string>
     <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>
diff --git a/res/values-mcc310-in/strings.xml b/res/values-mcc310-in/strings.xml
index 5cb04c3..9e6fcc9 100644
--- a/res/values-mcc310-in/strings.xml
+++ b/res/values-mcc310-in/strings.xml
@@ -16,6 +16,9 @@
 
 <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="6018514276739876277">"Peringatan Darurat Nirkabel"</string>
+    <string name="sms_cb_settings" msgid="1556918270840502446">"Peringatan Darurat Nirkabel"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="5702555089013313773">"Peringatan Darurat Nirkabel"</string>
     <string name="receive_cmas_in_second_language_title" msgid="7539080017840218665">"Spanyol"</string>
     <string name="receive_cmas_in_second_language_summary" msgid="4482209573334686904">"Menerima peringatan darurat dalam bahasa Spanyol jika memungkinkan"</string>
     <string name="confirm_delete_broadcast" msgid="6808374217554967811">"Hapus notifikasi ini?"</string>
diff --git a/res/values-mcc310-is/strings.xml b/res/values-mcc310-is/strings.xml
index 9896f39..a077531 100644
--- a/res/values-mcc310-is/strings.xml
+++ b/res/values-mcc310-is/strings.xml
@@ -16,6 +16,9 @@
 
 <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="6018514276739876277">"Þráðlausar neyðartilkynningar"</string>
+    <string name="sms_cb_settings" msgid="1556918270840502446">"Þráðlausar neyðartilkynningar"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="5702555089013313773">"Þráðlausar neyðartilkynningar"</string>
     <string name="receive_cmas_in_second_language_title" msgid="7539080017840218665">"Spænska"</string>
     <string name="receive_cmas_in_second_language_summary" msgid="4482209573334686904">"Fá neyðartilkynningar á spænsku þegar það er hægt"</string>
     <string name="confirm_delete_broadcast" msgid="6808374217554967811">"Eyða þessari viðvörun?"</string>
diff --git a/res/values-mcc310-it/strings.xml b/res/values-mcc310-it/strings.xml
index bf2e8e2..e91cfb7 100644
--- a/res/values-mcc310-it/strings.xml
+++ b/res/values-mcc310-it/strings.xml
@@ -16,6 +16,9 @@
 
 <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="6018514276739876277">"Avvisi di emergenza wireless"</string>
+    <string name="sms_cb_settings" msgid="1556918270840502446">"Avvisi di emergenza wireless"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="5702555089013313773">"Avvisi di emergenza wireless"</string>
     <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>
diff --git a/res/values-mcc310-iw/strings.xml b/res/values-mcc310-iw/strings.xml
index e36d6d5..a17d689 100644
--- a/res/values-mcc310-iw/strings.xml
+++ b/res/values-mcc310-iw/strings.xml
@@ -16,6 +16,9 @@
 
 <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="6018514276739876277">"התראות לניידים על מקרי חירום"</string>
+    <string name="sms_cb_settings" msgid="1556918270840502446">"התראות לניידים על מקרי חירום"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="5702555089013313773">"התראות לניידים על מקרי חירום"</string>
     <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>
diff --git a/res/values-mcc310-ja/strings.xml b/res/values-mcc310-ja/strings.xml
index cf45a2a..8cb168a 100644
--- a/res/values-mcc310-ja/strings.xml
+++ b/res/values-mcc310-ja/strings.xml
@@ -16,6 +16,9 @@
 
 <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="6018514276739876277">"緊急速報メール"</string>
+    <string name="sms_cb_settings" msgid="1556918270840502446">"緊急速報メール"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="5702555089013313773">"緊急速報メール"</string>
     <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>
diff --git a/res/values-mcc310-ka/strings.xml b/res/values-mcc310-ka/strings.xml
index d026896..90b24f1 100644
--- a/res/values-mcc310-ka/strings.xml
+++ b/res/values-mcc310-ka/strings.xml
@@ -16,6 +16,9 @@
 
 <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="6018514276739876277">"უსადენო საგანგებო გაფრთხილებები"</string>
+    <string name="sms_cb_settings" msgid="1556918270840502446">"უსადენო საგანგებო გაფრთხილებები"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="5702555089013313773">"უსადენო საგანგებო გაფრთხილებები"</string>
     <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>
diff --git a/res/values-mcc310-kk/strings.xml b/res/values-mcc310-kk/strings.xml
index 3f9422d..9d05fe1 100644
--- a/res/values-mcc310-kk/strings.xml
+++ b/res/values-mcc310-kk/strings.xml
@@ -16,6 +16,9 @@
 
 <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="6018514276739876277">"Сымсыз жіберілетін шұғыл хабарландырулар"</string>
+    <string name="sms_cb_settings" msgid="1556918270840502446">"Сымсыз жіберілетін шұғыл хабарландырулар"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="5702555089013313773">"Сымсыз жіберілетін шұғыл хабарландырулар"</string>
     <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>
diff --git a/res/values-mcc310-km/strings.xml b/res/values-mcc310-km/strings.xml
index cf212dd..52de798 100644
--- a/res/values-mcc310-km/strings.xml
+++ b/res/values-mcc310-km/strings.xml
@@ -16,6 +16,9 @@
 
 <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="6018514276739876277">"ការប្រកាសអាសន្នតាមប្រព័ន្ធឥតខ្សែ"</string>
+    <string name="sms_cb_settings" msgid="1556918270840502446">"ការប្រកាសអាសន្នតាមប្រព័ន្ធឥតខ្សែ"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="5702555089013313773">"ការប្រកាសអាសន្នតាមប្រព័ន្ធឥតខ្សែ"</string>
     <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>
diff --git a/res/values-mcc310-kn/strings.xml b/res/values-mcc310-kn/strings.xml
index 1a9b816..31006ef 100644
--- a/res/values-mcc310-kn/strings.xml
+++ b/res/values-mcc310-kn/strings.xml
@@ -16,6 +16,9 @@
 
 <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="6018514276739876277">"Wireless Emergency Alerts"</string>
+    <string name="sms_cb_settings" msgid="1556918270840502446">"ವೈರ್‌ಲೆಸ್ ತುರ್ತು ಅಲರ್ಟ್‌ಗಳು"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="5702555089013313773">"ವೈರ್‌ಲೆಸ್ ತುರ್ತು ಅಲರ್ಟ್‌ಗಳು"</string>
     <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>
diff --git a/res/values-mcc310-ko/strings.xml b/res/values-mcc310-ko/strings.xml
index 894d0df..5640f7f 100644
--- a/res/values-mcc310-ko/strings.xml
+++ b/res/values-mcc310-ko/strings.xml
@@ -16,6 +16,9 @@
 
 <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="6018514276739876277">"긴급 재난 문자"</string>
+    <string name="sms_cb_settings" msgid="1556918270840502446">"긴급 재난 문자"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="5702555089013313773">"긴급 재난 문자"</string>
     <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>
diff --git a/res/values-mcc310-ky/strings.xml b/res/values-mcc310-ky/strings.xml
index 54ef582..4c42b8a 100644
--- a/res/values-mcc310-ky/strings.xml
+++ b/res/values-mcc310-ky/strings.xml
@@ -16,6 +16,9 @@
 
 <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="6018514276739876277">"Зымсыз канал аркылуу шашылыш билдирүүлөр"</string>
+    <string name="sms_cb_settings" msgid="1556918270840502446">"Зымсыз канал аркылуу шашылыш билдирүүлөр"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="5702555089013313773">"Зымсыз канал аркылуу шашылыш билдирүүлөр"</string>
     <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>
diff --git a/res/values-mcc310-lo/strings.xml b/res/values-mcc310-lo/strings.xml
index bc0a8af..5ff6c22 100644
--- a/res/values-mcc310-lo/strings.xml
+++ b/res/values-mcc310-lo/strings.xml
@@ -16,6 +16,9 @@
 
 <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="6018514276739876277">"ແຈ້ງເຕືອນເຫດສຸກເສີນແບບໄຮ້ສາຍ"</string>
+    <string name="sms_cb_settings" msgid="1556918270840502446">"ແຈ້ງເຕືອນເຫດສຸກເສີນແບບໄຮ້ສາຍ"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="5702555089013313773">"ແຈ້ງເຕືອນເຫດສຸກເສີນແບບໄຮ້ສາຍ"</string>
     <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>
diff --git a/res/values-mcc310-lt/strings.xml b/res/values-mcc310-lt/strings.xml
index 3ba594a..bddc3e5 100644
--- a/res/values-mcc310-lt/strings.xml
+++ b/res/values-mcc310-lt/strings.xml
@@ -16,6 +16,9 @@
 
 <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="6018514276739876277">"Belaidžiu ryšiu siunčiami kritinės padėties įspėjimai"</string>
+    <string name="sms_cb_settings" msgid="1556918270840502446">"Belaidžiu ryšiu siunčiami kritinės padėties įspėjimai"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="5702555089013313773">"Belaidžiu r. siunčiami krit. pad. įsp."</string>
     <string name="receive_cmas_in_second_language_title" msgid="7539080017840218665">"Ispanų"</string>
     <string name="receive_cmas_in_second_language_summary" msgid="4482209573334686904">"Kai galima, gauti įspėjimus apie kritinę padėtį ispanų kalba"</string>
     <string name="confirm_delete_broadcast" msgid="6808374217554967811">"Ištrinti šį įspėjimą?"</string>
diff --git a/res/values-mcc310-lv/strings.xml b/res/values-mcc310-lv/strings.xml
index 26b6627..9b72add 100644
--- a/res/values-mcc310-lv/strings.xml
+++ b/res/values-mcc310-lv/strings.xml
@@ -16,6 +16,9 @@
 
 <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="6018514276739876277">"Bezvadu ārkārtas brīdinājumi"</string>
+    <string name="sms_cb_settings" msgid="1556918270840502446">"Bezvadu ārkārtas brīdinājumi"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="5702555089013313773">"Bezvadu ārkārtas brīdinājumi"</string>
     <string name="receive_cmas_in_second_language_title" msgid="7539080017840218665">"Spāņu"</string>
     <string name="receive_cmas_in_second_language_summary" msgid="4482209573334686904">"Saņemt ārkārtas brīdinājumus spāņu valodā, kad iespējams"</string>
     <string name="confirm_delete_broadcast" msgid="6808374217554967811">"Vai dzēst šo brīdinājumu?"</string>
diff --git a/res/values-mcc310-mk/strings.xml b/res/values-mcc310-mk/strings.xml
index 5ce1a77..2ff23ca 100644
--- a/res/values-mcc310-mk/strings.xml
+++ b/res/values-mcc310-mk/strings.xml
@@ -16,6 +16,9 @@
 
 <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="6018514276739876277">"Безжични предупредувања за итни случаи"</string>
+    <string name="sms_cb_settings" msgid="1556918270840502446">"Безжични предупредувања за итни случаи"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="5702555089013313773">"Безжични предупредувања за итни случаи"</string>
     <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>
diff --git a/res/values-mcc310-ml/strings.xml b/res/values-mcc310-ml/strings.xml
index dd3f8b0..2ab418b 100644
--- a/res/values-mcc310-ml/strings.xml
+++ b/res/values-mcc310-ml/strings.xml
@@ -16,6 +16,9 @@
 
 <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="6018514276739876277">"അടിയന്തര വയർലെസ് മുന്നറിയിപ്പുകൾ"</string>
+    <string name="sms_cb_settings" msgid="1556918270840502446">"അടിയന്തര വയർലെസ് മുന്നറിയിപ്പുകൾ"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="5702555089013313773">"അടിയന്തര വയർലെസ് മുന്നറിയിപ്പുകൾ"</string>
     <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>
diff --git a/res/values-mcc310-mn/strings.xml b/res/values-mcc310-mn/strings.xml
index 05cf508..4ef33ef 100644
--- a/res/values-mcc310-mn/strings.xml
+++ b/res/values-mcc310-mn/strings.xml
@@ -16,6 +16,9 @@
 
 <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="6018514276739876277">"Утасгүй яаралтай тусламжийн сэрэмжлүүлэг"</string>
+    <string name="sms_cb_settings" msgid="1556918270840502446">"Утасгүй яаралтай тусламжийн сэрэмжлүүлэг"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="5702555089013313773">"Утасгүй яаралтай тусламжийн сэрэмжлүүлэг"</string>
     <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>
diff --git a/res/values-mcc310-mnc160/config.xml b/res/values-mcc310-mnc160/config.xml
index 25033ec..d80089d 100644
--- a/res/values-mcc310-mnc160/config.xml
+++ b/res/values-mcc310-mnc160/config.xml
@@ -15,13 +15,6 @@
 -->
 
 <resources>
-    <!-- 4370, 4383 -->
-    <string-array name="cmas_presidential_alerts_channels_range_strings" translatable="false">
-        <item>0x1112:rat=gsm, emergency=true, override_dnd=true, always_on=true</item>
-        <!-- additional language -->
-        <item>0x111F:rat=gsm, emergency=true, override_dnd=true, always_on=true</item>
-    </string-array>
-
     <!-- Whether to show CMAS messages by in a different order than received by prioritizing them -->
     <bool name="show_cmas_messages_in_priority_order">true</bool>
     <!-- use global language settings for TMO -->
diff --git a/res/values-mcc310-mnc590 b/res/values-mcc310-mnc590
index 2edbb94..4313b51 120000
--- a/res/values-mcc310-mnc590
+++ b/res/values-mcc310-mnc590
@@ -1 +1 @@
-values-mcc310-mnc160
\ No newline at end of file
+values-mcc310-mnc012
\ No newline at end of file
diff --git a/res/values-mcc310-mr/strings.xml b/res/values-mcc310-mr/strings.xml
index 5d055c1..6031c98 100644
--- a/res/values-mcc310-mr/strings.xml
+++ b/res/values-mcc310-mr/strings.xml
@@ -16,6 +16,9 @@
 
 <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="6018514276739876277">"वायरलेस आणीबाणी इशारे"</string>
+    <string name="sms_cb_settings" msgid="1556918270840502446">"वायरलेस आणीबाणी इशारे"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="5702555089013313773">"वायरलेस आणीबाणी इशारे"</string>
     <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>
diff --git a/res/values-mcc310-ms/strings.xml b/res/values-mcc310-ms/strings.xml
index 92c9e4e..cccefd7 100644
--- a/res/values-mcc310-ms/strings.xml
+++ b/res/values-mcc310-ms/strings.xml
@@ -16,6 +16,9 @@
 
 <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="6018514276739876277">"Makluman Kecemasan Wayarles"</string>
+    <string name="sms_cb_settings" msgid="1556918270840502446">"Makluman Kecemasan Wayarles"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="5702555089013313773">"Makluman Kecemasan Wayarles"</string>
     <string name="receive_cmas_in_second_language_title" msgid="7539080017840218665">"Sepanyol"</string>
     <string name="receive_cmas_in_second_language_summary" msgid="4482209573334686904">"Menerima makluman kecemasan dalam bahasa Sepanyol jika boleh"</string>
     <string name="confirm_delete_broadcast" msgid="6808374217554967811">"Padam makluman ini?"</string>
diff --git a/res/values-mcc310-my/strings.xml b/res/values-mcc310-my/strings.xml
index b09d982..ecafe39 100644
--- a/res/values-mcc310-my/strings.xml
+++ b/res/values-mcc310-my/strings.xml
@@ -16,6 +16,9 @@
 
 <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="6018514276739876277">"ကြိုးမဲ့ အရေးပေါ်သတိပေးချက်များ"</string>
+    <string name="sms_cb_settings" msgid="1556918270840502446">"ကြိုးမဲ့ အရေးပေါ်သတိပေးချက်များ"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="5702555089013313773">"ကြိုးမဲ့ အရေးပေါ်သတိပေးချက်များ"</string>
     <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>
diff --git a/res/values-mcc310-nb/strings.xml b/res/values-mcc310-nb/strings.xml
index 95226a6..79abd25 100644
--- a/res/values-mcc310-nb/strings.xml
+++ b/res/values-mcc310-nb/strings.xml
@@ -16,6 +16,9 @@
 
 <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="6018514276739876277">"Trådløse nødvarsler"</string>
+    <string name="sms_cb_settings" msgid="1556918270840502446">"Trådløse nødvarsler"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="5702555089013313773">"Trådløse nødvarsler"</string>
     <string name="receive_cmas_in_second_language_title" msgid="7539080017840218665">"Spansk"</string>
     <string name="receive_cmas_in_second_language_summary" msgid="4482209573334686904">"Motta nødvarsler på spansk når det er mulig"</string>
     <string name="confirm_delete_broadcast" msgid="6808374217554967811">"Vil du slette dette varselet?"</string>
diff --git a/res/values-mcc310-ne/strings.xml b/res/values-mcc310-ne/strings.xml
index 12e6f97..5d29e5a 100644
--- a/res/values-mcc310-ne/strings.xml
+++ b/res/values-mcc310-ne/strings.xml
@@ -16,6 +16,9 @@
 
 <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="6018514276739876277">"आपत्‌कालीन वायरलेस अलर्टहरू"</string>
+    <string name="sms_cb_settings" msgid="1556918270840502446">"आपत्‌कालीन वायरलेस अलर्टहरू"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="5702555089013313773">"आपत्‌कालीन वायरलेस अलर्टहरू"</string>
     <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>
@@ -28,5 +31,5 @@
     <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>
+    <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..534d0e4 100644
--- a/res/values-mcc310-nl/strings.xml
+++ b/res/values-mcc310-nl/strings.xml
@@ -16,6 +16,9 @@
 
 <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="6018514276739876277">"Wireless Emergency Alerts"</string>
+    <string name="sms_cb_settings" msgid="1556918270840502446">"Mobiele noodmeldingen"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="5702555089013313773">"Mobiele noodmeldingen"</string>
     <string name="receive_cmas_in_second_language_title" msgid="7539080017840218665">"Spaans"</string>
     <string name="receive_cmas_in_second_language_summary" msgid="4482209573334686904">"Noodmeldingen ontvangen in het Spaans, indien mogelijk"</string>
     <string name="confirm_delete_broadcast" msgid="6808374217554967811">"Deze melding verwijderen?"</string>
diff --git a/res/values-mcc310-or/strings.xml b/res/values-mcc310-or/strings.xml
index 113d007..1f68503 100644
--- a/res/values-mcc310-or/strings.xml
+++ b/res/values-mcc310-or/strings.xml
@@ -16,6 +16,9 @@
 
 <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="6018514276739876277">"ୱେୟାରଲେସ ଜରୁରୀକାଳୀନ ଆଲର୍ଟ"</string>
+    <string name="sms_cb_settings" msgid="1556918270840502446">"ୱେୟାରଲେସ ଜରୁରୀକାଳୀନ ଆଲର୍ଟ"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="5702555089013313773">"ୱେୟାରଲେସ ଜରୁରୀକାଳୀନ ଆଲର୍ଟ"</string>
     <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>
diff --git a/res/values-mcc310-pa/strings.xml b/res/values-mcc310-pa/strings.xml
index e9b041c..7d647fb 100644
--- a/res/values-mcc310-pa/strings.xml
+++ b/res/values-mcc310-pa/strings.xml
@@ -16,6 +16,9 @@
 
 <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="6018514276739876277">"ਵਾਇਰਲੈੱਸ ਐਮਰਜੈਂਸੀ ਅਲਰਟ"</string>
+    <string name="sms_cb_settings" msgid="1556918270840502446">"ਵਾਇਰਲੈੱਸ ਐਮਰਜੈਂਸੀ ਅਲਰਟ"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="5702555089013313773">"ਵਾਇਰਲੈੱਸ ਐਮਰਜੈਂਸੀ ਅਲਰਟ"</string>
     <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>
diff --git a/res/values-mcc310-pl/strings.xml b/res/values-mcc310-pl/strings.xml
index b069f4a..bbccc08 100644
--- a/res/values-mcc310-pl/strings.xml
+++ b/res/values-mcc310-pl/strings.xml
@@ -16,6 +16,9 @@
 
 <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="6018514276739876277">"Alerty o zagrożeniu"</string>
+    <string name="sms_cb_settings" msgid="1556918270840502446">"Alerty o zagrożeniu"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="5702555089013313773">"Alerty o zagrożeniu"</string>
     <string name="receive_cmas_in_second_language_title" msgid="7539080017840218665">"Hiszpański"</string>
     <string name="receive_cmas_in_second_language_summary" msgid="4482209573334686904">"Otrzymuj alerty bezpieczeństwa po hiszpańsku, jeśli są dostępne"</string>
     <string name="confirm_delete_broadcast" msgid="6808374217554967811">"Usunąć ten alert?"</string>
diff --git a/res/values-mcc310-pt-rPT/strings.xml b/res/values-mcc310-pt-rPT/strings.xml
index 8ac8d5a..f93f9ab 100644
--- a/res/values-mcc310-pt-rPT/strings.xml
+++ b/res/values-mcc310-pt-rPT/strings.xml
@@ -16,6 +16,9 @@
 
 <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="6018514276739876277">"Alertas de emergência sem fios"</string>
+    <string name="sms_cb_settings" msgid="1556918270840502446">"Alertas de emergência sem fios"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="5702555089013313773">"Alertas de emergência sem fios"</string>
     <string name="receive_cmas_in_second_language_title" msgid="7539080017840218665">"Espanhol"</string>
     <string name="receive_cmas_in_second_language_summary" msgid="4482209573334686904">"Receber alertas de emergência em espanhol sempre que possível"</string>
     <string name="confirm_delete_broadcast" msgid="6808374217554967811">"Eliminar este alerta?"</string>
diff --git a/res/values-mcc310-pt/strings.xml b/res/values-mcc310-pt/strings.xml
index 12a704c..bb7362f 100644
--- a/res/values-mcc310-pt/strings.xml
+++ b/res/values-mcc310-pt/strings.xml
@@ -16,6 +16,9 @@
 
 <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="6018514276739876277">"Alertas de emergência sem fio"</string>
+    <string name="sms_cb_settings" msgid="1556918270840502446">"Alertas de emergência sem fio"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="5702555089013313773">"Alertas de emergência sem fio"</string>
     <string name="receive_cmas_in_second_language_title" msgid="7539080017840218665">"Espanhol"</string>
     <string name="receive_cmas_in_second_language_summary" msgid="4482209573334686904">"Receber alertas de emergência em espanhol quando possível"</string>
     <string name="confirm_delete_broadcast" msgid="6808374217554967811">"Excluir este alerta?"</string>
diff --git a/res/values-mcc310-ro/strings.xml b/res/values-mcc310-ro/strings.xml
index c836fb8..2a1fc80 100644
--- a/res/values-mcc310-ro/strings.xml
+++ b/res/values-mcc310-ro/strings.xml
@@ -16,6 +16,9 @@
 
 <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="6018514276739876277">"Alerte de urgență wireless"</string>
+    <string name="sms_cb_settings" msgid="1556918270840502446">"Alerte de urgență wireless"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="5702555089013313773">"Alerte de urgență wireless"</string>
     <string name="receive_cmas_in_second_language_title" msgid="7539080017840218665">"Spaniolă"</string>
     <string name="receive_cmas_in_second_language_summary" msgid="4482209573334686904">"Trimite alerte de urgență în limba spaniolă dacă este posibil"</string>
     <string name="confirm_delete_broadcast" msgid="6808374217554967811">"Ștergi această alertă?"</string>
diff --git a/res/values-mcc310-ru/strings.xml b/res/values-mcc310-ru/strings.xml
index 0ae26e0..4a9cc14 100644
--- a/res/values-mcc310-ru/strings.xml
+++ b/res/values-mcc310-ru/strings.xml
@@ -16,6 +16,9 @@
 
 <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="6018514276739876277">"Экстренные оповещения по беспроводному каналу"</string>
+    <string name="sms_cb_settings" msgid="1556918270840502446">"Экстренные оповещения по беспроводному каналу"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="5702555089013313773">"Экстренные оповещения по беспров. каналу"</string>
     <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>
diff --git a/res/values-mcc310-si/strings.xml b/res/values-mcc310-si/strings.xml
index 206e24c..9ba6f9e 100644
--- a/res/values-mcc310-si/strings.xml
+++ b/res/values-mcc310-si/strings.xml
@@ -16,6 +16,9 @@
 
 <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="6018514276739876277">"නොරැහැන් හදිසි අවස්ථා ඇඟවීම්"</string>
+    <string name="sms_cb_settings" msgid="1556918270840502446">"නොරැහැන් හදිසි අවස්ථා ඇඟවීම්"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="5702555089013313773">"නොරැහැන් හදිසි අවස්ථා ඇඟවීම්"</string>
     <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>
diff --git a/res/values-mcc310-sk/strings.xml b/res/values-mcc310-sk/strings.xml
index faee301..3c73cf4 100644
--- a/res/values-mcc310-sk/strings.xml
+++ b/res/values-mcc310-sk/strings.xml
@@ -16,6 +16,9 @@
 
 <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="6018514276739876277">"Bezdrôtové núdzové upozornenia"</string>
+    <string name="sms_cb_settings" msgid="1556918270840502446">"Bezdrôtové núdzové upozornenia"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="5702555089013313773">"Bezdrôtové núdzové upozornenia"</string>
     <string name="receive_cmas_in_second_language_title" msgid="7539080017840218665">"Španielčina"</string>
     <string name="receive_cmas_in_second_language_summary" msgid="4482209573334686904">"Dostávať tiesňové upozornenia v španielčine (keď je to možné)"</string>
     <string name="confirm_delete_broadcast" msgid="6808374217554967811">"Chcete odstrániť toto upozornenie?"</string>
diff --git a/res/values-mcc310-sl/strings.xml b/res/values-mcc310-sl/strings.xml
index fb870e3..5d97023 100644
--- a/res/values-mcc310-sl/strings.xml
+++ b/res/values-mcc310-sl/strings.xml
@@ -16,6 +16,9 @@
 
 <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="6018514276739876277">"Brezžična nujna opozorila"</string>
+    <string name="sms_cb_settings" msgid="1556918270840502446">"Brezžična nujna opozorila"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="5702555089013313773">"Brezžična nujna opozorila"</string>
     <string name="receive_cmas_in_second_language_title" msgid="7539080017840218665">"španščina"</string>
     <string name="receive_cmas_in_second_language_summary" msgid="4482209573334686904">"Prejemanje nujnih opozoril v španščini, kadar je to mogoče"</string>
     <string name="confirm_delete_broadcast" msgid="6808374217554967811">"Želite izbrisati to opozorilo?"</string>
diff --git a/res/values-mcc310-sq/strings.xml b/res/values-mcc310-sq/strings.xml
index f82dadd..50bc122 100644
--- a/res/values-mcc310-sq/strings.xml
+++ b/res/values-mcc310-sq/strings.xml
@@ -16,6 +16,9 @@
 
 <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="6018514276739876277">"Sinjalizimet wireless të urgjencës"</string>
+    <string name="sms_cb_settings" msgid="1556918270840502446">"Sinjalizimet wireless të urgjencës"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="5702555089013313773">"Sinjalizimet wireless të urgjencës"</string>
     <string name="receive_cmas_in_second_language_title" msgid="7539080017840218665">"spanjisht"</string>
     <string name="receive_cmas_in_second_language_summary" msgid="4482209573334686904">"Merri sinjalizimet e urgjencës në spanjisht kur është e mundur"</string>
     <string name="confirm_delete_broadcast" msgid="6808374217554967811">"Do ta fshish këtë sinjalizim?"</string>
diff --git a/res/values-mcc310-sr/strings.xml b/res/values-mcc310-sr/strings.xml
index 941c03c..80ac3c0 100644
--- a/res/values-mcc310-sr/strings.xml
+++ b/res/values-mcc310-sr/strings.xml
@@ -16,6 +16,9 @@
 
 <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="6018514276739876277">"Мобилна упозорења о хитним случајевима"</string>
+    <string name="sms_cb_settings" msgid="1556918270840502446">"Мобилна упозорења о хитним случајевима"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="5702555089013313773">"Мобилна упозорења о хитним случајевима"</string>
     <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>
diff --git a/res/values-mcc310-sv/strings.xml b/res/values-mcc310-sv/strings.xml
index 1f92995..b0714ad 100644
--- a/res/values-mcc310-sv/strings.xml
+++ b/res/values-mcc310-sv/strings.xml
@@ -16,6 +16,9 @@
 
 <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="6018514276739876277">"Trådlösa varningar vid nödsituationer"</string>
+    <string name="sms_cb_settings" msgid="1556918270840502446">"Trådlösa varningar vid nödsituationer"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="5702555089013313773">"Trådlösa varningar vid nödsituationer"</string>
     <string name="receive_cmas_in_second_language_title" msgid="7539080017840218665">"Spanska"</string>
     <string name="receive_cmas_in_second_language_summary" msgid="4482209573334686904">"Ta emot varningar på spanska vid nödsituationer när det är möjligt"</string>
     <string name="confirm_delete_broadcast" msgid="6808374217554967811">"Vill du radera varningen?"</string>
diff --git a/res/values-mcc310-sw/strings.xml b/res/values-mcc310-sw/strings.xml
index e82767e..8a0478f 100644
--- a/res/values-mcc310-sw/strings.xml
+++ b/res/values-mcc310-sw/strings.xml
@@ -16,6 +16,9 @@
 
 <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="6018514276739876277">"Tahadhari za Dharura kupitia Vifaa vya Mkononi"</string>
+    <string name="sms_cb_settings" msgid="1556918270840502446">"Tahadhari za Dharura kupitia Vifaa vya Mkononi"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="5702555089013313773">"Tahadhari za Dharura kupitia Vifaa vya Mkononi"</string>
     <string name="receive_cmas_in_second_language_title" msgid="7539080017840218665">"Kihispania"</string>
     <string name="receive_cmas_in_second_language_summary" msgid="4482209573334686904">"Pokea arifa za dharura katika Kihispania inapowezekana"</string>
     <string name="confirm_delete_broadcast" msgid="6808374217554967811">"Ungependa kufuta arifa hii?"</string>
diff --git a/res/values-mcc310-ta/strings.xml b/res/values-mcc310-ta/strings.xml
index 546d9fc..6af4ca2 100644
--- a/res/values-mcc310-ta/strings.xml
+++ b/res/values-mcc310-ta/strings.xml
@@ -16,6 +16,9 @@
 
 <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="6018514276739876277">"வயர்லெஸ் அவசரகால எச்சரிக்கைகள்"</string>
+    <string name="sms_cb_settings" msgid="1556918270840502446">"வயர்லெஸ் அவசரகால எச்சரிக்கைகள்"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="5702555089013313773">"வயர்லெஸ் அவசரகால எச்சரிக்கைகள்"</string>
     <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>
diff --git a/res/values-mcc310-te/strings.xml b/res/values-mcc310-te/strings.xml
index eca7f14..ab3b18f 100644
--- a/res/values-mcc310-te/strings.xml
+++ b/res/values-mcc310-te/strings.xml
@@ -16,6 +16,9 @@
 
 <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="6018514276739876277">"వైర్‌లెస్ ఎమర్జెన్సీ అలర్ట్‌లు"</string>
+    <string name="sms_cb_settings" msgid="1556918270840502446">"వైర్‌లెస్ ఎమర్జెన్సీ అలర్ట్‌లు"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="5702555089013313773">"వైర్‌లెస్ ఎమర్జెన్సీ అలర్ట్‌లు"</string>
     <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>
diff --git a/res/values-mcc310-th/strings.xml b/res/values-mcc310-th/strings.xml
index fd86d0f..b62fe3c 100644
--- a/res/values-mcc310-th/strings.xml
+++ b/res/values-mcc310-th/strings.xml
@@ -16,6 +16,9 @@
 
 <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="6018514276739876277">"การแจ้งเหตุฉุกเฉินแบบไร้สาย"</string>
+    <string name="sms_cb_settings" msgid="1556918270840502446">"การแจ้งเหตุฉุกเฉินแบบไร้สาย"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="5702555089013313773">"การแจ้งเหตุฉุกเฉินแบบไร้สาย"</string>
     <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>
diff --git a/res/values-mcc310-tl/strings.xml b/res/values-mcc310-tl/strings.xml
index d467058..96cd8f6 100644
--- a/res/values-mcc310-tl/strings.xml
+++ b/res/values-mcc310-tl/strings.xml
@@ -16,6 +16,9 @@
 
 <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="6018514276739876277">"Mga Wireless na Alerto sa Emergency"</string>
+    <string name="sms_cb_settings" msgid="1556918270840502446">"Mga Wireless na Alerto sa Emergency"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="5702555089013313773">"Mga Wireless na Alerto sa Emergency"</string>
     <string name="receive_cmas_in_second_language_title" msgid="7539080017840218665">"Spanish"</string>
     <string name="receive_cmas_in_second_language_summary" msgid="4482209573334686904">"Makatanggap ng mga alerto sa emergency na nasa wikang Spanish kapag posible"</string>
     <string name="confirm_delete_broadcast" msgid="6808374217554967811">"I-delete ang alertong ito?"</string>
diff --git a/res/values-mcc310-tr/strings.xml b/res/values-mcc310-tr/strings.xml
index af6bb1b..9d219b4 100644
--- a/res/values-mcc310-tr/strings.xml
+++ b/res/values-mcc310-tr/strings.xml
@@ -16,6 +16,9 @@
 
 <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="6018514276739876277">"Kablosuz Acil Durum Uyarıları"</string>
+    <string name="sms_cb_settings" msgid="1556918270840502446">"Kablosuz Acil Durum Uyarıları"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="5702555089013313773">"Kablosuz Acil Durum Uyarıları"</string>
     <string name="receive_cmas_in_second_language_title" msgid="7539080017840218665">"İspanyolca"</string>
     <string name="receive_cmas_in_second_language_summary" msgid="4482209573334686904">"Mümkün olduğunda acil durum uyarılarını İspanyolca alın"</string>
     <string name="confirm_delete_broadcast" msgid="6808374217554967811">"Bu uyarı silinsin mi?"</string>
diff --git a/res/values-mcc310-uk/strings.xml b/res/values-mcc310-uk/strings.xml
index 117a131..5c51db5 100644
--- a/res/values-mcc310-uk/strings.xml
+++ b/res/values-mcc310-uk/strings.xml
@@ -16,6 +16,9 @@
 
 <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="6018514276739876277">"Бездротові екстрені сповіщення"</string>
+    <string name="sms_cb_settings" msgid="1556918270840502446">"Бездротові екстрені сповіщення"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="5702555089013313773">"Бездротові екстрені сповіщення"</string>
     <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>
diff --git a/res/values-mcc310-ur/strings.xml b/res/values-mcc310-ur/strings.xml
index a64e636..65506b5 100644
--- a/res/values-mcc310-ur/strings.xml
+++ b/res/values-mcc310-ur/strings.xml
@@ -16,8 +16,11 @@
 
 <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="6018514276739876277">"وائرلیس ایمرجنسی الرٹس"</string>
+    <string name="sms_cb_settings" msgid="1556918270840502446">"وائرلیس ایمرجنسی الرٹس"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="5702555089013313773">"وائرلیس ایمرجنسی الرٹس"</string>
     <string name="receive_cmas_in_second_language_title" msgid="7539080017840218665">"ہسپانوی"</string>
-    <string name="receive_cmas_in_second_language_summary" msgid="4482209573334686904">"ممکن ہونے پر ہسپانوی میں ہنگامی الرٹس موصول کریں"</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>
diff --git a/res/values-mcc310-uz/strings.xml b/res/values-mcc310-uz/strings.xml
index 210335a..8064971 100644
--- a/res/values-mcc310-uz/strings.xml
+++ b/res/values-mcc310-uz/strings.xml
@@ -16,6 +16,9 @@
 
 <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="6018514276739876277">"Aholini favqulodda ogohlantirish"</string>
+    <string name="sms_cb_settings" msgid="1556918270840502446">"Aholini favqulodda ogohlantirish"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="5702555089013313773">"Aholini favqulodda ogohlantirish"</string>
     <string name="receive_cmas_in_second_language_title" msgid="7539080017840218665">"Ispan"</string>
     <string name="receive_cmas_in_second_language_summary" msgid="4482209573334686904">"Imkoni boʻlsa, favqulodda ogohlantirishlar Ispan tilida kelsin"</string>
     <string name="confirm_delete_broadcast" msgid="6808374217554967811">"Bu bildirishnoma oʻchirilsinmi?"</string>
diff --git a/res/values-mcc310-vi/strings.xml b/res/values-mcc310-vi/strings.xml
index 0f4fef5..87e34cf 100644
--- a/res/values-mcc310-vi/strings.xml
+++ b/res/values-mcc310-vi/strings.xml
@@ -16,6 +16,9 @@
 
 <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="6018514276739876277">"Cảnh báo khẩn cấp qua mạng không dây"</string>
+    <string name="sms_cb_settings" msgid="1556918270840502446">"Cảnh báo khẩn cấp qua mạng không dây"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="5702555089013313773">"Cảnh báo khẩn cấp qua mạng không dây"</string>
     <string name="receive_cmas_in_second_language_title" msgid="7539080017840218665">"Tiếng Việt"</string>
     <string name="receive_cmas_in_second_language_summary" msgid="4482209573334686904">"Nhận cảnh báo khẩn cấp bằng tiếng Việt khi có thể"</string>
     <string name="confirm_delete_broadcast" msgid="6808374217554967811">"Xóa cảnh báo này?"</string>
diff --git a/res/values-mcc310-zh-rCN/strings.xml b/res/values-mcc310-zh-rCN/strings.xml
index f2ef3a4..34cf778 100644
--- a/res/values-mcc310-zh-rCN/strings.xml
+++ b/res/values-mcc310-zh-rCN/strings.xml
@@ -16,6 +16,9 @@
 
 <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="6018514276739876277">"无线紧急警报"</string>
+    <string name="sms_cb_settings" msgid="1556918270840502446">"无线紧急警报"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="5702555089013313773">"无线紧急警报"</string>
     <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>
diff --git a/res/values-mcc310-zh-rHK/strings.xml b/res/values-mcc310-zh-rHK/strings.xml
index b9bd2ce..e9ccb33 100644
--- a/res/values-mcc310-zh-rHK/strings.xml
+++ b/res/values-mcc310-zh-rHK/strings.xml
@@ -16,6 +16,9 @@
 
 <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="6018514276739876277">"無線緊急警示"</string>
+    <string name="sms_cb_settings" msgid="1556918270840502446">"無線緊急警示"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="5702555089013313773">"無線緊急警示"</string>
     <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>
diff --git a/res/values-mcc310-zh-rTW/strings.xml b/res/values-mcc310-zh-rTW/strings.xml
index 90050d4..157cecd 100644
--- a/res/values-mcc310-zh-rTW/strings.xml
+++ b/res/values-mcc310-zh-rTW/strings.xml
@@ -16,6 +16,9 @@
 
 <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="6018514276739876277">"無線緊急警報"</string>
+    <string name="sms_cb_settings" msgid="1556918270840502446">"無線緊急警報"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="5702555089013313773">"無線緊急警報"</string>
     <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>
diff --git a/res/values-mcc310-zu/strings.xml b/res/values-mcc310-zu/strings.xml
index d2cf462..2ee0cef 100644
--- a/res/values-mcc310-zu/strings.xml
+++ b/res/values-mcc310-zu/strings.xml
@@ -16,6 +16,9 @@
 
 <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="6018514276739876277">"Izexwayiso Zesimo Esiphuthumayo Esingenantambo"</string>
+    <string name="sms_cb_settings" msgid="1556918270840502446">"Izexwayiso Zesimo Esiphuthumayo Esingenantambo"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="5702555089013313773">"Izexwayiso Zesimo Esiphuthumayo Esingenantambo"</string>
     <string name="receive_cmas_in_second_language_title" msgid="7539080017840218665">"Spanish"</string>
     <string name="receive_cmas_in_second_language_summary" msgid="4482209573334686904">"Thola izexwayiso zesimo esiphuthumayo nge-Spanish uma kukhonakala"</string>
     <string name="confirm_delete_broadcast" msgid="6808374217554967811">"Susa lesi sexwayiso?"</string>
diff --git a/res/values-mcc310/strings.xml b/res/values-mcc310/strings.xml
index 46817be..0696544 100644
--- a/res/values-mcc310/strings.xml
+++ b/res/values-mcc310/strings.xml
@@ -17,6 +17,13 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
 
+    <!-- The name of the Cell Broadcast Receiver app. [CHAR LIMIT=NONE] -->
+    <string name="app_label">Wireless Emergency Alerts</string>
+    <!-- Label for settings screen. [CHAR LIMIT=NONE] -->
+    <string name="sms_cb_settings">Wireless Emergency Alerts</string>
+    <!-- Label to open emergencyNotifications dialog [CHAR LIMIT=40] -->
+    <string name="emergency_alert_settings_title_watches">Wireless Emergency Alerts</string>
+
     <!-- Show additional language on/off switch in settings -->
     <!-- Preference title for enable CMAS second language checkbox. [CHAR LIMIT=50] -->
     <string name="receive_cmas_in_second_language_title">Spanish</string>
diff --git a/res/values-mcc334-mnc030-af b/res/values-mcc334-mnc030-af
new file mode 120000
index 0000000..57397d4
--- /dev/null
+++ b/res/values-mcc334-mnc030-af
@@ -0,0 +1 @@
+values-mcc334-mnc03-af
\ No newline at end of file
diff --git a/res/values-mcc334-mnc030-am b/res/values-mcc334-mnc030-am
new file mode 120000
index 0000000..abf7744
--- /dev/null
+++ b/res/values-mcc334-mnc030-am
@@ -0,0 +1 @@
+values-mcc334-mnc03-am
\ No newline at end of file
diff --git a/res/values-mcc334-mnc030-ar b/res/values-mcc334-mnc030-ar
new file mode 120000
index 0000000..0134e76
--- /dev/null
+++ b/res/values-mcc334-mnc030-ar
@@ -0,0 +1 @@
+values-mcc334-mnc03-ar
\ No newline at end of file
diff --git a/res/values-mcc334-mnc030-as b/res/values-mcc334-mnc030-as
new file mode 120000
index 0000000..a191912
--- /dev/null
+++ b/res/values-mcc334-mnc030-as
@@ -0,0 +1 @@
+values-mcc334-mnc03-as
\ No newline at end of file
diff --git a/res/values-mcc334-mnc030-az b/res/values-mcc334-mnc030-az
new file mode 120000
index 0000000..17ec43c
--- /dev/null
+++ b/res/values-mcc334-mnc030-az
@@ -0,0 +1 @@
+values-mcc334-mnc03-az
\ No newline at end of file
diff --git a/res/values-mcc334-mnc030-b+sr+Latn b/res/values-mcc334-mnc030-b+sr+Latn
new file mode 120000
index 0000000..11d956c
--- /dev/null
+++ b/res/values-mcc334-mnc030-b+sr+Latn
@@ -0,0 +1 @@
+values-mcc334-mnc03-b+sr+Latn
\ No newline at end of file
diff --git a/res/values-mcc334-mnc030-be b/res/values-mcc334-mnc030-be
new file mode 120000
index 0000000..1f37a55
--- /dev/null
+++ b/res/values-mcc334-mnc030-be
@@ -0,0 +1 @@
+values-mcc334-mnc03-be
\ No newline at end of file
diff --git a/res/values-mcc334-mnc030-bg b/res/values-mcc334-mnc030-bg
new file mode 120000
index 0000000..1b6969c
--- /dev/null
+++ b/res/values-mcc334-mnc030-bg
@@ -0,0 +1 @@
+values-mcc334-mnc03-bg
\ No newline at end of file
diff --git a/res/values-mcc334-mnc030-bn b/res/values-mcc334-mnc030-bn
new file mode 120000
index 0000000..f4b8db4
--- /dev/null
+++ b/res/values-mcc334-mnc030-bn
@@ -0,0 +1 @@
+values-mcc334-mnc03-bn
\ No newline at end of file
diff --git a/res/values-mcc334-mnc030-bs b/res/values-mcc334-mnc030-bs
new file mode 120000
index 0000000..2510408
--- /dev/null
+++ b/res/values-mcc334-mnc030-bs
@@ -0,0 +1 @@
+values-mcc334-mnc03-bs
\ No newline at end of file
diff --git a/res/values-mcc334-mnc030-ca b/res/values-mcc334-mnc030-ca
new file mode 120000
index 0000000..6316fbb
--- /dev/null
+++ b/res/values-mcc334-mnc030-ca
@@ -0,0 +1 @@
+values-mcc334-mnc03-ca
\ No newline at end of file
diff --git a/res/values-mcc334-mnc030-cs b/res/values-mcc334-mnc030-cs
new file mode 120000
index 0000000..99d0c50
--- /dev/null
+++ b/res/values-mcc334-mnc030-cs
@@ -0,0 +1 @@
+values-mcc334-mnc03-cs
\ No newline at end of file
diff --git a/res/values-mcc334-mnc030-da b/res/values-mcc334-mnc030-da
new file mode 120000
index 0000000..66f13cd
--- /dev/null
+++ b/res/values-mcc334-mnc030-da
@@ -0,0 +1 @@
+values-mcc334-mnc03-da
\ No newline at end of file
diff --git a/res/values-mcc334-mnc030-de b/res/values-mcc334-mnc030-de
new file mode 120000
index 0000000..0534372
--- /dev/null
+++ b/res/values-mcc334-mnc030-de
@@ -0,0 +1 @@
+values-mcc334-mnc03-de
\ No newline at end of file
diff --git a/res/values-mcc334-mnc030-el b/res/values-mcc334-mnc030-el
new file mode 120000
index 0000000..8f53d27
--- /dev/null
+++ b/res/values-mcc334-mnc030-el
@@ -0,0 +1 @@
+values-mcc334-mnc03-el
\ No newline at end of file
diff --git a/res/values-mcc334-mnc030-en-rAU b/res/values-mcc334-mnc030-en-rAU
new file mode 120000
index 0000000..64e8ca9
--- /dev/null
+++ b/res/values-mcc334-mnc030-en-rAU
@@ -0,0 +1 @@
+values-mcc334-mnc03-en-rAU
\ No newline at end of file
diff --git a/res/values-mcc334-mnc030-en-rCA b/res/values-mcc334-mnc030-en-rCA
new file mode 120000
index 0000000..f3fcc26
--- /dev/null
+++ b/res/values-mcc334-mnc030-en-rCA
@@ -0,0 +1 @@
+values-mcc334-mnc03-en-rCA
\ No newline at end of file
diff --git a/res/values-mcc334-mnc030-en-rGB b/res/values-mcc334-mnc030-en-rGB
new file mode 120000
index 0000000..ec89b81
--- /dev/null
+++ b/res/values-mcc334-mnc030-en-rGB
@@ -0,0 +1 @@
+values-mcc334-mnc03-en-rGB
\ No newline at end of file
diff --git a/res/values-mcc334-mnc030-en-rIN b/res/values-mcc334-mnc030-en-rIN
new file mode 120000
index 0000000..ae5ca8c
--- /dev/null
+++ b/res/values-mcc334-mnc030-en-rIN
@@ -0,0 +1 @@
+values-mcc334-mnc03-en-rIN
\ No newline at end of file
diff --git a/res/values-mcc334-mnc030-en-rXC b/res/values-mcc334-mnc030-en-rXC
new file mode 120000
index 0000000..d5e39e0
--- /dev/null
+++ b/res/values-mcc334-mnc030-en-rXC
@@ -0,0 +1 @@
+values-mcc334-mnc03-en-rXC
\ No newline at end of file
diff --git a/res/values-mcc334-mnc030-es b/res/values-mcc334-mnc030-es
new file mode 120000
index 0000000..f89de46
--- /dev/null
+++ b/res/values-mcc334-mnc030-es
@@ -0,0 +1 @@
+values-mcc334-mnc03-es
\ No newline at end of file
diff --git a/res/values-mcc334-mnc030-es-rUS b/res/values-mcc334-mnc030-es-rUS
new file mode 120000
index 0000000..bb397c6
--- /dev/null
+++ b/res/values-mcc334-mnc030-es-rUS
@@ -0,0 +1 @@
+values-mcc334-mnc03-es-rUS
\ No newline at end of file
diff --git a/res/values-mcc334-mnc030-et b/res/values-mcc334-mnc030-et
new file mode 120000
index 0000000..f4a8160
--- /dev/null
+++ b/res/values-mcc334-mnc030-et
@@ -0,0 +1 @@
+values-mcc334-mnc03-et
\ No newline at end of file
diff --git a/res/values-mcc334-mnc030-eu b/res/values-mcc334-mnc030-eu
new file mode 120000
index 0000000..60ff280
--- /dev/null
+++ b/res/values-mcc334-mnc030-eu
@@ -0,0 +1 @@
+values-mcc334-mnc03-eu
\ No newline at end of file
diff --git a/res/values-mcc334-mnc030-fa b/res/values-mcc334-mnc030-fa
new file mode 120000
index 0000000..dcc7688
--- /dev/null
+++ b/res/values-mcc334-mnc030-fa
@@ -0,0 +1 @@
+values-mcc334-mnc03-fa
\ No newline at end of file
diff --git a/res/values-mcc334-mnc030-fi b/res/values-mcc334-mnc030-fi
new file mode 120000
index 0000000..62cf7b7
--- /dev/null
+++ b/res/values-mcc334-mnc030-fi
@@ -0,0 +1 @@
+values-mcc334-mnc03-fi
\ No newline at end of file
diff --git a/res/values-mcc334-mnc030-fr b/res/values-mcc334-mnc030-fr
new file mode 120000
index 0000000..8491c43
--- /dev/null
+++ b/res/values-mcc334-mnc030-fr
@@ -0,0 +1 @@
+values-mcc334-mnc03-fr
\ No newline at end of file
diff --git a/res/values-mcc334-mnc030-fr-rCA b/res/values-mcc334-mnc030-fr-rCA
new file mode 120000
index 0000000..bc00b6c
--- /dev/null
+++ b/res/values-mcc334-mnc030-fr-rCA
@@ -0,0 +1 @@
+values-mcc334-mnc03-fr-rCA
\ No newline at end of file
diff --git a/res/values-mcc334-mnc030-gl b/res/values-mcc334-mnc030-gl
new file mode 120000
index 0000000..bbcb1fa
--- /dev/null
+++ b/res/values-mcc334-mnc030-gl
@@ -0,0 +1 @@
+values-mcc334-mnc03-gl
\ No newline at end of file
diff --git a/res/values-mcc334-mnc030-gu b/res/values-mcc334-mnc030-gu
new file mode 120000
index 0000000..2571629
--- /dev/null
+++ b/res/values-mcc334-mnc030-gu
@@ -0,0 +1 @@
+values-mcc334-mnc03-gu
\ No newline at end of file
diff --git a/res/values-mcc334-mnc030-hi b/res/values-mcc334-mnc030-hi
new file mode 120000
index 0000000..b95ee73
--- /dev/null
+++ b/res/values-mcc334-mnc030-hi
@@ -0,0 +1 @@
+values-mcc334-mnc03-hi
\ No newline at end of file
diff --git a/res/values-mcc334-mnc030-hr b/res/values-mcc334-mnc030-hr
new file mode 120000
index 0000000..daa9e65
--- /dev/null
+++ b/res/values-mcc334-mnc030-hr
@@ -0,0 +1 @@
+values-mcc334-mnc03-hr
\ No newline at end of file
diff --git a/res/values-mcc334-mnc030-hu b/res/values-mcc334-mnc030-hu
new file mode 120000
index 0000000..b300d77
--- /dev/null
+++ b/res/values-mcc334-mnc030-hu
@@ -0,0 +1 @@
+values-mcc334-mnc03-hu
\ No newline at end of file
diff --git a/res/values-mcc334-mnc030-hy b/res/values-mcc334-mnc030-hy
new file mode 120000
index 0000000..e767239
--- /dev/null
+++ b/res/values-mcc334-mnc030-hy
@@ -0,0 +1 @@
+values-mcc334-mnc03-hy
\ No newline at end of file
diff --git a/res/values-mcc334-mnc030-in b/res/values-mcc334-mnc030-in
new file mode 120000
index 0000000..8349568
--- /dev/null
+++ b/res/values-mcc334-mnc030-in
@@ -0,0 +1 @@
+values-mcc334-mnc03-in
\ No newline at end of file
diff --git a/res/values-mcc334-mnc030-is b/res/values-mcc334-mnc030-is
new file mode 120000
index 0000000..4222bcf
--- /dev/null
+++ b/res/values-mcc334-mnc030-is
@@ -0,0 +1 @@
+values-mcc334-mnc03-is
\ No newline at end of file
diff --git a/res/values-mcc334-mnc030-it b/res/values-mcc334-mnc030-it
new file mode 120000
index 0000000..ba9cebb
--- /dev/null
+++ b/res/values-mcc334-mnc030-it
@@ -0,0 +1 @@
+values-mcc334-mnc03-it
\ No newline at end of file
diff --git a/res/values-mcc334-mnc030-iw b/res/values-mcc334-mnc030-iw
new file mode 120000
index 0000000..2c82720
--- /dev/null
+++ b/res/values-mcc334-mnc030-iw
@@ -0,0 +1 @@
+values-mcc334-mnc03-iw
\ No newline at end of file
diff --git a/res/values-mcc334-mnc030-ja b/res/values-mcc334-mnc030-ja
new file mode 120000
index 0000000..6071aa4
--- /dev/null
+++ b/res/values-mcc334-mnc030-ja
@@ -0,0 +1 @@
+values-mcc334-mnc03-ja
\ No newline at end of file
diff --git a/res/values-mcc334-mnc030-ka b/res/values-mcc334-mnc030-ka
new file mode 120000
index 0000000..e3bdf30
--- /dev/null
+++ b/res/values-mcc334-mnc030-ka
@@ -0,0 +1 @@
+values-mcc334-mnc03-ka
\ No newline at end of file
diff --git a/res/values-mcc334-mnc030-kk b/res/values-mcc334-mnc030-kk
new file mode 120000
index 0000000..8edcfa8
--- /dev/null
+++ b/res/values-mcc334-mnc030-kk
@@ -0,0 +1 @@
+values-mcc334-mnc03-kk
\ No newline at end of file
diff --git a/res/values-mcc334-mnc030-km b/res/values-mcc334-mnc030-km
new file mode 120000
index 0000000..6af0eb5
--- /dev/null
+++ b/res/values-mcc334-mnc030-km
@@ -0,0 +1 @@
+values-mcc334-mnc03-km
\ No newline at end of file
diff --git a/res/values-mcc334-mnc030-kn b/res/values-mcc334-mnc030-kn
new file mode 120000
index 0000000..014a3af
--- /dev/null
+++ b/res/values-mcc334-mnc030-kn
@@ -0,0 +1 @@
+values-mcc334-mnc03-kn
\ No newline at end of file
diff --git a/res/values-mcc334-mnc030-ko b/res/values-mcc334-mnc030-ko
new file mode 120000
index 0000000..192e213
--- /dev/null
+++ b/res/values-mcc334-mnc030-ko
@@ -0,0 +1 @@
+values-mcc334-mnc03-ko
\ No newline at end of file
diff --git a/res/values-mcc334-mnc030-ky b/res/values-mcc334-mnc030-ky
new file mode 120000
index 0000000..b8a02b1
--- /dev/null
+++ b/res/values-mcc334-mnc030-ky
@@ -0,0 +1 @@
+values-mcc334-mnc03-ky
\ No newline at end of file
diff --git a/res/values-mcc334-mnc030-lo b/res/values-mcc334-mnc030-lo
new file mode 120000
index 0000000..eac1f3a
--- /dev/null
+++ b/res/values-mcc334-mnc030-lo
@@ -0,0 +1 @@
+values-mcc334-mnc03-lo
\ No newline at end of file
diff --git a/res/values-mcc334-mnc030-lt b/res/values-mcc334-mnc030-lt
new file mode 120000
index 0000000..444f425
--- /dev/null
+++ b/res/values-mcc334-mnc030-lt
@@ -0,0 +1 @@
+values-mcc334-mnc03-lt
\ No newline at end of file
diff --git a/res/values-mcc334-mnc030-lv b/res/values-mcc334-mnc030-lv
new file mode 120000
index 0000000..3ecc3d7
--- /dev/null
+++ b/res/values-mcc334-mnc030-lv
@@ -0,0 +1 @@
+values-mcc334-mnc03-lv
\ No newline at end of file
diff --git a/res/values-mcc334-mnc030-mk b/res/values-mcc334-mnc030-mk
new file mode 120000
index 0000000..4289848
--- /dev/null
+++ b/res/values-mcc334-mnc030-mk
@@ -0,0 +1 @@
+values-mcc334-mnc03-mk
\ No newline at end of file
diff --git a/res/values-mcc334-mnc030-ml b/res/values-mcc334-mnc030-ml
new file mode 120000
index 0000000..064f668
--- /dev/null
+++ b/res/values-mcc334-mnc030-ml
@@ -0,0 +1 @@
+values-mcc334-mnc03-ml
\ No newline at end of file
diff --git a/res/values-mcc334-mnc030-mn b/res/values-mcc334-mnc030-mn
new file mode 120000
index 0000000..4ecf6ab
--- /dev/null
+++ b/res/values-mcc334-mnc030-mn
@@ -0,0 +1 @@
+values-mcc334-mnc03-mn
\ No newline at end of file
diff --git a/res/values-mcc334-mnc030-mr b/res/values-mcc334-mnc030-mr
new file mode 120000
index 0000000..5953352
--- /dev/null
+++ b/res/values-mcc334-mnc030-mr
@@ -0,0 +1 @@
+values-mcc334-mnc03-mr
\ No newline at end of file
diff --git a/res/values-mcc334-mnc030-ms b/res/values-mcc334-mnc030-ms
new file mode 120000
index 0000000..a5a1d7e
--- /dev/null
+++ b/res/values-mcc334-mnc030-ms
@@ -0,0 +1 @@
+values-mcc334-mnc03-ms
\ No newline at end of file
diff --git a/res/values-mcc334-mnc030-my b/res/values-mcc334-mnc030-my
new file mode 120000
index 0000000..a89a99c
--- /dev/null
+++ b/res/values-mcc334-mnc030-my
@@ -0,0 +1 @@
+values-mcc334-mnc03-my
\ No newline at end of file
diff --git a/res/values-mcc334-mnc030-nb b/res/values-mcc334-mnc030-nb
new file mode 120000
index 0000000..f79ab3b
--- /dev/null
+++ b/res/values-mcc334-mnc030-nb
@@ -0,0 +1 @@
+values-mcc334-mnc03-nb
\ No newline at end of file
diff --git a/res/values-mcc334-mnc030-ne b/res/values-mcc334-mnc030-ne
new file mode 120000
index 0000000..d28d9b9
--- /dev/null
+++ b/res/values-mcc334-mnc030-ne
@@ -0,0 +1 @@
+values-mcc334-mnc03-ne
\ No newline at end of file
diff --git a/res/values-mcc334-mnc030-nl b/res/values-mcc334-mnc030-nl
new file mode 120000
index 0000000..c4bb306
--- /dev/null
+++ b/res/values-mcc334-mnc030-nl
@@ -0,0 +1 @@
+values-mcc334-mnc03-nl
\ No newline at end of file
diff --git a/res/values-mcc334-mnc030-or b/res/values-mcc334-mnc030-or
new file mode 120000
index 0000000..60c7d54
--- /dev/null
+++ b/res/values-mcc334-mnc030-or
@@ -0,0 +1 @@
+values-mcc334-mnc03-or
\ No newline at end of file
diff --git a/res/values-mcc334-mnc030-pa b/res/values-mcc334-mnc030-pa
new file mode 120000
index 0000000..5b1ec35
--- /dev/null
+++ b/res/values-mcc334-mnc030-pa
@@ -0,0 +1 @@
+values-mcc334-mnc03-pa
\ No newline at end of file
diff --git a/res/values-mcc334-mnc030-pl b/res/values-mcc334-mnc030-pl
new file mode 120000
index 0000000..10ab90c
--- /dev/null
+++ b/res/values-mcc334-mnc030-pl
@@ -0,0 +1 @@
+values-mcc334-mnc03-pl
\ No newline at end of file
diff --git a/res/values-mcc334-mnc030-pt b/res/values-mcc334-mnc030-pt
new file mode 120000
index 0000000..2b703de
--- /dev/null
+++ b/res/values-mcc334-mnc030-pt
@@ -0,0 +1 @@
+values-mcc334-mnc03-pt
\ No newline at end of file
diff --git a/res/values-mcc334-mnc030-pt-rPT b/res/values-mcc334-mnc030-pt-rPT
new file mode 120000
index 0000000..0813a57
--- /dev/null
+++ b/res/values-mcc334-mnc030-pt-rPT
@@ -0,0 +1 @@
+values-mcc334-mnc03-pt-rPT
\ No newline at end of file
diff --git a/res/values-mcc334-mnc030-ro b/res/values-mcc334-mnc030-ro
new file mode 120000
index 0000000..c10e8a8
--- /dev/null
+++ b/res/values-mcc334-mnc030-ro
@@ -0,0 +1 @@
+values-mcc334-mnc03-ro
\ No newline at end of file
diff --git a/res/values-mcc334-mnc030-ru b/res/values-mcc334-mnc030-ru
new file mode 120000
index 0000000..92ee402
--- /dev/null
+++ b/res/values-mcc334-mnc030-ru
@@ -0,0 +1 @@
+values-mcc334-mnc03-ru
\ No newline at end of file
diff --git a/res/values-mcc334-mnc030-si b/res/values-mcc334-mnc030-si
new file mode 120000
index 0000000..0dd3508
--- /dev/null
+++ b/res/values-mcc334-mnc030-si
@@ -0,0 +1 @@
+values-mcc334-mnc03-si
\ No newline at end of file
diff --git a/res/values-mcc334-mnc030-sk b/res/values-mcc334-mnc030-sk
new file mode 120000
index 0000000..4fd7264
--- /dev/null
+++ b/res/values-mcc334-mnc030-sk
@@ -0,0 +1 @@
+values-mcc334-mnc03-sk
\ No newline at end of file
diff --git a/res/values-mcc334-mnc030-sl b/res/values-mcc334-mnc030-sl
new file mode 120000
index 0000000..1ffae90
--- /dev/null
+++ b/res/values-mcc334-mnc030-sl
@@ -0,0 +1 @@
+values-mcc334-mnc03-sl
\ No newline at end of file
diff --git a/res/values-mcc334-mnc030-sq b/res/values-mcc334-mnc030-sq
new file mode 120000
index 0000000..023ea10
--- /dev/null
+++ b/res/values-mcc334-mnc030-sq
@@ -0,0 +1 @@
+values-mcc334-mnc03-sq
\ No newline at end of file
diff --git a/res/values-mcc334-mnc030-sr b/res/values-mcc334-mnc030-sr
new file mode 120000
index 0000000..dc8f5a4
--- /dev/null
+++ b/res/values-mcc334-mnc030-sr
@@ -0,0 +1 @@
+values-mcc334-mnc03-sr
\ No newline at end of file
diff --git a/res/values-mcc334-mnc030-sv b/res/values-mcc334-mnc030-sv
new file mode 120000
index 0000000..9796c6d
--- /dev/null
+++ b/res/values-mcc334-mnc030-sv
@@ -0,0 +1 @@
+values-mcc334-mnc03-sv
\ No newline at end of file
diff --git a/res/values-mcc334-mnc030-sw b/res/values-mcc334-mnc030-sw
new file mode 120000
index 0000000..b4dbe7f
--- /dev/null
+++ b/res/values-mcc334-mnc030-sw
@@ -0,0 +1 @@
+values-mcc334-mnc03-sw
\ No newline at end of file
diff --git a/res/values-mcc334-mnc030-ta b/res/values-mcc334-mnc030-ta
new file mode 120000
index 0000000..b7483c0
--- /dev/null
+++ b/res/values-mcc334-mnc030-ta
@@ -0,0 +1 @@
+values-mcc334-mnc03-ta
\ No newline at end of file
diff --git a/res/values-mcc334-mnc030-te b/res/values-mcc334-mnc030-te
new file mode 120000
index 0000000..268f7e2
--- /dev/null
+++ b/res/values-mcc334-mnc030-te
@@ -0,0 +1 @@
+values-mcc334-mnc03-te
\ No newline at end of file
diff --git a/res/values-mcc334-mnc030-th b/res/values-mcc334-mnc030-th
new file mode 120000
index 0000000..79428a4
--- /dev/null
+++ b/res/values-mcc334-mnc030-th
@@ -0,0 +1 @@
+values-mcc334-mnc03-th
\ No newline at end of file
diff --git a/res/values-mcc334-mnc030-tl b/res/values-mcc334-mnc030-tl
new file mode 120000
index 0000000..767f688
--- /dev/null
+++ b/res/values-mcc334-mnc030-tl
@@ -0,0 +1 @@
+values-mcc334-mnc03-tl
\ No newline at end of file
diff --git a/res/values-mcc334-mnc030-tr b/res/values-mcc334-mnc030-tr
new file mode 120000
index 0000000..07cb606
--- /dev/null
+++ b/res/values-mcc334-mnc030-tr
@@ -0,0 +1 @@
+values-mcc334-mnc03-tr
\ No newline at end of file
diff --git a/res/values-mcc334-mnc030-uk b/res/values-mcc334-mnc030-uk
new file mode 120000
index 0000000..7ffe20e
--- /dev/null
+++ b/res/values-mcc334-mnc030-uk
@@ -0,0 +1 @@
+values-mcc334-mnc03-uk
\ No newline at end of file
diff --git a/res/values-mcc334-mnc030-ur b/res/values-mcc334-mnc030-ur
new file mode 120000
index 0000000..59bee4d
--- /dev/null
+++ b/res/values-mcc334-mnc030-ur
@@ -0,0 +1 @@
+values-mcc334-mnc03-ur
\ No newline at end of file
diff --git a/res/values-mcc334-mnc030-uz b/res/values-mcc334-mnc030-uz
new file mode 120000
index 0000000..d23a3be
--- /dev/null
+++ b/res/values-mcc334-mnc030-uz
@@ -0,0 +1 @@
+values-mcc334-mnc03-uz
\ No newline at end of file
diff --git a/res/values-mcc334-mnc030-vi b/res/values-mcc334-mnc030-vi
new file mode 120000
index 0000000..2cbf464
--- /dev/null
+++ b/res/values-mcc334-mnc030-vi
@@ -0,0 +1 @@
+values-mcc334-mnc03-vi
\ No newline at end of file
diff --git a/res/values-mcc334-mnc030-zh-rCN b/res/values-mcc334-mnc030-zh-rCN
new file mode 120000
index 0000000..d5944e0
--- /dev/null
+++ b/res/values-mcc334-mnc030-zh-rCN
@@ -0,0 +1 @@
+values-mcc334-mnc03-zh-rCN
\ No newline at end of file
diff --git a/res/values-mcc334-mnc030-zh-rHK b/res/values-mcc334-mnc030-zh-rHK
new file mode 120000
index 0000000..01c565e
--- /dev/null
+++ b/res/values-mcc334-mnc030-zh-rHK
@@ -0,0 +1 @@
+values-mcc334-mnc03-zh-rHK
\ No newline at end of file
diff --git a/res/values-mcc334-mnc030-zh-rTW b/res/values-mcc334-mnc030-zh-rTW
new file mode 120000
index 0000000..ea89ad4
--- /dev/null
+++ b/res/values-mcc334-mnc030-zh-rTW
@@ -0,0 +1 @@
+values-mcc334-mnc03-zh-rTW
\ No newline at end of file
diff --git a/res/values-mcc334-mnc030-zu b/res/values-mcc334-mnc030-zu
new file mode 120000
index 0000000..5c4b6a9
--- /dev/null
+++ b/res/values-mcc334-mnc030-zu
@@ -0,0 +1 @@
+values-mcc334-mnc03-zu
\ No newline at end of file
diff --git a/res/values-mcc364-ur/strings.xml b/res/values-mcc364-ur/strings.xml
index 7e70dd7..77d4865 100644
--- a/res/values-mcc364-ur/strings.xml
+++ b/res/values-mcc364-ur/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_presidential_level_alert" msgid="3594939559679728875">"قومی الرٹ"</string>
-    <string name="cmas_extreme_alert" msgid="8429379272087712590">"ہنگامی الرٹ"</string>
+    <string name="cmas_extreme_alert" msgid="8429379272087712590">"ایمرجنسی الرٹ"</string>
     <string name="cmas_amber_alert" msgid="4945503865591310102">"‏Marco الرٹ"</string>
     <string name="cmas_required_monthly_test" msgid="9000059463454474919">"ٹیسٹ الرٹ"</string>
     <!-- no translation found for enable_cmas_test_alerts_title (4196075349996937262) -->
diff --git a/res/values-mcc404-af/strings.xml b/res/values-mcc404-af/strings.xml
new file mode 100644
index 0000000..bbdd066
--- /dev/null
+++ b/res/values-mcc404-af/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+          http://www.apache.org/licenses/LICENSE-2.0
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="1792032344095168538">"Uiters ernstige waarskuwing"</string>
+    <string name="cmas_extreme_alert" msgid="3131679659546331921">"Ernstige waarskuwing"</string>
+    <string name="cmas_required_monthly_test" msgid="4474361767637803948">"Toetsboodskap"</string>
+</resources>
diff --git a/res/values-mcc404-am/strings.xml b/res/values-mcc404-am/strings.xml
new file mode 100644
index 0000000..17a3659
--- /dev/null
+++ b/res/values-mcc404-am/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+          http://www.apache.org/licenses/LICENSE-2.0
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="1792032344095168538">"እጅግ በጣም ከባድ ማንቂያ"</string>
+    <string name="cmas_extreme_alert" msgid="3131679659546331921">"ከባድ ማንቂያ"</string>
+    <string name="cmas_required_monthly_test" msgid="4474361767637803948">"የሙከራ መልዕክት"</string>
+</resources>
diff --git a/res/values-mcc404-ar/strings.xml b/res/values-mcc404-ar/strings.xml
new file mode 100644
index 0000000..04f822b
--- /dev/null
+++ b/res/values-mcc404-ar/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+          http://www.apache.org/licenses/LICENSE-2.0
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="1792032344095168538">"تنبيه حالة طوارئ بالغة الخطورة"</string>
+    <string name="cmas_extreme_alert" msgid="3131679659546331921">"تنبيه حالة طوارئ خطيرة"</string>
+    <string name="cmas_required_monthly_test" msgid="4474361767637803948">"رسالة اختبار"</string>
+</resources>
diff --git a/res/values-mcc404-as/strings.xml b/res/values-mcc404-as/strings.xml
new file mode 100644
index 0000000..338a590
--- /dev/null
+++ b/res/values-mcc404-as/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+          http://www.apache.org/licenses/LICENSE-2.0
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="1792032344095168538">"অতি গুৰুতৰ সতৰ্কবাৰ্তা"</string>
+    <string name="cmas_extreme_alert" msgid="3131679659546331921">"গুৰুতৰ সতৰ্কবাৰ্তা"</string>
+    <string name="cmas_required_monthly_test" msgid="4474361767637803948">"পৰীক্ষামূলক বাৰ্তা"</string>
+</resources>
diff --git a/res/values-mcc404-az/strings.xml b/res/values-mcc404-az/strings.xml
new file mode 100644
index 0000000..9870037
--- /dev/null
+++ b/res/values-mcc404-az/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+          http://www.apache.org/licenses/LICENSE-2.0
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="1792032344095168538">"Çox ciddi hal siqnalı"</string>
+    <string name="cmas_extreme_alert" msgid="3131679659546331921">"Ciddi hal siqnalı"</string>
+    <string name="cmas_required_monthly_test" msgid="4474361767637803948">"Test mesajı"</string>
+</resources>
diff --git a/res/values-mcc404-b+sr+Latn/strings.xml b/res/values-mcc404-b+sr+Latn/strings.xml
new file mode 100644
index 0000000..7ff4d26
--- /dev/null
+++ b/res/values-mcc404-b+sr+Latn/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+          http://www.apache.org/licenses/LICENSE-2.0
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="1792032344095168538">"Obaveštenje o izuzetno ozbiljnoj opasnosti"</string>
+    <string name="cmas_extreme_alert" msgid="3131679659546331921">"Obaveštenje o ozbiljnoj opasnosti"</string>
+    <string name="cmas_required_monthly_test" msgid="4474361767637803948">"Probna poruka"</string>
+</resources>
diff --git a/res/values-mcc404-be/strings.xml b/res/values-mcc404-be/strings.xml
new file mode 100644
index 0000000..fc68284
--- /dev/null
+++ b/res/values-mcc404-be/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+          http://www.apache.org/licenses/LICENSE-2.0
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="1792032344095168538">"Абвестка пра крытычную пагрозу"</string>
+    <string name="cmas_extreme_alert" msgid="3131679659546331921">"Абвестка пра сур\'ёзную пагрозу"</string>
+    <string name="cmas_required_monthly_test" msgid="4474361767637803948">"Тэставае паведамленне"</string>
+</resources>
diff --git a/res/values-mcc404-bg/strings.xml b/res/values-mcc404-bg/strings.xml
new file mode 100644
index 0000000..043515e
--- /dev/null
+++ b/res/values-mcc404-bg/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+          http://www.apache.org/licenses/LICENSE-2.0
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="1792032344095168538">"Сигнал за изключително сериозна заплаха"</string>
+    <string name="cmas_extreme_alert" msgid="3131679659546331921">"Сигнал за сериозна заплаха"</string>
+    <string name="cmas_required_monthly_test" msgid="4474361767637803948">"Тестово съобщение"</string>
+</resources>
diff --git a/res/values-mcc404-bn/strings.xml b/res/values-mcc404-bn/strings.xml
new file mode 100644
index 0000000..7bd35e4
--- /dev/null
+++ b/res/values-mcc404-bn/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+          http://www.apache.org/licenses/LICENSE-2.0
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="1792032344095168538">"অত্যন্ত গুরুতর সতর্কতা"</string>
+    <string name="cmas_extreme_alert" msgid="3131679659546331921">"গুরুতর সতর্কতা"</string>
+    <string name="cmas_required_monthly_test" msgid="4474361767637803948">"পরীক্ষামূলক মেসেজ"</string>
+</resources>
diff --git a/res/values-mcc404-bs/strings.xml b/res/values-mcc404-bs/strings.xml
new file mode 100644
index 0000000..a2f451f
--- /dev/null
+++ b/res/values-mcc404-bs/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+          http://www.apache.org/licenses/LICENSE-2.0
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="1792032344095168538">"Upozorenje na izuzetno opasne situacije"</string>
+    <string name="cmas_extreme_alert" msgid="3131679659546331921">"Upozorenje na opasne situacije"</string>
+    <string name="cmas_required_monthly_test" msgid="4474361767637803948">"Probna poruka"</string>
+</resources>
diff --git a/res/values-mcc404-ca/strings.xml b/res/values-mcc404-ca/strings.xml
new file mode 100644
index 0000000..2026196
--- /dev/null
+++ b/res/values-mcc404-ca/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+          http://www.apache.org/licenses/LICENSE-2.0
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="1792032344095168538">"Alerta extremament important"</string>
+    <string name="cmas_extreme_alert" msgid="3131679659546331921">"Alerta important"</string>
+    <string name="cmas_required_monthly_test" msgid="4474361767637803948">"Missatge de prova"</string>
+</resources>
diff --git a/res/values-mcc404-cs/strings.xml b/res/values-mcc404-cs/strings.xml
new file mode 100644
index 0000000..a569efe
--- /dev/null
+++ b/res/values-mcc404-cs/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+          http://www.apache.org/licenses/LICENSE-2.0
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="1792032344095168538">"Extrémně závažná výstraha"</string>
+    <string name="cmas_extreme_alert" msgid="3131679659546331921">"Závažná výstraha"</string>
+    <string name="cmas_required_monthly_test" msgid="4474361767637803948">"Testovací zpráva"</string>
+</resources>
diff --git a/res/values-mcc404-da/strings.xml b/res/values-mcc404-da/strings.xml
new file mode 100644
index 0000000..508b34c
--- /dev/null
+++ b/res/values-mcc404-da/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+          http://www.apache.org/licenses/LICENSE-2.0
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="1792032344095168538">"Alarm ved ekstremt alvorlig fare"</string>
+    <string name="cmas_extreme_alert" msgid="3131679659546331921">"Alarm ved alvorlig fare"</string>
+    <string name="cmas_required_monthly_test" msgid="4474361767637803948">"Testmeddelelse"</string>
+</resources>
diff --git a/res/values-mcc404-de/strings.xml b/res/values-mcc404-de/strings.xml
new file mode 100644
index 0000000..779987f
--- /dev/null
+++ b/res/values-mcc404-de/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+          http://www.apache.org/licenses/LICENSE-2.0
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="1792032344095168538">"Warnung der Kategorie „Äußerst ernst“"</string>
+    <string name="cmas_extreme_alert" msgid="3131679659546331921">"Warnung der Kategorie „Ernst“"</string>
+    <string name="cmas_required_monthly_test" msgid="4474361767637803948">"Testnachricht"</string>
+</resources>
diff --git a/res/values-mcc404-el/strings.xml b/res/values-mcc404-el/strings.xml
new file mode 100644
index 0000000..0bf5b75
--- /dev/null
+++ b/res/values-mcc404-el/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+          http://www.apache.org/licenses/LICENSE-2.0
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="1792032344095168538">"Ειδοποίηση εξαιρετικά σοβαρής κατάστασης"</string>
+    <string name="cmas_extreme_alert" msgid="3131679659546331921">"Ειδοποίηση σοβαρής κατάστασης"</string>
+    <string name="cmas_required_monthly_test" msgid="4474361767637803948">"Δοκιμαστικό μήνυμα"</string>
+</resources>
diff --git a/res/values-mcc404-en-rAU/strings.xml b/res/values-mcc404-en-rAU/strings.xml
new file mode 100644
index 0000000..9951d49
--- /dev/null
+++ b/res/values-mcc404-en-rAU/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+          http://www.apache.org/licenses/LICENSE-2.0
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="1792032344095168538">"Extremely severe alert"</string>
+    <string name="cmas_extreme_alert" msgid="3131679659546331921">"Severe alert"</string>
+    <string name="cmas_required_monthly_test" msgid="4474361767637803948">"Test message"</string>
+</resources>
diff --git a/res/values-mcc404-en-rCA/strings.xml b/res/values-mcc404-en-rCA/strings.xml
new file mode 100644
index 0000000..79474f7
--- /dev/null
+++ b/res/values-mcc404-en-rCA/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+          http://www.apache.org/licenses/LICENSE-2.0
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="1792032344095168538">"Extremely Severe Alert"</string>
+    <string name="cmas_extreme_alert" msgid="3131679659546331921">"Severe Alert"</string>
+    <string name="cmas_required_monthly_test" msgid="4474361767637803948">"Test Message"</string>
+</resources>
diff --git a/res/values-mcc404-en-rGB/strings.xml b/res/values-mcc404-en-rGB/strings.xml
new file mode 100644
index 0000000..9951d49
--- /dev/null
+++ b/res/values-mcc404-en-rGB/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+          http://www.apache.org/licenses/LICENSE-2.0
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="1792032344095168538">"Extremely severe alert"</string>
+    <string name="cmas_extreme_alert" msgid="3131679659546331921">"Severe alert"</string>
+    <string name="cmas_required_monthly_test" msgid="4474361767637803948">"Test message"</string>
+</resources>
diff --git a/res/values-mcc404-en-rIN/strings.xml b/res/values-mcc404-en-rIN/strings.xml
new file mode 100644
index 0000000..9951d49
--- /dev/null
+++ b/res/values-mcc404-en-rIN/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+          http://www.apache.org/licenses/LICENSE-2.0
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="1792032344095168538">"Extremely severe alert"</string>
+    <string name="cmas_extreme_alert" msgid="3131679659546331921">"Severe alert"</string>
+    <string name="cmas_required_monthly_test" msgid="4474361767637803948">"Test message"</string>
+</resources>
diff --git a/res/values-mcc404-en-rXC/strings.xml b/res/values-mcc404-en-rXC/strings.xml
new file mode 100644
index 0000000..07547c4
--- /dev/null
+++ b/res/values-mcc404-en-rXC/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+          http://www.apache.org/licenses/LICENSE-2.0
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="1792032344095168538">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‎‏‏‏‎‎‎‏‏‎‏‏‏‏‎‏‎‎‏‎‎‏‏‏‏‏‎‏‏‎‎‎‎‎‏‏‏‏‏‏‏‎‎‏‏‎‏‏‎‎‏‏‎‎‎‎‎‎‏‏‎‏‎‎Extremely Severe Alert‎‏‎‎‏‎"</string>
+    <string name="cmas_extreme_alert" msgid="3131679659546331921">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‏‎‏‎‏‎‏‏‎‏‏‏‎‏‎‏‏‏‏‏‎‏‏‎‎‎‎‎‏‏‏‎‏‏‎‏‏‎‎‏‏‎‎‏‎‎‏‏‎‏‎‎‏‎‏‏‎‎‎‏‎‎‎‏‎Severe Alert‎‏‎‎‏‎"</string>
+    <string name="cmas_required_monthly_test" msgid="4474361767637803948">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‏‎‏‏‏‏‏‎‎‎‎‏‏‎‎‎‎‎‏‎‎‎‎‎‎‏‎‏‎‎‏‎‎‏‎‎‏‏‎‎‏‎‏‎‎‎‏‏‏‏‏‎‎‎‏‏‏‎‏‎‏‏‎‎‎Test Message‎‏‎‎‏‎"</string>
+</resources>
diff --git a/res/values-mcc404-es-rUS/strings.xml b/res/values-mcc404-es-rUS/strings.xml
new file mode 100644
index 0000000..0b30d91
--- /dev/null
+++ b/res/values-mcc404-es-rUS/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+          http://www.apache.org/licenses/LICENSE-2.0
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="1792032344095168538">"Alerta extremadamente grave"</string>
+    <string name="cmas_extreme_alert" msgid="3131679659546331921">"Alerta grave"</string>
+    <string name="cmas_required_monthly_test" msgid="4474361767637803948">"Mensaje de prueba"</string>
+</resources>
diff --git a/res/values-mcc404-es/strings.xml b/res/values-mcc404-es/strings.xml
new file mode 100644
index 0000000..132a3a5
--- /dev/null
+++ b/res/values-mcc404-es/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+          http://www.apache.org/licenses/LICENSE-2.0
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="1792032344095168538">"Alerta de severidad extrema"</string>
+    <string name="cmas_extreme_alert" msgid="3131679659546331921">"Alerta severa"</string>
+    <string name="cmas_required_monthly_test" msgid="4474361767637803948">"Mensaje de prueba"</string>
+</resources>
diff --git a/res/values-mcc404-et/strings.xml b/res/values-mcc404-et/strings.xml
new file mode 100644
index 0000000..38e51ec
--- /dev/null
+++ b/res/values-mcc404-et/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+          http://www.apache.org/licenses/LICENSE-2.0
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="1792032344095168538">"Äärmiselt tõsise olukorra hoiatus"</string>
+    <string name="cmas_extreme_alert" msgid="3131679659546331921">"Tõsise olukorra hoiatus"</string>
+    <string name="cmas_required_monthly_test" msgid="4474361767637803948">"Testsõnum"</string>
+</resources>
diff --git a/res/values-mcc404-eu/strings.xml b/res/values-mcc404-eu/strings.xml
new file mode 100644
index 0000000..26eefff
--- /dev/null
+++ b/res/values-mcc404-eu/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+          http://www.apache.org/licenses/LICENSE-2.0
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="1792032344095168538">"Alerta oso larria"</string>
+    <string name="cmas_extreme_alert" msgid="3131679659546331921">"Alerta larria"</string>
+    <string name="cmas_required_monthly_test" msgid="4474361767637803948">"Probako mezua"</string>
+</resources>
diff --git a/res/values-mcc404-fa/strings.xml b/res/values-mcc404-fa/strings.xml
new file mode 100644
index 0000000..546285a
--- /dev/null
+++ b/res/values-mcc404-fa/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+          http://www.apache.org/licenses/LICENSE-2.0
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="1792032344095168538">"هشدار بسیار جدی"</string>
+    <string name="cmas_extreme_alert" msgid="3131679659546331921">"هشدار جدی"</string>
+    <string name="cmas_required_monthly_test" msgid="4474361767637803948">"پیام آزمایشی"</string>
+</resources>
diff --git a/res/values-mcc404-fi/strings.xml b/res/values-mcc404-fi/strings.xml
new file mode 100644
index 0000000..5d9b2e4
--- /dev/null
+++ b/res/values-mcc404-fi/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+          http://www.apache.org/licenses/LICENSE-2.0
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="1792032344095168538">"Erittäin vakava hälytys"</string>
+    <string name="cmas_extreme_alert" msgid="3131679659546331921">"Vakava hälytys"</string>
+    <string name="cmas_required_monthly_test" msgid="4474361767637803948">"Testiviesti"</string>
+</resources>
diff --git a/res/values-mcc404-fr-rCA/strings.xml b/res/values-mcc404-fr-rCA/strings.xml
new file mode 100644
index 0000000..47d7657
--- /dev/null
+++ b/res/values-mcc404-fr-rCA/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+          http://www.apache.org/licenses/LICENSE-2.0
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="1792032344095168538">"Alerte extrêmement grave"</string>
+    <string name="cmas_extreme_alert" msgid="3131679659546331921">"Alerte grave"</string>
+    <string name="cmas_required_monthly_test" msgid="4474361767637803948">"Message test"</string>
+</resources>
diff --git a/res/values-mcc404-fr/strings.xml b/res/values-mcc404-fr/strings.xml
new file mode 100644
index 0000000..0419088
--- /dev/null
+++ b/res/values-mcc404-fr/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+          http://www.apache.org/licenses/LICENSE-2.0
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="1792032344095168538">"Alerte critique"</string>
+    <string name="cmas_extreme_alert" msgid="3131679659546331921">"Alerte grave"</string>
+    <string name="cmas_required_monthly_test" msgid="4474361767637803948">"Message test"</string>
+</resources>
diff --git a/res/values-mcc404-gl/strings.xml b/res/values-mcc404-gl/strings.xml
new file mode 100644
index 0000000..4c6d007
--- /dev/null
+++ b/res/values-mcc404-gl/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+          http://www.apache.org/licenses/LICENSE-2.0
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="1792032344095168538">"Alerta extremadamente grave"</string>
+    <string name="cmas_extreme_alert" msgid="3131679659546331921">"Alerta grave"</string>
+    <string name="cmas_required_monthly_test" msgid="4474361767637803948">"Mensaxe de proba"</string>
+</resources>
diff --git a/res/values-mcc404-gu/strings.xml b/res/values-mcc404-gu/strings.xml
new file mode 100644
index 0000000..1ff0c44
--- /dev/null
+++ b/res/values-mcc404-gu/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+          http://www.apache.org/licenses/LICENSE-2.0
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="1792032344095168538">"અત્યંત ગંભીર અલર્ટ"</string>
+    <string name="cmas_extreme_alert" msgid="3131679659546331921">"ગંભીર અલર્ટ"</string>
+    <string name="cmas_required_monthly_test" msgid="4474361767637803948">"પરીક્ષણ માટેનો મેસેજ"</string>
+</resources>
diff --git a/res/values-mcc404-hi/strings.xml b/res/values-mcc404-hi/strings.xml
new file mode 100644
index 0000000..184eeca
--- /dev/null
+++ b/res/values-mcc404-hi/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+          http://www.apache.org/licenses/LICENSE-2.0
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="1792032344095168538">"अत्यंत गंभीर चेतावनी"</string>
+    <string name="cmas_extreme_alert" msgid="3131679659546331921">"गंभीर चेतावनी"</string>
+    <string name="cmas_required_monthly_test" msgid="4474361767637803948">"परीक्षण संदेश"</string>
+</resources>
diff --git a/res/values-mcc404-hr/strings.xml b/res/values-mcc404-hr/strings.xml
new file mode 100644
index 0000000..bc903d2
--- /dev/null
+++ b/res/values-mcc404-hr/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+          http://www.apache.org/licenses/LICENSE-2.0
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="1792032344095168538">"Upozorenje o iznimno ozbiljnoj situaciji"</string>
+    <string name="cmas_extreme_alert" msgid="3131679659546331921">"Upozorenje o ozbiljnoj situaciji"</string>
+    <string name="cmas_required_monthly_test" msgid="4474361767637803948">"Testna poruka"</string>
+</resources>
diff --git a/res/values-mcc404-hu/strings.xml b/res/values-mcc404-hu/strings.xml
new file mode 100644
index 0000000..ee5338a
--- /dev/null
+++ b/res/values-mcc404-hu/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+          http://www.apache.org/licenses/LICENSE-2.0
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="1792032344095168538">"Különösen súlyos riasztás"</string>
+    <string name="cmas_extreme_alert" msgid="3131679659546331921">"Súlyos riasztás"</string>
+    <string name="cmas_required_monthly_test" msgid="4474361767637803948">"Tesztüzenet"</string>
+</resources>
diff --git a/res/values-mcc404-hy/strings.xml b/res/values-mcc404-hy/strings.xml
new file mode 100644
index 0000000..0f71983
--- /dev/null
+++ b/res/values-mcc404-hy/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+          http://www.apache.org/licenses/LICENSE-2.0
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="1792032344095168538">"Ծանուցում ծայրահեղ վտանգավոր իրավիճակի մասին"</string>
+    <string name="cmas_extreme_alert" msgid="3131679659546331921">"Ծանուցում վտանգավոր իրավիճակի մասին"</string>
+    <string name="cmas_required_monthly_test" msgid="4474361767637803948">"Փորձնական հաղորդագրություն"</string>
+</resources>
diff --git a/res/values-mcc404-in/strings.xml b/res/values-mcc404-in/strings.xml
new file mode 100644
index 0000000..a44893c
--- /dev/null
+++ b/res/values-mcc404-in/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+          http://www.apache.org/licenses/LICENSE-2.0
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="1792032344095168538">"Peringatan Sangat Serius"</string>
+    <string name="cmas_extreme_alert" msgid="3131679659546331921">"Peringatan Serius"</string>
+    <string name="cmas_required_monthly_test" msgid="4474361767637803948">"Pesan Pengujian"</string>
+</resources>
diff --git a/res/values-mcc404-is/strings.xml b/res/values-mcc404-is/strings.xml
new file mode 100644
index 0000000..244e777
--- /dev/null
+++ b/res/values-mcc404-is/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+          http://www.apache.org/licenses/LICENSE-2.0
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="1792032344095168538">"Mjög alvarleg viðvörun"</string>
+    <string name="cmas_extreme_alert" msgid="3131679659546331921">"Alvarleg viðvörun"</string>
+    <string name="cmas_required_monthly_test" msgid="4474361767637803948">"Prufuskilaboð"</string>
+</resources>
diff --git a/res/values-mcc404-it/strings.xml b/res/values-mcc404-it/strings.xml
new file mode 100644
index 0000000..4749856
--- /dev/null
+++ b/res/values-mcc404-it/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+          http://www.apache.org/licenses/LICENSE-2.0
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="1792032344095168538">"Allerta per condizioni estremamente gravi"</string>
+    <string name="cmas_extreme_alert" msgid="3131679659546331921">"Allerta per condizioni gravi"</string>
+    <string name="cmas_required_monthly_test" msgid="4474361767637803948">"Messaggio di test"</string>
+</resources>
diff --git a/res/values-mcc404-iw/strings.xml b/res/values-mcc404-iw/strings.xml
new file mode 100644
index 0000000..ae7913a
--- /dev/null
+++ b/res/values-mcc404-iw/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+          http://www.apache.org/licenses/LICENSE-2.0
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="1792032344095168538">"התראה חמורה מאוד"</string>
+    <string name="cmas_extreme_alert" msgid="3131679659546331921">"התראה חמורה"</string>
+    <string name="cmas_required_monthly_test" msgid="4474361767637803948">"הודעת בדיקה"</string>
+</resources>
diff --git a/res/values-mcc404-ja/strings.xml b/res/values-mcc404-ja/strings.xml
new file mode 100644
index 0000000..e6bffb4
--- /dev/null
+++ b/res/values-mcc404-ja/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+          http://www.apache.org/licenses/LICENSE-2.0
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="1792032344095168538">"緊急速報メール"</string>
+    <string name="cmas_extreme_alert" msgid="3131679659546331921">"重要速報メール"</string>
+    <string name="cmas_required_monthly_test" msgid="4474361767637803948">"テスト メッセージ"</string>
+</resources>
diff --git a/res/values-mcc404-ka/strings.xml b/res/values-mcc404-ka/strings.xml
new file mode 100644
index 0000000..43b59a5
--- /dev/null
+++ b/res/values-mcc404-ka/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+          http://www.apache.org/licenses/LICENSE-2.0
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="1792032344095168538">"გაფრთხილება უკიდურესად მძიმე პირობების შესახებ"</string>
+    <string name="cmas_extreme_alert" msgid="3131679659546331921">"გაფრთხილება მძიმე პირობების შესახებ"</string>
+    <string name="cmas_required_monthly_test" msgid="4474361767637803948">"სატესტო შეტყობინება"</string>
+</resources>
diff --git a/res/values-mcc404-kk/strings.xml b/res/values-mcc404-kk/strings.xml
new file mode 100644
index 0000000..4954e65
--- /dev/null
+++ b/res/values-mcc404-kk/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+          http://www.apache.org/licenses/LICENSE-2.0
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="1792032344095168538">"Маңыздылығы өте жоғары хабарландыру"</string>
+    <string name="cmas_extreme_alert" msgid="3131679659546331921">"Маңыздылығы жоғары хабарландыру"</string>
+    <string name="cmas_required_monthly_test" msgid="4474361767637803948">"Сынақ хабары"</string>
+</resources>
diff --git a/res/values-mcc404-km/strings.xml b/res/values-mcc404-km/strings.xml
new file mode 100644
index 0000000..2c7ec41
--- /dev/null
+++ b/res/values-mcc404-km/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+          http://www.apache.org/licenses/LICENSE-2.0
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="1792032344095168538">"ការជូនដំណឹង​ពេលមានអាសន្នធ្ងន់ធ្ងរខ្លាំង"</string>
+    <string name="cmas_extreme_alert" msgid="3131679659546331921">"ការជូនដំណឹង​ពេលមានអាសន្នធ្ងន់ធ្ងរ"</string>
+    <string name="cmas_required_monthly_test" msgid="4474361767637803948">"សារ​សាកល្បង"</string>
+</resources>
diff --git a/res/values-mcc404-kn/strings.xml b/res/values-mcc404-kn/strings.xml
new file mode 100644
index 0000000..09f300f
--- /dev/null
+++ b/res/values-mcc404-kn/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+          http://www.apache.org/licenses/LICENSE-2.0
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="1792032344095168538">"ಅತ್ಯಂತ ಗಂಭೀರ ಅಲರ್ಟ್"</string>
+    <string name="cmas_extreme_alert" msgid="3131679659546331921">"ಗಂಭೀರ ಅಲರ್ಟ್"</string>
+    <string name="cmas_required_monthly_test" msgid="4474361767637803948">"ಪರೀಕ್ಷಾ ಸಂದೇಶ"</string>
+</resources>
diff --git a/res/values-mcc404-ko/strings.xml b/res/values-mcc404-ko/strings.xml
new file mode 100644
index 0000000..e7f8690
--- /dev/null
+++ b/res/values-mcc404-ko/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+          http://www.apache.org/licenses/LICENSE-2.0
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="1792032344095168538">"극심한 경보 문자"</string>
+    <string name="cmas_extreme_alert" msgid="3131679659546331921">"경보 문자"</string>
+    <string name="cmas_required_monthly_test" msgid="4474361767637803948">"테스트 메시지"</string>
+</resources>
diff --git a/res/values-mcc404-ky/strings.xml b/res/values-mcc404-ky/strings.xml
new file mode 100644
index 0000000..f751e95
--- /dev/null
+++ b/res/values-mcc404-ky/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+          http://www.apache.org/licenses/LICENSE-2.0
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="1792032344095168538">"Өтө олуттуу кырдаал жөнүндө шашылыш билдирүү"</string>
+    <string name="cmas_extreme_alert" msgid="3131679659546331921">"Олуттуу кырдаал жөнүндө шашылыш билдирүү"</string>
+    <string name="cmas_required_monthly_test" msgid="4474361767637803948">"Сынамык билдирүү"</string>
+</resources>
diff --git a/res/values-mcc404-lo/strings.xml b/res/values-mcc404-lo/strings.xml
new file mode 100644
index 0000000..b216213
--- /dev/null
+++ b/res/values-mcc404-lo/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+          http://www.apache.org/licenses/LICENSE-2.0
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="1792032344095168538">"ການແຈ້ງເຕືອນລະດັບຮ້າຍແຮງຫຼາຍ"</string>
+    <string name="cmas_extreme_alert" msgid="3131679659546331921">"ການແຈ້ງເຕືອນລະດັບຮ້າຍແຮງ"</string>
+    <string name="cmas_required_monthly_test" msgid="4474361767637803948">"ຂໍ້ຄວາມທົດສອບ"</string>
+</resources>
diff --git a/res/values-mcc404-lt/strings.xml b/res/values-mcc404-lt/strings.xml
new file mode 100644
index 0000000..e29c604
--- /dev/null
+++ b/res/values-mcc404-lt/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+          http://www.apache.org/licenses/LICENSE-2.0
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="1792032344095168538">"Labai rimtos grėsmės įspėjimas"</string>
+    <string name="cmas_extreme_alert" msgid="3131679659546331921">"Rimtos grėsmės įspėjimas"</string>
+    <string name="cmas_required_monthly_test" msgid="4474361767637803948">"Pranešimas apie bandymą"</string>
+</resources>
diff --git a/res/values-mcc404-lv/strings.xml b/res/values-mcc404-lv/strings.xml
new file mode 100644
index 0000000..6174bf5
--- /dev/null
+++ b/res/values-mcc404-lv/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+          http://www.apache.org/licenses/LICENSE-2.0
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="1792032344095168538">"Brīdinājums par ļoti nopietnu situāciju"</string>
+    <string name="cmas_extreme_alert" msgid="3131679659546331921">"Brīdinājums par nopietnu situāciju"</string>
+    <string name="cmas_required_monthly_test" msgid="4474361767637803948">"Testa ziņojums"</string>
+</resources>
diff --git a/res/values-mcc404-mk/strings.xml b/res/values-mcc404-mk/strings.xml
new file mode 100644
index 0000000..243741f
--- /dev/null
+++ b/res/values-mcc404-mk/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+          http://www.apache.org/licenses/LICENSE-2.0
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="1792032344095168538">"Предупредување за екстремно сериозни закани"</string>
+    <string name="cmas_extreme_alert" msgid="3131679659546331921">"Предупредување за сериозни закани"</string>
+    <string name="cmas_required_monthly_test" msgid="4474361767637803948">"Порака за тестирање"</string>
+</resources>
diff --git a/res/values-mcc404-ml/strings.xml b/res/values-mcc404-ml/strings.xml
new file mode 100644
index 0000000..df2eb45
--- /dev/null
+++ b/res/values-mcc404-ml/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+          http://www.apache.org/licenses/LICENSE-2.0
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="1792032344095168538">"അതി ഗുരുതര മുന്നറിയിപ്പ്"</string>
+    <string name="cmas_extreme_alert" msgid="3131679659546331921">"ഗുരുതര മുന്നറിയിപ്പ്"</string>
+    <string name="cmas_required_monthly_test" msgid="4474361767637803948">"ടെസ്‌റ്റ് സന്ദേശം"</string>
+</resources>
diff --git a/res/values-mcc404-mn/strings.xml b/res/values-mcc404-mn/strings.xml
new file mode 100644
index 0000000..6e2c999
--- /dev/null
+++ b/res/values-mcc404-mn/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+          http://www.apache.org/licenses/LICENSE-2.0
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="1792032344095168538">"Маш ноцтой сэрэмжлүүлэг"</string>
+    <string name="cmas_extreme_alert" msgid="3131679659546331921">"Ноцтой сэрэмжлүүлэг"</string>
+    <string name="cmas_required_monthly_test" msgid="4474361767637803948">"Туршилтын мессеж"</string>
+</resources>
diff --git a/res/values-mcc404-mr/strings.xml b/res/values-mcc404-mr/strings.xml
new file mode 100644
index 0000000..75f0647
--- /dev/null
+++ b/res/values-mcc404-mr/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+          http://www.apache.org/licenses/LICENSE-2.0
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="1792032344095168538">"अत्यंत गंभीर परिस्थितीशी संबंधित सूचना"</string>
+    <string name="cmas_extreme_alert" msgid="3131679659546331921">"गंभीर परिस्थितीशी संबंधित सूचना"</string>
+    <string name="cmas_required_monthly_test" msgid="4474361767637803948">"चाचणी मेसेज"</string>
+</resources>
diff --git a/res/values-mcc404-ms/strings.xml b/res/values-mcc404-ms/strings.xml
new file mode 100644
index 0000000..1755fb5
--- /dev/null
+++ b/res/values-mcc404-ms/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+          http://www.apache.org/licenses/LICENSE-2.0
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="1792032344095168538">"Makluman Teramat Serius"</string>
+    <string name="cmas_extreme_alert" msgid="3131679659546331921">"Makluman Serius"</string>
+    <string name="cmas_required_monthly_test" msgid="4474361767637803948">"Mesej Ujian"</string>
+</resources>
diff --git a/res/values-mcc404-my/strings.xml b/res/values-mcc404-my/strings.xml
new file mode 100644
index 0000000..7ebc7ad
--- /dev/null
+++ b/res/values-mcc404-my/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+          http://www.apache.org/licenses/LICENSE-2.0
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="1792032344095168538">"အလွန့်အလွန်ပြင်းထန်မှု သတိပေးချက်"</string>
+    <string name="cmas_extreme_alert" msgid="3131679659546331921">"ပြင်းထန်မှု သတိပေးချက်"</string>
+    <string name="cmas_required_monthly_test" msgid="4474361767637803948">"စမ်းသပ် မက်ဆေ့ဂ်ျ"</string>
+</resources>
diff --git a/res/values-mcc404-nb/strings.xml b/res/values-mcc404-nb/strings.xml
new file mode 100644
index 0000000..61e4d5d
--- /dev/null
+++ b/res/values-mcc404-nb/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+          http://www.apache.org/licenses/LICENSE-2.0
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="1792032344095168538">"Ekstremt alvorlig varsel"</string>
+    <string name="cmas_extreme_alert" msgid="3131679659546331921">"Alvorlig varsel"</string>
+    <string name="cmas_required_monthly_test" msgid="4474361767637803948">"Testmelding"</string>
+</resources>
diff --git a/res/values-mcc404-ne/strings.xml b/res/values-mcc404-ne/strings.xml
new file mode 100644
index 0000000..a9b129a
--- /dev/null
+++ b/res/values-mcc404-ne/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+          http://www.apache.org/licenses/LICENSE-2.0
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="1792032344095168538">"अत्यन्तै गम्भीर खतरासम्बन्धी अलर्ट"</string>
+    <string name="cmas_extreme_alert" msgid="3131679659546331921">"गम्भीर खतरासम्बन्धी अलर्ट"</string>
+    <string name="cmas_required_monthly_test" msgid="4474361767637803948">"परीक्षण म्यासेज"</string>
+</resources>
diff --git a/res/values-mcc404-nl/strings.xml b/res/values-mcc404-nl/strings.xml
new file mode 100644
index 0000000..221c2bf
--- /dev/null
+++ b/res/values-mcc404-nl/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+          http://www.apache.org/licenses/LICENSE-2.0
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="1792032344095168538">"Melding voor zeer ernstige noodsituatie"</string>
+    <string name="cmas_extreme_alert" msgid="3131679659546331921">"Melding voor ernstige noodsituatie"</string>
+    <string name="cmas_required_monthly_test" msgid="4474361767637803948">"Testbericht"</string>
+</resources>
diff --git a/res/values-mcc404-or/strings.xml b/res/values-mcc404-or/strings.xml
new file mode 100644
index 0000000..84838d2
--- /dev/null
+++ b/res/values-mcc404-or/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+          http://www.apache.org/licenses/LICENSE-2.0
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="1792032344095168538">"ଅତି ଗୁରୁତର ଆଲର୍ଟ"</string>
+    <string name="cmas_extreme_alert" msgid="3131679659546331921">"ଗୁରୁତର ଆଲର୍ଟ"</string>
+    <string name="cmas_required_monthly_test" msgid="4474361767637803948">"ଟେଷ୍ଟ ମେସେଜ୍"</string>
+</resources>
diff --git a/res/values-mcc404-pa/strings.xml b/res/values-mcc404-pa/strings.xml
new file mode 100644
index 0000000..6cfa0fe
--- /dev/null
+++ b/res/values-mcc404-pa/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+          http://www.apache.org/licenses/LICENSE-2.0
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="1792032344095168538">"ਬਹੁਤ ਹੀ ਜ਼ਿਆਦਾ ਗੰਭੀਰ ਹਾਲਾਤ ਸੰਬੰਧੀ ਅਲਰਟ"</string>
+    <string name="cmas_extreme_alert" msgid="3131679659546331921">"ਗੰਭੀਰ ਹਾਲਾਤ ਸੰਬੰਧੀ ਅਲਰਟ"</string>
+    <string name="cmas_required_monthly_test" msgid="4474361767637803948">"ਜਾਂਚ ਸੁਨੇਹਾ"</string>
+</resources>
diff --git a/res/values-mcc404-pl/strings.xml b/res/values-mcc404-pl/strings.xml
new file mode 100644
index 0000000..89087b8
--- /dev/null
+++ b/res/values-mcc404-pl/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+          http://www.apache.org/licenses/LICENSE-2.0
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="1792032344095168538">"Alert o skrajnie poważnym zagrożeniu"</string>
+    <string name="cmas_extreme_alert" msgid="3131679659546331921">"Alert o poważnym zagrożeniu"</string>
+    <string name="cmas_required_monthly_test" msgid="4474361767637803948">"Wiadomość testowa"</string>
+</resources>
diff --git a/res/values-mcc404-pt-rPT/strings.xml b/res/values-mcc404-pt-rPT/strings.xml
new file mode 100644
index 0000000..6441df5
--- /dev/null
+++ b/res/values-mcc404-pt-rPT/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+          http://www.apache.org/licenses/LICENSE-2.0
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="1792032344095168538">"Alerta extremamente grave"</string>
+    <string name="cmas_extreme_alert" msgid="3131679659546331921">"Alerta grave"</string>
+    <string name="cmas_required_monthly_test" msgid="4474361767637803948">"Mensagem de teste"</string>
+</resources>
diff --git a/res/values-mcc404-pt/strings.xml b/res/values-mcc404-pt/strings.xml
new file mode 100644
index 0000000..6441df5
--- /dev/null
+++ b/res/values-mcc404-pt/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+          http://www.apache.org/licenses/LICENSE-2.0
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="1792032344095168538">"Alerta extremamente grave"</string>
+    <string name="cmas_extreme_alert" msgid="3131679659546331921">"Alerta grave"</string>
+    <string name="cmas_required_monthly_test" msgid="4474361767637803948">"Mensagem de teste"</string>
+</resources>
diff --git a/res/values-mcc404-ro/strings.xml b/res/values-mcc404-ro/strings.xml
new file mode 100644
index 0000000..f112ddf
--- /dev/null
+++ b/res/values-mcc404-ro/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+          http://www.apache.org/licenses/LICENSE-2.0
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="1792032344095168538">"Alertă extrem de gravă"</string>
+    <string name="cmas_extreme_alert" msgid="3131679659546331921">"Alertă gravă"</string>
+    <string name="cmas_required_monthly_test" msgid="4474361767637803948">"Mesaj de test"</string>
+</resources>
diff --git a/res/values-mcc404-ru/strings.xml b/res/values-mcc404-ru/strings.xml
new file mode 100644
index 0000000..a7382f6
--- /dev/null
+++ b/res/values-mcc404-ru/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+          http://www.apache.org/licenses/LICENSE-2.0
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="1792032344095168538">"Оповещение о критической угрозе"</string>
+    <string name="cmas_extreme_alert" msgid="3131679659546331921">"Оповещение о серьезной угрозе"</string>
+    <string name="cmas_required_monthly_test" msgid="4474361767637803948">"Тестовое сообщение"</string>
+</resources>
diff --git a/res/values-mcc404-si/strings.xml b/res/values-mcc404-si/strings.xml
new file mode 100644
index 0000000..6ed8760
--- /dev/null
+++ b/res/values-mcc404-si/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+          http://www.apache.org/licenses/LICENSE-2.0
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="1792032344095168538">"ඉතාම දරුණු ඇඟවීම"</string>
+    <string name="cmas_extreme_alert" msgid="3131679659546331921">"දරුණු ඇඟවීම"</string>
+    <string name="cmas_required_monthly_test" msgid="4474361767637803948">"පරීක්ෂණ පණිවිඩය"</string>
+</resources>
diff --git a/res/values-mcc404-sk/strings.xml b/res/values-mcc404-sk/strings.xml
new file mode 100644
index 0000000..02652c2
--- /dev/null
+++ b/res/values-mcc404-sk/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+          http://www.apache.org/licenses/LICENSE-2.0
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="1792032344095168538">"Veľmi závažné varovanie"</string>
+    <string name="cmas_extreme_alert" msgid="3131679659546331921">"Závažné varovanie"</string>
+    <string name="cmas_required_monthly_test" msgid="4474361767637803948">"Testovacia správa"</string>
+</resources>
diff --git a/res/values-mcc404-sl/strings.xml b/res/values-mcc404-sl/strings.xml
new file mode 100644
index 0000000..1aac4c8
--- /dev/null
+++ b/res/values-mcc404-sl/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+          http://www.apache.org/licenses/LICENSE-2.0
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="1792032344095168538">"Izjemno resno opozorilo"</string>
+    <string name="cmas_extreme_alert" msgid="3131679659546331921">"Resno opozorilo"</string>
+    <string name="cmas_required_monthly_test" msgid="4474361767637803948">"Preizkusno sporočilo"</string>
+</resources>
diff --git a/res/values-mcc404-sq/strings.xml b/res/values-mcc404-sq/strings.xml
new file mode 100644
index 0000000..9833c6e
--- /dev/null
+++ b/res/values-mcc404-sq/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+          http://www.apache.org/licenses/LICENSE-2.0
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="1792032344095168538">"Sinjalizim jashtëzakonisht serioz"</string>
+    <string name="cmas_extreme_alert" msgid="3131679659546331921">"Sinjalizim serioz"</string>
+    <string name="cmas_required_monthly_test" msgid="4474361767637803948">"Mesazh testimi"</string>
+</resources>
diff --git a/res/values-mcc404-sr/strings.xml b/res/values-mcc404-sr/strings.xml
new file mode 100644
index 0000000..41b2869
--- /dev/null
+++ b/res/values-mcc404-sr/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+          http://www.apache.org/licenses/LICENSE-2.0
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="1792032344095168538">"Обавештење о изузетно озбиљној опасности"</string>
+    <string name="cmas_extreme_alert" msgid="3131679659546331921">"Обавештење о озбиљној опасности"</string>
+    <string name="cmas_required_monthly_test" msgid="4474361767637803948">"Пробна порука"</string>
+</resources>
diff --git a/res/values-mcc404-sv/strings.xml b/res/values-mcc404-sv/strings.xml
new file mode 100644
index 0000000..f530a03
--- /dev/null
+++ b/res/values-mcc404-sv/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+          http://www.apache.org/licenses/LICENSE-2.0
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="1792032344095168538">"Varning om mycket allvarlig fara"</string>
+    <string name="cmas_extreme_alert" msgid="3131679659546331921">"Varning om allvarlig fara"</string>
+    <string name="cmas_required_monthly_test" msgid="4474361767637803948">"Testmeddelande"</string>
+</resources>
diff --git a/res/values-mcc404-sw/strings.xml b/res/values-mcc404-sw/strings.xml
new file mode 100644
index 0000000..61e0cd1
--- /dev/null
+++ b/res/values-mcc404-sw/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+          http://www.apache.org/licenses/LICENSE-2.0
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="1792032344095168538">"Arifa kuhusu Hali Hatari Zaidi"</string>
+    <string name="cmas_extreme_alert" msgid="3131679659546331921">"Arifa kuhusu Hali Hatari"</string>
+    <string name="cmas_required_monthly_test" msgid="4474361767637803948">"Ujumbe wa Jaribio"</string>
+</resources>
diff --git a/res/values-mcc404-ta/strings.xml b/res/values-mcc404-ta/strings.xml
new file mode 100644
index 0000000..effdab7
--- /dev/null
+++ b/res/values-mcc404-ta/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+          http://www.apache.org/licenses/LICENSE-2.0
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="1792032344095168538">"மிகவும் கடுமையான எச்சரிக்கை"</string>
+    <string name="cmas_extreme_alert" msgid="3131679659546331921">"கடுமையான எச்சரிக்கை"</string>
+    <string name="cmas_required_monthly_test" msgid="4474361767637803948">"பரிசோதனை மெசேஜ்"</string>
+</resources>
diff --git a/res/values-mcc404-te/strings.xml b/res/values-mcc404-te/strings.xml
new file mode 100644
index 0000000..41cc97d
--- /dev/null
+++ b/res/values-mcc404-te/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+          http://www.apache.org/licenses/LICENSE-2.0
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="1792032344095168538">"అత్యంత తీవ్రమైన అలర్ట్"</string>
+    <string name="cmas_extreme_alert" msgid="3131679659546331921">"తీవ్రమైన అలర్ట్"</string>
+    <string name="cmas_required_monthly_test" msgid="4474361767637803948">"టెస్ట్ మెసేజ్"</string>
+</resources>
diff --git a/res/values-mcc404-th/strings.xml b/res/values-mcc404-th/strings.xml
new file mode 100644
index 0000000..109205b
--- /dev/null
+++ b/res/values-mcc404-th/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+          http://www.apache.org/licenses/LICENSE-2.0
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="1792032344095168538">"การแจ้งเตือนระดับร้ายแรงมาก"</string>
+    <string name="cmas_extreme_alert" msgid="3131679659546331921">"การแจ้งเตือนระดับร้ายแรง"</string>
+    <string name="cmas_required_monthly_test" msgid="4474361767637803948">"ข้อความทดสอบ"</string>
+</resources>
diff --git a/res/values-mcc404-tl/strings.xml b/res/values-mcc404-tl/strings.xml
new file mode 100644
index 0000000..aa0fc71
--- /dev/null
+++ b/res/values-mcc404-tl/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+          http://www.apache.org/licenses/LICENSE-2.0
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="1792032344095168538">"Lubhang Matinding Alerto"</string>
+    <string name="cmas_extreme_alert" msgid="3131679659546331921">"Matinding Alerto"</string>
+    <string name="cmas_required_monthly_test" msgid="4474361767637803948">"Pansubok na Mensahe"</string>
+</resources>
diff --git a/res/values-mcc404-tr/strings.xml b/res/values-mcc404-tr/strings.xml
new file mode 100644
index 0000000..2e2a4ad
--- /dev/null
+++ b/res/values-mcc404-tr/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+          http://www.apache.org/licenses/LICENSE-2.0
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="1792032344095168538">"Son Derece Ciddi Düzeyde Uyarı"</string>
+    <string name="cmas_extreme_alert" msgid="3131679659546331921">"Ciddi Düzeyde Uyarı"</string>
+    <string name="cmas_required_monthly_test" msgid="4474361767637803948">"Test Mesajı"</string>
+</resources>
diff --git a/res/values-mcc404-uk/strings.xml b/res/values-mcc404-uk/strings.xml
new file mode 100644
index 0000000..c5528c5
--- /dev/null
+++ b/res/values-mcc404-uk/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+          http://www.apache.org/licenses/LICENSE-2.0
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="1792032344095168538">"Надзвичайно важливе сповіщення"</string>
+    <string name="cmas_extreme_alert" msgid="3131679659546331921">"Критично важливе сповіщення"</string>
+    <string name="cmas_required_monthly_test" msgid="4474361767637803948">"Тестове повідомлення"</string>
+</resources>
diff --git a/res/values-mcc404-ur/strings.xml b/res/values-mcc404-ur/strings.xml
new file mode 100644
index 0000000..952a24e
--- /dev/null
+++ b/res/values-mcc404-ur/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+          http://www.apache.org/licenses/LICENSE-2.0
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="1792032344095168538">"انتہائی سنجیدہ الرٹ"</string>
+    <string name="cmas_extreme_alert" msgid="3131679659546331921">"سنجیدہ الرٹ"</string>
+    <string name="cmas_required_monthly_test" msgid="4474361767637803948">"ٹیسٹ پیغام"</string>
+</resources>
diff --git a/res/values-mcc404-uz/strings.xml b/res/values-mcc404-uz/strings.xml
new file mode 100644
index 0000000..2acc2ff
--- /dev/null
+++ b/res/values-mcc404-uz/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+          http://www.apache.org/licenses/LICENSE-2.0
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="1792032344095168538">"Juda jiddiy ogohlantirish"</string>
+    <string name="cmas_extreme_alert" msgid="3131679659546331921">"Jiddiy ogohlantirish"</string>
+    <string name="cmas_required_monthly_test" msgid="4474361767637803948">"Sinov xabari"</string>
+</resources>
diff --git a/res/values-mcc404-vi/strings.xml b/res/values-mcc404-vi/strings.xml
new file mode 100644
index 0000000..d32d707
--- /dev/null
+++ b/res/values-mcc404-vi/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+          http://www.apache.org/licenses/LICENSE-2.0
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="1792032344095168538">"Cảnh báo rất nghiêm trọng"</string>
+    <string name="cmas_extreme_alert" msgid="3131679659546331921">"Cảnh báo nghiêm trọng"</string>
+    <string name="cmas_required_monthly_test" msgid="4474361767637803948">"Tin nhắn thử nghiệm"</string>
+</resources>
diff --git a/res/values-mcc404-zh-rCN/strings.xml b/res/values-mcc404-zh-rCN/strings.xml
new file mode 100644
index 0000000..8c85b44
--- /dev/null
+++ b/res/values-mcc404-zh-rCN/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+          http://www.apache.org/licenses/LICENSE-2.0
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="1792032344095168538">"极其严重警报"</string>
+    <string name="cmas_extreme_alert" msgid="3131679659546331921">"严重警报"</string>
+    <string name="cmas_required_monthly_test" msgid="4474361767637803948">"测试消息"</string>
+</resources>
diff --git a/res/values-mcc404-zh-rHK/strings.xml b/res/values-mcc404-zh-rHK/strings.xml
new file mode 100644
index 0000000..b632710
--- /dev/null
+++ b/res/values-mcc404-zh-rHK/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+          http://www.apache.org/licenses/LICENSE-2.0
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="1792032344095168538">"極度嚴重警示"</string>
+    <string name="cmas_extreme_alert" msgid="3131679659546331921">"嚴重警示"</string>
+    <string name="cmas_required_monthly_test" msgid="4474361767637803948">"測試訊息"</string>
+</resources>
diff --git a/res/values-mcc404-zh-rTW/strings.xml b/res/values-mcc404-zh-rTW/strings.xml
new file mode 100644
index 0000000..7156d83
--- /dev/null
+++ b/res/values-mcc404-zh-rTW/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+          http://www.apache.org/licenses/LICENSE-2.0
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="1792032344095168538">"極度嚴重警報"</string>
+    <string name="cmas_extreme_alert" msgid="3131679659546331921">"嚴重警報"</string>
+    <string name="cmas_required_monthly_test" msgid="4474361767637803948">"測試訊息"</string>
+</resources>
diff --git a/res/values-mcc404-zu/strings.xml b/res/values-mcc404-zu/strings.xml
new file mode 100644
index 0000000..9f621bf
--- /dev/null
+++ b/res/values-mcc404-zu/strings.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+          http://www.apache.org/licenses/LICENSE-2.0
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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="1792032344095168538">"Isexwayiso Esibucayi Kakhulu"</string>
+    <string name="cmas_extreme_alert" msgid="3131679659546331921">"Isexwayiso Esibucayi"</string>
+    <string name="cmas_required_monthly_test" msgid="4474361767637803948">"Umlayezo Wokuhlola"</string>
+</resources>
diff --git a/res/values-mcc404/strings.xml b/res/values-mcc404/strings.xml
new file mode 100644
index 0000000..efb6c84
--- /dev/null
+++ b/res/values-mcc404/strings.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2023 The Android Open Source Project
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+          http://www.apache.org/licenses/LICENSE-2.0
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- CMAS dialog title for presidential level alert. [CHAR LIMIT=50] -->
+    <!-- Required hindi (hi) translation for this message: अत्यंत गंभीर चेतावनी -->
+    <string name="cmas_presidential_level_alert">Extremely Severe Alert</string>
+    <!-- CMAS dialog title for extreme alert. [CHAR LIMIT=50] -->
+    <!-- Required hindi (hi) translation for this message: गंभीर चेतावनी -->
+    <string name="cmas_extreme_alert">Severe Alert</string>
+    <!-- CMAS dialog title for required monthly test. [CHAR LIMIT=50] -->
+    <!-- Required hindi (hi) translation for this message: परीक्षण संदेश -->
+    <string name="cmas_required_monthly_test">Test Message</string>
+</resources>
diff --git a/res/values-mcc405-af b/res/values-mcc405-af
new file mode 120000
index 0000000..528400b
--- /dev/null
+++ b/res/values-mcc405-af
@@ -0,0 +1 @@
+values-mcc404-af
\ No newline at end of file
diff --git a/res/values-mcc405-am b/res/values-mcc405-am
new file mode 120000
index 0000000..134369c
--- /dev/null
+++ b/res/values-mcc405-am
@@ -0,0 +1 @@
+values-mcc404-am
\ No newline at end of file
diff --git a/res/values-mcc405-ar b/res/values-mcc405-ar
new file mode 120000
index 0000000..eefefc2
--- /dev/null
+++ b/res/values-mcc405-ar
@@ -0,0 +1 @@
+values-mcc404-ar
\ No newline at end of file
diff --git a/res/values-mcc405-as b/res/values-mcc405-as
new file mode 120000
index 0000000..e10434e
--- /dev/null
+++ b/res/values-mcc405-as
@@ -0,0 +1 @@
+values-mcc404-as
\ No newline at end of file
diff --git a/res/values-mcc405-az b/res/values-mcc405-az
new file mode 120000
index 0000000..82f9c14
--- /dev/null
+++ b/res/values-mcc405-az
@@ -0,0 +1 @@
+values-mcc404-az
\ No newline at end of file
diff --git a/res/values-mcc405-b+sr+Latn b/res/values-mcc405-b+sr+Latn
new file mode 120000
index 0000000..c32f30c
--- /dev/null
+++ b/res/values-mcc405-b+sr+Latn
@@ -0,0 +1 @@
+values-mcc404-b+sr+Latn
\ No newline at end of file
diff --git a/res/values-mcc405-be b/res/values-mcc405-be
new file mode 120000
index 0000000..1b7edb6
--- /dev/null
+++ b/res/values-mcc405-be
@@ -0,0 +1 @@
+values-mcc404-be
\ No newline at end of file
diff --git a/res/values-mcc405-bg b/res/values-mcc405-bg
new file mode 120000
index 0000000..67bd08c
--- /dev/null
+++ b/res/values-mcc405-bg
@@ -0,0 +1 @@
+values-mcc404-bg
\ No newline at end of file
diff --git a/res/values-mcc405-bn b/res/values-mcc405-bn
new file mode 120000
index 0000000..f3c9112
--- /dev/null
+++ b/res/values-mcc405-bn
@@ -0,0 +1 @@
+values-mcc404-bn
\ No newline at end of file
diff --git a/res/values-mcc405-bs b/res/values-mcc405-bs
new file mode 120000
index 0000000..69faaa5
--- /dev/null
+++ b/res/values-mcc405-bs
@@ -0,0 +1 @@
+values-mcc404-bs
\ No newline at end of file
diff --git a/res/values-mcc405-ca b/res/values-mcc405-ca
new file mode 120000
index 0000000..90f25c1
--- /dev/null
+++ b/res/values-mcc405-ca
@@ -0,0 +1 @@
+values-mcc404-ca
\ No newline at end of file
diff --git a/res/values-mcc405-cs b/res/values-mcc405-cs
new file mode 120000
index 0000000..5295d5f
--- /dev/null
+++ b/res/values-mcc405-cs
@@ -0,0 +1 @@
+values-mcc404-cs
\ No newline at end of file
diff --git a/res/values-mcc405-da b/res/values-mcc405-da
new file mode 120000
index 0000000..a08ad45
--- /dev/null
+++ b/res/values-mcc405-da
@@ -0,0 +1 @@
+values-mcc404-da
\ No newline at end of file
diff --git a/res/values-mcc405-de b/res/values-mcc405-de
new file mode 120000
index 0000000..c77e47d
--- /dev/null
+++ b/res/values-mcc405-de
@@ -0,0 +1 @@
+values-mcc404-de
\ No newline at end of file
diff --git a/res/values-mcc405-el b/res/values-mcc405-el
new file mode 120000
index 0000000..0a6ab38
--- /dev/null
+++ b/res/values-mcc405-el
@@ -0,0 +1 @@
+values-mcc404-el
\ No newline at end of file
diff --git a/res/values-mcc405-en-rAU b/res/values-mcc405-en-rAU
new file mode 120000
index 0000000..ae81689
--- /dev/null
+++ b/res/values-mcc405-en-rAU
@@ -0,0 +1 @@
+values-mcc404-en-rAU
\ No newline at end of file
diff --git a/res/values-mcc405-en-rCA b/res/values-mcc405-en-rCA
new file mode 120000
index 0000000..e46ef7e
--- /dev/null
+++ b/res/values-mcc405-en-rCA
@@ -0,0 +1 @@
+values-mcc404-en-rCA
\ No newline at end of file
diff --git a/res/values-mcc405-en-rGB b/res/values-mcc405-en-rGB
new file mode 120000
index 0000000..70d2e11
--- /dev/null
+++ b/res/values-mcc405-en-rGB
@@ -0,0 +1 @@
+values-mcc404-en-rGB
\ No newline at end of file
diff --git a/res/values-mcc405-en-rIN b/res/values-mcc405-en-rIN
new file mode 120000
index 0000000..48ddd18
--- /dev/null
+++ b/res/values-mcc405-en-rIN
@@ -0,0 +1 @@
+values-mcc404-en-rIN
\ No newline at end of file
diff --git a/res/values-mcc405-en-rXC b/res/values-mcc405-en-rXC
new file mode 120000
index 0000000..88043b2
--- /dev/null
+++ b/res/values-mcc405-en-rXC
@@ -0,0 +1 @@
+values-mcc404-en-rXC
\ No newline at end of file
diff --git a/res/values-mcc405-es b/res/values-mcc405-es
new file mode 120000
index 0000000..aed4097
--- /dev/null
+++ b/res/values-mcc405-es
@@ -0,0 +1 @@
+values-mcc404-es
\ No newline at end of file
diff --git a/res/values-mcc405-es-rUS b/res/values-mcc405-es-rUS
new file mode 120000
index 0000000..81d07c9
--- /dev/null
+++ b/res/values-mcc405-es-rUS
@@ -0,0 +1 @@
+values-mcc404-es-rUS
\ No newline at end of file
diff --git a/res/values-mcc405-et b/res/values-mcc405-et
new file mode 120000
index 0000000..dd7f22b
--- /dev/null
+++ b/res/values-mcc405-et
@@ -0,0 +1 @@
+values-mcc404-et
\ No newline at end of file
diff --git a/res/values-mcc405-eu b/res/values-mcc405-eu
new file mode 120000
index 0000000..1209b29
--- /dev/null
+++ b/res/values-mcc405-eu
@@ -0,0 +1 @@
+values-mcc404-eu
\ No newline at end of file
diff --git a/res/values-mcc405-fa b/res/values-mcc405-fa
new file mode 120000
index 0000000..a8afe0a
--- /dev/null
+++ b/res/values-mcc405-fa
@@ -0,0 +1 @@
+values-mcc404-fa
\ No newline at end of file
diff --git a/res/values-mcc405-fi b/res/values-mcc405-fi
new file mode 120000
index 0000000..6fde250
--- /dev/null
+++ b/res/values-mcc405-fi
@@ -0,0 +1 @@
+values-mcc404-fi
\ No newline at end of file
diff --git a/res/values-mcc405-fr b/res/values-mcc405-fr
new file mode 120000
index 0000000..a02cab9
--- /dev/null
+++ b/res/values-mcc405-fr
@@ -0,0 +1 @@
+values-mcc404-fr
\ No newline at end of file
diff --git a/res/values-mcc405-fr-rCA b/res/values-mcc405-fr-rCA
new file mode 120000
index 0000000..20b65dc
--- /dev/null
+++ b/res/values-mcc405-fr-rCA
@@ -0,0 +1 @@
+values-mcc404-fr-rCA
\ No newline at end of file
diff --git a/res/values-mcc405-gl b/res/values-mcc405-gl
new file mode 120000
index 0000000..f007e01
--- /dev/null
+++ b/res/values-mcc405-gl
@@ -0,0 +1 @@
+values-mcc404-gl
\ No newline at end of file
diff --git a/res/values-mcc405-gu b/res/values-mcc405-gu
new file mode 120000
index 0000000..5cc65f5
--- /dev/null
+++ b/res/values-mcc405-gu
@@ -0,0 +1 @@
+values-mcc404-gu
\ No newline at end of file
diff --git a/res/values-mcc405-hi b/res/values-mcc405-hi
new file mode 120000
index 0000000..3eeb325
--- /dev/null
+++ b/res/values-mcc405-hi
@@ -0,0 +1 @@
+values-mcc404-hi
\ No newline at end of file
diff --git a/res/values-mcc405-hr b/res/values-mcc405-hr
new file mode 120000
index 0000000..c56983d
--- /dev/null
+++ b/res/values-mcc405-hr
@@ -0,0 +1 @@
+values-mcc404-hr
\ No newline at end of file
diff --git a/res/values-mcc405-hu b/res/values-mcc405-hu
new file mode 120000
index 0000000..1db0970
--- /dev/null
+++ b/res/values-mcc405-hu
@@ -0,0 +1 @@
+values-mcc404-hu
\ No newline at end of file
diff --git a/res/values-mcc405-hy b/res/values-mcc405-hy
new file mode 120000
index 0000000..da19580
--- /dev/null
+++ b/res/values-mcc405-hy
@@ -0,0 +1 @@
+values-mcc404-hy
\ No newline at end of file
diff --git a/res/values-mcc405-in b/res/values-mcc405-in
new file mode 120000
index 0000000..cdd39ac
--- /dev/null
+++ b/res/values-mcc405-in
@@ -0,0 +1 @@
+values-mcc404-in
\ No newline at end of file
diff --git a/res/values-mcc405-is b/res/values-mcc405-is
new file mode 120000
index 0000000..37a2b78
--- /dev/null
+++ b/res/values-mcc405-is
@@ -0,0 +1 @@
+values-mcc404-is
\ No newline at end of file
diff --git a/res/values-mcc405-it b/res/values-mcc405-it
new file mode 120000
index 0000000..fdf1bf7
--- /dev/null
+++ b/res/values-mcc405-it
@@ -0,0 +1 @@
+values-mcc404-it
\ No newline at end of file
diff --git a/res/values-mcc405-iw b/res/values-mcc405-iw
new file mode 120000
index 0000000..8deb3de
--- /dev/null
+++ b/res/values-mcc405-iw
@@ -0,0 +1 @@
+values-mcc404-iw
\ No newline at end of file
diff --git a/res/values-mcc405-ja b/res/values-mcc405-ja
new file mode 120000
index 0000000..d69e70c
--- /dev/null
+++ b/res/values-mcc405-ja
@@ -0,0 +1 @@
+values-mcc404-ja
\ No newline at end of file
diff --git a/res/values-mcc405-ka b/res/values-mcc405-ka
new file mode 120000
index 0000000..84d0970
--- /dev/null
+++ b/res/values-mcc405-ka
@@ -0,0 +1 @@
+values-mcc404-ka
\ No newline at end of file
diff --git a/res/values-mcc405-kk b/res/values-mcc405-kk
new file mode 120000
index 0000000..23c8a7d
--- /dev/null
+++ b/res/values-mcc405-kk
@@ -0,0 +1 @@
+values-mcc404-kk
\ No newline at end of file
diff --git a/res/values-mcc405-km b/res/values-mcc405-km
new file mode 120000
index 0000000..223ee27
--- /dev/null
+++ b/res/values-mcc405-km
@@ -0,0 +1 @@
+values-mcc404-km
\ No newline at end of file
diff --git a/res/values-mcc405-kn b/res/values-mcc405-kn
new file mode 120000
index 0000000..adc9df7
--- /dev/null
+++ b/res/values-mcc405-kn
@@ -0,0 +1 @@
+values-mcc404-kn
\ No newline at end of file
diff --git a/res/values-mcc405-ko b/res/values-mcc405-ko
new file mode 120000
index 0000000..8b7a0ba
--- /dev/null
+++ b/res/values-mcc405-ko
@@ -0,0 +1 @@
+values-mcc404-ko
\ No newline at end of file
diff --git a/res/values-mcc405-ky b/res/values-mcc405-ky
new file mode 120000
index 0000000..174d38e
--- /dev/null
+++ b/res/values-mcc405-ky
@@ -0,0 +1 @@
+values-mcc404-ky
\ No newline at end of file
diff --git a/res/values-mcc405-lo b/res/values-mcc405-lo
new file mode 120000
index 0000000..48bf583
--- /dev/null
+++ b/res/values-mcc405-lo
@@ -0,0 +1 @@
+values-mcc404-lo
\ No newline at end of file
diff --git a/res/values-mcc405-lt b/res/values-mcc405-lt
new file mode 120000
index 0000000..3099826
--- /dev/null
+++ b/res/values-mcc405-lt
@@ -0,0 +1 @@
+values-mcc404-lt
\ No newline at end of file
diff --git a/res/values-mcc405-lv b/res/values-mcc405-lv
new file mode 120000
index 0000000..015893a
--- /dev/null
+++ b/res/values-mcc405-lv
@@ -0,0 +1 @@
+values-mcc404-lv
\ No newline at end of file
diff --git a/res/values-mcc405-mk b/res/values-mcc405-mk
new file mode 120000
index 0000000..879db31
--- /dev/null
+++ b/res/values-mcc405-mk
@@ -0,0 +1 @@
+values-mcc404-mk
\ No newline at end of file
diff --git a/res/values-mcc405-ml b/res/values-mcc405-ml
new file mode 120000
index 0000000..c03b7dd
--- /dev/null
+++ b/res/values-mcc405-ml
@@ -0,0 +1 @@
+values-mcc404-ml
\ No newline at end of file
diff --git a/res/values-mcc405-mn b/res/values-mcc405-mn
new file mode 120000
index 0000000..0bd1789
--- /dev/null
+++ b/res/values-mcc405-mn
@@ -0,0 +1 @@
+values-mcc404-mn
\ No newline at end of file
diff --git a/res/values-mcc405-mr b/res/values-mcc405-mr
new file mode 120000
index 0000000..467804b
--- /dev/null
+++ b/res/values-mcc405-mr
@@ -0,0 +1 @@
+values-mcc404-mr
\ No newline at end of file
diff --git a/res/values-mcc405-ms b/res/values-mcc405-ms
new file mode 120000
index 0000000..bb94abf
--- /dev/null
+++ b/res/values-mcc405-ms
@@ -0,0 +1 @@
+values-mcc404-ms
\ No newline at end of file
diff --git a/res/values-mcc405-my b/res/values-mcc405-my
new file mode 120000
index 0000000..d302208
--- /dev/null
+++ b/res/values-mcc405-my
@@ -0,0 +1 @@
+values-mcc404-my
\ No newline at end of file
diff --git a/res/values-mcc405-nb b/res/values-mcc405-nb
new file mode 120000
index 0000000..98b1734
--- /dev/null
+++ b/res/values-mcc405-nb
@@ -0,0 +1 @@
+values-mcc404-nb
\ No newline at end of file
diff --git a/res/values-mcc405-ne b/res/values-mcc405-ne
new file mode 120000
index 0000000..3b51ec1
--- /dev/null
+++ b/res/values-mcc405-ne
@@ -0,0 +1 @@
+values-mcc404-ne
\ No newline at end of file
diff --git a/res/values-mcc405-nl b/res/values-mcc405-nl
new file mode 120000
index 0000000..c588a07
--- /dev/null
+++ b/res/values-mcc405-nl
@@ -0,0 +1 @@
+values-mcc404-nl
\ No newline at end of file
diff --git a/res/values-mcc405-or b/res/values-mcc405-or
new file mode 120000
index 0000000..f253013
--- /dev/null
+++ b/res/values-mcc405-or
@@ -0,0 +1 @@
+values-mcc404-or
\ No newline at end of file
diff --git a/res/values-mcc405-pa b/res/values-mcc405-pa
new file mode 120000
index 0000000..55c20f4
--- /dev/null
+++ b/res/values-mcc405-pa
@@ -0,0 +1 @@
+values-mcc404-pa
\ No newline at end of file
diff --git a/res/values-mcc405-pl b/res/values-mcc405-pl
new file mode 120000
index 0000000..34d8195
--- /dev/null
+++ b/res/values-mcc405-pl
@@ -0,0 +1 @@
+values-mcc404-pl
\ No newline at end of file
diff --git a/res/values-mcc405-pt b/res/values-mcc405-pt
new file mode 120000
index 0000000..18e9284
--- /dev/null
+++ b/res/values-mcc405-pt
@@ -0,0 +1 @@
+values-mcc404-pt
\ No newline at end of file
diff --git a/res/values-mcc405-pt-rPT b/res/values-mcc405-pt-rPT
new file mode 120000
index 0000000..e0b0799
--- /dev/null
+++ b/res/values-mcc405-pt-rPT
@@ -0,0 +1 @@
+values-mcc404-pt-rPT
\ No newline at end of file
diff --git a/res/values-mcc405-ro b/res/values-mcc405-ro
new file mode 120000
index 0000000..8a6e5e6
--- /dev/null
+++ b/res/values-mcc405-ro
@@ -0,0 +1 @@
+values-mcc404-ro
\ No newline at end of file
diff --git a/res/values-mcc405-ru b/res/values-mcc405-ru
new file mode 120000
index 0000000..68d99cc
--- /dev/null
+++ b/res/values-mcc405-ru
@@ -0,0 +1 @@
+values-mcc404-ru
\ No newline at end of file
diff --git a/res/values-mcc405-si b/res/values-mcc405-si
new file mode 120000
index 0000000..0304590
--- /dev/null
+++ b/res/values-mcc405-si
@@ -0,0 +1 @@
+values-mcc404-si
\ No newline at end of file
diff --git a/res/values-mcc405-sk b/res/values-mcc405-sk
new file mode 120000
index 0000000..cbc1c4b
--- /dev/null
+++ b/res/values-mcc405-sk
@@ -0,0 +1 @@
+values-mcc404-sk
\ No newline at end of file
diff --git a/res/values-mcc405-sl b/res/values-mcc405-sl
new file mode 120000
index 0000000..506c71d
--- /dev/null
+++ b/res/values-mcc405-sl
@@ -0,0 +1 @@
+values-mcc404-sl
\ No newline at end of file
diff --git a/res/values-mcc405-sq b/res/values-mcc405-sq
new file mode 120000
index 0000000..18ede96
--- /dev/null
+++ b/res/values-mcc405-sq
@@ -0,0 +1 @@
+values-mcc404-sq
\ No newline at end of file
diff --git a/res/values-mcc405-sr b/res/values-mcc405-sr
new file mode 120000
index 0000000..13b2249
--- /dev/null
+++ b/res/values-mcc405-sr
@@ -0,0 +1 @@
+values-mcc404-sr
\ No newline at end of file
diff --git a/res/values-mcc405-sv b/res/values-mcc405-sv
new file mode 120000
index 0000000..a169545
--- /dev/null
+++ b/res/values-mcc405-sv
@@ -0,0 +1 @@
+values-mcc404-sv
\ No newline at end of file
diff --git a/res/values-mcc405-sw b/res/values-mcc405-sw
new file mode 120000
index 0000000..6ddb2ca
--- /dev/null
+++ b/res/values-mcc405-sw
@@ -0,0 +1 @@
+values-mcc404-sw
\ No newline at end of file
diff --git a/res/values-mcc405-ta b/res/values-mcc405-ta
new file mode 120000
index 0000000..588bf49
--- /dev/null
+++ b/res/values-mcc405-ta
@@ -0,0 +1 @@
+values-mcc404-ta
\ No newline at end of file
diff --git a/res/values-mcc405-te b/res/values-mcc405-te
new file mode 120000
index 0000000..c19de51
--- /dev/null
+++ b/res/values-mcc405-te
@@ -0,0 +1 @@
+values-mcc404-te
\ No newline at end of file
diff --git a/res/values-mcc405-th b/res/values-mcc405-th
new file mode 120000
index 0000000..157062c
--- /dev/null
+++ b/res/values-mcc405-th
@@ -0,0 +1 @@
+values-mcc404-th
\ No newline at end of file
diff --git a/res/values-mcc405-tl b/res/values-mcc405-tl
new file mode 120000
index 0000000..032629f
--- /dev/null
+++ b/res/values-mcc405-tl
@@ -0,0 +1 @@
+values-mcc404-tl
\ No newline at end of file
diff --git a/res/values-mcc405-tr b/res/values-mcc405-tr
new file mode 120000
index 0000000..3957803
--- /dev/null
+++ b/res/values-mcc405-tr
@@ -0,0 +1 @@
+values-mcc404-tr
\ No newline at end of file
diff --git a/res/values-mcc405-uk b/res/values-mcc405-uk
new file mode 120000
index 0000000..eaea845
--- /dev/null
+++ b/res/values-mcc405-uk
@@ -0,0 +1 @@
+values-mcc404-uk
\ No newline at end of file
diff --git a/res/values-mcc405-ur b/res/values-mcc405-ur
new file mode 120000
index 0000000..d7b7064
--- /dev/null
+++ b/res/values-mcc405-ur
@@ -0,0 +1 @@
+values-mcc404-ur
\ No newline at end of file
diff --git a/res/values-mcc405-uz b/res/values-mcc405-uz
new file mode 120000
index 0000000..7be21f1
--- /dev/null
+++ b/res/values-mcc405-uz
@@ -0,0 +1 @@
+values-mcc404-uz
\ No newline at end of file
diff --git a/res/values-mcc405-vi b/res/values-mcc405-vi
new file mode 120000
index 0000000..bf8109f
--- /dev/null
+++ b/res/values-mcc405-vi
@@ -0,0 +1 @@
+values-mcc404-vi
\ No newline at end of file
diff --git a/res/values-mcc405-zh-rCN b/res/values-mcc405-zh-rCN
new file mode 120000
index 0000000..846f281
--- /dev/null
+++ b/res/values-mcc405-zh-rCN
@@ -0,0 +1 @@
+values-mcc404-zh-rCN
\ No newline at end of file
diff --git a/res/values-mcc405-zh-rHK b/res/values-mcc405-zh-rHK
new file mode 120000
index 0000000..246e53c
--- /dev/null
+++ b/res/values-mcc405-zh-rHK
@@ -0,0 +1 @@
+values-mcc404-zh-rHK
\ No newline at end of file
diff --git a/res/values-mcc405-zh-rTW b/res/values-mcc405-zh-rTW
new file mode 120000
index 0000000..aefb525
--- /dev/null
+++ b/res/values-mcc405-zh-rTW
@@ -0,0 +1 @@
+values-mcc404-zh-rTW
\ No newline at end of file
diff --git a/res/values-mcc405-zu b/res/values-mcc405-zu
new file mode 120000
index 0000000..a821f25
--- /dev/null
+++ b/res/values-mcc405-zu
@@ -0,0 +1 @@
+values-mcc404-zu
\ No newline at end of file
diff --git a/res/values-mcc420-it/strings.xml b/res/values-mcc420-it/strings.xml
index a620771..362ab13 100644
--- a/res/values-mcc420-it/strings.xml
+++ b/res/values-mcc420-it/strings.xml
@@ -20,8 +20,8 @@
     <!-- no translation found for cmas_extreme_immediate_likely_alert (5872678423468023949) -->
     <skip />
     <string name="cmas_severe_alert" msgid="1611418922477376647">"Allarmi di emergenza"</string>
-    <string name="pws_other_message_identifiers" msgid="7907712751421890873">"Allerte"</string>
-    <string name="enable_emergency_alerts_message_title" msgid="5267857032926801433">"Allerte"</string>
+    <string name="pws_other_message_identifiers" msgid="7907712751421890873">"Avvisi"</string>
+    <string name="enable_emergency_alerts_message_title" msgid="5267857032926801433">"Avvisi"</string>
     <string name="enable_emergency_alerts_message_summary" msgid="8961532453478455676">"Comportamenti consigliati che possono salvare vite umane o proprietà"</string>
     <string name="cmas_required_monthly_test" msgid="5733131786754331921">"Avvisi di prova"</string>
     <string name="cmas_exercise_alert" msgid="7249058541625071454">"Esercitazioni"</string>
diff --git a/res/values-mcc422-ur/strings.xml b/res/values-mcc422-ur/strings.xml
index 055db66..a2c32a0 100644
--- a/res/values-mcc422-ur/strings.xml
+++ b/res/values-mcc422-ur/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="6613961558395121121">"ہنگامی الرٹ"</string>
+    <string name="cmas_presidential_level_alert" msgid="6613961558395121121">"ایمرجنسی الرٹ"</string>
     <string name="pws_other_message_identifiers" msgid="482796856521435227">"وارننگ الرٹ"</string>
     <string name="cmas_exercise_alert" msgid="4408794918342482664">"ورزشوں کا الرٹ"</string>
     <string name="enable_cmas_test_alerts_title" msgid="6262235749991861558">"ورزشوں کے الرٹس"</string>
diff --git a/res/values-mcc424-hi/strings.xml b/res/values-mcc424-hi/strings.xml
index 0188b81..3d857f6 100644
--- a/res/values-mcc424-hi/strings.xml
+++ b/res/values-mcc424-hi/strings.xml
@@ -23,7 +23,7 @@
     <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_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>
diff --git a/res/values-mcc424-ta/strings.xml b/res/values-mcc424-ta/strings.xml
index ec3db25..40d569d 100644
--- a/res/values-mcc424-ta/strings.xml
+++ b/res/values-mcc424-ta/strings.xml
@@ -28,5 +28,5 @@
     <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_cmas_test_alerts_title" msgid="3586102183699625309">"சோதனை விழிப்பூட்டல்கள்"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="3586102183699625309">"பரிசோதனை எச்சரிக்கைகள்"</string>
 </resources>
diff --git a/res/values-mcc424-ur/strings.xml b/res/values-mcc424-ur/strings.xml
index 760bdb6..b68ffa4 100644
--- a/res/values-mcc424-ur/strings.xml
+++ b/res/values-mcc424-ur/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="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="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>
diff --git a/res/values-mcc425-ne/strings.xml b/res/values-mcc425-ne/strings.xml
index df9e7af..7005f66 100644
--- a/res/values-mcc425-ne/strings.xml
+++ b/res/values-mcc425-ne/strings.xml
@@ -20,6 +20,6 @@
     <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-mcc427-cs/strings.xml b/res/values-mcc427-cs/strings.xml
index c7f5af1..6dacfd6 100644
--- a/res/values-mcc427-cs/strings.xml
+++ b/res/values-mcc427-cs/strings.xml
@@ -30,5 +30,5 @@
     <string name="state_local_test_alert" msgid="7009393486453350790">"Testovací výstraha"</string>
     <string name="enable_cmas_amber_alerts_title" msgid="3253477871276901425">"Varování"</string>
     <string name="enable_public_safety_messages_title" msgid="6164589595328113173">"Upozornění ohledně veřejné bezpečnosti"</string>
-    <string name="enable_cmas_test_alerts_title" msgid="5347896880762045640">"Testovací výstrahy"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="5347896880762045640">"Testovací upozornění"</string>
 </resources>
diff --git a/res/values-mcc440-mnc20/config.xml b/res/values-mcc440-mnc20/config.xml
index ee877aa..3bdcd9e 100644
--- a/res/values-mcc440-mnc20/config.xml
+++ b/res/values-mcc440-mnc20/config.xml
@@ -19,13 +19,6 @@
     <string-array name="etws_test_alerts_range_strings" translatable="false">
         <item>0x1103:rat=gsm, emergency=true, debug_build=true</item>
     </string-array>
-    <string-array name="additional_cbs_channels_strings" translatable="false">
-        <item>0xA800:type=etws_earthquake, emergency=true, scope=carrier</item>
-        <item>0xAFEE:type=etws_tsunami, emergency=true, scope=carrier</item>
-        <item>0xAC00-0xAFED:type=other, emergency=true, scope=carrier</item>
-        <item>0xA802:type=test, emergency=true, scope=carrier</item>
-        <item>0xA804:type=test, emergency=true, scope=carrier</item>
-    </string-array>
     <!-- Whether to show test settings -->
     <bool name="show_test_settings">false</bool>
     <bool name="allow_testing_mode_on_user_build">false</bool>
diff --git a/res/values-mcc450-ur/strings.xml b/res/values-mcc450-ur/strings.xml
index 2fc708d..067fcea 100644
--- a/res/values-mcc450-ur/strings.xml
+++ b/res/values-mcc450-ur/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="cmas_presidential_level_alert" msgid="6968323372438785870">"اہم ایمرجنسی الرٹ"</string>
     <string name="alerts_header_summary" msgid="8898082819299479687">"آپ کا فون قدرتی آفات کے دوران انخلائی ہدایات جیسے الرٹس آپ کو بھیج سکتا ہے۔ یہ سروس نیشنل ایمرجنسی مینجمنٹ ایجنسی، نیٹ ورک فراہم کنندگان اور آلہ مینوفیکچررز کے درمیان ایک معاونت ہے۔\n\nاگر آپ کے آلہ میں کوئی مسئلہ ہو یا نیٹ ورک کے حالات خراب ہو تو ہو سکتا ہے کہ آپ کو الرٹس موصول نہ ہوں۔"</string>
 </resources>
diff --git a/res/values-mcc450-zh-rHK/strings.xml b/res/values-mcc450-zh-rHK/strings.xml
index 8adc5d5..b9628d0 100644
--- a/res/values-mcc450-zh-rHK/strings.xml
+++ b/res/values-mcc450-zh-rHK/strings.xml
@@ -17,5 +17,5 @@
 <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">"如果發生天災,手機就會向您傳送警示,例如疏散指示。此服務由南韓消防防災廳 (National Emergency Management Agency)、網絡供應商和裝置製造商共同提供。\n\n如您的裝置發生問題或網絡狀況不佳,可能不會收到警示。"</string>
+    <string name="alerts_header_summary" msgid="8898082819299479687">"如果發生天災,手機就會向你傳送警示,例如疏散指示。此服務由南韓消防防災廳 (National Emergency Management Agency)、網絡供應商和裝置製造商共同提供。\n\n如你的裝置發生問題或網絡狀況不佳,可能不會收到警示。"</string>
 </resources>
diff --git a/res/values-mcc454-ur/strings.xml b/res/values-mcc454-ur/strings.xml
index baa60b5..7551a37 100644
--- a/res/values-mcc454-ur/strings.xml
+++ b/res/values-mcc454-ur/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-af/strings.xml b/res/values-mcc466-af/strings.xml
index 480f62e..2fc9afd 100644
--- a/res/values-mcc466-af/strings.xml
+++ b/res/values-mcc466-af/strings.xml
@@ -16,7 +16,9 @@
 
 <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">"Waarskuwingboodskap"</string>
+    <string name="cmas_presidential_level_alert" msgid="2072968896927919629">"Presidensiële waarskuwing"</string>
+    <string name="emergency_alert" msgid="5431770009291479378">"Noodwaarskuwing"</string>
+    <string name="public_safety_message" msgid="3043854916586710461">"Waarskuwingboodskap"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4165080207837566277">"Vereiste maandelikse toets"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"Ontvang toetsboodskappe vir die veiligheidwaarskuwingstelsel"</string>
 </resources>
diff --git a/res/values-mcc466-am/strings.xml b/res/values-mcc466-am/strings.xml
index ff3d212..2e2b6c4 100644
--- a/res/values-mcc466-am/strings.xml
+++ b/res/values-mcc466-am/strings.xml
@@ -16,7 +16,9 @@
 
 <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="cmas_presidential_level_alert" msgid="2072968896927919629">"ፕሬዚዳንታዊ ማንቂያ"</string>
+    <string name="emergency_alert" msgid="5431770009291479378">"የአደጋ ጊዜ ማንቂያ"</string>
+    <string name="public_safety_message" msgid="3043854916586710461">"የማንቂያ መልዕክት"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4165080207837566277">"የወርሃዊ ሙከራን ጠይቅ"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"ለደህንነት ማንቂያ ሥርዓት የሙከራ መልዕክቶችን ተቀበል"</string>
 </resources>
diff --git a/res/values-mcc466-ar/strings.xml b/res/values-mcc466-ar/strings.xml
index 308668e..3b7bf03 100644
--- a/res/values-mcc466-ar/strings.xml
+++ b/res/values-mcc466-ar/strings.xml
@@ -16,7 +16,9 @@
 
 <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="cmas_presidential_level_alert" msgid="2072968896927919629">"تنبيه رئاسي"</string>
+    <string name="emergency_alert" msgid="5431770009291479378">"تنبيه طوارئ"</string>
+    <string name="public_safety_message" msgid="3043854916586710461">"رسالة التنبيه"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4165080207837566277">"الاختبار الشهري المطلوب"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"تلقّي رسائل اختبار لنظام تنبيهات السلامة"</string>
 </resources>
diff --git a/res/values-mcc466-as/strings.xml b/res/values-mcc466-as/strings.xml
index 5ae64b6..5f87759 100644
--- a/res/values-mcc466-as/strings.xml
+++ b/res/values-mcc466-as/strings.xml
@@ -16,7 +16,9 @@
 
 <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="cmas_presidential_level_alert" msgid="2072968896927919629">"ৰাষ্ট্ৰপতিয়ে জাৰি কৰা সতৰ্কবাণী"</string>
+    <string name="emergency_alert" msgid="5431770009291479378">"জৰুৰীকালীন সতৰ্কবাৰ্তা"</string>
+    <string name="public_safety_message" msgid="3043854916586710461">"সতৰ্কতা বাৰ্তা"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4165080207837566277">"আৱশ্যকীয় মাহেকীয়া পৰীক্ষা"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"সুৰক্ষা সতৰ্কবাৰ্তা ব্যৱস্থাৰ পৰীক্ষামূলক বাৰ্তাসমূহ লাভ কৰক"</string>
 </resources>
diff --git a/res/values-mcc466-az/strings.xml b/res/values-mcc466-az/strings.xml
index b579c7c..81df575 100644
--- a/res/values-mcc466-az/strings.xml
+++ b/res/values-mcc466-az/strings.xml
@@ -16,7 +16,9 @@
 
 <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">"Bildiriş mesajı"</string>
+    <string name="cmas_presidential_level_alert" msgid="2072968896927919629">"Milli siqnal"</string>
+    <string name="emergency_alert" msgid="5431770009291479378">"Fövqəladə hal siqnalı"</string>
+    <string name="public_safety_message" msgid="3043854916586710461">"Xəbərdarlıq Mesajı"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4165080207837566277">"Tələb olunan aylıq sınaq"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"Təhlükəsizlik xəbərdarlığı sistemi üzrə sınaq mesajları alın"</string>
 </resources>
diff --git a/res/values-mcc466-b+sr+Latn/strings.xml b/res/values-mcc466-b+sr+Latn/strings.xml
index 95bbd07..6f16c46 100644
--- a/res/values-mcc466-b+sr+Latn/strings.xml
+++ b/res/values-mcc466-b+sr+Latn/strings.xml
@@ -16,7 +16,9 @@
 
 <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">"Poruka upozorenja"</string>
+    <string name="cmas_presidential_level_alert" msgid="2072968896927919629">"Obaveštenje predsednika"</string>
+    <string name="emergency_alert" msgid="5431770009291479378">"Upozorenje o hitnom slučaju"</string>
+    <string name="public_safety_message" msgid="3043854916586710461">"Poruka upozorenja"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4165080207837566277">"Obavezan mesečni test"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"Primajte probne poruke za sistem bezbednosnih upozorenja"</string>
 </resources>
diff --git a/res/values-mcc466-be/strings.xml b/res/values-mcc466-be/strings.xml
index c225a1c..599425e 100644
--- a/res/values-mcc466-be/strings.xml
+++ b/res/values-mcc466-be/strings.xml
@@ -16,7 +16,9 @@
 
 <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="cmas_presidential_level_alert" msgid="2072968896927919629">"Прэзідэнцкая абвестка"</string>
+    <string name="emergency_alert" msgid="5431770009291479378">"Экстранная абвестка"</string>
+    <string name="public_safety_message" msgid="3043854916586710461">"Абвестка"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4165080207837566277">"Абавязковы штомесячны тэст"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"Атрымліваць тэставыя паведамленні для сістэмы абвяшчэння бяспекі"</string>
 </resources>
diff --git a/res/values-mcc466-bg/strings.xml b/res/values-mcc466-bg/strings.xml
index 10fd9ed..84336b6 100644
--- a/res/values-mcc466-bg/strings.xml
+++ b/res/values-mcc466-bg/strings.xml
@@ -16,7 +16,9 @@
 
 <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="cmas_presidential_level_alert" msgid="2072968896927919629">"Президентски сигнал"</string>
+    <string name="emergency_alert" msgid="5431770009291479378">"Сигнал при спешен случай"</string>
+    <string name="public_safety_message" msgid="3043854916586710461">"Съобщение за сигнал"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4165080207837566277">"Задължителен месечен тест"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"Получаване на тестови съобщения за системата за сигнали за безопасността"</string>
 </resources>
diff --git a/res/values-mcc466-bn/strings.xml b/res/values-mcc466-bn/strings.xml
index 1fa0ed2..11b45ed 100644
--- a/res/values-mcc466-bn/strings.xml
+++ b/res/values-mcc466-bn/strings.xml
@@ -16,7 +16,9 @@
 
 <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="cmas_presidential_level_alert" msgid="2072968896927919629">"রাষ্ট্রপতির মাধ্যমে জারি করা সতর্কতা"</string>
+    <string name="emergency_alert" msgid="5431770009291479378">"জরুরি সতর্কতা"</string>
+    <string name="public_safety_message" msgid="3043854916586710461">"সতর্কতা মেসেজ"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4165080207837566277">"প্রয়োজনীয় মাসিক পরীক্ষা"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"সিকিউরিটি অ্যালার্ট সিস্টেমের জন্য পরীক্ষামূলক মেসেজ পান"</string>
 </resources>
diff --git a/res/values-mcc466-bs/strings.xml b/res/values-mcc466-bs/strings.xml
index af81f39..dd2ee53 100644
--- a/res/values-mcc466-bs/strings.xml
+++ b/res/values-mcc466-bs/strings.xml
@@ -16,7 +16,9 @@
 
 <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">"Poruka upozorenja"</string>
+    <string name="cmas_presidential_level_alert" msgid="2072968896927919629">"Predsjedničko upozorenje"</string>
+    <string name="emergency_alert" msgid="5431770009291479378">"Upozorenje na hitan slučaj"</string>
+    <string name="public_safety_message" msgid="3043854916586710461">"Poruka upozorenja"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4165080207837566277">"Obavezan mjesečni test"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"Primajte probne poruke za sistem sigurnosnih upozorenja"</string>
 </resources>
diff --git a/res/values-mcc466-ca/strings.xml b/res/values-mcc466-ca/strings.xml
index 44a59a0..f8cafbb 100644
--- a/res/values-mcc466-ca/strings.xml
+++ b/res/values-mcc466-ca/strings.xml
@@ -16,7 +16,9 @@
 
 <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">"Missatge d\'alerta"</string>
+    <string name="cmas_presidential_level_alert" msgid="2072968896927919629">"Alerta presidencial"</string>
+    <string name="emergency_alert" msgid="5431770009291479378">"Alerta d\'emergència"</string>
+    <string name="public_safety_message" msgid="3043854916586710461">"Missatge d\'alerta"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4165080207837566277">"Prova mensual obligatòria"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"Vull rebre missatges de prova del sistema d\'alertes de seguretat"</string>
 </resources>
diff --git a/res/values-mcc466-cs/strings.xml b/res/values-mcc466-cs/strings.xml
index 6a8745c..2daa940 100644
--- a/res/values-mcc466-cs/strings.xml
+++ b/res/values-mcc466-cs/strings.xml
@@ -16,7 +16,9 @@
 
 <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">"Zpráva s upozorněním"</string>
+    <string name="cmas_presidential_level_alert" msgid="2072968896927919629">"Prezidentská výstraha"</string>
+    <string name="emergency_alert" msgid="5431770009291479378">"Výstražná zpráva"</string>
+    <string name="public_safety_message" msgid="3043854916586710461">"Zpráva s upozorněním"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4165080207837566277">"Povinná měsíční zkouška"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"Dostávat testovací zprávy ze systému bezpečnostních upozornění"</string>
 </resources>
diff --git a/res/values-mcc466-da/strings.xml b/res/values-mcc466-da/strings.xml
index 77fd5e6..fd438b4 100644
--- a/res/values-mcc466-da/strings.xml
+++ b/res/values-mcc466-da/strings.xml
@@ -16,7 +16,9 @@
 
 <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">"Advarselsmeddelelse"</string>
+    <string name="cmas_presidential_level_alert" msgid="2072968896927919629">"National advarsel"</string>
+    <string name="emergency_alert" msgid="5431770009291479378">"Varsling"</string>
+    <string name="public_safety_message" msgid="3043854916586710461">"Advarselsmeddelelse"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4165080207837566277">"Påkrævet månedlig test"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"Modtag testmeddelelser for systemet til sikkerhedsadvarsler"</string>
 </resources>
diff --git a/res/values-mcc466-de/strings.xml b/res/values-mcc466-de/strings.xml
index 09d74b8..ccaeeab 100644
--- a/res/values-mcc466-de/strings.xml
+++ b/res/values-mcc466-de/strings.xml
@@ -16,7 +16,9 @@
 
 <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">"Warnmeldung"</string>
+    <string name="cmas_presidential_level_alert" msgid="2072968896927919629">"Benachrichtigung des Präsidenten"</string>
+    <string name="emergency_alert" msgid="5431770009291479378">"Notfallbenachrichtigung"</string>
+    <string name="public_safety_message" msgid="3043854916586710461">"Warnmeldung"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4165080207837566277">"Erforderlicher monatlicher Test"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"Testnachrichten für das Sicherheitswarnsystem erhalten"</string>
 </resources>
diff --git a/res/values-mcc466-el/strings.xml b/res/values-mcc466-el/strings.xml
index b513a32..4dc29ec 100644
--- a/res/values-mcc466-el/strings.xml
+++ b/res/values-mcc466-el/strings.xml
@@ -16,7 +16,9 @@
 
 <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="cmas_presidential_level_alert" msgid="2072968896927919629">"Ειδοποίηση προεδρικού επιπέδου"</string>
+    <string name="emergency_alert" msgid="5431770009291479378">"Ειδοποίηση έκτακτης ανάγκης"</string>
+    <string name="public_safety_message" msgid="3043854916586710461">"Μήνυμα ειδοποίησης"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4165080207837566277">"Απαιτούμενη μηνιαία δοκιμή"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"Λάβετε δοκιμαστικά μηνύματα για το σύστημα ειδοποιήσεων ασφαλείας."</string>
 </resources>
diff --git a/res/values-mcc466-en-rAU/strings.xml b/res/values-mcc466-en-rAU/strings.xml
index d1a25fc..dc0580d 100644
--- a/res/values-mcc466-en-rAU/strings.xml
+++ b/res/values-mcc466-en-rAU/strings.xml
@@ -16,7 +16,9 @@
 
 <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">"Alert message"</string>
+    <string name="cmas_presidential_level_alert" msgid="2072968896927919629">"Presidential Alert"</string>
+    <string name="emergency_alert" msgid="5431770009291479378">"Emergency alert"</string>
+    <string name="public_safety_message" msgid="3043854916586710461">"Alert message"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4165080207837566277">"Required monthly test"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"Receive test messages for the safety alert system"</string>
 </resources>
diff --git a/res/values-mcc466-en-rCA/strings.xml b/res/values-mcc466-en-rCA/strings.xml
index d1a25fc..c594a27 100644
--- a/res/values-mcc466-en-rCA/strings.xml
+++ b/res/values-mcc466-en-rCA/strings.xml
@@ -16,7 +16,9 @@
 
 <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">"Alert message"</string>
+    <string name="cmas_presidential_level_alert" msgid="2072968896927919629">"Presidential Alert"</string>
+    <string name="emergency_alert" msgid="5431770009291479378">"Emergency Alert"</string>
+    <string name="public_safety_message" msgid="3043854916586710461">"Alert Message"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4165080207837566277">"Required monthly test"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"Receive test messages for the safety alert system"</string>
 </resources>
diff --git a/res/values-mcc466-en-rGB/strings.xml b/res/values-mcc466-en-rGB/strings.xml
index d1a25fc..dc0580d 100644
--- a/res/values-mcc466-en-rGB/strings.xml
+++ b/res/values-mcc466-en-rGB/strings.xml
@@ -16,7 +16,9 @@
 
 <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">"Alert message"</string>
+    <string name="cmas_presidential_level_alert" msgid="2072968896927919629">"Presidential Alert"</string>
+    <string name="emergency_alert" msgid="5431770009291479378">"Emergency alert"</string>
+    <string name="public_safety_message" msgid="3043854916586710461">"Alert message"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4165080207837566277">"Required monthly test"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"Receive test messages for the safety alert system"</string>
 </resources>
diff --git a/res/values-mcc466-en-rIN/strings.xml b/res/values-mcc466-en-rIN/strings.xml
index d1a25fc..dc0580d 100644
--- a/res/values-mcc466-en-rIN/strings.xml
+++ b/res/values-mcc466-en-rIN/strings.xml
@@ -16,7 +16,9 @@
 
 <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">"Alert message"</string>
+    <string name="cmas_presidential_level_alert" msgid="2072968896927919629">"Presidential Alert"</string>
+    <string name="emergency_alert" msgid="5431770009291479378">"Emergency alert"</string>
+    <string name="public_safety_message" msgid="3043854916586710461">"Alert message"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4165080207837566277">"Required monthly test"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"Receive test messages for the safety alert system"</string>
 </resources>
diff --git a/res/values-mcc466-en-rXC/strings.xml b/res/values-mcc466-en-rXC/strings.xml
index 09c2cb4..de1475d 100644
--- a/res/values-mcc466-en-rXC/strings.xml
+++ b/res/values-mcc466-en-rXC/strings.xml
@@ -16,7 +16,9 @@
 
 <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">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‏‎‏‏‏‎‎‎‎‎‏‏‏‏‎‏‎‎‎‎‏‎‏‏‎‏‎‎‎‏‏‏‎‏‏‏‏‎‎‏‏‎‏‏‏‏‎‎‏‎‏‏‏‎‎‏‎‏‎‎‏‎‏‎‎Alert message‎‏‎‎‏‎"</string>
+    <string name="cmas_presidential_level_alert" msgid="2072968896927919629">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‎‏‏‏‏‎‎‏‏‎‎‎‏‎‎‏‎‏‎‏‎‏‎‎‎‏‏‏‎‏‎‏‎‎‎‏‎‏‏‏‏‎‏‎‎‏‎‎‏‏‎‏‏‏‎‎‎‎‎‏‏‎‏‎Presidential Alert‎‏‎‎‏‎"</string>
+    <string name="emergency_alert" msgid="5431770009291479378">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‏‏‏‎‎‏‎‏‏‎‏‏‎‎‎‎‏‏‎‎‎‎‏‏‎‎‎‎‎‏‎‏‏‎‏‏‏‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‎‎‏‎‏‎‏‎‎‏‎‎Emergency Alert‎‏‎‎‏‎"</string>
+    <string name="public_safety_message" msgid="3043854916586710461">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‏‎‏‎‏‎‏‎‎‎‏‏‏‏‎‏‏‏‏‏‎‎‎‏‏‏‏‎‏‎‏‏‎‏‏‎‏‎‏‎‏‏‏‏‏‎‏‎‎‎‏‎‎‏‎‏‏‎‏‏‏‏‎‏‎Alert Message‎‏‎‎‏‎"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4165080207837566277">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‏‎‏‏‏‎‎‏‏‏‎‎‏‏‎‏‎‏‎‏‎‏‏‎‎‏‏‎‎‎‎‏‏‎‏‎‏‎‎‏‎‎‏‎‏‎‏‏‎‎‎‏‎‏‎‏‎‏‎‎‎‏‎‏‎Required monthly test‎‏‎‎‏‎"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‎‏‏‎‎‏‎‏‎‎‏‎‏‏‏‏‏‎‏‎‎‎‏‎‎‏‎‏‎‎‏‎‎‏‏‎‏‎‎‏‏‏‎‎‎‏‎‏‏‎‎‎‎‏‎‏‎‎‏‎‎‏‎‎Receive test messages for the safety alert system‎‏‎‎‏‎"</string>
 </resources>
diff --git a/res/values-mcc466-es-rUS/strings.xml b/res/values-mcc466-es-rUS/strings.xml
index 1085f86..69bb893 100644
--- a/res/values-mcc466-es-rUS/strings.xml
+++ b/res/values-mcc466-es-rUS/strings.xml
@@ -16,7 +16,9 @@
 
 <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">"Mensaje de alerta"</string>
+    <string name="cmas_presidential_level_alert" msgid="2072968896927919629">"Alerta presidencial"</string>
+    <string name="emergency_alert" msgid="5431770009291479378">"Alerta de emergencia"</string>
+    <string name="public_safety_message" msgid="3043854916586710461">"Mensaje de alerta"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4165080207837566277">"Prueba mensual obligatoria"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"Recibir mensajes de prueba del sistema de alertas de seguridad"</string>
 </resources>
diff --git a/res/values-mcc466-es/strings.xml b/res/values-mcc466-es/strings.xml
index 1085f86..fe7b535 100644
--- a/res/values-mcc466-es/strings.xml
+++ b/res/values-mcc466-es/strings.xml
@@ -16,7 +16,9 @@
 
 <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">"Mensaje de alerta"</string>
+    <string name="cmas_presidential_level_alert" msgid="2072968896927919629">"Alerta presidencial"</string>
+    <string name="emergency_alert" msgid="5431770009291479378">"Alerta de emergencia"</string>
+    <string name="public_safety_message" msgid="3043854916586710461">"Aviso"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4165080207837566277">"Prueba mensual obligatoria"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"Recibir mensajes de prueba del sistema de alertas de seguridad"</string>
 </resources>
diff --git a/res/values-mcc466-et/strings.xml b/res/values-mcc466-et/strings.xml
index 987c8cc..ac566fb 100644
--- a/res/values-mcc466-et/strings.xml
+++ b/res/values-mcc466-et/strings.xml
@@ -16,7 +16,9 @@
 
 <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">"Hoiatussõnum"</string>
+    <string name="cmas_presidential_level_alert" msgid="2072968896927919629">"Presidenditaseme märguanne"</string>
+    <string name="emergency_alert" msgid="5431770009291479378">"Hädaolukorra hoiatus"</string>
+    <string name="public_safety_message" msgid="3043854916586710461">"Hoiatussõnum"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4165080207837566277">"Igakuine kohustuslik test"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"Turvahoiatussüsteemi puhul saadetakse testsõnumeid"</string>
 </resources>
diff --git a/res/values-mcc466-eu/strings.xml b/res/values-mcc466-eu/strings.xml
index 420ab7a..773b3a0 100644
--- a/res/values-mcc466-eu/strings.xml
+++ b/res/values-mcc466-eu/strings.xml
@@ -16,7 +16,9 @@
 
 <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">"Alerta-mezua"</string>
+    <string name="cmas_presidential_level_alert" msgid="2072968896927919629">"Gobernuaren alerta"</string>
+    <string name="emergency_alert" msgid="5431770009291479378">"Larrialdi-alerta"</string>
+    <string name="public_safety_message" msgid="3043854916586710461">"Alerta-mezua"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4165080207837566277">"Hileroko nahitaezko proba"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"Jaso segurtasun-alerten sistemaren probako mezuak"</string>
 </resources>
diff --git a/res/values-mcc466-fa/strings.xml b/res/values-mcc466-fa/strings.xml
index 2a1af54..5b19226 100644
--- a/res/values-mcc466-fa/strings.xml
+++ b/res/values-mcc466-fa/strings.xml
@@ -16,7 +16,9 @@
 
 <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="cmas_presidential_level_alert" msgid="2072968896927919629">"هشدار ریاست جمهوری"</string>
+    <string name="emergency_alert" msgid="5431770009291479378">"هشدار اضطراری"</string>
+    <string name="public_safety_message" msgid="3043854916586710461">"پیام هشدار"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4165080207837566277">"آزمایش ماهانه الزامی است"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"دریافت پیام‌های آزمایشی مربوط به سیستم هشدار ایمنی"</string>
 </resources>
diff --git a/res/values-mcc466-fi/strings.xml b/res/values-mcc466-fi/strings.xml
index de27010..fac7719 100644
--- a/res/values-mcc466-fi/strings.xml
+++ b/res/values-mcc466-fi/strings.xml
@@ -16,7 +16,9 @@
 
 <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">"Turvallisuustiedote"</string>
+    <string name="cmas_presidential_level_alert" msgid="2072968896927919629">"Presidenttitason varoitus"</string>
+    <string name="emergency_alert" msgid="5431770009291479378">"Hätävaroitus"</string>
+    <string name="public_safety_message" msgid="3043854916586710461">"Turvallisuustiedote"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4165080207837566277">"Pakollinen kuukausitesti"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"Vastaanota turvahälytysjärjestelmän testiviestejä"</string>
 </resources>
diff --git a/res/values-mcc466-fr-rCA/strings.xml b/res/values-mcc466-fr-rCA/strings.xml
index ca5a39e..865861d 100644
--- a/res/values-mcc466-fr-rCA/strings.xml
+++ b/res/values-mcc466-fr-rCA/strings.xml
@@ -16,7 +16,9 @@
 
 <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">"Message d\'alerte"</string>
+    <string name="cmas_presidential_level_alert" msgid="2072968896927919629">"Alerte présidentielle"</string>
+    <string name="emergency_alert" msgid="5431770009291479378">"Alerte d\'urgence"</string>
+    <string name="public_safety_message" msgid="3043854916586710461">"Message d\'alerte"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4165080207837566277">"Test mensuel requis"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"Recevoir des messages de test pour le système d\'alerte de sécurité"</string>
 </resources>
diff --git a/res/values-mcc466-fr/strings.xml b/res/values-mcc466-fr/strings.xml
index 2d7c27a..5dad8f7 100644
--- a/res/values-mcc466-fr/strings.xml
+++ b/res/values-mcc466-fr/strings.xml
@@ -16,7 +16,9 @@
 
 <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">"Message d\'alerte"</string>
+    <string name="cmas_presidential_level_alert" msgid="2072968896927919629">"Alerte présidentielle"</string>
+    <string name="emergency_alert" msgid="5431770009291479378">"Alerte d\'urgence"</string>
+    <string name="public_safety_message" msgid="3043854916586710461">"Message d\'alerte"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4165080207837566277">"Test mensuel obligatoire"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"Recevoir des messages de test pour le système d\'alerte de sécurité"</string>
 </resources>
diff --git a/res/values-mcc466-gl/strings.xml b/res/values-mcc466-gl/strings.xml
index 81a6296..2fcf399 100644
--- a/res/values-mcc466-gl/strings.xml
+++ b/res/values-mcc466-gl/strings.xml
@@ -16,7 +16,9 @@
 
 <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">"Mensaxe de alerta"</string>
+    <string name="cmas_presidential_level_alert" msgid="2072968896927919629">"Alerta presidencial"</string>
+    <string name="emergency_alert" msgid="5431770009291479378">"Alerta de emerxencia"</string>
+    <string name="public_safety_message" msgid="3043854916586710461">"Mensaxe de alerta"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4165080207837566277">"Proba mensual obrigatoria"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"Recibe mensaxes de proba para o sistema de alertas de seguranza"</string>
 </resources>
diff --git a/res/values-mcc466-gu/strings.xml b/res/values-mcc466-gu/strings.xml
index 288eae5..3b8d7f9 100644
--- a/res/values-mcc466-gu/strings.xml
+++ b/res/values-mcc466-gu/strings.xml
@@ -16,7 +16,9 @@
 
 <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="cmas_presidential_level_alert" msgid="2072968896927919629">"રાષ્ટ્રપતિના લેવલ સંબંધિત અલર્ટ"</string>
+    <string name="emergency_alert" msgid="5431770009291479378">"ઇમર્જન્સી અલર્ટ"</string>
+    <string name="public_safety_message" msgid="3043854916586710461">"અલર્ટ અંગેનો સંદેશ"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4165080207837566277">"જરૂરી માસિક પરીક્ષણ"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"સલામતી અલર્ટ સિસ્ટમ માટે પરીક્ષણ સંદેશા પ્રાપ્ત કરો"</string>
 </resources>
diff --git a/res/values-mcc466-hi/strings.xml b/res/values-mcc466-hi/strings.xml
index ddb5815..465bceb 100644
--- a/res/values-mcc466-hi/strings.xml
+++ b/res/values-mcc466-hi/strings.xml
@@ -16,7 +16,9 @@
 
 <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="cmas_presidential_level_alert" msgid="2072968896927919629">"देश में आपातकालीन स्थिति के दौरान मिलने वाली सूचना"</string>
+    <string name="emergency_alert" msgid="5431770009291479378">"आपातकालीन स्थिति के बारे में चेतावनी"</string>
+    <string name="public_safety_message" msgid="3043854916586710461">"चेतावनी वाला मैसेज"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4165080207837566277">"हर महीने होने वाली ज़रूरी जांच"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"सुरक्षा की चेतावनी वाले सिस्टम के लिए टेस्ट मैसेज पाएं"</string>
 </resources>
diff --git a/res/values-mcc466-hr/strings.xml b/res/values-mcc466-hr/strings.xml
index 8aeb46c..77e0bde 100644
--- a/res/values-mcc466-hr/strings.xml
+++ b/res/values-mcc466-hr/strings.xml
@@ -16,7 +16,9 @@
 
 <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">"Poruka upozorenja"</string>
+    <string name="cmas_presidential_level_alert" msgid="2072968896927919629">"Predsjedničko upozorenje"</string>
+    <string name="emergency_alert" msgid="5431770009291479378">"Hitno upozorenje"</string>
+    <string name="public_safety_message" msgid="3043854916586710461">"Poruka upozorenja"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4165080207837566277">"Obavezan mjesečni test"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"Primajte tekstne poruke sustava sigurnosnih upozorenja"</string>
 </resources>
diff --git a/res/values-mcc466-hu/strings.xml b/res/values-mcc466-hu/strings.xml
index 1a96dd4..be9eaa5 100644
--- a/res/values-mcc466-hu/strings.xml
+++ b/res/values-mcc466-hu/strings.xml
@@ -16,7 +16,9 @@
 
 <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">"Értesítő üzenet"</string>
+    <string name="cmas_presidential_level_alert" msgid="2072968896927919629">"Elnöki vészjelzés"</string>
+    <string name="emergency_alert" msgid="5431770009291479378">"Vészjelzés"</string>
+    <string name="public_safety_message" msgid="3043854916586710461">"Értesítő üzenet"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4165080207837566277">"Kötelező havi ellenőrzés"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"A biztonsági figyelmeztető rendszer tesztüzeneteinek fogadása"</string>
 </resources>
diff --git a/res/values-mcc466-hy/strings.xml b/res/values-mcc466-hy/strings.xml
index 2f0405b..6c3bade 100644
--- a/res/values-mcc466-hy/strings.xml
+++ b/res/values-mcc466-hy/strings.xml
@@ -16,7 +16,9 @@
 
 <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="cmas_presidential_level_alert" msgid="2072968896927919629">"Նախագահական զգուշացում"</string>
+    <string name="emergency_alert" msgid="5431770009291479378">"Արտակարգ իրավիճակի մասին ծանուցում"</string>
+    <string name="public_safety_message" msgid="3043854916586710461">"Նախազգուշացում"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4165080207837566277">"Ամենամսյա պարտադիր փորձարկում"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"Ստանալ բնակչության ազդարարման համակարգի փորձնական ահազանգեր"</string>
 </resources>
diff --git a/res/values-mcc466-in/strings.xml b/res/values-mcc466-in/strings.xml
index 2657d87..ce7b3d0 100644
--- a/res/values-mcc466-in/strings.xml
+++ b/res/values-mcc466-in/strings.xml
@@ -16,7 +16,9 @@
 
 <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">"Pesan peringatan"</string>
+    <string name="cmas_presidential_level_alert" msgid="2072968896927919629">"Notifikasi Kepresidenan"</string>
+    <string name="emergency_alert" msgid="5431770009291479378">"Peringatan Darurat"</string>
+    <string name="public_safety_message" msgid="3043854916586710461">"Pesan Peringatan"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4165080207837566277">"Pengujian bulanan wajib"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"Menerima pesan uji coba untuk sistem notifikasi keselamatan"</string>
 </resources>
diff --git a/res/values-mcc466-is/strings.xml b/res/values-mcc466-is/strings.xml
index b2c1bd3..d49bdc4 100644
--- a/res/values-mcc466-is/strings.xml
+++ b/res/values-mcc466-is/strings.xml
@@ -16,7 +16,9 @@
 
 <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">"Viðvörunarskilaboð"</string>
+    <string name="cmas_presidential_level_alert" msgid="2072968896927919629">"Viðvörun frá forseta"</string>
+    <string name="emergency_alert" msgid="5431770009291479378">"Neyðarviðvörun"</string>
+    <string name="public_safety_message" msgid="3043854916586710461">"Viðvörunarskilaboð"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4165080207837566277">"Áskilin mánaðarleg prófun"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"Fá prufuskilboð frá öryggisviðvörunarkerfinu"</string>
 </resources>
diff --git a/res/values-mcc466-it/strings.xml b/res/values-mcc466-it/strings.xml
index 7cc1aa8..755f5ca 100644
--- a/res/values-mcc466-it/strings.xml
+++ b/res/values-mcc466-it/strings.xml
@@ -16,7 +16,9 @@
 
 <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="cmas_presidential_level_alert" msgid="2072968896927919629">"Avviso presidenziale"</string>
+    <string name="emergency_alert" msgid="5431770009291479378">"Avviso di emergenza"</string>
+    <string name="public_safety_message" msgid="3043854916586710461">"Messaggio di allerta"</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>
 </resources>
diff --git a/res/values-mcc466-iw/strings.xml b/res/values-mcc466-iw/strings.xml
index 0fe2aae..401db18 100644
--- a/res/values-mcc466-iw/strings.xml
+++ b/res/values-mcc466-iw/strings.xml
@@ -16,7 +16,9 @@
 
 <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="cmas_presidential_level_alert" msgid="2072968896927919629">"התראה נשיאותית"</string>
+    <string name="emergency_alert" msgid="5431770009291479378">"התראה על מקרה חירום"</string>
+    <string name="public_safety_message" msgid="3043854916586710461">"הודעת התרעה"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4165080207837566277">"בדיקה חודשית נדרשת"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"קבלת הודעות בדיקה למערכת התרעות האבטחה"</string>
 </resources>
diff --git a/res/values-mcc466-ja/strings.xml b/res/values-mcc466-ja/strings.xml
index 50b1575..7f9f7c6 100644
--- a/res/values-mcc466-ja/strings.xml
+++ b/res/values-mcc466-ja/strings.xml
@@ -16,7 +16,9 @@
 
 <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="cmas_presidential_level_alert" msgid="2072968896927919629">"国家レベルの警報"</string>
+    <string name="emergency_alert" msgid="5431770009291479378">"緊急速報メール"</string>
+    <string name="public_safety_message" msgid="3043854916586710461">"災害情報メッセージ"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4165080207837566277">"必須の毎月のテスト"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"安全警告システムのテスト メッセージを受信する"</string>
 </resources>
diff --git a/res/values-mcc466-ka/strings.xml b/res/values-mcc466-ka/strings.xml
index 81689fd..d5d8b2b 100644
--- a/res/values-mcc466-ka/strings.xml
+++ b/res/values-mcc466-ka/strings.xml
@@ -16,7 +16,9 @@
 
 <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="cmas_presidential_level_alert" msgid="2072968896927919629">"პრეზიდენტის მიერ გამოცხადებული გაფრთხილება"</string>
+    <string name="emergency_alert" msgid="5431770009291479378">"საგანგებო ვითარების გაფრთხილება"</string>
+    <string name="public_safety_message" msgid="3043854916586710461">"გაფრთხილების შეტყობინება"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4165080207837566277">"სავალდებულო ყოველთვიური ტესტი"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"უსაფრთხოების გამაფრთხილებელი სისტემის სატესტო შეტყობინებების მიღება"</string>
 </resources>
diff --git a/res/values-mcc466-kk/strings.xml b/res/values-mcc466-kk/strings.xml
index 844fcad..946a0ca 100644
--- a/res/values-mcc466-kk/strings.xml
+++ b/res/values-mcc466-kk/strings.xml
@@ -16,7 +16,9 @@
 
 <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="cmas_presidential_level_alert" msgid="2072968896927919629">"Ұлттық хабарландыру"</string>
+    <string name="emergency_alert" msgid="5431770009291479378">"Шұғыл хабарландыру"</string>
+    <string name="public_safety_message" msgid="3043854916586710461">"Ескерту хабары"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4165080207837566277">"Ай сайынғы міндетті сынақ"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"Қауіпсіздік жөнінде хабарлау жүйесінің сынақ хабарларын алу"</string>
 </resources>
diff --git a/res/values-mcc466-km/strings.xml b/res/values-mcc466-km/strings.xml
index 842e8d4..2f7479b 100644
--- a/res/values-mcc466-km/strings.xml
+++ b/res/values-mcc466-km/strings.xml
@@ -16,7 +16,9 @@
 
 <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="cmas_presidential_level_alert" msgid="2072968896927919629">"ការ​ជូន​ដំណឹង​​ផ្លូវការ"</string>
+    <string name="emergency_alert" msgid="5431770009291479378">"ការប្រកាសអាសន្ន"</string>
+    <string name="public_safety_message" msgid="3043854916586710461">"សារ​ជូន​ដំណឹង"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4165080207837566277">"តេស្តប្រចាំខែ​ដែល​ចាំបាច់"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"ទទួលសារអំពីតេស្ត​សម្រាប់ប្រព័ន្ធ​ជូនដំណឹងផ្នែក​សុវត្ថិភាព"</string>
 </resources>
diff --git a/res/values-mcc466-kn/strings.xml b/res/values-mcc466-kn/strings.xml
index 766062c..e63c2cd 100644
--- a/res/values-mcc466-kn/strings.xml
+++ b/res/values-mcc466-kn/strings.xml
@@ -16,7 +16,9 @@
 
 <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="cmas_presidential_level_alert" msgid="2072968896927919629">"ಅಧ್ಯಕ್ಷರ ಅಲರ್ಟ್"</string>
+    <string name="emergency_alert" msgid="5431770009291479378">"ತುರ್ತು ಅಲರ್ಟ್"</string>
+    <string name="public_safety_message" msgid="3043854916586710461">"ಎಚ್ಚರಿಕೆಯ ಸಂದೇಶ"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4165080207837566277">"ಅಗತ್ಯವಿರುವ ಮಾಸಿಕ ಪರೀಕ್ಷೆ"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"ಸುರಕ್ಷತಾ ಎಚ್ಚರಿಕೆ ವ್ಯವಸ್ಥೆಗಾಗಿ ಪರೀಕ್ಷಾ ಸಂದೇಶಗಳನ್ನು ಸ್ವೀಕರಿಸಿ"</string>
 </resources>
diff --git a/res/values-mcc466-ko/strings.xml b/res/values-mcc466-ko/strings.xml
index a3d3925..011fe95 100644
--- a/res/values-mcc466-ko/strings.xml
+++ b/res/values-mcc466-ko/strings.xml
@@ -16,7 +16,9 @@
 
 <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="cmas_presidential_level_alert" msgid="2072968896927919629">"위급 재난 문자"</string>
+    <string name="emergency_alert" msgid="5431770009291479378">"긴급 재난 문자"</string>
+    <string name="public_safety_message" msgid="3043854916586710461">"경고 메시지"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4165080207837566277">"필수 월간 테스트"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"안전 경보 시스템의 테스트 메시지 수신"</string>
 </resources>
diff --git a/res/values-mcc466-ky/strings.xml b/res/values-mcc466-ky/strings.xml
index 4c7f7a4..8887926 100644
--- a/res/values-mcc466-ky/strings.xml
+++ b/res/values-mcc466-ky/strings.xml
@@ -16,7 +16,9 @@
 
 <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="cmas_presidential_level_alert" msgid="2072968896927919629">"Президенттин шашылыш билдирүүсү"</string>
+    <string name="emergency_alert" msgid="5431770009291479378">"Шашылыш билдирүү"</string>
+    <string name="public_safety_message" msgid="3043854916586710461">"Шашылыш билдирүү"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4165080207837566277">"Милдеттүү ай сайын өткөрүлүүчү сыноо"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"CMAS системасынын шашылыш билдирүүлөрү келип турат"</string>
 </resources>
diff --git a/res/values-mcc466-lo/strings.xml b/res/values-mcc466-lo/strings.xml
index f4d1ff9..8148215 100644
--- a/res/values-mcc466-lo/strings.xml
+++ b/res/values-mcc466-lo/strings.xml
@@ -16,7 +16,9 @@
 
 <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">"ແຈ້ງ​ເຕືອນ MESSAGE"</string>
+    <string name="cmas_presidential_level_alert" msgid="2072968896927919629">"ແຈ້ງເຕືອນລະດັບສູງ"</string>
+    <string name="emergency_alert" msgid="5431770009291479378">"ແຈ້ງເຕືອນເຫດສຸກເສີນ"</string>
+    <string name="public_safety_message" msgid="3043854916586710461">"ຂໍ້ຄວາມການເຕືອນ"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4165080207837566277">"ການທົດສອບລາຍເດືອນທີ່ຈຳເປັນ"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"ຮັບຂໍ້ຄວາມທົດສອບສຳລັບລະບົບການເຕືອນຄວາມປອດໄພ"</string>
 </resources>
diff --git a/res/values-mcc466-lt/strings.xml b/res/values-mcc466-lt/strings.xml
index e5f0cc6..8083405 100644
--- a/res/values-mcc466-lt/strings.xml
+++ b/res/values-mcc466-lt/strings.xml
@@ -16,7 +16,9 @@
 
 <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">"Įspėjimo pranešimas"</string>
+    <string name="cmas_presidential_level_alert" msgid="2072968896927919629">"Prezidento paskelbtas įspėjimas"</string>
+    <string name="emergency_alert" msgid="5431770009291479378">"Įspėjimas apie kritinę padėtį"</string>
+    <string name="public_safety_message" msgid="3043854916586710461">"Įspėjimo pranešimas"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4165080207837566277">"Būtinas mėnesinis testas"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"Gauti bandomuosius saugos įspėjimų sistemos pranešimus"</string>
 </resources>
diff --git a/res/values-mcc466-lv/strings.xml b/res/values-mcc466-lv/strings.xml
index a302aa9..5f584c3 100644
--- a/res/values-mcc466-lv/strings.xml
+++ b/res/values-mcc466-lv/strings.xml
@@ -16,7 +16,9 @@
 
 <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">"Brīdinājuma ziņojums"</string>
+    <string name="cmas_presidential_level_alert" msgid="2072968896927919629">"Prezidenta brīdinājums"</string>
+    <string name="emergency_alert" msgid="5431770009291479378">"Ārkārtas brīdinājums"</string>
+    <string name="public_safety_message" msgid="3043854916586710461">"Brīdinājuma ziņojums"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4165080207837566277">"Jāveic ikmēneša tests"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"Saņemt testa ziņojumus no drošības brīdinājumu sistēmas"</string>
 </resources>
diff --git a/res/values-mcc466-mk/strings.xml b/res/values-mcc466-mk/strings.xml
index ed49956..e191dec 100644
--- a/res/values-mcc466-mk/strings.xml
+++ b/res/values-mcc466-mk/strings.xml
@@ -16,7 +16,9 @@
 
 <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="cmas_presidential_level_alert" msgid="2072968896927919629">"Претседателско предупредување"</string>
+    <string name="emergency_alert" msgid="5431770009291479378">"Предупредување за итни случаи"</string>
+    <string name="public_safety_message" msgid="3043854916586710461">"Порака за предупредување"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4165080207837566277">"Задолжително месечно тест-предупредување"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"Примај тест-пораки од безбедносниот систем за предупредување"</string>
 </resources>
diff --git a/res/values-mcc466-ml/strings.xml b/res/values-mcc466-ml/strings.xml
index 37332b8..808005c 100644
--- a/res/values-mcc466-ml/strings.xml
+++ b/res/values-mcc466-ml/strings.xml
@@ -16,7 +16,9 @@
 
 <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="cmas_presidential_level_alert" msgid="2072968896927919629">"പ്രസിഡൻഷ്യൽ മുന്നറിയിപ്പ്"</string>
+    <string name="emergency_alert" msgid="5431770009291479378">"അടിയന്തര മുന്നറിയിപ്പ്"</string>
+    <string name="public_safety_message" msgid="3043854916586710461">"മുന്നറിയിപ്പ് സന്ദേശം"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4165080207837566277">"പ്രതിമാസ പരിശോധന ആവശ്യമാണ്"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"സുരക്ഷാ മുന്നറിയിപ്പ് സിസ്റ്റത്തിനുള്ള പരീക്ഷണ സന്ദേശങ്ങൾ സ്വീകരിക്കുക"</string>
 </resources>
diff --git a/res/values-mcc466-mn/strings.xml b/res/values-mcc466-mn/strings.xml
index e518871..1727690 100644
--- a/res/values-mcc466-mn/strings.xml
+++ b/res/values-mcc466-mn/strings.xml
@@ -16,7 +16,9 @@
 
 <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="cmas_presidential_level_alert" msgid="2072968896927919629">"Ерөнхийлөгчийн сэрэмжлүүлэг"</string>
+    <string name="emergency_alert" msgid="5431770009291479378">"Утасгүй яаралтай тусламжийн сэрэмжлүүлэг"</string>
+    <string name="public_safety_message" msgid="3043854916586710461">"Сэрэмжлүүлгийн мессеж"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4165080207837566277">"Сар тутам шаардлагатай туршилт"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"Аюулгүй байдлын сэрэмжлүүлгийн системийн туршилтын мессеж хүлээн авах"</string>
 </resources>
diff --git a/res/values-mcc466-mr/strings.xml b/res/values-mcc466-mr/strings.xml
index c85a094..74fe867 100644
--- a/res/values-mcc466-mr/strings.xml
+++ b/res/values-mcc466-mr/strings.xml
@@ -16,7 +16,9 @@
 
 <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="cmas_presidential_level_alert" msgid="2072968896927919629">"राष्ट्राध्यक्षांनी दिलेल्या सूचना"</string>
+    <string name="emergency_alert" msgid="5431770009291479378">"आणीबाणी सूचना"</string>
+    <string name="public_safety_message" msgid="3043854916586710461">"सूचना मेसेज"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4165080207837566277">"आवश्यक मासिक चाचणी"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"सुरक्षा सूचना सिस्टमसाठी चाचणी मेसेज मिळवा"</string>
 </resources>
diff --git a/res/values-mcc466-ms/strings.xml b/res/values-mcc466-ms/strings.xml
index eede85f..c4f532d 100644
--- a/res/values-mcc466-ms/strings.xml
+++ b/res/values-mcc466-ms/strings.xml
@@ -16,7 +16,9 @@
 
 <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">"Mesej makluman"</string>
+    <string name="cmas_presidential_level_alert" msgid="2072968896927919629">"Isyarat Presiden"</string>
+    <string name="emergency_alert" msgid="5431770009291479378">"Amaran Kecemasan"</string>
+    <string name="public_safety_message" msgid="3043854916586710461">"Mesej Makluman"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4165080207837566277">"Ujian bulanan diperlukan"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"Terima mesej ujian untuk sistem makluman keselamatan"</string>
 </resources>
diff --git a/res/values-mcc466-my/strings.xml b/res/values-mcc466-my/strings.xml
index 5560beb..541debb 100644
--- a/res/values-mcc466-my/strings.xml
+++ b/res/values-mcc466-my/strings.xml
@@ -16,7 +16,9 @@
 
 <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="cmas_presidential_level_alert" msgid="2072968896927919629">"သမ္မတ သတိပေးချက်"</string>
+    <string name="emergency_alert" msgid="5431770009291479378">"အရေးပေါ် သတိပေးချက်"</string>
+    <string name="public_safety_message" msgid="3043854916586710461">"သတိပေးချက် မက်ဆေ့ဂျ်"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4165080207837566277">"လစဉ်စစ်ဆေးမှု လိုအပ်သည်"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"လုံခြုံရေးသတိပေးချက်စနစ်အတွက် စမ်းသပ်မက်ဆေ့ဂျ်များကို လက်ခံရယူရန်"</string>
 </resources>
diff --git a/res/values-mcc466-nb/strings.xml b/res/values-mcc466-nb/strings.xml
index 2ce39a2..2d159c3 100644
--- a/res/values-mcc466-nb/strings.xml
+++ b/res/values-mcc466-nb/strings.xml
@@ -16,7 +16,9 @@
 
 <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">"Varselmelding"</string>
+    <string name="cmas_presidential_level_alert" msgid="2072968896927919629">"Presidentvarsel"</string>
+    <string name="emergency_alert" msgid="5431770009291479378">"Nødvarsel"</string>
+    <string name="public_safety_message" msgid="3043854916586710461">"Varselmelding"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4165080207837566277">"Obligatorisk månedlig test"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"Motta testmeldinger for systemet for sikkerhetsvarsling"</string>
 </resources>
diff --git a/res/values-mcc466-ne/strings.xml b/res/values-mcc466-ne/strings.xml
index 2006811..a159fed 100644
--- a/res/values-mcc466-ne/strings.xml
+++ b/res/values-mcc466-ne/strings.xml
@@ -16,7 +16,9 @@
 
 <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="cmas_presidential_level_alert" msgid="2072968896927919629">"राष्ट्राध्यक्षीय अलर्टहरू"</string>
+    <string name="emergency_alert" msgid="5431770009291479378">"आपत्‌कालीन अलर्ट"</string>
+    <string name="public_safety_message" msgid="3043854916586710461">"सतर्कतासम्बन्धी सन्देश"</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-nl/strings.xml b/res/values-mcc466-nl/strings.xml
index 190c3a5..325a420 100644
--- a/res/values-mcc466-nl/strings.xml
+++ b/res/values-mcc466-nl/strings.xml
@@ -16,7 +16,9 @@
 
 <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">"Waarschuwingsbericht"</string>
+    <string name="cmas_presidential_level_alert" msgid="2072968896927919629">"Melding op nationaal niveau"</string>
+    <string name="emergency_alert" msgid="5431770009291479378">"Noodmelding"</string>
+    <string name="public_safety_message" msgid="3043854916586710461">"Waarschuwingsbericht"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4165080207837566277">"Vereiste maandelijkse test"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"Testberichten van het noodsysteem voor veiligheidsmeldingen ontvangen"</string>
 </resources>
diff --git a/res/values-mcc466-or/strings.xml b/res/values-mcc466-or/strings.xml
index c8fb9bf..6cc7d75 100644
--- a/res/values-mcc466-or/strings.xml
+++ b/res/values-mcc466-or/strings.xml
@@ -16,7 +16,9 @@
 
 <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="cmas_presidential_level_alert" msgid="2072968896927919629">"ପ୍ରେସିଡେନ୍ସିଆଲ୍ ଆଲର୍ଟ"</string>
+    <string name="emergency_alert" msgid="5431770009291479378">"ଜରୁରୀକାଳୀନ ଆଲର୍ଟ"</string>
+    <string name="public_safety_message" msgid="3043854916586710461">"ଆଲର୍ଟ ମେସେଜ୍"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4165080207837566277">"ମାସିକ ଟେଷ୍ଟ ଆବଶ୍ୟକ"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"ସୁରକ୍ଷା ଆଲର୍ଟ ସିଷ୍ଟମ୍ ପାଇଁ ଟେଷ୍ଟ ମେସେଜ୍‌ଗୁଡ଼ିକ ପାଆନ୍ତୁ"</string>
 </resources>
diff --git a/res/values-mcc466-pa/strings.xml b/res/values-mcc466-pa/strings.xml
index b03710c..084803b 100644
--- a/res/values-mcc466-pa/strings.xml
+++ b/res/values-mcc466-pa/strings.xml
@@ -16,7 +16,9 @@
 
 <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="cmas_presidential_level_alert" msgid="2072968896927919629">"ਸਰਕਾਰੀ ਅਲਰਟ"</string>
+    <string name="emergency_alert" msgid="5431770009291479378">"ਐਮਰਜੈਂਸੀ ਅਲਰਟ"</string>
+    <string name="public_safety_message" msgid="3043854916586710461">"ਸੁਚੇਤਨਾ ਸੁਨੇਹਾ"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4165080207837566277">"ਮਹੀਨਾਵਾਰ ਜਾਂਚ ਦੀ ਲੋੜ ਹੈ"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"ਸੁਰੱਖਿਆ ਸੁਚੇਤਨਾ ਸਿਸਟਮ ਤੋਂ ਜਾਂਚ ਸੁਨੇਹੇ ਪ੍ਰਾਪਤ ਕਰੋ"</string>
 </resources>
diff --git a/res/values-mcc466-pl/strings.xml b/res/values-mcc466-pl/strings.xml
index b0d534a..1b2582b 100644
--- a/res/values-mcc466-pl/strings.xml
+++ b/res/values-mcc466-pl/strings.xml
@@ -16,7 +16,9 @@
 
 <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">"Alert"</string>
+    <string name="cmas_presidential_level_alert" msgid="2072968896927919629">"Alert prezydencki"</string>
+    <string name="emergency_alert" msgid="5431770009291479378">"Alert o zagrożeniu"</string>
+    <string name="public_safety_message" msgid="3043854916586710461">"Alert"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4165080207837566277">"Wymagany comiesięczny test"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"Otrzymuj wiadomości testowe z alertami dotyczącymi bezpieczeństwa"</string>
 </resources>
diff --git a/res/values-mcc466-pt-rPT/strings.xml b/res/values-mcc466-pt-rPT/strings.xml
index b3feec7..ac1ba05 100644
--- a/res/values-mcc466-pt-rPT/strings.xml
+++ b/res/values-mcc466-pt-rPT/strings.xml
@@ -16,7 +16,9 @@
 
 <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">"Mensagem de alerta"</string>
+    <string name="cmas_presidential_level_alert" msgid="2072968896927919629">"Alerta Presidencial"</string>
+    <string name="emergency_alert" msgid="5431770009291479378">"Alerta de emergência"</string>
+    <string name="public_safety_message" msgid="3043854916586710461">"Mensagem de alerta"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4165080207837566277">"Teste mensal obrigatório"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"Receber mensagens de teste para o sistema de alerta de segurança"</string>
 </resources>
diff --git a/res/values-mcc466-pt/strings.xml b/res/values-mcc466-pt/strings.xml
index b3feec7..be500de 100644
--- a/res/values-mcc466-pt/strings.xml
+++ b/res/values-mcc466-pt/strings.xml
@@ -16,7 +16,9 @@
 
 <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">"Mensagem de alerta"</string>
+    <string name="cmas_presidential_level_alert" msgid="2072968896927919629">"Alerta presidencial"</string>
+    <string name="emergency_alert" msgid="5431770009291479378">"Alerta de emergência"</string>
+    <string name="public_safety_message" msgid="3043854916586710461">"Mensagem de alerta"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4165080207837566277">"Teste mensal obrigatório"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"Receber mensagens de teste para o sistema de alerta de segurança"</string>
 </resources>
diff --git a/res/values-mcc466-ro/strings.xml b/res/values-mcc466-ro/strings.xml
index 0d009c1..c2866f9 100644
--- a/res/values-mcc466-ro/strings.xml
+++ b/res/values-mcc466-ro/strings.xml
@@ -16,7 +16,9 @@
 
 <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">"Mesaj de alertă"</string>
+    <string name="cmas_presidential_level_alert" msgid="2072968896927919629">"Alertă prezidențială"</string>
+    <string name="emergency_alert" msgid="5431770009291479378">"Alertă de urgență"</string>
+    <string name="public_safety_message" msgid="3043854916586710461">"Mesaj de alertă"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4165080207837566277">"Testul lunar obligatoriu"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"Trimite mesaje de test pentru sistemul de alertă privind siguranța"</string>
 </resources>
diff --git a/res/values-mcc466-ru/strings.xml b/res/values-mcc466-ru/strings.xml
index e117d64..94b1b8b 100644
--- a/res/values-mcc466-ru/strings.xml
+++ b/res/values-mcc466-ru/strings.xml
@@ -16,7 +16,9 @@
 
 <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="cmas_presidential_level_alert" msgid="2072968896927919629">"Оповещение от президента"</string>
+    <string name="emergency_alert" msgid="5431770009291479378">"Экстренное оповещение"</string>
+    <string name="public_safety_message" msgid="3043854916586710461">"Оповещение"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4165080207837566277">"Обязательное тестовое оповещение раз в месяц"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"Получать тестовые сообщения системы экстренного оповещения"</string>
 </resources>
diff --git a/res/values-mcc466-si/strings.xml b/res/values-mcc466-si/strings.xml
index 992c19a..b3094a4 100644
--- a/res/values-mcc466-si/strings.xml
+++ b/res/values-mcc466-si/strings.xml
@@ -16,7 +16,9 @@
 
 <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="cmas_presidential_level_alert" msgid="2072968896927919629">"ජනාධිපතිවරණ ඇඟවීම"</string>
+    <string name="emergency_alert" msgid="5431770009291479378">"හදිසි අවස්ථා ඇඟවීම"</string>
+    <string name="public_safety_message" msgid="3043854916586710461">"ඇඟවීමේ පණිවුඩය"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4165080207837566277">"අවශ්‍ය මාසික පරීක්ෂාව"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"ආරක්ෂක අනතුරු ඇඟවීමේ පද්ධතිය සඳහා පරීක්ෂණ පණිවිඩ ලබා ගන්න"</string>
 </resources>
diff --git a/res/values-mcc466-sk/strings.xml b/res/values-mcc466-sk/strings.xml
index 4413a16..03b02ea 100644
--- a/res/values-mcc466-sk/strings.xml
+++ b/res/values-mcc466-sk/strings.xml
@@ -16,7 +16,9 @@
 
 <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">"Správa s upozornením"</string>
+    <string name="cmas_presidential_level_alert" msgid="2072968896927919629">"Prezidentská výstraha"</string>
+    <string name="emergency_alert" msgid="5431770009291479378">"Tiesňové varovanie"</string>
+    <string name="public_safety_message" msgid="3043854916586710461">"Správa s upozornením"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4165080207837566277">"Povinný mesačný test"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"Dostávať testovacie správy zo systému bezpečnostných upozornení"</string>
 </resources>
diff --git a/res/values-mcc466-sl/strings.xml b/res/values-mcc466-sl/strings.xml
index ce503c7..e6fed9c 100644
--- a/res/values-mcc466-sl/strings.xml
+++ b/res/values-mcc466-sl/strings.xml
@@ -16,7 +16,9 @@
 
 <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">"Opozorilno sporočilo"</string>
+    <string name="cmas_presidential_level_alert" msgid="2072968896927919629">"Predsedniško opozorilo"</string>
+    <string name="emergency_alert" msgid="5431770009291479378">"Nujno opozorilo"</string>
+    <string name="public_safety_message" msgid="3043854916586710461">"Opozorilno sporočilo"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4165080207837566277">"Obvezen mesečni preizkus"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"Prejemanje preizkusnih sporočil za sistem varnostnih opozoril"</string>
 </resources>
diff --git a/res/values-mcc466-sq/strings.xml b/res/values-mcc466-sq/strings.xml
index 734b2a3..ee13569 100644
--- a/res/values-mcc466-sq/strings.xml
+++ b/res/values-mcc466-sq/strings.xml
@@ -16,7 +16,9 @@
 
 <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">"Mesazh sinjalizues"</string>
+    <string name="cmas_presidential_level_alert" msgid="2072968896927919629">"Sinjalizim presidencial"</string>
+    <string name="emergency_alert" msgid="5431770009291479378">"Sinjalizim urgjence"</string>
+    <string name="public_safety_message" msgid="3043854916586710461">"Mesazh sinjalizues"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4165080207837566277">"Kërkohet testi mujor"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"Merr mesazhe testimi për sistemin e sinjalizimeve të sigurisë"</string>
 </resources>
diff --git a/res/values-mcc466-sr/strings.xml b/res/values-mcc466-sr/strings.xml
index 69f86d2..4db207d 100644
--- a/res/values-mcc466-sr/strings.xml
+++ b/res/values-mcc466-sr/strings.xml
@@ -16,7 +16,9 @@
 
 <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="cmas_presidential_level_alert" msgid="2072968896927919629">"Обавештење председника"</string>
+    <string name="emergency_alert" msgid="5431770009291479378">"Упозорење о хитном случају"</string>
+    <string name="public_safety_message" msgid="3043854916586710461">"Порука упозорења"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4165080207837566277">"Обавезан месечни тест"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"Примајте пробне поруке за систем безбедносних упозорења"</string>
 </resources>
diff --git a/res/values-mcc466-sv/strings.xml b/res/values-mcc466-sv/strings.xml
index 658c60e..066c509 100644
--- a/res/values-mcc466-sv/strings.xml
+++ b/res/values-mcc466-sv/strings.xml
@@ -16,7 +16,9 @@
 
 <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">"Viktigt meddelande"</string>
+    <string name="cmas_presidential_level_alert" msgid="2072968896927919629">"Högsta varning"</string>
+    <string name="emergency_alert" msgid="5431770009291479378">"Varning om nödsituation"</string>
+    <string name="public_safety_message" msgid="3043854916586710461">"Viktigt meddelande"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4165080207837566277">"Obligatoriskt månadstest"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"Ta emot testmeddelanden från systemet för säkerhetsvarningar"</string>
 </resources>
diff --git a/res/values-mcc466-sw/strings.xml b/res/values-mcc466-sw/strings.xml
index 7f3817d..40fdfd6 100644
--- a/res/values-mcc466-sw/strings.xml
+++ b/res/values-mcc466-sw/strings.xml
@@ -16,7 +16,9 @@
 
 <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">"Ujumbe wa tahadhari"</string>
+    <string name="cmas_presidential_level_alert" msgid="2072968896927919629">"Tahadhari ya Urais"</string>
+    <string name="emergency_alert" msgid="5431770009291479378">"Tahadhari ya Dharura"</string>
+    <string name="public_safety_message" msgid="3043854916586710461">"Ujumbe wa Tahadhari"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4165080207837566277">"Jaribio la kila mwezi linalohitajika"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"Pokea ujumbe wa majaribio wa mfumo wa arifa za usalama"</string>
 </resources>
diff --git a/res/values-mcc466-ta/strings.xml b/res/values-mcc466-ta/strings.xml
index 409429b..95ea499 100644
--- a/res/values-mcc466-ta/strings.xml
+++ b/res/values-mcc466-ta/strings.xml
@@ -16,7 +16,9 @@
 
 <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="cmas_presidential_level_alert" msgid="2072968896927919629">"ஜனாதிபதியின் எச்சரிக்கை"</string>
+    <string name="emergency_alert" msgid="5431770009291479378">"அவசரகால எச்சரிக்கை"</string>
+    <string name="public_safety_message" msgid="3043854916586710461">"எச்சரிக்கை செய்தி"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4165080207837566277">"அவசியமான மாதாந்திரச் சோதனை"</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 1d36df0..efb572a 100644
--- a/res/values-mcc466-te/strings.xml
+++ b/res/values-mcc466-te/strings.xml
@@ -16,7 +16,9 @@
 
 <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="cmas_presidential_level_alert" msgid="2072968896927919629">"అధ్యక్షుని హెచ్చరిక"</string>
+    <string name="emergency_alert" msgid="5431770009291479378">"ఎమర్జెన్సీ అలర్ట్"</string>
+    <string name="public_safety_message" msgid="3043854916586710461">"హెచ్చరిక మెసేజ్‌"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4165080207837566277">"నెలవారీ పరీక్ష అవసరం"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"భద్రతా అలర్ట్ సిస్టమ్ కోసం టెస్ట్‌ మెసేజ్‌లను స్వీకరించండి"</string>
 </resources>
diff --git a/res/values-mcc466-th/strings.xml b/res/values-mcc466-th/strings.xml
index 6479216..ead674d 100644
--- a/res/values-mcc466-th/strings.xml
+++ b/res/values-mcc466-th/strings.xml
@@ -16,7 +16,9 @@
 
 <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="cmas_presidential_level_alert" msgid="2072968896927919629">"การแจ้งเตือนระดับสูง"</string>
+    <string name="emergency_alert" msgid="5431770009291479378">"การแจ้งเตือนเหตุฉุกเฉิน"</string>
+    <string name="public_safety_message" msgid="3043854916586710461">"ข้อความแจ้งเตือน"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4165080207837566277">"การทดสอบรายเดือนที่จำเป็น"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"รับข้อความทดสอบสำหรับระบบแจ้งเตือนความปลอดภัย"</string>
 </resources>
diff --git a/res/values-mcc466-tl/strings.xml b/res/values-mcc466-tl/strings.xml
index b21a429..63e6062 100644
--- a/res/values-mcc466-tl/strings.xml
+++ b/res/values-mcc466-tl/strings.xml
@@ -16,7 +16,9 @@
 
 <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">"Mensahe ng alerto"</string>
+    <string name="cmas_presidential_level_alert" msgid="2072968896927919629">"Alertong Pampangulo"</string>
+    <string name="emergency_alert" msgid="5431770009291479378">"Alertong Pang-emergency"</string>
+    <string name="public_safety_message" msgid="3043854916586710461">"Mensahe ng Alerto"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4165080207837566277">"Kinakailangang buwanang pagsubok"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"Makatanggap ng mga pansubok na mensahe para sa system ng alerto sa kaligtasan"</string>
 </resources>
diff --git a/res/values-mcc466-tr/strings.xml b/res/values-mcc466-tr/strings.xml
index fa97057..241b9bd 100644
--- a/res/values-mcc466-tr/strings.xml
+++ b/res/values-mcc466-tr/strings.xml
@@ -16,7 +16,9 @@
 
 <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">"Uyarı mesajı"</string>
+    <string name="cmas_presidential_level_alert" msgid="2072968896927919629">"Başkanlık Düzeyinde Uyarı"</string>
+    <string name="emergency_alert" msgid="5431770009291479378">"Acil Durum Uyarısı"</string>
+    <string name="public_safety_message" msgid="3043854916586710461">"Uyarı Mesajı"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4165080207837566277">"Zorunlu aylık test"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"Güvenlik uyarı sisteminden test mesajları alın"</string>
 </resources>
diff --git a/res/values-mcc466-uk/strings.xml b/res/values-mcc466-uk/strings.xml
index f8d1d6f..af4267b 100644
--- a/res/values-mcc466-uk/strings.xml
+++ b/res/values-mcc466-uk/strings.xml
@@ -16,7 +16,9 @@
 
 <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="cmas_presidential_level_alert" msgid="2072968896927919629">"Загальнонаціональне сповіщення"</string>
+    <string name="emergency_alert" msgid="5431770009291479378">"Екстрене сповіщення"</string>
+    <string name="public_safety_message" msgid="3043854916586710461">"Сповіщення"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4165080207837566277">"Обов\'язкове щомісячне тестове сповіщення"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"Отримувати тестові сповіщення для системи безпеки"</string>
 </resources>
diff --git a/res/values-mcc466-ur/strings.xml b/res/values-mcc466-ur/strings.xml
index c75ddc7..ce02265 100644
--- a/res/values-mcc466-ur/strings.xml
+++ b/res/values-mcc466-ur/strings.xml
@@ -16,7 +16,9 @@
 
 <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="cmas_presidential_level_alert" msgid="2072968896927919629">"صدارتی الرٹ"</string>
+    <string name="emergency_alert" msgid="5431770009291479378">"ایمرجنسی الرٹ"</string>
+    <string name="public_safety_message" msgid="3043854916586710461">"الرٹ پیغام"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4165080207837566277">"ماہانہ جانچ درکار ہے"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"حفاظتی الرٹ سسٹم کے لئے ٹیسٹ پیغامات موصول کریں"</string>
 </resources>
diff --git a/res/values-mcc466-uz/strings.xml b/res/values-mcc466-uz/strings.xml
index 75de110..2395056 100644
--- a/res/values-mcc466-uz/strings.xml
+++ b/res/values-mcc466-uz/strings.xml
@@ -16,7 +16,9 @@
 
 <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">"Ogohlantiruv xabari"</string>
+    <string name="cmas_presidential_level_alert" msgid="2072968896927919629">"Hukumat ogohlantirishi"</string>
+    <string name="emergency_alert" msgid="5431770009291479378">"Favqulodda ogohlantirish"</string>
+    <string name="public_safety_message" msgid="3043854916586710461">"Ogohlantiruv xabari"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4165080207837566277">"Majburiy oylik sinov"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"Xavfsizlik tizimi uchun sinov xabarlarini olish"</string>
 </resources>
diff --git a/res/values-mcc466-vi/strings.xml b/res/values-mcc466-vi/strings.xml
index 428d427..0b84909 100644
--- a/res/values-mcc466-vi/strings.xml
+++ b/res/values-mcc466-vi/strings.xml
@@ -16,7 +16,9 @@
 
 <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">"Thông báo cảnh báo"</string>
+    <string name="cmas_presidential_level_alert" msgid="2072968896927919629">"Cảnh báo của tổng thống"</string>
+    <string name="emergency_alert" msgid="5431770009291479378">"Cảnh báo khẩn cấp"</string>
+    <string name="public_safety_message" msgid="3043854916586710461">"Thông báo cảnh báo"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4165080207837566277">"Cần phải kiểm tra hằng tháng"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"Nhận thông báo kiểm tra của hệ thống cảnh báo an toàn"</string>
 </resources>
diff --git a/res/values-mcc466-zh-rCN/strings.xml b/res/values-mcc466-zh-rCN/strings.xml
index ff3e382..4c13c84 100644
--- a/res/values-mcc466-zh-rCN/strings.xml
+++ b/res/values-mcc466-zh-rCN/strings.xml
@@ -16,7 +16,9 @@
 
 <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="cmas_presidential_level_alert" msgid="2072968896927919629">"总裁级警报"</string>
+    <string name="emergency_alert" msgid="5431770009291479378">"紧急警报"</string>
+    <string name="public_safety_message" msgid="3043854916586710461">"警报消息"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4165080207837566277">"强制执行的每月测试"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"接收安全警报系统的测试消息"</string>
 </resources>
diff --git a/res/values-mcc466-zh-rHK/strings.xml b/res/values-mcc466-zh-rHK/strings.xml
index 883b4a0..e0b0dfc 100644
--- a/res/values-mcc466-zh-rHK/strings.xml
+++ b/res/values-mcc466-zh-rHK/strings.xml
@@ -16,7 +16,9 @@
 
 <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="cmas_presidential_level_alert" msgid="2072968896927919629">"總統級警示"</string>
+    <string name="emergency_alert" msgid="5431770009291479378">"緊急警示"</string>
+    <string name="public_safety_message" msgid="3043854916586710461">"通知訊息"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4165080207837566277">"強制每月測試"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"接收安全警示系統的測試訊息"</string>
 </resources>
diff --git a/res/values-mcc466-zh-rTW/strings.xml b/res/values-mcc466-zh-rTW/strings.xml
index 7f0875d..0ac500d 100644
--- a/res/values-mcc466-zh-rTW/strings.xml
+++ b/res/values-mcc466-zh-rTW/strings.xml
@@ -16,7 +16,9 @@
 
 <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="cmas_presidential_level_alert" msgid="2072968896927919629">"國家級警報"</string>
+    <string name="emergency_alert" msgid="5431770009291479378">"緊急警報"</string>
+    <string name="public_safety_message" msgid="3043854916586710461">"快訊通知"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4165080207837566277">"每月測試用訊息"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"接收安全性警示系統的測試訊息"</string>
 </resources>
diff --git a/res/values-mcc466-zu/strings.xml b/res/values-mcc466-zu/strings.xml
index 1c9961d..f4f829b 100644
--- a/res/values-mcc466-zu/strings.xml
+++ b/res/values-mcc466-zu/strings.xml
@@ -16,7 +16,9 @@
 
 <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">"Umlayezo wesexwayiso"</string>
+    <string name="cmas_presidential_level_alert" msgid="2072968896927919629">"Isaziso Esiphathelene Nombusi"</string>
+    <string name="emergency_alert" msgid="5431770009291479378">"Isexwayiso Esiphuthumayo"</string>
+    <string name="public_safety_message" msgid="3043854916586710461">"Umlayezo wesexwayiso"</string>
     <string name="enable_cmas_test_alerts_title" msgid="4165080207837566277">"Uhlolo lwangenyanga oludingekayo"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="1339769389077152402">"Thola imilayezo yombhalo yesistimu yesixwayiso sokuphepha"</string>
 </resources>
diff --git a/res/values-mcc466/strings.xml b/res/values-mcc466/strings.xml
index bd30197..7b78711 100644
--- a/res/values-mcc466/strings.xml
+++ b/res/values-mcc466/strings.xml
@@ -17,8 +17,15 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android"
            xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
 
+    <!-- CMAS dialog title for presidential level alert. [CHAR LIMIT=50] -->
+    <!-- Required Taiwan(zh-rTW) translation for this message: 国家级警报 -->
+    <string name="cmas_presidential_level_alert">Presidential Alert</string>
+    <!-- Dialog title or menu title of emergency alert. [CHAR LIMIT=50] -->
+    <!-- Required Taiwan(zh-rTW) translation for this message: 緊急警報 -->
+    <string name="emergency_alert">Emergency Alert</string>
     <!-- Dialog title for all public safety message broadcasts. [CHAR LIMIT=50] -->
-    <string name="public_safety_message">Alert message</string>
+    <!-- Required Taiwan(zh-rTW) translation for this message: 警訊通知 -->
+    <string name="public_safety_message">Alert Message</string>
 
     <!-- Preference title for enable public safety messages checkbox. -->
     <string name="enable_public_safety_messages_title" translatable="false">@string/enable_alert_message_title</string>
diff --git a/res/values-mcc716-mk/strings.xml b/res/values-mcc716-mk/strings.xml
index e4f52b5..7203ef0 100644
--- a/res/values-mcc716-mk/strings.xml
+++ b/res/values-mcc716-mk/strings.xml
@@ -22,5 +22,5 @@
     <string name="cmas_required_monthly_test" msgid="9061179556831144678">"Предупредување за итни случаи: тест порака"</string>
     <string name="cmas_exercise_alert" msgid="3061507852301643814">"Предупредување за итни случаи: порака за вежба/обука"</string>
     <string name="pws_other_message_identifiers" msgid="3831917966117253553">"Предупредување за итни случаи"</string>
-    <string name="button_dismiss" msgid="5823921161712171097">"Сокриј"</string>
+    <string name="button_dismiss" msgid="5823921161712171097">"Скриј"</string>
 </resources>
diff --git a/res/values-mcc716-ur/strings.xml b/res/values-mcc716-ur/strings.xml
index ff2a63d..284b8f9 100644
--- a/res/values-mcc716-ur/strings.xml
+++ b/res/values-mcc716-ur/strings.xml
@@ -19,8 +19,8 @@
     <string name="public_safety_message" msgid="7237115648380675159">"معلوماتی پیغام"</string>
     <string name="enable_public_safety_messages_title" msgid="4037404034274507696">"معلوماتی پیغام"</string>
     <string name="cmas_presidential_level_alert" msgid="8876632274257614262">"ایمرجنسی الرٹ"</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="3831917966117253553">"ایمرجنسی الرٹ"</string>
     <string name="button_dismiss" msgid="5823921161712171097">"چھپائیں"</string>
 </resources>
diff --git a/res/values-mcc724-af/strings.xml b/res/values-mcc724-af/strings.xml
new file mode 100644
index 0000000..15b991f
--- /dev/null
+++ b/res/values-mcc724-af/strings.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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_extreme_alert" msgid="3751964445127743376">"Uiterste waarskuwing"</string>
+    <string name="cmas_severe_alert" msgid="4773544726385840011">"Ernstige waarskuwing"</string>
+    <string name="cmas_required_monthly_test" msgid="5274965928258227096">"Oefenwaarskuwing"</string>
+    <string name="cmas_exercise_alert" msgid="4971838389621550184">"Tegniese toetswaarskuwings"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="3095141156358640879">"Uiterste bedreigings"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="6931853411327178941">"Uiterste bedreigings vir lewe en eiendom"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2603680055509729555">"Ernstige bedreigings"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="405751015446465202">"Ernstige bedreigings vir lewe en eiendom"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="5550182663333808054">"Deelstaat- en plaaslike toetse"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="5713628754819156297">"Ontvang toetsboodskappe van deelstaat- en plaaslike owerhede af"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1926178722994782168">"Tegniese toetswaarskuwings"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="2009461083781266766">"Ontvang toetsboodskappe"</string>
+</resources>
diff --git a/res/values-mcc724-am/strings.xml b/res/values-mcc724-am/strings.xml
new file mode 100644
index 0000000..78573ee
--- /dev/null
+++ b/res/values-mcc724-am/strings.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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_extreme_alert" msgid="3751964445127743376">"እጅግ ከባድ ማንቂያ"</string>
+    <string name="cmas_severe_alert" msgid="4773544726385840011">"ከባድ ማንቂያ"</string>
+    <string name="cmas_required_monthly_test" msgid="5274965928258227096">"የልምምድ ማንቂያ"</string>
+    <string name="cmas_exercise_alert" msgid="4971838389621550184">"ቴክኒካዊ የሙከራ ማንቂያዎች"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="3095141156358640879">"እጅግ ከፍተኛ አደጋዎች"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="6931853411327178941">"በሕይወት እና ንብረት ላይ የተጋረጡ እጅግ ከፍተኛ አደጋዎች"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2603680055509729555">"ከባድ አደጋዎች"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="405751015446465202">"በሕይወት እና ንብረት ላይ ያሉ ከባድ አደጋዎች"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="5550182663333808054">"የግዛት እና አካባቢያዊ ሙከራዎች"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="5713628754819156297">"ከግዛት እና አካባቢያዊ ባለሥልጣናት የሙከራ መልዕክቶችን ይቀበሉ"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1926178722994782168">"ቴክኒካዊ የሙከራ ማንቂያዎች"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="2009461083781266766">"የሙከራ መልዕክቶችን ይቀበሉ"</string>
+</resources>
diff --git a/res/values-mcc724-ar/strings.xml b/res/values-mcc724-ar/strings.xml
new file mode 100644
index 0000000..b3f57fc
--- /dev/null
+++ b/res/values-mcc724-ar/strings.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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_extreme_alert" msgid="3751964445127743376">"تنبيه حالة تأهب قصوى"</string>
+    <string name="cmas_severe_alert" msgid="4773544726385840011">"تنبيه حالة طوارئ خطيرة"</string>
+    <string name="cmas_required_monthly_test" msgid="5274965928258227096">"تنبيه تدريبي"</string>
+    <string name="cmas_exercise_alert" msgid="4971838389621550184">"تنبيهات فنية تجريبية"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="3095141156358640879">"التهديدات البالغة الخطورة"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="6931853411327178941">"التهديدات البالغة الخطورة للحياة والممتلكات"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2603680055509729555">"التهديدات الخطيرة"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="405751015446465202">"التهديدات الخطيرة لحياة الأشخاص والممتلكات"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="5550182663333808054">"تنبيهات تجريبية من سلطات الولاية والسلطات المحلية"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="5713628754819156297">"تلقّي رسائل تنبيه تجريبية من سلطات الولاية والسلطات المحلية"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1926178722994782168">"تنبيهات فنية تجريبية"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="2009461083781266766">"تلقّي رسائل تنبيه تجريبية"</string>
+</resources>
diff --git a/res/values-mcc724-as/strings.xml b/res/values-mcc724-as/strings.xml
new file mode 100644
index 0000000..ea8aa4c
--- /dev/null
+++ b/res/values-mcc724-as/strings.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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_extreme_alert" msgid="3751964445127743376">"চৰম সতৰ্কবাৰ্তা"</string>
+    <string name="cmas_severe_alert" msgid="4773544726385840011">"গুৰুতৰ সতৰ্কবাৰ্তা"</string>
+    <string name="cmas_required_monthly_test" msgid="5274965928258227096">"অনুশীলন সম্পৰ্কীয় সতৰ্কবাৰ্তা"</string>
+    <string name="cmas_exercise_alert" msgid="4971838389621550184">"কাৰিকৰী পৰীক্ষণৰ সতৰ্কবাৰ্তা"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="3095141156358640879">"চৰম ভাবুকি"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="6931853411327178941">"জীৱন আৰু সম্পত্তিৰ প্ৰতি চৰম ভাবুকি"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2603680055509729555">"গুৰুতৰ ভাবুকি"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="405751015446465202">"জীৱন আৰু সম্পত্তিৰ প্ৰতি গুৰুতৰ ভাবুকি"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="5550182663333808054">"ৰাজ্যিক আৰু স্থানীয় পৰীক্ষণসমূহ"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="5713628754819156297">"ৰাজ্য আৰু স্থানীয় কৰ্তৃপক্ষৰ পৰা পৰীক্ষণ সম্পৰ্কীয় বাৰ্তা লাভ কৰক"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1926178722994782168">"কাৰিকৰী পৰীক্ষণৰ সতৰ্কবাৰ্তা"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="2009461083781266766">"পৰীক্ষণ সম্পৰ্কীয় বাৰ্তা লাভ কৰক"</string>
+</resources>
diff --git a/res/values-mcc724-az/strings.xml b/res/values-mcc724-az/strings.xml
new file mode 100644
index 0000000..d34b8e5
--- /dev/null
+++ b/res/values-mcc724-az/strings.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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_extreme_alert" msgid="3751964445127743376">"Ekstremal hal siqnalı"</string>
+    <string name="cmas_severe_alert" msgid="4773544726385840011">"Ciddi hal siqnalı"</string>
+    <string name="cmas_required_monthly_test" msgid="5274965928258227096">"Sınaq siqnalı"</string>
+    <string name="cmas_exercise_alert" msgid="4971838389621550184">"Texniki test siqnalları"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="3095141156358640879">"Ekstremal təhlükə"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="6931853411327178941">"Həyat və əmlak üçün ekstremal təhlükə"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2603680055509729555">"Ciddi təhlükə"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="405751015446465202">"Həyat və mülkiyyətə ciddi təhlükə"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="5550182663333808054">"Dövlət səviyyəsində və yerli testlər"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="5713628754819156297">"Dövlət və yerli orqanlardan test mesajları alın"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1926178722994782168">"Texniki test siqnalları"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="2009461083781266766">"Test mesajları alın"</string>
+</resources>
diff --git a/res/values-mcc724-b+sr+Latn/strings.xml b/res/values-mcc724-b+sr+Latn/strings.xml
new file mode 100644
index 0000000..bf63f4a
--- /dev/null
+++ b/res/values-mcc724-b+sr+Latn/strings.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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_extreme_alert" msgid="3751964445127743376">"Obaveštenje o ekstremnoj opasnosti"</string>
+    <string name="cmas_severe_alert" msgid="4773544726385840011">"Obaveštenje o ozbiljnoj opasnosti"</string>
+    <string name="cmas_required_monthly_test" msgid="5274965928258227096">"Obaveštenje o vežbanju"</string>
+    <string name="cmas_exercise_alert" msgid="4971838389621550184">"Upozorenja o tehničkim testovima"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="3095141156358640879">"Ekstremne opasnosti"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="6931853411327178941">"Ekstremne opasnosti po život i imovinu"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2603680055509729555">"Ozbiljne opasnosti"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="405751015446465202">"Ozbiljne opasnosti po život i imovinu"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="5550182663333808054">"Probne poruke državnih i lokalnih uprava"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="5713628754819156297">"Primaj probne poruke od državnih i lokalnih uprava"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1926178722994782168">"Upozorenja o tehničkim testovima"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="2009461083781266766">"Primaj probne poruke"</string>
+</resources>
diff --git a/res/values-mcc724-be/strings.xml b/res/values-mcc724-be/strings.xml
new file mode 100644
index 0000000..ce77617
--- /dev/null
+++ b/res/values-mcc724-be/strings.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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_extreme_alert" msgid="3751964445127743376">"Экстранная абвестка"</string>
+    <string name="cmas_severe_alert" msgid="4773544726385840011">"Абвестка пра сур\'ёзную пагрозу"</string>
+    <string name="cmas_required_monthly_test" msgid="5274965928258227096">"Тэставая абвестка"</string>
+    <string name="cmas_exercise_alert" msgid="4971838389621550184">"Абвесткі ў рамках тэхнічных выпрабаванняў"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="3095141156358640879">"Надзвычайныя пагрозы"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="6931853411327178941">"Надзвычайныя пагрозы для жыцця і маёмасці"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2603680055509729555">"Сур\'ёзныя пагрозы"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="405751015446465202">"Сур\'ёзныя пагрозы для жыцця і маёмасці"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="5550182663333808054">"Дзяржаўныя і мясцовыя тэставыя паведамленні"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="5713628754819156297">"Атрымліваць тэставыя паведамленні ад дзяржаўных і мясцовых органаў улады"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1926178722994782168">"Абвесткі ў рамках тэхнічных выпрабаванняў"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="2009461083781266766">"Атрымліваць тэставыя паведамленні"</string>
+</resources>
diff --git a/res/values-mcc724-bg/strings.xml b/res/values-mcc724-bg/strings.xml
new file mode 100644
index 0000000..c9c3697
--- /dev/null
+++ b/res/values-mcc724-bg/strings.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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_extreme_alert" msgid="3751964445127743376">"Сигнал за извънредна заплаха"</string>
+    <string name="cmas_severe_alert" msgid="4773544726385840011">"Сигнал за сериозна заплаха"</string>
+    <string name="cmas_required_monthly_test" msgid="5274965928258227096">"Сигнал за провеждане на учение"</string>
+    <string name="cmas_exercise_alert" msgid="4971838389621550184">"Технически тестови сигнали"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="3095141156358640879">"Извънредни заплахи"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="6931853411327178941">"Извънредни заплахи за живота и собствеността"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2603680055509729555">"Сериозни заплахи"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="405751015446465202">"Сериозни заплахи за живота и собствеността"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="5550182663333808054">"Тестове на щатско и местно ниво"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="5713628754819156297">"Получаване на тестови съобщения от щатските и местните органи"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1926178722994782168">"Технически тестови сигнали"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="2009461083781266766">"Получаване на тестови съобщения"</string>
+</resources>
diff --git a/res/values-mcc724-bn/strings.xml b/res/values-mcc724-bn/strings.xml
new file mode 100644
index 0000000..01175c2
--- /dev/null
+++ b/res/values-mcc724-bn/strings.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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_extreme_alert" msgid="3751964445127743376">"চরম সতর্কতা"</string>
+    <string name="cmas_severe_alert" msgid="4773544726385840011">"গুরুতর সতর্কতা"</string>
+    <string name="cmas_required_monthly_test" msgid="5274965928258227096">"পরীক্ষা সংক্রান্ত সতর্কতা"</string>
+    <string name="cmas_exercise_alert" msgid="4971838389621550184">"টেকনিক্যাল টেস্ট সংক্রান্ত সতর্কতা"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="3095141156358640879">"চরম হুমকি"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="6931853411327178941">"জীবন ও প্রপার্টির ক্ষতি সম্পর্কে চরম আশঙ্কা"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2603680055509729555">"গুরুতর হুমকি"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="405751015446465202">"জীবন ও সম্পত্তিক্ষয় সংক্রান্ত গুরুতর আশঙ্কা"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="5550182663333808054">"রাজ্য ও স্থানীয় পরীক্ষা"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="5713628754819156297">"রাজ্য ও স্থানীয় কর্তৃপক্ষের কাছ থেকে পরীক্ষামূলক মেসেজ পান"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1926178722994782168">"টেকনিক্যাল টেস্ট সংক্রান্ত সতর্কতা"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="2009461083781266766">"পরীক্ষামূলক মেসেজ পান"</string>
+</resources>
diff --git a/res/values-mcc724-bs/strings.xml b/res/values-mcc724-bs/strings.xml
new file mode 100644
index 0000000..5d404c4
--- /dev/null
+++ b/res/values-mcc724-bs/strings.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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_extreme_alert" msgid="3751964445127743376">"Izuzetno hitno upozorenje"</string>
+    <string name="cmas_severe_alert" msgid="4773544726385840011">"Upozorenje na opasne situacije"</string>
+    <string name="cmas_required_monthly_test" msgid="5274965928258227096">"Upozorenje za vježbu"</string>
+    <string name="cmas_exercise_alert" msgid="4971838389621550184">"Upozorenja tehničkog testa"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="3095141156358640879">"Izrazite opasnosti"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="6931853411327178941">"Izrazite opasnosti po život i imovinu"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2603680055509729555">"Ozbiljne prijetnje"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="405751015446465202">"Velika opasnost po život i imovinu"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="5550182663333808054">"Državni i lokalni testovi"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="5713628754819156297">"Primajte testne poruke od državnih i lokalnih nadležnih tijela"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1926178722994782168">"Upozorenja tehničkog testa"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="2009461083781266766">"Primaj testne poruke"</string>
+</resources>
diff --git a/res/values-mcc724-ca/strings.xml b/res/values-mcc724-ca/strings.xml
new file mode 100644
index 0000000..be61617
--- /dev/null
+++ b/res/values-mcc724-ca/strings.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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_extreme_alert" msgid="3751964445127743376">"Alerta extrema"</string>
+    <string name="cmas_severe_alert" msgid="4773544726385840011">"Alerta important"</string>
+    <string name="cmas_required_monthly_test" msgid="5274965928258227096">"Simulacre d\'alerta"</string>
+    <string name="cmas_exercise_alert" msgid="4971838389621550184">"Alertes de proves tècniques"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="3095141156358640879">"Amenaces extremes"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="6931853411327178941">"Amenaces extremes per a la vida i la propietat"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2603680055509729555">"Amenaces greus"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="405751015446465202">"Amenaces greus per a la vida i la propietat"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="5550182663333808054">"Proves locals i estatals"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="5713628754819156297">"Vull rebre missatges de prova de les autoritats locals i estatals"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1926178722994782168">"Alertes de proves tècniques"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="2009461083781266766">"Rep missatges de prova"</string>
+</resources>
diff --git a/res/values-mcc724-cs/strings.xml b/res/values-mcc724-cs/strings.xml
new file mode 100644
index 0000000..417273e
--- /dev/null
+++ b/res/values-mcc724-cs/strings.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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_extreme_alert" msgid="3751964445127743376">"Extrémní výstraha"</string>
+    <string name="cmas_severe_alert" msgid="4773544726385840011">"Závažná výstraha"</string>
+    <string name="cmas_required_monthly_test" msgid="5274965928258227096">"Cvičná výstraha"</string>
+    <string name="cmas_exercise_alert" msgid="4971838389621550184">"Upozornění na technickou zkoušku"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="3095141156358640879">"Extrémní ohrožení"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="6931853411327178941">"Extrémní ohrožení života a majetku"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2603680055509729555">"Závažná ohrožení"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="405751015446465202">"Závažná ohrožení života a majetku"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="5550182663333808054">"Státní a místní testy"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="5713628754819156297">"Dostávat testovací zprávy od státních a místních úřadů"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1926178722994782168">"Upozornění na technickou zkoušku"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="2009461083781266766">"Příjem testovacích zpráv"</string>
+</resources>
diff --git a/res/values-mcc724-da/strings.xml b/res/values-mcc724-da/strings.xml
new file mode 100644
index 0000000..7417b7f
--- /dev/null
+++ b/res/values-mcc724-da/strings.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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_extreme_alert" msgid="3751964445127743376">"Alarm ved ekstrem fare"</string>
+    <string name="cmas_severe_alert" msgid="4773544726385840011">"Alarm ved alvorlig fare"</string>
+    <string name="cmas_required_monthly_test" msgid="5274965928258227096">"Øvelsesalarm"</string>
+    <string name="cmas_exercise_alert" msgid="4971838389621550184">"Varsel om teknisk test"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="3095141156358640879">"Ekstreme trusler"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="6931853411327178941">"Ekstreme trusler mod liv og ejendom"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2603680055509729555">"Alvorlige trusler"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="405751015446465202">"Alvorlige trusler mod liv og ejendom"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="5550182663333808054">"Centrale og lokale testadvarsler"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="5713628754819156297">"Modtag testmeddelelser fra centrale og lokale myndigheder"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1926178722994782168">"Varsel om teknisk test"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="2009461083781266766">"Modtag testmeddelelser"</string>
+</resources>
diff --git a/res/values-mcc724-de/strings.xml b/res/values-mcc724-de/strings.xml
new file mode 100644
index 0000000..9553d70
--- /dev/null
+++ b/res/values-mcc724-de/strings.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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_extreme_alert" msgid="3751964445127743376">"Warnung der Kategorie „Extrem“"</string>
+    <string name="cmas_severe_alert" msgid="4773544726385840011">"Warnung der Kategorie „Ernst“"</string>
+    <string name="cmas_required_monthly_test" msgid="5274965928258227096">"Warnung der Kategorie „Übung“"</string>
+    <string name="cmas_exercise_alert" msgid="4971838389621550184">"Warnung für technischen Test"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="3095141156358640879">"Erhebliche Gefahren"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="6931853411327178941">"Erhebliche Gefahren für Leben und Eigentum"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2603680055509729555">"Erhebliche Gefahren"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="405751015446465202">"Erhebliche Gefahren für Leben und Eigentum"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="5550182663333808054">"Staatliche und lokale Tests"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="5713628754819156297">"Testnachrichten von staatlichen und lokalen Behörden erhalten"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1926178722994782168">"Warnung für technischen Test"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="2009461083781266766">"Testnachrichten erhalten"</string>
+</resources>
diff --git a/res/values-mcc724-el/strings.xml b/res/values-mcc724-el/strings.xml
new file mode 100644
index 0000000..8ccc9eb
--- /dev/null
+++ b/res/values-mcc724-el/strings.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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_extreme_alert" msgid="3751964445127743376">"Ειδοποίηση ακραίας κατάστασης"</string>
+    <string name="cmas_severe_alert" msgid="4773544726385840011">"Ειδοποίηση σοβαρής κατάστασης"</string>
+    <string name="cmas_required_monthly_test" msgid="5274965928258227096">"Ειδοποίηση δοκιμής"</string>
+    <string name="cmas_exercise_alert" msgid="4971838389621550184">"Ειδοποιήσεις τεχνικών δοκιμών"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="3095141156358640879">"Ακραίες απειλές"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="6931853411327178941">"Ακραίες απειλές κατά της ζωής και της ιδιοκτησίας"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2603680055509729555">"Σοβαρές απειλές"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="405751015446465202">"Σοβαρές απειλές κατά της ζωής και της ιδιοκτησίας"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="5550182663333808054">"Κρατικές και τοπικές δοκιμές"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="5713628754819156297">"Λάβετε δοκιμαστικά μηνύματα από κρατικές και τοπικές αρχές"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1926178722994782168">"Ειδοποιήσεις τεχνικών δοκιμών"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="2009461083781266766">"Λήψη δοκιμαστικών μηνυμάτων"</string>
+</resources>
diff --git a/res/values-mcc724-en-rAU/strings.xml b/res/values-mcc724-en-rAU/strings.xml
new file mode 100644
index 0000000..1bc3e88
--- /dev/null
+++ b/res/values-mcc724-en-rAU/strings.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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_extreme_alert" msgid="3751964445127743376">"Extreme alert"</string>
+    <string name="cmas_severe_alert" msgid="4773544726385840011">"Severe alert"</string>
+    <string name="cmas_required_monthly_test" msgid="5274965928258227096">"Exercise alert"</string>
+    <string name="cmas_exercise_alert" msgid="4971838389621550184">"Technical test alerts"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="3095141156358640879">"Extreme threats"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="6931853411327178941">"Extreme threats to life and property"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2603680055509729555">"Severe threats"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="405751015446465202">"Severe threats to life and property"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="5550182663333808054">"Regional and local tests"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="5713628754819156297">"Receive test messages from regional and local authorities"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1926178722994782168">"Technical test alerts"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="2009461083781266766">"Receive test messages"</string>
+</resources>
diff --git a/res/values-mcc724-en-rCA/strings.xml b/res/values-mcc724-en-rCA/strings.xml
new file mode 100644
index 0000000..14ab56e
--- /dev/null
+++ b/res/values-mcc724-en-rCA/strings.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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_extreme_alert" msgid="3751964445127743376">"Extreme Alert"</string>
+    <string name="cmas_severe_alert" msgid="4773544726385840011">"Severe Alert"</string>
+    <string name="cmas_required_monthly_test" msgid="5274965928258227096">"Exercise Alert"</string>
+    <string name="cmas_exercise_alert" msgid="4971838389621550184">"Technical test alerts"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="3095141156358640879">"Extreme Threats"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="6931853411327178941">"Extreme threats to life and property"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2603680055509729555">"Severe Threats"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="405751015446465202">"Severe threats to life and property"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="5550182663333808054">"State and Local tests"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="5713628754819156297">"Receive test messages from state and local authorities"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1926178722994782168">"Technical test alerts"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="2009461083781266766">"Receive test messages"</string>
+</resources>
diff --git a/res/values-mcc724-en-rGB/strings.xml b/res/values-mcc724-en-rGB/strings.xml
new file mode 100644
index 0000000..1bc3e88
--- /dev/null
+++ b/res/values-mcc724-en-rGB/strings.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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_extreme_alert" msgid="3751964445127743376">"Extreme alert"</string>
+    <string name="cmas_severe_alert" msgid="4773544726385840011">"Severe alert"</string>
+    <string name="cmas_required_monthly_test" msgid="5274965928258227096">"Exercise alert"</string>
+    <string name="cmas_exercise_alert" msgid="4971838389621550184">"Technical test alerts"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="3095141156358640879">"Extreme threats"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="6931853411327178941">"Extreme threats to life and property"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2603680055509729555">"Severe threats"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="405751015446465202">"Severe threats to life and property"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="5550182663333808054">"Regional and local tests"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="5713628754819156297">"Receive test messages from regional and local authorities"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1926178722994782168">"Technical test alerts"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="2009461083781266766">"Receive test messages"</string>
+</resources>
diff --git a/res/values-mcc724-en-rIN/strings.xml b/res/values-mcc724-en-rIN/strings.xml
new file mode 100644
index 0000000..1bc3e88
--- /dev/null
+++ b/res/values-mcc724-en-rIN/strings.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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_extreme_alert" msgid="3751964445127743376">"Extreme alert"</string>
+    <string name="cmas_severe_alert" msgid="4773544726385840011">"Severe alert"</string>
+    <string name="cmas_required_monthly_test" msgid="5274965928258227096">"Exercise alert"</string>
+    <string name="cmas_exercise_alert" msgid="4971838389621550184">"Technical test alerts"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="3095141156358640879">"Extreme threats"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="6931853411327178941">"Extreme threats to life and property"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2603680055509729555">"Severe threats"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="405751015446465202">"Severe threats to life and property"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="5550182663333808054">"Regional and local tests"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="5713628754819156297">"Receive test messages from regional and local authorities"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1926178722994782168">"Technical test alerts"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="2009461083781266766">"Receive test messages"</string>
+</resources>
diff --git a/res/values-mcc724-en-rXC/strings.xml b/res/values-mcc724-en-rXC/strings.xml
new file mode 100644
index 0000000..e79a0a7
--- /dev/null
+++ b/res/values-mcc724-en-rXC/strings.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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_extreme_alert" msgid="3751964445127743376">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‏‎‏‏‎‏‎‎‎‎‎‏‎‎‎‏‏‎‏‎‎‏‏‏‏‏‎‎‏‎‎‎‏‎‏‏‏‎‎‏‏‎‏‏‏‏‎‎‎‎‎‏‎‏‏‏‏‎‎‏‎‎‎‎‎Extreme Alert‎‏‎‎‏‎"</string>
+    <string name="cmas_severe_alert" msgid="4773544726385840011">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‏‏‏‎‎‎‎‏‎‎‎‏‏‏‏‏‏‎‎‎‎‏‎‎‏‏‎‏‎‎‎‏‏‎‎‏‎‎‏‏‏‏‎‏‎‏‎‏‎‏‏‎‎‏‏‏‏‏‎‎‎‏‎‏‏‎Severe Alert‎‏‎‎‏‎"</string>
+    <string name="cmas_required_monthly_test" msgid="5274965928258227096">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‏‏‏‎‎‏‎‎‏‎‎‏‏‎‏‎‎‎‏‏‏‎‎‎‏‏‎‎‏‎‎‎‎‎‏‎‏‎‏‎‎‎‎‎‏‏‏‏‎‏‏‎‎‏‎‏‏‏‎‎‏‏‎‎‎‎Exercise Alert‎‏‎‎‏‎"</string>
+    <string name="cmas_exercise_alert" msgid="4971838389621550184">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‏‏‏‎‎‎‏‎‎‏‏‏‏‏‏‏‏‏‎‎‎‎‏‎‎‏‎‏‎‏‏‎‎‎‏‏‎‎‏‏‎‎‎‎‎‏‎‏‎‏‏‏‎‏‏‎‎‎‏‏‎‏‎‎‎‎Technical test alerts‎‏‎‎‏‎"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="3095141156358640879">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‏‎‏‎‏‎‏‎‏‏‏‏‎‏‎‎‎‎‏‎‎‏‏‎‎‏‏‏‏‎‏‏‏‎‏‎‎‎‏‎‎‏‏‏‎‎‏‎‏‏‎‏‎‏‎‎‏‏‏‎‏‏‏‏‎Extreme Threats‎‏‎‎‏‎"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="6931853411327178941">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‏‏‏‏‎‎‎‎‎‎‎‏‏‎‎‏‎‏‏‏‎‎‎‏‏‏‏‏‏‎‎‏‏‎‏‏‏‏‎‎‏‎‎‏‏‏‏‎‎‎‏‏‏‏‎‎‎‏‎‏‏‏‏‎‏‎Extreme threats to life and property‎‏‎‎‏‎"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2603680055509729555">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‏‎‏‎‎‏‎‎‎‎‏‎‎‎‏‎‎‎‏‎‎‎‎‏‎‎‏‏‎‏‏‏‎‎‏‏‎‎‎‏‎‏‏‎‏‏‎‏‎‏‎‎‎‎‎‏‎‎‎‏‎‎‏‏‎Severe Threats‎‏‎‎‏‎"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="405751015446465202">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‎‏‏‏‎‏‏‎‏‎‎‎‎‏‏‎‎‎‎‏‎‎‎‏‏‎‎‏‏‎‎‎‎‏‎‏‏‎‏‏‏‏‎‎‎‎‏‏‎‎‏‎‏‎‏‎‏‏‎‎‏‎‎Severe threats to life and property‎‏‎‎‏‎"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="5550182663333808054">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‏‏‏‎‎‏‏‎‏‎‎‎‎‎‏‏‎‎‎‏‏‎‏‎‏‏‎‏‏‏‎‎‏‏‏‏‎‎‏‏‎‏‎‎‎‏‎‏‏‎‎‎‎‎‏‏‏‏‎‏‏‎‏‏‎‎State and Local tests‎‏‎‎‏‎"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="5713628754819156297">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‏‏‏‎‎‏‏‏‏‎‏‎‎‏‎‏‎‏‏‏‎‎‎‏‏‎‎‎‏‎‏‎‎‏‎‎‏‎‏‎‏‎‏‏‏‎‏‎‎‎‎‎‎‏‎‎‏‎‏‎‎‏‎‎‏‎Receive test messages from state and local authorities‎‏‎‎‏‎"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1926178722994782168">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‎‏‏‏‎‏‎‏‎‏‏‏‎‏‏‎‎‏‎‏‎‎‏‎‏‎‏‎‏‏‏‏‏‎‏‏‏‏‎‎‎‎‎‎‏‎‎‏‏‏‏‏‏‏‏‏‏‎‏‏‎‎‎‎Technical test alerts‎‏‎‎‏‎"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="2009461083781266766">"‎‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‎‏‏‏‎‎‎‎‎‏‏‏‏‎‏‏‏‎‏‏‏‏‏‎‎‎‏‏‎‎‎‎‏‎‏‎‎‎‏‏‎‏‎‏‏‎‎‎‏‎‎‎‏‏‎‎‎‎‎‎‏‏‏‏‏‏‎‏‎‏‎‎‏‏‏‎‎Receive test messages‎‏‎‎‏‎"</string>
+</resources>
diff --git a/res/values-mcc724-es-rUS/strings.xml b/res/values-mcc724-es-rUS/strings.xml
new file mode 100644
index 0000000..c5b7608
--- /dev/null
+++ b/res/values-mcc724-es-rUS/strings.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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_extreme_alert" msgid="3751964445127743376">"Alerta extrema"</string>
+    <string name="cmas_severe_alert" msgid="4773544726385840011">"Alerta severa"</string>
+    <string name="cmas_required_monthly_test" msgid="5274965928258227096">"Alerta de prueba"</string>
+    <string name="cmas_exercise_alert" msgid="4971838389621550184">"Alerta de prueba técnica"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="3095141156358640879">"Alerta extrema"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="6931853411327178941">"Amenazas extremas a la vida y la propiedad"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2603680055509729555">"Alerta Severa"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="405751015446465202">"Medidas de protección necesarias"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="5550182663333808054">"Alerta de prueba"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="5713628754819156297">"Recepción de mensajes de prueba de las autoridades competentes"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1926178722994782168">"Alerta de prueba técnica"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="2009461083781266766">"Recepción de alertas de pruebas técnicas"</string>
+</resources>
diff --git a/res/values-mcc724-es/strings.xml b/res/values-mcc724-es/strings.xml
new file mode 100644
index 0000000..4129d84
--- /dev/null
+++ b/res/values-mcc724-es/strings.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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_extreme_alert" msgid="3751964445127743376">"Alerta extrema"</string>
+    <string name="cmas_severe_alert" msgid="4773544726385840011">"Alerta severa"</string>
+    <string name="cmas_required_monthly_test" msgid="5274965928258227096">"Alerta de prueba"</string>
+    <string name="cmas_exercise_alert" msgid="4971838389621550184">"Alerta de prueba técnica"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="3095141156358640879">"Amenazas extremas"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="6931853411327178941">"Alertas por amenazas extremas contra la vida y la propiedad"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2603680055509729555">"Alerta Severa"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="405751015446465202">"Medidas de protección necesarias"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="5550182663333808054">"Alerta de prueba"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="5713628754819156297">"Recepción de mensajes de prueba de las autoridades competentes"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1926178722994782168">"Alerta de prueba técnica"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="2009461083781266766">"Recepción de alertas de pruebas técnicas"</string>
+</resources>
diff --git a/res/values-mcc724-et/strings.xml b/res/values-mcc724-et/strings.xml
new file mode 100644
index 0000000..1295fff
--- /dev/null
+++ b/res/values-mcc724-et/strings.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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_extreme_alert" msgid="3751964445127743376">"Äärmusliku olukorra hoiatus"</string>
+    <string name="cmas_severe_alert" msgid="4773544726385840011">"Tõsise olukorra hoiatus"</string>
+    <string name="cmas_required_monthly_test" msgid="5274965928258227096">"Treeninghoiatus"</string>
+    <string name="cmas_exercise_alert" msgid="4971838389621550184">"Tehnilise testi hoiatused"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="3095141156358640879">"Väga tõsine oht"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="6931853411327178941">"Väga tõsine oht elule ja varale"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2603680055509729555">"Ohtlikud olukorrad"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="405751015446465202">"Tõsine oht elule ja varale"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="5550182663333808054">"Riiklikud ja kohalikud testid"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="5713628754819156297">"Saate riiklikelt ja kohalikelt ametkondadelt testsõnumeid"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1926178722994782168">"Tehnilise testi hoiatused"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="2009461083781266766">"Testsõnumite saamine"</string>
+</resources>
diff --git a/res/values-mcc724-eu/strings.xml b/res/values-mcc724-eu/strings.xml
new file mode 100644
index 0000000..050493c
--- /dev/null
+++ b/res/values-mcc724-eu/strings.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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_extreme_alert" msgid="3751964445127743376">"Muturreko alerta"</string>
+    <string name="cmas_severe_alert" msgid="4773544726385840011">"Alerta larria"</string>
+    <string name="cmas_required_monthly_test" msgid="5274965928258227096">"Ariketa-alerta"</string>
+    <string name="cmas_exercise_alert" msgid="4971838389621550184">"Proba teknikoen alertak"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="3095141156358640879">"Arrisku oso larriko egoerak"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="6931853411327178941">"Bizitza eta jabetza arrisku oso larrian jartzen dituzten egoerak"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2603680055509729555">"Mehatxu larriak"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="405751015446465202">"Bizitza eta jabetza arrisku larrian jartzen dituzten egoerak"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="5550182663333808054">"Estatuko eta tokiko erakundeen probak"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="5713628754819156297">"Jaso probako mezuak estatuko eta tokiko agintaritzengandik"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1926178722994782168">"Proba teknikoen alertak"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="2009461083781266766">"Jaso probako mezuak"</string>
+</resources>
diff --git a/res/values-mcc724-fa/strings.xml b/res/values-mcc724-fa/strings.xml
new file mode 100644
index 0000000..b9e7a22
--- /dev/null
+++ b/res/values-mcc724-fa/strings.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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_extreme_alert" msgid="3751964445127743376">"هشدار شدید"</string>
+    <string name="cmas_severe_alert" msgid="4773544726385840011">"هشدار جدی"</string>
+    <string name="cmas_required_monthly_test" msgid="5274965928258227096">"هشدار تمرینی"</string>
+    <string name="cmas_exercise_alert" msgid="4971838389621550184">"هشدارهای آزمایش فنی"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="3095141156358640879">"تهدیدهای بسیار جدی"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="6931853411327178941">"تهدیدهای بسیار جدی جانی و مالی"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2603680055509729555">"تهدیدهای جدی"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="405751015446465202">"تهدیدهای جدی جانی و مالی"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="5550182663333808054">"آزمایش‌های محلی و دولتی"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="5713628754819156297">"دریافت پیام‌های آزمایشی از مقامات محلی و دولتی"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1926178722994782168">"هشدارهای آزمایش فنی"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="2009461083781266766">"دریافت پیام‌های آزمایشی"</string>
+</resources>
diff --git a/res/values-mcc724-fi/strings.xml b/res/values-mcc724-fi/strings.xml
new file mode 100644
index 0000000..a050c51
--- /dev/null
+++ b/res/values-mcc724-fi/strings.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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_extreme_alert" msgid="3751964445127743376">"Erittäin vakava hälytys"</string>
+    <string name="cmas_severe_alert" msgid="4773544726385840011">"Vakava hälytys"</string>
+    <string name="cmas_required_monthly_test" msgid="5274965928258227096">"Harjoitushälytys"</string>
+    <string name="cmas_exercise_alert" msgid="4971838389621550184">"Teknisten testien hälytykset"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="3095141156358640879">"Erittäin vakavat uhat"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="6931853411327178941">"Erittäin vakavat ihmishenkiä ja omaisuutta koskevat uhat"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2603680055509729555">"Vakavat uhat"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="405751015446465202">"Vakavat ihmishenkiä ja omaisuutta koskevat uhat"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="5550182663333808054">"Paikalliset testit"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="5713628754819156297">"Vastaanota koeviestejä paikallisilta viranomaisilta"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1926178722994782168">"Teknisten testien hälytykset"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="2009461083781266766">"Vastaanota koeviestejä"</string>
+</resources>
diff --git a/res/values-mcc724-fr-rCA/strings.xml b/res/values-mcc724-fr-rCA/strings.xml
new file mode 100644
index 0000000..62c25e8
--- /dev/null
+++ b/res/values-mcc724-fr-rCA/strings.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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_extreme_alert" msgid="3751964445127743376">"Alerte extrême"</string>
+    <string name="cmas_severe_alert" msgid="4773544726385840011">"Alerte grave"</string>
+    <string name="cmas_required_monthly_test" msgid="5274965928258227096">"Alerte d\'exercice"</string>
+    <string name="cmas_exercise_alert" msgid="4971838389621550184">"Alertes de tests techniques"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="3095141156358640879">"Menaces extrêmes"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="6931853411327178941">"Menaces extrêmes à la vie et aux biens"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2603680055509729555">"Menaces graves"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="405751015446465202">"Menaces graves à la vie et aux biens"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="5550182663333808054">"Tests des autorités nationales et locales"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="5713628754819156297">"Recevoir des messages de test des autorités nationales et locales"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1926178722994782168">"Alertes de tests techniques"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="2009461083781266766">"Recevoir des messages de test"</string>
+</resources>
diff --git a/res/values-mcc724-fr/strings.xml b/res/values-mcc724-fr/strings.xml
new file mode 100644
index 0000000..88776de
--- /dev/null
+++ b/res/values-mcc724-fr/strings.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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_extreme_alert" msgid="3751964445127743376">"Alerte critique"</string>
+    <string name="cmas_severe_alert" msgid="4773544726385840011">"Alerte grave"</string>
+    <string name="cmas_required_monthly_test" msgid="5274965928258227096">"Alerte d\'exercice"</string>
+    <string name="cmas_exercise_alert" msgid="4971838389621550184">"Alertes de test technique"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="3095141156358640879">"Menaces extrêmes"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="6931853411327178941">"Menaces extrêmes pour les biens et personnes"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2603680055509729555">"Menaces graves"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="405751015446465202">"Menaces graves pour les biens et personnes"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="5550182663333808054">"Tests à l\'échelle nationale et locale"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="5713628754819156297">"Recevoir des messages tests des autorités nationales et locales"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1926178722994782168">"Alertes de test technique"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="2009461083781266766">"Recevoir des messages test"</string>
+</resources>
diff --git a/res/values-mcc724-gl/strings.xml b/res/values-mcc724-gl/strings.xml
new file mode 100644
index 0000000..6f412c4
--- /dev/null
+++ b/res/values-mcc724-gl/strings.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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_extreme_alert" msgid="3751964445127743376">"Alerta extrema"</string>
+    <string name="cmas_severe_alert" msgid="4773544726385840011">"Alerta grave"</string>
+    <string name="cmas_required_monthly_test" msgid="5274965928258227096">"Alerta de simulacro"</string>
+    <string name="cmas_exercise_alert" msgid="4971838389621550184">"Alertas de probas técnicas"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="3095141156358640879">"Ameazas extremas"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="6931853411327178941">"Ameazas extremas para a vida e a propiedade"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2603680055509729555">"Ameazas graves"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="405751015446465202">"Ameazas graves contra a vida e a propiedade"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="5550182663333808054">"Probas de autoridades locais e estatais"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="5713628754819156297">"Recibe mensaxes de proba procedentes de autoridades locais e estatais"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1926178722994782168">"Alertas de probas técnicas"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="2009461083781266766">"Recibe mensaxes de proba"</string>
+</resources>
diff --git a/res/values-mcc724-gu/strings.xml b/res/values-mcc724-gu/strings.xml
new file mode 100644
index 0000000..ed8e5ca
--- /dev/null
+++ b/res/values-mcc724-gu/strings.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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_extreme_alert" msgid="3751964445127743376">"અત્યંત ગંભીર અલર્ટ"</string>
+    <string name="cmas_severe_alert" msgid="4773544726385840011">"ગંભીર અલર્ટ"</string>
+    <string name="cmas_required_monthly_test" msgid="5274965928258227096">"કસરત માટેનું અલર્ટ"</string>
+    <string name="cmas_exercise_alert" msgid="4971838389621550184">"ટેક્નિકલ પરીક્ષણ માટેનું અલર્ટ"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="3095141156358640879">"આત્યંતિક જોખમો"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="6931853411327178941">"જીવન અને સંપત્તિના આત્યંતિક જોખમો"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2603680055509729555">"ગંભીર જોખમો"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="405751015446465202">"જીવન અને સંપત્તિના ગંભીર જોખમો"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="5550182663333808054">"રાજ્ય અને સ્થાનિક પરીક્ષણો"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="5713628754819156297">"રાજ્ય અને સ્થાનિક અધિકારીઓ પાસેથી પરીક્ષણ માટેના મેસેજ પ્રાપ્ત કરો"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1926178722994782168">"ટેક્નિકલ પરીક્ષણ માટેનું અલર્ટ"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="2009461083781266766">"પરીક્ષણ માટેના મેસેજ પ્રાપ્ત કરો"</string>
+</resources>
diff --git a/res/values-mcc724-hi/strings.xml b/res/values-mcc724-hi/strings.xml
new file mode 100644
index 0000000..e2b0a6e
--- /dev/null
+++ b/res/values-mcc724-hi/strings.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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_extreme_alert" msgid="3751964445127743376">"बेहद गंभीर स्थिति की चेतावनी"</string>
+    <string name="cmas_severe_alert" msgid="4773544726385840011">"गंभीर स्थिति की चेतावनी"</string>
+    <string name="cmas_required_monthly_test" msgid="5274965928258227096">"सुरक्षा ड्रिल से जुड़ी चेतावनी"</string>
+    <string name="cmas_exercise_alert" msgid="4971838389621550184">"तकनीकी टेस्ट की चेतावनियां"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="3095141156358640879">"गंभीर धमकियां"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="6931853411327178941">"जान और माल से जुड़े बहुत गंभीर खतरे"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2603680055509729555">"गंभीर खतरे"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="405751015446465202">"जान और माल से जुड़े गंभीर खतरे"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="5550182663333808054">"राज्य और स्थानीय टेस्ट"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="5713628754819156297">"राज्य और स्थानीय सरकारी विभाग से टेस्ट मैसेज पाएं"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1926178722994782168">"तकनीकी टेस्ट की चेतावनियां"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="2009461083781266766">"टेस्ट मैसेज पाएं"</string>
+</resources>
diff --git a/res/values-mcc724-hr/strings.xml b/res/values-mcc724-hr/strings.xml
new file mode 100644
index 0000000..44aeacf
--- /dev/null
+++ b/res/values-mcc724-hr/strings.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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_extreme_alert" msgid="3751964445127743376">"Upozorenje o ekstremnoj situaciji"</string>
+    <string name="cmas_severe_alert" msgid="4773544726385840011">"Upozorenje o ozbiljnoj situaciji"</string>
+    <string name="cmas_required_monthly_test" msgid="5274965928258227096">"Probno upozorenje"</string>
+    <string name="cmas_exercise_alert" msgid="4971838389621550184">"Upozorenja tehničkog testa"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="3095141156358640879">"Ekstremne prijetnje"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="6931853411327178941">"Ekstremne prijetnje po život i imovinu"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2603680055509729555">"Ozbiljne prijetnje"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="405751015446465202">"Ozbiljne prijetnje po život i imovinu"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="5550182663333808054">"Državni i lokalni testovi"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="5713628754819156297">"Primajte testne poruke od nadležnih državnih i lokalnih tijela"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1926178722994782168">"Upozorenja tehničkog testa"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="2009461083781266766">"Primanje testnih poruka"</string>
+</resources>
diff --git a/res/values-mcc724-hu/strings.xml b/res/values-mcc724-hu/strings.xml
new file mode 100644
index 0000000..ebab1e8
--- /dev/null
+++ b/res/values-mcc724-hu/strings.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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_extreme_alert" msgid="3751964445127743376">"Rendkívüli riasztás"</string>
+    <string name="cmas_severe_alert" msgid="4773544726385840011">"Súlyos riasztás"</string>
+    <string name="cmas_required_monthly_test" msgid="5274965928258227096">"Gyakorlati riasztás"</string>
+    <string name="cmas_exercise_alert" msgid="4971838389621550184">"Műszaki próbariasztások"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="3095141156358640879">"Extrém veszélyek"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="6931853411327178941">"Életre és tulajdonra extrém veszélyt jelentő veszélyek"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2603680055509729555">"Komoly veszélyek"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="405751015446465202">"Életre és tulajdonra komoly veszélyt jelentő fenyegetések"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="5550182663333808054">"Állami és helyi tesztek"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="5713628754819156297">"Tesztüzenetek fogadása az állami és a helyi hatóságoktól"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1926178722994782168">"Műszaki próbariasztások"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="2009461083781266766">"Tesztüzenetek fogadása"</string>
+</resources>
diff --git a/res/values-mcc724-hy/strings.xml b/res/values-mcc724-hy/strings.xml
new file mode 100644
index 0000000..150a7cb
--- /dev/null
+++ b/res/values-mcc724-hy/strings.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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_extreme_alert" msgid="3751964445127743376">"Ծանուցում ծայրահեղ վտանգավոր իրավիճակի մասին"</string>
+    <string name="cmas_severe_alert" msgid="4773544726385840011">"Ծանուցում վտանգավոր իրավիճակի մասին"</string>
+    <string name="cmas_required_monthly_test" msgid="5274965928258227096">"Ուսումնական տագնապ"</string>
+    <string name="cmas_exercise_alert" msgid="4971838389621550184">"Տեխնիկական փորձարկման ծանուցումներ"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="3095141156358640879">"Ծայրահեղ վտանգներ"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="6931853411327178941">"Կյանքին և գույքին սպառնացող ծայրահեղ վտանգներ"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2603680055509729555">"Լուրջ սպառնալիքներ"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="405751015446465202">"Լուրջ սպառնալիքներ կյանքի և գույքի համար"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="5550182663333808054">"Փորձնական ծանուցումներ պետական/տեղական մարմիններից"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="5713628754819156297">"Փորձնական հաղորդագրություններ ստանալ պետական և տեղական կառավարման մարմիններից"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1926178722994782168">"Տեխնիկական փորձարկման ծանուցումներ"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="2009461083781266766">"Ստանալ փորձնական հաղորդագրություններ"</string>
+</resources>
diff --git a/res/values-mcc724-in/strings.xml b/res/values-mcc724-in/strings.xml
new file mode 100644
index 0000000..36e96b3
--- /dev/null
+++ b/res/values-mcc724-in/strings.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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_extreme_alert" msgid="3751964445127743376">"Peringatan Ekstrem"</string>
+    <string name="cmas_severe_alert" msgid="4773544726385840011">"Peringatan Serius"</string>
+    <string name="cmas_required_monthly_test" msgid="5274965928258227096">"Peringatan Latihan"</string>
+    <string name="cmas_exercise_alert" msgid="4971838389621550184">"Peringatan pengujian teknis"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="3095141156358640879">"Ancaman Ekstrem"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="6931853411327178941">"Ancaman ekstrem terhadap nyawa dan harta"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2603680055509729555">"Ancaman Berat"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="405751015446465202">"Ancaman berat terhadap nyawa dan harta"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="5550182663333808054">"Peringatan percobaan dari Negara Bagian dan Lokal"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="5713628754819156297">"Menerima pesan percobaan dari otoritas negara bagian atau lokal"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1926178722994782168">"Peringatan pengujian teknis"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="2009461083781266766">"Menerima pesan pengujian"</string>
+</resources>
diff --git a/res/values-mcc724-is/strings.xml b/res/values-mcc724-is/strings.xml
new file mode 100644
index 0000000..df59948
--- /dev/null
+++ b/res/values-mcc724-is/strings.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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_extreme_alert" msgid="3751964445127743376">"Viðvörun á háu stigi"</string>
+    <string name="cmas_severe_alert" msgid="4773544726385840011">"Alvarleg viðvörun"</string>
+    <string name="cmas_required_monthly_test" msgid="5274965928258227096">"Æfingaviðvörun"</string>
+    <string name="cmas_exercise_alert" msgid="4971838389621550184">"Tæknilegar prufuviðvaranir"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="3095141156358640879">"Alvarlegar ógnir"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="6931853411327178941">"Líf eða eignir eru í mjög mikilli hættu"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2603680055509729555">"Mikil ógn"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="405751015446465202">"Líf og eignir í mikilli hættu"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="5550182663333808054">"Prufuskilaboð frá ríkis- og staðaryfirvöldum"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="5713628754819156297">"Fá prufuskilboð frá ríkis- og staðaryfirvöldum"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1926178722994782168">"Tæknilegar prufuviðvaranir"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="2009461083781266766">"Fá prufuskilaboð"</string>
+</resources>
diff --git a/res/values-mcc724-it/strings.xml b/res/values-mcc724-it/strings.xml
new file mode 100644
index 0000000..33a38bb
--- /dev/null
+++ b/res/values-mcc724-it/strings.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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_extreme_alert" msgid="3751964445127743376">"Allerta per condizioni estreme"</string>
+    <string name="cmas_severe_alert" msgid="4773544726385840011">"Allerta per condizioni gravi"</string>
+    <string name="cmas_required_monthly_test" msgid="5274965928258227096">"Simulazione di allerta"</string>
+    <string name="cmas_exercise_alert" msgid="4971838389621550184">"Allerte di prova tecnica"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="3095141156358640879">"Minacce estreme"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="6931853411327178941">"Minacce estreme alla vita e alle proprietà"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2603680055509729555">"Minacce gravi"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="405751015446465202">"Minacce gravi alla vita e alle proprietà"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="5550182663333808054">"Test a livello statale e locale"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="5713628754819156297">"Ricevi messaggi di prova da autorità statali e locali"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1926178722994782168">"Allerte di prova tecnica"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="2009461083781266766">"Ricevi messaggi di prova"</string>
+</resources>
diff --git a/res/values-mcc724-iw/strings.xml b/res/values-mcc724-iw/strings.xml
new file mode 100644
index 0000000..4c6f481
--- /dev/null
+++ b/res/values-mcc724-iw/strings.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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_extreme_alert" msgid="3751964445127743376">"התראה קיצונית"</string>
+    <string name="cmas_severe_alert" msgid="4773544726385840011">"התראה חמורה"</string>
+    <string name="cmas_required_monthly_test" msgid="5274965928258227096">"התראת תרגול"</string>
+    <string name="cmas_exercise_alert" msgid="4971838389621550184">"התרעת בדיקה טכנית"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="3095141156358640879">"איומים קיצוניים"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="6931853411327178941">"איומים קיצוניים לנפש ולרכוש"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2603680055509729555">"איומים חמורים"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="405751015446465202">"איומים חמורים לנפש ולרכוש"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="5550182663333808054">"בדיקות מקומיות וארציות"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="5713628754819156297">"קבלת הודעות בדיקה מרשויות מקומיות וארציות"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1926178722994782168">"התרעת בדיקה טכנית"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="2009461083781266766">"קבלת הודעות בדיקה"</string>
+</resources>
diff --git a/res/values-mcc724-ja/strings.xml b/res/values-mcc724-ja/strings.xml
new file mode 100644
index 0000000..c04b0e5
--- /dev/null
+++ b/res/values-mcc724-ja/strings.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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_extreme_alert" msgid="3751964445127743376">"最重要速報メール"</string>
+    <string name="cmas_severe_alert" msgid="4773544726385840011">"重要速報メール"</string>
+    <string name="cmas_required_monthly_test" msgid="5274965928258227096">"訓練用速報メール"</string>
+    <string name="cmas_exercise_alert" msgid="4971838389621550184">"技術的テスト速報メール"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="3095141156358640879">"極めて重大な脅威"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="6931853411327178941">"命や財産に関わる極めて重大な脅威"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2603680055509729555">"重大な脅威"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="405751015446465202">"命や財産に関わる重大な脅威"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="5550182663333808054">"国や地方自治体のテスト"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="5713628754819156297">"国や地方自治体からのテスト メッセージを受信する"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1926178722994782168">"技術的テスト速報メール"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="2009461083781266766">"テスト メッセージを受け取る"</string>
+</resources>
diff --git a/res/values-mcc724-ka/strings.xml b/res/values-mcc724-ka/strings.xml
new file mode 100644
index 0000000..dc9e5df
--- /dev/null
+++ b/res/values-mcc724-ka/strings.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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_extreme_alert" msgid="3751964445127743376">"ექსტრემალური ვითარების გაფრთხილება"</string>
+    <string name="cmas_severe_alert" msgid="4773544726385840011">"გაფრთხილება მძიმე პირობების შესახებ"</string>
+    <string name="cmas_required_monthly_test" msgid="5274965928258227096">"სავარჯიშო გაფრთხილება"</string>
+    <string name="cmas_exercise_alert" msgid="4971838389621550184">"ტექნიკური სატესტო გაფრთხილებები"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="3095141156358640879">"უკიდურესი საფრთხეები"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="6931853411327178941">"სიცოცხლისა და საკუთრებისადმი შექმნილი უკიდურესი საფრთხეები"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2603680055509729555">"მწვავე საფრთხეები"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="405751015446465202">"მწვავე საფრთხეები სიცოცხლის და საკუთრებისადმი"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="5550182663333808054">"სახელმწიფო და ადგილობრივი სატესტო შეტყობინებები"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="5713628754819156297">"სატესტო შეტყობინებების მიღება სახელმწიფო და ადგილობრივი ორგანოებისგან"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1926178722994782168">"ტექნიკური სატესტო გაფრთხილებები"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="2009461083781266766">"სატესტო შეტყობინებების მიღება"</string>
+</resources>
diff --git a/res/values-mcc724-kk/strings.xml b/res/values-mcc724-kk/strings.xml
new file mode 100644
index 0000000..b9b7678
--- /dev/null
+++ b/res/values-mcc724-kk/strings.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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_extreme_alert" msgid="3751964445127743376">"Өте маңызды хабарландыру"</string>
+    <string name="cmas_severe_alert" msgid="4773544726385840011">"Маңыздылығы жоғары хабарландыру"</string>
+    <string name="cmas_required_monthly_test" msgid="5274965928258227096">"Жаттығу хабарландыруы"</string>
+    <string name="cmas_exercise_alert" msgid="4971838389621550184">"Техникалық сынақ хабарландырулары"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="3095141156358640879">"Аса үлкен қауіп"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="6931853411327178941">"Өмірге және мүлікке төнетін аса үлкен қауіп"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2603680055509729555">"Елеулі қауіптер"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="405751015446465202">"Өмірге және мүлікке төнген елеулі қауіптер"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="5550182663333808054">"Мемлекеттік және жергілікті сынақтар"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="5713628754819156297">"Мемлекеттік және жергілікті органдардан сынақ хабарларын алу"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1926178722994782168">"Техникалық сынақ хабарландырулары"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="2009461083781266766">"Сынақ хабарларын алу"</string>
+</resources>
diff --git a/res/values-mcc724-km/strings.xml b/res/values-mcc724-km/strings.xml
new file mode 100644
index 0000000..0633be1
--- /dev/null
+++ b/res/values-mcc724-km/strings.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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_extreme_alert" msgid="3751964445127743376">"ការជូនដំណឹង​ពេលមានអាសន្នធ្ងន់ធ្ងរខ្លាំង"</string>
+    <string name="cmas_severe_alert" msgid="4773544726385840011">"ការជូនដំណឹង​ពេលមានអាសន្នធ្ងន់ធ្ងរ"</string>
+    <string name="cmas_required_monthly_test" msgid="5274965928258227096">"ការជូនដំណឹង​អំពី​ការហ្វឹកហាត់"</string>
+    <string name="cmas_exercise_alert" msgid="4971838389621550184">"ការជូនដំណឹងអំពីការសាកល្បងបច្ចេកទេស"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="3095141156358640879">"ការ​គំរាមកំហែងដ៏ធ្ងន់ធ្ងរបំផុត"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="6931853411327178941">"ការគំរាមកំហែងដល់អាយុជីវិត និងទ្រព្យសម្បត្តិដ៏ធ្ងន់ធ្ងរបំផុត"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2603680055509729555">"ការ​គំរាម​កំហែង​ធ្ងន់ធ្ងរ"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="405751015446465202">"ការគំរាមកំហែងដល់អាយុជីវិត និងទ្រព្យសម្បត្តិធ្ងន់ធ្ងរ"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="5550182663333808054">"ការសាកល្បងក្នុងមូលដ្ឋាន និងរដ្ឋ"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="5713628754819156297">"ទទួល​សារ​សាកល្បង​ពីអាជ្ញាធរ​មូលដ្ឋាន និងរដ្ឋ"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1926178722994782168">"ការជូនដំណឹងអំពីការសាកល្បងបច្ចេកទេស"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="2009461083781266766">"ទទួលសារ​សាកល្បង"</string>
+</resources>
diff --git a/res/values-mcc724-kn/strings.xml b/res/values-mcc724-kn/strings.xml
new file mode 100644
index 0000000..f67e5b9
--- /dev/null
+++ b/res/values-mcc724-kn/strings.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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_extreme_alert" msgid="3751964445127743376">"ತೀವ್ರ ಅಲರ್ಟ್"</string>
+    <string name="cmas_severe_alert" msgid="4773544726385840011">"ಗಂಭೀರ ಅಲರ್ಟ್"</string>
+    <string name="cmas_required_monthly_test" msgid="5274965928258227096">"ಪ್ರಾಯೋಗಿಕ ಅಲರ್ಟ್"</string>
+    <string name="cmas_exercise_alert" msgid="4971838389621550184">"ತಾಂತ್ರಿಕ ಪರೀಕ್ಷೆ ಅಲರ್ಟ್‌ಗಳು"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="3095141156358640879">"ತೀವ್ರ ಬೆದರಿಕೆಗಳು"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="6931853411327178941">"ಜೀವ ಮತ್ತು ಆಸ್ತಿಪಾಸ್ತಿಗೆ ತೀವ್ರ ತರದ ಬೆದರಿಕೆಗಳು"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2603680055509729555">"ಗಂಭೀರ ಬೆದರಿಕೆಗಳು"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="405751015446465202">"ಜೀವ ಮತ್ತು ಆಸ್ತಿಗೆ ಗಂಭೀರ ಬೆದರಿಕೆಗಳು"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="5550182663333808054">"ರಾಜ್ಯ ಮತ್ತು ಸ್ಥಳೀಯ ಪರೀಕ್ಷೆಗಳು"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="5713628754819156297">"ರಾಜ್ಯ ಮತ್ತು ಸ್ಥಳೀಯ ಪ್ರಾಧಿಕಾರಿಗಳಿಂದ ಪರೀಕ್ಷಾ ಸಂದೇಶಗಳನ್ನು ಸ್ವೀಕರಿಸಿ"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1926178722994782168">"ತಾಂತ್ರಿಕ ಪರೀಕ್ಷೆ ಅಲರ್ಟ್‌ಗಳು"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="2009461083781266766">"ಪರೀಕ್ಷೆ ಸಂದೇಶಗಳನ್ನು ಸ್ವೀಕರಿಸಿ"</string>
+</resources>
diff --git a/res/values-mcc724-ko/strings.xml b/res/values-mcc724-ko/strings.xml
new file mode 100644
index 0000000..833d2c6
--- /dev/null
+++ b/res/values-mcc724-ko/strings.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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_extreme_alert" msgid="3751964445127743376">"안전 안내 문자"</string>
+    <string name="cmas_severe_alert" msgid="4773544726385840011">"위험 알림 문자"</string>
+    <string name="cmas_required_monthly_test" msgid="5274965928258227096">"훈련 알림 문자"</string>
+    <string name="cmas_exercise_alert" msgid="4971838389621550184">"기술 테스트 알림"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="3095141156358640879">"극심한 위협"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="6931853411327178941">"생명 및 재산에 대한 긴급한 위협"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2603680055509729555">"심각한 위협"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="405751015446465202">"생명 및 재산에 대한 심각한 위협"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="5550182663333808054">"주 및 지역 테스트"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="5713628754819156297">"주 및 지역 당국으로부터 테스트 메시지 받기"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1926178722994782168">"기술 테스트 알림"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="2009461083781266766">"테스트 메시지 받기"</string>
+</resources>
diff --git a/res/values-mcc724-ky/strings.xml b/res/values-mcc724-ky/strings.xml
new file mode 100644
index 0000000..3a41990
--- /dev/null
+++ b/res/values-mcc724-ky/strings.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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_extreme_alert" msgid="3751964445127743376">"Өтө коркунучтуу кырдаал жөнүндө шашылыш билдирүү"</string>
+    <string name="cmas_severe_alert" msgid="4773544726385840011">"Олуттуу кырдаал жөнүндө шашылыш билдирүү"</string>
+    <string name="cmas_required_monthly_test" msgid="5274965928258227096">"Көнүгүү билдирүүсү"</string>
+    <string name="cmas_exercise_alert" msgid="4971838389621550184">"Техникалык cынамык билдирүүлөр"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="3095141156358640879">"Олуттуу коркунучтар"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="6931853411327178941">"Өмүргө жана мүлккө келтирилген кескин коркунучтар"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2603680055509729555">"Олуттуу коркунучтар"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="405751015446465202">"Өмүргө жана мүлккө келтирилген олуттуу коркунучтар"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="5550182663333808054">"Мамлекеттик жана жергиликтүү сынамык билдирүүлөр"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="5713628754819156297">"Мамлекеттик жана жергиликтүү бийлик органдарынан сынамык билдирүүлөрдү алуу"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1926178722994782168">"Техникалык cынамык билдирүүлөр"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="2009461083781266766">"Сынамык билдирүүлөрдү алуу"</string>
+</resources>
diff --git a/res/values-mcc724-lo/strings.xml b/res/values-mcc724-lo/strings.xml
new file mode 100644
index 0000000..a34c4e7
--- /dev/null
+++ b/res/values-mcc724-lo/strings.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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_extreme_alert" msgid="3751964445127743376">"ແຈ້ງເຕືອນລະດັບສູງສຸດ"</string>
+    <string name="cmas_severe_alert" msgid="4773544726385840011">"ແຈ້ງເຕືອນລະດັບຮ້າຍແຮງ"</string>
+    <string name="cmas_required_monthly_test" msgid="5274965928258227096">"ແຈ້ງເຕືອນການທົດສອບ"</string>
+    <string name="cmas_exercise_alert" msgid="4971838389621550184">"ແຈ້ງເຕືອນການທົດສອບທາງເທັກນິກ"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="3095141156358640879">"ໄພຄຸກຄາມທີ່ຮ້າຍແຮງ"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="6931853411327178941">"ເປັນອັນຕະລາຍຕໍ່ຊີວິດ ແລະ ຊັບສິນຮ້າຍແຮງທີ່ສຸດ"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2603680055509729555">"ໄພຄຸກຄາມລະດັບຮ້າຍແຮງ"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="405751015446465202">"ໄພຄຸກຄາມຕໍ່ຊີວິດ ແລະ ຊັບສິນລະດັບຮ້າຍແຮງ"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="5550182663333808054">"ການທົດສອບລະດັບລັດ ແລະ ທ້ອງຖິ່ນ"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="5713628754819156297">"ຮັບຂໍ້ຄວາມທົດສອບຈາກໜ່ວຍງານລັດ ແລະ ເຈົ້າໜ້າທີ່ທ້ອງຖິ່ນ"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1926178722994782168">"ແຈ້ງເຕືອນການທົດສອບທາງເທັກນິກ"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="2009461083781266766">"ຮັບຂໍ້ຄວາມທົດສອບ"</string>
+</resources>
diff --git a/res/values-mcc724-lt/strings.xml b/res/values-mcc724-lt/strings.xml
new file mode 100644
index 0000000..6ad0111
--- /dev/null
+++ b/res/values-mcc724-lt/strings.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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_extreme_alert" msgid="3751964445127743376">"Skubus įspėjimas"</string>
+    <string name="cmas_severe_alert" msgid="4773544726385840011">"Rimtos grėsmės įspėjimas"</string>
+    <string name="cmas_required_monthly_test" msgid="5274965928258227096">"Įspėjimas apie pratybas"</string>
+    <string name="cmas_exercise_alert" msgid="4971838389621550184">"Įspėjimai apie techninius bandymus"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="3095141156358640879">"Didelė grėsmė"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="6931853411327178941">"Didelė grėsmė gyvybei ir nuosavybei"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2603680055509729555">"Rimta grėsmė"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="405751015446465202">"Rimta grėsmė gyvybei ir nuosavybei"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="5550182663333808054">"Valstybinių ir vietinių institucijų bandymai"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="5713628754819156297">"Gauti bandomuosius pranešimus iš valstybinių ir vietinių institucijų"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1926178722994782168">"Įspėjimai apie techninius bandymus"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="2009461083781266766">"Gauti bandomuosius pranešimus"</string>
+</resources>
diff --git a/res/values-mcc724-lv/strings.xml b/res/values-mcc724-lv/strings.xml
new file mode 100644
index 0000000..6232732
--- /dev/null
+++ b/res/values-mcc724-lv/strings.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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_extreme_alert" msgid="3751964445127743376">"Brīdinājums par ārkārtas situāciju"</string>
+    <string name="cmas_severe_alert" msgid="4773544726385840011">"Brīdinājums par nopietnu situāciju"</string>
+    <string name="cmas_required_monthly_test" msgid="5274965928258227096">"Mācību trauksme"</string>
+    <string name="cmas_exercise_alert" msgid="4971838389621550184">"Brīdinājumi par tehniskām pārbaudēm"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="3095141156358640879">"Ārkārtas apdraudējums"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="6931853411327178941">"Ārkārtas apdraudējums dzīvībai un īpašumam"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2603680055509729555">"Nopietns apdraudējums"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="405751015446465202">"Nopietns apdraudējums dzīvībai un īpašumam"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="5550182663333808054">"Valsts un vietējās pārbaudes"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="5713628754819156297">"Saņemt pārbaudes ziņojumus no valsts un vietējām varas iestādēm"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1926178722994782168">"Brīdinājumi par tehniskām pārbaudēm"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="2009461083781266766">"Saņemt pārbaudes ziņojumus"</string>
+</resources>
diff --git a/res/values-mcc724-mk/strings.xml b/res/values-mcc724-mk/strings.xml
new file mode 100644
index 0000000..e2ec1e5
--- /dev/null
+++ b/res/values-mcc724-mk/strings.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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_extreme_alert" msgid="3751964445127743376">"Предупредување за екстремни ситуации"</string>
+    <string name="cmas_severe_alert" msgid="4773544726385840011">"Предупредување за сериозни закани"</string>
+    <string name="cmas_required_monthly_test" msgid="5274965928258227096">"Предупредување за вежби"</string>
+    <string name="cmas_exercise_alert" msgid="4971838389621550184">"Предупредувања за технички тестови"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="3095141156358640879">"Екстремна опасност"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="6931853411327178941">"Екстремна опасност по животот и имотот"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2603680055509729555">"Сериозни закани"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="405751015446465202">"Сериозна опасност по животот и имотот"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="5550182663333808054">"Државни и локални тестови"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="5713628754819156297">"Добивајте тест-пораки од државните и локалните власти"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1926178722994782168">"Предупредувања за технички тестови"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="2009461083781266766">"Примајте тест-пораки"</string>
+</resources>
diff --git a/res/values-mcc724-ml/strings.xml b/res/values-mcc724-ml/strings.xml
new file mode 100644
index 0000000..a016bbf
--- /dev/null
+++ b/res/values-mcc724-ml/strings.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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_extreme_alert" msgid="3751964445127743376">"അതീവ ഗുരുതര മുന്നറിയിപ്പ്"</string>
+    <string name="cmas_severe_alert" msgid="4773544726385840011">"ഗുരുതര മുന്നറിയിപ്പ്"</string>
+    <string name="cmas_required_monthly_test" msgid="5274965928258227096">"പരിശീലന മുന്നറിയിപ്പ്"</string>
+    <string name="cmas_exercise_alert" msgid="4971838389621550184">"സാങ്കേതിക പരീക്ഷണ മുന്നറിയിപ്പുകൾ"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="3095141156358640879">"അത്യന്തം ഗുരുതരമായ ഭീഷണികൾ"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="6931853411327178941">"ജീവനും സ്വത്തിനും നേരെയുള്ള അത്യന്തം ഗുരുതരമായ ഭീഷണികൾ"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2603680055509729555">"ഗുരുതരമായ ഭീഷണികൾ"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="405751015446465202">"ജീവനും സ്വത്തിനും നേരെയുള്ള ഗുരുതരമായ ഭീഷണികൾ"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="5550182663333808054">"സംസ്ഥാന, പ്രാദേശിക തലത്തിലുള്ള പരീക്ഷണങ്ങൾ"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="5713628754819156297">"സംസ്ഥാന, പ്രാദേശിക അധികൃതരിൽ നിന്ന് പരീക്ഷണാത്മക സന്ദേശങ്ങൾ സ്വീകരിക്കുക"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1926178722994782168">"സാങ്കേതിക പരീക്ഷണ മുന്നറിയിപ്പുകൾ"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="2009461083781266766">"പരീക്ഷണാത്മക സന്ദേശങ്ങൾ സ്വീകരിക്കുക"</string>
+</resources>
diff --git a/res/values-mcc724-mn/strings.xml b/res/values-mcc724-mn/strings.xml
new file mode 100644
index 0000000..f79c4aa
--- /dev/null
+++ b/res/values-mcc724-mn/strings.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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_extreme_alert" msgid="3751964445127743376">"Маш ноцтой сэрэмжлүүлэг"</string>
+    <string name="cmas_severe_alert" msgid="4773544726385840011">"Ноцтой сэрэмжлүүлэг"</string>
+    <string name="cmas_required_monthly_test" msgid="5274965928258227096">"Сургуулилалтын сэрэмжлүүлэг"</string>
+    <string name="cmas_exercise_alert" msgid="4971838389621550184">"Техникийн туршилтын сэрэмжлүүлэг"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="3095141156358640879">"Маш ноцтой аюул"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="6931853411327178941">"Амь нас, өмч хөрөнгөд учрах маш ноцтой аюул"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2603680055509729555">"Ноцтой аюул"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="405751015446465202">"Амь нас, өмч хөрөнгөд учрах ноцтой аюул"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="5550182663333808054">"Муж улс ба орон нутгийн туршилтууд"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="5713628754819156297">"Муж улс ба oрон нутгийн эрх бүхий байгууллагаасаа туршилтын мессеж хүлээн авах"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1926178722994782168">"Техникийн туршилтын сэрэмжлүүлэг"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="2009461083781266766">"Туршилтын мессеж хүлээн авах"</string>
+</resources>
diff --git a/res/values-mcc724-mr/strings.xml b/res/values-mcc724-mr/strings.xml
new file mode 100644
index 0000000..9a14319
--- /dev/null
+++ b/res/values-mcc724-mr/strings.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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_extreme_alert" msgid="3751964445127743376">"अत्यधिक गंभीर परिस्थितीशी संबंधित सूचना"</string>
+    <string name="cmas_severe_alert" msgid="4773544726385840011">"गंभीर परिस्थितीशी संबंधित सूचना"</string>
+    <string name="cmas_required_monthly_test" msgid="5274965928258227096">"व्यायामाशी संबंधित सूचना"</string>
+    <string name="cmas_exercise_alert" msgid="4971838389621550184">"तांत्रिक चाचणीशी संबंधित सूचना"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="3095141156358640879">"अत्याधिक धोके"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="6931853411327178941">"जीवन आणि मालमत्तेला असलेले अत्याधिक धोके"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2603680055509729555">"गंभीर धोके"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="405751015446465202">"जीवन आणि मालमत्तेला असलेले गंभीर धोके"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="5550182663333808054">"राज्य आणि स्थानिक पातळीवरील चाचण्या"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="5713628754819156297">"राज्य आणि स्थानिक अधिकार्‍यांकडून चाचणी मेसेज मिळवा"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1926178722994782168">"तांत्रिक चाचणीशी संबंधित सूचना"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="2009461083781266766">"चाचणी मेसेज मिळवा"</string>
+</resources>
diff --git a/res/values-mcc724-ms/strings.xml b/res/values-mcc724-ms/strings.xml
new file mode 100644
index 0000000..95df134
--- /dev/null
+++ b/res/values-mcc724-ms/strings.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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_extreme_alert" msgid="3751964445127743376">"Makluman Ekstrem"</string>
+    <string name="cmas_severe_alert" msgid="4773544726385840011">"Makluman Serius"</string>
+    <string name="cmas_required_monthly_test" msgid="5274965928258227096">"Makluman Latihan"</string>
+    <string name="cmas_exercise_alert" msgid="4971838389621550184">"Makluman ujian teknikal"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="3095141156358640879">"Ancaman Melampau"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="6931853411327178941">"Ancaman melampau kepada nyawa dan harta benda"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2603680055509729555">"Ancaman Serius"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="405751015446465202">"Ancaman serius kepada nyawa dan harta benda"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="5550182663333808054">"Ujian Negeri dan Tempatan"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="5713628754819156297">"Terima mesej ujian daripada pihak berkuasa negeri dan tempatan"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1926178722994782168">"Makluman ujian teknikal"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="2009461083781266766">"Terima mesej ujian"</string>
+</resources>
diff --git a/res/values-mcc724-my/strings.xml b/res/values-mcc724-my/strings.xml
new file mode 100644
index 0000000..4787566
--- /dev/null
+++ b/res/values-mcc724-my/strings.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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_extreme_alert" msgid="3751964445127743376">"လွန်ကဲမှု သတိပေးချက်"</string>
+    <string name="cmas_severe_alert" msgid="4773544726385840011">"ပြင်းထန်မှု သတိပေးချက်"</string>
+    <string name="cmas_required_monthly_test" msgid="5274965928258227096">"လေ့ကျင့်ခန်း သတိပေးချက်"</string>
+    <string name="cmas_exercise_alert" msgid="4971838389621550184">"နည်းပညာဆိုင်ရာ စမ်းသပ် သတိပေးချက်များ"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="3095141156358640879">"လွန်ကဲ အန္တရာယ်များ"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="6931853411327178941">"အသက်အိုးအိမ်အတွက် အလွန်အန္တရာယ်ရှိသည်"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2603680055509729555">"အလွန်ကြီးမားသော အန္တရာယ်များ"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="405751015446465202">"အသက်အိုးအိမ်အတွက် အလွန်ကြီးမားသော အန္တရာယ်ရှိသည်"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="5550182663333808054">"ပြည်နယ်နှင့် ဒေသတွင်း စမ်းသပ်မှုများ"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="5713628754819156297">"ပြည်နယ်နှင့် ဒေသခံ အာဏာပိုင်များထံမှ စမ်းသပ်မက်ဆေ့ဂျ်များ လက်ခံသည်"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1926178722994782168">"နည်းပညာဆိုင်ရာ စမ်းသပ် သတိပေးချက်များ"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="2009461083781266766">"စမ်းသပ်မက်ဆေ့ဂျ်များ လက်ခံသည်"</string>
+</resources>
diff --git a/res/values-mcc724-nb/strings.xml b/res/values-mcc724-nb/strings.xml
new file mode 100644
index 0000000..f110f49
--- /dev/null
+++ b/res/values-mcc724-nb/strings.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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_extreme_alert" msgid="3751964445127743376">"Ekstremvarsel"</string>
+    <string name="cmas_severe_alert" msgid="4773544726385840011">"Alvorlig varsel"</string>
+    <string name="cmas_required_monthly_test" msgid="5274965928258227096">"Øvelsesvarsel"</string>
+    <string name="cmas_exercise_alert" msgid="4971838389621550184">"Tekniske testvarsler"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="3095141156358640879">"Ekstreme trusler"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="6931853411327178941">"Ekstreme trusler mot liv og eiendom"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2603680055509729555">"Alvorlige trusler"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="405751015446465202">"Alvorlige trusler mot liv og eiendom"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="5550182663333808054">"Statlige og lokale tester"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="5713628754819156297">"Motta testmeldinger fra statlige og lokale myndigheter"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1926178722994782168">"Tekniske testvarsler"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="2009461083781266766">"Motta testmeldinger"</string>
+</resources>
diff --git a/res/values-mcc724-ne/strings.xml b/res/values-mcc724-ne/strings.xml
new file mode 100644
index 0000000..2ac51fd
--- /dev/null
+++ b/res/values-mcc724-ne/strings.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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_extreme_alert" msgid="3751964445127743376">"अन्त्यन्तै गम्भीर खतरासम्बन्धी अलर्ट"</string>
+    <string name="cmas_severe_alert" msgid="4773544726385840011">"गम्भीर खतरासम्बन्धी अलर्ट"</string>
+    <string name="cmas_required_monthly_test" msgid="5274965928258227096">"व्यायामसम्बन्धी अलर्ट"</string>
+    <string name="cmas_exercise_alert" msgid="4971838389621550184">"प्राविधिक परीक्षणसम्बन्धी अलर्ट"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="3095141156358640879">"भयङ्कर खतराहरू"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="6931853411327178941">"जनधनसँग सम्बन्धित भयङ्कर खतराहरू"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2603680055509729555">"गम्भीर खतराहरू"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="405751015446465202">"जनधनको गम्भीर खतरासम्बन्धी अलर्ट"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="5550182663333808054">"राज्यस्तरीय र स्थानीय परीक्षण"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="5713628754819156297">"राज्यस्तरीय र स्थानीय निकायहरूबाट परीक्षणसम्बन्धी म्यासेजहरू प्राप्त गर्नुहोस्"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1926178722994782168">"प्राविधिक परीक्षणसम्बन्धी अलर्ट"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="2009461083781266766">"परीक्षणसम्बन्धी म्यासेजहरू प्राप्त गर्नुहोस्"</string>
+</resources>
diff --git a/res/values-mcc724-nl/strings.xml b/res/values-mcc724-nl/strings.xml
new file mode 100644
index 0000000..e066c3a
--- /dev/null
+++ b/res/values-mcc724-nl/strings.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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_extreme_alert" msgid="3751964445127743376">"Melding voor extreme noodsituatie"</string>
+    <string name="cmas_severe_alert" msgid="4773544726385840011">"Melding voor ernstige noodsituatie"</string>
+    <string name="cmas_required_monthly_test" msgid="5274965928258227096">"Oefeningsmelding"</string>
+    <string name="cmas_exercise_alert" msgid="4971838389621550184">"Meldingen voor technische tests"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="3095141156358640879">"Extreem gevaar"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="6931853411327178941">"Extreem gevaar voor levens en eigendommen"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2603680055509729555">"Groot gevaar"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="405751015446465202">"Ernstig gevaar voor levens en eigendommen"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="5550182663333808054">"Nationale en lokale tests"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="5713628754819156297">"Testberichten ontvangen van nationale en lokale overheden"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1926178722994782168">"Meldingen voor technische tests"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="2009461083781266766">"Testberichten ontvangen"</string>
+</resources>
diff --git a/res/values-mcc724-or/strings.xml b/res/values-mcc724-or/strings.xml
new file mode 100644
index 0000000..aad4364
--- /dev/null
+++ b/res/values-mcc724-or/strings.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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_extreme_alert" msgid="3751964445127743376">"ଏକ୍ସଟ୍ରିମ ଆଲର୍ଟ"</string>
+    <string name="cmas_severe_alert" msgid="4773544726385840011">"ଗୁରୁତର ଆଲର୍ଟ"</string>
+    <string name="cmas_required_monthly_test" msgid="5274965928258227096">"ବ୍ୟାୟାମ ଆଲର୍ଟ"</string>
+    <string name="cmas_exercise_alert" msgid="4971838389621550184">"ଟେକ୍ନିକାଲ ଟେଷ୍ଟ ଆଲର୍ଟଗୁଡ଼ିକ"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="3095141156358640879">"ଅତ୍ୟନ୍ତ ଗୁରୁତର ବିପଦଗୁଡ଼ିକ"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="6931853411327178941">"ଜୀବନ ଓ ସମ୍ପତ୍ତି ପ୍ରତି ଗୁରୁତର ବିପଦ ଆଶଙ୍କା"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2603680055509729555">"ସର୍ଭର ବିପଦଗୁଡ଼ିକ"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="405751015446465202">"ଜୀବନ ଓ ସମ୍ପତ୍ତି ପ୍ରତି ଗମ୍ଭୀର ବିପଦ ଆଶଙ୍କା"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="5550182663333808054">"ରାଜ୍ୟ ଓ ସ୍ଥାନୀୟ ଟେଷ୍ଟ"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="5713628754819156297">"ରାଜ୍ୟ ଓ ସ୍ଥାନୀୟ କର୍ତ୍ତୃପକ୍ଷଙ୍କ ତରଫରୁ ଟେଷ୍ଟ ମେସେଜ ପ୍ରାପ୍ତ କରନ୍ତୁ"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1926178722994782168">"ଟେକ୍ନିକାଲ ଟେଷ୍ଟ ଆଲର୍ଟଗୁଡ଼ିକ"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="2009461083781266766">"ଟେଷ୍ଟ ମେସେଜଗୁଡ଼ିକୁ ପାଆନ୍ତୁ"</string>
+</resources>
diff --git a/res/values-mcc724-pa/strings.xml b/res/values-mcc724-pa/strings.xml
new file mode 100644
index 0000000..171c18f
--- /dev/null
+++ b/res/values-mcc724-pa/strings.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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_extreme_alert" msgid="3751964445127743376">"ਬਹੁਤ ਜ਼ਿਆਦਾ ਖਰਾਬ ਹਾਲਾਤ ਸੰਬੰਧੀ ਅਲਰਟ"</string>
+    <string name="cmas_severe_alert" msgid="4773544726385840011">"ਗੰਭੀਰ ਹਾਲਾਤ ਸੰਬੰਧੀ ਅਲਰਟ"</string>
+    <string name="cmas_required_monthly_test" msgid="5274965928258227096">"ਕਸਰਤ ਸੰਬੰਧੀ ਅਲਰਟ"</string>
+    <string name="cmas_exercise_alert" msgid="4971838389621550184">"ਤਕਨੀਕੀ ਜਾਂਚ ਸੰਬੰਧੀ ਅਲਰਟ"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="3095141156358640879">"ਬਹੁਤ ਜ਼ਿਆਦਾ ਖਤਰੇ"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="6931853411327178941">"ਜਾਨ ਅਤੇ ਮਾਲ ਸੰਬੰਧੀ ਬਹੁਤ ਜ਼ਿਆਦਾ ਖਤਰੇ"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2603680055509729555">"ਗੰਭੀਰ ਖਤਰੇ"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="405751015446465202">"ਜਾਨ ਅਤੇ ਮਾਲ ਦੇ ਗੰਭੀਰ ਖਤਰਿਆਂ ਸੰਬੰਧੀ ਅਲਰਟ"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="5550182663333808054">"ਰਾਜ ਅਤੇ ਸਥਾਨਕ ਜਾਂਚਾਂ"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="5713628754819156297">"ਰਾਜ ਅਤੇ ਸਥਾਨਕ ਸਰਕਾਰੀ ਵਿਭਾਗਾਂ ਤੋਂ ਜਾਂਚ ਸੁਨੇਹੇ ਪ੍ਰਾਪਤ ਕਰੋ"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1926178722994782168">"ਤਕਨੀਕੀ ਜਾਂਚ ਸੰਬੰਧੀ ਅਲਰਟ"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="2009461083781266766">"ਜਾਂਚ ਸੁਨੇਹੇ ਪ੍ਰਾਪਤ ਕਰੋ"</string>
+</resources>
diff --git a/res/values-mcc724-pl/strings.xml b/res/values-mcc724-pl/strings.xml
new file mode 100644
index 0000000..349faac
--- /dev/null
+++ b/res/values-mcc724-pl/strings.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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_extreme_alert" msgid="3751964445127743376">"Alert o ekstremalnym zagrożeniu"</string>
+    <string name="cmas_severe_alert" msgid="4773544726385840011">"Alert o poważnym zagrożeniu"</string>
+    <string name="cmas_required_monthly_test" msgid="5274965928258227096">"Alert ćwiczeniowy"</string>
+    <string name="cmas_exercise_alert" msgid="4971838389621550184">"Techniczne alerty testowe"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="3095141156358640879">"Krytyczne zagrożenia"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="6931853411327178941">"Krytyczne zagrożenia życia i mienia"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2603680055509729555">"Poważne zagrożenia"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="405751015446465202">"Poważne zagrożenia dla życia i mienia"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="5550182663333808054">"Testy stanowe i lokalne"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="5713628754819156297">"Otrzymuj wiadomości testowe od władz stanowych i lokalnych"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1926178722994782168">"Techniczne alerty testowe"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="2009461083781266766">"Otrzymuj wiadomości testowe"</string>
+</resources>
diff --git a/res/values-mcc724-pt-rPT/strings.xml b/res/values-mcc724-pt-rPT/strings.xml
new file mode 100644
index 0000000..45f4365
--- /dev/null
+++ b/res/values-mcc724-pt-rPT/strings.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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_extreme_alert" msgid="3751964445127743376">"Alerta extremo"</string>
+    <string name="cmas_severe_alert" msgid="4773544726385840011">"Alerta severo"</string>
+    <string name="cmas_required_monthly_test" msgid="5274965928258227096">"Alerta de teste"</string>
+    <string name="cmas_exercise_alert" msgid="4971838389621550184">"Alerta de teste técnico"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="3095141156358640879">"Ameaças extremas"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="6931853411327178941">"Ameaças extremas à vida e à propriedade"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2603680055509729555">"Alerta Severo"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="405751015446465202">"Medidas de proteção necessárias"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="5550182663333808054">"Alerta de teste"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="5713628754819156297">"Recebimento de alertas de testes das autoridades competentes"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1926178722994782168">"Alerta de teste técnico"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="2009461083781266766">"Recebimento de alertas de testes técnicos"</string>
+</resources>
diff --git a/res/values-mcc724-pt/strings.xml b/res/values-mcc724-pt/strings.xml
new file mode 100644
index 0000000..011de85
--- /dev/null
+++ b/res/values-mcc724-pt/strings.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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_extreme_alert" msgid="3751964445127743376">"Alerta extremo"</string>
+    <string name="cmas_severe_alert" msgid="4773544726385840011">"Alerta severo"</string>
+    <string name="cmas_required_monthly_test" msgid="5274965928258227096">"Alerta de teste"</string>
+    <string name="cmas_exercise_alert" msgid="4971838389621550184">"Alerta de teste técnico"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="3095141156358640879">"Ameaças extremas"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="6931853411327178941">"Ameaças extremas, materiais ou à vida"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2603680055509729555">"Alerta severo"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="405751015446465202">"Medidas de proteção necessárias"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="5550182663333808054">"Alerta de teste"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="5713628754819156297">"Recebimento de alertas de testes das autoridades competentes"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1926178722994782168">"Alerta de teste técnico"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="2009461083781266766">"Recebimento de alertas de testes técnicos"</string>
+</resources>
diff --git a/res/values-mcc724-ro/strings.xml b/res/values-mcc724-ro/strings.xml
new file mode 100644
index 0000000..d0aa908
--- /dev/null
+++ b/res/values-mcc724-ro/strings.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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_extreme_alert" msgid="3751964445127743376">"Alertă extremă"</string>
+    <string name="cmas_severe_alert" msgid="4773544726385840011">"Alertă gravă"</string>
+    <string name="cmas_required_monthly_test" msgid="5274965928258227096">"Simulare de alertă"</string>
+    <string name="cmas_exercise_alert" msgid="4971838389621550184">"Alerte pentru testări tehnice"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="3095141156358640879">"Pericole extreme"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="6931853411327178941">"Pericole extreme privind viața și bunurile"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2603680055509729555">"Pericole grave"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="405751015446465202">"Pericole grave privind viața și bunurile"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="5550182663333808054">"Testări naționale și locale"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="5713628754819156297">"Primește mesaje de testare de la autoritățile de stat și locale"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1926178722994782168">"Alerte pentru testări tehnice"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="2009461083781266766">"Primește mesaje de test"</string>
+</resources>
diff --git a/res/values-mcc724-ru/strings.xml b/res/values-mcc724-ru/strings.xml
new file mode 100644
index 0000000..61b7878
--- /dev/null
+++ b/res/values-mcc724-ru/strings.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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_extreme_alert" msgid="3751964445127743376">"Оповещение о критической угрозе"</string>
+    <string name="cmas_severe_alert" msgid="4773544726385840011">"Оповещение о серьезной угрозе"</string>
+    <string name="cmas_required_monthly_test" msgid="5274965928258227096">"Учебная тревога"</string>
+    <string name="cmas_exercise_alert" msgid="4971838389621550184">"Оповещения в рамках технических испытаний"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="3095141156358640879">"Критические угрозы"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="6931853411327178941">"Критические угрозы жизни и имуществу"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2603680055509729555">"Серьезные угрозы"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="405751015446465202">"Серьезные угрозы жизни и имуществу"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="5550182663333808054">"Тестовые оповещения от органов власти"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="5713628754819156297">"Получать тестовые оповещения от государственных и местных органов власти"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1926178722994782168">"Оповещения в рамках технических испытаний"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="2009461083781266766">"Получать тестовые оповещения"</string>
+</resources>
diff --git a/res/values-mcc724-si/strings.xml b/res/values-mcc724-si/strings.xml
new file mode 100644
index 0000000..21d3586
--- /dev/null
+++ b/res/values-mcc724-si/strings.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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_extreme_alert" msgid="3751964445127743376">"බරපතළ ඇඟවීම"</string>
+    <string name="cmas_severe_alert" msgid="4773544726385840011">"දරුණු ඇඟවීම"</string>
+    <string name="cmas_required_monthly_test" msgid="5274965928258227096">"ව්‍යායාම ඇඟවීම"</string>
+    <string name="cmas_exercise_alert" msgid="4971838389621550184">"තාක්ෂණික පරීක්ෂණ ඇඟවීම්"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="3095141156358640879">"උපරිම තර්ජන"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="6931853411327178941">"ජීවිත සහ දේපළවලට උපරිම තර්ජන"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2603680055509729555">"දැඩි තර්ජන"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="405751015446465202">"ජීවිත සහ දේපළවලට දැඩි තර්ජන"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="5550182663333808054">"රාජ්‍ය සහ පළාත් පරීක්ෂණ"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="5713628754819156297">"රාජ්‍ය සහ පළාත් පාලන ආයතනවලින් පරීක්ෂණ පණිවිඩ ලබන්න"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1926178722994782168">"තාක්ෂණික පරීක්ෂණ ඇඟවීම්"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="2009461083781266766">"පරීක්ෂණ පණිවිඩ ලබන්න"</string>
+</resources>
diff --git a/res/values-mcc724-sk/strings.xml b/res/values-mcc724-sk/strings.xml
new file mode 100644
index 0000000..6deeb7e
--- /dev/null
+++ b/res/values-mcc724-sk/strings.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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_extreme_alert" msgid="3751964445127743376">"Upozornenie na extrémnu situáciu"</string>
+    <string name="cmas_severe_alert" msgid="4773544726385840011">"Závažné upozornenie"</string>
+    <string name="cmas_required_monthly_test" msgid="5274965928258227096">"Cvičné upozornenie"</string>
+    <string name="cmas_exercise_alert" msgid="4971838389621550184">"Upozornenia na technickú skúšku"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="3095141156358640879">"Extrémne hrozby"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="6931853411327178941">"Extrémne ohrozenie života a majetku"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2603680055509729555">"Závažné hrozby"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="405751015446465202">"Závažné ohrozenie života a majetku"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="5550182663333808054">"Štátne a miestne testy"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="5713628754819156297">"Dostávať testovacie správy od štátnych a miestnych orgánov"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1926178722994782168">"Upozornenia na technickú skúšku"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="2009461083781266766">"Dostávať testovacie správy"</string>
+</resources>
diff --git a/res/values-mcc724-sl/strings.xml b/res/values-mcc724-sl/strings.xml
new file mode 100644
index 0000000..f3cfd61
--- /dev/null
+++ b/res/values-mcc724-sl/strings.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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_extreme_alert" msgid="3751964445127743376">"Izredno resno opozorilo"</string>
+    <string name="cmas_severe_alert" msgid="4773544726385840011">"Resno opozorilo"</string>
+    <string name="cmas_required_monthly_test" msgid="5274965928258227096">"Opozorilo za vajo"</string>
+    <string name="cmas_exercise_alert" msgid="4971838389621550184">"Tehnična preizkusna opozorila"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="3095141156358640879">"Skrajne grožnje"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="6931853411327178941">"Izredno hude nevarnosti za življenje in premoženje"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2603680055509729555">"Hude nevarnosti"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="405751015446465202">"Hude nevarnosti za življenje in premoženje"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="5550182663333808054">"Državni in lokalni preizkusi"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="5713628754819156297">"Prejemanje preizkusnih sporočil državne in lokalne oblasti"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1926178722994782168">"Tehnična preizkusna opozorila"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="2009461083781266766">"Prejemanje preizkusnih sporočil"</string>
+</resources>
diff --git a/res/values-mcc724-sq/strings.xml b/res/values-mcc724-sq/strings.xml
new file mode 100644
index 0000000..185d4b3
--- /dev/null
+++ b/res/values-mcc724-sq/strings.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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_extreme_alert" msgid="3751964445127743376">"Sinjalizim ekstrem"</string>
+    <string name="cmas_severe_alert" msgid="4773544726385840011">"Sinjalizim i rëndë"</string>
+    <string name="cmas_required_monthly_test" msgid="5274965928258227096">"Sinjalizim provë"</string>
+    <string name="cmas_exercise_alert" msgid="4971838389621550184">"Sinjalizime testimi teknik"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="3095141156358640879">"Kërcënimet ekstreme"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="6931853411327178941">"Kërcënimet ekstreme për jetën dhe pronën"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2603680055509729555">"Kërcënime serioze"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="405751015446465202">"Kërcënime serioze për jetën dhe pronën"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="5550182663333808054">"Alarme testimi shtetërore dhe vendore"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="5713628754819156297">"Merr mesazhe testimi nga autoritetet shtetërore dhe vendore"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1926178722994782168">"Sinjalizime testimi teknik"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="2009461083781266766">"Merr mesazhet e testimit"</string>
+</resources>
diff --git a/res/values-mcc724-sr/strings.xml b/res/values-mcc724-sr/strings.xml
new file mode 100644
index 0000000..f560516
--- /dev/null
+++ b/res/values-mcc724-sr/strings.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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_extreme_alert" msgid="3751964445127743376">"Обавештење о екстремној опасности"</string>
+    <string name="cmas_severe_alert" msgid="4773544726385840011">"Обавештење о озбиљној опасности"</string>
+    <string name="cmas_required_monthly_test" msgid="5274965928258227096">"Обавештење о вежбању"</string>
+    <string name="cmas_exercise_alert" msgid="4971838389621550184">"Упозорења о техничким тестовима"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="3095141156358640879">"Екстремне опасности"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="6931853411327178941">"Екстремне опасности по живот и имовину"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2603680055509729555">"Озбиљне опасности"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="405751015446465202">"Озбиљне опасности по живот и имовину"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="5550182663333808054">"Пробне поруке државних и локалних управа"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="5713628754819156297">"Примај пробне поруке од државних и локалних управа"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1926178722994782168">"Упозорења о техничким тестовима"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="2009461083781266766">"Примај пробне поруке"</string>
+</resources>
diff --git a/res/values-mcc724-sv/strings.xml b/res/values-mcc724-sv/strings.xml
new file mode 100644
index 0000000..abf6552
--- /dev/null
+++ b/res/values-mcc724-sv/strings.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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_extreme_alert" msgid="3751964445127743376">"Varning om allvarlig nödsituation"</string>
+    <string name="cmas_severe_alert" msgid="4773544726385840011">"Varning om allvarlig fara"</string>
+    <string name="cmas_required_monthly_test" msgid="5274965928258227096">"Övningsmeddelande"</string>
+    <string name="cmas_exercise_alert" msgid="4971838389621550184">"Varningar om tekniska tester"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="3095141156358640879">"Extrema hot"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="6931853411327178941">"Extrem fara för liv och egendom"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2603680055509729555">"Allvarliga hot"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="405751015446465202">"Allvarlig fara för liv och egendom"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="5550182663333808054">"Statliga och lokala tester"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="5713628754819156297">"Få testmeddelanden från statliga och lokala myndigheter"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1926178722994782168">"Varningar om tekniska tester"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="2009461083781266766">"Ta emot testmeddelanden"</string>
+</resources>
diff --git a/res/values-mcc724-sw/strings.xml b/res/values-mcc724-sw/strings.xml
new file mode 100644
index 0000000..fbae62d
--- /dev/null
+++ b/res/values-mcc724-sw/strings.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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_extreme_alert" msgid="3751964445127743376">"Arifa kuhusu Hali Hatari Zaidi"</string>
+    <string name="cmas_severe_alert" msgid="4773544726385840011">"Arifa kuhusu Hali Hatari"</string>
+    <string name="cmas_required_monthly_test" msgid="5274965928258227096">"Arifa kuhusu Zoezi"</string>
+    <string name="cmas_exercise_alert" msgid="4971838389621550184">"Arifa kuhusu majaribio ya kiufundi"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="3095141156358640879">"Vitishio Vikali"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="6931853411327178941">"Vitisho vikali zaidi kwa maisha na mali"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2603680055509729555">"Vitisho Vikali"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="405751015446465202">"Vitisho vikali kwa maisha na mali"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="5550182663333808054">"Majaribio ya Kitaifa na ya Mahali Ulipo"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="5713628754819156297">"Pokea ujumbe kuhusu majaribio kutoka kwa mamlaka ya kitaifa na ya mahali ulipo"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1926178722994782168">"Arifa kuhusu majaribio ya kiufundi"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="2009461083781266766">"Pokea ujumbe kuhusu majaribio"</string>
+</resources>
diff --git a/res/values-mcc724-ta/strings.xml b/res/values-mcc724-ta/strings.xml
new file mode 100644
index 0000000..37e8e28
--- /dev/null
+++ b/res/values-mcc724-ta/strings.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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_extreme_alert" msgid="3751964445127743376">"தீவிர எச்சரிக்கை"</string>
+    <string name="cmas_severe_alert" msgid="4773544726385840011">"கடுமையான எச்சரிக்கை"</string>
+    <string name="cmas_required_monthly_test" msgid="5274965928258227096">"பயிற்சி எச்சரிக்கை"</string>
+    <string name="cmas_exercise_alert" msgid="4971838389621550184">"தொழில்நுட்பப் பரிசோதனை எச்சரிக்கைகள்"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="3095141156358640879">"அதீத அச்சுறுத்தல்கள்"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="6931853411327178941">"உயிருக்கும் உடைமைக்கும் மிகக் கடுமையான அச்சுறுத்தல்கள்"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2603680055509729555">"கடும் அச்சுறுத்தல்கள்"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="405751015446465202">"உயிருக்கும் உடைமைக்கும் கடுமையான அச்சுறுத்தல்கள்"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="5550182663333808054">"மாநில &amp; உள்ளூர் அமைப்புகளின் பரிசோதனை மெசேஜ்கள்"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="5713628754819156297">"மாநில மற்றும் உள்ளூர் நிர்வாக அமைப்புகளிடம் இருந்து பரிசோதனை மெசேஜ்களைப் பெறலாம்"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1926178722994782168">"தொழில்நுட்பப் பரிசோதனை எச்சரிக்கைகள்"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="2009461083781266766">"பரிசோதனை மெசேஜ்களைப் பெறலாம்"</string>
+</resources>
diff --git a/res/values-mcc724-te/strings.xml b/res/values-mcc724-te/strings.xml
new file mode 100644
index 0000000..9681fe2
--- /dev/null
+++ b/res/values-mcc724-te/strings.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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_extreme_alert" msgid="3751964445127743376">"అత్యంత తీవ్రమైన అలర్ట్"</string>
+    <string name="cmas_severe_alert" msgid="4773544726385840011">"తీవ్రమైన అలర్ట్"</string>
+    <string name="cmas_required_monthly_test" msgid="5274965928258227096">"వ్యాయామ అలర్ట్"</string>
+    <string name="cmas_exercise_alert" msgid="4971838389621550184">"టెక్నికల్ టెస్ట్ అలర్ట్‌లు"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="3095141156358640879">"తీవ్రమైన అపాయాలు"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="6931853411327178941">"ప్రాణానికి, ఆస్తికి తీవ్రమైన అపాయాలు"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2603680055509729555">"తీవ్రమైన అపాయాలు"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="405751015446465202">"ప్రాణానికి, ప్రాపర్టీ తీవ్రమైన అపాయాలు"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="5550182663333808054">"రాష్ట్రీయ, స్థానిక పరీక్షలు"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="5713628754819156297">"రాష్ట్ర, స్థానిక అధికార సంస్థల నుండి టెస్ట్ మెసేజ్‌లను స్వీకరిస్తుంది"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1926178722994782168">"టెక్నికల్ టెస్ట్ అలర్ట్‌లు"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="2009461083781266766">"టెస్ట్ మెసేజ్‌లను అందుకోండి"</string>
+</resources>
diff --git a/res/values-mcc724-th/strings.xml b/res/values-mcc724-th/strings.xml
new file mode 100644
index 0000000..9884eb1
--- /dev/null
+++ b/res/values-mcc724-th/strings.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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_extreme_alert" msgid="3751964445127743376">"การแจ้งเตือนระดับสูงสุด"</string>
+    <string name="cmas_severe_alert" msgid="4773544726385840011">"การแจ้งเตือนระดับร้ายแรง"</string>
+    <string name="cmas_required_monthly_test" msgid="5274965928258227096">"การแจ้งเตือนทดสอบ"</string>
+    <string name="cmas_exercise_alert" msgid="4971838389621550184">"การแจ้งเตือนการทดสอบทางเทคนิค"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="3095141156358640879">"ภัยคุกคามระดับสูงสุด"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="6931853411327178941">"ภัยคุกคามต่อชีวิตและทรัพย์สินระดับสูงสุด"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2603680055509729555">"ภัยคุกคามระดับร้ายแรง"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="405751015446465202">"ภัยคุกคามต่อชีวิตและทรัพย์สินระดับร้ายแรง"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="5550182663333808054">"การทดสอบระดับรัฐและท้องถิ่น"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="5713628754819156297">"รับข้อความทดสอบจากหน่วยงานรัฐและหน่วยงานท้องถิ่น"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1926178722994782168">"การแจ้งเตือนการทดสอบทางเทคนิค"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="2009461083781266766">"รับข้อความทดสอบ"</string>
+</resources>
diff --git a/res/values-mcc724-tl/strings.xml b/res/values-mcc724-tl/strings.xml
new file mode 100644
index 0000000..ce77922
--- /dev/null
+++ b/res/values-mcc724-tl/strings.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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_extreme_alert" msgid="3751964445127743376">"Napakatinding Alerto"</string>
+    <string name="cmas_severe_alert" msgid="4773544726385840011">"Matinding Alerto"</string>
+    <string name="cmas_required_monthly_test" msgid="5274965928258227096">"Alerto para sa Pagsasanay"</string>
+    <string name="cmas_exercise_alert" msgid="4971838389621550184">"Mga alerto sa teknikal na pagsubok"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="3095141156358640879">"Pinakamatitinding Banta"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="6931853411327178941">"Pinakamatitinding banta sa buhay at ari-arian"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2603680055509729555">"Mga Malalang Banta"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="405751015446465202">"Mga malalang banta sa buhay at ari-arian"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="5550182663333808054">"Mga Pang-estado at Lokal na pagsubok"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="5713628754819156297">"Makatanggap ng mga pansubok na mensahe mula sa mga awtoridad ng estado at lokal na awtoridad"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1926178722994782168">"Mga alerto sa teknikal na pagsubok"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="2009461083781266766">"Makatanggap ng mga pansubok na mensahe"</string>
+</resources>
diff --git a/res/values-mcc724-tr/strings.xml b/res/values-mcc724-tr/strings.xml
new file mode 100644
index 0000000..68cf6f1
--- /dev/null
+++ b/res/values-mcc724-tr/strings.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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_extreme_alert" msgid="3751964445127743376">"Olağanüstü Uyarı"</string>
+    <string name="cmas_severe_alert" msgid="4773544726385840011">"Ciddi Düzeyde Uyarı"</string>
+    <string name="cmas_required_monthly_test" msgid="5274965928258227096">"Tatbikat Uyarısı"</string>
+    <string name="cmas_exercise_alert" msgid="4971838389621550184">"Teknik test uyarıları"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="3095141156358640879">"Olağanüstü Tehditler"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="6931853411327178941">"Cana ve mala karşı olağanüstü tehditler"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2603680055509729555">"Ciddi Tehditler"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="405751015446465202">"Cana ve mala karşı ciddi tehditler"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="5550182663333808054">"Devlet testleri ve yerel testler"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="5713628754819156297">"Devlet kurumlarından ve yerel kurumlardan test mesajları alın"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1926178722994782168">"Teknik test uyarıları"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="2009461083781266766">"Test mesajlarını al"</string>
+</resources>
diff --git a/res/values-mcc724-uk/strings.xml b/res/values-mcc724-uk/strings.xml
new file mode 100644
index 0000000..a9d58a6
--- /dev/null
+++ b/res/values-mcc724-uk/strings.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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_extreme_alert" msgid="3751964445127743376">"Сповіщення про надзвичайну ситуацію"</string>
+    <string name="cmas_severe_alert" msgid="4773544726385840011">"Критично важливе сповіщення"</string>
+    <string name="cmas_required_monthly_test" msgid="5274965928258227096">"Тренувальне сповіщення"</string>
+    <string name="cmas_exercise_alert" msgid="4971838389621550184">"Технічні тестові сповіщення"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="3095141156358640879">"Серйозні загрози"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="6931853411327178941">"Серйозні загрози життю й майну"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2603680055509729555">"Серйозні загрози"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="405751015446465202">"Серйозні загрози життю й майну"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="5550182663333808054">"Тестові сповіщення від органів влади"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="5713628754819156297">"Отримувати тестові повідомлення від державних і місцевих органів влади"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1926178722994782168">"Технічні тестові сповіщення"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="2009461083781266766">"Отримувати тестові повідомлення"</string>
+</resources>
diff --git a/res/values-mcc724-ur/strings.xml b/res/values-mcc724-ur/strings.xml
new file mode 100644
index 0000000..0f695e0
--- /dev/null
+++ b/res/values-mcc724-ur/strings.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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_extreme_alert" msgid="3751964445127743376">"انتہائی الرٹ"</string>
+    <string name="cmas_severe_alert" msgid="4773544726385840011">"شدید الرٹ"</string>
+    <string name="cmas_required_monthly_test" msgid="5274965928258227096">"ورزش الرٹ"</string>
+    <string name="cmas_exercise_alert" msgid="4971838389621550184">"تکنیکی ٹیسٹ سے متعلق الرٹس"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="3095141156358640879">"انتہائی خطرات"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="6931853411327178941">"زندگی اور املاک کو انتہائی خطرات"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2603680055509729555">"شدید خطرات"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="405751015446465202">"زندگی اور املاک کو شدید خطرات"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="5550182663333808054">"ریاستی اور مقامی ٹیسٹس"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="5713628754819156297">"ریاستی اور علاقائی اتھارٹیز سے ٹیسٹ پیغامات موصول کریں"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1926178722994782168">"تکنیکی ٹیسٹ سے متعلق الرٹس"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="2009461083781266766">"ٹیسٹ پیغامات موصول کریں"</string>
+</resources>
diff --git a/res/values-mcc724-uz/strings.xml b/res/values-mcc724-uz/strings.xml
new file mode 100644
index 0000000..f6c1f4e
--- /dev/null
+++ b/res/values-mcc724-uz/strings.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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_extreme_alert" msgid="3751964445127743376">"Juda muhim ogohlantirish"</string>
+    <string name="cmas_severe_alert" msgid="4773544726385840011">"Jiddiy ogohlantirish"</string>
+    <string name="cmas_required_monthly_test" msgid="5274965928258227096">"Oʻquv mashqi ogohlantirishi"</string>
+    <string name="cmas_exercise_alert" msgid="4971838389621550184">"Texnik sinov ogohlantirishlari"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="3095141156358640879">"Jiddiy xatarlar"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="6931853411327178941">"Inson hayoti va mulkiga nisbatan jiddiy xatarlar"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2603680055509729555">"Jiddiy tahdidlar"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="405751015446465202">"Inson hayoti va mulkiga nisbatan jiddiy xatarlar"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="5550182663333808054">"Davlat miqyosidagi va mahalliy sinovlar"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="5713628754819156297">"Davlat va mahalliy xavfsizlik organlaridan sinov ogohlantirishi olish"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1926178722994782168">"Texnik sinov ogohlantirishlari"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="2009461083781266766">"Sinov xabarlarini olish"</string>
+</resources>
diff --git a/res/values-mcc724-vi/strings.xml b/res/values-mcc724-vi/strings.xml
new file mode 100644
index 0000000..c6496d4
--- /dev/null
+++ b/res/values-mcc724-vi/strings.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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_extreme_alert" msgid="3751964445127743376">"Cảnh báo cực kỳ nghiêm trọng"</string>
+    <string name="cmas_severe_alert" msgid="4773544726385840011">"Cảnh báo nghiêm trọng"</string>
+    <string name="cmas_required_monthly_test" msgid="5274965928258227096">"Cảnh báo mô phỏng"</string>
+    <string name="cmas_exercise_alert" msgid="4971838389621550184">"Cảnh báo kiểm tra kỹ thuật"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="3095141156358640879">"Các mối đe doạ cực kỳ nghiêm trọng"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="6931853411327178941">"Các mối đe doạ cực kỳ nghiêm trọng đến sinh mạng và tài sản"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2603680055509729555">"Các mối đe doạ nghiêm trọng"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="405751015446465202">"Các mối đe doạ nghiêm trọng đến sinh mạng và tài sản"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="5550182663333808054">"Thử nghiệm của tiểu bang và địa phương"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="5713628754819156297">"Nhận tin nhắn thử nghiệm từ chính quyền địa phương và tiểu bang"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1926178722994782168">"Cảnh báo kiểm tra kỹ thuật"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="2009461083781266766">"Nhận tin nhắn thử nghiệm"</string>
+</resources>
diff --git a/res/values-mcc724-zh-rCN/strings.xml b/res/values-mcc724-zh-rCN/strings.xml
new file mode 100644
index 0000000..ced19cf
--- /dev/null
+++ b/res/values-mcc724-zh-rCN/strings.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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_extreme_alert" msgid="3751964445127743376">"极严重警报"</string>
+    <string name="cmas_severe_alert" msgid="4773544726385840011">"严重警报"</string>
+    <string name="cmas_required_monthly_test" msgid="5274965928258227096">"演习警报"</string>
+    <string name="cmas_exercise_alert" msgid="4971838389621550184">"技术测试警报"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="3095141156358640879">"极端威胁"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="6931853411327178941">"生命和财产受到极端威胁"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2603680055509729555">"严重威胁"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="405751015446465202">"生命和财产受到严重威胁"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="5550182663333808054">"州和地方测试"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="5713628754819156297">"接收来自州和地方权力机构的测试消息"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1926178722994782168">"技术测试警报"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="2009461083781266766">"接收测试消息"</string>
+</resources>
diff --git a/res/values-mcc724-zh-rHK/strings.xml b/res/values-mcc724-zh-rHK/strings.xml
new file mode 100644
index 0000000..d9ee69e
--- /dev/null
+++ b/res/values-mcc724-zh-rHK/strings.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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_extreme_alert" msgid="3751964445127743376">"極嚴重警示"</string>
+    <string name="cmas_severe_alert" msgid="4773544726385840011">"嚴重警示"</string>
+    <string name="cmas_required_monthly_test" msgid="5274965928258227096">"演習警示"</string>
+    <string name="cmas_exercise_alert" msgid="4971838389621550184">"技術測試警示"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="3095141156358640879">"極嚴重威脅"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="6931853411327178941">"極嚴重的生命財產威脅"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2603680055509729555">"嚴重威脅"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="405751015446465202">"嚴重的生命財產威脅"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="5550182663333808054">"州政府和地區政府測試"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="5713628754819156297">"接收來自州政府和地區政府的測試訊息"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1926178722994782168">"技術測試警示"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="2009461083781266766">"接收測試訊息"</string>
+</resources>
diff --git a/res/values-mcc724-zh-rTW/strings.xml b/res/values-mcc724-zh-rTW/strings.xml
new file mode 100644
index 0000000..c695d04
--- /dev/null
+++ b/res/values-mcc724-zh-rTW/strings.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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_extreme_alert" msgid="3751964445127743376">"極度緊急警報"</string>
+    <string name="cmas_severe_alert" msgid="4773544726385840011">"嚴重警報"</string>
+    <string name="cmas_required_monthly_test" msgid="5274965928258227096">"演習警報"</string>
+    <string name="cmas_exercise_alert" msgid="4971838389621550184">"技術測試警報"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="3095141156358640879">"重大威脅"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="6931853411327178941">"重大生命財產威脅"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2603680055509729555">"嚴重威脅"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="405751015446465202">"嚴重生命財產威脅"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="5550182663333808054">"中央和地方政府的測試訊息"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="5713628754819156297">"接收來自中央和地方主管機關的測試訊息"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1926178722994782168">"技術測試警報"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="2009461083781266766">"接收測試訊息"</string>
+</resources>
diff --git a/res/values-mcc724-zu/strings.xml b/res/values-mcc724-zu/strings.xml
new file mode 100644
index 0000000..21c74af
--- /dev/null
+++ b/res/values-mcc724-zu/strings.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--   Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under 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_extreme_alert" msgid="3751964445127743376">"Isexwayiso Esedlulele"</string>
+    <string name="cmas_severe_alert" msgid="4773544726385840011">"Isexwayiso Esibucayi"</string>
+    <string name="cmas_required_monthly_test" msgid="5274965928258227096">"Isexwayiso Sokujima"</string>
+    <string name="cmas_exercise_alert" msgid="4971838389621550184">"Izexwayiso zokuhlolwa kobuchwepheshe"</string>
+    <string name="enable_cmas_extreme_threat_alerts_title" msgid="3095141156358640879">"Ukusongela Okuqinile"</string>
+    <string name="enable_cmas_extreme_threat_alerts_summary" msgid="6931853411327178941">"Ukusongela okuqinile empilweni nasempahleni"</string>
+    <string name="enable_cmas_severe_threat_alerts_title" msgid="2603680055509729555">"Izinsongo Ezicindezelayo"</string>
+    <string name="enable_cmas_severe_threat_alerts_summary" msgid="405751015446465202">"Ukusongela okukhulu kwempilo nendawo"</string>
+    <string name="enable_cmas_test_alerts_title" msgid="5550182663333808054">"Ukuhlolwa Kombuso Nokwasendaweni"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="5713628754819156297">"Thola imilayezo yokuhlolwa ukusuka kwabasemagunyeni bombuso nabasendaweni"</string>
+    <string name="enable_exercise_test_alerts_title" msgid="1926178722994782168">"Izexwayiso zokuhlolwa kobuchwepheshe"</string>
+    <string name="enable_exercise_test_alerts_summary" msgid="2009461083781266766">"Yamukela imilayezo yokuhlola"</string>
+</resources>
diff --git a/res/values-mcc724/config.xml b/res/values-mcc724/config.xml
index e555a9b..30b2541 100644
--- a/res/values-mcc724/config.xml
+++ b/res/values-mcc724/config.xml
@@ -15,10 +15,48 @@
 -->
 
 <resources>
+    <!-- 4371~4372, 4384~4385 -->
+    <string-array name="cmas_alert_extreme_channels_range_strings" translatable="false">
+        <item>0x1113-0x1114:rat=gsm, always_on=true, emergency=true, override_dnd=true</item>
+        <item>0x1120-0x1121:rat=gsm, always_on=true, emergency=true, override_dnd=true</item>
+    </string-array>
+    <!-- 4373~4378, 4386~4391 -->
+    <string-array name="cmas_alerts_severe_range_strings" translatable="false">
+        <item>0x1115-0x111A:rat=gsm, emergency=true</item>
+        <item>0x1122-0x1127:rat=gsm, emergency=true</item>
+    </string-array>
+    <!-- 4381, 4394 -->
+    <string-array name="required_monthly_test_range_strings" translatable="false">
+        <item>0x111D:rat=gsm, emergency=true</item>
+        <item>0x112A:rat=gsm, emergency=true</item>
+    </string-array>
+    <!-- 4382, 4395 -->
+    <string-array name="exercise_alert_range_strings" translatable="false">
+        <item>0x111E:rat=gsm, emergency=true</item>
+        <item>0x112B:rat=gsm, emergency=true</item>
+    </string-array>
+
     <string-array name="additional_cbs_channels_strings" translatable="false">
         <!-- Channel 50 for area update info is required by Brazilian government -->
         <item>0x032:type=area, emergency=false</item>
     </string-array>
+
     <!-- Show area update info settings in CellBroadcastReceiver and information in SIM status in Settings app -->
     <bool name="config_showAreaUpdateInfoSettings">true</bool>
+    <!-- Whether to display exercise test settings when testing mode is off. -->
+    <bool name="show_exercise_settings">false</bool>
+    <!-- whether to display a separate exercise test settings. today, most of time, exercise channels was controlled by the main test toggle. -->
+    <bool name="show_separate_exercise_settings">true</bool>
+    <!-- Whether to disable cell broadcast severe alert when extreme alert is disabled -->
+    <bool name="disable_severe_when_extreme_disabled">false</bool>
+
+    <string-array name="cmas_presidential_alerts_channels_range_strings" translatable="false"></string-array>
+    <string-array name="cmas_amber_alerts_channels_range_strings" translatable="false"></string-array>
+    <string-array name="operator_defined_alert_range_strings" translatable="false"></string-array>
+    <string-array name="etws_alerts_range_strings" translatable="false"></string-array>
+    <string-array name="etws_test_alerts_range_strings" translatable="false"></string-array>
+
+    <!-- Whether to allow user to disable opt-out -->
+    <bool name="disable_extreme_alert_settings">true</bool>
+
 </resources>
diff --git a/res/values-mcc724/strings.xml b/res/values-mcc724/strings.xml
new file mode 100644
index 0000000..8c85b5c
--- /dev/null
+++ b/res/values-mcc724/strings.xml
@@ -0,0 +1,69 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--  Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+ -->
+
+<resources xmlns:android="http://schemas.android.com/apk/res/android"
+    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- CMAS dialog title for extreme alert. [CHAR LIMIT=50] -->
+    <!-- Required Portuguese (pt) translation for this message: Alerta extremo -->
+    <!-- Required spanish (es) translation for this message: Alerta extrema -->
+    <string name="cmas_extreme_alert">Extreme Alert</string>
+    <!-- CMAS dialog title for severe alert. [CHAR LIMIT=50] -->
+    <!-- Required Portuguese (pt) translation for this message: Alerta severo -->
+    <!-- Required spanish (es) translation for this message: Alerta severa -->
+    <string name="cmas_severe_alert">Severe Alert</string>
+    <!-- CMAS dialog title for required monthly test. [CHAR LIMIT=50] -->
+    <!-- Required Portuguese (pt) translation for this message: Alerta de teste -->
+    <!-- Required spanish (es) translation for this message: Alerta de prueba -->
+    <string name="cmas_required_monthly_test">Exercise Alert</string>
+    <!-- CMAS dialog title for CMAS Exercise. [CHAR LIMIT=50] -->
+    <!-- Required Portuguese (pt) translation for this message: Alerta de teste técnico -->
+    <!-- Required spanish (es) translation for this message: Alerta de prueba técnica -->
+    <string name="cmas_exercise_alert">Technical test alerts</string>
+
+    <!-- Preference title for enable CMAS extreme threat alerts checkbox. [CHAR LIMIT=50] -->
+    <!-- Required Portuguese (pt) translation for this message: Alerta Extremo -->
+    <!-- Required spanish (es) translation for this message: Alerta Extrema -->
+    <string name="enable_cmas_extreme_threat_alerts_title">Extreme Threats</string>
+    <!-- Preference summary for enable CMAS severe threat alerts checkbox. [CHAR LIMIT=100] -->
+    <!-- Required Portuguese (pt) translation for this message: Ameaças extremas à vida ou à propriedade -->
+    <!-- Required spanish (es) translation for this message: Amenazas extremas a la vida y la propiedad -->
+    <string name="enable_cmas_extreme_threat_alerts_summary">Extreme threats to life and property</string>
+
+    <!-- Preference title for enable CMAS severe threat alerts checkbox. [CHAR LIMIT=50] -->
+    <!-- Required Portuguese (pt) translation for this message: Alerta Severo -->
+    <!-- Required spanish (es) translation for this message: Alerta Severa -->
+    <string name="enable_cmas_severe_threat_alerts_title">Severe Threats</string>
+    <!-- Preference summary for enable CMAS severe threat alerts checkbox. [CHAR LIMIT=100] -->
+    <!-- Required Portuguese (pt) translation for this message: Medidas de proteção necessárias -->
+    <!-- Required spanish (es) translation for this message: Medidas de protección necesarias -->
+    <string name="enable_cmas_severe_threat_alerts_summary">Severe threats to life and property</string>
+    <!-- Preference title for other test alerts checkbox. [CHAR LIMIT=50] -->
+    <!-- Required Portuguese (pt) translation for this message: Alerta de teste -->
+    <!-- Required spanish (es) translation for this message: Alerta de prueba -->
+    <string name="enable_cmas_test_alerts_title">State and Local tests</string>
+    <!-- Preference summary for other test alerts checkbox. [CHAR LIMIT=125] -->
+    <!-- Required Portuguese (pt) translation for this message: Recebimento de alertas de testes das autoridades competentes -->
+    <!-- Required spanish (es) translation for this message: Recepción de mensajes de prueba de las autoridades competentes -->
+    <string name="enable_cmas_test_alerts_summary">Receive test messages from state and local authorities</string>
+    <!-- Preference title for exercise test alerts checkbox. [CHAR LIMIT=50] -->
+    <!-- Required Portuguese (pt) translation for this message: Alerta de Teste técnico -->
+    <!-- Required spanish (es) translation for this message: Alerta de prueba técnica -->
+    <string name="enable_exercise_test_alerts_title">Technical test alerts</string>
+    <!-- Preference summary for exercise test alerts checkbox. [CHAR LIMIT=125] -->
+    <!-- Required Portuguese (pt) translation for this message: Recebimento de alertas de testes técnicos -->
+    <!-- Required spanish (es) translation for this message: Recepción de alertas de pruebas técnicas -->
+    <string name="enable_exercise_test_alerts_summary">Receive test messages</string>
+</resources>
diff --git a/res/values-mcc740-ur/strings.xml b/res/values-mcc740-ur/strings.xml
index e0bf82d..d700de9 100644
--- a/res/values-mcc740-ur/strings.xml
+++ b/res/values-mcc740-ur/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="8832531644152117875">"مقامی ہنگامی الرٹ"</string>
+    <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="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 />
diff --git a/res/values-mr/strings.xml b/res/values-mr/strings.xml
index 671b3c6..5d1ce95 100644
--- a/res/values-mr/strings.xml
+++ b/res/values-mr/strings.xml
@@ -74,7 +74,7 @@
     <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">"अँबर सूचना"</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>
diff --git a/res/values-nb/strings.xml b/res/values-nb/strings.xml
index fb7837c..778faab 100644
--- a/res/values-nb/strings.xml
+++ b/res/values-nb/strings.xml
@@ -64,7 +64,7 @@
     <string name="enable_alerts_master_toggle_summary" msgid="5583168548073938617">"Motta trådløse nødvarsler"</string>
     <string name="alert_reminder_interval_title" msgid="3283595202268218149">"Påminnelse om varsel"</string>
     <string name="enable_alert_speech_title" msgid="8052104771053526941">"Les opp varselmelding"</string>
-    <string name="enable_alert_speech_summary" msgid="2855629032890937297">"Bruk tekst-til-tale for å lese opp meldinger for trådløse nødvarsler"</string>
+    <string name="enable_alert_speech_summary" msgid="2855629032890937297">"Bruk tekst-til-tale til å lese opp meldinger for nødvarsler"</string>
     <string name="alert_reminder_dialog_title" msgid="2299010977651377315">"En påminnelseslyd spilles av med 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>
diff --git a/res/values-ne/strings.xml b/res/values-ne/strings.xml
index 0cd9c9b..3bdd58a 100644
--- a/res/values-ne/strings.xml
+++ b/res/values-ne/strings.xml
@@ -33,7 +33,7 @@
     <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>
@@ -50,12 +50,12 @@
     <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="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>
@@ -76,14 +76,14 @@
     <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="194171850169012897">"यो सुविधा अफ गरे पनि सूचनाका माध्यमबाट सार्वजनिक सुरक्षासम्बन्धी म्यासेज पठाइन्छ"</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>
@@ -151,14 +151,14 @@
   </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>
     <string name="testing_mode_enabled" msgid="8296556666392297467">"मोबाइल प्रसारणको परीक्षण मोड सक्षम पारिएको छ।"</string>
     <string name="testing_mode_disabled" msgid="8381408377958182661">"मोबाइल प्रसारणको परीक्षण मोड असक्षम पारिएको छ।"</string>
-    <string name="show_all_messages" msgid="3780970968167139836">"सबै सन्देशहरू देखाउनुहोस्"</string>
-    <string name="show_regular_messages" msgid="7376885150513522515">"नियमित सन्देशहरू देखाउनुहोस्"</string>
+    <string name="show_all_messages" msgid="3780970968167139836">"सबै म्यासेजहरू देखाउनुहोस्"</string>
+    <string name="show_regular_messages" msgid="7376885150513522515">"नियमित म्यासेजहरू देखाउनुहोस्"</string>
     <string name="message_identifier" msgid="5558338496219327850">"पहिचानकर्ता:"</string>
     <string name="message_serial_number" msgid="3386553658712978964">"क्रम सङ्ख्या:"</string>
     <string name="data_coding_scheme" msgid="4628901196730870577">"डेटा कोड गर्नेसम्बन्धी योजना:"</string>
@@ -168,7 +168,7 @@
     <string name="message_coordinates" msgid="356333576818059052">"निर्देशाङ्कहरू:"</string>
     <string name="maximum_waiting_time" msgid="3504809124079381356">"पर्खनु पर्ने अधिकतम समय:"</string>
     <string name="seconds" msgid="141450721520515025">"सेकेन्ड"</string>
-    <string name="message_copied" msgid="6922953753733166675">"सन्देश प्रतिलिपि गरियो"</string>
+    <string name="message_copied" msgid="6922953753733166675">"म्यासेज कपी गरियो"</string>
     <string name="top_intro_default_text" msgid="1922926733152511202"></string>
     <string name="top_intro_roaming_text" msgid="186872150397081032">"रोमिङ मोडमा हुँदा तपाईं यी सेटिङमा समावेश नभएका केही अलर्टहरू प्राप्त गर्न सक्नुहुन्छ"</string>
     <string name="notification_cb_settings_changed_title" msgid="7664799881479966932">"सेवा प्रदायकले यी सेटिङ परिवर्तन गरेको छ"</string>
diff --git a/res/values-nl/strings.xml b/res/values-nl/strings.xml
index 95b254d..23fba09 100644
--- a/res/values-nl/strings.xml
+++ b/res/values-nl/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="app_label" msgid="2008319089248760277">"Noodmeldingen"</string>
-    <string name="sms_cb_settings" msgid="9021266457863671070">"Noodmeldingen"</string>
-    <string name="sms_cb_sender_name_default" msgid="972946539768958828">"Noodmeldingen"</string>
-    <string name="sms_cb_sender_name_presidential" msgid="5302753979711319380">"Noodmeldingen"</string>
-    <string name="sms_cb_sender_name_emergency" msgid="2937067842997478965">"Noodmeldingen"</string>
+    <string name="app_label" msgid="2008319089248760277">"Mobiele noodmeldingen"</string>
+    <string name="sms_cb_settings" msgid="9021266457863671070">"Mobiele noodmeldingen"</string>
+    <string name="sms_cb_sender_name_default" msgid="972946539768958828">"Mobiele noodmeldingen"</string>
+    <string name="sms_cb_sender_name_presidential" msgid="5302753979711319380">"Mobiele noodmeldingen"</string>
+    <string name="sms_cb_sender_name_emergency" msgid="2937067842997478965">"Mobiele noodmeldingen"</string>
     <string name="sms_cb_sender_name_public_safety" msgid="5230033387708907922">"Informatieve melding"</string>
     <string name="cell_broadcast_settings_not_available" msgid="3908142962162375221">"Instellingen voor noodwaarschuwingen zijn niet beschikbaar voor deze gebruiker"</string>
     <string name="button_dismiss" msgid="1234221657930516287">"OK"</string>
@@ -149,7 +149,7 @@
     <item msgid="3863339891188103437">"Elke 15 minuten"</item>
     <item msgid="7388573183644474611">"Nooit"</item>
   </string-array>
-    <string name="emergency_alert_settings_title_watches" msgid="4477073412799894883">"Noodmeldingen"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="4477073412799894883">"Mobiele noodmeldingen"</string>
     <string name="enable_cmas_presidential_alerts_title" msgid="7293800023375154256">"Presidentiële meldingen"</string>
     <string name="enable_cmas_presidential_alerts_summary" msgid="7900094335808247024">"Nationale waarschuwingen van de president. Kunnen niet worden uitgezet."</string>
     <string name="receive_cmas_in_second_language_title" msgid="1223260365527361964"></string>
diff --git a/res/values-or/strings.xml b/res/values-or/strings.xml
index afc0bd8..445eda2 100644
--- a/res/values-or/strings.xml
+++ b/res/values-or/strings.xml
@@ -17,10 +17,10 @@
 <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_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>
diff --git a/res/values-pa/strings.xml b/res/values-pa/strings.xml
index 1e786e1..eba269d 100644
--- a/res/values-pa/strings.xml
+++ b/res/values-pa/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="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_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>
@@ -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>
diff --git a/res/values-pt-rPT/strings.xml b/res/values-pt-rPT/strings.xml
index 8200f88..a543f3c 100644
--- a/res/values-pt-rPT/strings.xml
+++ b/res/values-pt-rPT/strings.xml
@@ -24,7 +24,7 @@
     <string name="sms_cb_sender_name_public_safety" msgid="5230033387708907922">"Notificação informativa"</string>
     <string name="cell_broadcast_settings_not_available" msgid="3908142962162375221">"As definições de alertas de emergência não estão disponíveis para este utilizador."</string>
     <string name="button_dismiss" msgid="1234221657930516287">"OK"</string>
-    <string name="no_cell_broadcasts" msgid="7554779730107421769">"Não existem alertas anteriores."</string>
+    <string name="no_cell_broadcasts" msgid="7554779730107421769">"Não existem alertas anteriores"</string>
     <string name="menu_preferences" msgid="3596514894131599202">"Definições"</string>
     <string name="menu_delete_all" msgid="3940997343921149800">"Eliminar transmissões"</string>
     <string name="message_options" msgid="3178489901903589574">"Opções da mensagem"</string>
@@ -74,7 +74,7 @@
     <string name="enable_cmas_extreme_threat_alerts_summary" msgid="5832146246627518123">"Ameaças extremas à vida e à propriedade"</string>
     <string name="enable_cmas_severe_threat_alerts_title" msgid="1066172973703410042">"Ameaças graves"</string>
     <string name="enable_cmas_severe_threat_alerts_summary" msgid="5292443310309039223">"Ameaças graves à vida e à propriedade"</string>
-    <string name="enable_cmas_amber_alerts_title" msgid="1475030503498979651">"Alertas ÂMBAR"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="1475030503498979651">"Alertas AMBER"</string>
     <string name="enable_cmas_amber_alerts_summary" msgid="4495233280416889667">"Boletins de emergência de raptos de crianças"</string>
     <string name="enable_alert_message_title" msgid="2939830587633599352">"Mensagens de alerta"</string>
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"Avisar acerca de ameaças à segurança iminentes"</string>
@@ -87,7 +87,7 @@
     <string name="enable_emergency_alerts_message_title" msgid="661894007489847468">"Alertas de emergência"</string>
     <string name="enable_emergency_alerts_message_summary" msgid="7574617515441602546">"Avisar acerca de eventos potencialmente fatais"</string>
     <string name="enable_cmas_test_alerts_title" msgid="7194966927004755266">"Alertas de teste"</string>
-    <string name="enable_cmas_test_alerts_summary" msgid="2083089933271720217">"Receber testes do operador e testes mensais do sistema de alerta de segurança"</string>
+    <string name="enable_cmas_test_alerts_summary" msgid="2083089933271720217">"Receba testes do operador e testes mensais do sistema de alerta de segurança"</string>
     <!-- no translation found for enable_exercise_test_alerts_title (6030780598569873865) -->
     <skip />
     <string name="enable_exercise_test_alerts_summary" msgid="4276766794979567304">"Receber um alerta de emergência: mensagem de simulação/exercício"</string>
@@ -136,7 +136,7 @@
     <string name="notification_multiple_title" msgid="1523638925739947855">"Novos alertas"</string>
     <string name="show_cmas_opt_out_summary" msgid="6926059266585295440">"Mostrar uma caixa de diálogo de exclusão após apresentar o 1.º alerta (para além do Alerta presid.)"</string>
     <string name="show_cmas_opt_out_title" msgid="9182104842820171132">"Mostrar caixa de diálogo de exclusão"</string>
-    <string name="cmas_opt_out_dialog_text" msgid="4820577535626084938">"Atualmente, está a receber alertas de Emergência sem fios. Pretende continuar a receber alertas de emergência sem fios?"</string>
+    <string name="cmas_opt_out_dialog_text" msgid="4820577535626084938">"Atualmente, está a receber alertas de Emergência sem fios. Quer continuar a receber alertas de emergência sem fios?"</string>
     <string name="cmas_opt_out_button_yes" msgid="7248930667195432936">"Sim"</string>
     <string name="cmas_opt_out_button_no" msgid="3110484064328538553">"Não"</string>
     <string name="cb_list_activity_title" msgid="1433502151877791724">"Histórico de alertas de emergência"</string>
diff --git a/res/values-pt/strings.xml b/res/values-pt/strings.xml
index 0d7511c..f77ecd1 100644
--- a/res/values-pt/strings.xml
+++ b/res/values-pt/strings.xml
@@ -28,7 +28,7 @@
     <string name="menu_preferences" msgid="3596514894131599202">"Configurações"</string>
     <string name="menu_delete_all" msgid="3940997343921149800">"Excluir transmissões"</string>
     <string name="message_options" msgid="3178489901903589574">"Opções de mensagem"</string>
-    <string name="menu_view_details" msgid="1040989019045280975">"Ver detalhes"</string>
+    <string name="menu_view_details" msgid="1040989019045280975">"Mais detalhes"</string>
     <string name="menu_delete" msgid="128380070910799366">"Excluir transmissão"</string>
     <string name="view_details_title" msgid="1780427629491781473">"Detalhes do alerta"</string>
     <string name="view_details_debugging_title" msgid="5699927030805114173">"Detalhes de alerta da depuração"</string>
diff --git a/res/values-ru/strings.xml b/res/values-ru/strings.xml
index 8693a7d..0f32a78 100644
--- a/res/values-ru/strings.xml
+++ b/res/values-ru/strings.xml
@@ -78,11 +78,11 @@
     <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_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="194171850169012897">"Если отключено, сообщения об угрозе обществ. безопасности продолжают отправляться в виде уведомлений"</string>
-    <string name="enable_state_local_test_alerts_title" msgid="1012930918171302720">"Тестовые оповещения от органов безопасности"</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_summary" msgid="7574617515441602546">"Предупреждать о событиях, угрожающих жизни"</string>
diff --git a/res/values-sq/strings.xml b/res/values-sq/strings.xml
index 80404c9..4170751 100644
--- a/res/values-sq/strings.xml
+++ b/res/values-sq/strings.xml
@@ -16,13 +16,13 @@
 
 <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">"Sinjalizimet me valë të urgjencës"</string>
-    <string name="sms_cb_settings" msgid="9021266457863671070">"Sinjalizimet me valë të urgjencës"</string>
-    <string name="sms_cb_sender_name_default" msgid="972946539768958828">"Sinjalizimet me valë të urgjencës"</string>
-    <string name="sms_cb_sender_name_presidential" msgid="5302753979711319380">"Sinjalizimet me valë të urgjencës"</string>
-    <string name="sms_cb_sender_name_emergency" msgid="2937067842997478965">"Sinjalizimet me valë të urgjencës"</string>
+    <string name="app_label" msgid="2008319089248760277">"Sinjalizimet wireless të urgjencës"</string>
+    <string name="sms_cb_settings" msgid="9021266457863671070">"Sinjalizimet wireless të urgjencës"</string>
+    <string name="sms_cb_sender_name_default" msgid="972946539768958828">"Sinjalizimet wireless të urgjencës"</string>
+    <string name="sms_cb_sender_name_presidential" msgid="5302753979711319380">"Sinjalizimet wireless të urgjencës"</string>
+    <string name="sms_cb_sender_name_emergency" msgid="2937067842997478965">"Sinjalizimet wireless të urgjencës"</string>
     <string name="sms_cb_sender_name_public_safety" msgid="5230033387708907922">"Njoftim informues"</string>
-    <string name="cell_broadcast_settings_not_available" msgid="3908142962162375221">"Cilësimet e sinjalizimeve me valë të urgjencës nuk ofrohen për këtë përdorues"</string>
+    <string name="cell_broadcast_settings_not_available" msgid="3908142962162375221">"Cilësimet e sinjalizimeve wireless të urgjencës nuk ofrohen për këtë përdorues"</string>
     <string name="button_dismiss" msgid="1234221657930516287">"Në rregull"</string>
     <string name="no_cell_broadcasts" msgid="7554779730107421769">"Asnjë alarm i mëparshëm"</string>
     <string name="menu_preferences" msgid="3596514894131599202">"Cilësimet"</string>
@@ -61,10 +61,10 @@
     <string name="notification_channel_broadcast_messages_in_voicecall" msgid="3291001780110813190">"Sinjalizimet e urgjencës në telefonatë zanore"</string>
     <string name="notification_channel_settings_updates" msgid="6779759372516475085">"Cilësimet automatike të WEA-s janë ndryshuar në bazë të kartës SIM"</string>
     <string name="enable_alerts_master_toggle_title" msgid="1457904343636699446">"Lejo sinjalizimet"</string>
-    <string name="enable_alerts_master_toggle_summary" msgid="5583168548073938617">"Merr njoftimet e sinjalizimeve me valë të urgjencës"</string>
+    <string name="enable_alerts_master_toggle_summary" msgid="5583168548073938617">"Merr njoftimet e sinjalizimeve wireless të urgjencës"</string>
     <string name="alert_reminder_interval_title" msgid="3283595202268218149">"Alarmet rikujtuese"</string>
     <string name="enable_alert_speech_title" msgid="8052104771053526941">"Dëgjo mesazhin e alarmit"</string>
-    <string name="enable_alert_speech_summary" msgid="2855629032890937297">"Përdor tekstin-në-ligjërim që të lexohen me zë mesazhet e sinjalizimeve me valë të urgjencës"</string>
+    <string name="enable_alert_speech_summary" msgid="2855629032890937297">"Përdor tekstin-në-ligjërim që të lexohen me zë mesazhet e sinjalizimeve wireless të urgjencës"</string>
     <string name="alert_reminder_dialog_title" msgid="2299010977651377315">"Një tingull alarmi rikujtues do të luhet me volum të rregullt"</string>
     <string name="emergency_alert_history_title" msgid="8310173569237268431">"Historiku i sinjalizimeve të urgjencës"</string>
     <string name="alert_preferences_title" msgid="6001469026393248468">"Preferencat për sinjalizimet"</string>
@@ -136,7 +136,7 @@
     <string name="notification_multiple_title" msgid="1523638925739947855">"Alarme të reja"</string>
     <string name="show_cmas_opt_out_summary" msgid="6926059266585295440">"Shfaq dialogun e tërheqjes pas shfaqjes së sinjalizimit të parë (përveç \"Sinjalizimit presidencial\")."</string>
     <string name="show_cmas_opt_out_title" msgid="9182104842820171132">"Shfaq dialogun e tërheqjes"</string>
-    <string name="cmas_opt_out_dialog_text" msgid="4820577535626084938">"Po merr aktualisht sinjalizime me valë të urgjencës. Dëshiron të vazhdosh të marrësh sinjalizimet me valë të urgjencës?"</string>
+    <string name="cmas_opt_out_dialog_text" msgid="4820577535626084938">"Po merr aktualisht sinjalizime wireless të urgjencës. Dëshiron të vazhdosh të marrësh sinjalizimet wireless të urgjencës?"</string>
     <string name="cmas_opt_out_button_yes" msgid="7248930667195432936">"Po"</string>
     <string name="cmas_opt_out_button_no" msgid="3110484064328538553">"Jo"</string>
     <string name="cb_list_activity_title" msgid="1433502151877791724">"Historiku i sinjalizimeve të urgjencës"</string>
@@ -149,7 +149,7 @@
     <item msgid="3863339891188103437">"Çdo 15 minuta"</item>
     <item msgid="7388573183644474611">"Asnjëherë"</item>
   </string-array>
-    <string name="emergency_alert_settings_title_watches" msgid="4477073412799894883">"Sinjalizimet me valë të urgjencës"</string>
+    <string name="emergency_alert_settings_title_watches" msgid="4477073412799894883">"Sinjalizimet wireless të urgjencës"</string>
     <string name="enable_cmas_presidential_alerts_title" msgid="7293800023375154256">"Sinjalizimet presidenciale"</string>
     <string name="enable_cmas_presidential_alerts_summary" msgid="7900094335808247024">"Mesazhe paralajmëruese kombëtare të lëshuara nga Presidenti. Nuk mund të çaktivizohen."</string>
     <string name="receive_cmas_in_second_language_title" msgid="1223260365527361964"></string>
@@ -172,5 +172,5 @@
     <string name="top_intro_default_text" msgid="1922926733152511202"></string>
     <string name="top_intro_roaming_text" msgid="186872150397081032">"Kur je në roaming, mund të marrësh disa sinjalizime që nuk janë të përfshira në këto cilësime"</string>
     <string name="notification_cb_settings_changed_title" msgid="7664799881479966932">"Cilësimet janë ndryshuar nga operatori celular"</string>
-    <string name="notification_cb_settings_changed_text" msgid="1397646219615654933">"Trokit për të parë cilësimet e sinjalizimeve me valë të urgjencës"</string>
+    <string name="notification_cb_settings_changed_text" msgid="1397646219615654933">"Trokit për të parë cilësimet e sinjalizimeve wireless të urgjencës"</string>
 </resources>
diff --git a/res/values-sr/strings.xml b/res/values-sr/strings.xml
index 3207d9d..b2b5c16 100644
--- a/res/values-sr/strings.xml
+++ b/res/values-sr/strings.xml
@@ -54,7 +54,7 @@
     <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_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>
diff --git a/res/values-ta/strings.xml b/res/values-ta/strings.xml
index 1209766..2f8aa5c 100644
--- a/res/values-ta/strings.xml
+++ b/res/values-ta/strings.xml
@@ -86,7 +86,7 @@
     <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>
+    <string name="enable_cmas_test_alerts_title" msgid="7194966927004755266">"பரிசோதனை எச்சரிக்கைகள்"</string>
     <string name="enable_cmas_test_alerts_summary" msgid="2083089933271720217">"பாதுகாப்பு விழிப்பூட்டல் அமைப்பிலிருந்து மொபைல் நிறுவன சோதனைகளையும் மாதாந்திர சோதனைகளையும் பெறுவீர்கள்"</string>
     <!-- no translation found for enable_exercise_test_alerts_title (6030780598569873865) -->
     <skip />
diff --git a/res/values-te/strings.xml b/res/values-te/strings.xml
index 31d9187..76c57b1 100644
--- a/res/values-te/strings.xml
+++ b/res/values-te/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>
@@ -70,11 +70,11 @@
     <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_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_summary" msgid="4495233280416889667">"పిల్లల అపహరణ అత్యవసర బులెటిన్‌లు"</string>
     <string name="enable_alert_message_title" msgid="2939830587633599352">"అలర్ట్ మెసేజ్‌లు"</string>
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"తక్షణ భద్రతా ప్రమాదాల గురించి హెచ్చరించు"</string>
@@ -87,7 +87,7 @@
     <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>
diff --git a/res/values-tr/strings.xml b/res/values-tr/strings.xml
index 43c5709..719fb99 100644
--- a/res/values-tr/strings.xml
+++ b/res/values-tr/strings.xml
@@ -74,7 +74,7 @@
     <string name="enable_cmas_extreme_threat_alerts_summary" msgid="5832146246627518123">"Cana ve mala karşı olağanüstü tehditler"</string>
     <string name="enable_cmas_severe_threat_alerts_title" msgid="1066172973703410042">"Ciddi tehditler"</string>
     <string name="enable_cmas_severe_threat_alerts_summary" msgid="5292443310309039223">"Cana ve mala karşı ciddi tehditler"</string>
-    <string name="enable_cmas_amber_alerts_title" msgid="1475030503498979651">"AMBER uyarıları"</string>
+    <string name="enable_cmas_amber_alerts_title" msgid="1475030503498979651">"AMBER kayıp çocuk alarmı"</string>
     <string name="enable_cmas_amber_alerts_summary" msgid="4495233280416889667">"Çocuk kaçırma acil durum bültenleri"</string>
     <string name="enable_alert_message_title" msgid="2939830587633599352">"Uyarı mesajları"</string>
     <string name="enable_alert_message_summary" msgid="6525664541696985610">"Yaklaşan güvenlik tehditleri hakkında uyarılar alın"</string>
diff --git a/res/values-ur/strings.xml b/res/values-ur/strings.xml
index c939ce8..fc1cc33 100644
--- a/res/values-ur/strings.xml
+++ b/res/values-ur/strings.xml
@@ -16,13 +16,13 @@
 
 <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_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="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>
     <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>
@@ -40,31 +40,31 @@
     <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_other_emergency_type" msgid="5233080551309721499">"ہنگامی وارننگ"</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_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_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_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_broadcast_messages_in_voicecall" msgid="3291001780110813190">"صوتی کال میں ہنگامی الرٹس"</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">"‏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="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>
@@ -90,10 +90,10 @@
     <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_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>
@@ -136,7 +136,7 @@
     <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>
@@ -172,5 +172,5 @@
     <string name="top_intro_default_text" msgid="1922926733152511202"></string>
     <string name="top_intro_roaming_text" msgid="186872150397081032">"آپ کے رومنگ کے دوران، آپ کو کچھ الرٹس موصول ہو سکتے ہیں جو ان ترتیبات میں شامل نہیں ہیں"</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-zh-rHK/strings.xml b/res/values-zh-rHK/strings.xml
index 48f5801..8533efa 100644
--- a/res/values-zh-rHK/strings.xml
+++ b/res/values-zh-rHK/strings.xml
@@ -136,7 +136,7 @@
     <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>
@@ -170,7 +170,7 @@
     <string name="seconds" msgid="141450721520515025">"秒"</string>
     <string name="message_copied" msgid="6922953753733166675">"已複製訊息"</string>
     <string name="top_intro_default_text" msgid="1922926733152511202"></string>
-    <string name="top_intro_roaming_text" msgid="186872150397081032">"漫遊時,您可能接收不包括在這些設定中的部分警示。"</string>
+    <string name="top_intro_roaming_text" msgid="186872150397081032">"漫遊時,你可能接收不包括在這些設定中的部分警示。"</string>
     <string name="notification_cb_settings_changed_title" msgid="7664799881479966932">"流動網絡供應商已變更設定"</string>
     <string name="notification_cb_settings_changed_text" msgid="1397646219615654933">"輕按以查看無線緊急警示設定"</string>
 </resources>
diff --git a/res/values/config.xml b/res/values/config.xml
index 5461e30..d678715 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -73,6 +73,9 @@
     <bool name="always_mark_sms_read">false</bool>
     <!-- Whether to retry message history data migration after db creation -->
     <bool name="retry_message_history_data_migration">false</bool>
+    <!-- Whether to disable extreme alert settings -->
+    <!-- To support 'true' it needs to be set show_extreme_alert_settings=true, always_on=true : true -->
+    <bool name="disable_extreme_alert_settings">false</bool>
 
     <!-- Section for switch default value -->
     <!-- Main toggle default value -->
@@ -186,16 +189,8 @@
          characters as XXX to match any mcc, XXXXXX to match any mcc+mnc. If multiple items match
          the roaming network, only the first one will take effect. -->
     <string-array name="cmas_roaming_network_strings" translatable="false">
-        <!-- France -->
-        <item>208</item>
-        <!-- Qatar -->
-        <item>427</item>
-        <!-- Germany -->
-        <item>262</item>
-        <!-- Norway -->
-        <item>242</item>
-        <!-- Italy -->
-        <item>222</item>
+        <!-- Enable roaming support by default -->
+        <item>XXX</item>
     </string-array>
 
     <!-- Values that are retrieved from the ListPreference.
diff --git a/res/values/constants.xml b/res/values/constants.xml
new file mode 100644
index 0000000..374acf3
--- /dev/null
+++ b/res/values/constants.xml
@@ -0,0 +1,474 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2023 The Android Open Source Project
+
+     Licensed under the Apache License, Version 2.0 (the "License");
+     you may not use this file except in compliance with the License.
+     You may obtain a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+     Unless required by applicable law or agreed to in writing, software
+     distributed under the License is distributed on an "AS IS" BASIS,
+     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+     See the License for the specific language governing permissions and
+     limitations under the License.
+-->
+
+<resources>
+    <string-array name="iso_country_code_mcc_table" translatable="false">
+        <!-- Greece -->
+        <item>gr:202</item>
+        <!-- Netherlands (Kingdom of the) -->
+        <item>nl:204</item>
+        <!-- Belgium -->
+        <item>be:206</item>
+        <!-- France -->
+        <item>fr:208</item>
+        <!-- Monaco (Principality of) -->
+        <item>mc:212</item>
+        <!-- Andorra (Principality of) -->
+        <item>ad:213</item>
+        <!-- Spain -->
+        <item>es:214</item>
+        <!-- Hungary (Republic of) -->
+        <item>hu:216</item>
+        <!-- Bosnia and Herzegovina -->
+        <item>ba:218</item>
+        <!-- Croatia (Republic of) -->
+        <item>hr:219</item>
+        <!-- Serbia (Republic of) -->
+        <item>rs:220</item>
+        <!-- Kosovo -->
+        <item>xk:221</item>
+        <!-- Italy -->
+        <item>it:222</item>
+        <!-- Vatican City State -->
+        <item>va:225</item>
+        <!-- Romania -->
+        <item>ro:226</item>
+        <!-- Switzerland (Confederation of) -->
+        <item>ch:228</item>
+        <!-- Czechia -->
+        <item>cz:230</item>
+        <!-- Slovak Republic -->
+        <item>sk:231</item>
+        <!-- Austria -->
+        <item>at:232</item>
+        <!-- United Kingdom of Great Britain and Northern Ireland -->
+        <item>gb:234</item>
+        <!-- Denmark -->
+        <item>dk:238</item>
+        <!-- Sweden -->
+        <item>se:240</item>
+        <!-- Norway -->
+        <item>no:242</item>
+        <!-- Finland -->
+        <item>fi:244</item>
+        <!-- Lithuania (Republic of) -->
+        <item>lt:246</item>
+        <!-- Latvia (Republic of) -->
+        <item>lv:247</item>
+        <!-- Estonia (Republic of) -->
+        <item>ee:248</item>
+        <!-- Russian Federation -->
+        <item>ru:250</item>
+        <!-- Ukraine -->
+        <item>ua:255</item>
+        <!-- Belarus (Republic of) -->
+        <item>by:257</item>
+        <!-- Moldova (Republic of) -->
+        <item>md:259</item>
+        <!-- Poland (Republic of) -->
+        <item>pl:260</item>
+        <!-- Germany (Federal Republic of) -->
+        <item>de:262</item>
+        <!-- Gibraltar -->
+        <item>gi:266</item>
+        <!-- Portugal -->
+        <item>pt:268</item>
+        <!-- Luxembourg -->
+        <item>lu:270</item>
+        <!-- Ireland -->
+        <item>ie:272</item>
+        <!-- Iceland -->
+        <item>is:274</item>
+        <!-- Albania (Republic of) -->
+        <item>al:276</item>
+        <!-- Malta -->
+        <item>mt:278</item>
+        <!-- Cyprus (Republic of) -->
+        <item>cy:280</item>
+        <!-- Georgia -->
+        <item>ge:282</item>
+        <!-- Armenia (Republic of) -->
+        <item>am:283</item>
+        <!-- Bulgaria (Republic of) -->
+        <item>bg:284</item>
+        <!-- Turkey -->
+        <item>tr:286</item>
+        <!-- Faroe Islands -->
+        <item>fo:288</item>
+        <!-- Greenland (Denmark) -->
+        <item>gl:290</item>
+        <!-- San Marino (Republic of) -->
+        <item>sm:292</item>
+        <!-- Slovenia (Republic of) -->
+        <item>si:293</item>
+        <!-- The Former Yugoslav Republic of Macedonia -->
+        <item>mk:294</item>
+        <!-- Liechtenstein (Principality of) -->
+        <item>li:295</item>
+        <!-- Montenegro -->
+        <item>me:297</item>
+        <!-- Canada -->
+        <item>ca:302</item>
+        <!-- Saint Pierre and Miquelon (Collectivité territoriale de la République française) -->
+        <item>pm:308</item>
+        <!-- United States of America -->
+        <item>us:310</item>
+        <!-- Puerto Rico -->
+        <item>pr:330</item>
+        <!-- United States Virgin Islands -->
+        <item>vi:332</item>
+        <!-- Mexico -->
+        <item>mx:334</item>
+        <!-- Jamaica -->
+        <item>jm:338</item>
+        <!-- Guadeloupe (French Department of) -->
+        <item>gp:340</item>
+        <!-- Barbados -->
+        <item>bb:342</item>
+        <!-- Antigua and Barbuda -->
+        <item>ag:344</item>
+        <!-- Cayman Islands -->
+        <item>ky:346</item>
+        <!-- British Virgin Islands -->
+        <item>vg:348</item>
+        <!-- Bermuda -->
+        <item>bm:350</item>
+        <!-- Grenada -->
+        <item>gd:352</item>
+        <!-- Montserrat -->
+        <item>ms:354</item>
+        <!-- Saint Kitts and Nevis -->
+        <item>kn:356</item>
+        <!-- Saint Lucia -->
+        <item>lc:358</item>
+        <!-- Saint Vincent and the Grenadines -->
+        <item>vc:360</item>
+        <!-- Curaçao -->
+        <item>cw:362</item>
+        <!-- Aruba -->
+        <item>aw:363</item>
+        <!-- Bahamas (Commonwealth of the) -->
+        <item>bs:364</item>
+        <!-- Anguilla -->
+        <item>ai:365</item>
+        <!-- Dominica (Commonwealth of) -->
+        <item>dm:366</item>
+        <!-- Cuba -->
+        <item>cu:368</item>
+        <!-- Dominican Republic -->
+        <item>do:370</item>
+        <!-- Haiti (Republic of) -->
+        <item>ht:372</item>
+        <!-- Trinidad and Tobago -->
+        <item>tt:374</item>
+        <!-- Turks and Caicos Islands -->
+        <item>tc:376</item>
+        <!-- Azerbaijani Republic -->
+        <item>az:400</item>
+        <!-- Kazakhstan (Republic of) -->
+        <item>kz:401</item>
+        <!-- Bhutan (Kingdom of) -->
+        <item>bt:402</item>
+        <!-- India (Republic of) -->
+        <item>in:404</item>
+        <!-- Pakistan (Islamic Republic of) -->
+        <item>pk:410</item>
+        <!-- Afghanistan -->
+        <item>af:412</item>
+        <!-- Sri Lanka (Democratic Socialist Republic of) -->
+        <item>lk:413</item>
+        <!-- Myanmar (the Republic of the Union of) -->
+        <item>mm:414</item>
+        <!-- Lebanon -->
+        <item>lb:415</item>
+        <!-- Jordan (Hashemite Kingdom of) -->
+        <item>jo:416</item>
+        <!-- Syrian Arab Republic -->
+        <item>sy:417</item>
+        <!-- Iraq (Republic of) -->
+        <item>iq:418</item>
+        <!-- Kuwait (State of) -->
+        <item>kw:419</item>
+        <!-- Saudi Arabia (Kingdom of) -->
+        <item>sa:420</item>
+        <!-- Yemen (Republic of) -->
+        <item>ye:421</item>
+        <!-- Oman (Sultanate of) -->
+        <item>om:422</item>
+        <!-- Palestine (*) -->
+        <item>ps:423</item>
+        <!-- United Arab Emirates -->
+        <item>ae:424</item>
+        <!-- Israel (State of) -->
+        <item>il:425</item>
+        <!-- Bahrain (Kingdom of) -->
+        <item>bh:426</item>
+        <!-- Qatar (State of) -->
+        <item>qa:427</item>
+        <!-- Mongolia -->
+        <item>mn:428</item>
+        <!-- Nepal (Federal Democratic Republic of) -->
+        <item>np:429</item>
+        <!-- Iran (Islamic Republic of) -->
+        <item>ir:432</item>
+        <!-- Uzbekistan (Republic of) -->
+        <item>uz:434</item>
+        <!-- Tajikistan (Republic of) -->
+        <item>tj:436</item>
+        <!-- Kyrgyz Republic -->
+        <item>kg:437</item>
+        <!-- Turkmenistan -->
+        <item>tm:438</item>
+        <!-- Japan -->
+        <item>jp:440</item>
+        <!-- Korea (Republic of) -->
+        <item>kr:450</item>
+        <!-- Viet Nam (Socialist Republic of) -->
+        <item>vn:452</item>
+        <!-- Hong Kong, China -->
+        <item>hk:454</item>
+        <!-- Macao, China -->
+        <item>mo:455</item>
+        <!-- Cambodia (Kingdom of) -->
+        <item>kh:456</item>
+        <!-- Lao People's Democratic Republic -->
+        <item>la:457</item>
+        <!-- China (People's Republic of) -->
+        <item>cn:460</item>
+        <!-- Taiwan, China -->
+        <item>tw:466</item>
+        <!-- Democratic People's Republic of Korea -->
+        <item>kp:467</item>
+        <!-- Bangladesh (People's Republic of) -->
+        <item>bd:470</item>
+        <!-- Maldives (Republic of) -->
+        <item>mv:472</item>
+        <!-- Malaysia -->
+        <item>my:502</item>
+        <!-- Australia -->
+        <item>au:505</item>
+        <!-- Indonesia (Republic of) -->
+        <item>id:510</item>
+        <!-- Timor-Leste (Democratic Republic of) -->
+        <item>tl:514</item>
+        <!-- Philippines (Republic of the) -->
+        <item>ph:515</item>
+        <!-- Thailand -->
+        <item>th:520</item>
+        <!-- Singapore (Republic of) -->
+        <item>sg:525</item>
+        <!-- Brunei Darussalam -->
+        <item>bn:528</item>
+        <!-- New Zealand -->
+        <item>nz:530</item>
+        <!-- Northern Mariana Islands (Commonwealth of the) (*) -->
+        <item>mp:534</item>
+        <!-- Guam (*) -->
+        <item>gu:535</item>
+        <!-- Nauru (Republic of) -->
+        <item>nr:536</item>
+        <!-- Papua New Guinea -->
+        <item>pg:537</item>
+        <!-- Tonga (Kingdom of) -->
+        <item>to:539</item>
+        <!-- Solomon Islands -->
+        <item>sb:540</item>
+        <!-- Vanuatu (Republic of) -->
+        <item>vu:541</item>
+        <!-- Fiji (Republic of) -->
+        <item>fj:542</item>
+        <!-- Wallis and Futuna (Territoire français d'outre-mer) -->
+        <item>wf:543</item>
+        <!-- American Samoa -->
+        <item>as:544</item>
+        <!-- Kiribati (Republic of) -->
+        <item>ki:545</item>
+        <!-- New Caledonia (Territoire français d'outre-mer) -->
+        <item>nc:546</item>
+        <!-- French Polynesia (Territoire français d'outre-mer) -->
+        <item>pf:547</item>
+        <!-- Cook Islands -->
+        <item>ck:548</item>
+        <!-- Samoa (Independent State of) -->
+        <item>ws:549</item>
+        <!-- Micronesia (Federated States of) -->
+        <item>fm:550</item>
+        <!-- Marshall Islands (Republic of the) -->
+        <item>mh:551</item>
+        <!-- Palau (Republic of) -->
+        <item>pw:552</item>
+        <!-- Tuvalu -->
+        <item>tv:553</item>
+        <!-- Tokelau -->
+        <item>tk:554</item>
+        <!-- Niue -->
+        <item>nu:555</item>
+        <!-- Egypt (Arab Republic of) -->
+        <item>eg:602</item>
+        <!-- Algeria (People's Democratic Republic of) -->
+        <item>dz:603</item>
+        <!-- Morocco (Kingdom of) -->
+        <item>ma:604</item>
+        <!-- Tunisia -->
+        <item>tn:605</item>
+        <!-- Libya -->
+        <item>ly:606</item>
+        <!-- Gambia (Republic of the) -->
+        <item>gm:607</item>
+        <!-- Senegal (Republic of) -->
+        <item>sn:608</item>
+        <!-- Mauritania (Islamic Republic of) -->
+        <item>mr:609</item>
+        <!-- Mali (Republic of) -->
+        <item>ml:610</item>
+        <!-- Guinea (Republic of) -->
+        <item>gn:611</item>
+        <!-- Côte d'Ivoire (Republic of) -->
+        <item>ci:612</item>
+        <!-- Burkina Faso -->
+        <item>bf:613</item>
+        <!-- Niger (Republic of the) -->
+        <item>ne:614</item>
+        <!-- Togolese Republic -->
+        <item>tg:615</item>
+        <!-- Benin (Republic of) -->
+        <item>bj:616</item>
+        <!-- Mauritius (Republic of) -->
+        <item>mu:617</item>
+        <!-- Liberia (Republic of) -->
+        <item>lr:618</item>
+        <!-- Sierra Leone -->
+        <item>sl:619</item>
+        <!-- Ghana -->
+        <item>gh:620</item>
+        <!-- Nigeria (Federal Republic of) -->
+        <item>ng:621</item>
+        <!-- Chad (Republic of) -->
+        <item>td:622</item>
+        <!-- Central African Republic -->
+        <item>cf:623</item>
+        <!-- Cameroon (Republic of) -->
+        <item>cm:624</item>
+        <!-- Cape Verde (Republic of) -->
+        <item>cv:625</item>
+        <!-- Sao Tome and Principe (Democratic Republic of) -->
+        <item>st:626</item>
+        <!-- Equatorial Guinea (Republic of) -->
+        <item>gq:627</item>
+        <!-- Gabonese Republic -->
+        <item>ga:628</item>
+        <!-- Congo (Republic of the) -->
+        <item>cg:629</item>
+        <!-- Democratic Republic of the Congo -->
+        <item>cd:630</item>
+        <!-- Angola (Republic of) -->
+        <item>ao:631</item>
+        <!-- Guinea-Bissau (Republic of) -->
+        <item>gw:632</item>
+        <!-- Seychelles (Republic of) -->
+        <item>sc:633</item>
+        <!-- Sudan (Republic of the) -->
+        <item>sd:634</item>
+        <!-- Rwanda (Republic of) -->
+        <item>rw:635</item>
+        <!-- Ethiopia (Federal Democratic Republic of) -->
+        <item>et:636</item>
+        <!-- Somali Democratic Republic -->
+        <item>so:637</item>
+        <!-- Djibouti (Republic of) -->
+        <item>dj:638</item>
+        <!-- Kenya (Republic of) -->
+        <item>ke:639</item>
+        <!-- Tanzania (United Republic of) -->
+        <item>tz:640</item>
+        <!-- Uganda (Republic of) -->
+        <item>ug:641</item>
+        <!-- Burundi (Republic of) -->
+        <item>bi:642</item>
+        <!-- Mozambique (Republic of) -->
+        <item>mz:643</item>
+        <!-- Zambia (Republic of) -->
+        <item>zm:645</item>
+        <!-- Madagascar (Republic of) -->
+        <item>mg:646</item>
+        <!-- French Departments and Territories in the Indian Ocean -->
+        <item>re:647</item>
+        <!-- Zimbabwe (Republic of) -->
+        <item>zw:648</item>
+        <!-- Namibia (Republic of) -->
+        <item>na:649</item>
+        <!-- Malawi -->
+        <item>mw:650</item>
+        <!-- Lesotho (Kingdom of) -->
+        <item>ls:651</item>
+        <!-- Botswana (Republic of) -->
+        <item>bw:652</item>
+        <!-- Swaziland (Kingdom of) -->
+        <item>sz:653</item>
+        <!-- Comoros (Union of the) -->
+        <item>km:654</item>
+        <!-- South Africa (Republic of) -->
+        <item>za:655</item>
+        <!-- Eritrea -->
+        <item>er:657</item>
+        <!-- Saint Helena, Ascension and Tristan da Cunha -->
+        <item>sh:658</item>
+        <!-- South Sudan (Republic of) -->
+        <item>ss:659</item>
+        <!-- Belize -->
+        <item>bz:702</item>
+        <!-- Guatemala (Republic of) -->
+        <item>gt:704</item>
+        <!-- El Salvador (Republic of) -->
+        <item>sv:706</item>
+        <!-- Honduras (Republic of) -->
+        <item>hn:708</item>
+        <!-- Nicaragua -->
+        <item>ni:710</item>
+        <!-- Costa Rica -->
+        <item>cr:712</item>
+        <!-- Panama (Republic of) -->
+        <item>pa:714</item>
+        <!-- Peru -->
+        <item>pe:716</item>
+        <!-- Argentine Republic -->
+        <item>ar:722</item>
+        <!-- Brazil (Federative Republic of) -->
+        <item>br:724</item>
+        <!-- Chile -->
+        <item>cl:730</item>
+        <!-- Colombia (Republic of) -->
+        <item>co:732</item>
+        <!-- Venezuela (Bolivarian Republic of) -->
+        <item>ve:734</item>
+        <!-- Bolivia (Republic of) -->
+        <item>bo:736</item>
+        <!-- Guyana -->
+        <item>gy:738</item>
+        <!-- Ecuador -->
+        <item>ec:740</item>
+        <!-- French Guiana (French Department of) -->
+        <item>gf:742</item>
+        <!-- Paraguay (Republic of) -->
+        <item>py:744</item>
+        <!-- Suriname (Republic of) -->
+        <item>sr:746</item>
+        <!-- Uruguay (Eastern Republic of) -->
+        <item>uy:748</item>
+        <!-- Falkland Islands (Malvinas) -->
+        <item>fk:750</item>
+    </string-array>
+</resources>
diff --git a/src/com/android/cellbroadcastreceiver/CellBroadcastAlertAudio.java b/src/com/android/cellbroadcastreceiver/CellBroadcastAlertAudio.java
index b59ccca..bc0c019 100644
--- a/src/com/android/cellbroadcastreceiver/CellBroadcastAlertAudio.java
+++ b/src/com/android/cellbroadcastreceiver/CellBroadcastAlertAudio.java
@@ -145,6 +145,8 @@
 
     private Vibrator mVibrator;
     private MediaPlayer mMediaPlayer;
+    @VisibleForTesting
+    public MediaPlayer mMediaPlayerInjected;
     private AudioManager mAudioManager;
     private TelephonyManager mTelephonyManager;
     private int mInitialCallState;
@@ -156,7 +158,8 @@
     private static final int ALERT_PAUSE_FINISHED = 1001;
     private static final int ALERT_LED_FLASH_TOGGLE = 1002;
 
-    private Handler mHandler;
+    @VisibleForTesting
+    public Handler mHandler;
 
     private PhoneStateListener mPhoneStateListener;
 
@@ -185,17 +188,18 @@
      * it to the default language. mTtsLanguageSupported will be updated based on the response.
      */
     private void setTtsLanguage() {
-        Locale locale;
+        Locale locale = null;
         if (!TextUtils.isEmpty(mMessageLanguage)) {
             locale = new Locale(mMessageLanguage);
-        } else {
+        }
+        if (locale == null || locale.getLanguage().equalsIgnoreCase(
+                Locale.getDefault().getLanguage())) {
             // If the cell broadcast message does not specify the language, use device's default
             // language.
             locale = Locale.getDefault();
         }
 
         if (DBG) log("Setting TTS language to '" + locale + '\'');
-
         int result = mTts.setLanguage(locale);
         if (DBG) log("TTS setLanguage() returned: " + result);
         mTtsLanguageSupported = (result >= TextToSpeech.LANG_AVAILABLE);
@@ -359,6 +363,16 @@
         }
 
         mStartId = startId;
+        return handleStartIntent(intent);
+    }
+
+    /**
+     * Handle the start intent
+     *
+     * @param intent    the intent to start the service
+     */
+    @VisibleForTesting
+    public int handleStartIntent(Intent intent) {
         // Get text to speak (if enabled by user)
         mMessageBody = intent.getStringExtra(ALERT_AUDIO_MESSAGE_BODY);
         mMessageLanguage = intent.getStringExtra(ALERT_AUDIO_MESSAGE_LANGUAGE);
@@ -375,7 +389,8 @@
         // retrieve the vibration patterns.
         mVibrationPattern = intent.getIntArrayExtra(ALERT_AUDIO_VIBRATION_PATTERN_EXTRA);
 
-        Resources res = CellBroadcastSettings.getResources(getApplicationContext(), mSubId);
+        Resources res = CellBroadcastSettings.getResourcesByOperator(getApplicationContext(),
+                mSubId, CellBroadcastReceiver.getRoamingOperatorSupported(getApplicationContext()));
         mEnableLedFlash = res.getBoolean(R.bool.enable_led_flash);
 
         // retrieve the customized alert duration. -1 means play the alert with the tone's duration.
@@ -449,7 +464,8 @@
         log("playAlertTone: alertType=" + alertType + ", mEnableVibrate=" + mEnableVibrate
                 + ", mEnableAudio=" + mEnableAudio + ", mOverrideDnd=" + mOverrideDnd
                 + ", mSubId=" + mSubId);
-        Resources res = CellBroadcastSettings.getResources(getApplicationContext(), mSubId);
+        Resources res = CellBroadcastSettings.getResourcesByOperator(getApplicationContext(),
+                mSubId, CellBroadcastReceiver.getRoamingOperatorSupported(getApplicationContext()));
 
         // Vibration duration in milliseconds
         long vibrateDuration = 0;
@@ -498,7 +514,7 @@
 
         if (mEnableAudio) {
             // future optimization: reuse media player object
-            mMediaPlayer = new MediaPlayer();
+            mMediaPlayer = mMediaPlayerInjected != null ? mMediaPlayerInjected : new MediaPlayer();
             mMediaPlayer.setOnErrorListener(new OnErrorListener() {
                 public boolean onError(MediaPlayer mp, int what, int extra) {
                     loge("Error occurred while playing audio.");
@@ -507,12 +523,9 @@
                 }
             });
 
-            // If the duration is specified by the config, use the specified duration. Otherwise,
-            // just play the alert tone with the tone's duration.
-            if (customAlertDuration >= 0) {
-                mHandler.sendMessageDelayed(mHandler.obtainMessage(ALERT_SOUND_FINISHED),
-                        customAlertDuration);
-            } else {
+            // If the duration is not specified by the config, just play the alert tone
+            // with the tone's duration.
+            if (customAlertDuration < 0) {
                 mMediaPlayer.setOnCompletionListener(new OnCompletionListener() {
                     public void onCompletion(MediaPlayer mp) {
                         if (DBG) log("Audio playback complete.");
@@ -574,6 +587,12 @@
                 // Otherwise we just play the alert tone once.
                 mMediaPlayer.setLooping(customAlertDuration >= 0);
                 mMediaPlayer.prepare();
+                // If the duration is specified by the config, stop playing the alert after
+                // the specified duration.
+                if (customAlertDuration >= 0) {
+                    mHandler.sendMessageDelayed(mHandler.obtainMessage(ALERT_SOUND_FINISHED),
+                            customAlertDuration);
+                }
                 mMediaPlayer.start();
                 mIsMediaPlayerStarted = true;
 
@@ -825,7 +844,8 @@
      * Get AlertAudioService status
      * @return service status
      */
-    private synchronized int getState() {
+    @VisibleForTesting
+    public synchronized int getState() {
         return mState;
     }
 
diff --git a/src/com/android/cellbroadcastreceiver/CellBroadcastAlertDialog.java b/src/com/android/cellbroadcastreceiver/CellBroadcastAlertDialog.java
index d3e7227..892b7f6 100644
--- a/src/com/android/cellbroadcastreceiver/CellBroadcastAlertDialog.java
+++ b/src/com/android/cellbroadcastreceiver/CellBroadcastAlertDialog.java
@@ -269,8 +269,11 @@
         private boolean initDrawableAndImageView(int subId) {
             if (mWarningIcon == null) {
                 try {
-                    mWarningIcon = CellBroadcastSettings.getResources(getApplicationContext(),
-                            subId).getDrawable(R.drawable.ic_warning_googred);
+                    mWarningIcon = CellBroadcastSettings.getResourcesByOperator(
+                            getApplicationContext(), subId,
+                            CellBroadcastReceiver
+                                    .getRoamingOperatorSupported(getApplicationContext()))
+                            .getDrawable(R.drawable.ic_warning_googred);
                 } catch (Resources.NotFoundException e) {
                     CellBroadcastReceiverMetrics.getInstance().logModuleError(
                             ERRSRC_CBR, ERRTYPE_ICONRESOURCE);
@@ -578,8 +581,9 @@
 
             updateAlertText(message);
 
-            Resources res = CellBroadcastSettings.getResources(getApplicationContext(),
-                    message.getSubscriptionId());
+            Resources res = CellBroadcastSettings.getResourcesByOperator(getApplicationContext(),
+                    message.getSubscriptionId(),
+                    CellBroadcastReceiver.getRoamingOperatorSupported(getApplicationContext()));
             if (res.getBoolean(R.bool.enable_text_copy)) {
                 TextView textView = findViewById(R.id.message);
                 if (textView != null) {
@@ -732,7 +736,8 @@
      * @return The link method
      */
     private @LinkMethod int getLinkMethod(int subId) {
-        Resources res = CellBroadcastSettings.getResources(getApplicationContext(), subId);
+        Resources res = CellBroadcastSettings.getResourcesByOperator(getApplicationContext(),
+                subId, CellBroadcastReceiver.getRoamingOperatorSupported(getApplicationContext()));
         switch (res.getString(R.string.link_method)) {
             case LINK_METHOD_NONE_STRING: return LINK_METHOD_NONE;
             case LINK_METHOD_LEGACY_LINKIFY_STRING: return LINK_METHOD_LEGACY_LINKIFY;
@@ -882,8 +887,7 @@
             languageCode = message.getLanguageCode();
         }
 
-        if (CellBroadcastSettings.getResourcesForDefaultSubId(context).getBoolean(
-                R.bool.show_alert_title)) {
+        if (res.getBoolean(R.bool.show_alert_title)) {
             String title = overrideTranslation(titleId, res, languageCode);
             TextView titleTextView = findViewById(R.id.alertTitle);
 
@@ -897,6 +901,10 @@
                 setTitle(title);
                 titleTextView.setText(title);
             }
+        } else {
+            TextView titleTextView = findViewById(R.id.alertTitle);
+            setTitle("");
+            titleTextView.setText("");
         }
 
         TextView textView = findViewById(R.id.message);
@@ -919,8 +927,12 @@
 
         ((TextView) findViewById(R.id.dismissButton)).setText(dismissButtonText);
 
-
         setPictogram(context, message);
+
+        if (this.hasWindowFocus()) {
+            Configuration config = res.getConfiguration();
+            setPictogramAreaLayout(config.orientation);
+        }
     }
 
     /**
@@ -1195,8 +1207,10 @@
     public boolean onKeyDown(int keyCode, KeyEvent event) {
         Log.d(TAG, "onKeyDown: " + event);
         SmsCbMessage message = getLatestMessage();
-        if (message != null && CellBroadcastSettings.getResources(getApplicationContext(),
-                message.getSubscriptionId()).getBoolean(R.bool.mute_by_physical_button)) {
+        if (message != null && CellBroadcastSettings.getResourcesByOperator(getApplicationContext(),
+                message.getSubscriptionId(),
+                CellBroadcastReceiver.getRoamingOperatorSupported(getApplicationContext()))
+                .getBoolean(R.bool.mute_by_physical_button)) {
             switch (event.getKeyCode()) {
                 // Volume keys and camera keys mute the alert sound/vibration (except ETWS).
                 case KeyEvent.KEYCODE_VOLUME_UP:
@@ -1244,7 +1258,8 @@
      * @return true if the device is configured to never show the opt out dialog for the mcc/mnc
      */
     private boolean neverShowOptOutDialog(int subId) {
-        return CellBroadcastSettings.getResources(getApplicationContext(), subId)
+        return CellBroadcastSettings.getResourcesByOperator(getApplicationContext(), subId,
+                        CellBroadcastReceiver.getRoamingOperatorSupported(getApplicationContext()))
                 .getBoolean(R.bool.disable_opt_out_dialog);
     }
 
@@ -1262,8 +1277,10 @@
 
         cm.setPrimaryClip(ClipData.newPlainText("Alert Message", message.getMessageBody()));
 
-        String msg = CellBroadcastSettings.getResources(context,
-                message.getSubscriptionId()).getString(R.string.message_copied);
+        String msg = CellBroadcastSettings.getResourcesByOperator(context,
+                message.getSubscriptionId(),
+                CellBroadcastReceiver.getRoamingOperatorSupported(context))
+                .getString(R.string.message_copied);
         Toast.makeText(context, msg, Toast.LENGTH_SHORT).show();
         return true;
     }
diff --git a/src/com/android/cellbroadcastreceiver/CellBroadcastAlertReminder.java b/src/com/android/cellbroadcastreceiver/CellBroadcastAlertReminder.java
index 49eed82..bb2cebe 100644
--- a/src/com/android/cellbroadcastreceiver/CellBroadcastAlertReminder.java
+++ b/src/com/android/cellbroadcastreceiver/CellBroadcastAlertReminder.java
@@ -28,6 +28,7 @@
 import android.content.SharedPreferences;
 import android.content.pm.PackageManager;
 import android.content.res.Resources;
+import android.media.AudioAttributes;
 import android.media.AudioManager;
 import android.media.Ringtone;
 import android.media.RingtoneManager;
@@ -123,7 +124,15 @@
         if (enableVibration) {
             // Vibrate for 500ms.
             Vibrator vibrator = (Vibrator) getSystemService(Context.VIBRATOR_SERVICE);
-            vibrator.vibrate(VibrationEffect.createOneShot(500, VibrationEffect.DEFAULT_AMPLITUDE));
+            if (vibrator != null) {
+                AudioAttributes.Builder attrBuilder = new AudioAttributes.Builder();
+                attrBuilder.setUsage(AudioAttributes.USAGE_ALARM);
+                AudioAttributes attr = attrBuilder.build();
+                vibrator.vibrate(VibrationEffect.createOneShot(500,
+                        VibrationEffect.DEFAULT_AMPLITUDE), attr);
+            } else {
+                Log.e(TAG, "vibrator is null");
+            }
         }
     }
 
@@ -171,7 +180,8 @@
         }
 
         if (firstTime) {
-            Resources res = CellBroadcastSettings.getResources(context, subId);
+            Resources res = CellBroadcastSettings.getResourcesByOperator(context, subId,
+                    CellBroadcastReceiver.getRoamingOperatorSupported(context));
             int interval = res.getInteger(R.integer.first_reminder_interval_in_min);
             // If there is first reminder interval configured, use it.
             if (interval != 0) {
diff --git a/src/com/android/cellbroadcastreceiver/CellBroadcastAlertService.java b/src/com/android/cellbroadcastreceiver/CellBroadcastAlertService.java
index 674fbaa..0f9a5ed 100644
--- a/src/com/android/cellbroadcastreceiver/CellBroadcastAlertService.java
+++ b/src/com/android/cellbroadcastreceiver/CellBroadcastAlertService.java
@@ -34,6 +34,7 @@
 
 import android.annotation.NonNull;
 import android.app.ActivityManager;
+import android.app.ActivityOptions;
 import android.app.Notification;
 import android.app.Notification.Action;
 import android.app.NotificationChannel;
@@ -66,6 +67,7 @@
 import android.telephony.TelephonyManager;
 import android.text.TextUtils;
 import android.util.Log;
+import android.view.Display;
 
 import com.android.cellbroadcastreceiver.CellBroadcastChannelManager.CellBroadcastChannelRange;
 import com.android.internal.annotations.VisibleForTesting;
@@ -150,6 +152,15 @@
     private static final String MESSAGE_FILTER_PROPERTY_KEY =
             "persist.cellbroadcast.message_filter";
 
+    /**
+     * Key for getting current display id from SystemProperties for foldable models.
+     * This is a temporary solution which will be deprecated when system api is available.
+     * OEMs should protect the property from invalid access.
+     */
+    @VisibleForTesting
+    public static final String PROP_DISPLAY =
+            "cellbroadcast.device.is.foldable.and.currently.use.display.id";
+
     private Context mContext;
 
     /**
@@ -240,8 +251,10 @@
         TelephonyManager tm = ((TelephonyManager) mContext.getSystemService(
                 Context.TELEPHONY_SERVICE)).createForSubscriptionId(message.getSubscriptionId());
 
-        if (tm.getEmergencyCallbackMode() && CellBroadcastSettings.getResources(
-                mContext, message.getSubscriptionId()).getBoolean(R.bool.ignore_messages_in_ecbm)) {
+        if (tm.getEmergencyCallbackMode() && CellBroadcastSettings.getResourcesByOperator(
+                mContext, message.getSubscriptionId(),
+                        CellBroadcastReceiver.getRoamingOperatorSupported(mContext))
+                .getBoolean(R.bool.ignore_messages_in_ecbm)) {
             // Ignore the message in ECBM.
             // It is for LTE only mode. For 1xRTT, incoming pages should be ignored in the modem.
             Log.d(TAG, "ignoring alert of type " + message.getServiceCategory() + " in ECBM");
@@ -445,7 +458,8 @@
         }
 
         if (mTelephonyManager.getCallState() != TelephonyManager.CALL_STATE_IDLE
-                && CellBroadcastSettings.getResources(mContext, cbm.getSubscriptionId())
+                && CellBroadcastSettings.getResourcesByOperator(mContext, cbm.getSubscriptionId(),
+                        CellBroadcastReceiver.getRoamingOperatorSupported(mContext))
                 .getBoolean(R.bool.enable_alert_handling_during_call)) {
             Log.d(TAG, "CMAS received in dialing/during voicecall.");
             sRemindAfterCallFinish = true;
@@ -677,7 +691,9 @@
                 CellBroadcastAlertAudio.ALERT_AUDIO_VIBRATION_PATTERN_EXTRA,
                 (range != null)
                         ? range.mVibrationPattern
-                        : CellBroadcastSettings.getResources(mContext, message.getSubscriptionId())
+                        : CellBroadcastSettings.getResourcesByOperator(mContext,
+                                message.getSubscriptionId(),
+                                CellBroadcastReceiver.getRoamingOperatorSupported(mContext))
                         .getIntArray(R.array.default_vibration_pattern));
         // read key_override_dnd only when the toggle is visible.
         // range.mOverrideDnd is per channel configuration. override_dnd is the main config
@@ -734,9 +750,23 @@
             Intent alertDialogIntent = createDisplayMessageIntent(this,
                     CellBroadcastAlertDialog.class, messageList);
             alertDialogIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
-            startActivity(alertDialogIntent);
-        }
 
+            int displayId = SystemProperties.getInt(PROP_DISPLAY, Display.DEFAULT_DISPLAY);
+            Log.d(TAG, "openEmergencyAlertNotification: current displayId = " + displayId);
+
+            if (displayId != Display.DEFAULT_DISPLAY) {
+                try {
+                    ActivityOptions option = ActivityOptions.makeBasic();
+                    option.setLaunchDisplayId(displayId);
+                    startActivity(alertDialogIntent, option.toBundle());
+                } catch (Exception ex) {
+                    Log.d(TAG, "Failed to start alert for " + ex);
+                    startActivity(alertDialogIntent);
+                }
+            } else {
+                startActivity(alertDialogIntent);
+            }
+        }
     }
 
     /**
@@ -754,7 +784,9 @@
     static void addToNotificationBar(SmsCbMessage message,
             ArrayList<SmsCbMessage> messageList, Context context,
             boolean fromSaveState, boolean shouldAlert, boolean fromDialog) {
-        Resources res = CellBroadcastSettings.getResources(context, message.getSubscriptionId());
+        Resources res = CellBroadcastSettings.getResourcesByOperator(context,
+                message.getSubscriptionId(),
+                CellBroadcastReceiver.getRoamingOperatorSupported(context));
         int channelTitleId = CellBroadcastResources.getDialogTitleResource(context, message);
         CharSequence channelName = context.getText(channelTitleId);
         String messageBody = message.getMessageBody();
@@ -937,8 +969,6 @@
             nonEmergency.setVibrationPattern(new long[]{0});
 
             emergencyAlertInVoiceCall.setImportance(NotificationManager.IMPORTANCE_HIGH);
-            emergencyAlertInVoiceCall.enableVibration(true);
-            emergencyAlertInVoiceCall.setVibrationPattern(new long[]{0});
         }
 
         notificationManager.createNotificationChannel(highPriorityEmergency);
diff --git a/src/com/android/cellbroadcastreceiver/CellBroadcastBackupAgent.java b/src/com/android/cellbroadcastreceiver/CellBroadcastBackupAgent.java
index 185a86a..059a984 100644
--- a/src/com/android/cellbroadcastreceiver/CellBroadcastBackupAgent.java
+++ b/src/com/android/cellbroadcastreceiver/CellBroadcastBackupAgent.java
@@ -20,6 +20,7 @@
 import android.app.backup.SharedPreferencesBackupHelper;
 import android.content.Intent;
 import android.os.UserHandle;
+import android.preference.PreferenceManager;
 import android.util.Log;
 
 import com.android.internal.annotations.VisibleForTesting;
@@ -30,19 +31,16 @@
  * now it backs up the whole shared preference file. This can be
  * modified in the future to accommodate partial backup.
  */
-public class CellBroadcastBackupAgent extends BackupAgentHelper
-{
-    private static final String TAG = "CBBackupAgent";
-
+public class CellBroadcastBackupAgent extends BackupAgentHelper {
     @VisibleForTesting
     public static final String SHARED_KEY = "shared_pref";
-
-    private static final String SHARED_PREFS_NAME = "com.android.cellbroadcastreceiver_preferences";
+    private static final String TAG = "CBBackupAgent";
 
     @Override
     public void onCreate() {
         Log.d(TAG, "onCreate");
-        addHelper(SHARED_KEY, new SharedPreferencesBackupHelper(this, SHARED_PREFS_NAME));
+        addHelper(SHARED_KEY, new SharedPreferencesBackupHelper(this,
+                PreferenceManager.getDefaultSharedPreferencesName(this)));
     }
 
     @Override
diff --git a/src/com/android/cellbroadcastreceiver/CellBroadcastConfigService.java b/src/com/android/cellbroadcastreceiver/CellBroadcastConfigService.java
index 99a3d48..4419c3e 100644
--- a/src/com/android/cellbroadcastreceiver/CellBroadcastConfigService.java
+++ b/src/com/android/cellbroadcastreceiver/CellBroadcastConfigService.java
@@ -124,12 +124,14 @@
                         enableCellBroadcastChannels(SubscriptionManager.DEFAULT_SUBSCRIPTION_ID);
                     }
 
-                    String roamingOperator = CellBroadcastReceiver.getRoamingOperatorSupported(
-                            this);
-                    CellBroadcastReceiverMetrics.getInstance().onConfigUpdated(
-                            getApplicationContext(),
-                            roamingOperator.isEmpty() ? "" : roamingOperator,
-                            mChannelRangeForMetric);
+                    if (!mChannelRangeForMetric.isEmpty()) {
+                        String roamingOperator = CellBroadcastReceiver.getRoamingOperatorSupported(
+                                this);
+                        CellBroadcastReceiverMetrics.getInstance().onConfigUpdated(
+                                getApplicationContext(),
+                                roamingOperator.isEmpty() ? "" : roamingOperator,
+                                mChannelRangeForMetric);
+                    }
                 }
             } catch (Exception ex) {
                 CellBroadcastReceiverMetrics.getInstance().logModuleError(
@@ -558,19 +560,21 @@
                                 + range.mEndId + "], type:" + range.mRanType
                                 + ", enable:" + enable);
                     }
-                    if (enable) {
+                    if (enable && (subId == SubscriptionManager.getDefaultSubscriptionId())) {
                         mChannelRangeForMetric.add(new Pair(range.mStartId, range.mEndId));
                     }
                     CellBroadcastIdRange cbRange = new CellBroadcastIdRange(range.mStartId,
                             range.mEndId, range.mRanType, enable);
                     channelIdRanges.add(cbRange);
                 } else {
+                    if (VDBG) {
+                        log("enableCellBroadcastRange[" + range.mStartId + "-"
+                                + range.mEndId + "], type:" + range.mRanType);
+                    }
                     if (enable) {
-                        if (VDBG) {
-                            log("enableCellBroadcastRange[" + range.mStartId + "-"
-                                    + range.mEndId + "], type:" + range.mRanType);
+                        if (subId == SubscriptionManager.getDefaultSubscriptionId()) {
+                            mChannelRangeForMetric.add(new Pair(range.mStartId, range.mEndId));
                         }
-                        mChannelRangeForMetric.add(new Pair(range.mStartId, range.mEndId));
                         manager.enableCellBroadcastRange(range.mStartId, range.mEndId,
                                 range.mRanType);
                     } else {
diff --git a/src/com/android/cellbroadcastreceiver/CellBroadcastContentProvider.java b/src/com/android/cellbroadcastreceiver/CellBroadcastContentProvider.java
index f5c2322..6b1dadc 100644
--- a/src/com/android/cellbroadcastreceiver/CellBroadcastContentProvider.java
+++ b/src/com/android/cellbroadcastreceiver/CellBroadcastContentProvider.java
@@ -481,7 +481,8 @@
                 CellBroadcastResources.getSmsSenderAddressResourceEnglishString(context, message));
         cv.put(Telephony.Sms.Inbox.THREAD_ID, Telephony.Threads.getOrCreateThreadId(context,
                 CellBroadcastResources.getSmsSenderAddressResourceEnglishString(context, message)));
-        if (CellBroadcastSettings.getResources(context, message.getSubscriptionId())
+        if (CellBroadcastSettings.getResourcesByOperator(context, message.getSubscriptionId(),
+                        CellBroadcastReceiver.getRoamingOperatorSupported(context))
                 .getBoolean(R.bool.always_mark_sms_read)) {
             // Always mark SMS message READ. End users expect when they read new CBS messages,
             // the unread alert count in the notification should be decreased, as they thought it
diff --git a/src/com/android/cellbroadcastreceiver/CellBroadcastListActivity.java b/src/com/android/cellbroadcastreceiver/CellBroadcastListActivity.java
index ffcbcbd..21db343 100644
--- a/src/com/android/cellbroadcastreceiver/CellBroadcastListActivity.java
+++ b/src/com/android/cellbroadcastreceiver/CellBroadcastListActivity.java
@@ -90,11 +90,11 @@
         FragmentManager fm = getFragmentManager();
 
         // Create the list fragment and add it as our sole content.
-        if (fm.findFragmentById(com.android.settingslib.widget.R.id.content_frame)
+        if (fm.findFragmentById(com.android.settingslib.collapsingtoolbar.R.id.content_frame)
                 == null) {
             mListFragment = new CursorLoaderListFragment();
             mListFragment.setActivity(this);
-            fm.beginTransaction().add(com.android.settingslib.widget.R.id.content_frame,
+            fm.beginTransaction().add(com.android.settingslib.collapsingtoolbar.R.id.content_frame,
                     mListFragment).commit();
         }
 
@@ -204,6 +204,9 @@
 
         private boolean mIsWatch;
 
+        @VisibleForTesting
+        public AlertDialog.Builder mInjectAlertDialogBuilder;
+
         void setActivity(CellBroadcastListActivity activity) {
             mActivity = activity;
         }
@@ -366,7 +369,9 @@
                     messageDisplayed, geometry);
             int titleId = (mCurrentLoaderId == LOADER_NORMAL_HISTORY)
                     ? R.string.view_details_title : R.string.view_details_debugging_title;
-            new AlertDialog.Builder(getActivity())
+            AlertDialog.Builder dialogBuilder = mInjectAlertDialogBuilder != null
+                    ? mInjectAlertDialogBuilder : new AlertDialog.Builder(getActivity());
+            dialogBuilder
                     .setTitle(titleId)
                     .setMessage(details)
                     .setCancelable(true)
@@ -422,6 +427,7 @@
             if (noAlertsTextView != null) {
                 noAlertsTextView.setVisibility(!hasAlertsInHistory()
                         ? View.VISIBLE : View.INVISIBLE);
+                getListView().setLongClickable(hasAlertsInHistory());
                 if (!hasAlertsInHistory()) {
                     getListView().setContentDescription(getString(R.string.no_cell_broadcasts));
                 }
diff --git a/src/com/android/cellbroadcastreceiver/CellBroadcastListItem.java b/src/com/android/cellbroadcastreceiver/CellBroadcastListItem.java
index b5d6efa..1851287 100644
--- a/src/com/android/cellbroadcastreceiver/CellBroadcastListItem.java
+++ b/src/com/android/cellbroadcastreceiver/CellBroadcastListItem.java
@@ -17,6 +17,7 @@
 package com.android.cellbroadcastreceiver;
 
 import android.content.Context;
+import android.content.res.Resources;
 import android.database.Cursor;
 import android.graphics.Typeface;
 import android.provider.Telephony;
@@ -30,6 +31,8 @@
 import android.widget.RelativeLayout;
 import android.widget.TextView;
 
+import com.android.internal.annotations.VisibleForTesting;
+
 /**
  * This class manages the list item view for a single alert.
  */
@@ -37,9 +40,12 @@
 
     private SmsCbMessage mCbMessage;
 
-    private TextView mChannelView;
-    private TextView mMessageView;
-    private TextView mDateView;
+    @VisibleForTesting
+    public TextView mChannelView;
+    @VisibleForTesting
+    public TextView mMessageView;
+    @VisibleForTesting
+    public TextView mDateView;
     private Context mContext;
 
     public CellBroadcastListItem(Context context, AttributeSet attrs) {
@@ -66,7 +72,11 @@
      */
     public void bind(SmsCbMessage message) {
         mCbMessage = message;
-        mChannelView.setText(CellBroadcastResources.getDialogTitleResource(mContext, message));
+        Resources res = CellBroadcastSettings.getResourcesByOperator(mContext,
+                message.getSubscriptionId(),
+                CellBroadcastReceiver.getRoamingOperatorSupported(mContext));
+        mChannelView.setText(res.getText(
+                CellBroadcastResources.getDialogTitleResource(mContext, message)));
         mDateView.setText(DateUtils.formatDateTime(getContext(), message.getReceivedTime(),
                 DateUtils.FORMAT_NO_NOON_MIDNIGHT | DateUtils.FORMAT_SHOW_TIME
                         | DateUtils.FORMAT_ABBREV_ALL | DateUtils.FORMAT_SHOW_DATE
diff --git a/src/com/android/cellbroadcastreceiver/CellBroadcastReceiver.java b/src/com/android/cellbroadcastreceiver/CellBroadcastReceiver.java
index cfdcc04..e8b55fe 100644
--- a/src/com/android/cellbroadcastreceiver/CellBroadcastReceiver.java
+++ b/src/com/android/cellbroadcastreceiver/CellBroadcastReceiver.java
@@ -21,6 +21,7 @@
 import static com.android.cellbroadcastservice.CellBroadcastMetrics.RPT_SPC;
 import static com.android.cellbroadcastservice.CellBroadcastMetrics.SRC_CBR;
 
+import android.annotation.NonNull;
 import android.app.ActivityManager;
 import android.content.BroadcastReceiver;
 import android.content.ComponentName;
@@ -46,6 +47,7 @@
 import android.telephony.TelephonyManager;
 import android.telephony.cdma.CdmaSmsCbProgramData;
 import android.text.TextUtils;
+import android.util.ArrayMap;
 import android.util.EventLog;
 import android.util.Log;
 import android.widget.Toast;
@@ -57,6 +59,8 @@
 
 import java.util.ArrayList;
 import java.util.Arrays;
+import java.util.Locale;
+import java.util.Map;
 
 public class CellBroadcastReceiver extends BroadcastReceiver {
     private static final String TAG = "CellBroadcastReceiver";
@@ -113,6 +117,9 @@
 
     private Context mContext;
 
+    // This is to map the iso country code to the MCC string
+    private Map<String, String> mMccMap;
+
     /**
      * this method is to make this class unit-testable, because CellBroadcastSettings.getResources()
      * is a static method and cannot be stubbed.
@@ -132,6 +139,10 @@
         String action = intent.getAction();
         Resources res = getResourcesMethod();
 
+        if (mMccMap == null) {
+            mMccMap = getMccMap(res);
+        }
+
         if (ACTION_MARK_AS_READ.equals(action)) {
             // The only way this'll be called is if someone tries to maliciously set something
             // as read. Log an event.
@@ -226,17 +237,27 @@
         logd("onServiceStateChanged, ss: " + ss);
         // check whether to support roaming network
         String roamingOperator = null;
-        if (ss == ServiceState.STATE_IN_SERVICE || ss == ServiceState.STATE_EMERGENCY_ONLY) {
+        if (ss != ServiceState.STATE_POWER_OFF) {
             TelephonyManager tm = context.getSystemService(TelephonyManager.class);
             String networkOperator = tm.getNetworkOperator();
             logd("networkOperator: " + networkOperator);
 
+            // check the mcc on emergency only mode
+            if (TextUtils.isEmpty(networkOperator)) {
+                String countryCode = tm.getNetworkCountryIso();
+                if (mMccMap != null && !TextUtils.isEmpty(countryCode)) {
+                    networkOperator = mMccMap.get(countryCode.toLowerCase(Locale.ROOT).trim());
+                    logd("networkOperator on emergency mode: " + networkOperator
+                            + " for the country code: " + countryCode);
+                }
+            }
+
             // check roaming config only if the network oprator is not empty as the config
             // is based on operator numeric
-            if (!networkOperator.isEmpty()) {
+            if (!TextUtils.isEmpty(networkOperator)) {
                 // No roaming supported by default
                 roamingOperator = "";
-                if ((tm.isNetworkRoaming() || ss == ServiceState.STATE_EMERGENCY_ONLY)
+                if ((tm.isNetworkRoaming() || ss != ServiceState.STATE_IN_SERVICE)
                         && !networkOperator.equals(tm.getSimOperator())) {
                     String propRoamingPlmn = SystemProperties.get(
                             ROAMING_PLMN_SUPPORTED_PROPERTY_KEY, "").trim();
@@ -251,8 +272,14 @@
                             roamingOperator = networkOperator;
                             break;
                         } else if (r.equals("XXX")) {
-                            //match any roaming network, only store mcc
-                            roamingOperator = networkOperator.substring(0, 3);
+                            if (tm.getSimOperator() != null) {
+                                String networkMcc = networkOperator.substring(0, 3);
+                                // empty sim case or inserted sim but different mcc case
+                                if (!tm.getSimOperator().startsWith(networkMcc)) {
+                                    //match any roaming network, only store mcc
+                                    roamingOperator = networkMcc;
+                                }
+                            }
                             break;
                         } else if (networkOperator.startsWith(r)) {
                             roamingOperator = r;
@@ -282,6 +309,25 @@
     }
 
     /**
+     * Initialize the MCC mapping table
+     */
+    @VisibleForTesting
+    @NonNull
+    public static Map<String, String> getMccMap(@NonNull Resources res) {
+        String[] arr = res.getStringArray(R.array.iso_country_code_mcc_table);
+        Map<String, String> map = new ArrayMap<>(arr.length);
+
+        for (String item : arr) {
+            String[] val = item.split(":");
+            if (val.length > 1) {
+                map.put(val[0].toLowerCase(Locale.ROOT).trim(), val[1].trim());
+            }
+        }
+
+        return map;
+    }
+
+    /**
      * Send an intent to reset the users WEA settings if there is a new carrier on the default subId
      *
      * The settings will be reset only when a new carrier is detected on the default subId. So it
diff --git a/src/com/android/cellbroadcastreceiver/CellBroadcastReceiverMetrics.java b/src/com/android/cellbroadcastreceiver/CellBroadcastReceiverMetrics.java
index c6cb424..411bcbc 100644
--- a/src/com/android/cellbroadcastreceiver/CellBroadcastReceiverMetrics.java
+++ b/src/com/android/cellbroadcastreceiver/CellBroadcastReceiverMetrics.java
@@ -65,7 +65,6 @@
     /**
      * Get instance of CellBroadcastReceiverMetrics.
      */
-    @VisibleForTesting
     public static CellBroadcastReceiverMetrics getInstance() {
         if (sCbrMetrics == null) {
             sCbrMetrics = new CellBroadcastReceiverMetrics();
@@ -389,7 +388,8 @@
             throws IOException {
         Cellbroadcastmetric.CellBroadcastChannelRangesProto.Builder rangeListBuilder =
                 Cellbroadcastmetric.CellBroadcastChannelRangesProto.newBuilder();
-        rangeList.stream().sorted((o1, o2) -> o1.first == o2.first ? o1.second - o2.second
+        rangeList.stream().sorted((o1, o2) -> Objects.equals(o1.first, o2.first)
+                ? o1.second - o2.second
                 : o1.first - o2.first).forEach(pair -> {
             Cellbroadcastmetric.CellBroadcastChannelRangeProto.Builder rangeBuilder =
                     Cellbroadcastmetric.CellBroadcastChannelRangeProto.newBuilder();
diff --git a/src/com/android/cellbroadcastreceiver/CellBroadcastSettings.java b/src/com/android/cellbroadcastreceiver/CellBroadcastSettings.java
index 0b06233..f5484e2 100644
--- a/src/com/android/cellbroadcastreceiver/CellBroadcastSettings.java
+++ b/src/com/android/cellbroadcastreceiver/CellBroadcastSettings.java
@@ -38,7 +38,8 @@
 import android.view.MenuItem;
 import android.view.View;
 import android.view.ViewGroup;
-import android.widget.Switch;
+import android.widget.CompoundButton;
+import android.widget.CompoundButton.OnCheckedChangeListener;
 
 import androidx.localbroadcastmanager.content.LocalBroadcastManager;
 import androidx.preference.ListPreference;
@@ -53,7 +54,6 @@
 import com.android.modules.utils.build.SdkLevel;
 import com.android.settingslib.collapsingtoolbar.CollapsingToolbarBaseActivity;
 import com.android.settingslib.widget.MainSwitchPreference;
-import com.android.settingslib.widget.OnMainSwitchChangeListener;
 
 import java.util.HashMap;
 import java.util.Map;
@@ -67,6 +67,9 @@
 
     private static final boolean DBG = false;
 
+    @VisibleForTesting
+    public CellBroadcastSettings.CellBroadcastSettingsFragment mCellBroadcastSettingsFragment;
+
     /**
      * Keys for user preferences.
      * When adding a new preference, make sure to clear its value in resetAllPreferences.
@@ -151,7 +154,8 @@
     public static final String KEY_EMERGENCY_ALERT_HISTORY = "emergency_alert_history";
 
     // For top introduction info
-    private static final String KEY_PREFS_TOP_INTRO = "alert_prefs_top_intro";
+    @VisibleForTesting
+    public static final String KEY_PREFS_TOP_INTRO = "alert_prefs_top_intro";
 
     // Whether to receive alert in second language code
     public static final String KEY_RECEIVE_CMAS_IN_SECOND_LANGUAGE =
@@ -164,7 +168,8 @@
     public static final String ANY_PREFERENCE_CHANGED_BY_USER = "any_preference_changed_by_user";
 
     // Resource cache per operator
-    private static final Map<String, Resources> sResourcesCacheByOperator = new HashMap<>();
+    @VisibleForTesting
+    public static final Map<String, Resources> sResourcesCacheByOperator = new HashMap<>();
     private static final Object sCacheLock = new Object();
 
     // Intent sent from cellbroadcastreceiver to notify cellbroadcastservice that area info update
@@ -207,12 +212,13 @@
 
         // We only add new CellBroadcastSettingsFragment if no fragment is restored.
         Fragment fragment = getFragmentManager().findFragmentById(
-                com.android.settingslib.widget.R.id.content_frame);
+                com.android.settingslib.collapsingtoolbar.R.id.content_frame);
         if (fragment == null) {
-            fragment = new CellBroadcastSettingsFragment();
+            mCellBroadcastSettingsFragment = new CellBroadcastSettingsFragment();
             getFragmentManager()
                     .beginTransaction()
-                    .add(com.android.settingslib.widget.R.id.content_frame, fragment)
+                    .add(com.android.settingslib.collapsingtoolbar.R.id.content_frame,
+                            mCellBroadcastSettingsFragment)
                     .commit();
         }
     }
@@ -460,13 +466,16 @@
             initReminderIntervalList();
 
             if (mMasterToggle != null) {
+
+                initAlertsToggleDisabledAsNeeded();
+
                 if (mMasterToggle instanceof MainSwitchPreference) {
                     MainSwitchPreference mainSwitchPreference =
                             (MainSwitchPreference) mMasterToggle;
-                    final OnMainSwitchChangeListener mainSwitchListener =
-                            new OnMainSwitchChangeListener() {
+                    final OnCheckedChangeListener mainSwitchListener =
+                            new OnCheckedChangeListener() {
                         @Override
-                        public void onSwitchChanged(Switch switchView, boolean isChecked) {
+                        public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) {
                             setAlertsEnabled(isChecked);
                             onPreferenceChangedByUser(getContext());
                         }
@@ -614,7 +623,7 @@
             if (mExtremeCheckBox != null) {
                 mExtremeCheckBox.setVisible(res.getBoolean(R.bool.show_extreme_alert_settings)
                         && !channelManager.getCellBroadcastChannelRanges(
-                                R.array.cmas_alert_extreme_channels_range_strings).isEmpty());
+                        R.array.cmas_alert_extreme_channels_range_strings).isEmpty());
                 if (isWatch && !mExtremeCheckBox.isVisible()) {
                     preferenceScreen.removePreference(mExtremeCheckBox);
                 }
@@ -623,7 +632,7 @@
             if (mSevereCheckBox != null) {
                 mSevereCheckBox.setVisible(res.getBoolean(R.bool.show_severe_alert_settings)
                         && !channelManager.getCellBroadcastChannelRanges(
-                                R.array.cmas_alerts_severe_range_strings).isEmpty());
+                        R.array.cmas_alerts_severe_range_strings).isEmpty());
                 if (isWatch && !mSevereCheckBox.isVisible()) {
                     preferenceScreen.removePreference(mSevereCheckBox);
                 }
@@ -701,7 +710,7 @@
                 mStateLocalTestCheckBox.setVisible(
                         res.getBoolean(R.bool.show_state_local_test_settings)
                                 && !channelManager.getCellBroadcastChannelRanges(
-                                        R.array.state_local_test_alert_range_strings).isEmpty());
+                                R.array.state_local_test_alert_range_strings).isEmpty());
                 if (isWatch && !mStateLocalTestCheckBox.isVisible()) {
                     preferenceScreen.removePreference(mStateLocalTestCheckBox);
                 }
@@ -801,13 +810,28 @@
                     });
         }
 
+        /**
+         * Set the extreme toggle disabled as needed.
+         */
+        @VisibleForTesting
+        public void initAlertsToggleDisabledAsNeeded() {
+            Resources res = CellBroadcastSettings.getResourcesForDefaultSubId(getContext());
+            if (res.getBoolean(R.bool.disable_extreme_alert_settings)) {
+                mExtremeCheckBox.setEnabled(false);
+                mExtremeCheckBox.setChecked(
+                        res.getBoolean(R.bool.extreme_threat_alerts_enabled_default));
+            }
+        }
 
         private void setAlertsEnabled(boolean alertsEnabled) {
+            Resources res = CellBroadcastSettings.getResourcesForDefaultSubId(getContext());
+
             if (mSevereCheckBox != null) {
                 mSevereCheckBox.setEnabled(alertsEnabled);
                 mSevereCheckBox.setChecked(alertsEnabled);
             }
-            if (mExtremeCheckBox != null) {
+            if (!res.getBoolean(R.bool.disable_extreme_alert_settings)
+                    && mExtremeCheckBox != null) {
                 mExtremeCheckBox.setEnabled(alertsEnabled);
                 mExtremeCheckBox.setChecked(alertsEnabled);
             }
diff --git a/tests/compliancetests/OWNERS b/tests/compliancetests/OWNERS
new file mode 100644
index 0000000..03d2588
--- /dev/null
+++ b/tests/compliancetests/OWNERS
@@ -0,0 +1,4 @@
+# Bug component: 1201428
+huiwang@google.com
+youngtaecha@google.com
+hyosunkim@google.com
diff --git a/tests/compliancetests/assets/emergency_alert_channels.json b/tests/compliancetests/assets/emergency_alert_channels.json
index bc5e2de..21cd5c8 100644
--- a/tests/compliancetests/assets/emergency_alert_channels.json
+++ b/tests/compliancetests/assets/emergency_alert_channels.json
@@ -11,6 +11,7 @@
 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 // See the License for the specific language governing permissions and
 // limitations under the License.
+
 {
   "uae": {
     "4352": {
@@ -43,10 +44,7 @@
     "4396": {
       "title": "Public Safety Alert",
       "default_value": "true",
-      "toggle_avail": "true",
-      "vibration_time": 1,
-      "sound_time": 7,
-      "alert_time": 10
+      "toggle_avail": "true"
     },
     "4380": {
       "title": "Test Alert",
@@ -93,10 +91,7 @@
     "4397": {
       "title": "Public Safety Alert",
       "default_value": "true",
-      "toggle_avail": "true",
-      "vibration_time": 1,
-      "sound_time": 7,
-      "alert_time": 10
+      "toggle_avail": "true"
     },
     "4393": {
       "title": "Test Alert",
@@ -190,50 +185,32 @@
     "4370": {
       "title": "Alerta de Emergencia", //"Emergency alert",
       "default_value": "true",
-      "toggle_avail": "false",
-      "vibration_time": 180,
-      "sound_time": 180,
-      "alert_time": 180
+      "toggle_avail": "false"
     },
     "4383": {
       "title": "Alerta de Emergencia", //"Emergency alert",
       "default_value": "true",
-      "toggle_avail": "false",
-      "vibration_time": 180,
-      "sound_time": 180,
-      "alert_time": 180
+      "toggle_avail": "false"
     },
     "4380": {
       "title": "Alerta de Emergencia – mensaje de Prueba", //"Emergency alert: Test message",
       "default_value": "true",
-      "toggle_avail": "false",
-      "vibration_time": 180,
-      "sound_time": 180,
-      "alert_time": 180
+      "toggle_avail": "false"
     },
     "4381": {
       "title": "Alerta de Emergencia – mensaje de Ejercicio / Simulacro", //"Emergency alert: Exercise/Drill message",
       "default_value": "true",
-      "toggle_avail": "false",
-      "vibration_time": 180,
-      "sound_time": 180,
-      "alert_time": 180
+      "toggle_avail": "false"
     },
     "4382": {
       "title": "Mensaje Informativo", //"Informative message",
       "default_value": "true",
-      "toggle_avail": "false",
-      "vibration_time": 180,
-      "sound_time": 180,
-      "alert_time": 180
+      "toggle_avail": "false"
     },
     "4396": {
       "title": "Alerta de Emergencia", //"Emergency alert",
       "default_value": "true",
       "toggle_avail": "false",
-      "vibration_time": 180,
-      "sound_time": 180,
-      "alert_time": 180,
       "end_channel": "4399"
     }
   },
@@ -252,50 +229,32 @@
     "4370": {
       "title": "Alerta de Emergencia", //"Emergency alert",
       "default_value": "true",
-      "toggle_avail": "false",
-      "vibration_time": 180,
-      "sound_time": 180,
-      "alert_time": 180
+      "toggle_avail": "false"
     },
     "4383": {
       "title": "Alerta de Emergencia", //"Emergency alert",
       "default_value": "true",
-      "toggle_avail": "false",
-      "vibration_time": 180,
-      "sound_time": 180,
-      "alert_time": 180
+      "toggle_avail": "false"
     },
     "4380": {
       "title": "Alerta de Emergencia – mensaje de Prueba", //"Emergency alert: Test message",
       "default_value": "true",
-      "toggle_avail": "false",
-      "vibration_time": 180,
-      "sound_time": 180,
-      "alert_time": 180
+      "toggle_avail": "false"
     },
     "4381": {
       "title": "Alerta de Emergencia – mensaje de Ejercicio / Simulacro", //"Emergency alert: Exercise/Drill message",
       "default_value": "true",
-      "toggle_avail": "false",
-      "vibration_time": 180,
-      "sound_time": 180,
-      "alert_time": 180
+      "toggle_avail": "false"
     },
     "4382": {
       "title": "Mensaje Informativo", //"Informative message",
       "default_value": "true",
-      "toggle_avail": "false",
-      "vibration_time": 180,
-      "sound_time": 180,
-      "alert_time": 180
+      "toggle_avail": "false"
     },
     "4396": {
       "title": "Alerta de Emergencia", // "Emergency alert",
       "default_value": "true",
       "toggle_avail": "false",
-      "vibration_time": 180,
-      "sound_time": 180,
-      "alert_time": 180,
       "end_channel": "4399"
     }
   },
@@ -728,43 +687,6 @@
       "title": "子供の誘拐(誘拐事件速報)", //"Child abduction (Amber alert)",
       "default_value": "true",
       "toggle_avail": "true"
-    },
-    "43008": {
-      "title": "緊急地震速報", //"Earthquake warning",
-      "default_value": "true",
-      "toggle_avail": "false"
-    },
-    "45038": {
-      "title": "津波警報", //"Tsunami warning",
-      "default_value": "true",
-      "toggle_avail": "false",
-      "warning_type": "02"
-    },
-    "44032": {
-      "title": "緊急速報メール", //"Emergency warning",
-      "default_value": "true",
-      "toggle_avail": "false",
-      "end_channel": "45037"
-    },
-    "45000": {
-      "title": "緊急速報メール", //"Emergency warning",
-      "default_value": "true",
-      "toggle_avail": "false"
-    },
-    "45037": {
-      "title": "緊急速報メール", //"Emergency warning",
-      "default_value": "true",
-      "toggle_avail": "false"
-    },
-    "43010": {
-      "title": "ETWS 試験メッセージ", //"ETWS test message",
-      "default_value": "false",
-      "toggle_avail": "false"
-    },
-    "43012": {
-      "title": "ETWS 試験メッセージ", //"ETWS test message",
-      "default_value": "false",
-      "toggle_avail": "false"
     }
   },
   "hongkong": {
@@ -812,63 +734,73 @@
       "toggle_avail": "true"
     }
   },
-  "uk": {
+  "denmark": {
     "4370": {
-      "title": "Government Alert",
+      "title": "Public warning",  // 'Beredskabsmeddelelse' == 'Public warning'
       "default_value": "true",
       "toggle_avail": "false"
     },
     "4383": {
-      "title": "Government Alert",
+      "title": "Public warning",  // 'Beredskabsmeddelelse' == 'Public warning'
       "default_value": "true",
       "toggle_avail": "false"
     },
     "4371": {
-      "title": "Extreme Alert",
+      "title": "Extreme",         // 'Farlig hændelse' == 'Extreme'
       "default_value": "true",
       "toggle_avail": "true",
-      "end_channel": "4372"
+      "end_channel": "4374"
     },
     "4384": {
-      "title": "Extreme Alert",
+      "title": "Extreme",         // 'Farlig hændelse' == 'Extreme'
       "default_value": "true",
       "toggle_avail": "true",
-      "end_channel": "4385"
+      "end_channel": "4387"
     },
-    "4373": {
-      "title": "Severe Alert",
-      "default_value": "true",
+    "4375": {
+      "title": "Severe",          // 'Alvorlig hændelse' == 'Severe'
+      "default_value": "false",
       "toggle_avail": "true",
       "end_channel": "4378"
     },
-    "4386": {
-      "title": "Severe Alert",
-      "default_value": "true",
+    "4388": {
+      "title": "Severe",          // 'Alvorlig hændelse' == 'Severe'
+      "default_value": "false",
       "toggle_avail": "true",
       "end_channel": "4391"
     },
     "4380": {
-      "title": "Required Monthly Test",
+      "title": "Test",            // 'Test' == 'Test'
       "default_value": "false",
-      "toggle_avail": "false"
+      "toggle_avail": "true"
+    },
+    "4382": {
+      "title": "Test",            // 'Test' == 'Test'
+      "default_value": "false",
+      "toggle_avail": "true"
     },
     "4393": {
-      "title": "Required Monthly Test",
+      "title": "Test",            // 'Test' == 'Test'
       "default_value": "false",
-      "toggle_avail": "false"
+      "toggle_avail": "true"
+    },
+    "4395": {
+      "title": "Test",            // 'Test' == 'Test'
+      "default_value": "false",
+      "toggle_avail": "true"
     },
     "4381": {
-      "title": "Emergency alert (Exercise)",
+      "title": "Exercise",        // 'Øvelse' == 'Exercise'
       "default_value": "false",
-      "toggle_avail": "false"
+      "toggle_avail": "true"
     },
     "4394": {
-      "title": "Emergency alert (Exercise)",
+      "title": "Exercise",        // 'Øvelse' == 'Exercise'
       "default_value": "false",
-      "toggle_avail": "false"
+      "toggle_avail": "true"
     }
   },
-  "uk_ee": {
+  "uk": {
     "4370": {
       "title": "Government Alert",
       "default_value": "true",
@@ -939,101 +871,59 @@
     "4370": {
       "title": "Emergency alert",
       "default_value": "true",
-      "toggle_avail": "false",
-      "vibration_time": 190,
-      "sound_time": 190,
-      "alert_time": 180,
-      "offset": 10
+      "toggle_avail": "false"
     },
     "919": {
       "title": "Emergency alert",
       "default_value": "true",
-      "toggle_avail": "false",
-      "vibration_time": 190,
-      "sound_time": 190,
-      "alert_time": 180,
-      "offset": 10
+      "toggle_avail": "false"
     },
     "4380": {
       "title": "Mensaje de prueba",
       "default_value": "false",
-      "toggle_avail": "true",
-      "vibration_time": 1,
-      "sound_time": 7,
-      "alert_time": 10
+      "toggle_avail": "true"
     },
     "519": {
       "title": "Test Message",
       "default_value": "false",
-      "toggle_avail": "true",
-      "vibration_time": 1,
-      "sound_time": 7,
-      "alert_time": 10
+      "toggle_avail": "true"
     },
     "4371": {
       "title": "Emergency alert: Extreme",
       "default_value": "true",
       "toggle_avail": "false",
-      "vibration_time": 190,
-      "sound_time": 190,
-      "alert_time": 180,
-      "offset": 10,
       "end_channel": "4372"
     },
     "4373": {
       "title": "Emergency alert: Severe",
       "default_value": "true",
       "toggle_avail": "false",
-      "vibration_time": 190,
-      "sound_time": 190,
-      "alert_time": 180,
-      "offset": 10,
       "end_channel": "4378"
     },
     "4379": {
       "title": "Child abduction (Amber alert)",
       "default_value": "true",
-      "toggle_avail": "false",
-      "vibration_time": 190,
-      "sound_time": 190,
-      "alert_time": 180,
-      "offset": 10
+      "toggle_avail": "false"
     },
     "4381": {
       "title": "Emergency alert (exercise)",
       "default_value": "false",
-      "toggle_avail": "false",
-      "vibration_time": 190,
-      "sound_time": 190,
-      "alert_time": 180,
-      "offset": 10
+      "toggle_avail": "false"
     },
     "4382": {
       "title": "Emergency alert (operator)",
       "default_value": "false",
-      "toggle_avail": "false",
-      "vibration_time": 190,
-      "sound_time": 190,
-      "alert_time": 180,
-      "offset": 10
+      "toggle_avail": "false"
     },
     "4383": {
       "title": "Emergency alert",
       "default_value": "true",
-      "toggle_avail": "false",
-      "vibration_time": 190,
-      "sound_time": 190,
-      "alert_time": 180,
-      "offset": 10
+      "toggle_avail": "false"
     },
     "921": {
       "title": "Emergency alert",
       "default_value": "true",
-      "toggle_avail": "false",
-      "vibration_time": 190,
-      "sound_time": 190,
-      "alert_time": 180,
-      "offset": 10
+      "toggle_avail": "false"
     }
   },
   "korea": {
@@ -1051,59 +941,38 @@
     "4370": {
       "title": "위급 재난 문자", //"Critical emergency alert",
       "default_value": "true",
-      "toggle_avail": "false",
-      "vibration_time": 10,
-      "sound_time": 10,
-      "alert_time": 10
+      "toggle_avail": "false"
     },
     "4383": {
       "title": "위급 재난 문자", //"Critical emergency alert",
       "default_value": "true",
-      "toggle_avail": "false",
-      "vibration_time": 10,
-      "sound_time": 10,
-      "alert_time": 10
+      "toggle_avail": "false"
     },
     "4371": {
       "title": "긴급 재난 문자", //"Emergency alert",
       "default_value": "true",
-      "toggle_avail": "true",
-      "vibration_time": 10,
-      "sound_time": 10,
-      "alert_time": 10
+      "toggle_avail": "true"
     },
     "4384": {
       "title": "긴급 재난 문자", //"Emergency alert",
       "default_value": "true",
-      "toggle_avail": "true",
-      "vibration_time": 10,
-      "sound_time": 10,
-      "alert_time": 10
+      "toggle_avail": "true"
     },
     "4372": {
       "title": "안전 안내 문자", //"Public safety message",
       "default_value": "true",
-      "toggle_avail": "true",
-      "vibration_time": 1,
-      "sound_time": 1,
-      "alert_time": 10
+      "toggle_avail": "true"
     },
     "4373": {
       "title": "안전 안내 문자", //"Public safety message",
       "default_value": "true",
       "toggle_avail": "true",
-      "vibration_time": 1,
-      "sound_time": 1,
-      "alert_time": 10,
       "end_channel": "4379"
     },
     "4385": {
       "title": "안전 안내 문자", //"Public safety message",
       "default_value": "true",
-      "toggle_avail": "true",
-      "vibration_time": 1,
-      "sound_time": 1,
-      "alert_time": 10
+      "toggle_avail": "true"
     },
     "40960": {
       "title": "안전 안내 문자", //"Public safety message",
@@ -1128,59 +997,38 @@
     "4370": {
       "title": "위급 재난 문자", //"Critical emergency alert",
       "default_value": "true",
-      "toggle_avail": "false",
-      "vibration_time": 10,
-      "sound_time": 10,
-      "alert_time": 10
+      "toggle_avail": "false"
     },
     "4383": {
       "title": "위급 재난 문자", //"Critical emergency alert",
       "default_value": "true",
-      "toggle_avail": "false",
-      "vibration_time": 10,
-      "sound_time": 10,
-      "alert_time": 10
+      "toggle_avail": "false"
     },
     "4371": {
       "title": "긴급 재난 문자", //"Emergency alert",
       "default_value": "true",
-      "toggle_avail": "true",
-      "vibration_time": 10,
-      "sound_time": 10,
-      "alert_time": 10
+      "toggle_avail": "true"
     },
     "4384": {
       "title": "긴급 재난 문자", //"Emergency alert",
       "default_value": "true",
-      "toggle_avail": "true",
-      "vibration_time": 10,
-      "sound_time": 10,
-      "alert_time": 10
+      "toggle_avail": "true"
     },
     "4372": {
       "title": "안전 안내 문자", //"Public safety message",
       "default_value": "true",
-      "toggle_avail": "true",
-      "vibration_time": 1,
-      "sound_time": 1,
-      "alert_time": 10
+      "toggle_avail": "true"
     },
     "4373": {
       "title": "안전 안내 문자", //"Public safety message",
       "default_value": "true",
       "toggle_avail": "true",
-      "vibration_time": 1,
-      "sound_time": 1,
-      "alert_time": 10,
       "end_channel": "4379"
     },
     "4385": {
       "title": "안전 안내 문자", //"Public safety message",
       "default_value": "true",
-      "toggle_avail": "true",
-      "vibration_time": 1,
-      "sound_time": 1,
-      "alert_time": 10
+      "toggle_avail": "true"
     },
     "40960": {
       "title": "안전 안내 문자", //"Public safety message",
@@ -1205,59 +1053,38 @@
     "4370": {
       "title": "위급 재난 문자", //"Critical emergency alert",
       "default_value": "true",
-      "toggle_avail": "false",
-      "vibration_time": 10,
-      "sound_time": 10,
-      "alert_time": 10
+      "toggle_avail": "false"
     },
     "4383": {
       "title": "위급 재난 문자", //"Critical emergency alert",
       "default_value": "true",
-      "toggle_avail": "false",
-      "vibration_time": 10,
-      "sound_time": 10,
-      "alert_time": 10
+      "toggle_avail": "false"
     },
     "4371": {
       "title": "긴급 재난 문자", //"Emergency alert",
       "default_value": "true",
-      "toggle_avail": "true",
-      "vibration_time": 10,
-      "sound_time": 10,
-      "alert_time": 10
+      "toggle_avail": "true"
     },
     "4384": {
       "title": "긴급 재난 문자", //"Emergency alert",
       "default_value": "true",
-      "toggle_avail": "true",
-      "vibration_time": 10,
-      "sound_time": 10,
-      "alert_time": 10
+      "toggle_avail": "true"
     },
     "4372": {
       "title": "안전 안내 문자", //"Public safety message",
       "default_value": "true",
-      "toggle_avail": "true",
-      "vibration_time": 1,
-      "sound_time": 1,
-      "alert_time": 10
+      "toggle_avail": "true"
     },
     "4373": {
       "title": "안전 안내 문자", //"Public safety message",
       "default_value": "true",
       "toggle_avail": "true",
-      "vibration_time": 1,
-      "sound_time": 1,
-      "alert_time": 10,
       "end_channel": "4379"
     },
     "4385": {
       "title": "안전 안내 문자", //"Public safety message",
       "default_value": "true",
-      "toggle_avail": "true",
-      "vibration_time": 1,
-      "sound_time": 1,
-      "alert_time": 10
+      "toggle_avail": "true"
     },
     "40960": {
       "title": "안전 안내 문자", //"Public safety message",
@@ -1730,39 +1557,33 @@
       "toggle_avail": "false"
     },
     "4370": {
-      "title": "Presidential alert",
+      "title": "Presidential Alert",
       "default_value": "true",
       "toggle_avail": "false"
     },
     "4383": {
-      "title": "Presidential alert",
+      "title": "Presidential Alert",
       "default_value": "true",
       "toggle_avail": "false"
     },
     "911": {
-      "title": "Alert message",
+      "title": "Alert Message",
       "default_value": "true",
-      "toggle_avail": "true",
-      "vibration_time": 1,
-      "sound_time": 7,
-      "alert_time": 10
+      "toggle_avail": "true"
     },
     "919": {
-      "title": "Alert message",
+      "title": "Alert Message",
       "default_value": "true",
-      "toggle_avail": "true",
-      "vibration_time": 1,
-      "sound_time": 7,
-      "alert_time": 10
+      "toggle_avail": "true"
     },
     "4371": {
-      "title": "Emergency alert",
+      "title": "Emergency Alert",
       "default_value": "true",
       "toggle_avail": "true",
       "end_channel": "4379"
     },
     "4384": {
-      "title": "Emergency alert",
+      "title": "Emergency Alert",
       "default_value": "true",
       "toggle_avail": "true",
       "end_channel": "4392"
@@ -1784,98 +1605,47 @@
       "default_value": "true",
       "toggle_avail": "true"
     },
-    "4352": {
-      "title": "",
+    "4371": {
+      "title": "Extreme Alert",
       "default_value": "true",
       "toggle_avail": "false",
-      "end_channel": "4354"
-    },
-    "4356": {
-      "title": "",
-      "default_value": "true",
-      "toggle_avail": "false"
-    },
-    "4370": {
-      "title": "Presidential alert",
-      "default_value": "true",
-      "toggle_avail": "false"
-    },
-    "4383": {
-      "title": "Presidential alert",
-      "default_value": "true",
-      "toggle_avail": "false"
-    },
-    "4371": {
-      "title": "Emergency alert: Extreme",
-      "default_value": "true",
-      "toggle_avail": "true",
       "end_channel": "4372"
     },
     "4384": {
-      "title": "Emergency alert: Extreme",
+      "title": "Extreme Alert",
       "default_value": "true",
-      "toggle_avail": "true",
+      "toggle_avail": "false",
       "end_channel": "4385"
     },
     "4373": {
-      "title": "Emergency alert: Severe",
+      "title": "Severe Alert",
       "default_value": "true",
       "toggle_avail": "true",
       "end_channel": "4378"
     },
     "4386": {
-      "title": "Emergency alert: Severe",
+      "title": "Severe Alert",
       "default_value": "true",
       "toggle_avail": "true",
       "end_channel": "4391"
     },
-    "4380": {
-      "title": "Required Monthly Test",
-      "default_value": "false",
-      "toggle_avail": "true"
-    },
     "4381": {
-      "title": "Emergency alert (exercise)",
-      "default_value": "false",
-      "toggle_avail": "true"
-    },
-    "4393": {
-      "title": "Required Monthly Test",
+      "title": "Exercise Alert",
       "default_value": "false",
       "toggle_avail": "true"
     },
     "4394": {
-      "title": "Emergency alert (exercise)",
-      "default_value": "false",
-      "toggle_avail": "true"
-    },
-    "4379": {
-      "title": "Child abduction (Amber alert)",
-      "default_value": "true",
-      "toggle_avail": "false"
-    },
-    "4392": {
-      "title": "Child abduction (Amber alert)",
-      "default_value": "true",
-      "toggle_avail": "false"
-    },
-    "4398": {
-      "title": "State/Local test",
-      "default_value": "false",
-      "toggle_avail": "true"
-    },
-    "4399": {
-      "title": "State/Local test",
+      "title": "Exercise Alert",
       "default_value": "false",
       "toggle_avail": "true"
     },
     "4382": {
-      "title": "Emergency alert (operator)",
+      "title": "Technical Test Alerts",
       "default_value": "false",
       "toggle_avail": "false"
     },
     "4395": {
-      "title": "Emergency alert (operator)",
+      "title": "Technical Test Alerts",
       "default_value": "false",
       "toggle_avail": "false"
     }
@@ -2050,48 +1820,36 @@
     "4370": {
       "title": "Alerta de Protección Civil", //"Civil Protection Alert",
       "default_value": "true",
-      "toggle_avail": "false",
-      "vibration_time": 60,
-      "sound_time": 65
+      "toggle_avail": "false"
     },
     "4383": {
       "title": "Alerta de Protección Civil", //"Civil Protection Alert",
       "default_value": "true",
       "toggle_avail": "false",
-      "vibration_time": 60,
-      "sound_time": 65,
       "filter_language": "language_setting"
     },
     "4371": {
       "title": "Pre-Alerta de Protección Civil", //"Civil Protection Pre-Alert",
       "default_value": "false",
       "toggle_avail": "true",
-      "vibration_time": 30,
-      "sound_time": 35,
       "end_channel": "4372"
     },
     "4384": {
       "title": "Pre-Alerta de Protección Civil", //"Civil Protection Pre-Alert",
       "default_value": "false",
       "toggle_avail": "true",
-      "vibration_time": 30,
-      "sound_time": 35,
       "filter_language": "language_setting",
       "end_channel": "4385"
     },
     "4380": {
       "title": "Pruebas", //"Test",
       "default_value": "false",
-      "toggle_avail": "false",
-      "vibration_time": 15,
-      "sound_time": 20
+      "toggle_avail": "false"
     },
     "4393": {
       "title": "Pruebas", //"Test",
       "default_value": "false",
       "toggle_avail": "false",
-      "vibration_time": 15,
-      "sound_time": 20,
       "filter_language": "language_setting"
     }
   },
@@ -2110,104 +1868,76 @@
     "4370": {
       "title": "EMERGENCY ALERT / ALERTE",
       "default_value": "true",
-      "toggle_avail": "false",
-      "vibration_time": 8,
-      "sound_time": 8
+      "toggle_avail": "false"
     },
     "4371": {
       "title": "EMERGENCY ALERT / ALERTE",
       "default_value": "true",
       "toggle_avail": "true",
-      "vibration_time": 8,
-      "sound_time": 8,
       "end_channel": "4372"
     },
     "4373": {
       "title": "EMERGENCY ALERT / ALERTE",
       "default_value": "true",
       "toggle_avail": "true",
-      "vibration_time": 8,
-      "sound_time": 8,
       "end_channel": "4378"
     },
     "4379": {
       "title": "EMERGENCY ALERT / ALERTE",
       "default_value": "true",
-      "toggle_avail": "true",
-      "vibration_time": 8,
-      "sound_time": 8
+      "toggle_avail": "true"
     },
     "4380": {
       "title": "EMERGENCY ALERT / ALERTE",
       "default_value": "false",
-      "toggle_avail": "true",
-      "vibration_time": 8,
-      "sound_time": 8
+      "toggle_avail": "true"
     },
     "4381": {
       "title": "EMERGENCY ALERT / ALERTE",
       "default_value": "false",
-      "toggle_avail": "true",
-      "vibration_time": 8,
-      "sound_time": 8
+      "toggle_avail": "true"
     },
     "4382": {
       "title": "EMERGENCY ALERT / ALERTE",
       "default_value": "false",
-      "toggle_avail": "true",
-      "vibration_time": 8,
-      "sound_time": 8
+      "toggle_avail": "true"
     },
     "4383": {
       "title": "EMERGENCY ALERT / ALERTE",
       "default_value": "true",
-      "toggle_avail": "true",
-      "vibration_time": 8,
-      "sound_time": 8
+      "toggle_avail": "true"
     },
     "4384": {
       "title": "EMERGENCY ALERT / ALERTE",
       "default_value": "true",
       "toggle_avail": "true",
-      "vibration_time": 8,
-      "sound_time": 8,
       "end_channel": "4385"
     },
     "4386": {
       "title": "EMERGENCY ALERT / ALERTE",
       "default_value": "true",
       "toggle_avail": "true",
-      "vibration_time": 8,
-      "sound_time": 8,
       "end_channel": "4391"
     },
     "4392": {
       "title": "EMERGENCY ALERT / ALERTE",
       "default_value": "true",
-      "toggle_avail": "true",
-      "vibration_time": 8,
-      "sound_time": 8
+      "toggle_avail": "true"
     },
     "4393": {
       "title": "EMERGENCY ALERT / ALERTE",
       "default_value": "false",
-      "toggle_avail": "true",
-      "vibration_time": 8,
-      "sound_time": 8
+      "toggle_avail": "true"
     },
     "4394": {
       "title": "EMERGENCY ALERT / ALERTE",
       "default_value": "false",
-      "toggle_avail": "true",
-      "vibration_time": 8,
-      "sound_time": 8
+      "toggle_avail": "true"
     },
     "4395": {
       "title": "EMERGENCY ALERT / ALERTE",
       "default_value": "false",
-      "toggle_avail": "true",
-      "vibration_time": 8,
-      "sound_time": 8
+      "toggle_avail": "true"
     },
     "4396": {
       "title": "",
@@ -2231,11 +1961,7 @@
     "4370": {
       "title": "Presidential alert",
       "default_value": "true",
-      "toggle_avail": "false",
-      "vibration_time": 190,
-      "sound_time": 190,
-      "alert_time": 180,
-      "offset": 10
+      "toggle_avail": "false"
     },
     "4380": {
       "title": "Required Monthly Test",
@@ -2318,20 +2044,12 @@
     "4370": {
       "title": "Presidential alert",
       "default_value": "true",
-      "toggle_avail": "false",
-      "vibration_time": 190,
-      "sound_time": 190,
-      "alert_time": 180,
-      "offset": 10
+      "toggle_avail": "false"
     },
     "919": {
       "title": "Presidential alert",
       "default_value": "true",
-      "toggle_avail": "false",
-      "vibration_time": 190,
-      "sound_time": 190,
-      "alert_time": 180,
-      "offset": 10
+      "toggle_avail": "false"
     },
     "4380": {
       "title": "Required Monthly Test",
@@ -2408,36 +2126,24 @@
     "4370": {
       "title": "Alerta Local de Emergencia", //"Local emergency alert",
       "default_value": "true",
-      "toggle_avail": "false",
-      "vibration_time": 180,
-      "sound_time": 186,
-      "alert_time": 180
+      "toggle_avail": "false"
     },
     "6400": {
       "title": "Mensaje Informativo", //"Informative message",
       "default_value": "true",
       "toggle_avail": "true",
-      "vibration_time": 1,
-      "sound_time": 7,
-      "alert_time": 10,
       "alert_type": "notification"
     },
     "4380": {
       "title": "Mensaje de Prueba", //"Test message",
       "default_value": "true",
       "toggle_avail": "true",
-      "vibration_time": 1,
-      "sound_time": 7,
-      "alert_time": 10,
       "alert_type": "notification"
     },
     "4381": {
       "title": "Alerta de Emergencia – mensaje de Ejercicio /Simulacro", //"Emergency Alert - Exercise / Drill message",
       "default_value": "true",
       "toggle_avail": "true",
-      "vibration_time": 1,
-      "sound_time": 7,
-      "alert_time": 10,
       "alert_type": "notification"
     },
     "50": {
@@ -2466,45 +2172,30 @@
     "4370": {
       "title": "Alerta Local de Emergencia", //"Local emergency alert",
       "default_value": "true",
-      "toggle_avail": "false",
-      "vibration_time": 180,
-      "sound_time": 186,
-      "alert_time": 180
+      "toggle_avail": "false"
     },
     "6400": {
       "title": "Mensaje Informativo", //"Informative message",
       "default_value": "true",
       "toggle_avail": "true",
-      "vibration_time": 1,
-      "sound_time": 7,
-      "alert_time": 10,
       "alert_type": "notification"
     },
     "4380": {
       "title": "Mensaje de Prueba", //"Test message",
       "default_value": "true",
       "toggle_avail": "true",
-      "vibration_time": 1,
-      "sound_time": 7,
-      "alert_time": 10,
       "alert_type": "notification"
     },
     "4381": {
       "title": "Alerta de Emergencia – mensaje de Ejercicio /Simulacro", //"Emergency Alert - Exercise / Drill message",
       "default_value": "true",
       "toggle_avail": "true",
-      "vibration_time": 1,
-      "sound_time": 7,
-      "alert_time": 10,
       "alert_type": "notification"
     },
     "50": {
       "title": "Broadcast messages",
       "default_value": "true",
       "toggle_avail": "false",
-      "vibration_time": 1,
-      "sound_time": 1,
-      "alert_time": 5,
       "display":"false"
     }
   },
@@ -2600,10 +2291,7 @@
     "4370": {
       "title": "تحذير طارىء", //"Emergency alert",
       "default_value": "true",
-      "toggle_avail": "false",
-      "vibration_time": 30,
-      "sound_time": 36,
-      "alert_time": 30
+      "toggle_avail": "false"
     },
     "4371": {
       "title": "رسالة تحذيرية", // "Warning alert",
@@ -2643,9 +2331,6 @@
       "title": "Warning alert",
       "default_value": "true",
       "toggle_avail": "true",
-      "vibration_time": 1,
-      "sound_time": 1,
-      "alert_time": 5,
       "alert_type":"notification",
       "end_channel": "4372"
     },
@@ -2653,9 +2338,6 @@
       "title": "Warning alert",
       "default_value": "true",
       "toggle_avail": "true",
-      "vibration_time": 1,
-      "sound_time": 1,
-      "alert_time": 5,
       "alert_type":"notification",
       "filter_language": "language_setting",
       "end_channel": "4385"
@@ -2664,9 +2346,6 @@
       "title": "Warning alert",
       "default_value": "true",
       "toggle_avail": "true",
-      "vibration_time": 1,
-      "sound_time": 1,
-      "alert_time": 5,
       "alert_type":"notification",
       "filter_language": "language_setting",
       "end_channel": "922"
@@ -2675,9 +2354,6 @@
       "title": "Informative message",
       "default_value": "true",
       "toggle_avail": "true",
-      "vibration_time": 1,
-      "sound_time": 1,
-      "alert_time": 5,
       "alert_type":"notification",
       "end_channel": "4378"
     },
@@ -2685,9 +2361,6 @@
       "title": "Informative message",
       "default_value": "true",
       "toggle_avail": "true",
-      "vibration_time": 1,
-      "sound_time": 1,
-      "alert_time": 5,
       "alert_type":"notification",
       "filter_language": "language_setting",
       "end_channel": "4391"
@@ -2696,18 +2369,12 @@
       "title": "Required Monthly Test",
       "default_value": "false",
       "toggle_avail": "true",
-      "vibration_time": 1,
-      "sound_time": 1,
-      "alert_time": 5,
       "alert_type":"notification"
     },
     "4393": {
       "title": "Required Monthly Test",
       "default_value": "false",
       "toggle_avail": "true",
-      "vibration_time": 1,
-      "sound_time": 1,
-      "alert_time": 5,
       "alert_type":"notification",
       "filter_language": "language_setting"
     },
@@ -2715,18 +2382,12 @@
       "title": "Emergency alert (exercise)",
       "default_value": "false",
       "toggle_avail": "true",
-      "vibration_time": 1,
-      "sound_time": 1,
-      "alert_time": 5,
       "alert_type":"notification"
     },
     "4394": {
       "title": "Emergency alert (exercise)",
       "default_value": "false",
       "toggle_avail": "true",
-      "vibration_time": 1,
-      "sound_time": 1,
-      "alert_time": 5,
       "alert_type":"notification",
       "filter_language": "language_setting"
     },
@@ -2734,18 +2395,12 @@
       "title": "Public assistance request message",
       "default_value": "false",
       "toggle_avail": "true",
-      "vibration_time": 1,
-      "sound_time": 1,
-      "alert_time": 5,
       "alert_type":"notification"
     },
     "4392": {
       "title": "Public assistance request message",
       "default_value": "false",
       "toggle_avail": "true",
-      "vibration_time": 1,
-      "sound_time": 1,
-      "alert_time": 5,
       "alert_type":"notification"
     }
   },
@@ -2901,32 +2556,24 @@
     "4375": {
       "title": "FR-ALERT : Alerte grave", //"FR-ALERT : Severe alert",
       "default_value": "true",
-      "toggle_avail": "true",
-      "vibration_time": 0,
-      "sound_time": 0
+      "toggle_avail": "true"
     },
     "4388": {
       "title": "FR-ALERT : Alerte grave", //"FR-ALERT : Severe alert",
       "default_value": "true",
       "toggle_avail": "true",
-      "vibration_time": 0,
-      "sound_time": 0,
       "filter_language": "language_setting"
     },
     "4396": {
       "title": "FR-ALERT : Avertissement", //"FR-ALERT : Warning",
       "default_value": "true",
-      "toggle_avail": "true",
-      "vibration_time": 0,
-      "sound_time": 0
+      "toggle_avail": "true"
     },
     "4397": {
       "title": "FR-ALERT : Avertissement", //"FR-ALERT : Warning",
       "default_value": "true",
       "toggle_avail": "true",
-      "filter_language": "language_setting",
-      "vibration_time": 0,
-      "sound_time": 0
+      "filter_language": "language_setting"
     },
     "4379": {
       "title": "FR-ALERT : Enlèvement", //"FR-ALERT : Kidnapping Alert",
@@ -3457,50 +3104,32 @@
     "4396": {
       "title": "Public Safety Alert",
       "default_value": "true",
-      "toggle_avail": "true",
-      "vibration_time": 1,
-      "sound_time": 7,
-      "alert_time": 10
+      "toggle_avail": "true"
     },
     "4397": {
       "title": "Public Safety Alert",
       "default_value": "true",
-      "toggle_avail": "true",
-      "vibration_time": 1,
-      "sound_time": 7,
-      "alert_time": 10
+      "toggle_avail": "true"
     },
     "4398": {
       "title": "Test Alert",
       "default_value": "true",
-      "toggle_avail": "false",
-      "vibration_time": 1,
-      "sound_time": 7,
-      "alert_time": 10
+      "toggle_avail": "false"
     },
     "4399": {
       "title": "Test Alert",
       "default_value": "true",
-      "toggle_avail": "false",
-      "vibration_time": 1,
-      "sound_time": 7,
-      "alert_time": 10
+      "toggle_avail": "false"
     },
     "4380": {
       "title": "Test Alert",
       "default_value": "false",
-      "toggle_avail": "true",
-      "vibration_time": 1,
-      "sound_time": 7,
-      "alert_time": 10
+      "toggle_avail": "true"
     },
     "4393": {
       "title": "Test Alert",
       "default_value": "false",
-      "toggle_avail": "true",
-      "vibration_time": 1,
-      "sound_time": 7,
-      "alert_time": 10
+      "toggle_avail": "true"
     },
     "4381": {
       "title": "Exercise",
@@ -4475,23 +4104,23 @@
       "toggle_avail": "false"
     },
     "4370": {
-      "title": "Presidential alert",
+      "title": "Extremely Severe Alert",
       "default_value": "true",
       "toggle_avail": "false"
     },
     "4383": {
-      "title": "Presidential alert",
+      "title": "Extremely Severe Alert",
       "default_value": "true",
       "toggle_avail": "false"
     },
     "4371": {
-      "title": "Emergency alert: Extreme",
+      "title": "Severe Alert",
       "default_value": "true",
       "toggle_avail": "false",
       "end_channel": "4372"
     },
     "4384": {
-      "title": "Emergency alert: Extreme",
+      "title": "Severe Alert",
       "default_value": "true",
       "toggle_avail": "false",
       "end_channel": "4385"
@@ -4519,12 +4148,12 @@
       "toggle_avail": "true"
     },
     "4380": {
-      "title": "Required Monthly Test",
+      "title": "Test Message",
       "default_value": "false",
       "toggle_avail": "true"
     },
     "4393": {
-      "title": "Required Monthly Test",
+      "title": "Test Message",
       "default_value": "false",
       "toggle_avail": "true"
     },
@@ -4563,14 +4192,99 @@
   },
   "croatia_hrvatski": {
     "4370": {
-      "title": "Presidential alert",
+      "title": "HR-ALERT",
       "default_value": "true",
       "toggle_avail": "false"
     },
     "4383": {
-      "title": "Presidential alert",
+      "title": "HR-ALERT",
       "default_value": "true",
       "toggle_avail": "false"
+    },
+    "4371": {
+      "title": "HR-ALERT",
+      "default_value": "true",
+      "toggle_avail": "true"
+    },
+    "4384": {
+      "title": "HR-ALERT",
+      "default_value": "true",
+      "toggle_avail": "true"
+    },
+    "4373": {
+      "title": "HR-ALERT",
+      "default_value": "true",
+      "toggle_avail": "true"
+    },
+    "4386": {
+      "title": "HR-ALERT",
+      "default_value": "true",
+      "toggle_avail": "true"
+    },
+    "4379": {
+      "title": "HR-AMBER",
+      "default_value": "true",
+      "toggle_avail": "true"
+    },
+    "4392": {
+      "title": "HR-AMBER",
+      "default_value": "true",
+      "toggle_avail": "true"
+    },
+    "4380": {
+      "title": "Cell Broadcast Test",
+      "default_value": "false",
+      "toggle_avail": "false"
+    },
+    "4393": {
+      "title": "Cell Broadcast Test",
+      "default_value": "false",
+      "toggle_avail": "false"
+    },
+    "4381": {
+      "title": "HR-ALERT",
+      "default_value": "false",
+      "toggle_avail": "false"
+    },
+    "4394": {
+      "title": "HR-ALERT",
+      "default_value": "false",
+      "toggle_avail": "false"
+    },
+    "4396": {
+      "title": "HR-ALERT",
+      "default_value": "true",
+      "toggle_avail": "true"
+    },
+    "4397": {
+      "title": "HR-ALERT",
+      "default_value": "true",
+      "toggle_avail": "true"
+    },
+    "6400": {
+      "title": "HR-ALERT",
+      "default_value": "false",
+      "toggle_avail": "true"
+    },
+    "4398": {
+      "title": "HR-ALERT",
+      "default_value": "false",
+      "toggle_avail": "true"
+    },
+    "4399": {
+      "title": "HR-ALERT",
+      "default_value": "false",
+      "toggle_avail": "true"
+    },
+    "4382": {
+      "title": "EU Reserved",
+      "default_value": "false",
+      "toggle_avail": "false"
+    },
+    "4395": {
+      "title": "EU Reserved",
+      "default_value": "false",
+      "toggle_avail": "false"
     }
   },
   "czech_tmobile": {
@@ -4597,18 +4311,6 @@
       "toggle_avail": "false"
     }
   },
-  "austria_magenta": {
-    "4370": {
-      "title": "Presidential alert",
-      "default_value": "true",
-      "toggle_avail": "false"
-    },
-    "4383": {
-      "title": "Presidential alert",
-      "default_value": "true",
-      "toggle_avail": "false"
-    }
-  },
   "poland_tmobile": {
     "4370": {
       "title": "Presidential alert",
@@ -4623,14 +4325,79 @@
   },
   "austria_tmobile": {
     "4370": {
-      "title": "Presidential alert",
+      "title": "Emergency alarm",
       "default_value": "true",
       "toggle_avail": "false"
     },
     "4383": {
-      "title": "Presidential alert",
+      "title": "Emergency alarm",
       "default_value": "true",
       "toggle_avail": "false"
+    },
+    "919": {
+      "title": "Emergency alarm",
+      "default_value": "true",
+      "toggle_avail": "false"
+    },
+    "4372": {
+      "title": "Extreme threat",
+      "default_value": "true",
+      "toggle_avail": "true"
+    },
+    "4385": {
+      "title": "Extreme threat",
+      "default_value": "true",
+      "toggle_avail": "true"
+    },
+    "4378": {
+      "title": "Severe threat",
+      "default_value": "true",
+      "toggle_avail": "true"
+    },
+    "4391": {
+      "title": "Severe threat",
+      "default_value": "true",
+      "toggle_avail": "true"
+    },
+    "4396": {
+      "title": "Threat information",
+      "default_value": "true",
+      "toggle_avail": "true"
+    },
+    "4397": {
+      "title": "Threat information",
+      "default_value": "true",
+      "toggle_avail": "true"
+    },
+    "4379": {
+      "title": "Search for missing person",
+      "default_value": "true",
+      "toggle_avail": "true"
+    },
+    "4392": {
+      "title": "Search for missing person",
+      "default_value": "true",
+      "toggle_avail": "true"
+    },
+    "4380": {
+      "title": "Cell Broadcast Test",
+      "default_value": "false",
+      "toggle_avail": "false"
+    },
+    "4393": {
+      "title": "Cell Broadcast Test",
+      "default_value": "false",
+      "toggle_avail": "false"
+    },
+    "4381": {
+      "title": "Test alarm",
+      "default_value": "false",
+      "toggle_avail": "false"
+    },
+    "4394": {
+      "title": "Test alarm",
+      "default_value": "false",
+      "toggle_avail": "false"
     }
   },
   "macedonia_telekom": {
diff --git a/tests/compliancetests/assets/emergency_alert_settings.json b/tests/compliancetests/assets/emergency_alert_settings.json
index c3cf4a4..f101039 100644
--- a/tests/compliancetests/assets/emergency_alert_settings.json
+++ b/tests/compliancetests/assets/emergency_alert_settings.json
@@ -14,22 +14,22 @@
     }
   },
   "brazil": {
-    "Extreme threats": {
+    "Extreme Threats": {
       "default_value": "true",
       "toggle_avail": "true"
     },
-    "Severe threats": {
+    "Severe Threats": {
       "default_value": "true",
       "toggle_avail": "true"
     },
-    "AMBER alerts": {
-      "default_value": "true",
-      "toggle_avail": "true"
-    },
-    "Test alerts": {
+    "State and Local tests": {
       "default_value": "false",
       "toggle_avail": "true"
     },
+    "Technical Test Alerts": {
+      "default_value": "false",
+      "toggle_avail": "false"
+    },
     "Area update broadcasts": {
       "default_value": "true",
       "toggle_avail": "true"
@@ -281,6 +281,28 @@
       "toggle_avail": "true"
     }
   },
+  "denmark": {
+    "Extreme": {
+      "default_value": "true",
+      "toggle_avail": "true"
+    },
+    "Severe": {
+      "default_value": "false",
+      "toggle_avail": "true"
+    },
+    "Test": {
+      "default_value": "false",
+      "toggle_avail": "true"
+    },
+    "Exercise": {
+      "default_value": "false",
+      "toggle_avail": "true"
+    },
+    "Vibration": {
+      "default_value": "true",
+      "toggle_avail": "true"
+    }
+  },
   "israel": {
     "Extreme threats": {
       "default_value": "true",
@@ -1137,6 +1159,34 @@
     }
   },
   "croatia_hrvatski": {
+    "Emergency Alarm": {
+      "default_value": "true",
+      "toggle_avail": "false"
+    },
+    "Extreme Danger": {
+      "default_value": "true",
+      "toggle_avail": "true"
+    },
+    "Significant Danger": {
+      "default_value": "true",
+      "toggle_avail": "true"
+    },
+    "Missing person": {
+      "default_value": "true",
+      "toggle_avail": "true"
+    },
+    "Hazard Information": {
+      "default_value": "true",
+      "toggle_avail": "true"
+    },
+    "Information": {
+      "default_value": "false",
+      "toggle_avail": "true"
+    },
+    "Test Warning": {
+      "default_value": "false",
+      "toggle_avail": "true"
+    },
     "Vibration": {
       "default_value": "true",
       "toggle_avail": "true"
@@ -1154,12 +1204,6 @@
       "toggle_avail": "true"
     }
   },
-  "austria_magenta": {
-    "Vibration": {
-      "default_value": "true",
-      "toggle_avail": "true"
-    }
-  },
   "poland_tmobile": {
     "Vibration": {
       "default_value": "true",
@@ -1167,6 +1211,26 @@
     }
   },
   "austria_tmobile": {
+    "Extreme threat": {
+      "default_value": "true",
+      "toggle_avail": "true"
+    },
+    "Severe threat": {
+      "default_value": "true",
+      "toggle_avail": "true"
+    },
+    "Missing persons": {
+      "default_value": "true",
+      "toggle_avail": "true"
+    },
+    "Threat information": {
+      "default_value": "true",
+      "toggle_avail": "true"
+    },
+    "Test alert": {
+      "default_value": "false",
+      "toggle_avail": "true"
+    },
     "Vibration": {
       "default_value": "true",
       "toggle_avail": "true"
@@ -1226,20 +1290,6 @@
       "toggle_avail": "true"
     }
   },
-  "uk_ee": {
-    "Extreme alerts": {
-      "default_value": "true",
-      "toggle_avail": "true"
-    },
-    "Severe alerts": {
-      "default_value": "true",
-      "toggle_avail": "true"
-    },
-    "Vibration": {
-      "default_value": "true",
-      "toggle_avail": "true"
-    }
-  },
   "mexico": {
     "Alert Messages Level 1": {
       "default_value": "true",
diff --git a/tests/compliancetests/assets/region_plmn_list.json b/tests/compliancetests/assets/region_plmn_list.json
index a42b050..984d895 100644
--- a/tests/compliancetests/assets/region_plmn_list.json
+++ b/tests/compliancetests/assets/region_plmn_list.json
@@ -1,342 +1,341 @@
-// Copyright 2022, The Android Open Source Project
-//
-// Licensed under the Apache License, Version 2.0 (the "License");
-// you may not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-//
-//     http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS,
-// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-// See the License for the specific language governing permissions and
-// limitations under the License.
+/*
+ * Copyright (C) 2023 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License"); you may not
+ * use this file except in compliance with the License. You may obtain a copy of
+ * the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ * License for the specific language governing permissions and limitations under
+ * the License.
+ */
+
 {
   "uae": {
-    "mccmnc": "42403",
+    "mccmnc": ["42403"],
     "imsi": "424030123456789"
   },
   "japan_kddi": {
-    "mccmnc": "44050",
+    "mccmnc": ["44050", "44051", "44052"],
     "imsi": "440500123456789",
     "language": "ja",
     "check_setting_with_main_lang": "false",
     "fullscreen": "true"
   },
   "japan_emobile": {
-    "mccmnc": "44000",
+    "mccmnc": ["44000"],
     "imsi": "440000123456789",
     "language": "ja",
     "check_setting_with_main_lang": "false",
     "fullscreen": "true"
   },
   "japan_wirelesscityplanning": {
-    "mccmnc": "44100",
+    "mccmnc": ["44100"],
     "imsi": "441000123456789",
     "language": "ja",
     "check_setting_with_main_lang": "false",
     "fullscreen": "true"
   },
   "japan_docomo": {
-    "mccmnc": "44010",
+    "mccmnc": ["44010"],
     "imsi": "440100123456789",
     "language": "ja",
     "check_setting_with_main_lang": "false",
     "fullscreen": "true"
   },
   "japan_rakuten": {
-    "mccmnc": "44011",
+    "mccmnc": ["44011"],
     "imsi": "440110123456789",
     "language": "ja",
     "check_setting_with_main_lang": "false",
     "fullscreen": "true"
   },
   "newzealand": {
-    "mccmnc": "53001",
+    "mccmnc": ["53001"],
     "imsi": "530010123456789"
   },
   "norway": {
-    "mccmnc": "24201",
+    "mccmnc": ["24201"],
     "imsi": "242010123456789"
   },
   "hongkong": {
-    "mccmnc": "45406",
+    "mccmnc": ["45406"],
     "imsi": "454060123456789"
   },
+  "denmark": {
+    "mccmnc": ["23801"],
+    "imsi": "238010123456789"
+  },
   "chile": {
-    "mccmnc": "73001",
+    "mccmnc": ["73001"],
     "imsi": "730010123456789",
     "disable_navigation": "true",
     "fullscreen": "true"
   },
   "mexico_telefonica": {
-    "mccmnc": "334030",
+    "mccmnc": ["334030"],
     "imsi": "334030012345678"
   },
   "elsalvador": {
-    "mccmnc": "70601",
+    "mccmnc": ["70601"],
     "imsi": "706010123456789"
   },
   "peru_entel": {
-    "mccmnc": "71617",
+    "mccmnc": ["71617"],
     "imsi": "716170123456789",
     "language": "es",
     "check_setting_with_main_lang": "false",
     "fullscreen": "true"
   },
   "peru": {
-    "mccmnc": "71606",
+    "mccmnc": ["71606"],
     "imsi": "716060123456789",
     "language": "es",
     "check_setting_with_main_lang": "false",
     "fullscreen": "true"
   },
   "spain_telefonica": {
-    "mccmnc": "21407",
+    "mccmnc": ["21407"],
     "imsi": "214070123456789",
     "language": "es"
   },
   "korea": {
-    "mccmnc": "45002",
+    "mccmnc": ["45002"],
     "imsi": "450020123456789",
     "language": "ko"
   },
   "korea_skt": {
-    "mccmnc": "45005",
+    "mccmnc": ["45005"],
     "imsi": "450050123456789",
     "language": "ko"
   },
   "korea_lgu": {
-    "mccmnc": "45006",
+    "mccmnc": ["45006"],
     "imsi": "450060123456789",
     "language": "ko"
   },
   "canada": {
-    "mccmnc": "302720",
+    "mccmnc": ["302720"],
     "imsi": "302720012345678"
   },
   "taiwan": {
-    "mccmnc": "46601",
+    "mccmnc": ["46601"],
     "imsi": "466010123456789"
   },
   "brazil": {
-    "mccmnc": "72406",
+    "mccmnc": ["72406"],
     "imsi": "724060123456789"
   },
   "columbia": {
-    "mccmnc": "732101",
+    "mccmnc": ["732101"],
     "imsi": "732101012345678"
   },
   "columbia_telefonica": {
-    "mccmnc": "732123",
+    "mccmnc": ["732123"],
     "imsi": "732123012345678"
   },
   "ecuador_telefonica": {
-    "mccmnc": "74000",
+    "mccmnc": ["74000"],
     "imsi": "740000123456789",
     "language": "es",
     "fullscreen": "true"
   },
   "ecuador": {
-    "mccmnc": "74001",
+    "mccmnc": ["74001"],
     "imsi": "740010123456789",
     "language": "es",
     "fullscreen": "true"
   },
   "puertorico": {
-    "mccmnc": "33011",
+    "mccmnc": ["33011"],
     "imsi": "330110123456789"
   },
   "netherlands": {
-    "mccmnc": "20416",
+    "mccmnc": ["20416"],
     "imsi": "204160123456789"
   },
   "romania": {
-    "mccmnc": "22605",
+    "mccmnc": ["22605"],
     "imsi": "226050123456789"
   },
   "estonia": {
-    "mccmnc": "24801",
+    "mccmnc": ["24801"],
     "imsi": "248010123456789"
   },
   "lithuania": {
-    "mccmnc": "24602",
+    "mccmnc": ["24602"],
     "imsi": "246020123456789"
   },
   "latvia": {
-    "mccmnc": "24702",
+    "mccmnc": ["24702"],
     "imsi": "247020123456789"
   },
   "bulgaria": {
-    "mccmnc": "28401",
+    "mccmnc": ["28401"],
     "imsi": "284010123456789"
   },
   "greece": {
-    "mccmnc": "20201",
+    "mccmnc": ["20201"],
     "imsi": "202010123456789"
   },
   "italy": {
-    "mccmnc": "22288",
+    "mccmnc": ["22288"],
     "imsi": "222880123456789"
   },
   "uk": {
-    "mccmnc": "23402",
+    "mccmnc": ["23402"],
     "imsi": "234020123456789"
   },
-  "uk_ee": {
-    "mccmnc": "23430",
-    "imsi": "234300123456789"
-  },
   "israel": {
-    "mccmnc": "42501",
+    "mccmnc": ["42501"],
     "imsi": "425010123456789"
   },
   "oman": {
-    "mccmnc": "42202",
+    "mccmnc": ["42202"],
     "imsi": "422020123456789",
     "language": "ar"
   },
   "japan_softbank": {
-    "mccmnc": "44020",
+    "mccmnc": ["44020"],
     "imsi": "440200123456789",
     "language": "ja",
     "check_setting_with_main_lang": "false",
     "fullscreen": "true"
   },
   "france": {
-    "mccmnc": "20820",
+    "mccmnc": ["20820", "30801", "34001", "54601", "54720", "64710"],
     "imsi": "208200123456789",
     "language": "fr"
   },
   "us_vzw": {
-    "mccmnc": "310012",
+    "mccmnc": ["310012", "310590", "311480"],
     "imsi": "310012012345678"
   },
   "us_att": {
-    "mccmnc": "310410",
+    "mccmnc": ["310410", "310150", "310170", "310280", "310380", "310560", "310680", "310950", "311180", "312670", "313100", "313110", "313120", "313130", "313140", "313790", "330110"],
     "imsi": "310410012345678"
   },
   "us_tmo": {
-    "mccmnc": "310160",
+    "mccmnc": ["310160", "310260", "310200", "310210", "310220", "310230", "310240", "310250", "31026", "310260", "310270", "310300", "310310", "310490", "310530", "310660", "310800", "311660", "311882", "312250"],
     "imsi": "310160012345678"
   },
   "us_dish": {
-    "mccmnc": "313340",
+    "mccmnc": ["313340"],
     "imsi": "313340012345678"
   },
   "ukraine": {
-    "mccmnc": "25502",
+    "mccmnc": ["25502"],
     "imsi": "255020123456789"
   },
   "venezuela": {
-    "mccmnc": "73404",
+    "mccmnc": ["73404"],
     "imsi": "734040123456789"
   },
   "australia": {
-    "mccmnc": "50501",
+    "mccmnc": ["50501"],
     "imsi": "505010123456789"
   },
   "qatar_vodafone": {
-    "mccmnc": "42702",
+    "mccmnc": ["42702"],
     "imsi": "427020123456789"
   },
   "saudiarabia": {
-    "mccmnc": "42001",
+    "mccmnc": ["42001"],
     "imsi": "420010123456789"
   },
   "russia": {
-    "mccmnc": "25001",
+    "mccmnc": ["25001"],
     "imsi": "250010123456789"
   },
   "russia_megafon": {
-    "mccmnc": "25002",
+    "mccmnc": ["25002"],
     "imsi": "250020123456789"
   },
   "turkey": {
-    "mccmnc": "28602",
+    "mccmnc": ["28602"],
     "imsi": "286020123456789"
   },
   "us": {
-    "mccmnc": "310450",
+    "mccmnc": ["310450", "311120", "312420"],
     "imsi": "3104500123456789"
   },
   "us_sprint": {
-    "mccmnc": "310120",
+    "mccmnc": ["310120", "312530"],
     "imsi": "3101200123456789"
   },
   "us_usc": {
-    "mccmnc": "311220",
+    "mccmnc": ["311220", "311580"],
     "imsi": "3112200123456789"
   },
   "azerbaijan": {
-    "mccmnc": "40001",
+    "mccmnc": ["40001"],
     "imsi": "400010123456789"
   },
   "china": {
-    "mccmnc": "46002",
+    "mccmnc": ["46002"],
     "imsi": "460020123456789"
   },
   "southafrica": {
-    "mccmnc": "65502",
+    "mccmnc": ["65502"],
     "imsi": "655020123456789"
   },
   "guatemala_telefonica": {
-    "mccmnc": "70403",
+    "mccmnc": ["70403"],
     "imsi": "704030123456789"
   },
   "india": {
-    "mccmnc": "40401",
+    "mccmnc": ["40401", "40501"],
     "imsi": "404010123456789",
     "disable_navigation": "true",
     "fullscreen": "true"
   },
   "hungary_telekom": {
-    "mccmnc": "21630",
+    "mccmnc": ["21630"],
     "imsi": "216300123456789"
   },
   "croatia_hrvatski": {
-    "mccmnc": "21901",
+    "mccmnc": ["21901", "21920"],
     "imsi": "219010123456789"
   },
   "czech_tmobile": {
-    "mccmnc": "23001",
+    "mccmnc": ["23001"],
     "imsi": "230010123456789"
   },
   "slovakia_telekom": {
-    "mccmnc": "23102",
+    "mccmnc": ["23102"],
     "imsi": "231020123456789"
   },
-  "austria_magenta": {
-    "mccmnc": "23203",
-    "imsi": "232030123456789"
-  },
   "poland_tmobile": {
-    "mccmnc": "26002",
+    "mccmnc": ["26002"],
     "imsi": "260020123456789"
   },
   "austria_tmobile": {
-    "mccmnc": "23207",
+    "mccmnc": ["23207"],
     "imsi": "232070123456789"
   },
   "macedonia_telekom": {
-    "mccmnc": "29401",
+    "mccmnc": ["29401"],
     "imsi": "294010123456789"
   },
   "montenegro_telekom": {
-    "mccmnc": "29702",
+    "mccmnc": ["29702"],
     "imsi": "297020123456789"
   },
   "germany_telekom": {
-    "mccmnc": "26201",
+    "mccmnc": ["26201"],
     "imsi": "262010123456789",
     "language": "de"
   },
   "mexico": {
-    "mccmnc": "334090",
+    "mccmnc": ["334090"],
     "imsi": "3340900123456789"
   },
   "bahamas": {
-    "mccmnc": "36449",
+    "mccmnc": ["36449"],
     "imsi": "364490123456789"
   }
 }
diff --git a/tests/compliancetests/src/com/android/cellbroadcastreceiver/compliancetests/CellBroadcastBaseTest.java b/tests/compliancetests/src/com/android/cellbroadcastreceiver/compliancetests/CellBroadcastBaseTest.java
index c52d068..070c5d0 100644
--- a/tests/compliancetests/src/com/android/cellbroadcastreceiver/compliancetests/CellBroadcastBaseTest.java
+++ b/tests/compliancetests/src/com/android/cellbroadcastreceiver/compliancetests/CellBroadcastBaseTest.java
@@ -41,6 +41,7 @@
 import com.android.internal.telephony.CellBroadcastUtils;
 import com.android.modules.utils.build.SdkLevel;
 
+import org.json.JSONArray;
 import org.json.JSONObject;
 import org.junit.AfterClass;
 import org.junit.Before;
@@ -92,6 +93,7 @@
     protected static String sPackageName = null;
 
     protected static IRadioMessagingImpl.CallBackWithExecutor sCallBackWithExecutor = null;
+    protected static String sBackUpRoamingNetwork = "";
 
     protected static Context getContext() {
         return InstrumentationRegistry.getInstrumentation().getContext();
@@ -202,6 +204,10 @@
         sDevice = UiDevice.getInstance(sInstrumentation);
         sPackageName = CellBroadcastUtils
                 .getDefaultCellBroadcastReceiverPackageName(getContext());
+
+        setTestRoamingOperator(true);
+        enableAirplaneMode(true);
+        enableAirplaneMode(false);
     }
 
     private static void waitForNotify() {
@@ -215,6 +221,17 @@
         }
     }
 
+    private static void waitForNotify(int milliSeconds) {
+        while (sSetChannelIsDone.getCount() > 0) {
+            try {
+                sSetChannelIsDone.await(milliSeconds, TimeUnit.MILLISECONDS);
+                sSetChannelIsDone.countDown();
+            } catch (InterruptedException e) {
+                // do nothing
+            }
+        }
+    }
+
     @AfterClass
     public static void afterAllTests() throws Exception {
         logd("CellBroadcastBaseTest#afterAllTests()");
@@ -230,6 +247,8 @@
             assertTrue(sMockModemManager.disconnectMockModemService());
             sMockModemManager = null;
         }
+
+        setTestRoamingOperator(false);
     }
 
     @Rule
@@ -268,6 +287,25 @@
         return carrierLists.toArray(new String[]{});
     }
 
+    protected Object[] paramsCarrierAndMccMncForTest() throws Throwable {
+        logd("paramsCarrierAndMccMncForTest");
+        String jsonCarrier = loadJsonFile(CARRIER_LISTS_JSON);
+        JSONObject carriersObject = new JSONObject(jsonCarrier);
+        Iterator<String> carrierList = carriersObject.keys();
+
+        ArrayList<Object> result = new ArrayList<Object>();
+        for (Iterator<String> it = carrierList; it.hasNext();) {
+            String carrierName = it.next();
+            JSONObject carrierObject = carriersObject.getJSONObject(carrierName);
+            JSONArray mccMncList = carrierObject.getJSONArray(CARRIER_MCCMNC_FIELD);
+            for (int i = 0; i < mccMncList.length(); i++) {
+                String mccMnc = mccMncList.getString(i);
+                result.add(new String[]{carrierName, mccMnc});
+            }
+        }
+        return result.toArray(new Object[]{});
+    }
+
     protected Object[] paramsCarrierAndChannelForTest() throws Throwable {
         logd("paramsCarrierAndChannelForTest");
         String jsonCarrier = loadJsonFile(CARRIER_LISTS_JSON);
@@ -288,12 +326,51 @@
         return result.toArray(new Object[]{});
     }
 
-    protected void setSimInfo(String carrierName) throws Throwable {
-        JSONObject carrierObject = sCarriersObject.getJSONObject(carrierName);
-        String mccMncFromObject = carrierObject.getString(CARRIER_MCCMNC_FIELD);
-        String mcc = mccMncFromObject.substring(0, 3);
-        String mnc = mccMncFromObject.substring(3);
-        sInputMccMnc = mccMncFromObject;
+    protected static void enableDualSim(boolean enable) throws Exception {
+        if (enable) {
+            sDevice.executeShellCommand("root");
+            sDevice.executeShellCommand("setprop persist.radio.multisim.config ss");
+            sDevice.executeShellCommand("reboot");
+        } else {
+            sDevice.executeShellCommand("root");
+            sDevice.executeShellCommand("setprop persist.radio.multisim.config dsds");
+        }
+    }
+
+    protected static void enableAirplaneMode(boolean on) throws Exception {
+        if (on) {
+            logd("airplane mode on");
+            sDevice.executeShellCommand("settings put global airplane_mode_on 1");
+            sDevice.executeShellCommand("am broadcast -a android.intent.action.AIRPLANE_MODE");
+            waitForNotify(2000);
+        } else {
+            logd("airplane mode off");
+            sDevice.executeShellCommand("settings put global airplane_mode_on 0");
+            sDevice.executeShellCommand("am broadcast -a android.intent.action.AIRPLANE_MODE");
+            waitForNotify(2000);
+        }
+    }
+
+    protected static void setTestRoamingOperator(boolean save) throws Exception {
+        if (save) {
+            logd("setTestRoamingOperator: 00101");
+            sBackUpRoamingNetwork = sDevice.executeShellCommand(
+                    "getprop persist.cellbroadcast.roaming_plmn_supported");
+            logd("backup roaming network is " + sBackUpRoamingNetwork);
+            sDevice.executeShellCommand(
+                    "setprop persist.cellbroadcast.roaming_plmn_supported 00101");
+        } else {
+            logd("restore TestRoamingOperator: " + sBackUpRoamingNetwork);
+            sDevice.executeShellCommand(
+                    "setprop persist.cellbroadcast.roaming_plmn_supported "
+                            + sBackUpRoamingNetwork);
+        }
+    }
+
+    protected void setSimInfo(String carrierName, String inputMccMnc) throws Throwable {
+        String mcc = inputMccMnc.substring(0, 3);
+        String mnc = inputMccMnc.substring(3);
+        sInputMccMnc = inputMccMnc;
         sSetChannelIsDone = new CountDownLatch(1);
 
         String[] mccMnc = new String[] {mcc, mnc};
diff --git a/tests/compliancetests/src/com/android/cellbroadcastreceiver/compliancetests/CellBroadcastCarrierTestConfig.java b/tests/compliancetests/src/com/android/cellbroadcastreceiver/compliancetests/CellBroadcastCarrierTestConfig.java
index 5f5593c..f631c6b 100644
--- a/tests/compliancetests/src/com/android/cellbroadcastreceiver/compliancetests/CellBroadcastCarrierTestConfig.java
+++ b/tests/compliancetests/src/com/android/cellbroadcastreceiver/compliancetests/CellBroadcastCarrierTestConfig.java
@@ -18,6 +18,7 @@
 
 import android.text.TextUtils;
 
+import org.json.JSONArray;
 import org.json.JSONException;
 import org.json.JSONObject;
 
@@ -37,7 +38,8 @@
     public CellBroadcastCarrierTestConfig(JSONObject carriersObject, String carrierName)
             throws JSONException {
         JSONObject carrierObject = carriersObject.getJSONObject(carrierName);
-        mMccMnc = carrierObject.getString(CARRIER_MCCMNC_FIELD);
+        JSONArray mccMncList = carrierObject.getJSONArray(CARRIER_MCCMNC_FIELD);
+        mMccMnc = mccMncList.getString(0);
         String disableNavigationString =
                 getObjectString(carrierObject, CARRIER_DISABLE_NAVIGATION);
         mDisableNavigation = false;
diff --git a/tests/compliancetests/src/com/android/cellbroadcastreceiver/compliancetests/CellBroadcastConfigTest.java b/tests/compliancetests/src/com/android/cellbroadcastreceiver/compliancetests/CellBroadcastConfigTest.java
index 5d3dad9..e550584 100644
--- a/tests/compliancetests/src/com/android/cellbroadcastreceiver/compliancetests/CellBroadcastConfigTest.java
+++ b/tests/compliancetests/src/com/android/cellbroadcastreceiver/compliancetests/CellBroadcastConfigTest.java
@@ -37,11 +37,11 @@
     private static final String TAG = "CellBroadcastConfigTest";
 
     @Test
-    @Parameters(method = "paramsForTest")
-    public void testCellBroadcastRange(String carrierName) throws Throwable {
+    @Parameters(method = "paramsCarrierAndMccMncForTest")
+    public void testCellBroadcastRange(String carrierName, String mccMnc) throws Throwable {
         logd("CellBroadcastConfigTest#testCellBroadcastRange");
 
-        setSimInfo(carrierName);
+        setSimInfo(carrierName, mccMnc);
 
         logd("Check Broadcast Channel Configs");
         Set<Integer> outputConfigs = sMockModemManager.getGsmBroadcastConfig(sSlotId);
diff --git a/tests/compliancetests/src/com/android/cellbroadcastreceiver/compliancetests/CellBroadcastUiTest.java b/tests/compliancetests/src/com/android/cellbroadcastreceiver/compliancetests/CellBroadcastUiTest.java
index 9328ef5..9d519f3 100644
--- a/tests/compliancetests/src/com/android/cellbroadcastreceiver/compliancetests/CellBroadcastUiTest.java
+++ b/tests/compliancetests/src/com/android/cellbroadcastreceiver/compliancetests/CellBroadcastUiTest.java
@@ -144,7 +144,7 @@
         // setup mccmnc
         if (sInputMccMnc == null || (sInputMccMnc != null
                 && !sInputMccMnc.equals(carrierInfo.mMccMnc))) {
-            setSimInfo(carrierName);
+            setSimInfo(carrierName, carrierInfo.mMccMnc);
         }
 
         // change language of CBR
@@ -278,7 +278,7 @@
         // setup mccmnc
         if (sInputMccMnc == null || (sInputMccMnc != null
                 && !sInputMccMnc.equals(carrierInfo.mMccMnc))) {
-            setSimInfo(carrierName);
+            setSimInfo(carrierName, carrierInfo.mMccMnc);
         }
 
         // change language of CBR
diff --git a/tests/testapp/Android.bp b/tests/testapp/Android.bp
index fe6b1d0..f3c624d 100644
--- a/tests/testapp/Android.bp
+++ b/tests/testapp/Android.bp
@@ -26,7 +26,10 @@
         "telephony-common",
         "android.test.base",
     ],
-    static_libs: ["junit"],
+    static_libs: [
+    "junit",
+    "modules-utils-build_system",
+    ],
     // Include all test java files.
     srcs: [
         "src/**/*.java",
diff --git a/tests/unit/src/com/android/cellbroadcastreceiver/unit/CellBroadcastActivityTestCase.java b/tests/unit/src/com/android/cellbroadcastreceiver/unit/CellBroadcastActivityTestCase.java
index a2a7e74..87c6ab3 100644
--- a/tests/unit/src/com/android/cellbroadcastreceiver/unit/CellBroadcastActivityTestCase.java
+++ b/tests/unit/src/com/android/cellbroadcastreceiver/unit/CellBroadcastActivityTestCase.java
@@ -23,6 +23,7 @@
 import android.content.Context;
 import android.content.ContextWrapper;
 import android.content.Intent;
+import android.content.SharedPreferences;
 import android.content.pm.PackageManager;
 import android.content.res.Configuration;
 import android.content.res.Resources;
@@ -34,6 +35,7 @@
 import java.util.HashMap;
 import java.util.concurrent.CountDownLatch;
 import java.util.concurrent.TimeUnit;
+import java.util.function.BooleanSupplier;
 
 public class CellBroadcastActivityTestCase<T extends Activity> extends ActivityUnitTestCase<T> {
 
@@ -124,6 +126,8 @@
 
         private PackageManager mPackageManager;
 
+        private SharedPreferences mSharedPreferences;
+
         public TestContext(Context base) {
             super(base);
             mResources = spy(super.getResources());
@@ -138,6 +142,9 @@
             mPackageManager = packageManager;
         }
 
+        public void injectSharedPreferences(SharedPreferences sp) {
+            mSharedPreferences = sp;
+        }
 
         @Override
         public Display getDisplay() {
@@ -173,6 +180,13 @@
             return super.getPackageManager();
         }
 
+        @Override
+        public SharedPreferences getSharedPreferences(String name, int mode) {
+            if (mSharedPreferences != null) {
+                return mSharedPreferences;
+            }
+            return super.getSharedPreferences(name, mode);
+        }
 
         @Override
         public Context createConfigurationContext(Configuration overrideConfiguration) {
@@ -191,4 +205,21 @@
         }
 
     }
+
+    protected void waitForChange(BooleanSupplier condition, long timeoutMs) {
+        CountDownLatch latch = new CountDownLatch(1);
+        new Thread(() -> {
+            while (latch.getCount() > 0 && !condition.getAsBoolean()) {
+                // do nothing
+            }
+            latch.countDown();
+        }).start();
+
+        try {
+            latch.await(timeoutMs, TimeUnit.MILLISECONDS);
+        } catch (InterruptedException e) {
+            // do nothing
+        }
+        latch.countDown();
+    }
 }
diff --git a/tests/unit/src/com/android/cellbroadcastreceiver/unit/CellBroadcastAlertAudioTest.java b/tests/unit/src/com/android/cellbroadcastreceiver/unit/CellBroadcastAlertAudioTest.java
index ac5544c..ff6bfd3 100644
--- a/tests/unit/src/com/android/cellbroadcastreceiver/unit/CellBroadcastAlertAudioTest.java
+++ b/tests/unit/src/com/android/cellbroadcastreceiver/unit/CellBroadcastAlertAudioTest.java
@@ -18,13 +18,17 @@
 
 import static com.android.cellbroadcastreceiver.CellBroadcastAlertService.SHOW_NEW_ALERT_ACTION;
 
+import static org.junit.Assert.assertTrue;
 import static org.mockito.ArgumentMatchers.any;
 import static org.mockito.ArgumentMatchers.anyInt;
+import static org.mockito.ArgumentMatchers.anyLong;
 import static org.mockito.ArgumentMatchers.eq;
 import static org.mockito.Mockito.atLeastOnce;
 import static org.mockito.Mockito.doReturn;
+import static org.mockito.Mockito.inOrder;
 import static org.mockito.Mockito.mock;
 import static org.mockito.Mockito.never;
+import static org.mockito.Mockito.spy;
 import static org.mockito.Mockito.times;
 import static org.mockito.Mockito.verify;
 
@@ -33,9 +37,13 @@
 import android.media.AudioAttributes;
 import android.media.AudioDeviceInfo;
 import android.media.AudioManager;
+import android.media.MediaPlayer;
 import android.os.Handler;
 import android.os.HandlerThread;
+import android.os.Looper;
+import android.os.SystemClock;
 import android.speech.tts.TextToSpeech;
+import android.telephony.PhoneStateListener;
 import android.telephony.TelephonyManager;
 
 import com.android.cellbroadcastreceiver.CellBroadcastAlertAudio;
@@ -45,9 +53,11 @@
 import org.junit.After;
 import org.junit.Before;
 import org.mockito.ArgumentCaptor;
+import org.mockito.InOrder;
 import org.mockito.MockitoAnnotations;
 
 import java.lang.reflect.Field;
+import java.util.Locale;
 
 public class CellBroadcastAlertAudioTest extends
         CellBroadcastServiceTestCase<CellBroadcastAlertAudio> {
@@ -63,6 +73,9 @@
     private Object mLock = new Object();
     private boolean mReady;
 
+    private static final int STATE_ALERTING = 1;
+    private static final int STATE_STOPPING = 4;
+
     public CellBroadcastAlertAudioTest() {
         super(CellBroadcastAlertAudio.class);
     }
@@ -364,6 +377,47 @@
         waitUntilReady();
     }
 
+    public void testSetTtsLanguage() throws Throwable {
+        PhoneStateListenerHandler phoneStateListenerHandler = new PhoneStateListenerHandler(
+                "testStartService",
+                () -> {
+                    doReturn(AudioManager.RINGER_MODE_NORMAL).when(
+                            mMockedAudioManager).getRingerMode();
+
+                    Intent intent = new Intent(mContext, CellBroadcastAlertAudio.class);
+                    intent.setAction(SHOW_NEW_ALERT_ACTION);
+                    intent.putExtra(CellBroadcastAlertAudio.ALERT_AUDIO_MESSAGE_BODY,
+                            TEST_MESSAGE_BODY);
+                    intent.putExtra(CellBroadcastAlertAudio.ALERT_AUDIO_VIBRATION_PATTERN_EXTRA,
+                            TEST_VIBRATION_PATTERN);
+                    intent.putExtra(CellBroadcastAlertAudio.ALERT_AUDIO_MESSAGE_LANGUAGE,
+                            TEST_MESSAGE_LANGUAGE);
+                    intent.putExtra(CellBroadcastAlertAudio.ALERT_AUDIO_OVERRIDE_DND_EXTRA,
+                            true);
+                    startService(intent);
+                });
+        phoneStateListenerHandler.start();
+        waitUntilReady();
+
+        Locale original_locale = Locale.getDefault();
+        Locale.setDefault(Locale.UK);
+
+        CellBroadcastAlertAudio audio = (CellBroadcastAlertAudio) getService();
+
+        Field fieldTts = CellBroadcastAlertAudio.class.getDeclaredField("mTts");
+        fieldTts.setAccessible(true);
+        TextToSpeech mockTts = mock(TextToSpeech.class);
+        fieldTts.set(audio, mockTts);
+
+        audio.onInit(TextToSpeech.SUCCESS);
+
+        ArgumentCaptor<Locale> localeArgumentCaptor = ArgumentCaptor.forClass(Locale.class);
+        verify(mockTts, times(1)).setLanguage(localeArgumentCaptor.capture());
+        assertEquals(Locale.UK, localeArgumentCaptor.getValue());
+
+        Locale.setDefault(original_locale);
+    }
+
     /**
      * When an alert is triggered while an alert is already happening, the system needs to stop
      * the previous alert.
@@ -425,4 +479,138 @@
         verify(mMockedAudioManager, never()).requestAudioFocus(any(), any(), anyInt(), anyInt());
         phoneStateListenerHandler.quit();
     }
+
+    public void testPlayAlertDuration() throws Throwable {
+        int duration = 15 * 1000;
+        int tolerance = 100;
+        PhoneStateListenerHandler phoneStateListenerHandler = new PhoneStateListenerHandler(
+                "testPlayAlertDuration",
+                () -> {
+                    startService(null);
+                });
+        phoneStateListenerHandler.start();
+        waitUntilReady();
+
+        CellBroadcastAlertAudio audio = (CellBroadcastAlertAudio) getService();
+
+        Handler mockHandler = spy(new Handler(Looper.getMainLooper()));
+        audio.mHandler = mockHandler;
+        MediaPlayer mockMediaPlayer = mock(MediaPlayer.class);
+        audio.mMediaPlayerInjected = mockMediaPlayer;
+        Intent intent = createStartAudioIntent();
+        intent.putExtra(CellBroadcastAlertAudio.ALERT_AUDIO_TONE_TYPE,
+                CellBroadcastAlertService.AlertType.INFO);
+        intent.putExtra(CellBroadcastAlertAudio.ALERT_AUDIO_OVERRIDE_DND_EXTRA, true);
+        intent.putExtra(CellBroadcastAlertAudio.ALERT_AUDIO_DURATION, duration);
+
+        ArgumentCaptor<Long> capTime = ArgumentCaptor.forClass(Long.class);
+        InOrder inOrder = inOrder(mockMediaPlayer, mockHandler);
+        long expTime = SystemClock.uptimeMillis() + duration;
+        audio.handleStartIntent(intent);
+
+        inOrder.verify(mockMediaPlayer).prepare();
+        inOrder.verify(mockHandler).sendMessageAtTime(any(), capTime.capture());
+        inOrder.verify(mockMediaPlayer).start();
+        assertTrue((capTime.getValue() - expTime) < tolerance);
+    }
+
+    public void testCallConnectedDuringPlayAlert() throws Throwable {
+        PhoneStateListenerHandler phoneStateListenerHandler = new PhoneStateListenerHandler(
+                "testCallConnectedDuringPlayAlert",
+                () -> {
+                    startService(null);
+                });
+        phoneStateListenerHandler.start();
+        waitUntilReady();
+
+        ArgumentCaptor<PhoneStateListener> phoneStateListenerCaptor =
+                ArgumentCaptor.forClass(PhoneStateListener.class);
+        verify(mMockedTelephonyManager).listen(phoneStateListenerCaptor.capture(),
+                eq(PhoneStateListener.LISTEN_CALL_STATE));
+        PhoneStateListener mPhoneStateListener = phoneStateListenerCaptor.getValue();
+
+        CellBroadcastAlertAudio audio = (CellBroadcastAlertAudio) getService();
+        doReturn(AudioManager.RINGER_MODE_NORMAL).when(mMockedAudioManager).getRingerMode();
+        doReturn(TelephonyManager.CALL_STATE_IDLE).when(mMockedTelephonyManager).getCallState();
+        // prevent the IllegalStateException during the playAlertTone
+        audio.mMediaPlayerInjected = mock(MediaPlayer.class);
+
+        Intent intent = createStartAudioIntent();
+        audio.handleStartIntent(intent);
+        assertEquals(STATE_ALERTING, audio.getState());
+
+        // Call state change to OFFHOOK, stop audio play
+        mPhoneStateListener.onCallStateChanged(TelephonyManager.CALL_STATE_OFFHOOK, "");
+        assertEquals(STATE_STOPPING, audio.getState());
+
+        phoneStateListenerHandler.quit();
+    }
+
+    public void testOnError() throws Throwable {
+        PhoneStateListenerHandler phoneStateListenerHandler = new PhoneStateListenerHandler(
+                "testOnError",
+                () -> {
+                    startService(null);
+                });
+        phoneStateListenerHandler.start();
+        waitUntilReady();
+
+        doReturn(AudioManager.RINGER_MODE_NORMAL).when(mMockedAudioManager).getRingerMode();
+        CellBroadcastAlertAudio audio = (CellBroadcastAlertAudio) getService();
+        Handler mockHandler = spy(new Handler(Looper.getMainLooper()));
+        audio.mHandler = mockHandler;
+        MediaPlayer mockMediaPlayer = mock(MediaPlayer.class);
+        audio.mMediaPlayerInjected = mockMediaPlayer;
+
+        Intent intent = createStartAudioIntent();
+        audio.handleStartIntent(intent);
+
+        verify(mockHandler, never()).sendMessageAtTime(any(), anyLong());
+
+        ArgumentCaptor<MediaPlayer.OnErrorListener> onErrorListenerArgumentCaptor =
+                ArgumentCaptor.forClass(MediaPlayer.OnErrorListener.class);
+        verify(mockMediaPlayer).setOnErrorListener(onErrorListenerArgumentCaptor.capture());
+        MediaPlayer.OnErrorListener onErrorListener = onErrorListenerArgumentCaptor.getValue();
+        onErrorListener.onError(mockMediaPlayer, 0, 0);
+
+        // If possible will check message's 'what' equals ‘ALERT_SOUND_FINISHED’ in the future.
+        verify(mockHandler, times(1)).sendMessageAtTime(any(), anyLong());
+
+        phoneStateListenerHandler.quit();
+    }
+
+    public void testOnCompletion() throws Throwable {
+        PhoneStateListenerHandler phoneStateListenerHandler = new PhoneStateListenerHandler(
+                "testOnCompletion",
+                () -> {
+                    startService(null);
+                });
+        phoneStateListenerHandler.start();
+        waitUntilReady();
+
+        doReturn(AudioManager.RINGER_MODE_NORMAL).when(mMockedAudioManager).getRingerMode();
+        CellBroadcastAlertAudio audio = (CellBroadcastAlertAudio) getService();
+        Handler mockHandler = spy(new Handler(Looper.getMainLooper()));
+        audio.mHandler = mockHandler;
+        MediaPlayer mockMediaPlayer = mock(MediaPlayer.class);
+        audio.mMediaPlayerInjected = mockMediaPlayer;
+
+        Intent intent = createStartAudioIntent();
+        audio.handleStartIntent(intent);
+
+        verify(mockHandler, never()).sendMessageAtTime(any(), anyLong());
+
+        ArgumentCaptor<MediaPlayer.OnCompletionListener> OnCompletionListenerArgumentCaptor =
+                ArgumentCaptor.forClass(MediaPlayer.OnCompletionListener.class);
+        verify(mockMediaPlayer).setOnCompletionListener(
+                OnCompletionListenerArgumentCaptor.capture());
+        MediaPlayer.OnCompletionListener onCompletionListener =
+                OnCompletionListenerArgumentCaptor.getValue();
+        onCompletionListener.onCompletion(mockMediaPlayer);
+
+        // If possible will check message's 'what' equals ‘ALERT_SOUND_FINISHED’ in the future.
+        verify(mockHandler, times(1)).sendMessageAtTime(any(), anyLong());
+
+        phoneStateListenerHandler.quit();
+    }
 }
diff --git a/tests/unit/src/com/android/cellbroadcastreceiver/unit/CellBroadcastAlertDialogTest.java b/tests/unit/src/com/android/cellbroadcastreceiver/unit/CellBroadcastAlertDialogTest.java
index e11acdb..5f30142 100644
--- a/tests/unit/src/com/android/cellbroadcastreceiver/unit/CellBroadcastAlertDialogTest.java
+++ b/tests/unit/src/com/android/cellbroadcastreceiver/unit/CellBroadcastAlertDialogTest.java
@@ -34,6 +34,7 @@
 import android.app.PendingIntent;
 import android.content.IContentProvider;
 import android.content.Intent;
+import android.content.SharedPreferences;
 import android.content.pm.ApplicationInfo;
 import android.content.pm.ProviderInfo;
 import android.content.res.Configuration;
@@ -369,16 +370,21 @@
         CellBroadcastAlertDialog activity = startActivity(intent, null, null);
         waitForMs(100);
 
+        ImageView image = activity.findViewById(R.id.pictogramImage);
+        image.setVisibility(View.VISIBLE);
+        assertEquals(View.VISIBLE, image.getVisibility());
+
         // add more messages to list
         mMessageList.add(CellBroadcastAlertServiceTest.createMessageForCmasMessageClass(12413,
-                SmsCbConstants.MESSAGE_ID_CMAS_ALERT_CHILD_ABDUCTION_EMERGENCY,
-                SmsCbConstants.MESSAGE_ID_CMAS_ALERT_CHILD_ABDUCTION_EMERGENCY));
+                SmsCbConstants.MESSAGE_ID_ETWS_EARTHQUAKE_WARNING,
+                SmsCbConstants.MESSAGE_ID_ETWS_EARTHQUAKE_WARNING));
         intent.putParcelableArrayListExtra(CellBroadcastAlertService.SMS_CB_MESSAGE_EXTRA,
                 new ArrayList<>(mMessageList));
         activity.onNewIntent(intent);
 
         verify(mMockedNotificationManager, atLeastOnce()).cancel(
                 eq(CellBroadcastAlertService.NOTIFICATION_ID));
+        assertNotNull(image.getLayoutParams());
     }
 
     public void testAnimationHandler() throws Throwable {
@@ -708,4 +714,33 @@
                 WindowManager.LayoutParams.FLAG_SECURE);
         stopActivity();
     }
+
+    public void testTitleOnNonDefaultSubId() throws Throwable {
+        Intent intent = createActivityIntent();
+        Looper.prepare();
+        CellBroadcastAlertDialog activity = startActivity(intent, null, null);
+        waitForMs(100);
+
+        assertFalse(TextUtils.isEmpty(((TextView) getActivity().findViewById(
+                com.android.cellbroadcastreceiver.R.id.alertTitle)).getText()));
+
+        SharedPreferences mockSharedPreferences = mock(SharedPreferences.class);
+        doReturn("334090").when(mockSharedPreferences).getString(any(), any());
+        mContext.injectSharedPreferences(mockSharedPreferences);
+        Resources mockResources2 = mock(Resources.class);
+        doReturn(false).when(mockResources2).getBoolean(R.bool.show_alert_title);
+        doReturn("none").when(mockResources2).getString(R.string.link_method);
+
+        CellBroadcastSettings.sResourcesCacheByOperator.put("334090", mockResources2);
+
+        mMessageList.add(CellBroadcastAlertServiceTest.createMessageForCmasMessageClass(12413,
+                SmsCbConstants.MESSAGE_ID_CMAS_ALERT_CHILD_ABDUCTION_EMERGENCY,
+                SmsCbConstants.MESSAGE_ID_CMAS_ALERT_CHILD_ABDUCTION_EMERGENCY));
+        intent.putParcelableArrayListExtra(CellBroadcastAlertService.SMS_CB_MESSAGE_EXTRA,
+                new ArrayList<>(mMessageList));
+        activity.onNewIntent(intent);
+
+        assertTrue(TextUtils.isEmpty(((TextView) getActivity().findViewById(
+                com.android.cellbroadcastreceiver.R.id.alertTitle)).getText()));
+    }
 }
diff --git a/tests/unit/src/com/android/cellbroadcastreceiver/unit/CellBroadcastAlertReminderTest.java b/tests/unit/src/com/android/cellbroadcastreceiver/unit/CellBroadcastAlertReminderTest.java
index 307cc27..074ebe5 100644
--- a/tests/unit/src/com/android/cellbroadcastreceiver/unit/CellBroadcastAlertReminderTest.java
+++ b/tests/unit/src/com/android/cellbroadcastreceiver/unit/CellBroadcastAlertReminderTest.java
@@ -26,6 +26,7 @@
 import android.content.Context;
 import android.content.Intent;
 import android.content.SharedPreferences;
+import android.media.AudioAttributes;
 import android.media.AudioManager;
 import android.os.HandlerThread;
 import android.preference.PreferenceManager;
@@ -120,7 +121,7 @@
         phoneStateListenerHandler.start();
         waitUntilReady();
 
-        verify(mMockedVibrator).vibrate(any());
+        verify(mMockedVibrator).vibrate(any(), (AudioAttributes) any());
         phoneStateListenerHandler.quit();
     }
 
@@ -140,7 +141,7 @@
         phoneStateListenerHandler.start();
         waitUntilReady();
 
-        verify(mMockedVibrator, never()).vibrate(any());
+        verify(mMockedVibrator, never()).vibrate(any(), (AudioAttributes) any());
         phoneStateListenerHandler.quit();
     }
 
diff --git a/tests/unit/src/com/android/cellbroadcastreceiver/unit/CellBroadcastAlertServiceTest.java b/tests/unit/src/com/android/cellbroadcastreceiver/unit/CellBroadcastAlertServiceTest.java
index 8a28552..52a87f3 100644
--- a/tests/unit/src/com/android/cellbroadcastreceiver/unit/CellBroadcastAlertServiceTest.java
+++ b/tests/unit/src/com/android/cellbroadcastreceiver/unit/CellBroadcastAlertServiceTest.java
@@ -17,6 +17,7 @@
 package com.android.cellbroadcastreceiver.unit;
 
 import static com.android.cellbroadcastreceiver.CellBroadcastAlertAudio.ALERT_AUDIO_TONE_TYPE;
+import static com.android.cellbroadcastreceiver.CellBroadcastAlertService.PROP_DISPLAY;
 import static com.android.cellbroadcastreceiver.CellBroadcastAlertService.SHOW_NEW_ALERT_ACTION;
 
 import static org.junit.Assert.assertArrayEquals;
@@ -28,6 +29,7 @@
 import static org.mockito.Mockito.doNothing;
 import static org.mockito.Mockito.doReturn;
 import static org.mockito.Mockito.mock;
+import static org.mockito.Mockito.never;
 import static org.mockito.Mockito.times;
 import static org.mockito.Mockito.verify;
 
@@ -43,14 +45,19 @@
 import android.os.Looper;
 import android.os.PowerManager;
 import android.os.RemoteException;
+import android.os.SystemProperties;
 import android.provider.Telephony;
+import android.service.notification.StatusBarNotification;
 import android.telephony.AccessNetworkConstants;
 import android.telephony.NetworkRegistrationInfo;
+import android.telephony.PhoneStateListener;
 import android.telephony.ServiceState;
 import android.telephony.SmsCbCmasInfo;
 import android.telephony.SmsCbEtwsInfo;
 import android.telephony.SmsCbLocation;
 import android.telephony.SmsCbMessage;
+import android.telephony.TelephonyManager;
+import android.view.Display;
 
 import com.android.cellbroadcastreceiver.CellBroadcastAlertAudio;
 import com.android.cellbroadcastreceiver.CellBroadcastAlertService;
@@ -576,6 +583,10 @@
 
 
     public void testAddToNotificationBarForWatch() throws RemoteException {
+        if (!SdkLevel.isAtLeastS()) {
+            return;
+        }
+
         setWatchFeatureEnabled(true);
         Handler handler = new Handler(Looper.getMainLooper());
         IPowerManager mockedPowerService = mock(IPowerManager.class);
@@ -634,4 +645,72 @@
         assertSame(notificationPosted.deleteIntent, notificationPosted.actions[0].actionIntent);
     }
 
+    public void testClamshellCoverDisplayId() {
+        if (!SdkLevel.isAtLeastS()) {
+            return;
+        }
+        doReturn(new String[]{
+                "0x1113:rat=gsm, type=mute, emergency=true, always_on=true",
+                "0x112F:rat=gsm, emergency=true"}).when(mResources).getStringArray(
+                eq(com.android.cellbroadcastreceiver.R.array
+                        .additional_cbs_channels_strings));
+
+        Intent intent = new Intent(mContext, CellBroadcastAlertService.class);
+        intent.setAction(SHOW_NEW_ALERT_ACTION);
+        SmsCbMessage message = createMessageForCmasMessageClass(13788634, 0x1113, 0x1113);
+        intent.putExtra("message", message);
+
+        startService(intent);
+        waitForServiceIntent();
+
+        int display_id = SystemProperties.getInt(PROP_DISPLAY, Display.DEFAULT_DISPLAY);
+        if (display_id == Display.DEFAULT_DISPLAY) {
+            assertEquals(mBundle, null);
+        } else {
+            assertEquals(mBundle.getInt("android.activity.launchDisplayId", 0), display_id);
+        }
+    }
+
+    public void testPlayPendingAlert() throws Exception {
+        if (!SdkLevel.isAtLeastS()) {
+            return;
+        }
+        doReturn(true).when(mResources).getBoolean(
+                eq(com.android.cellbroadcastreceiver.R.bool.enable_alert_handling_during_call));
+        doReturn(TelephonyManager.CALL_STATE_RINGING).when(mMockedTelephonyManager).getCallState();
+        Intent intent = new Intent(mContext, CellBroadcastAlertService.class);
+        intent.setAction(SHOW_NEW_ALERT_ACTION);
+        SmsCbMessage message = createMessage(12345);
+        intent.putExtra("message", message);
+        startService(intent);
+
+        // Verify do-nothing, when onCallStateChanged is called after Call is Active
+        ArgumentCaptor<PhoneStateListener> phoneStateListenerCaptor =
+                ArgumentCaptor.forClass(PhoneStateListener.class);
+        verify(mMockedTelephonyManager).listen(phoneStateListenerCaptor.capture(),
+                eq(PhoneStateListener.LISTEN_CALL_STATE));
+        PhoneStateListener mPhoneStateListener = phoneStateListenerCaptor.getValue();
+        mPhoneStateListener.onCallStateChanged(TelephonyManager.CALL_STATE_OFFHOOK, "");
+        waitForServiceIntent();
+
+        verify(mMockedNotificationManager, never()).getActiveNotifications();
+
+        // Verify to trigger playPendingAlert, when onCallStateChanged is called and PendingAlert
+        // exist after Call is IDLE
+        StatusBarNotification mStatusBarNotification = mock(StatusBarNotification.class);
+        doReturn(new StatusBarNotification[]{mStatusBarNotification}).when(
+                mMockedNotificationManager).getActiveNotifications();
+
+        mPhoneStateListener.onCallStateChanged(TelephonyManager.CALL_STATE_IDLE, "");
+        waitForServiceIntent();
+
+        // Verify alert dialog activity intent
+        ArrayList<SmsCbMessage> newMessageList = mActivityIntentToVerify
+                .getParcelableArrayListExtra(CellBroadcastAlertService.SMS_CB_MESSAGE_EXTRA);
+        assertEquals(1, newMessageList.size());
+        assertEquals(Intent.FLAG_ACTIVITY_NO_USER_ACTION,
+                (mActivityIntentToVerify.getFlags() & Intent.FLAG_ACTIVITY_NO_USER_ACTION));
+        assertEquals(Intent.FLAG_ACTIVITY_NEW_TASK,
+                (mActivityIntentToVerify.getFlags() & Intent.FLAG_ACTIVITY_NEW_TASK));
+    }
 }
diff --git a/tests/unit/src/com/android/cellbroadcastreceiver/unit/CellBroadcastBackupAgentTest.java b/tests/unit/src/com/android/cellbroadcastreceiver/unit/CellBroadcastBackupAgentTest.java
index 97365a4..2d40d38 100644
--- a/tests/unit/src/com/android/cellbroadcastreceiver/unit/CellBroadcastBackupAgentTest.java
+++ b/tests/unit/src/com/android/cellbroadcastreceiver/unit/CellBroadcastBackupAgentTest.java
@@ -66,6 +66,10 @@
 
     @Test
     public void testOnCreate() throws Exception {
+        final String packageName = CellBroadcastInternalReceiver.class.getPackage().getName();
+        doReturn(packageName).when(mMockContext).getPackageName();
+
+        mBackupAgentUT.attach(mMockContext);
         mockBackupDispatcher();
         mBackupAgentUT.onCreate();
         // Ideally we should verify creation of SharedPreferencesBackupHelper, but it's not quite
diff --git a/tests/unit/src/com/android/cellbroadcastreceiver/unit/CellBroadcastListActivityTest.java b/tests/unit/src/com/android/cellbroadcastreceiver/unit/CellBroadcastListActivityTest.java
index 724e326..2567562 100644
--- a/tests/unit/src/com/android/cellbroadcastreceiver/unit/CellBroadcastListActivityTest.java
+++ b/tests/unit/src/com/android/cellbroadcastreceiver/unit/CellBroadcastListActivityTest.java
@@ -27,8 +27,10 @@
 import static android.provider.Telephony.CellBroadcasts.DELIVERY_TIME;
 import static android.provider.Telephony.CellBroadcasts.ETWS_WARNING_TYPE;
 import static android.provider.Telephony.CellBroadcasts.LAC;
+import static android.provider.Telephony.CellBroadcasts.LOCATION_CHECK_TIME;
 import static android.provider.Telephony.CellBroadcasts.MAXIMUM_WAIT_TIME;
 import static android.provider.Telephony.CellBroadcasts.PLMN;
+import static android.view.WindowManager.LayoutParams.SYSTEM_FLAG_HIDE_NON_SYSTEM_OVERLAY_WINDOWS;
 
 import static com.android.cellbroadcastreceiver.CellBroadcastListActivity.CursorLoaderListFragment.KEY_LOADER_ID;
 import static com.android.cellbroadcastreceiver.CellBroadcastListActivity.CursorLoaderListFragment.LOADER_HISTORY_FROM_CBS;
@@ -38,22 +40,28 @@
 import static com.android.cellbroadcastreceiver.CellBroadcastListActivity.CursorLoaderListFragment.MENU_SHOW_REGULAR_MESSAGES;
 import static com.android.cellbroadcastreceiver.CellBroadcastListActivity.CursorLoaderListFragment.MENU_VIEW_DETAILS;
 
+import static org.mockito.ArgumentMatchers.any;
 import static org.mockito.ArgumentMatchers.anyBoolean;
 import static org.mockito.ArgumentMatchers.anyInt;
 import static org.mockito.ArgumentMatchers.eq;
 import static org.mockito.Mockito.atLeastOnce;
 import static org.mockito.Mockito.doReturn;
 import static org.mockito.Mockito.mock;
+import static org.mockito.Mockito.never;
+import static org.mockito.Mockito.spy;
 import static org.mockito.Mockito.times;
 import static org.mockito.Mockito.verify;
 
+import android.app.AlertDialog;
 import android.app.Fragment;
+import android.app.LoaderManager;
 import android.app.NotificationManager;
 import android.content.Context;
 import android.content.pm.PackageManager;
 import android.content.res.Resources;
 import android.database.Cursor;
 import android.database.MatrixCursor;
+import android.os.Build;
 import android.os.Bundle;
 import android.os.Handler;
 import android.os.Looper;
@@ -67,10 +75,14 @@
 import android.view.MenuInflater;
 import android.view.MenuItem;
 import android.view.View;
+import android.view.Window;
 import android.view.WindowManager;
 import android.widget.CheckedTextView;
 import android.widget.ListView;
 
+import androidx.test.filters.SdkSuppress;
+import androidx.test.platform.app.InstrumentationRegistry;
+
 import com.android.cellbroadcastreceiver.CellBroadcastCursorAdapter;
 import com.android.cellbroadcastreceiver.CellBroadcastListActivity;
 import com.android.cellbroadcastreceiver.CellBroadcastListItem;
@@ -86,6 +98,7 @@
 import org.mockito.MockitoAnnotations;
 
 import java.lang.reflect.Field;
+import java.text.DateFormat;
 import java.util.Arrays;
 import java.util.List;
 
@@ -127,6 +140,11 @@
     @After
     public void tearDown() throws Exception {
         super.tearDown();
+        try {
+            stopActivity();
+        } catch (Throwable e) {
+            // Some tests don't need to call #stopActivity.
+        }
     }
 
     public CellBroadcastListActivityTest() {
@@ -139,9 +157,9 @@
         CellBroadcastListActivity activity = startActivity();
         int flags = activity.getWindow().getAttributes().flags;
         assertEquals((flags & WindowManager.LayoutParams.FLAG_SECURE), 0);
-        stopActivity();
     }
 
+    @SdkSuppress(minSdkVersion = Build.VERSION_CODES.TIRAMISU)
     public void testOnCreateForWatch() throws Throwable {
         setWatchFeatureEnabled(true);
 
@@ -153,9 +171,9 @@
         assertTrue(customizeLayoutResIdField.getInt(activity) != 0);
 
         assertNotNull(activity.findViewById(R.id.content_frame));
-        stopActivity();
     }
 
+    @SdkSuppress(minSdkVersion = Build.VERSION_CODES.TIRAMISU)
     public void testContextMenuForWatch() throws Throwable {
         setWatchFeatureEnabled(true);
         CellBroadcastListActivity activity = startActivity();
@@ -173,7 +191,6 @@
         int flags = activity.getWindow().getAttributes().flags;
         assertEquals((flags & WindowManager.LayoutParams.FLAG_SECURE),
                 WindowManager.LayoutParams.FLAG_SECURE);
-        stopActivity();
     }
 
     public void testOnListItemClick() throws Throwable {
@@ -189,7 +206,6 @@
             startActivityWasCalled = true;
         }
         assertTrue("onListItemClick should call startActivity", startActivityWasCalled);
-        stopActivity();
     }
 
     public void testOnActivityCreatedLoaderHistoryFromCbs() throws Throwable {
@@ -205,7 +221,6 @@
         Looper.prepare();
         activity.mListFragment.onActivityCreated(savedInstanceState);
         assertNotNull(activity.mListFragment.getLoaderManager());
-        stopActivity();
     }
 
     private static MatrixCursor makeTestCursor() {
@@ -250,7 +265,7 @@
         // create data with one entry so that the "no alert" text view is invisible
         activity.mListFragment.onLoadFinished(null, makeTestCursor());
         assertEquals(View.INVISIBLE, activity.findViewById(R.id.empty).getVisibility());
-        stopActivity();
+        assertTrue(activity.findViewById(android.R.id.list).isLongClickable());
     }
 
     public void testOnLoadFinishedEmptyData() throws Throwable {
@@ -262,7 +277,24 @@
                 new MatrixCursor(CellBroadcastListActivity.CursorLoaderListFragment.QUERY_COLUMNS);
         activity.mListFragment.onLoadFinished(null, data);
         assertEquals(View.VISIBLE, activity.findViewById(R.id.empty).getVisibility());
-        stopActivity();
+        assertFalse(activity.findViewById(android.R.id.list).isLongClickable());
+    }
+
+    public void testOnLoadFinishedEmptyToExistData() throws Throwable {
+        CellBroadcastListActivity activity = startActivity();
+        assertNotNull(activity.mListFragment);
+
+        // When the history changes from empty to exist,
+        // the ListView's LongClickable is from false to true.
+        Cursor data =
+                new MatrixCursor(CellBroadcastListActivity.CursorLoaderListFragment.QUERY_COLUMNS);
+        activity.mListFragment.onLoadFinished(null, data);
+        assertEquals(View.VISIBLE, activity.findViewById(R.id.empty).getVisibility());
+        assertFalse(activity.findViewById(android.R.id.list).isLongClickable());
+
+        activity.mListFragment.onLoadFinished(null, makeTestCursor());
+        assertEquals(View.INVISIBLE, activity.findViewById(R.id.empty).getVisibility());
+        assertTrue(activity.findViewById(android.R.id.list).isLongClickable());
     }
 
     public void testOnLoaderReset() throws Throwable {
@@ -272,7 +304,6 @@
         activity.mListFragment.onLoaderReset(null);
         assertNull("mAdapter.getCursor() should be null after reset",
                 activity.mListFragment.mAdapter.getCursor());
-        stopActivity();
     }
 
     public void testOnContextItemSelectedDelete() throws Throwable {
@@ -280,10 +311,7 @@
         assertNotNull(activity.mListFragment);
 
         // Mock out the adapter cursor
-        Cursor mockCursor = mock(Cursor.class);
-        doReturn(0).when(mockCursor).getPosition();
-        doReturn(0L).when(mockCursor).getLong(anyInt());
-        activity.mListFragment.mAdapter.swapCursor(mockCursor);
+        Cursor mockCursor = getMockCursor(activity, 0, 0L);
 
         // create mock delete menu item
         MenuItem mockMenuItem = mock(MenuItem.class);
@@ -300,9 +328,9 @@
                         CellBroadcastListActivity.CursorLoaderListFragment.KEY_DELETE_DIALOG));
 
         verify(mockCursor, atLeastOnce()).getColumnIndex(eq(Telephony.CellBroadcasts._ID));
-        stopActivity();
     }
 
+    @SdkSuppress(minSdkVersion = Build.VERSION_CODES.TIRAMISU)
     public void testOnContextItemSelectedDeleteForWatch() throws Throwable {
         setWatchFeatureEnabled(true);
         CellBroadcastListActivity activity = startActivity();
@@ -326,7 +354,6 @@
                 CellBroadcastListActivity.CursorLoaderListFragment.DeleteDialogFragment.ROW_ID);
         long[] expectedResult = {10L};
         assertTrue(Arrays.equals(expectedResult, rowId));
-        stopActivity();
     }
 
     public void testOnActionItemClickedDelete() throws Throwable {
@@ -334,10 +361,7 @@
         assertNotNull(activity.mListFragment);
 
         // Mock out the adapter cursor
-        Cursor mockCursor = mock(Cursor.class);
-        doReturn(0).when(mockCursor).getPosition();
-        doReturn(0L).when(mockCursor).getLong(anyInt());
-        activity.mListFragment.mAdapter.swapCursor(mockCursor);
+        Cursor mockCursor = getMockCursor(activity, 0, 0L);
 
         // create mock delete menu item
         MenuItem mockMenuItem = mock(MenuItem.class);
@@ -355,7 +379,6 @@
                         CellBroadcastListActivity.CursorLoaderListFragment.KEY_DELETE_DIALOG));
 
         verify(mockCursor, atLeastOnce()).getColumnIndex(eq(Telephony.CellBroadcasts._ID));
-        stopActivity();
     }
 
     public void testOnActionTitleOnMultiSelect() throws Throwable {
@@ -510,18 +533,14 @@
                 CellBroadcastListActivity.CursorLoaderListFragment.DeleteDialogFragment.ROW_ID);
         long[] expectedResult = {rowId1, rowId3};
         assertTrue(Arrays.equals(expectedResult, expectedResult));
-        stopActivity();
     }
 
     public void testOnActionItemClickedViewDetail() throws Throwable {
         CellBroadcastListActivity activity = startActivity();
         assertNotNull(activity.mListFragment);
 
-        // Mock out the adapter cursor
-        Cursor mockCursor = mock(Cursor.class);
-        doReturn(1).when(mockCursor).getPosition();
-        doReturn(0L).when(mockCursor).getLong(anyInt());
-        activity.mListFragment.mAdapter.swapCursor(mockCursor);
+        // mock out the AlertDialog.Builder
+        AlertDialog.Builder mockAlertDialogBuilder = getMockAlertDialogBuilder(activity);
 
         // create mock delete menu item
         MenuItem mockMenuItem = mock(MenuItem.class);
@@ -530,19 +549,23 @@
 
         // must call looper.prepare to create alertdialog
         Looper.prepare();
-        boolean alertDialogCreated = false;
-        try {
-            ActionMode mode = mock(ActionMode.class);
-            activity.mListFragment.getMultiChoiceModeListener()
-                    .onActionItemClicked(mode, mockMenuItem);
-        } catch (WindowManager.BadTokenException e) {
-            // We can't mock WindowManager because WindowManagerImpl is final, so instead we just
-            // verify that this exception is thrown when we try to create the AlertDialog
-            alertDialogCreated = true;
-        }
 
-        assertTrue("onContextItemSelected - MENU_VIEW_DETAILS should create alert dialog",
-                alertDialogCreated);
+        // when cursor is null, verify do nothing for showing an alert dialog
+        ActionMode mode = mock(ActionMode.class);
+        activity.mListFragment.mAdapter.swapCursor(null);
+        activity.mListFragment.getMultiChoiceModeListener().onActionItemClicked(mode, mockMenuItem);
+
+        verify(mode, times(1)).finish();
+        verify(mockAlertDialogBuilder, never()).show();
+
+        // mock out the adapter cursor
+        Cursor mockCursor = getMockCursor(activity, 1, 0L);
+
+        // verify the showing the alert dialog
+        activity.mListFragment.getMultiChoiceModeListener().onActionItemClicked(mode, mockMenuItem);
+
+        verify(mode, times(2)).finish();
+        verify(mockAlertDialogBuilder).show();
 
         // getColumnIndex is called 13 times within CellBroadcastCursorAdapter.createFromCursor
         verify(mockCursor, times(13)).getColumnIndex(mColumnCaptor.capture());
@@ -560,18 +583,15 @@
         assertTrue(contains(columns, DELIVERY_TIME));
         assertTrue(contains(columns, DATA_CODING_SCHEME));
         assertTrue(contains(columns, MAXIMUM_WAIT_TIME));
-        stopActivity();
     }
 
     public void testOnContextItemSelectedViewDetails() throws Throwable {
         CellBroadcastListActivity activity = startActivity();
         assertNotNull(activity.mListFragment);
 
-        // Mock out the adapter cursor
-        Cursor mockCursor = mock(Cursor.class);
-        doReturn(1).when(mockCursor).getPosition();
-        doReturn(0L).when(mockCursor).getLong(anyInt());
-        activity.mListFragment.mAdapter.swapCursor(mockCursor);
+        // mock out the adapter cursor and the AlertDialog.Builder
+        Cursor mockCursor = getMockCursor(activity, 1, 0L);
+        AlertDialog.Builder mockAlertDialogBuilder = getMockAlertDialogBuilder(activity);
 
         // create mock delete menu item
         MenuItem mockMenuItem = mock(MenuItem.class);
@@ -579,17 +599,11 @@
 
         // must call looper.prepare to create alertdialog
         Looper.prepare();
-        boolean alertDialogCreated = false;
-        try {
-            activity.mListFragment.onContextItemSelected(mockMenuItem);
-        } catch (WindowManager.BadTokenException e) {
-            // We can't mock WindowManager because WindowManagerImpl is final, so instead we just
-            // verify that this exception is thrown when we try to create the AlertDialog
-            alertDialogCreated = true;
-        }
 
-        assertTrue("onContextItemSelected - MENU_VIEW_DETAILS should create alert dialog",
-                alertDialogCreated);
+        // verify the showing the alert dialog
+        activity.mListFragment.onContextItemSelected(mockMenuItem);
+
+        verify(mockAlertDialogBuilder).show();
 
         // getColumnIndex is called 13 times within CellBroadcastCursorAdapter.createFromCursor
         verify(mockCursor, times(13)).getColumnIndex(mColumnCaptor.capture());
@@ -607,7 +621,6 @@
         assertTrue(contains(columns, DELIVERY_TIME));
         assertTrue(contains(columns, DATA_CODING_SCHEME));
         assertTrue(contains(columns, MAXIMUM_WAIT_TIME));
-        stopActivity();
     }
 
     private boolean contains(List<String> columns, String column) {
@@ -653,8 +666,6 @@
         assertFalse(activity.mListFragment.onOptionsItemSelected(mockMenuItem));
         doReturn(MENU_SHOW_REGULAR_MESSAGES).when(mockMenuItem).getItemId();
         assertFalse(activity.mListFragment.onOptionsItemSelected(mockMenuItem));
-
-        stopActivity();
     }
 
     public void testFragmentOnCreateOptionsMenu() throws Throwable {
@@ -748,4 +759,109 @@
         adapter.bindView(mockListItemView, mContext, data);
         verify(mockCheckbox).setVisibility(View.GONE);
     }
+
+    public void testGetLocationCheckTime() throws Throwable {
+        CellBroadcastListActivity activity = startActivity();
+        assertNotNull(activity.mListFragment);
+
+        Cursor mockCursor = getMockCursor(activity, 0, 0L);
+        doReturn("test").when(mockCursor).getString(anyInt());
+        AlertDialog.Builder mockAlertDialogBuilder = getMockAlertDialogBuilder(activity);
+
+        // set the LocationCheckTime
+        Field fieldCurrentLoaderId =
+                CellBroadcastListActivity.CursorLoaderListFragment.class.getDeclaredField(
+                        "mCurrentLoaderId");
+        fieldCurrentLoaderId.setAccessible(true);
+        fieldCurrentLoaderId.setInt(activity.mListFragment, LOADER_HISTORY_FROM_CBS);
+        final Long locationCheckTime = 10L;
+        final int locationCheckTimeColumnIndex = 1111;
+        doReturn(locationCheckTimeColumnIndex).when(mockCursor).getColumnIndex(
+                eq(LOCATION_CHECK_TIME));
+        doReturn(locationCheckTime).when(mockCursor).getLong(eq(locationCheckTimeColumnIndex));
+
+        MenuItem mockMenuItem = mock(MenuItem.class);
+        doReturn(R.id.action_detail_info).when(mockMenuItem).getItemId();
+
+        activity.mListFragment.getListView().setItemChecked(0, true);
+        activity.mListFragment.getMultiChoiceModeListener()
+                .onActionItemClicked(mock(ActionMode.class), mockMenuItem);
+
+        // verify the locationCheckTime in dialog's message
+        ArgumentCaptor<CharSequence> detailCaptor = ArgumentCaptor.forClass(CharSequence.class);
+        verify(mockAlertDialogBuilder).setMessage(detailCaptor.capture());
+        assertTrue(detailCaptor.getValue().toString().contains(
+                DateFormat.getDateTimeInstance().format(locationCheckTime)));
+        verify(mockAlertDialogBuilder).show();
+    }
+
+    public void testOnResume() throws Throwable {
+        CellBroadcastListActivity activity = startActivity();
+        assertNotNull(activity.mListFragment);
+        Looper.prepare();
+
+        CellBroadcastListActivity.CursorLoaderListFragment mockFragment = spy(
+                activity.mListFragment);
+        LoaderManager mockLoaderManager = mock(LoaderManager.class);
+        doReturn(mockLoaderManager).when(mockFragment).getLoaderManager();
+
+        mockFragment.onResume();
+        verify(mockLoaderManager).restartLoader(anyInt(), any(), any());
+    }
+
+    public void testOnStart() throws Throwable {
+        CellBroadcastListActivity activity = startActivity();
+        CellBroadcastListActivity mockActivity = spy(activity);
+        final Window mockWindow = mock(Window.class);
+        doReturn(mockWindow).when(mockActivity).getWindow();
+
+        InstrumentationRegistry.getInstrumentation().runOnMainSync(() -> {
+            mockActivity.onStart();
+        });
+        verify(mockWindow).addSystemFlags(eq(SYSTEM_FLAG_HIDE_NON_SYSTEM_OVERLAY_WINDOWS));
+    }
+
+    public void testOnDestroyActionMode() throws Throwable {
+        CellBroadcastListActivity activity = startActivity();
+        assertNotNull(activity.mListFragment);
+
+        CellBroadcastCursorAdapter mockAdapter = spy(activity.mListFragment.mAdapter);
+        activity.mListFragment.mAdapter = mockAdapter;
+        ActionMode mode = mock(ActionMode.class);
+
+        activity.mListFragment.getMultiChoiceModeListener().onDestroyActionMode(mode);
+        verify(mockAdapter).setIsActionMode(eq(false));
+        verify(mockAdapter).notifyDataSetChanged();
+    }
+
+    public void testOnActionItemClickedUnsupportedAction() throws Throwable {
+        CellBroadcastListActivity activity = startActivity();
+
+        // when click unsupported action, verify do nothing
+        MenuItem mockMenuItem = mock(MenuItem.class);
+        doReturn(-1).when(mockMenuItem).getItemId();
+        activity.mListFragment.getListView().setItemChecked(0, true);
+
+        ActionMode mode = mock(ActionMode.class);
+        assertFalse(activity.mListFragment.getMultiChoiceModeListener()
+                .onActionItemClicked(mode, mockMenuItem));
+        verify(mode, never()).finish();
+    }
+
+    private Cursor getMockCursor(CellBroadcastListActivity activity, int position, Long value) {
+        Cursor mockCursor = mock(Cursor.class);
+        doReturn(position).when(mockCursor).getPosition();
+        doReturn(value).when(mockCursor).getLong(anyInt());
+        activity.mListFragment.mAdapter.swapCursor(mockCursor);
+        return mockCursor;
+    }
+
+    private AlertDialog.Builder getMockAlertDialogBuilder(CellBroadcastListActivity activity) {
+        AlertDialog.Builder mockAlertDialogBuilder = mock(AlertDialog.Builder.class);
+        doReturn(mockAlertDialogBuilder).when(mockAlertDialogBuilder).setTitle(anyInt());
+        doReturn(mockAlertDialogBuilder).when(mockAlertDialogBuilder).setMessage(any());
+        doReturn(mockAlertDialogBuilder).when(mockAlertDialogBuilder).setCancelable(anyBoolean());
+        activity.mListFragment.mInjectAlertDialogBuilder = mockAlertDialogBuilder;
+        return mockAlertDialogBuilder;
+    }
 }
diff --git a/tests/unit/src/com/android/cellbroadcastreceiver/unit/CellBroadcastListItemTest.java b/tests/unit/src/com/android/cellbroadcastreceiver/unit/CellBroadcastListItemTest.java
new file mode 100644
index 0000000..000efb9
--- /dev/null
+++ b/tests/unit/src/com/android/cellbroadcastreceiver/unit/CellBroadcastListItemTest.java
@@ -0,0 +1,105 @@
+/*
+ * Copyright (C) 2023 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package com.android.cellbroadcastreceiver.unit;
+
+import static org.mockito.ArgumentMatchers.any;
+import static org.mockito.ArgumentMatchers.anyInt;
+import static org.mockito.ArgumentMatchers.anyString;
+import static org.mockito.ArgumentMatchers.eq;
+import static org.mockito.Mockito.doReturn;
+import static org.mockito.Mockito.times;
+import static org.mockito.Mockito.verify;
+
+import android.app.Activity;
+import android.content.SharedPreferences;
+import android.content.res.Resources;
+import android.telephony.SmsCbCmasInfo;
+import android.telephony.SmsCbLocation;
+import android.telephony.SmsCbMessage;
+import android.telephony.SubscriptionInfo;
+import android.telephony.SubscriptionManager;
+import android.widget.TextView;
+
+import com.android.cellbroadcastreceiver.CellBroadcastListItem;
+import com.android.cellbroadcastreceiver.CellBroadcastSettings;
+import com.android.internal.telephony.gsm.SmsCbConstants;
+
+import org.junit.After;
+import org.junit.Before;
+import org.junit.Test;
+import org.mockito.Mock;
+import org.mockito.MockitoAnnotations;
+
+public final class CellBroadcastListItemTest extends
+        CellBroadcastActivityTestCase<Activity> {
+    private static final String FAKE_MCC = "123";
+    private static final String FAKE_TITLE = "Fake Alert";
+    private static final int FAKE_SUB_ID = SubscriptionManager.DEFAULT_SUBSCRIPTION_ID;
+
+    @Mock
+    private SharedPreferences mMockPref;
+    @Mock
+    private Resources mMockResources;
+    @Mock
+    private SubscriptionInfo mMockSubInfo;
+    @Mock
+    private SubscriptionManager mMockSubManager;
+    @Mock
+    private TextView mMockChannelView;
+    @Mock
+    private TextView mMockDateView;
+    @Mock
+    private TextView mMockMessageView;
+
+    private SmsCbMessage mMessage;
+    private CellBroadcastListItem mItem;
+
+    @Before
+    public void setUp() throws Exception {
+        super.setUp();
+        MockitoAnnotations.initMocks(this);
+        doReturn(FAKE_MCC).when(mMockPref).getString(anyString(), anyString());
+        doReturn(FAKE_TITLE).when(mMockResources).getText(anyInt());
+        doReturn(mMockSubInfo).when(mMockSubManager).getActiveSubscriptionInfo(anyInt());
+        mContext.injectSharedPreferences(mMockPref);
+        CellBroadcastSettings.sResourcesCacheByOperator.put(FAKE_MCC, mMockResources);
+        mMessage = new SmsCbMessage(1, 2, 1, new SmsCbLocation(),
+              SmsCbConstants.MESSAGE_ID_CMAS_ALERT_PRESIDENTIAL_LEVEL,
+              "language", "body", SmsCbMessage.MESSAGE_PRIORITY_EMERGENCY, null,
+              new SmsCbCmasInfo(0, 2, 3, 4, 5, 6), 0, FAKE_SUB_ID);
+        mItem = new CellBroadcastListItem(mContext, null);
+        mItem.mChannelView = mMockChannelView;
+        mItem.mDateView = mMockDateView;
+        mItem.mMessageView = mMockMessageView;
+    }
+
+    public CellBroadcastListItemTest() {
+        super(Activity.class);
+    }
+
+    @After
+    public void tearDown() throws Exception {
+        super.tearDown();
+    }
+
+    @Test
+    public void testCellBroadcastListItemBindOnRoaming() {
+        mItem.bind(mMessage);
+
+        verify(mMockChannelView, times(1)).setText(eq(FAKE_TITLE), any());
+    }
+}
diff --git a/tests/unit/src/com/android/cellbroadcastreceiver/unit/CellBroadcastReceiverTest.java b/tests/unit/src/com/android/cellbroadcastreceiver/unit/CellBroadcastReceiverTest.java
index b9ed578..a07c70a 100644
--- a/tests/unit/src/com/android/cellbroadcastreceiver/unit/CellBroadcastReceiverTest.java
+++ b/tests/unit/src/com/android/cellbroadcastreceiver/unit/CellBroadcastReceiverTest.java
@@ -18,12 +18,17 @@
 
 import static com.google.common.truth.Truth.assertThat;
 
+import static org.junit.Assert.assertArrayEquals;
+import static org.junit.Assert.assertFalse;
+import static org.junit.Assert.assertTrue;
 import static org.mockito.ArgumentMatchers.any;
+import static org.mockito.ArgumentMatchers.anyBoolean;
 import static org.mockito.ArgumentMatchers.anyInt;
 import static org.mockito.ArgumentMatchers.anyString;
 import static org.mockito.ArgumentMatchers.eq;
 import static org.mockito.Mockito.doNothing;
 import static org.mockito.Mockito.doReturn;
+import static org.mockito.Mockito.mock;
 import static org.mockito.Mockito.never;
 import static org.mockito.Mockito.spy;
 import static org.mockito.Mockito.times;
@@ -37,12 +42,14 @@
 import android.content.pm.PackageInfo;
 import android.content.pm.PackageManager;
 import android.content.res.Configuration;
+import android.content.res.Resources;
 import android.media.AudioDeviceInfo;
 import android.os.RemoteException;
 import android.os.UserManager;
 import android.provider.Telephony;
 import android.telephony.CarrierConfigManager;
 import android.telephony.ServiceState;
+import android.telephony.SubscriptionInfo;
 import android.telephony.SubscriptionManager;
 import android.telephony.TelephonyManager;
 import android.telephony.cdma.CdmaSmsCbProgramData;
@@ -61,10 +68,15 @@
 
 import java.util.ArrayList;
 import java.util.List;
+import java.util.Map;
 
 public class CellBroadcastReceiverTest extends CellBroadcastTest {
     private static final long MAX_INIT_WAIT_MS = 5000;
 
+    private static final String[] MCC_TABLE = {
+        "gr:202", "nL:204", "Be:206", "US:310"
+    };
+
     CellBroadcastReceiver mCellBroadcastReceiver;
     String mPackageName = "testPackageName";
 
@@ -117,6 +129,7 @@
     public void setUp() throws Exception {
         super.setUp(this.getClass().getSimpleName());
         doReturn(mConfiguration).when(mResources).getConfiguration();
+        doReturn(MCC_TABLE).when(mResources).getStringArray(R.array.iso_country_code_mcc_table);
         mCellBroadcastReceiver = spy(new CellBroadcastReceiver());
         doReturn(mResources).when(mCellBroadcastReceiver).getResourcesMethod();
         doNothing().when(mCellBroadcastReceiver).startConfigServiceToEnableChannels();
@@ -228,14 +241,14 @@
 
         int subId = 1;
         // Not starting ConfigService, as default subId is valid and subId are invalid
-        doReturn(subId).when(mSubService).getDefaultSubId();
+        mockDefaultSubId(subId);
         mCellBroadcastReceiver.initializeSharedPreference(mContext,
                 SubscriptionManager.INVALID_SUBSCRIPTION_ID);
         verify(mContext, never()).startService(any());
         verify(mCellBroadcastReceiver, never()).saveCarrierIdForDefaultSub(anyInt());
 
         // Not starting ConfigService, as both default subId and subId are invalid
-        doReturn(SubscriptionManager.INVALID_SUBSCRIPTION_ID).when(mSubService).getDefaultSubId();
+        mockDefaultSubId(SubscriptionManager.INVALID_SUBSCRIPTION_ID);
         mCellBroadcastReceiver.initializeSharedPreference(mContext,
                 SubscriptionManager.INVALID_SUBSCRIPTION_ID);
         verify(mContext, never()).startService(any());
@@ -261,17 +274,17 @@
         int subId = 1;
         int otherSubId = 2;
         // The subId has to match default sub for it to take action.
-        doReturn(SubscriptionManager.INVALID_SUBSCRIPTION_ID).when(mSubService).getDefaultSubId();
+        mockDefaultSubId(SubscriptionManager.INVALID_SUBSCRIPTION_ID);
         mCellBroadcastReceiver.initializeSharedPreference(mContext, subId);
         verify(mContext, never()).startService(any());
 
         // Not starting ConfigService, not matching default subId.
-        doReturn(otherSubId).when(mSubService).getDefaultSubId();
+        mockDefaultSubId(otherSubId);
         mCellBroadcastReceiver.initializeSharedPreference(mContext, subId);
         verify(mContext, never()).startService(any());
 
         // Not starting ConfigService, simCarrierId is UNKNOWN.
-        doReturn(subId).when(mSubService).getDefaultSubId();
+        mockDefaultSubId(subId);
         doReturn(TelephonyManager.UNKNOWN_CARRIER_ID).when(mMockTelephonyManager)
                 .getSimCarrierId();
         mCellBroadcastReceiver.initializeSharedPreference(mContext, subId);
@@ -294,17 +307,23 @@
         int firstSubId = 1;
         int secondSubId = 2;
         // Initialize for first sub.
-        doReturn(firstSubId).when(mSubService).getDefaultSubId();
+        mockDefaultSubId(firstSubId);
         doReturn(firstSubId).when(mMockTelephonyManager).getSimCarrierId();
         mCellBroadcastReceiver.initializeSharedPreference(mContext, firstSubId);
         verify(mContext, never()).startService(any());
 
         // InitializeSharedPreference for second sub.
         // Starting ConfigService, as there's a carrierId change.
-        doReturn(secondSubId).when(mSubService).getDefaultSubId();
+        mockDefaultSubId(secondSubId);
         doReturn(secondSubId).when(mMockTelephonyManager).getSimCarrierId();
         mCellBroadcastReceiver.initializeSharedPreference(mContext, secondSubId);
         verify(mContext).startService(any());
+
+        // Initialize for first sub and starting ConfigService as same carrierId change.
+        mockDefaultSubId(firstSubId);
+        doReturn(secondSubId).when(mMockTelephonyManager).getSimCarrierId();
+        mCellBroadcastReceiver.initializeSharedPreference(mContext, firstSubId);
+        verify(mContext, times(2)).startService(any());
     }
 
     @Test
@@ -448,6 +467,13 @@
         assertThat(mFakeSharedPreferences.getBoolean(
                 CellBroadcastSettings.KEY_ENABLE_TEST_ALERTS, !enable))
                 .isEqualTo(enable);
+
+        // set the not defined category
+        FakeSharedPreferences mockSharedPreferences = spy(mFakeSharedPreferences);
+        doReturn(mockSharedPreferences).when(mContext).getSharedPreferences(anyString(), anyInt());
+        mCellBroadcastReceiver.tryCdmaSetCategory(mContext,
+                CdmaSmsCbProgramData.CATEGORY_CMAS_LAST_RESERVED_VALUE + 1, enable);
+        verify(mockSharedPreferences, never()).apply();
     }
 
     @Test
@@ -485,6 +511,14 @@
                 CdmaSmsCbProgramData.CATEGORY_CMAS_TEST_MESSAGE, false);
     }
 
+    @Test
+    public void testHandleCdmaSmsCbProgramDataNotDefinedOperation() {
+        CdmaSmsCbProgramData programData = new CdmaSmsCbProgramData(
+                -1, CdmaSmsCbProgramData.CATEGORY_CMAS_LAST_RESERVED_VALUE + 1, 1, 1, 1, "");
+        mCellBroadcastReceiver.handleCdmaSmsCbProgramData(new ArrayList<>(List.of(programData)));
+        verify(mCellBroadcastReceiver, never()).tryCdmaSetCategory(any(), anyInt(), anyBoolean());
+    }
+
     //this method is just to assign mContext to the spied instance mCellBroadcastReceiver
     private void setContext() {
         doReturn("dummy action").when(mIntent).getAction();
@@ -621,8 +655,125 @@
         verify(mCellBroadcastReceiver, times(6)).startConfigServiceToEnableChannels();
         assertThat(mFakeSharedPreferences.getString(
                 "roaming_operator_supported", "321")).isEqualTo("");
+
+        // roaming to network operator with different mcc and configured as any mcc match,
+        // verify to update the network operator, and call enable channel
+        doReturn("310240").when(mMockTelephonyManager).getNetworkOperator();
+        doReturn("310260").when(mMockTelephonyManager).getSimOperator();
+        doReturn(new String[] {"XXX"}).when(mResources).getStringArray(anyInt());
+
+        mCellBroadcastReceiver.onReceive(mContext, mIntent);
+
+        verify(mCellBroadcastReceiver, times(6)).startConfigServiceToEnableChannels();
+        assertThat(mFakeSharedPreferences.getString(
+                "roaming_operator_supported", "")).isEqualTo("");
     }
 
+    @Test
+    public void testOnSimlessChange() {
+        mFakeSharedPreferences.putInt("service_state", ServiceState.STATE_IN_SERVICE);
+        mFakeSharedPreferences.putString("roaming_operator_supported", "");
+        doReturn("Us").when(mMockTelephonyManager).getNetworkCountryIso();
+        mockTelephonyManager();
+        doReturn("android.intent.action.SERVICE_STATE").when(mIntent).getAction();
+        doReturn(ServiceState.STATE_OUT_OF_SERVICE).when(mIntent)
+                .getIntExtra(anyString(), anyInt());
+        doReturn("").when(mMockTelephonyManager).getSimOperator();
+        doReturn("").when(mMockTelephonyManager).getNetworkOperator();
+        doReturn(false).when(mMockTelephonyManager).isNetworkRoaming();
+        doReturn(new String[] {"XXX"}).when(mResources).getStringArray(anyInt());
+
+        mCellBroadcastReceiver.onReceive(mContext, mIntent);
+
+        // verify the roaming operator is set correctly for simless case
+        verify(mCellBroadcastReceiver, times(1)).startConfigServiceToEnableChannels();
+        assertThat(mFakeSharedPreferences.getString(
+                "roaming_operator_supported", "")).isEqualTo("310");
+
+        doReturn(ServiceState.STATE_OUT_OF_SERVICE).when(mIntent)
+                .getIntExtra(anyString(), anyInt());
+        doReturn("123456").when(mMockTelephonyManager).getSimOperator();
+        doReturn("123456").when(mMockTelephonyManager).getNetworkOperator();
+
+        mCellBroadcastReceiver.onReceive(mContext, mIntent);
+
+        // verify the roaming operator is reset when sim loaded
+        verify(mCellBroadcastReceiver, times(2)).startConfigServiceToEnableChannels();
+        assertThat(mFakeSharedPreferences.getString(
+                "roaming_operator_supported", "")).isEqualTo("");
+    }
+
+    @Test
+    public void testResourceOnRoamingState() throws RemoteException {
+        int subId = SubscriptionManager.DEFAULT_SUBSCRIPTION_ID;
+
+        doReturn(subId).when(mSubService).getDefaultSubId();
+        doReturn(subId).when(mSubService).getDefaultSmsSubId();
+
+        SubscriptionInfo mockSubInfo = mock(SubscriptionInfo.class);
+        doReturn(mockSubInfo).when(mSubscriptionManager).getActiveSubscriptionInfo(anyInt());
+        Context newContext = mock(Context.class);
+        Resources roamingResource = mock(Resources.class);
+        doReturn(newContext).when(mContext).createConfigurationContext(any());
+        doReturn(roamingResource).when(newContext).getResources();
+
+        doReturn(false).when(mResources).getBoolean(R.bool.enable_led_flash);
+        doReturn(true).when(roamingResource).getBoolean(R.bool.enable_led_flash);
+
+        Resources res = CellBroadcastSettings.getResourcesByOperator(mContext, subId, "");
+        assertFalse(res.getBoolean(R.bool.enable_led_flash));
+        res = CellBroadcastSettings.getResourcesByOperator(mContext, subId, "530");
+        assertTrue(res.getBoolean(R.bool.enable_led_flash));
+
+        int[] mexico_vib_pattern = {0, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500, 500,
+                500, 500, 500, 500, 500};
+        int[] normal_vib_pattern = {0, 2000, 500, 1000, 500, 1000, 500, 2000, 500, 1000, 500, 1000};
+
+        doReturn(normal_vib_pattern).when(mResources)
+                .getIntArray(R.array.default_vibration_pattern);
+        doReturn(mexico_vib_pattern).when(roamingResource)
+                .getIntArray(R.array.default_vibration_pattern);
+
+        res = CellBroadcastSettings.getResourcesByOperator(mContext, subId, "");
+        assertArrayEquals(res.getIntArray(R.array.default_vibration_pattern), normal_vib_pattern);
+        mFakeSharedPreferences.putString("roaming_operator_supported", "334");
+        res = CellBroadcastSettings.getResourcesByOperator(mContext, subId, "334");
+        assertArrayEquals(res.getIntArray(R.array.default_vibration_pattern), mexico_vib_pattern);
+
+        doReturn(false).when(mResources)
+                .getBoolean(R.bool.mute_by_physical_button);
+        doReturn(true).when(roamingResource)
+                .getBoolean(R.bool.mute_by_physical_button);
+
+        res = CellBroadcastSettings.getResourcesByOperator(mContext, subId, "");
+        assertFalse(res.getBoolean(R.bool.mute_by_physical_button));
+        res = CellBroadcastSettings.getResourcesByOperator(mContext, subId, "730");
+        assertTrue(res.getBoolean(R.bool.mute_by_physical_button));
+    }
+
+    @Test
+    public void testGetMccMap() {
+        final String[] mccArray = new String[] {
+            //valid values
+            "gr:202", "nL:204", "Be:206", "US:310",
+            //invalid values
+            "aaa", "123", "aaa123", "aaa 123"
+        };
+        int validNum = 4;
+        doReturn(mccArray).when(mResources).getStringArray(anyInt());
+
+        Map<String, String> map = CellBroadcastReceiver.getMccMap(mResources);
+
+        assertThat(map.size()).isEqualTo(validNum);
+        // 2 times expected as it has been called in setup
+        verify(mResources, times(2)).getStringArray(eq(R.array.iso_country_code_mcc_table));
+
+        for (int i = 0; i < validNum; i++) {
+            String[] values = mccArray[i].split(":");
+            assertThat(map.get(values[0].toLowerCase())).isEqualTo(values[1]);
+            assertThat(map.get(values[0].toUpperCase())).isEqualTo(null);
+        }
+    }
 
     @After
     public void tearDown() throws Exception {
diff --git a/tests/unit/src/com/android/cellbroadcastreceiver/unit/CellBroadcastResourcesTest.java b/tests/unit/src/com/android/cellbroadcastreceiver/unit/CellBroadcastResourcesTest.java
index 2ac8d3a..11dbf64 100644
--- a/tests/unit/src/com/android/cellbroadcastreceiver/unit/CellBroadcastResourcesTest.java
+++ b/tests/unit/src/com/android/cellbroadcastreceiver/unit/CellBroadcastResourcesTest.java
@@ -30,12 +30,16 @@
 import android.content.res.Configuration;
 import android.content.res.Resources;
 import android.telephony.SmsCbCmasInfo;
+import android.telephony.SmsCbEtwsInfo;
 import android.telephony.SmsCbLocation;
 import android.telephony.SmsCbMessage;
 import android.telephony.SubscriptionInfo;
 import android.telephony.SubscriptionManager;
+import android.telephony.TelephonyManager;
 
+import com.android.cellbroadcastreceiver.CellBroadcastChannelManager;
 import com.android.cellbroadcastreceiver.CellBroadcastResources;
+import com.android.cellbroadcastreceiver.R;
 import com.android.internal.telephony.gsm.SmsCbConstants;
 
 import org.junit.Before;
@@ -59,6 +63,7 @@
         doReturn(mResources).when(mContext).getResources();
         String stringResultToReturn = "";
         doReturn(stringResultToReturn).when(mResources).getString(anyInt());
+        CellBroadcastChannelManager.clearAllCellBroadcastChannelRanges();
     }
 
     @Test
@@ -103,27 +108,20 @@
 
     @Test
     public void testGetDialogTitleResource() throws Exception {
-        SubscriptionManager mockSubManager = mock(SubscriptionManager.class);
-        doReturn(mockSubManager).when(mContext).getSystemService(
-                eq(Context.TELEPHONY_SUBSCRIPTION_SERVICE));
-        SubscriptionInfo mockSubInfo = mock(SubscriptionInfo.class);
-        doReturn(mockSubInfo).when(mockSubManager).getActiveSubscriptionInfo(anyInt());
+        mockSubscriptionManager();
         Context mockContext2 = mock(Context.class);
         doReturn(mResources).when(mockContext2).getResources();
         Configuration config = new Configuration();
         doReturn(config).when(mResources).getConfiguration();
         doReturn(mockContext2).when(mContext).createConfigurationContext(any());
 
-        FakeSharedPreferences mFakeSharedPreferences = new FakeSharedPreferences();
-        doReturn(mFakeSharedPreferences).when(mContext).getSharedPreferences(anyString(), anyInt());
-        putResources(com.android.cellbroadcastreceiver.R.array
-                .cmas_alert_extreme_channels_range_strings, new String[]{
+        setFakeSharedPreferences();
+        putResources(R.array.cmas_alert_extreme_channels_range_strings, new String[]{
                     "0x1113-0x1114:rat=gsm",
                     "0x1001-0x1001:rat=cdma",
                     "0x1120-0x1121:rat=gsm",
                 });
-        putResources(com.android.cellbroadcastreceiver.R.array
-                .public_safety_messages_channels_range_strings, new String[]{
+        putResources(R.array.public_safety_messages_channels_range_strings, new String[]{
                     "0x112C:rat=gsm, emergency=true",
                     "0x112D:rat=gsm, emergency=true",
                 });
@@ -149,6 +147,39 @@
                 SmsCbCmasInfo.CMAS_CERTAINTY_LIKELY), 0, 1);
         result = getDialogTitleResource(mContext, testPublicSafetyMessage);
         assertNotEquals(expectedResult, result);
+
+        // received other channel message, check the res id matching service category
+        final int[] expectedResources = {
+                R.string.pws_other_message_identifiers, R.string.cmas_presidential_level_alert,
+                R.string.cmas_severe_alert, R.string.cmas_amber_alert,
+                R.string.cmas_required_monthly_test,
+                R.string.cmas_exercise_alert, R.string.cmas_operator_defined_alert,
+                R.string.state_local_test_alert};
+        putResources(R.array.emergency_alerts_channels_range_strings,
+                new String[]{"0x1123:rat=gsm, emergency=true"});
+        putResources(R.array.cmas_presidential_alerts_channels_range_strings,
+                new String[]{"0x1112:rat=gsm, emergency=true"});
+        putResources(R.array.cmas_alerts_severe_range_strings,
+                new String[]{"0x1115:rat=gsm, emergency=true"});
+        putResources(R.array.cmas_amber_alerts_channels_range_strings,
+                new String[]{"0x111B:rat=gsm, emergency=true"});
+        putResources(R.array.required_monthly_test_range_strings,
+                new String[]{"0x111C:rat=gsm, emergency=true"});
+        putResources(R.array.exercise_alert_range_strings,
+                new String[]{"0x111D:rat=gsm, emergency=true"});
+        putResources(R.array.operator_defined_alert_range_strings,
+                new String[]{"0x111E:rat=gsm, emergency=true"});
+        putResources(R.array.state_local_test_alert_range_strings,
+                new String[]{"0x1122:rat=gsm, emergency=true"});
+
+        final int[] serviceCategory =
+                {0x1123, 0x1112, 0x1115, 0x111B, 0x111C, 0x111D, 0x111E, 0x1122};
+        for (int i = 0; i < serviceCategory.length; i++) {
+            SmsCbMessage message = new SmsCbMessage(0, 0, 0, null,
+                    serviceCategory[i], "", "", 0, null,
+                    null, 0, SubscriptionManager.DEFAULT_SUBSCRIPTION_ID);
+            assertEquals(expectedResources[i], getDialogTitleResource(mContext, message));
+        }
     }
 
     @Test
@@ -169,6 +200,136 @@
                 0, 0, SmsCbCmasInfo.CMAS_RESPONSE_TYPE_UNKNOWN, 0, 0, 0)));
     }
 
+    @Test
+    public void testGetSmsSenderAddressResource() throws Exception {
+        mockSubscriptionManager();
+        mockTelephonyManager();
+        setFakeSharedPreferences();
+        doReturn(new Configuration()).when(mResources).getConfiguration();
+        doReturn(mContext).when(mContext).createConfigurationContext(any());
+
+        final int[] expectedResources = {
+                R.string.sms_cb_sender_name_presidential, R.string.sms_cb_sender_name_emergency,
+                R.string.sms_cb_sender_name_public_safety, R.string.sms_cb_sender_name_default};
+        putResources(R.array.cmas_presidential_alerts_channels_range_strings,
+                new String[]{"0x1112:rat=gsm, emergency=true"});
+        putResources(R.array.emergency_alerts_channels_range_strings,
+                new String[]{"0x111B:rat=gsm, emergency=true"});
+        putResources(R.array.public_safety_messages_channels_range_strings,
+                new String[]{"0x112C:rat=gsm, emergency=true"});
+        putResources(R.array.cmas_alert_extreme_channels_range_strings,
+                new String[]{"0x1113:rat=gsm, emergency=true"});
+
+        final String[] expectedStrings = {
+                "Wireless emergency alerts(presidential)", "Wireless emergency alerts(emergency)",
+                "Informational notification", "Wireless emergency alerts(default)"};
+        doReturn(expectedStrings[0]).when(mResources).getText(eq(expectedResources[0]));
+        doReturn(expectedStrings[1]).when(mResources).getText(eq(expectedResources[1]));
+        doReturn(expectedStrings[2]).when(mResources).getText(eq(expectedResources[2]));
+        doReturn(expectedStrings[3]).when(mResources).getText(eq(expectedResources[3]));
+
+        // check the sms sender address resource id and string
+        final int[] serviceCategory = {0x1112, 0x111B, 0x112C, 0x1113};
+        for (int i = 0; i < serviceCategory.length; i++) {
+            SmsCbMessage message = new SmsCbMessage(0, 0, 0, null,
+                    serviceCategory[i], "", "", 0, null,
+                    null, 0, SubscriptionManager.DEFAULT_SUBSCRIPTION_ID);
+            assertEquals(expectedResources[i],
+                    CellBroadcastResources.getSmsSenderAddressResource(mContext, message));
+            assertEquals(expectedStrings[i],
+                    CellBroadcastResources.getSmsSenderAddressResourceEnglishString(mContext,
+                            message));
+        }
+    }
+
+    @Test
+    public void testGetDialogPictogramResource() throws Exception {
+        final int[] expectedResources = {R.drawable.pict_icon_earthquake,
+                R.drawable.pict_icon_earthquake, R.drawable.pict_icon_tsunami};
+        final int[] warningType = {SmsCbEtwsInfo.ETWS_WARNING_TYPE_EARTHQUAKE,
+                SmsCbEtwsInfo.ETWS_WARNING_TYPE_EARTHQUAKE_AND_TSUNAMI,
+                SmsCbEtwsInfo.ETWS_WARNING_TYPE_TSUNAMI};
+
+        // when SmsCbEtwsInfo exist, check the drawable res id that matches the warningType
+        for (int i = 0; i < warningType.length; i++) {
+            SmsCbMessage message = new SmsCbMessage(0, 0, 0, null, 0, "", "", 0,
+                    new SmsCbEtwsInfo(warningType[i], false, false, false, null),
+                    null, 0, SubscriptionManager.DEFAULT_SUBSCRIPTION_ID);
+            assertEquals(expectedResources[i], getDialogPictogramResource(mContext, message));
+        }
+
+        mockTelephonyManager();
+        setFakeSharedPreferences();
+        putResources(R.array.additional_cbs_channels_strings,
+                new String[]{"0xA800:type=etws_earthquake, emergency=true",
+                        "0xAFEE:type=etws_tsunami, emergency=true",
+                        "0xAC00:type=other, emergency=true",
+                        "0xA802:type=test, emergency=false"});
+        // received an additional channel message, check the drawable res id matching alertType
+        final int[] expectedResources2 = {R.drawable.pict_icon_earthquake,
+                R.drawable.pict_icon_tsunami, -1, -1};
+        final int[] serviceCategory = {0xA800, 0xAFEE, 0xAC00, 0xA802};
+        for (int i = 0; i < serviceCategory.length; i++) {
+            SmsCbMessage message = new SmsCbMessage(0, 0, 0, null,
+                    serviceCategory[i], "", "", 0, null,
+                    null, 0, SubscriptionManager.DEFAULT_SUBSCRIPTION_ID);
+            assertEquals(expectedResources2[i], getDialogPictogramResource(mContext, message));
+        }
+    }
+
+    @Test
+    public void testGetDialogTitleResourceForExistEtwsWarningInfo() throws Exception {
+        setFakeSharedPreferences();
+
+        // when SmsCbEtwsInfo exist, check the string res id that matches the warningType
+        final int[] expectedResources = {R.string.etws_earthquake_warning,
+                R.string.etws_tsunami_warning, R.string.etws_earthquake_and_tsunami_warning,
+                R.string.etws_test_message, R.string.etws_other_emergency_type,
+                R.string.etws_other_emergency_type};
+        final int[] warningType = {SmsCbEtwsInfo.ETWS_WARNING_TYPE_EARTHQUAKE,
+                SmsCbEtwsInfo.ETWS_WARNING_TYPE_TSUNAMI,
+                SmsCbEtwsInfo.ETWS_WARNING_TYPE_EARTHQUAKE_AND_TSUNAMI,
+                SmsCbEtwsInfo.ETWS_WARNING_TYPE_TEST_MESSAGE,
+                SmsCbEtwsInfo.ETWS_WARNING_TYPE_OTHER_EMERGENCY,
+                SmsCbEtwsInfo.ETWS_WARNING_TYPE_UNKNOWN};
+        for (int i = 0; i < warningType.length; i++) {
+            SmsCbMessage message = new SmsCbMessage(0, 0, 0, null, 0, "", "", 0,
+                    new SmsCbEtwsInfo(warningType[i], false, false, false, null),
+                    null, 0, SubscriptionManager.DEFAULT_SUBSCRIPTION_ID);
+            assertEquals(expectedResources[i], getDialogTitleResource(mContext, message));
+        }
+    }
+
+    @Test
+    public void testGetDialogTitleResourceForAdditionalChannel() throws Exception {
+        setFakeSharedPreferences();
+
+        // received an additional channel message, check the res id matching alertType
+        CellBroadcastChannelManager.clearAllCellBroadcastChannelRanges();
+        mockTelephonyManager();
+        putResources(R.array.additional_cbs_channels_strings,
+                new String[]{"0xAC01:type=default, emergency=true",
+                        "0xA800:type=etws_earthquake, emergency=true",
+                        "0xAFEE:type=etws_tsunami, emergency=true",
+                        "0xA802:type=test, emergency=true",
+                        "0xAC00:type=other, emergency=true",
+                        "0xA803:type=etws_default, emergency=true",
+                        "0xA804:type=mute, emergency=true",
+                        "0xA805:type=test, emergency=false"});
+        final int[] expectedResources = {R.string.pws_other_message_identifiers,
+                R.string.etws_earthquake_warning, R.string.etws_tsunami_warning,
+                R.string.etws_test_message,
+                R.string.etws_other_emergency_type, R.string.etws_other_emergency_type,
+                R.string.pws_other_message_identifiers, R.string.cb_other_message_identifiers};
+        final int[] serviceCategory =
+                {0xAC01, 0xA800, 0xAFEE, 0xA802, 0xAC00, 0xA803, 0xA804, 0xA805};
+        for (int i = 0; i < serviceCategory.length; i++) {
+            SmsCbMessage message = new SmsCbMessage(0, 0, 0, null, serviceCategory[i], "", "", 0,
+                    null, null, 0, SubscriptionManager.DEFAULT_SUBSCRIPTION_ID);
+            assertEquals(expectedResources[i], getDialogTitleResource(mContext, message));
+        }
+    }
+
     private int getCmasCategoryResId(SmsCbCmasInfo info) throws Exception {
         Method method = CellBroadcastResources.class.getDeclaredMethod(
                 "getCmasCategoryResId", SmsCbCmasInfo.class);
@@ -190,7 +351,36 @@
         return (int) method.invoke(null, context, info);
     }
 
+    private int getDialogPictogramResource(Context context, SmsCbMessage info) throws Exception {
+        Method method = CellBroadcastResources.class.getDeclaredMethod(
+                "getDialogPictogramResource", Context.class, SmsCbMessage.class);
+        method.setAccessible(true);
+        return (int) method.invoke(null, context, info);
+    }
+
     void putResources(int id, String[] values) {
         doReturn(values).when(mResources).getStringArray(eq(id));
     }
+
+    private void setFakeSharedPreferences() {
+        FakeSharedPreferences mFakeSharedPreferences = new FakeSharedPreferences();
+        doReturn(mFakeSharedPreferences).when(mContext).getSharedPreferences(anyString(), anyInt());
+    }
+
+    private void mockSubscriptionManager() {
+        SubscriptionManager mockSubManager = mock(SubscriptionManager.class);
+        doReturn(mockSubManager).when(mContext).getSystemService(
+                eq(Context.TELEPHONY_SUBSCRIPTION_SERVICE));
+        SubscriptionInfo mockSubInfo = mock(SubscriptionInfo.class);
+        doReturn(mockSubInfo).when(mockSubManager).getActiveSubscriptionInfo(anyInt());
+    }
+
+    private void mockTelephonyManager() {
+        TelephonyManager mMockTelephonyManager = mock(TelephonyManager.class);
+        doReturn(mMockTelephonyManager).when(mMockTelephonyManager)
+                .createForSubscriptionId(anyInt());
+        doReturn(Context.TELEPHONY_SERVICE).when(mContext).getSystemServiceName(
+                TelephonyManager.class);
+        doReturn(mMockTelephonyManager).when(mContext).getSystemService(Context.TELEPHONY_SERVICE);
+    }
 }
diff --git a/tests/unit/src/com/android/cellbroadcastreceiver/unit/CellBroadcastServiceTestCase.java b/tests/unit/src/com/android/cellbroadcastreceiver/unit/CellBroadcastServiceTestCase.java
index 9de6ca3..2efa71a 100644
--- a/tests/unit/src/com/android/cellbroadcastreceiver/unit/CellBroadcastServiceTestCase.java
+++ b/tests/unit/src/com/android/cellbroadcastreceiver/unit/CellBroadcastServiceTestCase.java
@@ -33,6 +33,7 @@
 import android.content.res.Configuration;
 import android.content.res.Resources;
 import android.media.AudioManager;
+import android.os.Bundle;
 import android.os.PowerManager;
 import android.os.SystemClock;
 import android.os.Vibrator;
@@ -90,6 +91,8 @@
 
     Intent mActivityIntentToVerify;
 
+    Bundle mBundle;
+
     CellBroadcastServiceTestCase(Class<T> serviceClass) {
         super(serviceClass);
     }
@@ -140,6 +143,12 @@
         }
 
         @Override
+        public void startActivity(Intent intent, Bundle bundle) {
+            mActivityIntentToVerify = intent;
+            mBundle = bundle;
+        }
+
+        @Override
         public Context getApplicationContext() {
             return this;
         }
@@ -221,10 +230,19 @@
         // A hack to return mResources from static method
         // CellBroadcastSettings.getResources(context).
         //doReturn(mSubService).when(mSubService).queryLocalInterface(anyString());
-        doReturn(SubscriptionManager.INVALID_SUBSCRIPTION_ID).when(mSubService).getDefaultSubId();
-        doReturn(SubscriptionManager.INVALID_SUBSCRIPTION_ID).when(
-                mSubService).getDefaultSmsSubId();
-
+        try {
+            // Only exist after U-QPR2, so the reflection amounts to a QPR version check.
+            ISub.Stub.class.getMethod("getDefaultSubIdAsUser", int.class);
+            doReturn(SubscriptionManager.INVALID_SUBSCRIPTION_ID)
+                    .when(mSubService).getDefaultSubIdAsUser(anyInt());
+            doReturn(SubscriptionManager.INVALID_SUBSCRIPTION_ID)
+                    .when(mSubService).getDefaultSmsSubIdAsUser(anyInt());
+        } catch (Exception methodNotFound) {
+            doReturn(SubscriptionManager.INVALID_SUBSCRIPTION_ID)
+                    .when(mSubService).getDefaultSubId();
+            doReturn(SubscriptionManager.INVALID_SUBSCRIPTION_ID)
+                    .when(mSubService).getDefaultSmsSubId();
+        }
         doReturn(new String[]{""}).when(mResources).getStringArray(anyInt());
 
         mConfiguration = new Configuration();
diff --git a/tests/unit/src/com/android/cellbroadcastreceiver/unit/CellBroadcastSettingsTest.java b/tests/unit/src/com/android/cellbroadcastreceiver/unit/CellBroadcastSettingsTest.java
index 01b4c14..047ed61 100644
--- a/tests/unit/src/com/android/cellbroadcastreceiver/unit/CellBroadcastSettingsTest.java
+++ b/tests/unit/src/com/android/cellbroadcastreceiver/unit/CellBroadcastSettingsTest.java
@@ -30,7 +30,7 @@
 import static org.mockito.Mockito.times;
 import static org.mockito.Mockito.verify;
 
-import android.app.Instrumentation;
+import android.content.BroadcastReceiver;
 import android.content.Context;
 import android.content.Intent;
 import android.content.SharedPreferences;
@@ -44,6 +44,7 @@
 
 import androidx.preference.Preference;
 import androidx.preference.PreferenceManager;
+import androidx.preference.TwoStatePreference;
 import androidx.test.InstrumentationRegistry;
 import androidx.test.filters.FlakyTest;
 import androidx.test.runner.AndroidJUnit4;
@@ -51,46 +52,54 @@
 
 import com.android.cellbroadcastreceiver.CellBroadcastConfigService;
 import com.android.cellbroadcastreceiver.CellBroadcastSettings;
+import com.android.cellbroadcastreceiver.R;
 import com.android.modules.utils.build.SdkLevel;
 
 import junit.framework.Assert;
 
 import org.junit.Before;
 import org.junit.Test;
-import org.junit.runner.RunWith;
 import org.mockito.ArgumentCaptor;
 import org.mockito.Captor;
 import org.mockito.Mock;
 import org.mockito.MockitoAnnotations;
 
-@RunWith(AndroidJUnit4.class)
+import java.lang.reflect.Field;
+import java.util.Locale;
+
+
 public class CellBroadcastSettingsTest extends
         CellBroadcastActivityTestCase<CellBroadcastSettings> {
-    private Instrumentation mInstrumentation;
-    private Context mContext;
+
     private UiDevice mDevice;
     private static final long DEVICE_WAIT_TIME = 1000L;
+    private static final String ROAMING_OPERATOR_SUPPORTED = "roaming_operator_supported";
+    private static final String ACTION_TESTING_MODE_CHANGED =
+            "com.android.cellbroadcastreceiver.intent.ACTION_TESTING_MODE_CHANGED";
+    private static final String TESTING_MODE = "testing_mode";
+    private static final int PREFERENCE_PUT_TYPE_BOOL = 0;
+    private static final int PREFERENCE_PUT_TYPE_STRING = 1;
+    private static final long TEST_TIMEOUT_MILLIS = 1000L;
 
     @Captor
     private ArgumentCaptor<Intent> mIntent;
     @Mock
-    private Preference mPreference;
-    @Mock
     private UserManager mUserManager;
     @Mock
-    private SharedPreferences mSharedPreference;
+    private SharedPreferences mMockedSharedPreference;
     @Mock
     private SharedPreferences.Editor mEditor;
 
+    FakeSharedPreferences mFakeSharedPreferences = new FakeSharedPreferences();
+
     public CellBroadcastSettingsTest() {
         super(CellBroadcastSettings.class);
     }
 
     @Before
     public void setUp() throws Exception {
-        mInstrumentation = InstrumentationRegistry.getInstrumentation();
-        mContext = mInstrumentation.getTargetContext();
-        mDevice = UiDevice.getInstance(mInstrumentation);
+        super.setUp();
+        mDevice = UiDevice.getInstance(InstrumentationRegistry.getInstrumentation());
         MockitoAnnotations.initMocks(this);
         CellBroadcastSettings.resetResourcesCache();
     }
@@ -108,7 +117,7 @@
             Assert.fail("Exception " + exception);
         }
 
-        mInstrumentation.startActivitySync(createActivityIntent());
+        InstrumentationRegistry.getInstrumentation().startActivitySync(createActivityIntent());
         int w = mDevice.getDisplayWidth();
         int h = mDevice.getDisplayHeight();
 
@@ -134,6 +143,7 @@
     @Test
     public void testResetAllPreferences() throws Throwable {
         Looper.prepare();
+        mContext.injectSharedPreferences(mFakeSharedPreferences);
         // set a few preferences so we can verify they are reset to the default
         PreferenceManager.getDefaultSharedPreferences(mContext).edit()
                 .putBoolean(CellBroadcastSettings.KEY_RECEIVE_CMAS_IN_SECOND_LANGUAGE, true)
@@ -161,6 +171,7 @@
 
     @Test
     public void testHasAnyPreferenceChanged() {
+        mContext.injectSharedPreferences(mFakeSharedPreferences);
         assertFalse(CellBroadcastSettings.hasAnyPreferenceChanged(mContext));
         PreferenceManager.getDefaultSharedPreferences(mContext).edit()
                 .putBoolean("any_preference_changed_by_user", true).apply();
@@ -175,8 +186,9 @@
                 new CellBroadcastSettings.CellBroadcastSettingsFragment();
         doReturn(mUserManager).when(mockContext).getSystemService(Context.USER_SERVICE);
         doReturn(true).when(mUserManager).isSystemUser();
-        doReturn(mSharedPreference).when(mockContext).getSharedPreferences(anyString(), anyInt());
-        doReturn(mEditor).when(mSharedPreference).edit();
+        doReturn(mMockedSharedPreference).when(mockContext).getSharedPreferences(anyString(),
+                anyInt());
+        doReturn(mEditor).when(mMockedSharedPreference).edit();
         doReturn(mEditor).when(mEditor).putBoolean(anyString(), anyBoolean());
 
         fragment.onPreferenceChangedByUser(mockContext);
@@ -190,7 +202,9 @@
     public void testGetResources() {
         Context mockContext = mock(Context.class);
         Resources mockResources = mock(Resources.class);
+        Configuration configuration = new Configuration();
         doReturn(mockResources).when(mockContext).getResources();
+        doReturn(configuration).when(mockResources).getConfiguration();
 
         CellBroadcastSettings.getResources(
                 mockContext, SubscriptionManager.DEFAULT_SUBSCRIPTION_ID);
@@ -219,7 +233,7 @@
         CellBroadcastSettings.getResources(
                 mockContext, SubscriptionManager.DEFAULT_SUBSCRIPTION_ID - 1);
 
-        verify(mockContext, times(2)).getResources();
+        verify(mockContext, times(1)).createConfigurationContext(any());
         verify(mockContext2, times(1)).getResources();
 
         // The resources will be cached for ths sub
@@ -231,20 +245,23 @@
         CellBroadcastSettings.getResources(
                 mockContext, SubscriptionManager.DEFAULT_SUBSCRIPTION_ID - 1);
 
-        verify(mockContext, times(2)).getResources();
+        verify(mockContext, times(timesExpected)).createConfigurationContext(any());
         verify(mockContext2, times(timesExpected)).getResources();
 
         // The resources should be read from the cached directly
         CellBroadcastSettings.getResources(
                 mockContext, SubscriptionManager.DEFAULT_SUBSCRIPTION_ID - 1);
 
-        verify(mockContext, times(2)).getResources();
+        verify(mockContext, times(timesExpected)).createConfigurationContext(any());
         verify(mockContext2, times(timesExpected)).getResources();
 
+        Configuration configuration2 = new Configuration();
+        configuration2.setLocale(Locale.ROOT);
+        doReturn(configuration2).when(mockResources).getConfiguration();
         CellBroadcastSettings.getResources(
                 mockContext, SubscriptionManager.DEFAULT_SUBSCRIPTION_ID - 2);
 
-        verify(mockContext, times(2)).getResources();
+        verify(mockContext, times(timesExpected + 1)).createConfigurationContext(any());
         verify(mockContext2, times(timesExpected + 1)).getResources();
     }
 
@@ -305,4 +322,139 @@
         onView(withText(mContext.getString(com.android.cellbroadcastreceiver.R
                 .string.alert_reminder_interval_title))).perform(click());
     }
+
+    @Test
+    public void testDisabledExtremeToggle() throws Throwable {
+        SubscriptionManager mockSubManager = mock(SubscriptionManager.class);
+        injectSystemService(SubscriptionManager.class, mockSubManager);
+        SubscriptionInfo mockSubInfo = mock(SubscriptionInfo.class);
+        doReturn(mockSubInfo).when(mockSubManager).getActiveSubscriptionInfo(anyInt());
+
+        doReturn(true).when(mContext.getResources()).getBoolean(
+                R.bool.extreme_threat_alerts_enabled_default);
+        doReturn(false).when(mContext.getResources()).getBoolean(
+                R.bool.disable_extreme_alert_settings);
+
+        CellBroadcastSettings cellBroadcastSettingActivity = startActivity();
+
+        TwoStatePreference extremeCheckBox =
+                cellBroadcastSettingActivity.mCellBroadcastSettingsFragment.findPreference(
+                        CellBroadcastSettings.KEY_ENABLE_CMAS_EXTREME_THREAT_ALERTS);
+
+        assertTrue(extremeCheckBox.isEnabled());
+
+        stopActivity();
+        waitForMs(100);
+
+        doReturn(true).when(mContext.getResources()).getBoolean(
+                R.bool.disable_extreme_alert_settings);
+
+        cellBroadcastSettingActivity.mCellBroadcastSettingsFragment
+                .initAlertsToggleDisabledAsNeeded();
+        cellBroadcastSettingActivity.mCellBroadcastSettingsFragment.onResume();
+
+        assertFalse(extremeCheckBox.isEnabled());
+    }
+
+    @Test
+    public void testTopIntroductionForRoamingSupport() throws Throwable {
+        String topIntroRoamingText = "test";
+        doReturn(topIntroRoamingText).when(mContext.getResources()).getString(
+                eq(R.string.top_intro_roaming_text));
+        setSubscriptionManager();
+        setPreference(PREFERENCE_PUT_TYPE_STRING, ROAMING_OPERATOR_SUPPORTED, "XXX");
+
+        CellBroadcastSettings settings = startActivity();
+
+        Preference topIntroPreference = settings.mCellBroadcastSettingsFragment.findPreference(
+                CellBroadcastSettings.KEY_PREFS_TOP_INTRO);
+        assertEquals(topIntroRoamingText, topIntroPreference.getTitle().toString());
+    }
+
+    @Test
+    public void testDoNotShowTestCheckBox() throws Throwable {
+        setSubscriptionManager();
+        setPreference(PREFERENCE_PUT_TYPE_BOOL, TESTING_MODE, "false");
+        doReturn(false).when(mContext.getResources()).getBoolean(
+                eq(R.bool.show_separate_exercise_settings));
+        doReturn(false).when(mContext.getResources()).getBoolean(
+                eq(R.bool.show_separate_operator_defined_settings));
+        CellBroadcastSettings settings = startActivity();
+
+        TwoStatePreference exerciseTestCheckBox =
+                settings.mCellBroadcastSettingsFragment.findPreference(
+                        CellBroadcastSettings.KEY_ENABLE_EXERCISE_ALERTS);
+        TwoStatePreference operatorDefinedCheckBox =
+                settings.mCellBroadcastSettingsFragment.findPreference(
+                        CellBroadcastSettings.KEY_OPERATOR_DEFINED_ALERTS);
+
+        // received the ACTION_TESTING_MODE_CHANGED, do not show exerciseTestCheckBox &
+        // operatorDefinedCheckBox
+        Field fieldTestingModeChangedReceiver =
+                CellBroadcastSettings.CellBroadcastSettingsFragment.class.getDeclaredField(
+                        "mTestingModeChangedReceiver");
+        fieldTestingModeChangedReceiver.setAccessible(true);
+        BroadcastReceiver broadcastReceiver =
+                (BroadcastReceiver) fieldTestingModeChangedReceiver.get(
+                        settings.mCellBroadcastSettingsFragment);
+        broadcastReceiver.onReceive(mContext, new Intent().setAction(ACTION_TESTING_MODE_CHANGED));
+
+        assertFalse(exerciseTestCheckBox.isVisible());
+        assertFalse(operatorDefinedCheckBox.isVisible());
+    }
+
+    @Test
+    public void testShowTestCheckBox() throws Throwable {
+        setSubscriptionManager();
+        setPreference(PREFERENCE_PUT_TYPE_BOOL, TESTING_MODE, "true");
+        doReturn(true).when(mContext.getResources()).getBoolean(
+                eq(R.bool.show_separate_exercise_settings));
+        doReturn(true).when(mContext.getResources()).getBoolean(
+                eq(R.bool.show_separate_operator_defined_settings));
+        CellBroadcastSettings settings = startActivity();
+
+        TwoStatePreference exerciseTestCheckBox =
+                settings.mCellBroadcastSettingsFragment.findPreference(
+                        CellBroadcastSettings.KEY_ENABLE_EXERCISE_ALERTS);
+        TwoStatePreference operatorDefinedCheckBox =
+                settings.mCellBroadcastSettingsFragment.findPreference(
+                        CellBroadcastSettings.KEY_OPERATOR_DEFINED_ALERTS);
+
+        // received the ACTION_TESTING_MODE_CHANGED, show exerciseTestCheckBox &
+        // operatorDefinedCheckBox
+        Field fieldTestingModeChangedReceiver =
+                CellBroadcastSettings.CellBroadcastSettingsFragment.class.getDeclaredField(
+                        "mTestingModeChangedReceiver");
+        fieldTestingModeChangedReceiver.setAccessible(true);
+        BroadcastReceiver broadcastReceiver =
+                (BroadcastReceiver) fieldTestingModeChangedReceiver.get(
+                        settings.mCellBroadcastSettingsFragment);
+        broadcastReceiver.onReceive(mContext, new Intent().setAction(ACTION_TESTING_MODE_CHANGED));
+
+        waitForChange(() -> exerciseTestCheckBox.isVisible(), TEST_TIMEOUT_MILLIS);
+        assertTrue(exerciseTestCheckBox.isVisible());
+        waitForChange(() -> operatorDefinedCheckBox.isVisible(), TEST_TIMEOUT_MILLIS);
+        assertTrue(operatorDefinedCheckBox.isVisible());
+    }
+
+    private void setSubscriptionManager() {
+        SubscriptionManager mockSubManager = mock(SubscriptionManager.class);
+        injectSystemService(SubscriptionManager.class, mockSubManager);
+        SubscriptionInfo mockSubInfo = mock(SubscriptionInfo.class);
+        doReturn(mockSubInfo).when(mockSubManager).getActiveSubscriptionInfo(anyInt());
+    }
+
+    private void setPreference(int putType, String key, String value) {
+        mContext.injectSharedPreferences(mFakeSharedPreferences);
+        switch (putType) {
+            case PREFERENCE_PUT_TYPE_BOOL:
+                PreferenceManager.getDefaultSharedPreferences(mContext).edit()
+                        .putBoolean(key, Boolean.valueOf(value)).apply();
+                break;
+            case PREFERENCE_PUT_TYPE_STRING:
+                PreferenceManager.getDefaultSharedPreferences(mContext).edit()
+                        .putString(key, value).apply();
+                break;
+        }
+    }
 }
diff --git a/tests/unit/src/com/android/cellbroadcastreceiver/unit/CellBroadcastTest.java b/tests/unit/src/com/android/cellbroadcastreceiver/unit/CellBroadcastTest.java
index 9447047..c91a677 100644
--- a/tests/unit/src/com/android/cellbroadcastreceiver/unit/CellBroadcastTest.java
+++ b/tests/unit/src/com/android/cellbroadcastreceiver/unit/CellBroadcastTest.java
@@ -25,6 +25,7 @@
 import android.content.SharedPreferences;
 import android.content.res.Resources;
 import android.os.PersistableBundle;
+import android.os.RemoteException;
 import android.telephony.CarrierConfigManager;
 import android.telephony.SubscriptionManager;
 import android.telephony.TelephonyManager;
@@ -67,8 +68,8 @@
         // CellBroadcastSettings.getResources(context).
         doReturn(mSubService).when(mSubService).queryLocalInterface(anyString());
         doReturn(mSubService).when(mSubService).asBinder();
-        doReturn(SubscriptionManager.INVALID_SUBSCRIPTION_ID).when(mSubService).getDefaultSubId();
-        doReturn(SubscriptionManager.INVALID_SUBSCRIPTION_ID).when(mSubService).getDefaultSmsSubId();
+
+        mockDefaultSubId(SubscriptionManager.INVALID_SUBSCRIPTION_ID);
         mMockedServiceManager = new MockedServiceManager();
         mMockedServiceManager.replaceService("isub", mSubService);
         TelephonyManager.disableServiceHandleCaching();
@@ -90,6 +91,19 @@
         doReturn(new String[]{""}).when(mResources).getStringArray(anyInt());
     }
 
+    protected void mockDefaultSubId(int subId) throws RemoteException {
+        try {
+            // Only exist after U-QPR2, so the reflection amounts to a QPR version check.
+            ISub.Stub.class.getMethod("getDefaultSubIdAsUser", int.class);
+            doReturn(subId).when(mSubService).getDefaultSubIdAsUser(anyInt());
+            doReturn(subId).when(mSubService).getDefaultSmsSubIdAsUser(anyInt());
+        } catch (Exception methodNotFound) {
+            logd("need to check if SubscriptionManagerService.getDefaultSubIdAsUser exist");
+            doReturn(subId).when(mSubService).getDefaultSubId();
+            doReturn(subId).when(mSubService).getDefaultSmsSubId();
+        }
+    }
+
     void carrierConfigSetStringArray(int subId, String key, String[] values) {
         if (mBundles.get(subId) == null) {
             mBundles.put(subId, new PersistableBundle());