|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!--
|
|
|
|
** Copyright (c) 2012 Todoroo Inc
|
|
|
|
**
|
|
|
|
** 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 -->
|
|
|
|
|
|
|
|
<!-- 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>
|