92 lines
		
	
	
		
			3.4 KiB
		
	
	
	
		
			XML
		
	
	
	
			
		
		
	
	
			92 lines
		
	
	
		
			3.4 KiB
		
	
	
	
		
			XML
		
	
	
	
| <?xml version="1.0" encoding="utf-8"?>
 | |
| <!-- Copyright (C) 2017 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>
 | |
|   <string name="app_name" translatable="false">Obd2App</string>
 | |
|   <string name="title_activity_settings" translatable="false">Settings</string>
 | |
| 
 | |
|   <!-- Strings related to Settings -->
 | |
| 
 | |
|   <!-- Example General settings -->
 | |
|   <string name="pref_header_general" translatable="false">General</string>
 | |
| 
 | |
|   <string name="pref_title_social_recommendations" translatable="false">Enable social recommendations</string>
 | |
|   <string name="pref_description_social_recommendations" translatable="false">Recommendations for people to contact based
 | |
|     on your message history
 | |
|   </string>
 | |
| 
 | |
|   <string name="pref_title_display_name" translatable="false">Display name</string>
 | |
|   <string name="pref_default_display_name" translatable="false">John Smith</string>
 | |
| 
 | |
|   <string name="pref_title_add_friends_to_messages" translatable="false">Add friends to messages</string>
 | |
|   <string-array name="pref_example_list_titles" translatable="false">
 | |
|     <item>Always</item>
 | |
|     <item>When possible</item>
 | |
|     <item>Never</item>
 | |
|   </string-array>
 | |
|   <string-array name="pref_example_list_values" translatable="false">
 | |
|     <item>1</item>
 | |
|     <item>0</item>
 | |
|     <item>-1</item>
 | |
|   </string-array>
 | |
| 
 | |
|   <!-- Example settings for Data & Sync -->
 | |
|   <string name="pref_header_data_sync" translatable="false">Data & sync</string>
 | |
| 
 | |
|   <string name="pref_title_sync_frequency" translatable="false">Sync frequency</string>
 | |
|   <string-array name="pref_sync_frequency_titles" translatable="false">
 | |
|     <item>15 minutes</item>
 | |
|     <item>30 minutes</item>
 | |
|     <item>1 hour</item>
 | |
|     <item>3 hours</item>
 | |
|     <item>6 hours</item>
 | |
|     <item>Never</item>
 | |
|   </string-array>
 | |
|   <string-array name="pref_sync_frequency_values" translatable="false">
 | |
|     <item>15</item>
 | |
|     <item>30</item>
 | |
|     <item>60</item>
 | |
|     <item>180</item>
 | |
|     <item>360</item>
 | |
|     <item>-1</item>
 | |
|   </string-array>
 | |
| 
 | |
|   <string-array name="list_preference_entries" translatable="false">
 | |
|     <item>Entry 1</item>
 | |
|     <item>Entry 2</item>
 | |
|     <item>Entry 3</item>
 | |
|   </string-array>
 | |
| 
 | |
|   <string-array name="list_preference_entry_values" translatable="false">
 | |
|     <item>1</item>
 | |
|     <item>2</item>
 | |
|     <item>3</item>
 | |
|   </string-array>
 | |
| 
 | |
|   <string-array name="multi_select_list_preference_default_value"/>
 | |
| 
 | |
|   <string name="pref_title_system_sync_settings" translatable="false">System sync settings</string>
 | |
| 
 | |
|   <!-- Example settings for Notifications -->
 | |
|   <string name="pref_header_notifications" translatable="false">Notifications</string>
 | |
| 
 | |
|   <string name="pref_title_new_message_notifications" translatable="false">New message notifications</string>
 | |
| 
 | |
|   <string name="pref_title_ringtone" translatable="false">Ringtone</string>
 | |
|   <string name="pref_ringtone_silent" translatable="false">Silent</string>
 | |
| 
 | |
|   <string name="pref_title_vibrate" translatable="false">Vibrate</string>
 | |
| </resources>
 |