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.
23 lines
650 B
XML
23 lines
650 B
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 timers plug-in -->
|
|
|
|
<!-- Task Edit Activity: Container Label -->
|
|
<string name="alarm_ACS_label">Alarms</string>
|
|
|
|
<!-- Task Edit Activity: Add New Alarm -->
|
|
<string name="alarm_ACS_button">Add an Alarm</string>
|
|
|
|
<string-array name="reminders_alarm">
|
|
<!-- reminders related to alarm -->
|
|
<item>Alarm!</item>
|
|
</string-array>
|
|
|
|
</resources>
|