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.
18 lines
820 B
XML
18 lines
820 B
XML
14 years ago
|
<?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">
|
||
|
|
||
|
<!-- ================================================== EditPreferences == -->
|
||
|
|
||
|
<!-- Preference Category: Power Pack -->
|
||
|
<string name="EPr_powerpack_header">Astrid Power Pack</string>
|
||
|
|
||
|
<!-- Preference: Anonymous User Statistics -->
|
||
|
<string name="EPr_statistics_title">Anonymous Usage Stats</string>
|
||
|
<!-- Preference: User Statistics (disabled) -->
|
||
|
<string name="EPr_statistics_desc_disabled">No usage data will be reported</string>
|
||
|
<!-- Preference: User Statistics (enabled) -->
|
||
|
<string name="EPr_statistics_desc_enabled">Help us make Astrid better by sending anonymous usage data</string>
|
||
|
|
||
|
</resources>
|