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.
20 lines
769 B
XML
20 lines
769 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">
|
|
|
|
<!-- ==================================================== Preferences == -->
|
|
|
|
<!-- Preferences Title: Producteev -->
|
|
<string name="producteev_PPr_header">Producteev</string>
|
|
|
|
<!-- ================================================ Synchronization == -->
|
|
|
|
<!-- title for notification tray when synchronizing -->
|
|
<string name="producteev_notification_title">Astrid: Producteev</string>
|
|
|
|
<!-- Error msg when io exception -->
|
|
<string name="producteev_ioerror">Connection Error! Check your Internet connection.</string>
|
|
|
|
</resources>
|
|
|