• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2018 The Android Open Source Project
3
4     Licensed under the Apache License, Version 2.0 (the "License");
5     you may not use this file except in compliance with the License.
6     You may obtain a copy of the License at
7
8          http://www.apache.org/licenses/LICENSE-2.0
9
10     Unless required by applicable law or agreed to in writing, software
11     distributed under the License is distributed on an "AS IS" BASIS,
12     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13     See the License for the specific language governing permissions and
14     limitations under the License.
15-->
16
17<resources xmlns:android="http://schemas.android.com/apk/res/android"
18           xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
19
20    <!-- Dialog title for presidential level alert. [CHAR LIMIT=50] -->
21    <!-- Required Korean (ko) translation for this message: 위급 재난문자 -->
22    <string name="cmas_presidential_level_alert">Extreme Emergency Alert</string>
23    <!-- Dialog title or menu title of emergency alert. [CHAR LIMIT=50] -->
24    <!-- Required Korean (ko) translation for this message: 긴급 재난문자 -->
25    <!-- Dialog title or menu title of emergency alert. [CHAR LIMIT=50] -->
26    <string name="emergency_alert">Emergency Alert</string>
27    <!-- Dialog title for all public safety message broadcasts. [CHAR LIMIT=50] -->
28    <!-- Required Korean (ko) translation for this message: 안전 안내문자 -->
29    <string name="public_safety_message">Public Safety Alert</string>
30    <!-- CMAS dialog title for child abduction emergency (Amber Alert). [CHAR LIMIT=50] -->
31    <!-- Required Korean (ko) translation for this message: 실종 경보문자 -->
32    <string name="cmas_amber_alert">Amber Alert</string>
33
34    <!-- Preference title for enable CMAS extreme threat alerts checkbox. [CHAR LIMIT=50] -->
35    <!-- Required Korean (ko) translation for this message: 긴급 재난문자 -->
36    <string name="enable_emergency_alerts_message_title">Emergency Alert</string>
37    <!-- Preference title for enable public safety messages checkbox. [CHAR LIMIT=100] -->
38    <!-- Required Korean (ko) translation for this message: 안전 안내문자 -->
39    <string name="enable_public_safety_messages_title">Public Safety Alert</string>
40    <!-- Preference title for enable CMAS amber alerts checkbox. [CHAR LIMIT=50] -->
41    <!-- Required Korean (ko) translation for this message: 실종 경보문자 -->
42    <string name="enable_cmas_amber_alerts_title">Amber Alert</string>
43
44    <!-- Value of sms sender display name to be shown in SMS inbox for amber alerts -->
45    <string name="sms_cb_sender_name_amber">@string/sms_cb_sender_name_public_safety</string>
46
47    <!-- Preference summary the "about cell broadcast messages" info required for some carriers.
48      Required Korean (ko) translation for this message:
49      "재난 발생 시 휴대전화에서 대피 안내와 같은 경고 알림을 받아볼 수 있습니다. 이 서비스는 정부, 네트워크 공급자, 기기 제조업체와의 공조로 제공됩니다.\n\n기기에 문제가 있거나 네트워크 상태가 좋지 않을 경우 알림을 받지 못할 수 있습니다." -->
50    <string name="alerts_header_summary">Your phone can send you alerts, like evacuation instructions, during disasters. This service is a collaboration between the Korean government, network providers, and device manufacturers.\n\nYou may not get alerts if there’s a problem with your device or if network conditions are poor.</string>
51
52</resources>
53