41 lines
		
	
	
		
			2.6 KiB
		
	
	
	
		
			XML
		
	
	
	
			
		
		
	
	
			41 lines
		
	
	
		
			2.6 KiB
		
	
	
	
		
			XML
		
	
	
	
| <?xml version="1.0" encoding="utf-8"?>
 | ||
| <!-- Copyright (C) 2021 The Android Open Source Project
 | ||
| 
 | ||
|      Licensed under the Apache License, Version 2.0 (the "License");
 | ||
|      you may not use this file except in compliance with the License.
 | ||
|      You may obtain a copy of the License at
 | ||
| 
 | ||
|           http://www.apache.org/licenses/LICENSE-2.0
 | ||
| 
 | ||
|      Unless required by applicable law or agreed to in writing, software
 | ||
|      distributed under the License is distributed on an "AS IS" BASIS,
 | ||
|      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 | ||
|      See the License for the specific language governing permissions and
 | ||
|      limitations under the License.
 | ||
| -->
 | ||
| 
 | ||
| <resources xmlns:android="http://schemas.android.com/apk/res/android"
 | ||
|     xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
 | ||
|   <!-- CMAS dialog title for state-local alert notification. [CHAR LIMIT=50] -->
 | ||
|   <!-- Required Turkish (tr) translation for this message: Devlet uyarı -->
 | ||
|   <string name="cmas_presidential_level_alert">State-local alert notification</string>
 | ||
|   <!-- CMAS dialog title for test alert notification. [CHAR LIMIT=50] -->
 | ||
|   <!-- Required Turkish (tr) translation for this message: Test uyarı -->
 | ||
|   <string name="cmas_required_monthly_test">Test alert notification</string>
 | ||
|   <!-- CMAS dialog title for life threat alert notification. [CHAR LIMIT=50] -->
 | ||
|   <!-- Required Turkish (tr) translation for this message: Hayati uyarı -->
 | ||
|   <string name="cmas_extreme_alert">Life threat alert notification</string>
 | ||
|   <string name="cmas_extreme_immediate_observed_alert">@string/cmas_extreme_alert</string>
 | ||
|   <string name="cmas_extreme_immediate_likely_alert">@string/cmas_extreme_alert</string>
 | ||
|   <!-- CMAS dialog title for loss or kidnapping alert notification (amber alert). [CHAR LIMIT=50] -->
 | ||
|   <!-- Required Turkish (tr) translation for this message: Kayıp/kaçırma uyarı -->
 | ||
|   <string name="cmas_amber_alert">Loss or kidnapping alert notification</string>
 | ||
|   <!-- Preference title for other test alerts checkbox. [CHAR LIMIT=50] -->
 | ||
|   <string name="enable_cmas_test_alerts_title">@string/cmas_required_monthly_test</string>
 | ||
|   <!-- Preference summary for other test alerts checkbox. [CHAR LIMIT=125] -->
 | ||
|   <string name="enable_cmas_test_alerts_summary"/>
 | ||
|   <!-- Preference title for enable loss or kidnapping alert notification checkbox. [CHAR LIMIT=50] -->
 | ||
|   <string name="enable_cmas_amber_alerts_title">@string/cmas_amber_alert</string>
 | ||
|   <!-- Preference title for enable life threat alert notification checkbox. [CHAR LIMIT=50] -->
 | ||
|   <string name="enable_cmas_extreme_threat_alerts_title">@string/cmas_extreme_alert</string>
 | ||
| </resources> |