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
735 B
XML
23 lines
735 B
XML
<?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 -->
|
|
|
|
<!-- Start Timer button -->
|
|
<string name="TAE_startTimer">Start Timer</string>
|
|
|
|
<!-- Stop Timer button -->
|
|
<string name="TAE_stopTimer">Stop Timer</string>
|
|
|
|
<!-- Notification Title (%s => # tasks) -->
|
|
<string name="TPl_notification">Timers Active for %s!</string>
|
|
|
|
<!-- Filter Header -->
|
|
<string name="TFE_category">Timer Filters</string>
|
|
|
|
<!-- Filter -->
|
|
<string name="TFE_workingOn">Tasks Being Timed</string>
|
|
|
|
</resources>
|