42 lines
		
	
	
		
			2.8 KiB
		
	
	
	
		
			XML
		
	
	
	
			
		
		
	
	
			42 lines
		
	
	
		
			2.8 KiB
		
	
	
	
		
			XML
		
	
	
	
| <?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 xmlns:android="http://schemas.android.com/apk/res/android"
 | ||
|            xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
 | ||
|     <!-- required Italian (it) for this message: "Allarmi pubblici" -->
 | ||
|     <string name="sms_cb_settings">Public warnings</string>
 | ||
|      <!-- CMAS dialog title for presidential level alert.  [CHAR LIMIT=50] -->
 | ||
|     <string name="cmas_presidential_level_alert" translatable="false">IT-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 extreme alert with extreme severity, immediate urgency, and observed certainty. [CHAR LIMIT=50] -->
 | ||
|     <string name="cmas_extreme_immediate_observed_alert">@string/cmas_presidential_level_alert</string>
 | ||
|     <!-- CMAS dialog title for extreme alert with extreme severity, immediate urgency,  and likely certainty. [CHAR LIMIT=50] -->
 | ||
|     <string name="cmas_extreme_immediate_likely_alert">@string/cmas_presidential_level_alert</string>
 | ||
|     <!-- CMAS dialog title for CMAS Exercise. [CHAR LIMIT=50] -->
 | ||
|     <string name="cmas_exercise_alert">@string/cmas_presidential_level_alert</string>
 | ||
|     <!-- Preference title for enable CMAS extreme threat alerts checkbox. [CHAR LIMIT=50] -->
 | ||
|     <string name="enable_cmas_extreme_threat_alerts_title">@string/cmas_presidential_level_alert</string>
 | ||
|     <!-- CMAS summary for the alerts header preference [CHAR LIMIT=150]
 | ||
|          This preference header will be shown on devices with Italian SIMs.
 | ||
|          Required Italian (it) translation for this message:
 | ||
|          "Messaggi di particolare rilevanza possono essere ricevuti indipendentemente dalle impostazioni dell’Utente" -->
 | ||
|     <string name="alerts_header_summary">Critical messages may come through regardless of user settings</string>
 | ||
|     <!-- Preference title for other test alerts checkbox. [CHAR LIMIT=50]
 | ||
|          This preference settings will be shown on devices with Italian SIMs,
 | ||
|          Required Italian (it) translation for this message: "Messaggi di test" -->
 | ||
|     <string name="enable_cmas_test_alerts_title">Test messages</string>
 | ||
| </resources>
 |