add intro tasks to strings file

pull/14/head
Jon Paris 14 years ago
parent dcf864a93d
commit ea4f4eed2d

@ -0,0 +1,54 @@
<?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 initial tasks added -->
<!-- Intro Tag or click prompt -->
<string name="intro_click_prompt">Intro: Press me to see details</string>
<!-- Task 1 Summary -->
<string name="intro_task_1_summary">Create your first task</string>
<!-- Task 1 Note -->
<string name="intro_task_1_note">3 ways to add a task\n
1) Quick Add: Just type the task into the quick entry box and press the +
button that appears on the left.\n\n
2) Regular add: Press the button to the right of the quick entry box.
Add basic details (due date, tags, notes) or set more advanced options.
Save the task with the save button or your phone\'s back button.\n\n
3) Keyboard quick add: If you have a keyboard just start typing and you
will create a new task.\n
</string>
<!-- Task 2 Summary -->
<string name="intro_task_2_summary">Add a widget to your desktop</string>
<!-- Task 2 Note -->
<string name="intro_task_2_note">A desktop widget is a great way to keep
track of your what you have to do as well as a way to quickly add new
tasks.\n\n
How to add a widget:\n
1) Long press on your phone\'s desktop.\n
2) Choose \"Widget\" form resulting menu\n
3) Choose the Astrid widget.\n
4) You can select a Astrid filter. Choose "Active Tasks" for all your
tasks\n\n
Bonus: Use the widget to add a task!</string>
<!-- Task 3 Summary -->
<string name="intro_task_3_summary">Setup sync with Gmail Tasks or
Producteev</string>
<!-- Task 3 Note -->
<string name="intro_task_3_note">Astrid makes it possible for you to sync
your tasks with the simple task list provided by Gmail. For more advanced
task features we recommend synchronization with Producteev.\n\n
To enable sync from Astrid press \"Menu\" -> \"Settings\" -> \"Sync\" and
choose the sync provider you prefer.
</string>
</resources>
Loading…
Cancel
Save