mirror of https://github.com/tasks/tasks
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.
70 lines
2.6 KiB
XML
70 lines
2.6 KiB
XML
<?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">
|
|
|
|
<!-- ====================== Plugin Boilerplate ========================= -->
|
|
|
|
<!-- label for RMilk button in Task Edit Activity -->
|
|
<string name="rmilk_EOE_button">Remember the Milk Settings</string>
|
|
|
|
<!-- task detail showing RTM repeat information -->
|
|
<string name="rmilk_TLA_repeat">RTM Repeating Task</string>
|
|
|
|
<!-- task detail showing item needs to be synchronized -->
|
|
<string name="rmilk_TLA_sync">Needs synchronization with RTM</string>
|
|
|
|
<!-- filters header: RTM -->
|
|
<string name="rmilk_FEx_header">Remember the Milk</string>
|
|
|
|
<!-- filter category for RTM lists -->
|
|
<string name="rmilk_FEx_list">Lists</string>
|
|
|
|
<!-- RTM list filter title (%s => list) -->
|
|
<string name="rmilk_FEx_list_title">RTM List \'%s\'</string>
|
|
|
|
<!-- ======================= MilkEditActivity ========================== -->
|
|
|
|
<!-- RTM edit activity Title -->
|
|
<string name="rmilk_MEA_title">Remember the Milk</string>
|
|
|
|
<!-- RTM edit List Edit Label -->
|
|
<string name="rmilk_MEA_list_label">RTM List:</string>
|
|
|
|
<!-- RTM edit Repeat Label -->
|
|
<string name="rmilk_MEA_repeat_label">RTM Repeat Status:</string>
|
|
|
|
<!-- RTM edit Repeat Hint -->
|
|
<string name="rmilk_MEA_repeat_hint">i.e. every week, after 14 days</string>
|
|
|
|
<!-- ======================== MilkPreferences ========================== -->
|
|
|
|
<!-- Milk Preferences Title -->
|
|
<string name="rmilk_MPr_header">Remember the Milk</string>
|
|
|
|
<!-- ======================= MilkLoginActivity ========================= -->
|
|
|
|
<!-- RTM Login Instructions -->
|
|
<string name="rmilk_MLA_label">Please Log In and Authorize Astrid:</string>
|
|
|
|
<!-- Login Error Dialog (%s => message) -->
|
|
<string name="rmilk_MLA_error">
|
|
Sorry, there was an error verifying your login. Please try again.
|
|
\n\n
|
|
Error Message: %s
|
|
</string>
|
|
|
|
<!-- ======================== Synchronization ========================== -->
|
|
|
|
<!-- title for notification tray when synchronizing -->
|
|
<string name="rmilk_notification_title">Astrid: Remember the Milk</string>
|
|
|
|
<!-- Error msg when io exception with rmilk -->
|
|
<string name="rmilk_ioerror">Connection Error! Check your Internet connection,
|
|
or maybe RTM servers (status.rememberthemilk.com), for possible solutions.</string>
|
|
|
|
</resources>
|