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.
48 lines
1.7 KiB
XML
48 lines
1.7 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">
|
|
|
|
<!-- Resources for built-in tag plug-in -->
|
|
|
|
<!-- =============================================== Task Edit Controls == -->
|
|
|
|
<!-- Error message for adding to calendar -->
|
|
<string name="gcal_TEA_error">Error adding task to calendar!</string>
|
|
|
|
<!-- Label for adding task to calendar -->
|
|
<string name="gcal_TEA_calendar_label">Calendar Integration:</string>
|
|
|
|
<!-- slide 21c: Label for adding task to calendar -->
|
|
<string name="gcal_TEA_addToCalendar_label">Add to Calendar</string>
|
|
|
|
<!-- Label when calendar event already exists -->
|
|
<string name="gcal_TEA_showCalendar_label">Open Calendar Event</string>
|
|
|
|
<!-- Toast when unable to open calendar event -->
|
|
<string name="gcal_TEA_calendar_error">Error opening event!</string>
|
|
|
|
<!-- Toast when calendar event updated because task changed -->
|
|
<string name="gcal_TEA_calendar_updated">Calendar event also updated!</string>
|
|
|
|
<!-- No calendar label (don't add option) -->
|
|
<string name="gcal_TEA_nocal">Don\'t add</string>
|
|
|
|
<string name="gcal_TEA_none_selected">Add to cal...</string>
|
|
|
|
<string name="gcal_TEA_has_event">Cal event</string>
|
|
|
|
<!-- ======================================================== Calendars == -->
|
|
|
|
<!-- Calendar event name when task is completed (%s => task title) -->
|
|
<string name="gcal_completed_title">%s (completed)</string>
|
|
|
|
<!-- System Default Calendar (displayed if we can't figure out calendars) -->
|
|
<string name="gcal_GCP_default">Default Calendar</string>
|
|
|
|
|
|
</resources>
|