58 lines
2.1 KiB
XML
58 lines
2.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Copyright (C) 2012-2016 The CyanogenMod 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:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
|
<string-array name="preferences_default_snooze_delay_values" translatable="false">
|
|
<item>"5"</item>
|
|
<item>"10"</item>
|
|
<item>"15"</item>
|
|
<item>"20"</item>
|
|
<item>"25"</item>
|
|
<item>"30"</item>
|
|
<item>"45"</item>
|
|
<item>"60"</item>
|
|
<item>"120"</item>
|
|
<item>"180"</item>
|
|
<item>"720"</item>
|
|
</string-array>
|
|
|
|
<!-- Labels for the default startup page preference. -->
|
|
<string-array name="default_start_entries" translatable="false">
|
|
<item>@string/default_start_last</item>
|
|
<item>@string/day_view</item>
|
|
<item>@string/week_view</item>
|
|
<item>@string/month_view</item>
|
|
<item>@string/agenda_view</item>
|
|
</string-array>
|
|
|
|
<!-- Values for the default startup page preference. See CalendarController.ViewType. -->
|
|
<string-array name="default_start_values" translatable="false">
|
|
<item>-2</item>
|
|
<item>2</item>
|
|
<item>3</item>
|
|
<item>4</item>
|
|
<item>1</item>
|
|
</string-array>
|
|
|
|
<!-- Strings for buttons in drop down menu -->
|
|
<string-array name="buttons_list_cm" translatable="false">
|
|
<item>@string/buttons_list_0</item>
|
|
<item>@string/buttons_list_1</item>
|
|
<item>@string/buttons_list_2</item>
|
|
<item>@string/buttons_list_3</item>
|
|
<item>@string/buttons_list_4</item>
|
|
</string-array>
|
|
</resources>
|