Browse Source

sm8450-common: overlay: Import voice over cellular strings

Change-Id: Id2d389d7c1ab0dfd0ae0c9f33a8344a894460f21
Arian 1 year ago
parent
commit
505221f721
1 changed files with 15 additions and 0 deletions
  1. 15 0
      overlay/SettingsResCommon_Sys/res/values/strings.xml

+ 15 - 0
overlay/SettingsResCommon_Sys/res/values/strings.xml

@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+     Copyright (C) 2024 The LineageOS Project
+     SPDX-License-Identifier: Apache-2.0
+-->
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+    <!-- Mobile network settings screen, title of Backup calling setting.  [CHAR LIMIT=NONE] -->
+    <string name="backup_calling_settings_title">Voice Over Cellular Internet</string>
+
+    <!-- Backup calling summary.  [CHAR LIMIT=100] -->
+    <string name="backup_calling_setting_summary">"Extended voice coverage over cellular internet.\nDisclaimer: Charges associated with data plan usage may ensue"</string>
+
+    <!-- List of synonyms for the cross SIM calling titles, used to match in settings search [CHAR LIMIT=NONE] -->
+    <string name="keywords_backup_calling">Voice Over Cellular Internet</string>
+</resources>