|
|
<?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">連絡先またはメールアドレス</string>
|
|
|
|
|
|
<!-- task sharing dialog: shared with hint -->
|
|
|
<string name="actfm_person_or_tag_hint">連絡先または共有リスト</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">あなたはこの共有リストの所有者です!もしリストを削除すると、リストのすべてのメンバーからも削除されます。本当によろしいですか?</string>
|
|
|
|
|
|
<!-- slide 29a: menu item to take a picture -->
|
|
|
<string name="actfm_picture_camera">写真を撮る</string>
|
|
|
|
|
|
<!-- slide 29b: menu item to select from gallery -->
|
|
|
<string name="actfm_picture_gallery">ギャラリーから選択</string>
|
|
|
|
|
|
<!-- menu item to clear picture selection -->
|
|
|
<string name="actfm_picture_clear">写真を削除</string>
|
|
|
|
|
|
<!-- filter list activity: refresh tags -->
|
|
|
|
|
|
<!-- Title for prompt after sharing a task -->
|
|
|
<string name="actfm_view_task_title">タスクを表示しますか?</string>
|
|
|
|
|
|
<!-- Text for prompt after sharing a task -->
|
|
|
<string name="actfm_view_task_text">タスクは%sに送信されました!只今あなたのタスクが表示されています。あなたが割り当ていた他のタスクもここで表示しますか?</string>
|
|
|
|
|
|
<!-- Ok button for task view prompt -->
|
|
|
<string name="actfm_view_task_ok">表示する</string>
|
|
|
|
|
|
<!-- Cancel button for task view prompt -->
|
|
|
<string name="actfm_view_task_cancel">表示しない</string>
|
|
|
|
|
|
<!-- slide 13a: Title for the "My Shared Tasks" filter -->
|
|
|
<string name="actfm_my_shared_tasks_title">自分の共有タスク</string>
|
|
|
|
|
|
<!-- Empty list for the "My Shared Tasks" filter -->
|
|
|
<string name="actfm_my_shared_tasks_empty">共有タスクがありません</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_ignored">You\'ve ignored %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">受け入れる</string>
|
|
|
|
|
|
<!-- ================================================== TagViewActivity == -->
|
|
|
|
|
|
<!-- Tag View Activity: Add Comment hint -->
|
|
|
<string name="TVA_add_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>タスク</item>
|
|
|
<!-- Tab for showing comments & updates -->
|
|
|
<item>活動</item>
|
|
|
<!-- Tab for showing setting -->
|
|
|
<item>リストの設定</item>
|
|
|
</string-array>
|
|
|
|
|
|
<!-- Tag View: filtered by assigned to user (%s => user name) -->
|
|
|
<string name="actfm_TVA_filtered_by_assign">%sさんのタスク。すべてのタスクを表示する</string>
|
|
|
|
|
|
<!-- Tag View: filter by unassigned tasks -->
|
|
|
<string name="actfm_TVA_filter_by_unassigned">割り当てられていないタスク。皆のためにタップして。</string>
|
|
|
|
|
|
<!-- Tag View: list is private, no members -->
|
|
|
<string name="actfm_TVA_no_members_alert">マイリスト。リストを編集するまたは共有する</string>
|
|
|
|
|
|
<!-- Tag View Menu: refresh -->
|
|
|
<string name="actfm_TVA_menu_refresh">更新</string>
|
|
|
|
|
|
<!-- Tag Settings: tag name label -->
|
|
|
<string name="actfm_TVA_tag_label">リスト</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">共有者</string>
|
|
|
|
|
|
<!-- Tag Settings: list collaborators hint -->
|
|
|
<string name="actfm_TVA_members_hint">メールアドレスで共有できます</string>
|
|
|
|
|
|
<!-- Tag Settings: tag picture -->
|
|
|
<string name="actfm_TVA_tag_picture">リスト写真</string>
|
|
|
|
|
|
<!-- slide 25c/28b: Tag Settings: silence notifications label -->
|
|
|
<string name="actfm_TVA_silence_label">通知を無効する</string>
|
|
|
|
|
|
<!-- Tag Settings: list icon label -->
|
|
|
|
|
|
<!-- slide 25b/27d: Tag Settings: list description label -->
|
|
|
<string name="actfm_TVA_tag_description_label">説明</string>
|
|
|
|
|
|
<!-- slide 28a: Tag Settings: list settings label -->
|
|
|
<string name="actfm_TVA_tag_settings_label">設定</string>
|
|
|
|
|
|
<!-- slide 25b: Tag Settings: list description hint -->
|
|
|
<string name="actfm_TVA_tag_description_hint">ここに説明をタイプする</string>
|
|
|
|
|
|
<!-- slide 25d: Tag Settings: list name hint -->
|
|
|
<string name="actfm_TVA_tag_name_hint">リスト名を記入してください</string>
|
|
|
|
|
|
<!-- Tag settings: login prompt from share-->
|
|
|
<string name="actfm_TVA_login_to_share">リストを共有するためにはAstrid.comへのログインが必要です!ログインするか、プライベートリストに設定してください。</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">参加者を追加します</string>
|
|
|
|
|
|
<!-- task sharing dialog: assigned to me -->
|
|
|
<string name="actfm_EPA_assign_me">私</string>
|
|
|
|
|
|
<!-- task sharing dialog: anyone -->
|
|
|
<string name="actfm_EPA_unassigned">割り当てられていない</string>
|
|
|
|
|
|
<!-- slide 18c: task sharing dialog: choose a contact -->
|
|
|
<string name="actfm_EPA_choose_contact">連絡先を選択する</string>
|
|
|
|
|
|
<!-- task sharing dialog: custom email assignment -->
|
|
|
|
|
|
<!-- task sharing dialog: shared with label -->
|
|
|
<string name="actfm_EPA_share_with">共有者:</string>
|
|
|
|
|
|
<!-- task sharing dialog: shared with label -->
|
|
|
<string name="actfm_EPA_collaborators_header">Share</string>
|
|
|
|
|
|
<!-- task sharing dialog: collaborator list name (%s => name of list) -->
|
|
|
<string name="actfm_EPA_list">リスト: %s</string>
|
|
|
|
|
|
<!-- task sharing dialog: assigned hint -->
|
|
|
|
|
|
<!-- task sharing dialog: message label text -->
|
|
|
<string name="actfm_EPA_message_text">招待メッセージ:</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">リストメンバー</string>
|
|
|
|
|
|
<!-- task sharing dialog: astrid friends section header -->
|
|
|
<string name="actfm_EPA_assign_header_friends">Astridユーザー</string>
|
|
|
|
|
|
<!-- task sharing dialog: message hint -->
|
|
|
|
|
|
<!-- task sharing dialog: message hint -->
|
|
|
|
|
|
<!-- task sharing dialog: share with Facebook -->
|
|
|
<string name="actfm_EPA_facebook">フェイスブック</string>
|
|
|
|
|
|
<!-- task sharing dialog: share with Twitter -->
|
|
|
<string name="actfm_EPA_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">無効なEメール: %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">ログイン</string>
|
|
|
|
|
|
<string name="actfm_EPA_dont_share_button">共有しない</string>
|
|
|
|
|
|
<string name="actfm_EPA_add_person_to_list_title">割り当てられたタスク</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">リストに追加する</string>
|
|
|
|
|
|
<string name="actfm_EPA_add_person_to_list_cancel">追加しないで</string>
|
|
|
|
|
|
<!-- ========================================= sharing login activity == -->
|
|
|
|
|
|
<!-- share login: Title -->
|
|
|
<string name="actfm_ALA_title">Asteroid.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">フェイスブックと繋がる</string>
|
|
|
|
|
|
<!-- share login: Sharing Login GG Prompt -->
|
|
|
<string name="actfm_ALA_gg_login">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">名</string>
|
|
|
|
|
|
<!-- share login: Name -->
|
|
|
<string name="actfm_ALA_lastname_label">姓</string>
|
|
|
|
|
|
<!-- share login: Email -->
|
|
|
<string name="actfm_ALA_email_label">Eメール</string>
|
|
|
|
|
|
<!-- share login: Username / Email -->
|
|
|
|
|
|
<!-- share login: Password -->
|
|
|
<string name="actfm_ALA_password_label">パスワード</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">使用したいGoogleアカウントを選択してください:</string>
|
|
|
|
|
|
<!-- share login: OAUTH Login Prompt -->
|
|
|
<string name="actfm_OLA_prompt">ログインしてください:</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">成功!</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">HTTPS を使う</string>
|
|
|
<string name="actfm_https_enabled">HTTPS有効(遅い)</string>
|
|
|
<string name="actfm_https_disabled">HTTPS無効(早い)</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">アカウント タイプ</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">プレミアム</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_speech_bubble">By sharing, you\'ll help others be more productive!</string>
|
|
|
|
|
|
|
|
|
<!-- Sync upgrade messages -->
|
|
|
<string name="sync_upgr_both_title">Using Astrid.com + Google without Duplicates</string>
|
|
|
<string name="sync_upgr_both_body">Let\'s be honest. Google Tasks is convenient but not as cool as Astrid. To avoid duplicates you can no longer sync with Astrid.com and background sync with Google Tasks at the same time. You can still import your Google Tasks by visiting Settings → Backup & Sync, or downgrade to Google Tasks only sync</string>
|
|
|
<string name="sync_upgr_both_btn1">Stick with Astrid</string>
|
|
|
<string name="sync_upgr_both_btn2">Downgrade to Google Tasks</string>
|
|
|
|
|
|
<string name="sync_upgr_gtasks_only_title">Upgrade to Astrid Sync for Free!</string>
|
|
|
<string name="sync_upgr_gtasks_only_body">Access your tasks from all your devices and from Gmail with Astrid.com sync. Upgrade to Astrid.com Sync (you can always go back to Google Tasks - but you won\'t want to)!</string>
|
|
|
<string name="sync_upgr_gtasks_only_btn1">Upgrade to Astrid Sync</string>
|
|
|
<string name="sync_upgr_gtasks_only_btn2">Stick with Google Tasks</string>
|
|
|
|
|
|
<string name="sync_upgr_neither_title">Free backup & Sync!</string>
|
|
|
<string name="sync_upgr_neither_body">Don\'t put your to-dos at risk! New and improved Astrid sync to keep and access your tasks from anywhere.</string>
|
|
|
<string name="sync_upgr_neither_btn1">今登録する</string>
|
|
|
|
|
|
<string name="sync_upgr_logged_out">You have been logged out of Astrid</string>
|
|
|
|
|
|
<string name="actfm_logout_clear_tasks_title">Clear data?</string>
|
|
|
<string name="actfm_logout_clear_tasks_body">Would you like to clear your tasks and lists?</string>
|
|
|
<string name="actfm_logout_clear_tasks_yes">Clear data</string>
|
|
|
<string name="actfm_logout_clear_tasks_no">Keep data</string>
|
|
|
|
|
|
<string name="actfm_logged_in_different_user_title">Logging in as different user</string>
|
|
|
<string name="actfm_logged_in_different_user_body">Would you like to delete existing phone tasks before syncing?</string>
|
|
|
<string name="actfm_logged_in_different_user_keep_data">Keep data</string>
|
|
|
<string name="actfm_logged_in_different_user_clear_data">Clear all data</string>
|
|
|
<string name="actfm_logged_in_different_user_processing">Processing existing data...</string>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--
|
|
|
** Copyright (c) 2012 Todoroo Inc
|
|
|
**
|
|
|
** See the file "LICENSE" for the full license governing this code.
|
|
|
-->
|
|
|
|
|
|
|
|
|
<!-- Resources for built-in timers plug-in -->
|
|
|
|
|
|
<!-- Task Edit Activity: Container Label -->
|
|
|
<string name="alarm_ACS_label">アラーム</string>
|
|
|
|
|
|
<!-- Task Edit Activity: Add New Alarm -->
|
|
|
<string name="alarm_ACS_button">アラームを追加する</string>
|
|
|
|
|
|
<string-array name="reminders_alarm">
|
|
|
<!-- reminders related to alarm -->
|
|
|
<item>アラーム</item>
|
|
|
</string-array>
|
|
|
|
|
|
|
|
|
|
|
|
<!--
|
|
|
** Copyright (c) 2012 Todoroo Inc
|
|
|
**
|
|
|
** See the file "LICENSE" for the full license governing this code.
|
|
|
-->
|
|
|
|
|
|
|
|
|
<!-- Resources for built-in backup plug-in -->
|
|
|
|
|
|
<!-- ================================================= BackupPreferences == -->
|
|
|
|
|
|
<!-- slide 33c/48d: Backup Preferences Title -->
|
|
|
<string name="backup_BPr_header">バックアップ</string>
|
|
|
|
|
|
<!-- slide 48e/50c: Backup: Status Header -->
|
|
|
<string name="backup_BPr_group_status">状況</string>
|
|
|
|
|
|
<!-- Backup Status: last backup was a success (%s -> last date). Keep it short! -->
|
|
|
<string name="backup_status_success">最新: %s</string>
|
|
|
<!-- Backup Status: last error failed. Keep it short! -->
|
|
|
<string name="backup_status_failed">Last backup failed</string>
|
|
|
<!-- Backup Status: error subtitle -->
|
|
|
<string name="backup_status_failed_subtitle">(タップでエラーを表示)</string>
|
|
|
<!-- slide 48a: Backup Status: never backed up -->
|
|
|
<string name="backup_status_never">Never backed up!</string>
|
|
|
|
|
|
<!-- slide 48f/ 50e: Backup Options Group Label -->
|
|
|
<string name="backup_BPr_group_options">オプション</string>
|
|
|
|
|
|
<!-- slide 48b: Preference: Automatic Backup Title -->
|
|
|
<string name="backup_BPr_auto_title">自動的なバックアップ</string>
|
|
|
<!-- Preference: Automatic Backup Description (when disabled) -->
|
|
|
<string name="backup_BPr_auto_disabled">自動的なバックアップは無効です</string>
|
|
|
<!-- slide 48g: Preference: Automatic Backup Description (when enabled) -->
|
|
|
<string name="backup_BPr_auto_enabled">バックアップは毎日行われます</string>
|
|
|
|
|
|
<!-- Preference screen restoring Tasks Help -->
|
|
|
<!-- Preference screen Restoring Tasks Help Dialog Text-->
|
|
|
|
|
|
<string name="backup_BPr_cloud_already_logged_in">You already have cloud backup on Astrid.com!</string>
|
|
|
|
|
|
<!-- ================================================= BackupActivity == -->
|
|
|
|
|
|
<!-- slide 48c: backup activity label -->
|
|
|
<string name="backup_BAc_label">バックアップ</string>
|
|
|
|
|
|
<!-- backup activity title -->
|
|
|
<string name="backup_BAc_title">バックアップの管理</string>
|
|
|
|
|
|
<!-- backup activity import button -->
|
|
|
<string name="backup_BAc_import">タスクのインポート</string>
|
|
|
|
|
|
<!-- backup activity export button -->
|
|
|
<string name="backup_BAc_export">タスクのエクスポート</string>
|
|
|
|
|
|
<!-- backup activity cloud (Astrid.com) option -->
|
|
|
<string name="backup_BAc_cloud">Click for free cloud backup on Astrid.com</string>
|
|
|
|
|
|
<!-- ============================================== Importer / Exporter == -->
|
|
|
|
|
|
<!-- Message displayed when error occurs -->
|
|
|
<string name="backup_TXI_error">インポートに失敗</string>
|
|
|
|
|
|
<string name="export_toast">%1$s を %2$s にバックアップしました。</string>
|
|
|
|
|
|
<string name="export_toast_no_tasks">エクスポートするタスクがありません</string>
|
|
|
|
|
|
<!-- Progress Dialog Title for exporting -->
|
|
|
<string name="export_progress_title">エクスポート中</string>
|
|
|
|
|
|
<!-- Backup: Title of Import Summary Dialog -->
|
|
|
<string name="import_summary_title">復元の概要</string>
|
|
|
|
|
|
<!-- Backup: Summary message for import. (%s => file name, %s => total # tasks, %s => imported, %s => skipped, %s => errors) -->
|
|
|
<string name="import_summary_message">ファイル %1$s の %2$s 中、\n\n成功: %3$s\n既に存在: %4$s\n失敗: %5$s\n</string>
|
|
|
|
|
|
<!-- Progress Dialog Title for importing -->
|
|
|
<string name="import_progress_title">インポート中</string>
|
|
|
|
|
|
<!-- Progress Dialog text for import reading task (%d -> task number)-->
|
|
|
<string name="import_progress_read">タスク %d を読み込み中</string>
|
|
|
|
|
|
<!-- Backup: Dialog when unable to open a file -->
|
|
|
|
|
|
<!-- Backup: Dialog when unable to open SD card folder (%s => folder) -->
|
|
|
<string name="DLG_error_sdcard">フォルダ %s を開けません</string>
|
|
|
|
|
|
<!-- Backup: Dialog when unable to open SD card in general -->
|
|
|
<string name="DLG_error_sdcard_general">SDカードにアクセスできません</string>
|
|
|
|
|
|
<!-- Backup: File Selector dialog for import -->
|
|
|
<string name="import_file_prompt">復元に使うファイルを選択してください</string>
|
|
|
|
|
|
|
|
|
|
|
|
<!--
|
|
|
** Copyright (c) 2012 Todoroo Inc
|
|
|
**
|
|
|
** See the file "LICENSE" for the full license governing this code.
|
|
|
-->
|
|
|
|
|
|
|
|
|
<!-- ================================================== AndroidManifest == -->
|
|
|
|
|
|
<!-- slide 32k: Application Name (shown on home screen & in launcher) -->
|
|
|
<string name="app_name">Astridタスク</string>
|
|
|
|
|
|
<!-- permission title for READ_TASKS -->
|
|
|
<string name="read_permission_label">タスクの読み込み</string>
|
|
|
|
|
|
<!-- permission description for READ_TASKS -->
|
|
|
<string name="read_permission_desc">タスクの読み込みとフィルタの表示</string>
|
|
|
|
|
|
<!-- permission title for READ_TASKS -->
|
|
|
<string name="write_permission_label">タスクの読み込み</string>
|
|
|
|
|
|
<!-- permission description for READ_TASKS -->
|
|
|
<string name="write_permission_desc">タスクの作成、編集</string>
|
|
|
|
|
|
<!-- ================================================== Generic Dialogs == -->
|
|
|
|
|
|
<!-- question for deleting tasks -->
|
|
|
<string name="DLG_delete_this_task_question">このタスクを削除しますか?</string>
|
|
|
|
|
|
<!-- question for deleting items (%s => item name) -->
|
|
|
<string name="DLG_delete_this_item_question">項目 %s を削除しますか?</string>
|
|
|
|
|
|
<!-- Progress dialog shown when upgrading -->
|
|
|
<string name="DLG_upgrading">タスクを更新しています</string>
|
|
|
|
|
|
<!-- Title for dialog selecting a time (hours and minutes) -->
|
|
|
<string name="DLG_hour_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">同意する</string>
|
|
|
|
|
|
<!-- Button for declining EULA -->
|
|
|
<string name="DLG_decline">同意しない</string>
|
|
|
|
|
|
<!-- EULA title -->
|
|
|
<string name="DLG_eula_title">Astrid 利用規定</string>
|
|
|
|
|
|
<!-- Progress Dialog generic text -->
|
|
|
<string name="DLG_please_wait">お待ちください</string>
|
|
|
|
|
|
<!-- Dialog - loading -->
|
|
|
<string name="DLG_loading">読み込んでいます・・・</string>
|
|
|
|
|
|
<!-- Dialog - dismiss -->
|
|
|
|
|
|
<!-- slide 20d -->
|
|
|
<string name="DLG_ok">OK</string>
|
|
|
<!-- slide 36g -->
|
|
|
<string name="DLG_cancel">取り消す</string>
|
|
|
|
|
|
<string name="DLG_more">もっと</string>
|
|
|
|
|
|
<string name="DLG_undo">動作を取り消す</string>
|
|
|
|
|
|
<string name="DLG_warning">Warning</string>
|
|
|
|
|
|
<!-- =============================================================== UI == -->
|
|
|
|
|
|
<!-- Label for DateButtons with no value -->
|
|
|
<string name="WID_dateButtonUnset">入力する</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">コメントを更新</string>
|
|
|
|
|
|
<!-- ================================================= TaskListActivity == -->
|
|
|
|
|
|
<!-- slide 8b: Task List: Displayed instead of list when no items present -->
|
|
|
<string name="TLA_no_items">タスクなし</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">アドオン</string>
|
|
|
|
|
|
<!-- Menu: Adjust Sort and Hidden Task Settings -->
|
|
|
<string name="TLA_menu_sort">Sort</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">リスト</string>
|
|
|
|
|
|
<!-- Menu: Friends -->
|
|
|
<string name="TLA_menu_friends">人々</string>
|
|
|
|
|
|
<!-- Menu: Featured Lists -->
|
|
|
<string name="TLA_menu_featured_lists">Featured Lists</string>
|
|
|
|
|
|
<!-- Menu: Suggestions -->
|
|
|
<string name="TLA_menu_suggestions">提案</string>
|
|
|
|
|
|
<!-- Menu: Tutorial -->
|
|
|
|
|
|
<!-- Menu: Settings -->
|
|
|
<string name="TLA_menu_settings">設定</string>
|
|
|
|
|
|
<!-- slide 30b: Menu: Support -->
|
|
|
<string name="TLA_menu_support">サポート</string>
|
|
|
|
|
|
<!-- Search Label-->
|
|
|
|
|
|
<!-- Window title for displaying Custom Filter -->
|
|
|
<string name="TLA_custom">カスタムフィルタ</string>
|
|
|
|
|
|
<!-- slide 8d: Quick Add Edit Box Hint-->
|
|
|
<string name="TLA_quick_add_hint">タスクを追加する</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>すぐに</item>
|
|
|
<item>遅延</item>
|
|
|
<item>完了</item>
|
|
|
<item>非表示</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>最優先</item>
|
|
|
<item>優先度高</item>
|
|
|
<item>優先度中</item>
|
|
|
<item>優先度低</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 [非表示]</string>
|
|
|
|
|
|
<!-- Format string to indicate task is deleted (%s => task name) -->
|
|
|
<string name="TAd_deletedFormat">%s [削除済]</string>
|
|
|
|
|
|
<!-- Displayed when adapter is flung (scrolled quickly) -->
|
|
|
|
|
|
<!-- slide 22b: indicates task was completed. %s => date or time ago -->
|
|
|
<string name="TAd_completed">%s\nに完了</string>
|
|
|
|
|
|
<!-- slide 15a: Action Button: edit task -->
|
|
|
<string name="TAd_actionEditTask">編集する</string>
|
|
|
|
|
|
<!-- Context Item: edit task -->
|
|
|
<string name="TAd_contextEditTask">タスクを編集</string>
|
|
|
|
|
|
<!-- Context Item: copy task -->
|
|
|
<string name="TAd_contextCopyTask">タスクをコピー</string>
|
|
|
|
|
|
<!-- Context Item: delete task -->
|
|
|
<string name="TAd_contextDeleteTask">Delete Task</string>
|
|
|
|
|
|
<!-- Context Item: undelete task -->
|
|
|
<string name="TAd_contextUndeleteTask">元に戻す</string>
|
|
|
|
|
|
<!-- Context Item: purge task -->
|
|
|
<string name="TAd_contextPurgeTask">タスクを削除</string>
|
|
|
|
|
|
<!-- ============================================== SortSelectionDialog == -->
|
|
|
|
|
|
<!-- slide 23a: Sort Selection: dialog title -->
|
|
|
<string name="SSD_title">並び順と表示項目</string>
|
|
|
|
|
|
<!-- slide 23h: Hidden: title -->
|
|
|
<string name="SSD_hidden_title">非表示のタスク</string>
|
|
|
|
|
|
<!-- Hidden Task Selection: show completed tasks -->
|
|
|
<string name="SSD_completed">完了タスクの表示</string>
|
|
|
|
|
|
<!-- Hidden Task Selection: show hidden tasks -->
|
|
|
<string name="SSD_hidden">非表示タスクの表示</string>
|
|
|
|
|
|
<!-- Hidden Task Selection: show deleted tasks -->
|
|
|
<string name="SSD_deleted">削除済タスクの表示</string>
|
|
|
|
|
|
<!-- Sort Selection: drag with subtasks -->
|
|
|
<string name="SSD_sort_drag">Manual order with subtasks</string>
|
|
|
|
|
|
<!-- slide 23b: Sort Selection: smart sort -->
|
|
|
<string name="SSD_sort_auto">自動</string>
|
|
|
|
|
|
<!-- slide 23e: Sort Selection: sort by alpha -->
|
|
|
<string name="SSD_sort_alpha">タイトル順</string>
|
|
|
|
|
|
<!-- slide 23c: Sort Selection: sort by due date -->
|
|
|
<string name="SSD_sort_due">期限順</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">更新日時順</string>
|
|
|
|
|
|
<!-- slide 23g: Sort Selection: reverse -->
|
|
|
<string name="SSD_sort_reverse">逆順</string>
|
|
|
|
|
|
<!-- slide 23j: Sort Button: sort temporarily -->
|
|
|
<string name="SSD_save_temp">今回のみ</string>
|
|
|
|
|
|
<!-- slide 23i: Sort Button: sort permanently -->
|
|
|
<string name="SSD_save_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">ショートカットの作成</string>
|
|
|
|
|
|
<!-- Menu: Search -->
|
|
|
|
|
|
<!-- Menu: Help -->
|
|
|
|
|
|
<!-- slide 28c: Create Shortcut Dialog Title -->
|
|
|
<string name="FLA_shortcut_dialog_title">ショートカットを作る</string>
|
|
|
|
|
|
<!-- Create Shortcut Dialog (asks to name shortcut) -->
|
|
|
<string name="FLA_shortcut_dialog">ショートカットの名称</string>
|
|
|
|
|
|
<!-- Search Hint-->
|
|
|
<string name="FLA_search_hint">タスクの検索</string>
|
|
|
|
|
|
<!-- Search Filter name (%s => query) -->
|
|
|
<string name="FLA_search_filter">「%s」の検索結果</string>
|
|
|
|
|
|
<!-- Toast: created shortcut (%s => label) -->
|
|
|
<string name="FLA_toast_onCreateShortcut">ショートカット %s を作成しました</string>
|
|
|
|
|
|
<!-- Menu: new filter -->
|
|
|
<string name="FLA_new_filter">新しいフィルタ</string>
|
|
|
|
|
|
<!-- slide 10e: Button: new list -->
|
|
|
<string name="FLA_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">いつ</string>
|
|
|
|
|
|
<!-- Task title hint (displayed when edit box is empty) -->
|
|
|
<string name="TEA_title_hint">タスクの概要</string>
|
|
|
|
|
|
<!-- Task importance label -->
|
|
|
<string name="TEA_importance_label">優先順位</string>
|
|
|
|
|
|
<!-- Task urgency label -->
|
|
|
|
|
|
<!-- Task urgency specific time checkbox -->
|
|
|
<string name="TEA_urgency_specific_time">時刻を設定する</string>
|
|
|
|
|
|
<!-- Task urgency specific time title when specific time false -->
|
|
|
<string name="TEA_urgency_none">なし</string>
|
|
|
|
|
|
<!-- Task hide until label -->
|
|
|
<string name="TEA_hideUntil_label">Hide until</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>読み込んでいます・・・</item></string-array>
|
|
|
|
|
|
<!-- slide 16c: Task note label -->
|
|
|
<string name="TEA_note_label">概要</string>
|
|
|
|
|
|
<!-- Task note hint -->
|
|
|
<string name="TEA_notes_hint">Enter task description...</string>
|
|
|
|
|
|
<!-- Estimated time label -->
|
|
|
<string name="TEA_estimatedDuration_label">所要時間は?</string>
|
|
|
|
|
|
<!-- Elapsed time label -->
|
|
|
<string name="TEA_elapsedDuration_label">既にタスクに費やした時間</string>
|
|
|
|
|
|
<!-- Menu: Save -->
|
|
|
<string name="TEA_menu_save">変更の保存</string>
|
|
|
|
|
|
<!-- Menu: Don\'t Save -->
|
|
|
<string name="TEA_menu_discard">保存しない</string>
|
|
|
|
|
|
<!-- Menu: Delete Task -->
|
|
|
<string name="TEA_menu_delete">タスクを削除</string>
|
|
|
|
|
|
<!-- Menu: Task comments -->
|
|
|
<string name="TEA_menu_refresh_comments">Refresh comments</string>
|
|
|
|
|
|
<string name="TEA_menu_comments">コメント</string>
|
|
|
|
|
|
<!-- Toast: task saved with deadline (%s => preposition + time units) -->
|
|
|
<string name="TEA_onTaskSave_due">タスクは保存されました: 期限は%s</string>
|
|
|
|
|
|
<!-- Toast: task saved without deadlines -->
|
|
|
<string name="TEA_onTaskSave_notDue">タスクは保存されました</string>
|
|
|
|
|
|
<!-- Toast: task was not saved -->
|
|
|
|
|
|
<!-- Toast: task was deleted -->
|
|
|
|
|
|
<!-- slide 15b: Task edit tab: activity -->
|
|
|
<string name="TEA_tab_activity">活動</string>
|
|
|
|
|
|
<!-- slide 15e: Task edit tab: more editing settings -->
|
|
|
<string name="TEA_tab_more">さらに</string>
|
|
|
|
|
|
<!-- slide 15d: Task edit tab: web services -->
|
|
|
<string name="TEA_tab_web">アイデア</string>
|
|
|
|
|
|
<string-array name="TEA_urgency">
|
|
|
<!-- slide 19: urgency: labels for edit page. item #4 -> auto filled -->
|
|
|
<item>No date</item>
|
|
|
<item>指定した日から</item>
|
|
|
<item>Today</item>
|
|
|
<item>Tomorrow</item>
|
|
|
<item>日後</item>
|
|
|
<item>来週</item>
|
|
|
<item>2週間以内</item>
|
|
|
<item>来月</item>
|
|
|
</string-array>
|
|
|
|
|
|
<string name="TEA_no_time">No time</string>
|
|
|
|
|
|
<string-array name="TEA_hideUntil">
|
|
|
<!-- hideUntil: labels for edit page. -->
|
|
|
<item>Never</item>
|
|
|
<item>期限日</item>
|
|
|
<item>期限の前日から</item>
|
|
|
<item>期限の一週間前から</item>
|
|
|
<item>日時を指定</item>
|
|
|
</string-array>
|
|
|
|
|
|
<!-- Task edit control set descriptors -->
|
|
|
|
|
|
<!-- slide 9b/35i -->
|
|
|
<string name="TEA_control_who">誰</string>
|
|
|
|
|
|
<!-- slide 9c/ 35a -->
|
|
|
<string name="TEA_control_when">いつ</string>
|
|
|
<!-- slide 35b -->
|
|
|
<string name="TEA_control_more_section">----More Section----</string>
|
|
|
<!-- slide 16a/35c -->
|
|
|
<string name="TEA_control_importance">優先順位</string>
|
|
|
<!-- slide 16b/35d -->
|
|
|
<string name="TEA_control_lists">リスト</string>
|
|
|
<!-- slide 16c/35e -->
|
|
|
<string name="TEA_control_notes">概要</string>
|
|
|
|
|
|
<string name="TEA_control_files">Files</string>
|
|
|
|
|
|
<!-- slide 16e / slide 35g-->
|
|
|
<string name="TEA_control_reminders">リマインダー</string>
|
|
|
|
|
|
<!-- slide 16f -->
|
|
|
<string name="TEA_control_timer">Timer Controls</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">新しいタスク</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">無視する</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">無視する</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">Astrid の変更点</string>
|
|
|
|
|
|
<!-- Updates Window Title -->
|
|
|
<string name="UpS_updates_title">最新のAstridニュース</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">Astrid: 設定</string>
|
|
|
|
|
|
<string name="EPr_share_astrid">Share 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">外観</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">リストの文字サイズ</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">メインのリスト画面の文字サイズ</string>
|
|
|
|
|
|
<!-- Preferemce: Show task edit confirmation toasts -->
|
|
|
|
|
|
<!-- slide 34c: Preference: Task List Show Notes -->
|
|
|
<string name="EPr_showNotes_title">Show description in task</string>
|
|
|
|
|
|
<!-- Edit screen preference category -->
|
|
|
<string name="EPr_edit_screen_options">Edit screen options</string>
|
|
|
|
|
|
<!-- slide 30e: Preference: Beast mode (auto-expand edit page) -->
|
|
|
<string name="EPr_beastMode_title">Edit screen order</string>
|
|
|
|
|
|
<string name="EPr_beastMode_shortcut">Customize</string>
|
|
|
|
|
|
<string name="EPr_time_increment">5 minute increments</string>
|
|
|
|
|
|
<string name="EPr_use_date_shortcuts">Use date shortcuts</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-array name="EPr_task_row_styles">
|
|
|
<item>Original</item>
|
|
|
<item>Simple</item>
|
|
|
<item>Title only</item>
|
|
|
</string-array>
|
|
|
|
|
|
<string-array name="EPr_task_row_style_descriptions">
|
|
|
<item>Truncate title to two lines with date on right</item>
|
|
|
<item>Truncate title to one line with date and lists below</item>
|
|
|
<item>Single line title only</item>
|
|
|
</string-array>
|
|
|
|
|
|
<!-- task row style title (%s -> style) -->
|
|
|
<string name="EPr_task_row_style_title">Row style: %s</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">現在の設定: %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>Sky 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>Sky 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">アドオン</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">インストール済</string>
|
|
|
|
|
|
<!-- Add-on Activity - available add-ons tab -->
|
|
|
<string name="AOA_tab_available">追加</string>
|
|
|
|
|
|
<!-- Add-on Activity - free add-ons label -->
|
|
|
<string name="AOA_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">読み込んでいます・・・</string>
|
|
|
|
|
|
<!-- Widget configuration activity title: select a filter -->
|
|
|
<string name="WCA_title">ウィジェットに表示する項目</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">プレミアム</string>
|
|
|
|
|
|
<!-- ============================================================= Misc == -->
|
|
|
|
|
|
<!-- Displayed when task killer found. %s => name of the application -->
|
|
|
<string name="task_killer_help">タスクキラー (%s) を使用中です。Astrid が終了しないように、除外リストに登録してください。そうしないと、期限が来たタスクを通知できなくなります。\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>
|
|
|
|
|
|
|
|
|
|
|
|
<!--
|
|
|
** Copyright (c) 2012 Todoroo Inc
|
|
|
**
|
|
|
** See the file "LICENSE" for the full license governing this code.
|
|
|
-->
|
|
|
|
|
|
|
|
|
<!-- slide 32g: Preference Category: Defaults Title -->
|
|
|
<string name="EPr_defaults_header">タスクのデフォルト設定</string>
|
|
|
<string name="EPr_defaults_summary">Priority, due date, add to calendar</string>
|
|
|
|
|
|
<!-- slide 41f: Preference: Default Urgency Title -->
|
|
|
<string name="EPr_default_urgency_title">期限</string>
|
|
|
<!-- Preference: Default Urgency Description (%s => setting) -->
|
|
|
<string name="EPr_default_urgency_desc">現在の設定: %s</string>
|
|
|
|
|
|
<!-- slide 40a: Preference: Default Importance Title -->
|
|
|
<string name="EPr_default_importance_title">Default priority</string>
|
|
|
<!-- Preference: Default Importance Description (%s => setting) -->
|
|
|
<string name="EPr_default_importance_desc">現在の設定: %s</string>
|
|
|
|
|
|
<!-- slide 42e: Preference: Default Hide Until Title -->
|
|
|
<string name="EPr_default_hideUntil_title">表示期間</string>
|
|
|
<!-- Preference: Default Hide Until Description (%s => setting) -->
|
|
|
<string name="EPr_default_hideUntil_desc">現在の設定: %s</string>
|
|
|
|
|
|
<!-- slide 43e: Preference: Default Reminders Title -->
|
|
|
<string name="EPr_default_reminders_title">標準リマインダー</string>
|
|
|
<!-- Preference: Default Reminders Description (%s => setting) -->
|
|
|
<string name="EPr_default_reminders_desc">現在の設定: %s</string>
|
|
|
|
|
|
<!-- slide 19a/46c: Preference: Default Add To Calendar Title -->
|
|
|
<string name="EPr_default_addtocalendar_title">Default add to calendar</string>
|
|
|
<!-- Preference: Default Add To Calendar Setting Description (disabled) -->
|
|
|
<string name="EPr_default_addtocalendar_desc_disabled">New tasks will not create an event in the Google Calendar</string>
|
|
|
<!-- Preference: Default Add To Calendar Setting Description (%s => setting) -->
|
|
|
<string name="EPr_default_addtocalendar_desc">New tasks will be in the calendar: \"%s\"</string>
|
|
|
|
|
|
<!-- slide 45d: Reminder Mode Preference: Default Reminders Duration -->
|
|
|
<string name="EPr_default_reminders_mode_title">Default ring/vibrate type</string>
|
|
|
<!-- Preference: Default Reminders Description (%s => setting) -->
|
|
|
<string name="EPr_default_reminders_mode_desc">現在の設定: %s</string>
|
|
|
|
|
|
<string-array name="EPr_default_importance">
|
|
|
<!-- importance: labels for "Task Defaults" preference item. -->
|
|
|
<!-- slide 40b -->
|
|
|
<item>!!! (Highest)</item>
|
|
|
<item>!!</item>
|
|
|
<item>!</item>
|
|
|
<!-- slide 40c -->
|
|
|
<item>o (Lowest)</item>
|
|
|
</string-array>
|
|
|
|
|
|
<string-array name="EPr_default_urgency">
|
|
|
<!-- urgency: labels for "Task Defaults" preference item. -->
|
|
|
<!-- slide 41a-->
|
|
|
<item>期限なし</item>
|
|
|
<!-- slide 41b -->
|
|
|
<item>Today</item>
|
|
|
<!-- slide 41c-->
|
|
|
<item>Tomorrow</item>
|
|
|
<!-- slide 41d -->
|
|
|
<item>明後日</item>
|
|
|
<!-- slide 41e -->
|
|
|
<item>来週</item>
|
|
|
</string-array>
|
|
|
|
|
|
<string-array name="EPr_default_hideUntil">
|
|
|
<!-- hideUntil: labels for "Task Defaults" preference item. -->
|
|
|
<!-- slide 42a -->
|
|
|
<item>常に表示する</item>
|
|
|
<!-- slide 42b -->
|
|
|
<item>期限の日から</item>
|
|
|
<!-- slide 42c -->
|
|
|
<item>期限の前日から</item>
|
|
|
<!-- slide 42d-->
|
|
|
<item>期限の一週間前から</item>
|
|
|
</string-array>
|
|
|
|
|
|
<string-array name="EPr_default_reminders">
|
|
|
<!-- reminders: labels for "Task Defaults" preference item. -->
|
|
|
<!-- slide 43a -->
|
|
|
<item>期限を通知しない</item>
|
|
|
<!-- slide 43b -->
|
|
|
<item>At deadline</item>
|
|
|
<!-- slide 43c -->
|
|
|
<item>When overdue</item>
|
|
|
<!-- slide 43d -->
|
|
|
<item>At deadline or overdue</item>
|
|
|
</string-array>
|
|
|
|
|
|
<string-array name="EPr_default_addtocalendar">
|
|
|
<!-- addtocalendar: labels for "Task Defaults" preference item. -->
|
|
|
<item>@string/EPr_deactivated</item>
|
|
|
</string-array>
|
|
|
|
|
|
|
|
|
<!--
|
|
|
** Copyright (c) 2012 Todoroo Inc
|
|
|
**
|
|
|
** See the file "LICENSE" for the full license governing this code.
|
|
|
-->
|
|
|
|
|
|
|
|
|
<!-- Resources for built-in filter plug-in -->
|
|
|
|
|
|
<!-- ================================================= Filter Exposer == -->
|
|
|
|
|
|
<!-- Active Tasks Filter -->
|
|
|
<string name="BFE_Active">私のタスク</string>
|
|
|
|
|
|
<!-- Search Filter -->
|
|
|
|
|
|
<!-- slide 10b: Recently Modified -->
|
|
|
<string name="BFE_Recent">最近編集したタスク</string>
|
|
|
|
|
|
<!-- slide 10c: I\'ve assigned -->
|
|
|
<string name="BFE_Assigned">I\'ve Assigned</string>
|
|
|
|
|
|
<!-- Build Your Own Filter -->
|
|
|
|
|
|
<!-- Saved Filters Header -->
|
|
|
|
|
|
<!-- Saved Filters Context Menu: delete -->
|
|
|
<string name="BFE_Saved_delete">フィルタの削除</string>
|
|
|
|
|
|
<!-- =========================================== CustomFilterActivity == -->
|
|
|
|
|
|
<!-- slide 30d: Build Your Own Filter Activity Title-->
|
|
|
<string name="CFA_title">カスタムフィルタ</string>
|
|
|
|
|
|
<!-- slide 30e: Filter Name edit box hint (if user types here, filter will be saved) -->
|
|
|
<string name="CFA_filterName_hint">フィルタの名称</string>
|
|
|
|
|
|
<!-- Filter Name default for copied filters (%s => old filter name) -->
|
|
|
|
|
|
<!-- slide 30a: Filter Starting Universe: all tasks -->
|
|
|
<string name="CFA_universe_all">進行中のタスク</string>
|
|
|
|
|
|
<!-- Filter Criteria Type: add (at the begging of title of the criteria) -->
|
|
|
<string name="CFA_type_add">または</string>
|
|
|
|
|
|
<!-- Filter Criteria Type: subtract (at the begging of title of the criteria) -->
|
|
|
<string name="CFA_type_subtract">除外</string>
|
|
|
|
|
|
<!-- Filter Criteria Type: intersect (at the begging of title of the criteria) -->
|
|
|
<string name="CFA_type_intersect">かつ</string>
|
|
|
|
|
|
<!-- Filter Criteria Context Menu: chaining (%s chain type as above) -->
|
|
|
<string name="CFA_context_chain">%s</string>
|
|
|
|
|
|
<!-- Filter Criteria Context Menu: delete -->
|
|
|
<string name="CFA_context_delete">条件の削除</string>
|
|
|
|
|
|
<!-- slide 30b: Filter Screen Help Text -->
|
|
|
<string name="CFA_help">新しいフィルタを作るには、左下のボタンで条件を追加し、項目のタップまたは長押しで条件を設定してください。右下のボタンで結果を表示します。</string>
|
|
|
|
|
|
<!-- slide 30c: Filter Button: add new -->
|
|
|
<string name="CFA_button_add">条件の追加</string>
|
|
|
|
|
|
<!-- slide 30f: Filter Button: view without saving -->
|
|
|
<string name="CFA_button_view">見る</string>
|
|
|
|
|
|
<!-- Filter Button: save & view filter -->
|
|
|
<string name="CFA_button_save">保存と表示</string>
|
|
|
|
|
|
<!-- =========================================== CustomFilterCriteria == -->
|
|
|
|
|
|
<!-- Criteria: due by X - display text (? -> user input) -->
|
|
|
<string name="CFC_dueBefore_text">期限: ?</string>
|
|
|
<!-- Criteria: due by X - name of criteria -->
|
|
|
<string name="CFC_dueBefore_name">期限</string>
|
|
|
<string-array name="CFC_dueBefore_entries">
|
|
|
<!-- Criteria: due by X - options -->
|
|
|
<item>期限日がありません</item>
|
|
|
<item>昨日</item>
|
|
|
<item>Today</item>
|
|
|
<item>Tomorrow</item>
|
|
|
<item>明後日</item>
|
|
|
<item>来週</item>
|
|
|
<item>来月</item>
|
|
|
</string-array>
|
|
|
|
|
|
<!-- Criteria: importance - display text (? -> user input)-->
|
|
|
<string name="CFC_importance_text">Priority at least ?</string>
|
|
|
<!-- Criteria: importance - name of criteria -->
|
|
|
<string name="CFC_importance_name">Priority...</string>
|
|
|
|
|
|
<!-- Criteria: tag - display text (? -> user input) -->
|
|
|
<string name="CFC_tag_text">タグ: ?</string>
|
|
|
<!-- Criteria: tag - name of criteria -->
|
|
|
<string name="CFC_tag_name">タグ</string>
|
|
|
|
|
|
<!-- Criteria: tag_contains - name of criteria -->
|
|
|
<string name="CFC_tag_contains_name">タグ中の語句</string>
|
|
|
<!-- Criteria: tag_contains - text (? -> user input) -->
|
|
|
<string name="CFC_tag_contains_text">タグに ? を含む ?</string>
|
|
|
|
|
|
<!-- Criteria: title_contains - name of criteria -->
|
|
|
<string name="CFC_title_contains_name">タイトル中の語句</string>
|
|
|
<!-- Criteria: title_contains - text (? -> user input) -->
|
|
|
<string name="CFC_title_contains_text">タイトルに ? を含む</string>
|
|
|
|
|
|
|
|
|
|
|
|
<!--
|
|
|
** Copyright (c) 2012 Todoroo Inc
|
|
|
**
|
|
|
** See the file "LICENSE" for the full license governing this code.
|
|
|
-->
|
|
|
|
|
|
|
|
|
<!-- Resources for built-in tag plug-in -->
|
|
|
|
|
|
<!-- =============================================== Task Edit Controls == -->
|
|
|
|
|
|
<!-- Error message for adding to calendar -->
|
|
|
<string name="gcal_TEA_error">カレンダーへの登録に失敗しました</string>
|
|
|
|
|
|
<!-- Label for adding task to calendar -->
|
|
|
|
|
|
<!-- slide 21c: Label for adding task to calendar -->
|
|
|
<string name="gcal_TEA_addToCalendar_label">カレンダーに登録</string>
|
|
|
|
|
|
<!-- Label when calendar event already exists -->
|
|
|
<string name="gcal_TEA_showCalendar_label">カレンダーのイベントを開く</string>
|
|
|
|
|
|
<!-- Toast when unable to open calendar event -->
|
|
|
|
|
|
<!-- Toast when calendar event updated because task changed -->
|
|
|
<string name="gcal_TEA_calendar_updated">カレンダーの項目も更新しました</string>
|
|
|
|
|
|
<!-- No calendar label (don\'t add option) -->
|
|
|
<string name="gcal_TEA_nocal">追加しないで</string>
|
|
|
|
|
|
<string name="gcal_TEA_none_selected">To calendar?</string>
|
|
|
|
|
|
<string name="gcal_TEA_has_event">Cal event</string>
|
|
|
|
|
|
<!-- ======================================================== Calendars == -->
|
|
|
|
|
|
<!-- Calendar event name when task is completed (%s => task title) -->
|
|
|
<string name="gcal_completed_title">%s(完了)</string>
|
|
|
|
|
|
<!-- System Default Calendar (displayed if we can\'t figure out calendars) -->
|
|
|
<string name="gcal_GCP_default">Default Calendar</string>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--
|
|
|
** Copyright (c) 2012 Todoroo Inc
|
|
|
**
|
|
|
** See the file "LICENSE" for the full license governing this code.
|
|
|
-->
|
|
|
|
|
|
|
|
|
<!-- ============================================================= UI == -->
|
|
|
|
|
|
<!-- filters header: GTasks -->
|
|
|
<string name="gtasks_FEx_header">Google Tasks</string>
|
|
|
|
|
|
<!-- filter category for GTasks lists -->
|
|
|
|
|
|
<!-- filter title for GTasks lists (%s => list name) -->
|
|
|
<string name="gtasks_FEx_title">Google Tasks: %s</string>
|
|
|
|
|
|
<!-- dialog prompt for creating a new gtasks list -->
|
|
|
<string name="gtasks_FEx_creating_list">Creating list...</string>
|
|
|
|
|
|
<!-- dialog prompt for creating a new gtasks list -->
|
|
|
<string name="gtasks_FEx_create_list_dialog">New List Name:</string>
|
|
|
|
|
|
<!-- error to show when list creation fails -->
|
|
|
<string name="gtasks_FEx_create_list_error">Error creating new list</string>
|
|
|
|
|
|
<!-- short help title for Gtasks -->
|
|
|
|
|
|
<string name="CFC_gtasks_list_text">In List: ?</string>
|
|
|
|
|
|
<string name="CFC_gtasks_list_name">In GTasks List...</string>
|
|
|
|
|
|
<!-- Message while clearing completed tasks -->
|
|
|
<string name="gtasks_GTA_clearing">Clearing completed tasks...</string>
|
|
|
|
|
|
<!-- Label for clear completed menu item -->
|
|
|
<string name="gtasks_GTA_clear_completed">Clear Completed</string>
|
|
|
|
|
|
<!-- ============================================ GtasksLoginActivity == -->
|
|
|
|
|
|
<!-- Activity Title: Gtasks Login -->
|
|
|
|
|
|
<!-- Instructions: Gtasks login -->
|
|
|
<string name="gtasks_GLA_body">Please log in to Google Tasks Sync (Beta!). Non-migrated Google Apps
|
|
|
accounts are currently unsupported.</string>
|
|
|
|
|
|
<string name="gtasks_GLA_noaccounts">No available Google accounts to sync with.</string>
|
|
|
|
|
|
<!-- Instructions: Gtasks further help -->
|
|
|
<string name="gtasks_GLA_further_help">To view your tasks with indentation
|
|
|
and order preserved, go to the Filters page and select a Google Tasks list.
|
|
|
By default, Astrid uses its own sort settings for tasks.</string>
|
|
|
|
|
|
<!-- Sign In Button -->
|
|
|
|
|
|
<!-- E-mail Address Label -->
|
|
|
|
|
|
<!-- Password Label -->
|
|
|
|
|
|
<!-- Authenticating toast -->
|
|
|
<string name="gtasks_GLA_authenticating">Authenticating...</string>
|
|
|
|
|
|
<!-- Google Apps for Domain checkbox -->
|
|
|
|
|
|
<!-- Error Message when fields aren\'t filled out -->
|
|
|
|
|
|
<!-- Error Message when we receive a HTTP 401 Unauthorized -->
|
|
|
<string name="gtasks_GLA_errorAuth">Error authenticating! Please check your username and password in your phone\'s account manager</string>
|
|
|
|
|
|
<!-- Error Message when we receive an IO Exception -->
|
|
|
<string name="gtasks_GLA_errorIOAuth">すみません、Googleのサーバとの通信で問題が発生しました。しばらくしてから再度やり直してください。</string>
|
|
|
|
|
|
<!-- Error Message when we receive a HTTP 401 Unauthorized multiple times -->
|
|
|
<string name="gtasks_GLA_errorAuth_captcha">You may have encountered a captcha.
|
|
|
Try logging in from the browser, then come back to try again:</string>
|
|
|
|
|
|
<!-- ============================================== GtasksPreferences == -->
|
|
|
|
|
|
<!-- GTasks Preferences Title -->
|
|
|
<string name="gtasks_GPr_header">Google Tasks (ベータ版!)</string>
|
|
|
|
|
|
<!-- ================================================ Synchronization == -->
|
|
|
|
|
|
<!-- title for notification tray when synchronizing -->
|
|
|
|
|
|
<!-- Error Message when we receive a HTTP 503 error -->
|
|
|
<string name="gtasks_error_backend">Google\'s Task API is in beta and has encountered an error. The service may be down, please try again later.</string>
|
|
|
|
|
|
<!-- Error for account not found -->
|
|
|
<string name="gtasks_error_accountNotFound">Account %s not found--please log out and log back in from the Google Tasks settings.</string>
|
|
|
|
|
|
<!-- Error when ping after refreshing token fails -->
|
|
|
<string name="gtasks_error_authRefresh">Unable to authenticate with Google Tasks. Please check your account password or try again later.</string>
|
|
|
|
|
|
<!-- Error when account manager returns no auth token or throws exception -->
|
|
|
<string name="gtasks_error_accountManager">Error in your phone\'s account manager. Please log out and log back in from the Google Tasks settings.</string>
|
|
|
|
|
|
<!-- Error when authorization error happens in background sync -->
|
|
|
<string name="gtasks_error_background_sync_auth">Error authenticating in background. Please try initiating a sync while Astrid is running.</string>
|
|
|
|
|
|
<string name="gtasks_dual_sync_warning">You are currently synchronizing with Astrid.com.
|
|
|
Be advised that synchronizing with both services can in some cases lead to unexpected results.
|
|
|
Are you sure you want to sync with Google Tasks?</string>
|
|
|
|
|
|
<string name="gtasks_import_progress">Importing Google Tasks...</string>
|
|
|
|
|
|
<string name="gtasks_import_add_to_shared_list">The list %1$s is shared with others! Do you still want to add the task %2$s to it?</string>
|
|
|
|
|
|
<string name="gtasks_import_dlg_title">Google Tasks Import</string>
|
|
|
|
|
|
<string name="gtasks_import_add_task_ok">Add task</string>
|
|
|
|
|
|
<string name="gtasks_import_add_task_cancel">Don\'t add task</string>
|
|
|
|
|
|
|
|
|
|
|
|
<!--
|
|
|
** Copyright (c) 2012 Todoroo Inc
|
|
|
**
|
|
|
** See the file "LICENSE" for the full license governing this code.
|
|
|
-->
|
|
|
|
|
|
|
|
|
<!-- NEW USER EXPERIENCE -->
|
|
|
|
|
|
<!-- help bubbles -->
|
|
|
<!-- slide 8c: Shown the first time a user sees the task list activity -->
|
|
|
<string name="help_popover_add_task">タスクを1つか2つ追加してスタートする</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>
|
|
|
|
|
|
<!-- slide 14a: Shown the first time a user sees the list activity -->
|
|
|
<string name="help_popover_list_settings">Tap to edit or share this list</string>
|
|
|
|
|
|
<!-- slide 26c: Shown the first time a user sees the list settings tab -->
|
|
|
<string name="help_popover_collaborators">People you share with can help\nyou build your list or finish tasks</string>
|
|
|
|
|
|
<!-- Shown after user adds a task on tablet-->
|
|
|
<string name="help_popover_add_lists">Tap to add a list</string>
|
|
|
|
|
|
<!-- Shown after a user adds a task on phones -->
|
|
|
<string name="help_popover_switch_lists">Tap to add a list or switch between lists</string>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Login activity -->
|
|
|
|
|
|
|
|
|
<!-- slide 7b -->
|
|
|
<string name="welcome_login_tos_base">By using Astrid you agree to the</string>
|
|
|
|
|
|
<string name="welcome_login_tos_link">Terms of Service</string>
|
|
|
|
|
|
<!-- slide 7e -->
|
|
|
<string name="welcome_login_pw">登録する</string>
|
|
|
|
|
|
<string name="welcome_sign_in">ログイン</string>
|
|
|
|
|
|
<!-- slide 7f -->
|
|
|
<string name="welcome_login_later">後で</string>
|
|
|
|
|
|
<string name="welcome_login_confirm_later_title">Why not sign in?</string>
|
|
|
|
|
|
<string name="welcome_login_confirm_later_ok">I\'ll do it!</string>
|
|
|
|
|
|
<string name="welcome_login_confirm_later_cancel">No thanks</string>
|
|
|
|
|
|
<string name="welcome_login_confirm_later_dialog">Sign in to get the most out of Astrid!
|
|
|
For free, you get online backup, full synchronization with Astrid.com, the
|
|
|
ability to add tasks via email, and you can even share task lists with friends!</string>
|
|
|
|
|
|
|
|
|
<!--
|
|
|
** Copyright (c) 2012 Todoroo Inc
|
|
|
**
|
|
|
** See the file "LICENSE" for the full license governing this code.
|
|
|
-->
|
|
|
|
|
|
|
|
|
<!-- Resources for built-in locale plug-in -->
|
|
|
|
|
|
<!-- Locale Alert Editing Window Title -->
|
|
|
<string name="locale_edit_alerts_title">Astrid Filter Alert</string>
|
|
|
|
|
|
<!-- Locale Window Help -->
|
|
|
<string name="locale_edit_intro">Astrid will send you a reminder
|
|
|
when you have any tasks in the following filter:</string>
|
|
|
|
|
|
<!-- Locale Window Filter Picker UI -->
|
|
|
|
|
|
<!-- Locale Window Interval Label -->
|
|
|
<string name="locale_interval_label">Limit notifications to:</string>
|
|
|
|
|
|
<!-- Locale Window Interval Values -->
|
|
|
<string-array name="locale_interval">
|
|
|
<item>1時間に一度</item>
|
|
|
<item>6時間に一度</item>
|
|
|
<item>12時間に一度</item>
|
|
|
<item>1日に一度</item>
|
|
|
<item>3日に一度</item>
|
|
|
<item>1週間に一度</item>
|
|
|
</string-array>
|
|
|
|
|
|
<!-- Locale Notification text -->
|
|
|
<string name="locale_notification">$FILTER の検索結果: $NUM 件</string>
|
|
|
|
|
|
<!-- Locale Plugin was not found, it is required -->
|
|
|
<string name="locale_plugin_required">Astrid Locale plugin をインストールしてください</string>
|
|
|
|
|
|
|
|
|
|
|
|
<!--
|
|
|
** Copyright (c) 2012 Todoroo Inc
|
|
|
**
|
|
|
** See the file "LICENSE" for the full license governing this code.
|
|
|
-->
|
|
|
|
|
|
|
|
|
<!-- ====================== Plugin Boilerplate ========================= -->
|
|
|
|
|
|
<!-- filters header: OpenCRX -->
|
|
|
<string name="opencrx_FEx_header">OpenCRX</string>
|
|
|
|
|
|
<!-- filter category for OpenCRX ActivityCreators -->
|
|
|
<string name="opencrx_FEx_dashboard">Workspaces</string>
|
|
|
|
|
|
<!-- filter category for OpenCRX responsible person -->
|
|
|
<string name="opencrx_FEx_responsible">Assigned To</string>
|
|
|
|
|
|
<!-- OpenCRX assignedTo filter title (%s => assigned contact) -->
|
|
|
<string name="opencrx_FEx_responsible_title">Assigned To \'%s\'</string>
|
|
|
|
|
|
<!-- detail for showing tasks created by someone else (%s => person name) -->
|
|
|
<string name="opencrx_PDE_task_from">from %s</string>
|
|
|
|
|
|
<!-- replacement string for task edit "Notes" when using OpenCRX -->
|
|
|
<string name="opencrx_TEA_notes">Add a Comment</string>
|
|
|
|
|
|
<string name="opencrx_creator_input_hint">Creator</string>
|
|
|
|
|
|
<string name="opencrx_contact_input_hint">Assigned to</string>
|
|
|
<!-- ==================================================== Preferences == -->
|
|
|
|
|
|
<!-- Preferences Title: OpenCRX -->
|
|
|
<string name="opencrx_PPr_header">OpenCRX</string>
|
|
|
|
|
|
<!-- creator title for tasks that are not synchronized -->
|
|
|
<string name="opencrx_no_creator">(Do Not Synchronize)</string>
|
|
|
|
|
|
<!-- preference title for default creator -->
|
|
|
<string name="opencrx_PPr_defaultcreator_title">Default ActivityCreator</string>
|
|
|
|
|
|
<!-- preference description for default creator (%s -> setting) -->
|
|
|
<string name="opencrx_PPr_defaultcreator_summary">New activities will be created by: %s</string>
|
|
|
|
|
|
<!-- preference description for default dashboard (when set to \'not synchronized\') -->
|
|
|
<string name="opencrx_PPr_defaultcreator_summary_none">New activities will not be synchronized by default</string>
|
|
|
|
|
|
<!-- OpenCRX host and segment group name -->
|
|
|
<string name="opencrx_group">OpenCRX server</string>
|
|
|
|
|
|
<!-- preference description for OpenCRX host -->
|
|
|
<string name="opencrx_host_title">Host</string>
|
|
|
|
|
|
<!-- dialog title for OpenCRX host -->
|
|
|
<string name="opencrx_host_dialog_title">OpenCRX host</string>
|
|
|
|
|
|
<!-- example for OpenCRX host -->
|
|
|
<string name="opencrx_host_summary">For example: <i>mydomain.com</i></string>
|
|
|
|
|
|
<!-- preference description for OpenCRX segment -->
|
|
|
<string name="opencrx_segment_title">Segment</string>
|
|
|
|
|
|
<!-- dialog title for OpenCRX segment -->
|
|
|
<string name="opencrx_segment_dialog_title">Synchronized segment</string>
|
|
|
|
|
|
<!-- example for OpenCRX segment -->
|
|
|
<string name="opencrx_segment_summary">For example: <i>Standard</i></string>
|
|
|
|
|
|
<!-- default value for OpenCRX segment -->
|
|
|
<string name="opencrx_segment_default">Standard</string>
|
|
|
|
|
|
<!-- preference description for OpenCRX provider -->
|
|
|
<string name="opencrx_provider_title">Provider</string>
|
|
|
|
|
|
<!-- dialog title for OpenCRX provider -->
|
|
|
<string name="opencrx_provider_dialog_title">OpenCRX data provider</string>
|
|
|
|
|
|
<!-- example for OpenCRX provider -->
|
|
|
<string name="opencrx_provider_summary">For example: <i>CRX</i></string>
|
|
|
|
|
|
<!-- default value for OpenCRX provider -->
|
|
|
<string name="opencrx_provider_default">CRX</string>
|
|
|
<!-- ================================================= Login Activity == -->
|
|
|
|
|
|
<!-- Activity Title: Opencrx Login -->
|
|
|
<string name="opencrx_PLA_title">Log In to OpenCRX</string>
|
|
|
|
|
|
<!-- Instructions: Opencrx login -->
|
|
|
<string name="opencrx_PLA_body">Sign in with your OpenCRX account</string>
|
|
|
|
|
|
<!-- Sign In Button -->
|
|
|
<string name="opencrx_PLA_signIn">サインイン</string>
|
|
|
|
|
|
<!-- Login Label -->
|
|
|
<string name="opencrx_PLA_login">Login</string>
|
|
|
|
|
|
<!-- Password Label -->
|
|
|
<string name="opencrx_PLA_password">パスワード</string>
|
|
|
|
|
|
<!-- Error Message when fields aren\'t filled out -->
|
|
|
<string name="opencrx_PLA_errorEmpty">Error: fillout all fields</string>
|
|
|
|
|
|
<!-- Error Message when we receive a HTTP 401 Unauthorized -->
|
|
|
<string name="opencrx_PLA_errorAuth">Error: login or password incorrect!</string>
|
|
|
|
|
|
<!-- ================================================ Synchronization == -->
|
|
|
|
|
|
<!-- title for notification tray after synchronizing -->
|
|
|
<string name="opencrx_notification_title">OpenCRX</string>
|
|
|
|
|
|
<!-- text for notification tray when synchronizing -->
|
|
|
<string name="opencrx_notification_text">%s tasks updated / click for more details</string>
|
|
|
|
|
|
<!-- Error msg when io exception -->
|
|
|
<string name="opencrx_ioerror">接続エラー!インターネットに接続できるか確認してください。</string>
|
|
|
|
|
|
<!-- opencrx Login not specified-->
|
|
|
<string name="opencrx_MLA_email_empty">Login was not specified!</string>
|
|
|
|
|
|
<!-- opencrx password not specified-->
|
|
|
<string name="opencrx_MLA_password_empty">Password was not specified!</string>
|
|
|
|
|
|
<!-- ================================================ labels for layout-elements == -->
|
|
|
|
|
|
<!-- label for task-assignment spinner on taskeditactivity -->
|
|
|
<string name="opencrx_TEA_task_assign_label">Assign this task to this person:</string>
|
|
|
|
|
|
<!-- Spinner-item for unassigned tasks on taskeditactivity -->
|
|
|
<string name="opencrx_TEA_task_unassigned"><Unassigned></string>
|
|
|
|
|
|
<!-- label for dashboard-assignment spinner on taskeditactivity -->
|
|
|
<string name="opencrx_TEA_creator_assign_label">Assign this task to this creator:</string>
|
|
|
|
|
|
<!-- Spinner-item for default dashboard on taskeditactivity -->
|
|
|
<string name="opencrx_TEA_dashboard_default"><Default></string>
|
|
|
|
|
|
<string name="opencrx_TEA_opencrx_title">OpenCRX Controls</string>
|
|
|
|
|
|
<string name="CFC_opencrx_in_workspace_text">In workspace: ?</string>
|
|
|
|
|
|
<string name="CFC_opencrx_in_workspace_name">In workspace...</string>
|
|
|
|
|
|
<string name="CFC_opencrx_assigned_to_text">Assigned to: ?</string>
|
|
|
|
|
|
<string name="CFC_opencrx_assigned_to_name">Assigned to...</string>
|
|
|
|
|
|
|
|
|
|
|
|
<!--
|
|
|
** Copyright (c) 2012 Todoroo Inc
|
|
|
**
|
|
|
** See the file "LICENSE" for the full license governing this code.
|
|
|
-->
|
|
|
|
|
|
|
|
|
<!-- ================================================== EditPreferences == -->
|
|
|
|
|
|
<!-- slide 32j: Preference Category: Power Pack -->
|
|
|
<string name="EPr_powerpack_header">Premium and misc. settings</string>
|
|
|
<string name="EPr_powerpack_summary">Missed call reminders, voice input and miscellaneous settings</string>
|
|
|
|
|
|
<!-- slide 32e: Preference: Anonymous User Statistics -->
|
|
|
<string name="EPr_statistics_title">匿名の使用統計データ</string>
|
|
|
<!-- Preference: User Statistics (disabled) -->
|
|
|
<string name="EPr_statistics_desc_disabled">使用統計情報は送信されません</string>
|
|
|
<!-- slide 32f: Preference: User Statistics (enabled) -->
|
|
|
<string name="EPr_statistics_desc_enabled">送られた使用統計情報は Astrid の改善に使用されます</string>
|
|
|
|
|
|
|
|
|
|
|
|
<!--
|
|
|
** Copyright (c) 2012 Todoroo Inc
|
|
|
**
|
|
|
** See the file "LICENSE" for the full license governing this code.
|
|
|
-->
|
|
|
|
|
|
|
|
|
<string name="speech_err_network">Network error! Speech recognition requires a network connection to work.</string>
|
|
|
<string name="speech_err_no_match">Sorry, I couldn\'t understand that! Please try again.</string>
|
|
|
<string name="speech_err_default">Sorry, speech recognition encountered an error. Please try again.</string>
|
|
|
|
|
|
<string name="premium_attach_file">Attach a file</string>
|
|
|
<string name="premium_record_audio">Record a note</string>
|
|
|
<string name="premium_no_files">No files attached</string>
|
|
|
<string name="premium_remove_file_confirm">Are you sure? Cannot be undone</string>
|
|
|
|
|
|
<string name="audio_recording_title">Recording Audio</string>
|
|
|
<string name="audio_stop_recording">Stop Recording</string>
|
|
|
<string name="audio_speak_now">Speak Now!</string>
|
|
|
<string name="audio_encoding">Encoding...</string>
|
|
|
<string name="audio_err_encoding">Error encoding audio</string>
|
|
|
<string name="audio_err_playback">Sorry, the system does not support this type of audio file</string>
|
|
|
|
|
|
<string name="search_market_audio">No player found to handle that audio type. Would you like to download an audio player from the Android Market?</string>
|
|
|
<string name="search_market_audio_title">No audio player found</string>
|
|
|
|
|
|
<string name="search_market_pdf">No PDF reader was found. Would you like to download a PDF reader from the Android Market?</string>
|
|
|
<string name="search_market_pdf_title">No PDF reader found</string>
|
|
|
|
|
|
<string name="search_market_ms">No MS Office reader was found. Would you like to download an MS Office reader from the Android Market?</string>
|
|
|
<string name="search_market_ms_title">No MS Office reader found</string>
|
|
|
|
|
|
<string name="file_type_unhandled">Sorry! No application was found to handle this file type.</string>
|
|
|
<string name="file_type_unhandled_title">No application found</string>
|
|
|
|
|
|
<string name="file_prefix_image">Image</string>
|
|
|
<string name="file_prefix_voice">Voice</string>
|
|
|
<string name="file_browser_up">Up</string>
|
|
|
<string name="file_browser_title">Choose a file</string>
|
|
|
<string name="dir_browser_title">Choose a directory</string>
|
|
|
<string name="file_browser_err_permissions">Permissions error! Please make sure you have not blocked Astrid from accessing the SD card.</string>
|
|
|
<string name="file_add_picture">Attach a picture</string>
|
|
|
<string name="file_add_sdcard">Attach a file from your SD card</string>
|
|
|
<string name="file_download_title">Download file?</string>
|
|
|
<string name="file_download_body">This file has not been downloaded to your SD card. Download now?</string>
|
|
|
<string name="file_download_progress">Downloading...</string>
|
|
|
<string name="file_err_memory">Image is too large to fit in memory</string>
|
|
|
<string name="file_err_copy">Error copying file for attachment</string>
|
|
|
<string name="file_err_download">Error downloading file</string>
|
|
|
<string name="file_err_no_directory">Whoops! Looks like the files directory doesn\'t exist. Please choose a directory to save files to in the preferences.</string>
|
|
|
<string name="file_err_show">Sorry, the system does not yet support this type of file</string>
|
|
|
|
|
|
<string name="file_dir_dialog_ok">Use this directory</string>
|
|
|
<string name="file_dir_dialog_default">Reset to default</string>
|
|
|
|
|
|
<string name="p_files_dir">Premium downloads directory</string>
|
|
|
<!-- Description for file download directory preference. %s -> chosen directory -->
|
|
|
<string name="p_files_dir_desc">Task attachments saved to: %s</string>
|
|
|
<string name="p_files_dir_desc_default">Default directory</string>
|
|
|
|
|
|
|
|
|
<!-- in app billing -->
|
|
|
<string name="billing_not_supported_title">Can\'t make purchases</string>
|
|
|
<string name="billing_not_supported_message">The Market billing
|
|
|
service is not available at this time. You can continue to use this app but you
|
|
|
won\'t be able to make purchases.</string>
|
|
|
<string name="subscriptions_not_supported_title">Can\'t purchase subscriptions</string>
|
|
|
<string name="subscriptions_not_supported_message">The Market billing
|
|
|
service on this device does not support subscriptions at this time. You can subscribe to Astrid Premium at http://astrid.com/premium.</string>
|
|
|
<string name="cannot_connect_title">Can\'t connect to Market</string>
|
|
|
<string name="cannot_connect_message">This app cannot connect to Market.
|
|
|
Your version of Market may be out of date.
|
|
|
You can continue to use this app but you
|
|
|
won\'t be able to make purchases.</string>
|
|
|
|
|
|
<string name="restoring_transactions">Restoring transactions</string>
|
|
|
|
|
|
<string name="subscriptions_learn_more">Learn more</string>
|
|
|
|
|
|
<string name="kii_premium_success">Thanks for participating in this offer! Your free month of Astrid Premium is now unlocked.</string>
|
|
|
<string name="kii_premium_abort">Special offer aborted</string>
|
|
|
<string name="kii_premium_declined">Special offer declined</string>
|
|
|
<string name="kii_premium_error">There was an error processing this offer. Please try again later.</string>
|
|
|
|
|
|
<string name="premium_offers_title">Special Offer</string>
|
|
|
<string name="premium_offers_subtitle">Want one month of Astrid Premium for free?</string>
|
|
|
<string name="premium_offers_detail">To get one free month of Astrid Premium, you can watch a short video by this sponsor. (They will also require your email address.)</string>
|
|
|
<string name="premium_offers_start">Get it free!</string>
|
|
|
|
|
|
<string name="premium_billing_title">Astridプレミアム</string>
|
|
|
<string name="premium_buy_month">1か月</string>
|
|
|
<string name="premium_buy_year">1年</string>
|
|
|
<string name="premium_description_header">Do more with premium!</string>
|
|
|
<string name="premium_description_1">Attach files to to-dos \n(pdfs, doc, ppt…)</string>
|
|
|
<string name="premium_description_2">Syncs files with astrid.com</string>
|
|
|
<string name="premium_description_3">Add attachments via email</string>
|
|
|
<string name="premium_description_4">Save voice recordings as audio files</string>
|
|
|
<string name="premium_description_5">Preview upcoming features</string>
|
|
|
<string name="premium_description_6">Support the Astrid Team!</string>
|
|
|
<string name="premium_speech_bubble_1">Premium will power up your productivity!</string>
|
|
|
<string name="premium_speech_bubble_2">Order one year and save 25%!</string>
|
|
|
<string name="premium_already_subscribed">You are already subscribed to Astrid Premium!</string>
|
|
|
<string name="premium_login_prompt">You need to have an Astrid.com account in order to subscribe to premium. Please log in or sign up.</string>
|
|
|
<string name="premium_success">Thanks for subscribing to Astrid Premium!</string>
|
|
|
<string name="premium_success_with_server_error">Thanks for subscribing to Astrid Premium! The new features will be unlocked for you on astrid.com soon, and should be available on your phone right away.</string>
|
|
|
<string name="premium_verification_error">The premium subscription for this Google Play account is connected to a different user. To link additional emails to your account, visit astrid.com/users/profile</string>
|
|
|
<string name="premium_check_for_purchases">Already purchased premium? Click here to check Google Play for purchase history.</string>
|
|
|
<string name="premium_checking_for_purchases">Checking for purchases...</string>
|
|
|
|
|
|
|
|
|
|
|
|
<!--
|
|
|
** Copyright (c) 2012 Todoroo Inc
|
|
|
**
|
|
|
** See the file "LICENSE" for the full license governing this code.
|
|
|
-->
|
|
|
|
|
|
|
|
|
<!-- Resources for built-in reminders plug-in -->
|
|
|
|
|
|
<!-- =============================================== task edit activity == -->
|
|
|
|
|
|
<!-- Task Edit: Reminder group label -->
|
|
|
<string name="TEA_reminders_group_label">Reminders</string>
|
|
|
|
|
|
<!-- Task Edit: Reminder header label -->
|
|
|
<string name="TEA_reminder_label">通知するのは...</string>
|
|
|
|
|
|
<!-- Task Edit: Reminder @ deadline -->
|
|
|
<string name="TEA_reminder_due">何時がタスクの期限ですか?</string>
|
|
|
|
|
|
<!-- Task Edit: Reminder after deadline -->
|
|
|
<string name="TEA_reminder_overdue">何時タスクが期限切れになりますか?</string>
|
|
|
|
|
|
<!-- Task Edit: Reminder at random times (%s => time plural)-->
|
|
|
<string name="TEA_reminder_randomly">Randomly once</string>
|
|
|
|
|
|
<!-- Task Edit: Reminder alarm clock label -->
|
|
|
<string name="TEA_reminder_alarm_label">通知音、振動</string>
|
|
|
|
|
|
<!-- slide 45a: Task Edit: Reminder mode: ring once -->
|
|
|
<string name="TEA_reminder_mode_once">Once</string>
|
|
|
|
|
|
<!-- slide 45b: Task Edit: Reminder mode: ring five times -->
|
|
|
<string name="TEA_reminder_mode_five">Five times</string>
|
|
|
|
|
|
<!-- slide 45c: Task Edit: Reminder mode: ring nonstop -->
|
|
|
<string name="TEA_reminder_mode_nonstop">Until I dismiss alarm</string>
|
|
|
|
|
|
<string-array name="TEA_reminder_random">
|
|
|
<!-- random reminder choices for task edit page. -->
|
|
|
<item>an hour</item>
|
|
|
<item>a day</item>
|
|
|
<item>a week</item>
|
|
|
<item>in two weeks</item>
|
|
|
<item>a month</item>
|
|
|
<item>in two months</item>
|
|
|
</string-array>
|
|
|
|
|
|
<!-- ==================================================== notifications == -->
|
|
|
|
|
|
<!-- Name of filter when viewing a reminder -->
|
|
|
<string name="rmd_NoA_filter">お知らせ</string>
|
|
|
|
|
|
<!-- Reminder: Task was already done -->
|
|
|
<string name="rmd_NoA_done">既に完了しています!</string>
|
|
|
|
|
|
<!-- Reminder: Snooze button (remind again later) -->
|
|
|
<string name="rmd_NoA_snooze">スヌーズ</string>
|
|
|
|
|
|
<!-- Reminder: Completed Toast -->
|
|
|
<string name="rmd_NoA_completed_toast">Congratulations on finishing!</string>
|
|
|
|
|
|
<!-- Prefix for reminder dialog title -->
|
|
|
<string name="rmd_NoA_dlg_title">Reminder:</string>
|
|
|
|
|
|
<!-- ==================================================== user reengagement == -->
|
|
|
|
|
|
<!-- Titles for user reengagement notifications -->
|
|
|
<string-array name="rmd_reengage_notif_titles">
|
|
|
<item>A note from Astrid</item>
|
|
|
<!-- %s -> first name -->
|
|
|
<item>Memo for %s.</item>
|
|
|
<item>Your Astrid digest</item>
|
|
|
<item>Reminders from Astrid</item>
|
|
|
</string-array>
|
|
|
|
|
|
<string name="rmd_reengage_name_default">あなた</string>
|
|
|
|
|
|
|
|
|
<string name="rmd_reengage_add_tasks">タスクを追加する</string>
|
|
|
|
|
|
<!-- Speech bubble options for astrid in reengagement notifs -->
|
|
|
<string-array name="rmd_reengage_dialog_options">
|
|
|
<item>Time to shorten your to-do list!</item>
|
|
|
<item>Dear sir or madam, some tasks await your inspection!</item>
|
|
|
<item>Hi there, could you take a look at these?</item>
|
|
|
<item>I\'ve got some tasks with your name on them!</item>
|
|
|
<item>A fresh batch of tasks for you today!</item>
|
|
|
<item>You look fabulous! Ready to get started?</item>
|
|
|
<item>A lovely day for getting some work done, I think!</item>
|
|
|
</string-array>
|
|
|
|
|
|
<!-- Speech bubble options for astrid in reengagement notifs when no tasks present -->
|
|
|
<string-array name="rmd_reengage_dialog_empty_options">
|
|
|
<item>Don\'t you want to get organized?</item>
|
|
|
<item>I\'m Astrid! I\'m here to help you do more!</item>
|
|
|
<item>You look busy! Let me take some of those tasks off of your plate.</item>
|
|
|
<item>I can help you keep track of all of the details in your life.</item>
|
|
|
<item>You\'re serious about getting more done? So am I!</item>
|
|
|
<item>Pleasure to make your acquaintance!</item>
|
|
|
</string-array>
|
|
|
<!-- ============================================= reminder preferences == -->
|
|
|
|
|
|
<!-- slide 33d: Reminder Preference Screen Title -->
|
|
|
<string name="rmd_EPr_alerts_header">通知の設定</string>
|
|
|
<string name="rmd_EPr_alerts_summary">Quiet hours, snooze options, persistence level</string>
|
|
|
|
|
|
<!-- Reminder Preference: Reminders Enabled Title -->
|
|
|
<string name="rmd_EPr_enabled_title">Reminders enabled?</string>
|
|
|
<!-- Reminder Preference Reminders Enabled Description (true) -->
|
|
|
<string name="rmd_EPr_enabled_desc_true">Reminders are enabled (this is normal)</string>
|
|
|
<!-- Reminder Preference Reminders Enabled Description (false) -->
|
|
|
<string name="rmd_EPr_enabled_desc_false">Reminders will never appear on your phone</string>
|
|
|
|
|
|
<!-- Reminder Preference: Quiet Hours Start Title -->
|
|
|
<string name="rmd_EPr_quiet_hours_start_title">消音時間の始まり</string>
|
|
|
<!-- Reminder Preference: Quiet Hours Start Description (%s => time set) -->
|
|
|
<string name="rmd_EPr_quiet_hours_start_desc">%s 以降、通知音は鳴りません</string>
|
|
|
<!-- Reminder Preference: Quiet Hours Start/End Description (disabled) -->
|
|
|
<string name="rmd_EPr_quiet_hours_desc_none">消音は無効です</string>
|
|
|
|
|
|
<!-- Reminder Preference: Quiet Hours End Title -->
|
|
|
<string name="rmd_EPr_quiet_hours_end_title">消音時間の終わり</string>
|
|
|
<!-- Reminder Preference: Quiet Hours End Description (%s => time set) -->
|
|
|
<string name="rmd_EPr_quiet_hours_end_desc">Notifications will stop being silent starting at %s</string>
|
|
|
|
|
|
<!-- Reminder Preference: Default Reminder Title -->
|
|
|
<string name="rmd_EPr_rmd_time_title">Default reminder</string>
|
|
|
<!-- Reminder Preference: Default Reminder Description (%s => time set) -->
|
|
|
<string name="rmd_EPr_rmd_time_desc">Notifications for tasks without due times will appear at %s</string>
|
|
|
|
|
|
<!-- Reminder Preference: Notification Ringtone Title -->
|
|
|
<string name="rmd_EPr_ringtone_title">通知音</string>
|
|
|
<!-- Reminder Preference: Notification Ringtone Description (when custom tone is set) -->
|
|
|
<string name="rmd_EPr_ringtone_desc_custom">カスタム通知音を使用</string>
|
|
|
<!-- Reminder Preference: Notification Ringtone Description (when silence is set) -->
|
|
|
<string name="rmd_EPr_ringtone_desc_silent">通知音は無効</string>
|
|
|
<!-- Reminder Preference: Notification Ringtone Description (when custom tone is not set) -->
|
|
|
<string name="rmd_EPr_ringtone_desc_default">デフォルトの通知音を使用</string>
|
|
|
|
|
|
<!-- Reminder Preference: Notification Persistence Title -->
|
|
|
<string name="rmd_EPr_persistent_title">通知の持続</string>
|
|
|
<!-- Reminder Preference: Notification Persistence Description (true) -->
|
|
|
<string name="rmd_EPr_persistent_desc_true">通知はひとつひとつ削除する必要があります</string>
|
|
|
<!-- Reminder Preference: Notification Persistence Description (false) -->
|
|
|
<string name="rmd_EPr_persistent_desc_false">通知は\"通知を消去\"ボタンで消えます</string>
|
|
|
|
|
|
<!-- Reminder Preference: Social Reminders Title -->
|
|
|
<string name="rmd_EPr_social_title">Social encouragement</string>
|
|
|
<!-- Reminder Preference: Social Reminders Summary (enabled) -->
|
|
|
<string name="rmd_EPr_social_summary_enabled">Reminders will show who is counting on you for shared tasks</string>
|
|
|
<!-- Reminder Preference: Social Reminders Summary (disabled) -->
|
|
|
<string name="rmd_EPr_social_summary_disabled">Reminders will not show who is counting on you for shared tasks</string>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Reminder Preference: Notification Icon Title -->
|
|
|
<!-- Reminder Preference: Notification Icon Description -->
|
|
|
|
|
|
<!-- Reminder Preference: Max Volume for Multiple-Ring reminders Title -->
|
|
|
<string name="rmd_EPr_multiple_maxvolume_title">Max volume for multiple-ring reminders</string>
|
|
|
<!-- Reminder Preference: Max Volume for Multiple-Ring reminders Description (true) -->
|
|
|
<string name="rmd_EPr_multiple_maxvolume_desc_true">Astrid will max out the volume for multiple-ring reminders</string>
|
|
|
<!-- Reminder Preference: Max Volume for Multiple-Ring reminders Description (false) -->
|
|
|
<string name="rmd_EPr_multiple_maxvolume_desc_false">Astrid will use the system setting for the volume</string>
|
|
|
|
|
|
<!-- Reminder Preference: Vibrate Title -->
|
|
|
<string name="rmd_EPr_vibrate_title">アラート時に振動する</string>
|
|
|
<!-- Reminder Preference: Vibrate Description (true) -->
|
|
|
<string name="rmd_EPr_vibrate_desc_true">通知するときに振動します</string>
|
|
|
<!-- Reminder Preference: Vibrate Description (false) -->
|
|
|
<string name="rmd_EPr_vibrate_desc_false">通知するときに振動しません</string>
|
|
|
|
|
|
<!-- Reminder Preference: Nagging Title -->
|
|
|
<string name="rmd_EPr_nagging_title">Astridの通知</string>
|
|
|
<!-- Reminder Preference: Nagging Description (true) -->
|
|
|
<string name="rmd_EPr_nagging_desc_true">通知画面に励ましメッセージを表示します</string>
|
|
|
<!-- Reminder Preference: Nagging Description (false) -->
|
|
|
<string name="rmd_EPr_nagging_desc_false">励ましメッセージを表示しません</string>
|
|
|
|
|
|
<!-- Reminder Preference: Snooze Dialog Title -->
|
|
|
<string name="rmd_EPr_snooze_dialog_title">スヌーズの時刻指定</string>
|
|
|
<!-- Reminder Preference: Snooze Dialog Description (true) -->
|
|
|
<string name="rmd_EPr_snooze_dialog_desc_true">次のスヌーズ時刻を 時:分 で指定します</string>
|
|
|
<!-- Reminder Preference: Nagging Description (false) -->
|
|
|
<string name="rmd_EPr_snooze_dialog_desc_false">次のスヌーズまでの時間間隔を指定します</string>
|
|
|
|
|
|
<!-- slide 44g: Reminder Preference: Default Reminders Title -->
|
|
|
<string name="rmd_EPr_defaultRemind_title">ランダムな通知</string>
|
|
|
<!-- Reminder Preference: Default Reminders Setting (disabled) -->
|
|
|
<string name="rmd_EPr_defaultRemind_desc_disabled">新規タスクにランダムな通知を設定しません</string>
|
|
|
<!-- Reminder Preference: Default Reminders Setting (%s => setting) -->
|
|
|
<string name="rmd_EPr_defaultRemind_desc">新規タスクにランダムな通知を設定します:%s</string>
|
|
|
|
|
|
<!-- slide 39a: Defaults Title -->
|
|
|
|
|
|
<string-array name="EPr_reminder_random">
|
|
|
<!-- slide 44a: Reminder Preference: random reminder choices for preference page. -->
|
|
|
<item>無効</item>
|
|
|
<!-- slide 44b -->
|
|
|
<item>1時間毎</item>
|
|
|
<!-- slide 44c -->
|
|
|
<item>毎日</item>
|
|
|
<!-- slide 44d-->
|
|
|
<item>毎週</item>
|
|
|
<!-- slide 44e-->
|
|
|
<item>一週間おき</item>
|
|
|
<!-- slide 44f -->
|
|
|
<item>毎月</item>
|
|
|
<item>一ヶ月おき</item>
|
|
|
</string-array>
|
|
|
|
|
|
<string-array name="EPr_quiet_hours_start">
|
|
|
<!-- Reminder Preference: quiet_hours_start: options for preference menu. Translate but don\'t change the times!. -->
|
|
|
<item>無効</item>
|
|
|
<item>午後8時</item>
|
|
|
<item>午後9時</item>
|
|
|
<item>午後10時</item>
|
|
|
<item>午後11時</item>
|
|
|
<item>午後12時</item>
|
|
|
<item>午前1時</item>
|
|
|
<item>午前2時</item>
|
|
|
<item>午前3時</item>
|
|
|
<item>午前4時</item>
|
|
|
<item>午前5時</item>
|
|
|
<item>午前6時</item>
|
|
|
<item>午前7時</item>
|
|
|
<item>午前8時</item>
|
|
|
<item>午前9時</item>
|
|
|
<item>午前10時</item>
|
|
|
<item>午前11時</item>
|
|
|
<item>正午</item>
|
|
|
<item>午後1時</item>
|
|
|
<item>午後2時</item>
|
|
|
<item>午後3時</item>
|
|
|
<item>午後4時</item>
|
|
|
<item>午後5時</item>
|
|
|
<item>午後6時</item>
|
|
|
<item>午後7時</item>
|
|
|
</string-array>
|
|
|
|
|
|
<string-array name="EPr_quiet_hours_end">
|
|
|
<!-- Reminder Preference: quiet_hours_end: options for preference menu. Translate but don\'t change the times! -->
|
|
|
<item>午前9時</item>
|
|
|
<item>午前10時</item>
|
|
|
<item>午前11時</item>
|
|
|
<item>正午</item>
|
|
|
<item>午後1時</item>
|
|
|
<item>午後2時</item>
|
|
|
<item>午後3時</item>
|
|
|
<item>午後4時</item>
|
|
|
<item>午後5時</item>
|
|
|
<item>午後6時</item>
|
|
|
<item>午後7時</item>
|
|
|
<item>午後8時</item>
|
|
|
<item>午後9時</item>
|
|
|
<item>午後10時</item>
|
|
|
<item>午後11時</item>
|
|
|
<item>午後12時</item>
|
|
|
<item>午前1時</item>
|
|
|
<item>午前2時</item>
|
|
|
<item>午前3時</item>
|
|
|
<item>午前4時</item>
|
|
|
<item>午前5時</item>
|
|
|
<item>午前6時</item>
|
|
|
<item>午前7時</item>
|
|
|
<item>午前8時</item>
|
|
|
</string-array>
|
|
|
|
|
|
<string-array name="EPr_rmd_time">
|
|
|
<!-- Reminder Preference: rmd_time: options for preference menu. Translate but don\'t change the times! -->
|
|
|
<item>午前9時</item>
|
|
|
<item>午前10時</item>
|
|
|
<item>午前11時</item>
|
|
|
<item>正午</item>
|
|
|
<item>午後1時</item>
|
|
|
<item>午後2時</item>
|
|
|
<item>午後3時</item>
|
|
|
<item>午後4時</item>
|
|
|
<item>午後5時</item>
|
|
|
<item>午後6時</item>
|
|
|
<item>午後7時</item>
|
|
|
<item>午後8時</item>
|
|
|
<item>午後9時</item>
|
|
|
<item>午後10時</item>
|
|
|
<item>午後11時</item>
|
|
|
<item>午後12時</item>
|
|
|
<item>午前1時</item>
|
|
|
<item>午前2時</item>
|
|
|
<item>午前3時</item>
|
|
|
<item>午前4時</item>
|
|
|
<item>午前5時</item>
|
|
|
<item>午前6時</item>
|
|
|
<item>午前7時</item>
|
|
|
<item>午前8時</item>
|
|
|
</string-array>
|
|
|
|
|
|
<!-- =============================================== random reminders == -->
|
|
|
|
|
|
<string-array name="reminders_social">
|
|
|
<item>この人々はあなたを頼りにしています!</item>
|
|
|
</string-array>
|
|
|
|
|
|
<string-array name="reminders">
|
|
|
<!-- reminders: Make these < 20 chars so the task name is displayed -->
|
|
|
<item>やあ、ちょっと時間ある?</item>
|
|
|
<item>少しお時間いただけますか?</item>
|
|
|
<item>2~3分お時間ありますか?</item>
|
|
|
<item>忘れましたか?</item>
|
|
|
<item>すいません!</item>
|
|
|
<item>何時あなたに少し時間がありますか?</item>
|
|
|
<item>あなたの当面の課題に入っています</item>
|
|
|
<item>少しお時間ありますか?</item>
|
|
|
<item>Astridはここだよ!</item>
|
|
|
<item>こんにちは、ちょっと邪魔していい?</item>
|
|
|
<item>ちょっとお時間よろしいですか?</item>
|
|
|
<item>It\'s a great day to</item>
|
|
|
</string-array>
|
|
|
|
|
|
<string-array name="reminders_due">
|
|
|
<!-- reminders related to task due date -->
|
|
|
<item>働く時!</item>
|
|
|
<item>期限日が到来です</item>
|
|
|
<item>始める準備はできてる?</item>
|
|
|
<item>あなたは次のことをやるといいました:</item>
|
|
|
<item>あなたは開始することになっています。</item>
|
|
|
<item>始める時</item>
|
|
|
<item>時間ですよ!</item>
|
|
|
<item>すいません!~のための時間を</item>
|
|
|
<item>手、空いてる? これやらなくちゃ。</item>
|
|
|
</string-array>
|
|
|
|
|
|
<string-array name="reminders_snooze">
|
|
|
<!-- reminders related to snooze -->
|
|
|
<item>今は怠けちゃダメだよ</item>
|
|
|
<item>スヌーズの時間切れです!</item>
|
|
|
<item>もう居眠りしないで!</item>
|
|
|
<item>今、準備はいいかい?</item>
|
|
|
<item>もう先送りしないで!</item>
|
|
|
</string-array>
|
|
|
|
|
|
<string-array name="reminder_responses">
|
|
|
<!-- responses to reminder: Astrid says... (user should answer yes or no) -->
|
|
|
<item>あなたに贈り物があります。</item>
|
|
|
<item>これを過去のこととして忘れてしまう準備はできてる?</item>
|
|
|
<item>これをやってしまいませんか?</item>
|
|
|
<item>それはどうだい?準備はできてるかい?</item>
|
|
|
<item>これをする準備はできてる?</item>
|
|
|
<item>君はこれを扱えるかい?</item>
|
|
|
<item>君も喜ぶと思うよ!これをただ終わらせるだけでいいんだ!</item>
|
|
|
<item>終わらせればぜったい気分がいいって!</item>
|
|
|
<item>今日はこれをしないんですか?</item>
|
|
|
<item>これを終わらせて下さい。私はもううんざりです。</item>
|
|
|
<item>これを終えられるかい?そう、君ならできる!</item>
|
|
|
<item>あなたは一体これをするつもりなの?</item>
|
|
|
<item>あなた自身に自信を持って!さあ行こう!</item>
|
|
|
<item>あなたはとても偉い!それをやり遂げましょう!</item>
|
|
|
<item>これを終えたらちょっと軽食どう?</item>
|
|
|
<item>ただこのタスク1つだけ?たのむよ</item>
|
|
|
<item>あなたのToDoリストを短くすべき時</item>
|
|
|
<item>あなたは秩序あるチームにいるの?それとも大混乱のチームにいるの?秩序あるチームだよね!さあ行こう!</item>
|
|
|
<item>最近あなたはすごいと言いましたっけ?その調子!</item>
|
|
|
<item>タスクを1日1つこなし続ければゴチャゴチャがなくなる…。ゴチャゴチャよさようなら!</item>
|
|
|
<item>それはどういう風にやるものなの? ワオ、これはすごい!</item>
|
|
|
<item>君の容姿端麗さだけではやっていけないよ。さあ、それに取り掛かろう!</item>
|
|
|
<item>こんな仕事にとって素敵な天気ですね?</item>
|
|
|
<item>これをやりながらお茶でも1杯どう?</item>
|
|
|
<item>If only you had already done this, then you could go outside and play.</item>
|
|
|
<item>It\'s time. You can\'t put off the inevitable.</item>
|
|
|
<item>君が私を無視するたびに私はずっこける。</item>
|
|
|
</string-array>
|
|
|
|
|
|
<string-array name="postpone_nags">
|
|
|
<!-- Astrid\'s nagging when user clicks postpone -->
|
|
|
<item>Please tell me it isn\'t true that you\'re a procrastinator!</item>
|
|
|
<item>Doesn\'t being lazy get old sometimes?</item>
|
|
|
<item>Somewhere, someone is depending on you to finish this!</item>
|
|
|
<item>When you said postpone, you really meant \'I\'m doing this\', right?</item>
|
|
|
<item>This is the last time you postpone this, right?</item>
|
|
|
<item>Just finish this today, I won\'t tell anyone!</item>
|
|
|
<item>Why postpone when you can um... not postpone!</item>
|
|
|
<item>You\'ll finish this eventually, I presume?</item>
|
|
|
<item>I think you\'re really great! How about not putting this off?</item>
|
|
|
<item>Will you be able to achieve your goals if you do that?</item>
|
|
|
<item>Postpone, postpone, postpone. When will you change!</item>
|
|
|
<item>I\'ve had enough with your excuses! Just do it already!</item>
|
|
|
<item>Didn\'t you make that excuse last time?</item>
|
|
|
<item>I can\'t help you organize your life if you do that...</item>
|
|
|
</string-array>
|
|
|
|
|
|
|
|
|
<!--
|
|
|
** Copyright (c) 2012 Todoroo Inc
|
|
|
**
|
|
|
** See the file "LICENSE" for the full license governing this code.
|
|
|
-->
|
|
|
|
|
|
|
|
|
<!-- Resources for built-in repeat plug-in -->
|
|
|
|
|
|
<!-- repeating plugin name -->
|
|
|
<string name="repeat_plugin">Repeating Tasks</string>
|
|
|
|
|
|
<!-- repeating plugin description -->
|
|
|
<string name="repeat_plugin_desc">Allows tasks to repeat</string>
|
|
|
|
|
|
<!-- slide 20a: checkbox for turning on/off repeats -->
|
|
|
<string name="repeat_enabled">繰り返し</string>
|
|
|
|
|
|
<!-- slide 20b: button for "every x" part of repeat (%d -> repeat value) -->
|
|
|
<string name="repeat_every">Every %d</string>
|
|
|
|
|
|
<!-- hint when opening repeat interval -->
|
|
|
<string name="repeat_interval_prompt">繰り返し間隔</string>
|
|
|
|
|
|
<!-- slide 19b-->
|
|
|
<string name="repeat_never">Repeating?</string>
|
|
|
<!-- slide 20f-->
|
|
|
<string name="repeat_dont">Don\'t repeat</string>
|
|
|
|
|
|
<string-array name="repeat_interval_short">
|
|
|
<!-- repeat interval (days,weeks,months,hours,minutes,years) -->
|
|
|
<item>d</item>
|
|
|
<item>wk</item>
|
|
|
<item>mo</item>
|
|
|
<item>時間</item>
|
|
|
<item>分</item>
|
|
|
<item>yr</item>
|
|
|
</string-array>
|
|
|
|
|
|
|
|
|
<string-array name="repeat_interval">
|
|
|
<!-- slide 20e: repeat interval (days,weeks,months,hours,minutes,years) -->
|
|
|
<item>日毎</item>
|
|
|
<item>週毎</item>
|
|
|
<item>か月毎</item>
|
|
|
<item>時間毎</item>
|
|
|
<item>Minute(s)</item>
|
|
|
<item>Year(s)</item>
|
|
|
</string-array>
|
|
|
|
|
|
<string name="repeat_days">日々</string>
|
|
|
<string name="repeat_weekdays">weekdays</string>
|
|
|
<string name="repeat_weeks">weeks</string>
|
|
|
<string name="repeat_months">months</string>
|
|
|
<string name="repeat_years">years</string>
|
|
|
<string name="repeat_hours">hours</string>
|
|
|
<string name="repeat_minutes">分</string>
|
|
|
|
|
|
<string-array name="repeat_until_shortcuts">
|
|
|
<item>Forever</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="repeat_until_title">Repeat until...</string>
|
|
|
|
|
|
<string name="repeat_keep_going">Keep going</string>
|
|
|
|
|
|
<string-array name="repeat_type">
|
|
|
<!-- slide 20c: repeat type (date to repeat from) -->
|
|
|
<item>期限から</item>
|
|
|
<!-- slide 20c -->
|
|
|
<item>完了日から</item>
|
|
|
</string-array>
|
|
|
|
|
|
<!-- task detail weekly by day ($I -> interval, i.e. 1 week, $D -> days, i.e. Monday, Tuesday) -->
|
|
|
<string name="repeat_detail_byday">$I ($D 曜日)</string>
|
|
|
|
|
|
<!-- task detail for repeat from due date (%s -> interval) -->
|
|
|
<string name="repeat_detail_duedate">%s</string>
|
|
|
|
|
|
<!-- task detail for repeat until a specific date (%1$s -> interval, %2$s -> finish date)-->
|
|
|
<string name="repeat_detail_duedate_until">Every %1$s\nuntil %2$s</string>
|
|
|
|
|
|
<!-- task detail for repeat from completion date (%s -> interval) -->
|
|
|
<string name="repeat_detail_completion">完了日から %s</string>
|
|
|
|
|
|
<!-- text for button when repeating task indefinitely -->
|
|
|
<string name="repeat_forever">Repeat forever</string>
|
|
|
|
|
|
<!-- text for button when repeating task until specified date (%s -> date string) -->
|
|
|
<string name="repeat_until">Repeat until %s</string>
|
|
|
|
|
|
<!-- text for confirmation dialog after repeating a task (%s -> task title)-->
|
|
|
<string name="repeat_rescheduling_dialog_title">Rescheduling task \"%s\"</string>
|
|
|
|
|
|
<!-- text for confirmation dialog after repeating a task for the last time (%s -> task title)-->
|
|
|
<string name="repeat_rescheduling_dialog_title_last_time">Completed repeating task \"%s\"</string>
|
|
|
|
|
|
<!-- text for when a repeating task was rescheduled (%1$s -> encouragment string, %2$s -> old due date, %3$s -> new due date)-->
|
|
|
<string name="repeat_rescheduling_dialog_bubble">%1$s I\'ve rescheduled this repeating task from %2$s to %3$s</string>
|
|
|
|
|
|
<!-- text for when a repeating task was rescheduled but didn\'t have a due date yet, (%1$s -> encouragement string, %2$s -> new due date) -->
|
|
|
<string name="repeat_rescheduling_dialog_bubble_no_date">%1$s I\'ve rescheduled this repeating task to %2$s</string>
|
|
|
|
|
|
<!-- text for when a repeating task was rescheduled for the last time (%1$s -> repeat end date, %2$s -> encouragement string)-->
|
|
|
<string name="repeat_rescheduling_dialog_bubble_last_time">You had this repeating until %1$s, and now you\'re all done. %2$s</string>
|
|
|
|
|
|
<string-array name="repeat_encouragement">
|
|
|
<!-- Encouragement in rescheduling dialog bubble -->
|
|
|
<item>上出来だ!</item>
|
|
|
<item>Wow… I\'m so proud of you!</item>
|
|
|
<item>I love when you\'re productive!</item>
|
|
|
<item>何かにチェック済みの印を付けるのは気分良くないですか?</item>
|
|
|
</string-array>
|
|
|
|
|
|
<string-array name="repeat_encouragement_last_time">
|
|
|
<!-- Encouragement in rescheduling dialog bubble -->
|
|
|
<item>上出来だ!</item>
|
|
|
<item>I\'m so proud of you!</item>
|
|
|
<item>I love when you\'re productive!</item>
|
|
|
</string-array>
|
|
|
|
|
|
|
|
|
|
|
|
<!--
|
|
|
** Copyright (c) 2012 Todoroo Inc
|
|
|
**
|
|
|
** See the file "LICENSE" for the full license governing this code.
|
|
|
-->
|
|
|
|
|
|
|
|
|
<!-- Subtasks Help Introduction -->
|
|
|
<string name="subtasks_help_title">Sort and Indent</string>
|
|
|
<string name="subtasks_help_1">Tap and hold to move a task</string>
|
|
|
<string name="subtasks_help_2">Drag vertically to rearrange</string>
|
|
|
<string name="subtasks_help_3">Drag horizontally to indent</string>
|
|
|
|
|
|
|
|
|
|
|
|
<!--
|
|
|
** Copyright (c) 2012 Todoroo Inc
|
|
|
**
|
|
|
** See the file "LICENSE" for the full license governing this code.
|
|
|
-->
|
|
|
|
|
|
|
|
|
<!-- Resources for built-in tag plug-in -->
|
|
|
|
|
|
<!-- =============================================== Task Edit Controls == -->
|
|
|
|
|
|
<!-- Tags label -->
|
|
|
<string name="TEA_tags_label">リスト</string>
|
|
|
|
|
|
<!-- Tags label long version -->
|
|
|
<string name="TEA_tags_label_long">Add to lists</string>
|
|
|
|
|
|
<!-- slide 16h: Tags none -->
|
|
|
<string name="TEA_tags_none">None</string>
|
|
|
|
|
|
<!-- Tags hint -->
|
|
|
<string name="TEA_tag_hint">New list</string>
|
|
|
|
|
|
<!-- Tags dropdown -->
|
|
|
|
|
|
<!-- =============================================== Task List Controls == -->
|
|
|
|
|
|
<!-- menu item for tags -->
|
|
|
|
|
|
<!-- ========================================================== Extras == -->
|
|
|
|
|
|
<!-- Context Item: show tag -->
|
|
|
|
|
|
<!-- slide 25a: Dialog: new list -->
|
|
|
<string name="tag_new_list">新しいリスト</string>
|
|
|
|
|
|
<!-- Dialog: list saved -->
|
|
|
|
|
|
<!-- Dialog: task created without title -->
|
|
|
<string name="tag_no_title_error">Please enter a name for this list first!</string>
|
|
|
|
|
|
<!-- ========================================================== Filters == -->
|
|
|
|
|
|
<!-- filter button to add tag -->
|
|
|
<string name="tag_FEx_add_new">New</string>
|
|
|
|
|
|
<!-- filter header for tags -->
|
|
|
<string name="tag_FEx_header">リスト</string>
|
|
|
|
|
|
<!-- filter header for tags user created -->
|
|
|
|
|
|
<!-- filter header for tags, shared with user -->
|
|
|
|
|
|
<!-- filter header for tags which have no active tasks -->
|
|
|
|
|
|
<!-- slide 10d: filter for untagged tasks -->
|
|
|
<string name="tag_FEx_untagged">Not in any List</string>
|
|
|
|
|
|
<!-- clarifying title for people who have Google and Astrid lists -->
|
|
|
<string name="tag_FEx_untagged_w_astrid">Not in an Astrid List</string>
|
|
|
|
|
|
<!-- slide 27a: %s => tag name -->
|
|
|
|
|
|
<!-- context menu option to rename a tag -->
|
|
|
<string name="tag_cm_rename">Rename List</string>
|
|
|
|
|
|
<!-- context menu option to delete a tag -->
|
|
|
<string name="tag_cm_delete">Delete List</string>
|
|
|
|
|
|
<!-- context menu option to leave a shared list -->
|
|
|
<string name="tag_cm_leave">Leave List</string>
|
|
|
|
|
|
<!-- Dialog to confirm deletion of a tag (%s -> the name of the list to be deleted) -->
|
|
|
<string name="DLG_delete_this_tag_question">Delete this list: %s? (No tasks will be deleted.)</string>
|
|
|
|
|
|
<!-- Dialog to confirm leaving a shared tag (%s -> the name of the shared list to leave) -->
|
|
|
<string name="DLG_leave_this_shared_tag_question">Leave this shared list: %s? (No tasks will be deleted.)</string>
|
|
|
|
|
|
<!-- Dialog to rename tag -->
|
|
|
<string name="DLG_rename_this_tag_header">Rename the list %s to:</string>
|
|
|
|
|
|
<!-- Toast notification that no changes have been made -->
|
|
|
<string name="TEA_no_tags_modified">変更されませんでした</string>
|
|
|
|
|
|
<!-- Toast notification that a tag has been deleted (%1$s - list name, %2$d - # tasks) -->
|
|
|
<string name="TEA_tags_deleted">List %1$s was deleted, affecting %2$d tasks</string>
|
|
|
|
|
|
<!-- Toast notification that a shared tag has been left (%1$s - list name, %2$d - # tasks) -->
|
|
|
<string name="TEA_tags_left">You left shared list %1$s, affecting %2$d tasks</string>
|
|
|
|
|
|
<!-- Toast notification that a tag has been renamed (%1$s - old name, %2$s - new name, %3$d - # tasks) -->
|
|
|
<string name="TEA_tags_renamed">Renamed %1$s with %2$s for %3$d tasks</string>
|
|
|
|
|
|
<!-- Tag case migration -->
|
|
|
<string name="tag_case_migration_notice">We\'ve noticed that you have some lists that have the same name with different capitalizations. We think you may have intended them to
|
|
|
be the same list, so we\'ve combined the duplicates. Don\'t worry though: the original lists are simply renamed with numbers (e.g. Shopping_1, Shopping_2). If you don\'t want this, you
|
|
|
can simply delete the new combined list!</string>
|
|
|
|
|
|
<!-- Header for tag settings -->
|
|
|
<string name="tag_settings_title">Settings:</string>
|
|
|
|
|
|
<!-- Header for tag activity -->
|
|
|
<string name="tag_updates_title">Activity: %s</string>
|
|
|
|
|
|
<!-- Delete button for tag settings -->
|
|
|
<string name="tag_delete_button">Delete list</string>
|
|
|
|
|
|
<!-- slide 28d: Leave button for tag settings -->
|
|
|
<string name="tag_leave_button">Leave this list</string>
|
|
|
|
|
|
|
|
|
|
|
|
<!--
|
|
|
** Copyright (c) 2012 Todoroo Inc
|
|
|
**
|
|
|
** See the file "LICENSE" for the full license governing this code.
|
|
|
-->
|
|
|
|
|
|
|
|
|
<!-- Resources for built-in timers plug-in -->
|
|
|
|
|
|
<!-- Task List: Start Timer button -->
|
|
|
|
|
|
<!-- Task List: Stop Timer button -->
|
|
|
|
|
|
<!-- Android Notification Title (%s => # tasks) -->
|
|
|
<string name="TPl_notification">Timers Active for %s!</string>
|
|
|
|
|
|
<!-- Filter Header for Timer plugin -->
|
|
|
|
|
|
<!-- Filter for Timed Tasks -->
|
|
|
<string name="TFE_workingOn">Tasks Being Timed</string>
|
|
|
|
|
|
<!-- Title for TEA -->
|
|
|
<string name="TEA_timer_controls">Timer</string>
|
|
|
|
|
|
|
|
|
<!-- Edit Notes: create comment for when timer is started -->
|
|
|
<string name="TEA_timer_comment_started">started this task:</string>
|
|
|
|
|
|
<!-- Edit Notes: create comment for when timer is stopped -->
|
|
|
<string name="TEA_timer_comment_stopped">stopped doing this task:</string>
|
|
|
|
|
|
<!-- Edit Notes: comment to notify how long was spent on task -->
|
|
|
<string name="TEA_timer_comment_spent">Time spent:</string>
|
|
|
|
|
|
|
|
|
|
|
|
<!--
|
|
|
** Copyright (c) 2012 Todoroo Inc
|
|
|
**
|
|
|
** See the file "LICENSE" for the full license governing this code.
|
|
|
-->
|
|
|
|
|
|
|
|
|
<!-- Update string from activity codes %1$s - user, %2$s - target name, %3$s - message, %4$s - other_user-->
|
|
|
|
|
|
<!-- NOTE TO TRANSLATORS: things beginning with $link_ are special tokens we use for string formatting.
|
|
|
Please do not translate this part of the string. -->
|
|
|
|
|
|
<!-- These are still in use -->
|
|
|
<string name="update_string_default_comment">%1$s commented: %3$s</string>
|
|
|
<string name="update_string_task_comment">%1$s on $link_task: %3$s</string>
|
|
|
<string name="update_string_tag_comment">%1$s on %2$s: %3$s</string>
|
|
|
<string name="update_string_user_self">あなた</string>
|
|
|
|
|
|
<string name="history_yourself">yourself</string>
|
|
|
<string name="history_you">あなた</string>
|
|
|
<string name="history_a_deleted_user">(a deleted user)</string>
|
|
|
|
|
|
<string name="history_this_list">このリスト</string>
|
|
|
<string name="history_this_task">このタスク</string>
|
|
|
<string name="history_tag_added">added %1$s to %2$s</string>
|
|
|
<string name="history_tag_removed">removed %1$s from %2$s</string>
|
|
|
<string name="history_attach_added">attached %1$s to %2$s</string>
|
|
|
<string name="history_attach_removed">removed %1$s from %2$s</string>
|
|
|
<string name="history_left_list">left %s</string>
|
|
|
<string name="history_deleted">deleted %s</string>
|
|
|
<string name="history_undeleted">undeleted %s</string>
|
|
|
<string name="history_completed">completed %s</string>
|
|
|
<string name="history_uncompleted">uncompleted %s</string>
|
|
|
<string name="history_importance_changed">changed %1$s priority from %2$s to %3$s</string>
|
|
|
<string name="history_title_changed">changed %1$s title from %2$s to %3$s</string>
|
|
|
<string name="history_title_set">set %1$s title to %2$s</string>
|
|
|
<string name="history_name_changed">changed name from %1$s to %2$s</string>
|
|
|
<string name="history_name_set">set name to %2$s</string>
|
|
|
<string name="history_description_changed">changed description from %1$s to %2$s</string>
|
|
|
<string name="history_description_set">set description to %2$s</string>
|
|
|
<string name="history_made_public">made %s public</string>
|
|
|
<string name="history_made_private">made %s private</string>
|
|
|
<string name="history_silenced">silenced %s</string>
|
|
|
<string name="history_unsilenced">unsilenced %s</string>
|
|
|
<string name="history_favorited">favorited %s</string>
|
|
|
<string name="history_unfavorited">unfavorited %s</string>
|
|
|
<string name="history_changed_list_picture">change this list\'s picture</string>
|
|
|
<string name="history_added_description_characters">added %1$d characters to %2$s description</string>
|
|
|
<string name="history_removed_description">removed %s description</string>
|
|
|
<string name="history_removed_description_characters">removed %1$d characters from %2$s description</string>
|
|
|
<string name="history_updated_description">updated %s description</string>
|
|
|
<string name="history_changed_list_owner">changed list owner to %s</string>
|
|
|
<string name="history_created_this_list">created this list</string>
|
|
|
<string name="history_unassigned">unassigned %s</string>
|
|
|
<string name="history_claimed">claimed %s</string>
|
|
|
<string name="history_assigned_to">assigned %1$s to %2$s</string>
|
|
|
<string name="history_created_for">created %1$s for %2$s</string>
|
|
|
<string name="history_created">created %s</string>
|
|
|
<string name="history_changed_due_date">changed %1$s due date from %2$s to %3$s</string>
|
|
|
<string name="history_set_due_date">set %1$s due date to %2$s</string>
|
|
|
<string name="history_removed_due_date">removed %s due date</string>
|
|
|
<string name="history_completed_repeating_task">completed %1$s (now due on %2$s)</string>
|
|
|
<string name="history_added_user">added %1$s to %2$s</string>
|
|
|
<string name="history_removed_user">removed %1$s from %2$s</string>
|
|
|
<string name="history_changed_repeat">changed %1$s repeat to %2$s</string>
|
|
|
<string name="history_removed_repeat">removed %s repeat</string>
|
|
|
<string name="history_shared_with">shared %1$s with %2$s</string>
|
|
|
<string name="history_unshared_with">unshared %1$s with %2$s</string>
|
|
|
<string name="history_repeat_every">every %s</string>
|
|
|
<string name="history_repeat_on">on %s</string>
|
|
|
<string name="history_repeat_from_completion">after completion</string>
|
|
|
<string name="history_acknowledged">viewed %s</string>
|
|
|
|
|
|
<string name="history_default">changed %1$s to %2$s</string>
|
|
|
|
|
|
|
|
|
<!--
|
|
|
** Copyright (c) 2012 Todoroo Inc
|
|
|
**
|
|
|
** See the file "LICENSE" for the full license governing this code.
|
|
|
-->
|
|
|
|
|
|
|
|
|
<!-- Voice Add Prompt Text -->
|
|
|
<string name="voice_create_prompt">Speak to create a task</string>
|
|
|
<string name="voice_edit_title_prompt">Speak to set task title</string>
|
|
|
<string name="voice_edit_note_prompt">Speak to set task description</string>
|
|
|
|
|
|
<!-- Preference: Task List recognition-service is not installed, but available -->
|
|
|
<string name="EPr_voiceInputInstall_dlg">Voice-input is not installed.\nDo you want to go to the market and install it?</string>
|
|
|
<!-- Preference: Task List recognition-service is not available for this system -->
|
|
|
<string name="EPr_voiceInputUnavailable_dlg">Unfortunately voice-input is not available for your system.\nIf possible, please update Android to 2.1 or later.</string>
|
|
|
<!-- Preference: Market is not available for this system -->
|
|
|
<string name="EPr_marketUnavailable_dlg">Unfortunately the market is not available for your system.\nIf possible, try downloading voice search from another source.</string>
|
|
|
<!-- slide 38d: Preference: Task List Show Voice-button if recognition-service is available -->
|
|
|
<string name="EPr_voiceInputEnabled_title">Voice input</string>
|
|
|
<!-- slide 38a: Preference: voice button description (true) -->
|
|
|
<string name="EPr_voiceInputEnabled_desc_enabled">Voice input button will be displayed in task list page</string>
|
|
|
<!-- Preference: voice button description (false) -->
|
|
|
<string name="EPr_voiceInputEnabled_desc_disabled">Voice input button will be hidden on task list page</string>
|
|
|
<!-- slide 38e: Preference: Task List Voice-button directly creates tasks -->
|
|
|
<string name="EPr_voiceInputCreatesTask_title">Directly create tasks</string>
|
|
|
<!-- Preference: Task List Voice-creation description (true) -->
|
|
|
<string name="EPr_voiceInputCreatesTask_desc_enabled">Tasks will automatically be created from voice input</string>
|
|
|
<!-- slide 38b: Preference: Task List Voice-creation description (false) -->
|
|
|
<string name="EPr_voiceInputCreatesTask_desc_disabled">You can edit the task title after voice input finishes</string>
|
|
|
<!-- slide 38f: Preference: Voice reminders if TTS-service is available -->
|
|
|
<string name="EPr_voiceRemindersEnabled_title">Voice reminders</string>
|
|
|
<!-- Preference: Voice reminders description (true) -->
|
|
|
<string name="EPr_voiceRemindersEnabled_desc_enabled">Astrid will speak task names during task reminders</string>
|
|
|
<!-- slide 38c: Preference: Voice reminders description (false) -->
|
|
|
<string name="EPr_voiceRemindersEnabled_desc_disabled">Astrid will sound a ringtone during task reminders</string>
|
|
|
|
|
|
<!-- slide 32d: Preference Category: Voice Title -->
|
|
|
<string name="EPr_voice_header">Voice input settings</string>
|
|
|
|
|
|
|
|
|
|
|
|
<!--
|
|
|
** Copyright (c) 2012 Todoroo Inc
|
|
|
**
|
|
|
** See the file "LICENSE" for the full license governing this code.
|
|
|
-->
|
|
|
|
|
|
|
|
|
<!-- slide 30a-->
|
|
|
<string name="welcome_setting">チュートリアルを表示する</string>
|
|
|
|
|
|
<string name="welcome_title_1">Welcome to Astrid!</string>
|
|
|
|
|
|
<!-- slide 2a -->
|
|
|
<string name="welcome_title_2">リストを作る</string>
|
|
|
|
|
|
<!-- slide 3a-->
|
|
|
<string name="welcome_title_3">Switch between lists</string>
|
|
|
|
|
|
<!-- slide 4a -->
|
|
|
<string name="welcome_title_4">リストをシェアする</string>
|
|
|
|
|
|
<!-- slide 5a -->
|
|
|
<string name="welcome_title_5">タスクを分担する</string>
|
|
|
|
|
|
<!-- slide 6a -->
|
|
|
<string name="welcome_title_6">詳細を提供する</string>
|
|
|
|
|
|
<!-- slide 7a -->
|
|
|
<string name="welcome_title_7">Connect now\nto get started!</string>
|
|
|
|
|
|
<string name="welcome_title_7_return">そういうことです!</string>
|
|
|
|
|
|
<!-- slide 1b -->
|
|
|
<string name="welcome_body_1">The perfect personal to-do list \nthat works great with friends</string>
|
|
|
|
|
|
<!-- slide 2b-->
|
|
|
<string name="welcome_body_2">Great for any list:\nread, watch, buy, visit!</string>
|
|
|
|
|
|
<!-- slide 3b -->
|
|
|
<string name="welcome_body_3">Tap the list title \nto see all your lists</string>
|
|
|
|
|
|
<!-- slide 4b -->
|
|
|
<string name="welcome_body_4">Share lists with \nfriends, housemates,\nor your sweetheart!</string>
|
|
|
|
|
|
<!-- slide 5b -->
|
|
|
<string name="welcome_body_5">誰かなんて気にしないで \nデザートを持って来ます</string>
|
|
|
|
|
|
<!-- slide 6b-->
|
|
|
<string name="welcome_body_6">タップしてメモを加える、\nリマインダーを設定する、\nそしてもっと!</string>
|
|
|
<string name="welcome_body_7">Login</string>
|
|
|
|
|
|
<string name="welcome_body_7_return">Astridをタップして戻る</string>
|
|
|
|
|
|
<!-- slide 1c -->
|
|
|
<string name="welcome_next">次へ</string>
|
|
|
|
|
|
|
|
|
|
|
|
<!--
|
|
|
** Copyright (c) 2012 Todoroo Inc
|
|
|
**
|
|
|
** See the file "LICENSE" for the full license governing this code.
|
|
|
-->
|
|
|
|
|
|
|
|
|
<!-- Resources for power pack widget -->
|
|
|
|
|
|
<string name="PPW_widget_42_label">Astrid Premium 4x2</string>
|
|
|
<string name="PPW_widget_43_label">Astrid Premium 4x3</string>
|
|
|
<string name="PPW_widget_44_label">Astrid Premium 4x4</string>
|
|
|
<string name="PPW_widget_v11_label">Astrid Scrollable Premium</string>
|
|
|
<string name="PPW_widget_custom_label">Astrid Custom Launcher Premium</string>
|
|
|
<string name="PPW_widget_custom_launcherpro_label">Astrid Launcher Pro Premium</string>
|
|
|
|
|
|
<string name="PPW_configure_title">Configure Widget</string>
|
|
|
|
|
|
<string name="PPW_color">Widget color</string>
|
|
|
<string name="PPW_enable_calendar">Show calendar events</string>
|
|
|
<string name="PPW_disable_encouragements">Hide encouragements</string>
|
|
|
<string name="PPW_show_dates">Show due dates</string>
|
|
|
<string name="PPW_filter">Select Filter</string>
|
|
|
|
|
|
<string name="PPW_due">Due:</string>
|
|
|
<string name="PPW_past_due">Past Due:</string>
|
|
|
|
|
|
<string name="PPW_old_astrid_notice">このウィジェットを使うためにはAstridのバージョン3.6以降が必要です。</string>
|
|
|
|
|
|
<string-array name="PPW_encouragements">
|
|
|
<!-- general encouragements -->
|
|
|
<item>Hi there!</item>
|
|
|
<item>Have time to finish something?</item>
|
|
|
<item>Gosh, you are looking suave today!</item>
|
|
|
<item>Do something great today!</item>
|
|
|
<item>Make me proud today!</item>
|
|
|
<item>How are you doing today?</item>
|
|
|
</string-array>
|
|
|
|
|
|
<string-array name="PPW_encouragements_tod">
|
|
|
<!-- encouragements based on time of day -->
|
|
|
<item>Good morning!</item>
|
|
|
<item>Good afternoon!</item>
|
|
|
<item>Good evening!</item>
|
|
|
<item>Late night?</item>
|
|
|
<item>It\'s early, get something done!</item>
|
|
|
<item>Afternoon tea, perhaps?</item>
|
|
|
<item>Enjoy the evening!</item>
|
|
|
<item>Sleep is good for you, you know!</item>
|
|
|
</string-array>
|
|
|
|
|
|
<string-array name="PPW_encouragements_completed">
|
|
|
<!-- encouragements based on tasks completed (%d => completed) -->
|
|
|
<item>You\'ve already completed %d tasks!</item>
|
|
|
<item>Score in life: %d tasks completed</item>
|
|
|
<item>Smile! You\'ve already finished %d tasks!</item>
|
|
|
</string-array>
|
|
|
<string name="PPW_encouragements_none_completed">You haven\'t completed very many tasks yet! Shall we?</string>
|
|
|
|
|
|
<string-array name="PPW_colors">
|
|
|
<item>Black</item>
|
|
|
<item>White</item>
|
|
|
<item>Blue</item>
|
|
|
<item>Translucent</item>
|
|
|
</string-array>
|
|
|
|
|
|
<string name="PPW_widget_dlg_text">This widget is only available to owners of the PowerPack!</string>
|
|
|
<string name="PPW_widget_dlg_ok">Preview</string>
|
|
|
|
|
|
<string name="PPW_demo_title1">Items on %s will go here</string>
|
|
|
<string name="PPW_demo_title2">Power Pack includes Premium Widgets...</string>
|
|
|
<string name="PPW_demo_title3">...voice add and good feelings!</string>
|
|
|
<string name="PPW_demo_title4">Tap to learn more!</string>
|
|
|
|
|
|
<string name="PPW_info_title">Free Power Pack!</string>
|
|
|
<string name="PPW_info_signin">Sign in!</string>
|
|
|
<string name="PPW_info_later">後で</string>
|
|
|
<string name="PPW_unlock_howto">Share lists with friends! Unlock the free Power Pack when 3 friends sign up with Astrid.</string>
|
|
|
<string name="PPW_check_button">Get the Power Pack for free!</string>
|
|
|
<string name="PPW_check_share_lists">Share lists!</string>
|
|
|
<string name="PPW_api_level">Sorry! This widget is only supported on Android 3.0 or higher.</string>
|
|
|
|
|
|
<string name="EPr_widget_enabled_title">Enable/Disable Widgets</string>
|
|
|
<string name="PPW_restart_for_enabled_state">You may need to restart your phone for this change to take effect.</string>
|
|
|
|
|
|
</resources>
|