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 timers plug-in -->
|
|
|
|
|
|
|
|
<!-- Task List: Start Timer button -->
|
|
|
|
<string name="TAE_startTimer">Start Timer</string>
|
|
|
|
|
|
|
|
<!-- Task List: Stop Timer button -->
|
|
|
|
<string name="TAE_stopTimer">Stop Timer</string>
|
|
|
|
|
|
|
|
<!-- Android Notification Title (%s => # tasks) -->
|
|
|
|
<string name="TPl_notification">Timers Active for %s!</string>
|
|
|
|
|
|
|
|
<!-- Filter Header for Timer plugin -->
|
|
|
|
<string name="TFE_category">Timer Filters</string>
|
|
|
|
|
|
|
|
<!-- Filter for Timed Tasks -->
|
|
|
|
<string name="TFE_workingOn">Tasks Being Timed</string>
|
|
|
|
|
|
|
|
</resources>
|