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.
tasks/astrid/res/values/strings-intro.xml

61 lines
2.1 KiB
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 initial tasks added -->
<!-- Intro Tag or click prompt -->
<string name="intro_click_prompt">Intro: Press me to see notes</string>
<!-- Task 1 Summary -->
<string name="intro_task_1_summary">Create your first task</string>
<!-- Task 1 Note -->
<string name="intro_task_1_note">Two ways to add a task:\n
\n
1) Quick Add: Type the task into the quick entry box at bottom of screen and press the + button on the right.\n
\n
2) Regular Add: Press the + button of the quick entry box. Add as much detail as you want. Then press \"Save\" or use your phone\'s back button.\n
\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">\n
1) Long Press on your phone\'s desktop\n
2) Choose \"Widget\"\n
3) Choose the Astrid widget\n
4) Select the list you want and press OK.\n
\n
</string>
<!-- Task 3 Summary -->
<string name="intro_task_3_summary">Setup sync with Astrid.com</string>
<!-- Task 3 Note -->
<string name="intro_task_3_note">\n
1) Press your Menu button\n
2) Choose \"Sync Now\"\n
3) Select \"Astrid.com\"\n
4) Log In &amp; Synchronize!\n
\n
</string>
<!-- NEW USER EXPERIENCE, help bubbles -->
<!-- Shown the first time a user sees the task list activity -->
<string name="help_popover_add_task">Add a task here</string>
<!-- Shown the first time a user adds a task to a list -->
<string name="help_popover_tap_task">Tap task to edit and share</string>
<!-- Shown the first time a user sees the list activity -->
<string name="help_popover_list_settings">Tap list settings to share the entire list</string>
<!-- Shown the first time a user sees the list settings tab -->
<string name="help_popover_collaborators">Collaborators can help you build your list or finish tasks</string>
</resources>