1 <?xml version="1.0" encoding="utf-8"?> 2 <!-- 3 /* 4 ** 5 ** Copyright 2011 The Android Open Source Project 6 ** 7 ** Licensed under the Apache License, Version 2.0 (the "License"); 8 ** you may not use this file except in compliance with the License. 9 ** You may obtain a copy of the License at 10 ** 11 ** http://www.apache.org/licenses/LICENSE-2.0 12 ** 13 ** Unless required by applicable law or agreed to in writing, software 14 ** distributed under the License is distributed on an "AS IS" BASIS, 15 ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 16 ** See the License for the specific language governing permissions and 17 ** limitations under the License. 18 */ 19 --> 20 <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> 21 <!-- Display settings. The delay in inactivity before the screen is turned off. These are shown in a list dialog. --> 22 <string-array name="screen_timeout_entries"> 23 <item msgid="3342301044271143016">15 seconds</item> 24 <item msgid="8881760709354815449">30 seconds</item> 25 <item msgid="7589406073232279088">1 minute</item> 26 <item msgid="7001195990902244174">2 minutes</item> 27 <item msgid="7489864775127957179">5 minutes</item> 28 <item msgid="2314124409517439288">10 minutes</item> 29 </string-array> 30 31 <!-- Do not translate. --> 32 <string-array name="screen_timeout_values" translatable="false"> 33 <!-- Do not translate. --> 34 <item>15000</item> 35 <!-- Do not translate. --> 36 <item>30000</item> 37 <!-- Do not translate. --> 38 <item>60000</item> 39 <!-- Do not translate. --> 40 <item>120000</item> 41 <!-- Do not translate. --> 42 <item>300000</item> 43 <!-- Do not translate. --> 44 <item>600000</item> 45 </string-array> 46 </resources> 47