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.
|
|
|
<?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 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>
|
|
|
|
|
|
|
|
<!-- Label for adding task to calendar -->
|
|
|
|
<string name="gcal_TEA_addToCalendar_label">Create Calendar Event</string>
|
|
|
|
|
|
|
|
<!-- Label when calendar event already exists -->
|
|
|
|
<string name="gcal_TEA_showCalendar_label">Open Calendar Event</string>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- ================================================== Preference Keys == -->
|
|
|
|
|
|
|
|
<!-- Calendar Setting Title -->
|
|
|
|
<string name="gcal_GCP_title">Default Calendar</string>
|
|
|
|
|
|
|
|
<!-- Calendar Setting Summary (%s -> calendar summary) -->
|
|
|
|
<string name="gcal_GCP_summary">Current Setting: %s</string>
|
|
|
|
|
|
|
|
<!-- System Default Calendar (displayed if we can't figure out calendars) -->
|
|
|
|
<string name="gcal_GCP_default">Default Calendar</string>
|
|
|
|
|
|
|
|
<!-- Default Calendar Preference Key (do not translate) -->
|
|
|
|
<string name="gcal_p_default">default_calendar_id</string>
|
|
|
|
|
|
|
|
|
|
|
|
</resources>
|