109 lines
3.9 KiB
XML
109 lines
3.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Copyright (C) 2012-2014 The CyanogenMod Project (DvTonder)
|
|
|
|
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:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
|
<string-array name="empty_array" translatable="false"/>
|
|
|
|
<string-array name="weather_interval_entries" translatable="false">
|
|
<item>@string/weather_refresh_manual</item>
|
|
<item>@string/weather_refresh_30min</item>
|
|
<item>@string/weather_refresh_60min</item>
|
|
<item>@string/weather_refresh_2hrs</item>
|
|
<item>@string/weather_refresh_4hrs</item>
|
|
<item>@string/weather_refresh_6hrs</item>
|
|
<item>@string/weather_refresh_8hrs</item>
|
|
</string-array>
|
|
|
|
<string-array name="weather_interval_values" translatable="false">
|
|
<item>0</item>
|
|
<item>30</item>
|
|
<item>60</item>
|
|
<item>120</item>
|
|
<item>240</item>
|
|
<item>360</item>
|
|
<item>480</item>
|
|
</string-array>
|
|
|
|
<string-array name="calendar_lookahead_entries" translatable="false">
|
|
<item>@string/calendar_lookahead_3hrs</item>
|
|
<item>@string/calendar_lookahead_6hrs</item>
|
|
<item>@string/calendar_lookahead_12hrs</item>
|
|
<item>@string/calendar_lookahead_today</item>
|
|
<item>@string/calendar_lookahead_1day</item>
|
|
<item>@string/calendar_lookahead_3days</item>
|
|
<item>@string/calendar_lookahead_1wk</item>
|
|
<item>@string/calendar_lookahead_2wks</item>
|
|
<item>@string/calendar_lookahead_4wks</item>
|
|
</string-array>
|
|
|
|
<string-array name="calendar_lookahead_values" translatable="false">
|
|
<item>10800000</item>
|
|
<item>21600000</item>
|
|
<item>43200000</item>
|
|
<item>today</item>
|
|
<item>86400000</item>
|
|
<item>259200000</item>
|
|
<item>604800000</item>
|
|
<item>1209600000</item>
|
|
<item>2419200000</item>
|
|
</string-array>
|
|
|
|
<string-array name="calendar_show_event_metadata_entries" translatable="false">
|
|
<item>@string/calendar_metadata_none</item>
|
|
<item>@string/calendar_metadata_first_line</item>
|
|
<item>@string/calendar_metadata_all</item>
|
|
</string-array>
|
|
|
|
<string-array name="calendar_show_event_metadata_values" translatable="false">
|
|
<item>0</item>
|
|
<item>1</item>
|
|
<item>2</item>
|
|
</string-array>
|
|
|
|
<string-array name="font_color_entries" translatable="false">
|
|
<item>@string/white</item>
|
|
<item>@string/grey</item>
|
|
<item>@string/black</item>
|
|
<item>@string/holo_blue_bright</item>
|
|
<item>@string/holo_blue_light</item>
|
|
<item>@string/holo_blue_dark</item>
|
|
<item>@string/holo_green_light</item>
|
|
<item>@string/holo_green_dark</item>
|
|
<item>@string/holo_red_light</item>
|
|
<item>@string/holo_red_dark</item>
|
|
<item>@string/holo_orange_light</item>
|
|
<item>@string/holo_orange_dark</item>
|
|
<item>@string/holo_purple</item>
|
|
</string-array>
|
|
|
|
<string-array name="font_color_values" translatable="false">
|
|
<item>#ffffffff</item>
|
|
<item>#80ffffff</item>
|
|
<item>#ff000000</item>
|
|
<item>#ff00ddff</item>
|
|
<item>#ff33b5e5</item>
|
|
<item>#ff0099cc</item>
|
|
<item>#ff99cc00</item>
|
|
<item>#ff669900</item>
|
|
<item>#ffff4444</item>
|
|
<item>#ffcc0000</item>
|
|
<item>#ffffbb33</item>
|
|
<item>#ffff8800</item>
|
|
<item>#ffaa66cc</item>
|
|
</string-array>
|
|
|
|
</resources>
|