android_mt6572_jiabo/packages/apps/CellBroadcastReceiver/res/values/cm_strings.xml
2025-09-05 16:56:03 +08:00

66 lines
3.8 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2016 The CyanogenMod Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Preference category title for India settings. [CHAR LIMIT=50] -->
<string name="category_india_settings_title">Settings for India</string>
<!-- Preference title for enable channel 60 alerts. [CHAR LIMIT=30] -->
<string name="enable_channel_60_alerts_title">Show channel 60 broadcasts</string>
<!-- Preference summary for enable channel 60 alerts. [CHAR LIMIT=100] -->
<string name="enable_channel_60_alerts_summary">Channel 60 is used in India for operator specific information</string>
<!-- Preference title for presidential Alerts checkbox. [CHAR LIMIT=30] -->
<string name="enable_cmas_presidential_alerts_title">Show presidential alerts</string>
<!-- Preference summary for presidential Alerts checkbox. [CHAR LIMIT=100] -->
<string name="enable_cmas_presidential_alerts_summary">Always display presidential alerts</string>
<string name="enable_alert_tone_title">Alert tone</string>
<string name="enable_alert_tone_summary">Alert tone on</string>
<!-- set cellbroadcast enable or disable, default value is true-->
<bool name="def_custome_cell_broadcast_layout">false</bool>
<string name="add_channel">Add channel</string>
<string name="channel_list">Channel list</string>
<string name="receive_broad_cast">Receive cell broadcast SMS</string>
<string name="cb_channel_dialog_channel_name">Channel name (0-10 characters)</string>
<string name="cb_channel_dialog_channel_number">Channel number (0-65534)</string>
<string name="cb_channel_dialog_channel_state">Enable the channel</string>
<string name="cb_error_channel_num">Please input channel number (0-65534).</string>
<string name="cb_error_channel_name">The length of the channel name must not be longer than 24 characters.</string>
<string name="cb_menu_tile">Channel operation</string>
<string name="cb_menu_add_channel">Add channel</string>
<string name="cb_menu_channel_list">Channel list</string>
<string name="enable">Enable</string>
<string name="disable">Disable</string>
<string name="cb_error_channel_id_exist">The channel ID already exists.</string>
<string name="cb_channel_dialog_edit_channel">Edit channel</string>
<string name="cb_default_new_channel_name">New channel</string>
<string name="cb_menu_edit">Edit</string>
<string name="cb_menu_delete">Delete broadcast</string>
<string name="cell_broadcast_setting">Cell broadcast settings</string>
<string name="error_updating_title">Call settings error</string>
<string name="reading_settings">Reading settings</string>
<string name="updating_settings">Updating settings</string>
<string name="error_finish_dialog_title">Network or SIM card error.</string>
<string name="close_dialog">OK</string>
<string name="updating_title">Call settings</string>
<string name="done_text">Done</string>
<!-- CellBroadcast channel 50 enabled or not,default value is true -->
<bool name="def_channel_50_enabled" translatable="false">true</bool>
<!-- Customize 50 into filter list -->
<string name="cb_channel_50_name">Channel 50</string>
</resources>