You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tasks/astrid/res/values/strings-locale.xml

56 lines
3.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- See the file "LICENSE" for the full license governing this code. -->
<resources xmlns:android="http://schemas.android.com/apk/res/android">
14 years ago
<!-- Resources for built-in locale plug-in -->
<!-- Locale Alert Editing Window Title -->
14 years ago
<string name="locale_edit_alerts_title">Astrid Filter Alert</string>
<!-- Locale Window Help -->
<string name="locale_edit_intro">Astrid will send you a reminder
14 years ago
when you have any tasks in the following filter:</string>
<!-- Locale Window Filter Picker UI -->
<string name="locale_pick_filter">Filter:</string>
14 years ago
<!-- Locale Window Interval Label -->
<string name="locale_interval_label">Limit notifications to:</string>
<!-- Locale Window Interval Values -->
<string-array name="locale_interval">
<item>once an hour</item>
<item>once every six hours</item>
<item>once every twelve hours</item>
<item>once a day</item>
<item>once every three days</item>
<item>once a week</item>
</string-array>
<!-- Notification -->
<string name="locale_notification">You have $NUM in $FILTER</string>
<!-- Locale style -->
<style name="TextAppearance.Locale_Label">
<item name="android:textSize">16sp</item>
<item name="android:textColor">@android:color/black</item>
</style>
14 years ago
<!-- Locale filter list styles -->
<style name="TextAppearance.LEA_Filter">
<item name="android:textSize">14sp</item>
<item name="android:textColor">@android:color/black</item>
</style>
<style name="TextAppearance.LEA_Header" parent="TextAppearance.LEA_Filter">
<item name="android:textSize">13sp</item>
<item name="android:textColor">#ffdddddd</item>
</style>
<style name="TextAppearance.LEA_Category" parent="TextAppearance.LEA_Filter">
<item name="android:textSize">13sp</item>
<item name="android:textStyle">bold|italic</item>
</style>
</resources>