<?xml version="1.0" encoding="utf-8"?>
<!--
** Copyright (c) 2012 Todoroo Inc
**
** See the file "LICENSE" for the full license governing this code.
-->
<resources xmlns:android= "http://schemas.android.com/apk/res/android" >
<!-- ================================================== AndroidManifest == -->
<!-- slide 32k: Application Name (shown on home screen & in launcher) -->
<string name= "app_name" > Astrid Tasks</string>
<!-- permission title for READ_TASKS -->
<string name= "read_permission_label" > Astrid Permission</string>
<!-- permission description for READ_TASKS -->
<string name= "read_permission_desc" > read tasks, display task filters</string>
<!-- permission title for READ_TASKS -->
<string name= "write_permission_label" > Astrid Permission</string>
<!-- permission description for READ_TASKS -->
<string name= "write_permission_desc" > create new tasks, edit existing tasks</string>
<!-- ================================================== Generic Dialogs == -->
<!-- question for deleting tasks -->
<string name= "DLG_delete_this_task_question" > Delete this task?</string>
<!-- question for deleting items (%s => item name) -->
<string name= "DLG_delete_this_item_question" > Delete this item: %s?</string>
<!-- Progress dialog shown when upgrading -->
<string name= "DLG_upgrading" > Upgrading your tasks...</string>
<!-- Title for dialog selecting a time (hours and minutes) -->
<string name= "DLG_hour_minutes" > Time (hours : minutes)</string>
<!-- Dialog for Astrid having a critical update -->
<string name= "DLG_please_update" > Astrid should to be updated to the latest
version in the Android market! Please do that before continuing, or wait a
few seconds.</string>
<!-- Button for going to Market -->
<!-- Button for accepting EULA -->
<string name= "DLG_accept" > I Accept</string>
<!-- Button for declining EULA -->
<string name= "DLG_decline" > I Decline</string>
<!-- EULA title -->
<string name= "DLG_eula_title" > Terms Of Use</string>
<!-- Progress Dialog generic text -->
<string name= "DLG_please_wait" > Please Wait</string>
<!-- Dialog - loading -->
<string name= "DLG_loading" > Loading...</string>
<!-- Dialog - dismiss -->
<!-- slide 20d -->
<string name= "DLG_ok" > OK</string>
<!-- slide 36g -->
<string name= "DLG_cancel" > Cancel</string>
<string name= "DLG_more" > More</string>
<string name= "DLG_undo" > Undo</string>
<string name= "DLG_warning" > Warning</string>
<!-- =============================================================== UI == -->
<!-- Label for DateButtons with no value -->
<string name= "WID_dateButtonUnset" > Click To Set</string>
<!-- String formatter for DateButtons ($D => date, $T => time) -->
<!-- String formatter for Disable button -->
<!-- ============================================================= notes -->
<!-- Note Exposer -->
<!-- Note Exposer / Comments -->
<!-- EditNoteActivity - no comments -->
<string name= "ENA_no_comments" > No activity yet</string>
<!-- EditNoteActivity - no username for comment -->
<string name= "ENA_no_user" > Someone</string>
<!-- EditNoteActivity - refresh comments -->
<string name= "ENA_refresh_comments" > Refresh Comments</string>
<!-- ================================================= TaskListActivity == -->
<!-- slide 8b: Task List: Displayed instead of list when no items present -->
<string name= "TLA_no_items" > You have no tasks! \n Want to add something?</string>
<!-- Task List: Displayed instead of list when no items present in people view (%s - > person's name) -->
<string name= "TLA_no_items_person" > %s has no\ntasks shared with you</string>
<!-- Menu: Add - ons -->
<string name= "TLA_menu_addons" > Add-ons</string>
<!-- Menu: Adjust Sort and Hidden Task Settings -->
<string name= "TLA_menu_sort" > Sort & Subtasks</string>
<!-- Menu: Sync Now -->
<string name= "TLA_menu_sync" > Sync Now</string>
<!-- Menu: Search -->
<string name= "TLA_menu_search" > Search</string>
<!-- Menu: Tasks -->
<string name= "TLA_menu_lists" > Lists</string>
<!-- Menu: Friends -->
<string name= "TLA_menu_friends" > People</string>
<!-- Menu: Featured Lists -->
<string name= "TLA_menu_featured_lists" > Featured Lists</string>
<!-- Menu: Suggestions -->
<string name= "TLA_menu_suggestions" > Suggestions</string>
<!-- Menu: Tutorial -->
<!-- Menu: Settings -->
<string name= "TLA_menu_settings" > Account & Settings</string>
<!-- slide 30b: Menu: Support -->
<string name= "TLA_menu_support" > Support</string>
<!-- Search Label -->
<!-- Window title for displaying Custom Filter -->
<string name= "TLA_custom" > Custom</string>
<!-- slide 8d: Quick Add Edit Box Hint -->
<string name= "TLA_quick_add_hint" > Add a task</string>
<!-- Quick Add Edit Box Hint for assigning (%s - > name) -->
<string name= "TLA_quick_add_hint_assign" > Add something for %s</string>
<!-- Notification Volumne notification -->
<string name= "TLA_notification_volume_low" > Notifications are muted. You won\'t be able to hear Astrid!</string>
<!-- Notifications disabled warning -->
<string name= "TLA_notification_disabled" > Reminders are disabled! You will not receive any reminders</string>
<string-array name= "TLA_filters" >
<item > Active</item>
<item > Today</item>
<item > Soon</item>
<item > Late</item>
<item > Done</item>
<item > Hidden</item>
</string-array>
<!-- Title for confirmation dialog after quick add markup -->
<string name= "TLA_quickadd_confirm_title" > You said, \"%s\"</string>
<!-- Text for speech bubble in dialog after quick add markup -->
<!-- First string is task title, second is due date, third is priority -->
<string name= "TLA_quickadd_confirm_speech_bubble" > I created a task called \"%1$s\" %2$s at %3$s</string>
<string name= "TLA_quickadd_confirm_speech_bubble_date" > for %s</string>
<string name= "TLA_quickadd_confirm_hide_helpers" > Don\'t display future confirmations</string>
<!-- Title for alert on new repeating task. %s - > task title -->
<string name= "TLA_repeat_scheduled_title" > New repeating task %s</string>
<!-- Speech bubble for when a new repeating task scheduled. %s - >repeat interval -->
<string name= "TLA_repeat_scheduled_speech_bubble" > I\'ll remind you about this %s.</string>
<string-array name= "TLA_priority_strings" >
<item > highest priority</item>
<item > high priority</item>
<item > medium priority</item>
<item > low priority</item>
</string-array>
<!-- slide 22a -->
<string name= "TLA_all_activity" > All Activity</string>
<!-- ====================================================== TaskAdapter == -->
<!-- Format string to indicate task is hidden (%s => task name) -->
<string name= "TAd_hiddenFormat" > %s [hidden]</string>
<!-- Format string to indicate task is deleted (%s => task name) -->
<string name= "TAd_deletedFormat" > %s [deleted]</string>
<!-- Displayed when adapter is flung (scrolled quickly) -->
<!-- slide 22b: indicates task was completed. %s => date or time ago -->
<string name= "TAd_completed" > Finished\n%s</string>
<!-- slide 15a: Action Button: edit task -->
<string name= "TAd_actionEditTask" > Edit</string>
<!-- Context Item: edit task -->
<string name= "TAd_contextEditTask" > Edit Task</string>
<!-- Context Item: copy task -->
<string name= "TAd_contextCopyTask" > Copy Task</string>
<!-- Context Item: delete task -->
<string name= "TAd_contextDeleteTask" > Delete Task</string>
<!-- Context Item: undelete task -->
<string name= "TAd_contextUndeleteTask" > Undelete Task</string>
<!-- Context Item: purge task -->
<string name= "TAd_contextPurgeTask" > Purge Task</string>
<!-- ============================================== SortSelectionDialog == -->
<!-- slide 23a: Sort Selection: dialog title -->
<string name= "SSD_title" > Sort, Subtasks, and Hidden</string>
<!-- slide 23h: Hidden: title -->
<string name= "SSD_hidden_title" > Hidden Tasks</string>
<!-- Hidden Task Selection: show completed tasks -->
<string name= "SSD_completed" > Show completed tasks</string>
<!-- Hidden Task Selection: show hidden tasks -->
<string name= "SSD_hidden" > Show hidden tasks</string>
<!-- Hidden Task Selection: show deleted tasks -->
<string name= "SSD_deleted" > Show deleted tasks</string>
<!-- Sort Selection: drag with subtasks -->
<string name= "SSD_sort_drag" > Drag & drop with subtasks</string>
<!-- slide 23b: Sort Selection: smart sort -->
<string name= "SSD_sort_auto" > Smart sort</string>
<!-- slide 23e: Sort Selection: sort by alpha -->
<string name= "SSD_sort_alpha" > By title</string>
<!-- slide 23c: Sort Selection: sort by due date -->
<string name= "SSD_sort_due" > By due date</string>
<!-- slide 23d: Sort Selection: sort by importance -->
<string name= "SSD_sort_importance" > By priority</string>
<!-- slide 23f: Sort Selection: sort by modified date -->
<string name= "SSD_sort_modified" > By last modified</string>
<!-- slide 23g: Sort Selection: reverse -->
<string name= "SSD_sort_reverse" > Reverse sort</string>
<!-- slide 23j: Sort Button: sort temporarily -->
<string name= "SSD_save_temp" > Just once</string>
<!-- slide 23i: Sort Button: sort permanently -->
<string name= "SSD_save_always" > Always</string>
<!-- =============================================== FilterListActivity == -->
<!-- Astrid Filter Shortcut -->
<string name= "FSA_label" > List or Filter</string>
<!-- Filter List Activity Title -->
<!-- Displayed when loading filters -->
<!-- Context Menu: Create Shortcut -->
<string name= "FLA_context_shortcut" > Create Shortcut On Desktop</string>
<!-- Menu: Search -->
<!-- Menu: Help -->
<!-- slide 28c: Create Shortcut Dialog Title -->
<string name= "FLA_shortcut_dialog_title" > Create Desktop Shortcut</string>
<!-- Create Shortcut Dialog (asks to name shortcut) -->
<string name= "FLA_shortcut_dialog" > Name of shortcut:</string>
<!-- Search Hint -->
<string name= "FLA_search_hint" > Search For Tasks</string>
<!-- Search Filter name (%s => query) -->
<string name= "FLA_search_filter" > Matching \'%s\'</string>
<!-- Toast: created shortcut (%s => label) -->
<string name= "FLA_toast_onCreateShortcut" > Created Shortcut: %s</string>
<!-- Menu: new filter -->
<string name= "FLA_new_filter" > New Filter</string>
<!-- slide 10e: Button: new list -->
<string name= "FLA_new_list" > New List</string>
<!-- Alert when creating a shortcut without selecting a filter -->
<string name= "FLA_no_filter_selected" > No filter selected! Please select a filter or list.</string>
<!-- ================================================= TaskEditActivity == -->
<!-- Title when editing a task (%s => task title) -->
<!-- Title when creating a new task -->
<!-- Task title label -->
<!-- Task when label -->
<string name= "TEA_when_header_label" > When</string>
<!-- Task title hint (displayed when edit box is empty) -->
<string name= "TEA_title_hint" > Task Summary</string>
<!-- Task importance label -->
<string name= "TEA_importance_label" > Priority</string>
<!-- Task urgency label -->
<!-- Task urgency specific time checkbox -->
<string name= "TEA_urgency_specific_time" > At specific time?</string>
<!-- Task urgency specific time title when specific time false -->
<string name= "TEA_urgency_none" > None</string>
<!-- Task hide until label -->
<string name= "TEA_hideUntil_label" > Show Task</string>
<!-- Task hide until toast -->
<string name= "TEA_hideUntil_message" > Task will be hidden until %s</string>
<!-- Task editing data being loaded label -->
<string-array name= "TEA_loading" > <item > Loading...</item> </string-array>
<!-- slide 16c: Task note label -->
<string name= "TEA_note_label" > Description</string>
<!-- Task note hint -->
<string name= "TEA_notes_hint" > Enter task description...</string>
<!-- Estimated time label -->
<string name= "TEA_estimatedDuration_label" > How long will it take?</string>
<!-- Elapsed time label -->
<string name= "TEA_elapsedDuration_label" > Time already spent on task</string>
<!-- Menu: Save -->
<string name= "TEA_menu_save" > Save Changes</string>
<!-- Menu: Don't Save -->
<string name= "TEA_menu_discard" > Don\'t Save</string>
<!-- Menu: Delete Task -->
<string name= "TEA_menu_delete" > Delete Task</string>
<!-- Menu: Task comments -->
<string name= "TEA_menu_refresh_comments" > Refresh comments</string>
<string name= "TEA_menu_comments" > Comments</string>
<!-- Toast: task saved with deadline (%s => preposition + time units) -->
<string name= "TEA_onTaskSave_due" > Task Saved: due %s</string>
<!-- Toast: task saved without deadlines -->
<string name= "TEA_onTaskSave_notDue" > Task Saved</string>
<!-- Toast: task was not saved -->
<!-- Toast: task was deleted -->
<!-- slide 15b: Task edit tab: activity -->
<string name= "TEA_tab_activity" > Activity</string>
<!-- slide 15e: Task edit tab: more editing settings -->
<string name= "TEA_tab_more" > Details</string>
<!-- slide 15d: Task edit tab: web services -->
<string name= "TEA_tab_web" > Ideas</string>
<string-array name= "TEA_urgency" >
<!-- slide 19: urgency: labels for edit page. item #4 - > auto filled -->
<item > No deadline</item>
<item > Specific day</item>
<item > Today</item>
<item > Tomorrow</item>
<item > (day after)</item>
<item > Next week</item>
<item > In two weeks</item>
<item > Next month</item>
</string-array>
<string name= "TEA_no_time" > No time</string>
<string-array name= "TEA_hideUntil" >
<!-- hideUntil: labels for edit page. -->
<item > Always</item>
<item > At due date</item>
<item > Day before due</item>
<item > Week before due</item>
<item > Specific Day/Time</item>
</string-array>
<!-- Task edit control set descriptors -->
<!-- slide 9b/35i -->
<string name= "TEA_control_who" > Who</string>
<!-- slide 9c/ 35a -->
<string name= "TEA_control_when" > When</string>
<!-- slide 35b -->
<string name= "TEA_control_more_section" > ----Details----</string>
<!-- slide 16a/35c -->
<string name= "TEA_control_importance" > Priority</string>
<!-- slide 16b/35d -->
<string name= "TEA_control_lists" > Lists</string>
<!-- slide 16c/35e -->
<string name= "TEA_control_notes" > Description</string>
<string name= "TEA_control_files" > Files</string>
<!-- slide 16e / slide 35g -->
<string name= "TEA_control_reminders" > Reminders</string>
<!-- slide 16f -->
<string name= "TEA_control_timer" > Timer Controls</string>
<!-- slide 16g -->
<string name= "TEA_control_share" > Share With Friends</string>
<string name= "TEA_control_hidden_section" > ----Hide Always----</string>
<string name= "hide_until_prompt" > Show in my list</string>
<!-- Add Ons tab when no add - ons found -->
<!-- Add Ons button -->
<!-- More row -->
<!-- slide 15c: Text when no activity to show -->
<string name= "TEA_no_activity" > No activity</string>
<!-- Text to load more activity -->
<string name= "TEA_load_more" > Load more...</string>
<!-- When controls dialog -->
<string name= "TEA_when_dialog_title" > When is this due?</string>
<string name= "TEA_new_task" > New Task</string>
<string name= "WSV_click_to_load" > Tap me to search for ways to get this done!</string>
<string name= "WSV_not_online" > I can do more when connected to the Internet. Please check your connection.</string>
<string name= "TEA_contact_error" > Sorry! We couldn\'t find an email address for the selected contact.</string>
<!-- ============================================= IntroductionActivity == -->
<!-- slide 1a: Introduction Window title -->
<!-- Button to agree to EULA -->
<!-- Button to disagree with EULA -->
<!-- ===================================================== MissedCallActivity == -->
<!-- Missed call: return call (%1$s - > caller, %2$s - > time of call) -->
<string name= "MCA_title" > %1$s\ncalled at %2$s</string>
<!-- Missed call: return call -->
<string name= "MCA_return_call" > Call now</string>
<!-- Missed call: return call -->
<string name= "MCA_add_task" > Call later</string>
<!-- Missed call: return call -->
<string name= "MCA_ignore" > Ignore</string>
<!-- Missed call: dialog to ignore all missed calls title -->
<string name= "MCA_ignore_title" > Ignore all missed calls?</string>
<!-- Missed call: dialog to ignore all missed calls body -->
<string name= "MCA_ignore_body" > You\'ve ignored several missed calls. Should Astrid stop asking you about them?</string>
<!-- Missed call: dialog to ignore all missed calls ignore all button -->
<string name= "MCA_ignore_all" > Ignore all calls</string>
<!-- Missed call: dialog to ignore all missed calls ignore just this button -->
<string name= "MCA_ignore_this" > Ignore this call only</string>
<!-- Missed call: preference title -->
<string name= "MCA_missed_calls_pref_title" > Field missed calls</string>
<!-- slide 49c: Missed call: preference description -->
<string name= "MCA_missed_calls_pref_desc_enabled" > Astrid will notify you about missed calls and offer to remind you to call back</string>
<string name= "MCA_missed_calls_pref_desc_disabled" > Astrid will not notify you about missed calls</string>
<!-- Missed call: task title with name (%1$s - > name, %2$s - > number) -->
<string name= "MCA_task_title_name" > Call %1$s back at %2$s</string>
<!-- Missed call: task title no name (%s - > number) -->
<string name= "MCA_task_title_no_name" > Call %s back</string>
<!-- Missed call: schedule dialog title (%s - > name or number) -->
<string name= "MCA_schedule_dialog_title" > Call %s back in...</string>
<!-- Missed call speech bubble options -->
<string-array name= "MCA_dialog_speech_options" >
<item > It must be nice to be so popular!</item>
<item > Yay! People like you!</item>
<item > Make their day, give \'em a call!</item>
<item > Wouldn\'t you be happy if people called you back?</item>
<item > You can do it!</item>
<item > You can always send a text...</item>
</string-array>
<!-- ======================================= Calendar reminder activity == -->
<!-- Calendar remindeer ignore button -->
<string name= "CRA_ignore" > Ignore</string>
<!-- Calendar event -->
<string name= "CRA_title" > Need a meeting list?</string>
<!-- Calendar reminder: dialog to ignore all missed calls title -->
<string name= "CRA_ignore_title" > Ignore all calendar events?</string>
<!-- Calendar reminder: dialog to ignore all missed calls body -->
<string name= "CRA_ignore_body" > You\'ve ignored several calendar events. Should Astrid stop asking you about them?</string>
<!-- Calendar reminder: dialog to ignore all missed calls ignore all button -->
<string name= "CRA_ignore_all" > Ignore all events</string>
<!-- Calendar reminder: dialog to ignore all missed calls ignore just this button -->
<string name= "CRA_ignore_this" > Ignore this event only</string>
<!-- Calendar reminder: astrid speech bubble when event starting (%s - > event name) -->
<string name= "CRA_speech_bubble_start" > Looks like %s is starting soon. Want to create a list for action items?</string>
<!-- Calendar reminder: astrid speech bubble when event ending (%s - > event name) -->
<string name= "CRA_speech_bubble_end" > Looks like you just finished with %s. Want to create a list for action items?</string>
<!-- Calendar reminder: create list button -->
<string name= "CRA_create_list" > Create list</string>
<!-- Calendar reminder: postpone button -->
<string name= "CRA_postpone" > Maybe afterwards</string>
<!-- Calendar reminder: list exists dialog title -->
<string name= "CRA_list_exists_title" > List already exists</string>
<!-- Calendar reminder: list exists dialog body (%s - > list name) -->
<string name= "CRA_list_exists_body" > A list named %s already exists. Do you want to use the existing list or create a new one for this event?</string>
<!-- Calendar reminder: list exists dialog create new button -->
<string name= "CRA_create_new" > Create new</string>
<!-- Calendar reminder: list exists dialog use existing button -->
<string name= "CRA_use_existing" > Use existing</string>
<!-- Calendar remindr: created list (%s - > list name) -->
<string name= "CRA_created_list_dialog" > I created a list %s.</string>
<!-- Calendar reminder: one attendee (%s - > attendee name or email) -->
<string name= "CRA_one_attendee" > %s is attending.</string>
<!-- Calendar reminder: two attendees (%s - > attendee name or email) -->
<string name= "CRA_two_attendees" > %1$s and %2$s are attending.</string>
<!-- Calendar reminder: many attendees (%s - > attendee name or email, %3$d - > how many other people) -->
<string name= "CRA_many_attendees" > %1$s, %2$s, and %3$d others are attending.</string>
<!-- Calendar reminder: invitation prompt -->
<string name= "CRA_invitation_prompt" > Want to invite them?</string>
<!-- Calendar reminder: preference title -->
<string name= "CRA_calendar_reminders_pref_title" > Calendar assistant</string>
<!-- Calendar reminder: pref description disabled -->
<string name= "CRA_calendar_reminders_pref_desc_disabled" > Astrid will not remind you about upcoming calendar events</string>
<!-- Calendar reminder: pref description enabled -->
<string name= "CRA_calendar_reminders_pref_desc_enabled" > Astrid will remind you about upcoming calendar events and prompt you to prepare for them</string>
<!-- Calendar reminder: share list title -->
<string name= "CRA_share_list_title" > Share the list?</string>
<string name= "CRA_invite_attendees" > Invite attendees</string>
<string name= "CRA_more_options" > More options</string>
<string name= "CRA_dont_invite" > No thank you</string>
<!-- Calendar reminder: share list title when no other attendees exist -->
<string name= "CRA_list_created_title" > List created!</string>
<!-- Calendar reminder: default new list name (%s - > event title) -->
<string name= "CRA_default_list_name" > Action Items: %s</string>
<!-- ===================================================== HelpActivity == -->
<!-- Help: Button to get support from our website -->
<!-- ==================================================== UpdateService == -->
<!-- Changelog Window Title -->
<string name= "UpS_changelog_title" > What\'s new?</string>
<!-- Updates Window Title -->
<string name= "UpS_updates_title" > Latest Astrid News</string>
<!-- Updats No Activity to show for offline users -->
<string name= "UpS_no_activity_log_in" > Log in to see a record of\nyour progress as well as\nactivity on shared lists.</string>
<!-- ================================================== EditPreferences == -->
<!-- slide 31g: Preference Window Title -->
<string name= "EPr_title" > Settings</string>
<string name= "EPr_share_astrid" > Tell others about Astrid</string>
<string name= "EPr_share_astrid_summary" > Share about Astrid on your favorite social network</string>
<!-- slide 46a -->
<string name= "EPr_deactivated" > deactivated</string>
<!-- slide 30i: Preference Category: Appearance Title -->
<string name= "EPr_appearance_header" > Appearance</string>
<!-- Preference Category: Appearance Summary -->
<string name= "EPr_appearance_summary" > Themes, widgets, task rows, edit screen</string>
<!-- FAQ Preference title -->
<string name= "EPr_faq_title" > FAQ</string>
<!-- Account status preference (%s - > account type) -->
<string name= "EPr_account_title" > Account: %s</string>
<!-- Support preferences summary -->
<string name= "EPr_support_summary" > Tutorial, FAQ, about</string>
<!-- slide 34a: Preference: Task List Font Size Title -->
<string name= "EPr_fontSize_title" > Task list size</string>
<!-- Preference: Filters to show pref screen title -->
<string name= "EPr_filters_to_show_title" > Filters to show</string>
<!-- slide 32a: Preference: Show confirmation for smart reminders -->
<string name= "EPr_showSmartConfirmation_title" > Show confirmation for smart reminders</string>
<!-- slide 34g: Preference: Task List Font Size Description -->
<string name= "EPr_fontSize_desc" > Font size on the main listing page</string>
<!-- Preferemce: Show task edit confirmation toasts -->
<!-- slide 34c: Preference: Task List Show Notes -->
<string name= "EPr_showNotes_title" > Show description in task</string>
<!-- slide 30e: Preference: Beast mode (auto - expand edit page) -->
<string name= "EPr_beastMode_title" > Task edit screen</string>
<!-- slide 35h -->
<string name= "EPr_beastMode_desc" > Customize the layout of the task edit screen</string>
<!-- slide 35j -->
<string name= "EPr_beastMode_reset" > Reset to defaults</string>
<!-- slide 34i: Preference: Task List Show Notes Description (disabled) -->
<string name= "EPr_showNotes_desc_disabled" > Description will be accessible from the task edit screen</string>
<!-- Preference: Task List Show Notes Description (enabled) -->
<string name= "EPr_showNotes_desc_enabled" > Description will always be displayed</string>
<!-- slide 34d: Preferences: Allow task rows to compress to size of task -->
<string name= "EPr_compressTaskRows_title" > Compact task row</string>
<!-- slide 34j -->
<string name= "EPr_compressTaskRows_desc" > Compress task rows to fit title</string>
<!-- slide 34e: Preferences: Use legacy importance and checkbox style -->
<!-- slide 34k -->
<!-- slide 34b: Preferences: Wrap task titles to two lines -->
<string name= "EPr_fullTask_title" > Show full task title</string>
<string name= "EPr_fullTask_desc_enabled" > Full task title will be shown</string>
<!-- slide 34h -->
<string name= "EPr_fullTask_desc_disabled" > First two lines of task title will be shown</string>
<!-- slide 32b: Preferences: Auto - load Ideas Tab -->
<string name= "EPr_ideaAuto_title" > Auto-load ideas tab</string>
<!-- slide 32c -->
<string name= "EPr_ideaAuto_desc_enabled" > Web searches for ideas tab will be performed when tab is clicked</string>
<string name= "EPr_ideaAuto_desc_disabled" > Web searches for ideas tab will be performed only when manually requested</string>
<!-- Preferences: task row style -->
<string name= "EPr_task_row_style_title_simple" > Row style: Simple</string>
<string name= "EPr_task_row_style_title_legacy" > Row style: Original</string>
<string name= "EPr_task_row_style_summary_simple" > Truncate title to one line with date and lists below</string>
<string name= "EPr_task_row_style_summary_legacy" > Truncate title to two lines with date on right</string>
<!-- Preference: custom filters enabled -->
<string name= "EPr_use_filters_title" > Use filters</string>
<string name= "EPr_use_filters_subtitle" > Lets you create custom filters</string>
<!-- Preference: show list members in shared list -->
<string name= "EPr_show_list_members_title" > Show list members in shared lists</string>
<!-- Preference: simple input box style -->
<string name= "EPr_simple_input_boxes" > Simple text boxes</string>
<!-- Preference: simple input box style -->
<string name= "EPr_show_quickadd_controls" > Advanced quickadd controls</string>
<!-- Preference: menu items -->
<string name= "EPr_menu_items" > Menu items</string>
<!-- Preference: list view -->
<string name= "EPr_list_view" > List view</string>
<!-- Preference: task edit comments -->
<string name= "EPr_show_task_edit_comments" > Show comments in task edit</string>
<!-- slide 30f/ 36f: Preference: Theme -->
<string name= "EPr_theme_title" > Color theme</string>
<!-- Preference: Theme Description (%s => value) -->
<string name= "EPr_theme_desc" > Currently: %s</string>
<!-- Preference: Theme Description (android 1.6) -->
<string name= "EPr_theme_desc_unsupported" > Setting requires Android 2.0+</string>
<!-- slide 32h/ 37b -->
<string name= "EPr_theme_widget_title" > Widget theme</string>
<!-- slide 30d/ 34f: Preference screen: all task row settings -->
<string name= "EPr_taskRowPrefs_title" > Task row appearance</string>
<!-- slide 49g: Preferences: use the system contact picker for task assignment -->
<string name= "EPr_use_contact_picker" > Use contact picker</string>
<!-- slide 49b -->
<string name= "EPr_use_contact_picker_desc_enabled" > The system contact picker option will be displayed in the task assignment window</string>
<string name= "EPr_use_contact_picker_desc_disabled" > The system contact picker option will not be displayed</string>
<!-- slide 49i: Preferences: Third party addons -->
<string name= "EPr_third_party_addons" > Enable third party add-ons</string>
<string name= "EPr_third_party_addons_desc_enabled" > Third party add-ons will be enabled</string>
<!-- slide 49d -->
<string name= "EPr_third_party_addons_desc_disabled" > Third party add-ons will be disabled</string>
<!-- Preferences: ideas tab -->
<string name= "EPr_ideas_tab_enabled" > Task ideas</string>
<string name= "EPr_ideas_tab_description" > Get ideas to help you complete tasks</string>
<!-- Preferences: calendar event start time -->
<string name= "EPr_cal_end_or_start_at_due_time" > Calendar event time</string>
<string name= "EPr_cal_end_at_due_time" > End calendar events at due time</string>
<string name= "EPr_cal_start_at_due_time" > Start calendar events at due time</string>
<string name= "EPr_force_phone_layout" > Use phone layout</string>
<string name= "EPr_show_featured_lists" > Show featured lists</string>
<!-- Configurations -->
<string name= "EPr_configurations_title" > Set configuration</string>
<string name= "EPr_config_default" > Default</string>
<string name= "EPr_config_lite" > Astrid Lite</string>
<!-- Dialog title when setting preference configuration -->
<string name= "EPr_config_dialog_title" > Set configuration?</string>
<!-- Dialog prompt when setting preference configuration (%s - > name of configuration) -->
<string name= "EPr_config_dialog_text" > Reset preferences to the %s configuration?</string>
<!-- default configuration name for the above dialog -->
<string name= "EPr_config_dialog_default_id" > default</string>
<!-- Swipe between lists -->
<!-- Preference: swipe between lists performance -->
<string name= "EPr_swipe_lists_performance_title" > Swipe between lists</string>
<string-array name= "EPr_swipe_lists_performance_mode" >
<item > No swipe</item>
<item > Conserve Memory</item>
<item > Normal Performance</item>
<item > High Performance</item>
</string-array>
<string-array name= "EPr_swipe_lists_performance_desc" >
<!-- slide 49a -->
<item > Swipe between lists is disabled</item>
<item > Slower performance</item>
<item > Default setting</item>
<item > Uses more system resources</item>
</string-array>
<string name= "swipe_lists_helper_title" > Swipe between lists</string>
<string name= "swipe_lists_helper_header" > Swipe left or right to quickly move between lists</string>
<string name= "swipe_lists_helper_subtitle" > Change settings in Settings -> Appearance</string>
<!-- Format string for displaying the currently selected preference. $1 is name of selected mode, $2 is description -->
<string-array name= "EPr_default_reminders_mode" >
<!-- reminders duration: labels for "Task Defaults" preference item. -->
<item > @string/TEA_reminder_mode_once</item>
<item > @string/TEA_reminder_mode_five</item>
<item > @string/TEA_reminder_mode_nonstop</item>
</string-array>
<string-array name= "EPr_themes" >
<!-- theme_settings: labels for Theme preference menu -->
<!-- slide 36a -->
<item > Day - Blue</item>
<!-- slide 36b -->
<item > Day - Red</item>
<!-- slide 36b -->
<item > Baby Blue</item>
<!-- slide 36c -->
<item > Night</item>
<!-- slide 36d -->
<item > Transparent (White Text)</item>
<!-- slide 36e -->
<item > Transparent (Black Text)</item>
</string-array>
<string-array name= "EPr_themes_widget" >
<!-- slide 32i / 37a -->
<item > Same as app</item>
<item > Day - Blue</item>
<item > Day - Red</item>
<item > Baby Blue</item>
<item > Night</item>
<item > Transparent (White Text)</item>
<item > Transparent (Black Text)</item>
<item > Old Style</item>
</string-array>
<!-- ========================================== Task Management Settings == -->
<!-- slide 33a/47c: Preference Screen Header: Old Task Management -->
<string name= "EPr_manage_header" > Manage old tasks</string>
<!-- slide 47d -->
<string name= "EPr_manage_delete_completed" > Delete completed tasks</string>
<string name= "EPr_manage_delete_completed_message" > Do you really want to delete all your completed tasks?</string>
<!-- slide 47a -->
<string name= "EPr_manage_delete_completed_summary" > Deleted tasks can be undeleted one-by-one</string>
<string name= "EPr_manage_delete_completed_status" > Deleted %d tasks!</string>
<!-- slide 47e -->
<string name= "EPr_manage_purge_deleted" > Purge deleted tasks</string>
<string name= "EPr_manage_purge_deleted_message" > Do you really want to purge all your deleted tasks?\n\nThese tasks will be gone forever!</string>
<string name= "EPr_manage_purge_deleted_status" > Purged %d tasks!</string>
<!-- slide 47b -->
<string name= "EPr_manage_purge_deleted_summary" > Caution! Purged tasks can\'t be recovered without backup file!</string>
<!-- slide 47h -->
<string name= "EPr_manage_clear_all" > Clear all data</string>
<string name= "EPr_manage_clear_all_message" > Delete all tasks and settings in Astrid?\n\nWarning: can\'t be undone!</string>
<!-- slide 47f -->
<string name= "EPr_manage_delete_completed_gcal" > Delete calendar events for completed tasks</string>
<string name= "EPr_manage_delete_completed_gcal_message" > Do you really want to delete all your events for completed tasks?</string>
<string name= "EPr_manage_delete_completed_gcal_summary" > </string>
<string name= "EPr_manage_delete_completed_gcal_status" > Deleted %d calendar events!</string>
<!-- slide 47g -->
<string name= "EPr_manage_delete_all_gcal" > Delete all calendar events for tasks</string>
<string name= "EPr_manage_delete_all_gcal_message" > Do you really want to delete all your events for tasks?</string>
<string name= "EPr_manage_delete_all_gcal_summary" > </string>
<string name= "EPr_manage_delete_all_gcal_status" > Deleted %d calendar events!</string>
<!-- ==================================================== AddOnActivity == -->
<!-- Add Ons Activity Title -->
<string name= "AOA_title" > Add-ons</string>
<!-- Add - on Activity: author for internal authors -->
<string name= "AOA_internal_author" > Astrid Team</string>
<!-- Add - on Activity: installed add - ons tab -->
<string name= "AOA_tab_installed" > Installed</string>
<!-- Add - on Activity - available add - ons tab -->
<string name= "AOA_tab_available" > Available</string>
<!-- Add - on Activity - free add - ons label -->
<string name= "AOA_free" > Free</string>
<!-- Add - on Activity - menu item to visit add - on website -->
<!-- Add - on Activity - menu item to visit android market -->
<!-- Add - on Activity - when list is empty -->
<string name= "AOA_no_addons" > Empty List!</string>
<string name= "AOA_ppack_title" > Power Pack</string>
<string name= "AOA_ppack_description" > Support Astrid and get more productive with the Power Pack. 4x2 and 4x4 widgets and voice integration. Power up today!</string>
<string name= "AOA_locale_title" > Astrid Locale Plugin</string>
<string name= "AOA_locale_description" > Allows Astrid to make use of the Locale application to send you notifications based on filter conditions. Requires Locale.</string>
<!-- ====================================================== TasksWidget == -->
<!-- Widget text when loading tasks -->
<string name= "TWi_loading" > Loading...</string>
<!-- Widget configuration activity title: select a filter -->
<string name= "WCA_title" > Select tasks to view...</string>
<!-- ============================================================= About == -->
<!-- slide 30h: Title of "About" option in settings -->
<string name= "p_about" > About Astrid</string>
<!-- About text (%s => current version) -->
<string name= "p_about_text" > Current version: %s\n\n
Astrid is open-source and proudly maintained by Todoroo, Inc.</string>
<!-- Title of "Help" option in settings -->
<string name= "p_help" > Support</string>
<!-- slide 30c: Title of "Forums" option in settings -->
<string name= "p_forums" > Forums</string>
<!-- Title of "Premium" option in settings -->
<string name= "p_premium" > Premium</string>
<!-- ============================================================= Misc == -->
<!-- Displayed when task killer found. %s => name of the application -->
<string name= "task_killer_help" >
It looks like you are using an app that can kill processes (%s)! If you can,
add Astrid to the exclusion list so it doesn\'t get killed. Otherwise,
Astrid might not let you know when your tasks are due.\n
</string>
<!-- Task killer dialog ok button -->
<string name= "task_killer_help_ok" > I Won\'t Kill Astrid!</string>
<!-- Astrid's Android Marketplace title. It never appears in the app itself. -->
<!-- Astrid's Android Marketplace description. It never appears in the app itself. -->
<string name= "marketplace_description" >
Astrid is the much loved open-source todo list / task manager designed to help
you get stuff done. It features reminders, tags, sync, Locale plug-in, a widget and more.
</string>
<string name= "DB_corrupted_title" > Corrupted Database</string>
<string name= "DB_corrupted_body" >
Uh oh! It looks like you may have a corrupted database.
If you see this error regularly, we suggest you clear all
data (Settings->Sync and backup->Manage old tasks->Clear all data) and restore
your tasks from a backup (Settings->Sync and backup->Backup->Import tasks) in Astrid.</string>
<string name= "market_unavailable" > Unfortunately the market is not available for your system.</string>
</resources>