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

37 lines
2.1 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">
<!-- Resources for built-in locale plug-in -->
<!-- Locale Alert Editing Window Title -->
<string name="locale_edit_alerts_title">Astrid Filter Alert</string>
<!-- Locale Window Help -->
<string name="locale_edit_intro">Astrid will send you a reminder
when you have any tasks in the following filter:</string>
<!-- Locale Window Filter Picker UI -->
<string name="locale_pick_filter">Filter:</string>
<!-- 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>
<!-- Locale Notification text -->
<string name="locale_notification">You have $NUM matching: $FILTER</string>
<!-- Locale Plugin was not found, it is required -->
<string name="locale_plugin_required">Please install the Astrid Locale plugin!</string>
</resources>