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.
344 lines
13 KiB
XML
344 lines
13 KiB
XML
<?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">
|
|
|
|
<!-- ================================================== general terms == -->
|
|
|
|
<!-- People Editing Activity -->
|
|
|
|
<!-- slide 18b/ 25e/ 27c: task sharing dialog: assigned hint -->
|
|
<string name="actfm_person_hint">Contact or Email</string>
|
|
|
|
<!-- task sharing dialog: shared with hint -->
|
|
<string name="actfm_person_or_tag_hint">Contact or Shared List</string>
|
|
|
|
<!-- toast on transmit success -->
|
|
|
|
<!-- can't rename or delete shared tag message -->
|
|
|
|
<!-- warning before deleting a list you're the owner of -->
|
|
<string name="actfm_tag_operation_owner_delete">You are the owner of this shared list! If you delete it, it will be deleted for all list members. Are you sure you want to continue?</string>
|
|
|
|
<!-- slide 29a: menu item to take a picture -->
|
|
<string name="actfm_picture_camera">Take a Picture</string>
|
|
|
|
<!-- slide 29b: menu item to select from gallery -->
|
|
<string name="actfm_picture_gallery">Pick from Gallery</string>
|
|
|
|
<!-- menu item to clear picture selection -->
|
|
<string name="actfm_picture_clear">Clear Picture</string>
|
|
|
|
<!-- filter list activity: refresh tags -->
|
|
|
|
<!-- Title for prompt after sharing a task -->
|
|
<string name="actfm_view_task_title">View Task?</string>
|
|
|
|
<!-- Text for prompt after sharing a task -->
|
|
<string name="actfm_view_task_text">Task was sent to %s! You\'re currently viewing your own tasks. Do you want to view this and other tasks you\'ve assigned?</string>
|
|
|
|
<!-- Ok button for task view prompt -->
|
|
<string name="actfm_view_task_ok">View Assigned</string>
|
|
|
|
<!-- Cancel button for task view prompt -->
|
|
<string name="actfm_view_task_cancel">Stay Here</string>
|
|
|
|
<!-- slide 13a: Title for the "My Shared Tasks" filter -->
|
|
<string name="actfm_my_shared_tasks_title">My Shared Tasks</string>
|
|
|
|
<!-- Empty list for the "My Shared Tasks" filter -->
|
|
<string name="actfm_my_shared_tasks_empty">No shared tasks</string>
|
|
|
|
<!-- ===================== Friendship connections -->
|
|
|
|
<string name="actfm_friendship_pending">You\'ve sent a friend request to %s!</string>
|
|
|
|
<string name="actfm_friendship_blocked">You\'ve blocked %s.</string>
|
|
|
|
<string name="actfm_friendship_friends">You\'re friends with %s! Add tasks for them below.</string>
|
|
|
|
<string name="actfm_friendship_other_pending">%s wants to be friends with you!</string>
|
|
|
|
<string name="actfm_friendship_no_status">Connect with %s to share and see activity on public tasks!</string>
|
|
|
|
<string name="actfm_friendship_connect">Add friend</string>
|
|
|
|
<string name="actfm_friendship_accept">Accept</string>
|
|
|
|
<!-- ================================================== TagViewActivity == -->
|
|
|
|
<!-- Tag View Activity: Add Comment hint -->
|
|
<string name="TVA_add_comment">Add a comment...</string>
|
|
|
|
<!-- Tag View Activity: task comment ($1 - user name, $2 - task title) -->
|
|
|
|
<!-- Tabs for Tag view -->
|
|
<string-array name="TVA_tabs">
|
|
<!-- Tab for showing tasks -->
|
|
<item>Tasks</item>
|
|
<!-- Tab for showing comments & updates -->
|
|
<item>Activity</item>
|
|
<!-- Tab for showing setting -->
|
|
<item>List Settings</item>
|
|
</string-array>
|
|
|
|
<!-- Tag View: filtered by assigned to user (%s => user name) -->
|
|
<string name="actfm_TVA_filtered_by_assign">%s\'s tasks. Tap for all.</string>
|
|
|
|
<!-- Tag View: filter by unassigned tasks -->
|
|
<string name="actfm_TVA_filter_by_unassigned">Unassigned tasks. Tap for all.</string>
|
|
|
|
<!-- Tag View: list is private, no members -->
|
|
<string name="actfm_TVA_no_members_alert">Private: tap to edit or share list</string>
|
|
|
|
<!-- Tag View Menu: refresh -->
|
|
<string name="actfm_TVA_menu_refresh">Refresh</string>
|
|
|
|
<!-- Tag Settings: tag name label -->
|
|
<string name="actfm_TVA_tag_label">List</string>
|
|
|
|
<!-- Tag Settings: tag owner label -->
|
|
|
|
<!-- Tag Settings: tag owner value when there is no owner -->
|
|
|
|
<!-- slide 26a and 27b: Tag Settings: list collaborators label -->
|
|
<string name="actfm_TVA_members_label">Shared With</string>
|
|
|
|
<!-- Tag Settings: list collaborators hint -->
|
|
<string name="actfm_TVA_members_hint">Share with anyone who has an email address</string>
|
|
|
|
<!-- Tag Settings: tag picture -->
|
|
<string name="actfm_TVA_tag_picture">List Picture</string>
|
|
|
|
<!-- slide 25c/28b: Tag Settings: silence notifications label -->
|
|
<string name="actfm_TVA_silence_label">Silence Notifications</string>
|
|
|
|
<!-- Tag Settings: list icon label -->
|
|
|
|
<!-- slide 25b/27d: Tag Settings: list description label -->
|
|
<string name="actfm_TVA_tag_description_label">Description</string>
|
|
|
|
<!-- slide 28a: Tag Settings: list settings label -->
|
|
<string name="actfm_TVA_tag_settings_label">Settings</string>
|
|
|
|
<!-- slide 25b: Tag Settings: list description hint -->
|
|
<string name="actfm_TVA_tag_description_hint">Type a description here</string>
|
|
|
|
<!-- slide 25d: Tag Settings: list name hint -->
|
|
<string name="actfm_TVA_tag_name_hint">Enter list name</string>
|
|
|
|
<!-- Tag settings: login prompt from share-->
|
|
<string name="actfm_TVA_login_to_share">You need to be logged in to Astrid.com to share lists! Please log in or make this a private list.</string>
|
|
|
|
|
|
<!-- ============================================ edit people dialog == -->
|
|
|
|
<!-- task sharing dialog: intro -->
|
|
<string name="actfm_EPA_intro">Use Astrid to share shopping lists, party plans, or team projects and instantly see when people get stuff done!</string>
|
|
|
|
<!-- task sharing dialog: window title -->
|
|
|
|
<!-- task sharing dialog: save button -->
|
|
|
|
<!-- task sharing dialog: assigned label -->
|
|
|
|
<!-- slide 18a: task sharing dialog: assigned label long version -->
|
|
<string name="actfm_EPA_assign_label_long">Who should do this?</string>
|
|
|
|
<!-- task sharing dialog: assigned to me -->
|
|
<string name="actfm_EPA_assign_me">Me</string>
|
|
|
|
<!-- task sharing dialog: anyone -->
|
|
<string name="actfm_EPA_unassigned">Unassigned</string>
|
|
|
|
<!-- slide 18c: task sharing dialog: choose a contact -->
|
|
<string name="actfm_EPA_choose_contact">Choose a contact</string>
|
|
|
|
<!-- slide 17a: task sharing dialog: use task rabbit -->
|
|
<string name="actfm_EPA_task_rabbit">Outsource it!</string>
|
|
|
|
<!-- task sharing dialog: custom email assignment -->
|
|
|
|
<!-- task sharing dialog: shared with label -->
|
|
<string name="actfm_EPA_share_with">Share with:</string>
|
|
|
|
<!-- task sharing dialog: shared with label -->
|
|
<string name="actfm_EPA_collaborators_header">Share with Friends</string>
|
|
|
|
<!-- task sharing dialog: collaborator list name (%s => name of list) -->
|
|
<string name="actfm_EPA_list">List: %s</string>
|
|
|
|
<!-- task sharing dialog: assigned hint -->
|
|
|
|
<!-- task sharing dialog: message label text -->
|
|
<string name="actfm_EPA_message_text">Invitation Message:</string>
|
|
|
|
<!-- task sharing dialog: message body -->
|
|
<string name="actfm_EPA_message_body">Help me get this done!</string>
|
|
|
|
<!-- task sharing dialog: list members section header -->
|
|
<string name="actfm_EPA_assign_header_members">List Members</string>
|
|
|
|
<!-- task sharing dialog: astrid friends section header -->
|
|
<string name="actfm_EPA_assign_header_friends">Astrid Friends</string>
|
|
|
|
<!-- task sharing dialog: message hint -->
|
|
|
|
<!-- task sharing dialog: message hint -->
|
|
|
|
<!-- task sharing dialog: share with Facebook -->
|
|
<string name="actfm_EPA_facebook">Facebook</string>
|
|
|
|
<!-- task sharing dialog: share with Twitter -->
|
|
<string name="actfm_EPA_twitter">Twitter</string>
|
|
|
|
<!-- task sharing dialog: # of e-mails sent (%s => # people plural string) -->
|
|
|
|
<!-- task sharing dialog: edit people settings saved -->
|
|
|
|
<!-- task sharing dialog: invalid email (%s => email) -->
|
|
<string name="actfm_EPA_invalid_email">Invalid E-mail: %s</string>
|
|
|
|
<!-- task sharing dialog: tag not found (%s => tag) -->
|
|
|
|
<!-- task sharing login prompt -->
|
|
<string name="actfm_EPA_login_to_share">You need to be logged in to Astrid.com to share tasks!</string>
|
|
|
|
<string name="actfm_EPA_login_button">Log in</string>
|
|
|
|
<string name="actfm_EPA_dont_share_button">Don\'t share</string>
|
|
|
|
<string name="actfm_EPA_add_person_to_list_title">Task assigned</string>
|
|
|
|
<string name="actfm_EPA_add_person_to_list">%1$s is not shared on this list. Would you like to add %2$s to this list?</string>
|
|
|
|
<string name="actfm_EPA_add_person_to_list_ok">Add to list</string>
|
|
|
|
<string name="actfm_EPA_add_person_to_list_cancel">Don\'t add</string>
|
|
|
|
<!-- ========================================= sharing login activity == -->
|
|
|
|
<!-- share login: Title -->
|
|
<string name="actfm_ALA_title">Welcome to Astrid.com!</string>
|
|
|
|
<!-- share login: Sharing Description -->
|
|
<string name="actfm_ALA_body">Astrid.com lets you access your tasks online,
|
|
share, and delegate with others.</string>
|
|
|
|
<!-- share login: Sharing Login FB Prompt -->
|
|
<string name="actfm_ALA_fb_login">Connect with Facebook</string>
|
|
|
|
<!-- share login: Sharing Login GG Prompt -->
|
|
<string name="actfm_ALA_gg_login">Connect with Google</string>
|
|
|
|
<!-- share login: Quickly log in as <%s -> email> -->
|
|
<string name="actfm_quick_login">Sign in: %s</string>
|
|
|
|
<!-- share login: Reject quick login -->
|
|
<string name="actfm_quick_login_reject">Not %s?</string>
|
|
|
|
<!-- share login: Name -->
|
|
<string name="actfm_ALA_firstname_label">First Name</string>
|
|
|
|
<!-- share login: Name -->
|
|
<string name="actfm_ALA_lastname_label">Last Name</string>
|
|
|
|
<!-- share login: Email -->
|
|
<string name="actfm_ALA_email_label">Email</string>
|
|
|
|
<!-- share login: Username / Email -->
|
|
|
|
<!-- share login: Password -->
|
|
<string name="actfm_ALA_password_label">Password</string>
|
|
|
|
<!-- share login: Sign Up Title -->
|
|
<string name="actfm_ALA_signup_title">Sign Up</string>
|
|
|
|
<!-- share login: Login Title -->
|
|
<string name="actfm_ALA_login_title">Sign In</string>
|
|
|
|
<!-- share login: Google Auth title -->
|
|
<string name="actfm_GAA_title">Select the Google account you want to use:</string>
|
|
|
|
<!-- share login: OAUTH Login Prompt -->
|
|
<string name="actfm_OLA_prompt">Please log in:</string>
|
|
|
|
<!-- Login error: user exists -->
|
|
<string name="actfm_ALA_error_user_exists">User already exists. Please sign in instead.</string>
|
|
|
|
<!-- Login error: wrong password -->
|
|
<string name="actfm_ALA_error_wrong_password">Sorry, that password was incorrect. Please try again.</string>
|
|
|
|
<!-- Forgot password link -->
|
|
<string name="actfm_ALA_forgot_password">Forgot password?</string>
|
|
|
|
<!-- Forgot password email prompt -->
|
|
<string name="actfm_ALA_enter_email">Please enter your email</string>
|
|
|
|
<!-- Password reset sent (%s -> email) -->
|
|
<string name="actfm_ALA_reset_sent">Password reset sent to %s</string>
|
|
|
|
<!-- User not found -->
|
|
<string name="actfm_ALA_error_user_not_found">User not found by that email. Try signing up instead!</string>
|
|
|
|
<!-- ================================================ Featured Lists -->
|
|
|
|
<string name="actfm_feat_list_clone">Copy list</string>
|
|
|
|
<string name="actfm_feat_list_suffix">(Copy)</string>
|
|
|
|
<string name="actfm_feat_list_cloning">Copying...</string>
|
|
|
|
<string name="actfm_feat_list_clone_success">Success!</string>
|
|
|
|
<string name="actfm_feat_list_task_clone_success">Task copied</string>
|
|
|
|
<string name="actfm_feat_list_clone_empty">No tasks to copy</string>
|
|
|
|
<!-- ================================================ Synchronization == -->
|
|
|
|
<!-- Indicates the logged in user name. %s -> user's name -->
|
|
<string name="actfm_status_title_logged_in">Status - Logged in as %s</string>
|
|
|
|
<!-- Preferences Title: Act.fm -->
|
|
<string name="actfm_APr_header">Astrid.com</string>
|
|
|
|
<string name="actfm_https_title">Use HTTPS</string>
|
|
<string name="actfm_https_enabled">HTTPS enabled (slower)</string>
|
|
<string name="actfm_https_disabled">HTTPS disabled (faster)</string>
|
|
|
|
<!-- title for notification tray after synchronizing -->
|
|
|
|
<!-- text for notification when comments are received -->
|
|
|
|
<string name="actfm_dual_sync_warning">You are currently synchronizing with Google Tasks.
|
|
Be advised that synchronizing with both services can in some cases lead to unexpected results.
|
|
Are you sure you want to sync with Astrid.com?</string>
|
|
|
|
<!-- account types -->
|
|
<string name="actfm_account_type">Account type</string>
|
|
<string name="actfm_account_info">Account info</string>
|
|
<string name="actfm_account_info_summary">Status and options</string>
|
|
<string name="account_type_title_not_logged_in">Sign up for a free account</string>
|
|
<string name="account_type_summary_not_logged_in">Access tasks online, share lists and delegate</string>
|
|
|
|
|
|
<string name="actfm_account_premium">Premium</string>
|
|
<string name="actfm_account_basic">Basic</string>
|
|
|
|
<string name="actfm_inapp_billing">Upgrade to Premium</string>
|
|
<string name="actfm_inapp_billing_summary">Attach files, voice backups, premium support & more</string>
|
|
|
|
<!-- Sharing -->
|
|
<string name="share_with_facebook">Like on Facebook</string>
|
|
<string name="share_with_twitter">Follow on Twitter</string>
|
|
<string name="share_with_google">Share on Google+</string>
|
|
<string name="share_title">Share the love!</string>
|
|
<string name="share_speech_bubble">By sharing, you\'ll help others be more productive!</string>
|
|
|
|
</resources>
|
|
|