habitica-android/Habitica/res/values/strings.xml

608 lines
40 KiB
XML
Raw Normal View History

2017-04-20 13:33:33 +00:00
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools">
<string name="action_refresh">Refresh</string>
<string name="XP_default">Experience</string>
<string name="HP_default">Health</string>
<string name="MP_default">Mana</string>
<string name="ERR_pb_barcode">Prefs couldn\'t be loaded from the barcode</string>
<!-- Prefs -->
<string name="PS_settings_title">Settings</string>
<string name="SP_address_hint">Your custom server</string>
<string name="SP_userID_title">User ID</string>
<string name="SP_userID_summary">Your User ID</string>
<string name="SP_APIToken_title">API Token</string>
<string name="SP_APIToken_summary">Your API Token</string>
<string name="Language_title">Language</string>
<string name="Language_summary">Change Habitica\'s language</string>
<string name="SP_user_qr_code">Your QR Code</string>
<string name="PS_contact_title">Contact me</string>
<string name="unknown_error">An error occurred…</string>
<string name="pref_account_header">Account</string>
<string name="pref_first_day_of_the_week_title">First Day of the Week</string>
<string name="pref_first_day_of_the_week_summary">First day of the week in all calendars</string>
<string name="pref_first_day_of_the_week_default_value" translatable="false">1</string>
<string name="pref_first_day_of_the_week_key" translatable="false">FirstDayOfTheWeek</string>
<string name="pref_reminder_header">Daily Reminder</string>
<string name="pref_reminder_checkbox">Activate Reminder</string>
<string name="pref_reminder_picker">Set Reminder Time</string>
<string name="pref_cds_header">Custom Day Start</string>
<string name="pref_cds_picker">Set Custom Day Start Time</string>
<string name="pref_push_notifications_checkbox">User Push Notifications</string>
<string name="push_notifications">Push Notifications</string>
<string name="push_notifications_sum">Set your push notifications settings</string>
<string name="preference_push_you_won_challenge">You won a Challenge!</string>
<string name="preference_push_received_a_private_message">Received a Private Message</string>
<string name="preference_push_gifted_gems">Gifted Gems</string>
<string name="preference_push_gifted_subscription">Gifted Subscription</string>
<string name="preference_push_invited_to_party">Invited to Party</string>
<string name="preference_push_invited_to_guild">Invited to Guild</string>
<string name="preference_push_your_quest_has_begun">Your Quest has Begun</string>
<string name="preference_push_invited_to_quest">Invited to Quest</string>
<!-- Adding tasks -->
<string name="task_value">Value</string>
<string name="new_todo">New To-Do</string>
<string name="new_reward">New Reward</string>
<string name="new_daily">New Daily</string>
<string name="new_habit">New Habit</string>
<string name="action_edit">Edit</string>
<string name="action_delete">Delete</string>
<string name="action_cancel">Cancel</string>
<string name="login_btn">Login</string>
<string name="register_btn">Register</string>
<string name="username">Username</string>
<string name="email_username">Email or Username</string>
<string name="password">Password</string>
<string name="emailAddress">Email address</string>
<string name="confirmpassword">Confirm password</string>
<string name="logout">Logout</string>
<string name="logout_description">Log out of your account</string>
<string name="account_details_sum">Check your account details</string>
<string name="account_details">Account Details</string>
<string name="LoginActivityName">Welcome</string>
<string name="string_revive">Revive</string>
<string name="please_connect">Please connect through the application before using a widget</string>
    
<string name="about.title">About</string>
<string name="about.libraries">Libraries</string>
<string name="about.versionhistory">Version history</string>
<string name="about.habitica_open_source">Habitica is available as open source software on Github</string>
<string name="about.rate_our_app">Rate our App</string>
<string name="about.give_us_feedback">Send us Feedback!</string>
<string name="about.bugreport">Report a Bug</string>
<string name="about.source_code">Source Code</string>
2017-05-18 13:48:42 +00:00
<string name="repeatEvery">Repeat Every</string>
2017-04-20 13:33:33 +00:00
<!-- Network Errors -->
<string name="network_error_title">Connection Error</string>
<string name="network_error_no_network_body">You are not connected to the internet.</string>
<string name="internal_error_api">There seems to be a problem with the server. Try again later.</string>
<string name="authentication_error_title">Authentication Error</string>
<string name="authentication_error_body">Your Username and/or Password was incorrect.</string>
<string name="login_validation_error_title">Validation Error</string>
<string name="login_validation_error_fieldsmissing">You have to fill out all fields.</string>
<string name="save_changes">Save</string>
<string name="copy">Copy</string>
<string name="notes">Notes</string>
<string name="text">Text</string>
<string name="difficulty">Difficulty</string>
<string name="tags">Tags</string>
<string name="trivial">Trivial</string>
<string name="easy">Easy</string>
<string name="medium">Medium</string>
<string name="hard">Hard</string>
<string name="start_date">Start Date</string>
<string name="positive_habit_form">Positive ( + )</string>
<string name="negative_habit_form">Negative ( - )</string>
<string name="checklist">Checklist</string>
<string name="reminders">Reminders</string>
<string name="actions">Actions</string>
<string name="attributes">Attributes</string>
<string name="physical">Physical</string>
<string name="mental">Mental</string>
<string name="social">Social</string>
<string name="other">Other</string>
<string name="frequency">Frequency</string>
<string name="frequency_weekly">On Certain Days of the Week</string>
<string name="frequency_daily">Every X Days</string>
2017-05-18 13:48:42 +00:00
<string name="repeatables_summary_title">Summary</string>
<string name="repeatables_title">Repeats</string>
<string name="repeatables_on_title">Repeats On</string>
<string name="repeatables_frequency_daily">Daily</string>
<string name="repeatables_frequency_weekly">Weekly</string>
<string name="repeatables_frequency_monthly">Monthly</string>
<string name="repeatables_frequency_yearly">Yearly</string>
<string name="repeatables_frequency_day_of_month">Day of Month</string>
<string name="repeatables_frequency_day_of_week">Day of Week</string>
2017-04-20 13:33:33 +00:00
<string name="monday">Monday</string>
<string name="tuesday">Tuesday</string>
<string name="wednesday">Wednesday</string>
<string name="thursday">Thursday</string>
<string name="friday">Friday</string>
<string name="saturday">Saturday</string>
<string name="sunday">Sunday</string>
<string name="levelup_header">You gained a level!</string>
<string name="levelup_detail">By accomplishing your real-life goals, you\'ve grown to Level %1$d!</string>
<string name="levelup_health">You have been fully healed!</string>
<string name="levelup_button">Huzzah!</string>
<string name="faint_subtitle">Don\'t despair!</string>
<string name="faint_penalty_body">You lost a Level, your Gold, and a piece of Equipment, but you can get them all back with hard work! Good luck--you\'ll do great.</string>
<string name="faint_header">You ran out of Health!</string>
<string name="faint_button">Refill Health &amp; Try Again</string>
<string name="filter">Filter</string>
<string name="profile_image">Profile Image</string>
<string name="mana_price_button" >%d MP</string>
<string name="used_skill" >You used %1$s for %2$d mana.</string>
<string name="used_skill_without_mana" >You used %1$s.</string>
<string name="new_checklist_item">new checklist item</string>
<string name="add_checklist_item">Add</string>
<string name="reminder_title">Remember to check off your Dailies!</string>
<string name="skill_progress_title">Using Skill</string>
<string name="coming_soon">Coming Soon</string>
<string name="chat_flag_confirmation">Are you sure you want to report this message for violation?</string>
<string name="flag_confirm">Flag Message</string>
<string name="unlock_lvl_11">Unlock at lvl 11</string>
<string name="no_party_message">You are not in a party. To join a party, please visit the website.</string>
<string name="forgot_pw_btn">Forgot Password</string>
<string name="forgot_pw_tv">Forgot Password? Please use the mobile Website.</string>
<string name="tavern.inn.checkOut">Reactivate your Dailies</string>
<string name="tavern.inn.rest">Pause your Dailies</string>
<string name="reward.dialog.buy">Buy</string>
<string name="reward.dialog.dismiss">Dismiss</string>
<string name="party">Party</string>
<string name="chat">Chat</string>
<string name="members">Members</string>
<string name="habits">Habits</string>
<string name="dailies">Dailies</string>
<string name="todos">To-Dos</string>
<string name="rewards">Rewards</string>
<string name="taskform.delete.title">Are you sure?</string>
<string name="taskform.delete.message">Do you really want to delete?</string>
<string name="yes">Yes</string>
<string name="no">No</string>
<string name="quest">Quest</string>
<string name="avatar_body">Body</string>
<string name="avatar_hair">Hair</string>
<string name="avatar_shirt">Shirt</string>
<string name="avatar_skin">Skin</string>
<string name="avatar_ears">Animal Ears</string>
<string name="avatar_base">Base</string>
<string name="avatar_color">Color</string>
<string name="avatar_beard">Beard</string>
<string name="avatar_mustache">Mustache</string>
<string name="avatar_flower">Flower</string>
<string name="avatar_bangs">Bangs</string>
<string name="avatar_nothing">Nothing set</string>
<string name="avatar_size">Size</string>
<string name="avatar_size_slim">Slim</string>
<string name="avatar_size_broad">Broad</string>
<string name="avatar_background">Background</string>
<string name="purchase_customization">Purchase Customization</string>
<string name="purchase_set_button" >Unlock set for %d gems</string>
<string name="purchase_button">Purchase</string>
<string name="purchase_set_title" >Purchase set %s</string>
<string name="due_date">Due Date</string>
<string name="quest.accept">Accept</string>
<string name="quest.reject">Reject</string>
<string name="quest.begin">Begin Quest</string>
<string name="quest.cancel">Cancel Invitation</string>
<string name="quest.abort">Abort Quest</string>
<string name="quest.leave">Leave Quest</string>
<string name="quest.pending">Pending</string>
<string name="quest.accepted">Accepted</string>
<string name="quest.rejected">Rejected</string>
<string name="quest.participants">Participants</string>
<string name="version_info">Version %1$s (%2$d)</string>
<string name="sidebar_help">Help &amp; FAQ</string>
<string name="complete_tutorial">Got it!</string>
<string name="dismiss_tutorial">Remind me again</string>
<string name="intro_1_subtitle">Welcome to</string>
<string name="intro_1_title">Habitica</string>
<string name="intro_1_description" >Its time to have fun while you get things done. Join over %s others improving their life one task at a time.</string>
<string name="intro_2_subtitle">Progress in the game</string>
<string name="intro_2_title">Progress in life</string>
<string name="intro_2_description">Unlock features in the game by checking off your real life tasks. Earn armor, pets, and more as rewards for meeting your goals.</string>
<string name="intro_3_subtitle">Fight monsters</string>
<string name="intro_3_title">Get social</string>
<string name="intro_3_description">Keep your goals on track with help from your friends. Support each other in life and in battle as you improve together!</string>
<string name="intro_finish_button">Let\'s start!</string>
<string name="previous_button">Previous</string>
<string name="next_button">Next</string>
<string name="skip_button">Skip</string>
<string name="setup_welcome_description">Welcome to Habitica, where advancing in the game will improve your real life! As you accomplish real-world goals, you\'ll unlock equipment, pets, quests, and more.</string>
<string name="setup_welcome_title">Welcome</string>
<string name="avatar_setup_description">So, how would you like to look? Don\'t worry, you can change this later.</string>
<string name="task_setup_description">Great! Now, what are you interested in working on throughout this journey?</string>
<string name="setup_group_work">Work</string>
<string name="setup_group_exercise">Exercise</string>
<string name="setup_group_health">Health</string>
<string name="setup_group_school">School</string>
<string name="setup_group_teams">Teams</string>
<string name="setup_group_chores">Chores</string>
<string name="setup_group_creativity">Creativity</string>
<string name="setup_task_work_1">Process email</string>
<string name="setup_task_work_2">Most important task</string>
<string name="setup_task_work_3">Work Project</string>
<string name="setup_task_exercise_1">10 min cardio</string>
<string name="setup_task_exercise_2">Stretching</string>
<string name="setup_task_exercise_3">Set up workout schedule</string>
<string name="setup_task_healthWellness_1">Eat healthy / junk food</string>
<string name="setup_task_healthWellness_2">Floss</string>
<string name="setup_task_healthWellness_3">Schedule check-up</string>
<string name="setup_task_school_1">Study/Procrastinate</string>
<string name="setup_task_school_2">Do homework</string>
<string name="setup_task_school_3">Finish assignment for class</string>
<string name="setup_task_teams_1">Check in with team</string>
<string name="setup_task_teams_2">Update team on status</string>
<string name="setup_task_teams_3">Complete team project</string>
<string name="setup_task_chores_1">10 minutes cleaning</string>
<string name="setup_task_chores_2">Wash Dishes</string>
<string name="setup_task_chores_3">Organize closet</string>
<string name="setup_task_creativity_1">Study a master of the craft</string>
<string name="setup_task_creativity_2">Work on creative project</string>
<string name="setup_task_creativity_3">Finish creative project</string>
<string name="gem.purchase.support">Want to help us keep Habitica running? You can support the developers by buying gems!\n\nGems allow you to buy fun extras for your account, including: \n\n - Cool costumes for your avatar\n - Awesome backgrounds\n - Fun quests that reward you with pet eggs\n - The ability to change your class before level 100\n\nThank you so much for helping us make Habitica the best it can be. Your support means a lot to us!</string>
<string name="my_guilds">My Guilds</string>
<string name="public_guilds">Public Guilds</string>
<string name="guild">Guild</string>
<string name="leave">Leave</string>
<string name="join">Join</string>
<string name="leader">Leader</string>
<string name="gems">Gems</string>
<string name="copy_as_todo">Copy as To-Do</string>
<string name="send_pm">Send PM</string>
<string name="flag">Flag</string>
<string name="delete">Delete</string>
<string name="name">Name</string>
<string name="description">Description</string>
<string name="add_tag">Add new Tag</string>
<string name="privacy">Privacy</string>
<string name="write_message">Write Message</string>
<string name="post">Post</string>
<string name="guild_search_hint">Search for guilds</string>
<string name="todo_due" >Due: %s</string>
<string name="daily_streak" >current streak: %d</string>
<string name="todo_has_duedate">Task has Due Date</string>
<string name="battle_gear">Battle Gear</string>
<string name="costume">Costume</string>
<string name="outfit_head">Head</string>
<string name="outfit_headAccessory">Head Accessory</string>
<string name="outfit_eyewear">Eyewear</string>
<string name="outfit_armor">Armor</string>
<string name="outfit_back">Back</string>
<string name="outfit_body">Body</string>
<string name="outfit_shield">Shield</string>
<string name="outfit_weapon">Weapon</string>
<string name="wear_costume">Wear Costume</string>
<string name="equipped">Equipped</string>
<string name="quest_cancel_message">Are you sure you want to cancel this quest? All invitation acceptances will be lost. The quest owner will retain possession of the quest scroll.</string>
<string name="quest.invitation">Quest Invitation</string>
<string name="quest_begin_message">Are you sure you want to begin the quest? Once it is active, no additional party members can join the quest.</string>
<string name="quest.invitation.text">You have been invited to participate in a quest!</string>
<string name="ago_1day">1 day ago</string>
<string name="ago_days" >%d days ago</string>
<string name="ago_1Minute">1 minute ago</string>
<string name="ago_minutes" >%d minutes ago</string>
<string name="ago_hours" >%d hours ago</string>
<string name="ago_1hour">1 hour ago</string>
<string name="today">Today</string>
<string name="sidebar_items">Items</string>
<string name="eggs">Eggs</string>
<string name="hatching_potions">Hatching Potions</string>
<string name="food">Food</string>
<string name="quests">Quests</string>
<string name="pets">Pets</string>
<string name="mounts">Mounts</string>
<string name="armoireEquipment" >You found a piece of rare Equipment in the Armoire: %s! Awesome!</string>
<string name="armoireFood" >You rummage in the Armoire and find %1$s %2$s. What\'s that doing in here?</string>
<string name="armoireExp">You wrestle with the Armoire and gain Experience. Take that!</string>
<string name="armoireNotesFull" >Open the Armoire to randomly receive special Equipment, Experience, or food! Equipment pieces remaining: %d</string>
<string name="armoireLastItem">You\'ve found the last piece of rare Equipment in the Enchanted Armoire.</string>
<string name="armoireNotesEmpty">The Armoire will have new Equipment in the first week of every month. Until then, keep clicking for Experience and Food!</string>
<string name="sell" >Sell (%d Gold)</string>
<string name="hatch_with_potion">Hatch with potion</string>
<string name="feed_to_pet">Feed to pet</string>
<string name="hatch_egg">Hatch with egg</string>
<string name="invite_party">Invite party</string>
<string name="dialog_feeding" >Feed %1$s %2$s with:</string>
<string name="use_animal">Use</string>
<string name="feed">Feed</string>
<string name="hatch_with" >Hatch pet with %s</string>
<string name="hatched_pet_title" >You hatched a %1$s %2$s!</string>
<string name="close">Close</string>
<string name="share">Share</string>
<string name="notification_pet_fed" >You fed your %1$s %2$s!</string>
<string name="notification_purchase" >%s was purchased</string>
<string name="sectionpets">Base Pets</string>
<string name="sectionpremiumPets">Magic Potion Pets</string>
<string name="sectionquestPets">Quest Pets</string>
<string name="sectionspecialPets">Rare Pets</string>
<string name="sectionmounts">Base Mounts</string>
<string name="sectionpremiumMounts">Magic Potion Mounts</string>
<string name="sectionquestMounts">Quest Mounts</string>
<string name="sectionspecialMounts">Rare Mounts</string>
<string name="world_quest">World Quest</string>
<string name="inn_description">Rest in the Inn to prevent your undone Dailies from hurting you overnight! (Note: does not prevent you from receiving Boss damage.)</string>
<string name="empty_items" >You don\'t have any %s</string>
<string name="user_level" >Lvl %d</string>
<string name="user_level_with_class" >Lvl %1$d %2$s</string>
<string name="warrior">Warrior</string>
<string name="rogue">Rogue</string>
<string name="mage">Mage</string>
<string name="healer">Healer</string>
<string name="warrior_description">Warriors score more and better \"critical hits\", which randomly give bonus Gold, Experience, and drop chance for scoring a task. They also deal heavy damage to boss monsters. Play a Warrior if you find motivation from unpredictable jackpot-style rewards, or want to dish out the hurt in boss Quests!</string>
<string name="mage_description">Mages learn swiftly, gaining Experience and Levels faster than other classes. They also get a great deal of Mana for using special abilities. Play a Mage if you enjoy the tactical game aspects of Habit, or if you are strongly motivated by leveling up and unlocking advanced features!</string>
<string name="rogue_description">Rogues love to accumulate wealth, gaining more Gold than anyone else, and are adept at finding random items. Their iconic Stealth ability lets them duck the consequences of missed Dailies. Play a Rogue if you find strong motivation from Rewards and Achievements, striving for loot and badges!</string>
<string name="healer_description">Healers stand impervious against harm, and extend that protection to others. Missed Dailies and bad Habits don\'t faze them much, and they have ways to recover Health from failure. Play a Healer if you enjoy assisting others in your Party, or if the idea of cheating Death through hard work inspires you!</string>
<string name="select_class">Select Class</string>
<string name="opt_out_class">Opt Out</string>
<string name="opt_out_description">Can\'t be bothered with classes? Want to choose later? Opt out - you\'ll be a warrior with no special abilities. You can read about the class system later on the wiki and enable classes at any time.</string>
<string name="class_confirmation" >Are you sure you want to be a %s?</string>
<string name="class_changed">You are now a %s!</string>
<string name="class_changed_description">You have new default Battle Gear that you can change under Equipment!</string>
<string name="choose_class">Choose Class</string>
<string name="dialog_go_back">Go Back</string>
<string name="opt_out_confirmation">Are you sure you want to Opt Out?</string>
<string name="change_class">Change your class</string>
<string name="change_class_description">Change your class and refund your attribute points for 3 gems. You can assign attribute points through the website</string>
<string name="enable_class">Enable Class System</string>
<string name="changing_class_progress">Changing Class</string>
<string name="by_email">By Email</string>
<string name="invite_existing_users">Invite Existing Users</string>
<string name="send">Send</string>
<string name="invite">Invite Friends</string>
<string name="invite_id_description">If you have friends already using Habitica, invite them by User ID here.</string>
<string name="invite_email_description">If a friend joins Habitica via your email, they\'ll automatically be invited to your party!</string>
<string name="add_invites">Add Invites</string>
<string name="user_id">User ID</string>
<string name="email">Email</string>
<string name="invite_users">Invite to Party</string>
<string name="share_using">Share using</string>o
<string name="share_levelup" >I got to level %d in Habitica by improving my real-life habits!</string>
<string name="share_hatched" >I just hatched a %1$s %2$s pet in Habitica by completing my real-life tasks!</string>
<string name="share_raised" >I just gained a %1$s %2$s mount in Habitica by completing my real-life tasks!</string>
<string name="open_in_store">Open in play store</string>
<string name="change_class_confirmation">Are you sure you want to change your class? This will cost 3 gems.</string>
<string name="change_class_equipment_warning">Warning: You will no longer be able to buy equipment from the %s class.</string>
<string name="leaderMessage" >Message from %1$s</string>
<string name="leaderName" >Leader: %1$s</string>
<string name="confirm">Confirm</string>
<string name="market">Market</string>
<string name="timeTravelers">Time Travelers</string>
<string name="seasonalShop">Seasonal Shop</string>
<string name="empty_inbox">You don\'t have any Inbox messages. You can send a user a new message from their public chat messages!</string>
<string name="party_invite">Unlock by inviting friends</string>
<string name="no_gold">Not enough Gold</string>
<string name="no_potion">You don\'t need to buy an health potion</string>
<string name="successful_purchase" >%1$s successfully purchased</string>
<string name="purchase_confirmation_title">Confirm purchase</string>
<string name="confirm_purchase_text" >Purchase %1$s for %2$s %3$s</string>
<string name="gem">gem</string>
<string name="hourglass">hourglass</string>
<string name="hourglasses">hourglasses</string>
<string name="gold_singular">gold</string>
<string name="gold_plural">gold</string>
<string name="chat_message_copied">Message copied to Clipboard</string>
<string name="copy_chat_message">Copy to clipboard</string>
<string name="edit_tag_title">Edit Tag</string>
<string name="edit_tag_btn_edit">Edit</string>
<string name="edit_tag_btn_done">Done</string>
<string name="edit_tag_btn_delete">Delete</string>
<string name="confirm_delete_tag_title">Are you sure?</string>
<string name="confirm_delete_tag_message">Do you really want to delete?</string>
<string name="filter_drawer_edit_tags">Edit Tags</string>
<string name="filter_drawer_filter_tags">Filter by Tags</string>
<!-- QR Strings -->
<string name="qr_section_title">Have someone invite you with this QR Code</string>
<string name="qr_save_message">QR code saved at </string>
<string name="qr_dialogue_title">Your QR Code</string>
<string name="download">Download</string>
<string name="send_new_message">Send new message</string>
<string name="choose_recipient_title">Choose Message Recipient</string>
<string name="action_continue">Continue</string>
<string name="scan_qr_code">Scan QR Code</string>
<string name="enter_recipient_uuid">Enter Recipient\'s User ID</string>
<string name="invited_to_party">You were invited to join a party!</string>
<string name="stats_widget_label">Habitica Stats</string>
<string name="add_task">Add Task</string>
<string name="add_habit">Add Habit</string>
<string name="add_daily">Add Daily</string>
<string name="add_todo">Add To-Do</string>
<string name="add_reward">Add Reward</string>
<string name="all_dailies_completed">You completed all your dailies. Well done!</string>
<string name="widget_habit_button">Habitica Do Habit</string>
<string name="widget_dailies">Habitica Dailies</string>
<string name="widget_todo_list">Habitica To-Do List</string>
<string name="widget_add_task">Habitica Add Task</string>
<string name="google_services_missing">Google play services could not be found.</string>
<string name="gem.purchase.toolbartitle">Purchase</string>
<string name="gem.purchase.title">Buying gems supports the developers and helps keep Habitica running</string>
<string name="gem.purchase.subtitle">Gems allow you to buy fun extras for you account, including:</string>
<string name="gem.purchase.listitem1">Cool costumes for your avatar</string>
<string name="gem.purchase.listitem2">Awesome backgrounds</string>
<string name="gem.purchase.listitem3">Quests that reward you with pet eggs</string>
<string name="gem.purchase.listitem4">The ability to change your class before level 100</string>
<string name="support_habitica">Support Habitica</string>
<string name="skill_transformation_use">use</string>
<string name="hatching_market_info">Not getting the right drops? Check out the Market!</string>
<string name="feeding_market_info">Need different food? Buy more from the market!</string>
<string name="open_market">Open Market</string>
<string name="cds_description" >Your Dailies will next reset the first time you use Habitica after %1$s. Make sure you have completed your Dailies before this time!</string>
<string name="AudioTheme_title">Audio Theme</string>
<string name="AudioTheme_summary">Change Habitica\'s Audio Theme</string>
<!-- Login Incentives -->
<string name="see_you_tomorrow">See you tomorrow!</string>
<string name="belongs_to_challenge">Belongs to Challenge</string>
<string name="has_reminder">Has Reminder</string>
<string name="has_tag">Has Tag</string>
<string name="subscribe.title">Subscribing supports the developers and helps keep Habitica running</string>
<string name="subscribe_prompt">Become a subscriber and youll get these useful benefits:</string>
<string name="subscribe.listitem1">Buy gems with gold</string>
<string name="subscribe.listitem2">Exclusive monthly items</string>
<string name="subscribe.listitem3">Retain additional history entries</string>
<string name="subscribe.listitem4">Daily drop-caps doubled</string>
<string name="subscriptions">Subscriptions</string>
<string name="subscription_duration" >Recurring every %s</string>
<string name="subscribe">Subscribe</string>
<string name="subscribe.listitem1.description">Alexander the Merchant will now sell you gems for 20 gold each!\n\nHis monthly shipments are initially capped at 25 Gems per month, but can increase based on your subscription length.\n\nThe cap increases by 5 Gems for every three months of consecutive subscription, up to a maximum of 50 Gems per month!</string>
<string name="subscribe.listitem2.description">Each month you will receive a unique cosmetic item for your avatar!\n\nPlus, for every three months of consecutive subscription, the Mysterious Time Travelers will grant you access to historic (and futuristic!) cosmetic items.</string>
<string name="subscribe.listitem3.description">Makes completed To-Dos and task history available for longer.</string>
<string name="subscribe.listitem4.description">Double drop caps will let you receive more items from your completed tasks every day, helping you complete your stable faster!</string>
<string name="subscribe1month.gemcap">Gem cap starts at 25</string>
<string name="subscribe3month.gemcap">Gem cap raised to 30</string>
<string name="subscribe6month.gemcap">Gem cap raised to 35</string>
<string name="subscribe12month.gemcap">Gem cap raised to 45</string>
<string name="subscription_hourglasses" >+%d Mystic Hourglass</string>
<string name="payment_method">Payment method</string>
<string name="subscription">Subscription</string>
<string name="active">Active</string>
<string name="cancel_subscription">Cancel Subscription</string>
<string name="cancel_subscription_google.description">No longer want to subscribe? You can find the option to unsubscribe in the “My Apps” section of the Google Play Store.</string>
<string name="cancel_subscription_notgoogle.description">No longer want to subscribe? Due to your payment method, you can only unsubscribe through the website. Click the button below, to open the site in your browser!</string>
<string name="visit_habitica_website">Visit Habitica Website</string>
<string name="current_bonuses">Current Bonuses</string>
<string name="months_subscribed">Months subscribed</string>
<string name="current_hourclasses">Current Mystic Hourglasses</string>
<string name="monthly_gem_cap">Monthly gem cap</string>
<string name="inactive">Inactive</string>
<string name="one_month">1 Month</string>
<string name="months" >%d Months</string>
<string name="month">month</string>
<string name="three_months">3 months</string>
<string name="six_months">6 months</string>
<string name="twelve_months">12 months</string>
<string name="subscribe_prompt_thanks">For Subscribing you are receiving these useful benefits:</string>
<string name="subscription_status">Subscription Status</string>
2017-05-04 17:52:42 +00:00
<string name="byLeader" >by %s</string>
<string name="challenge_details">Challenge Details</string>
<string name="challenge_leave_title">Leave Challenge</string>
<string name="challenge_leave_text">Are you sure you want to leave the Challenge “%s”?</string>
<string name="challenge_remove_tasks_title">Remove tasks</string>
<string name="challenge_remove_tasks_text">Do you want to remove the tasks?</string>
<string name="remove_tasks">Remove</string>
<string name="keep_tasks">Keep</string>
<string name="my_challenges">My Challenges</string>
<string name="public_challenges">Public</string>
<string name="challenges">Challenges</string>
<string name="daily">Daily</string>
<string name="habit">Habit</string>
<string name="reward">Reward</string>
<string name="todo">To-Do</string>
<string name="official">Official</string>
<string name="participating">Participating</string>
<string name="challenge">Challenge</string>
<string name="go_to_challenge">Go to Challenge</string>
<string name="not_part_of_a_challenge">Youre not part of any Challenges right now!</string>
<string name="join_a_challenge">Join a Challenge to add a curated set of tasks to your list, then compete against other Habiticans to win achievements and even gems!</string>
<string name="check_the_public_challenge_tab">Tap the “Public” tab to find the user-created Challenges that are the best fit for you!</string>
<string name="add_reminder">Add Reminder</string>
<string name="warning">Warning</string>
<string name="open_settings">Open Settings</string>
<string name="dont_keep_activities_warning">It seems like you have the Developer option \“Don\'t keep Activities\” active. Currently this option causes issues with the habitica app, so we suggest disabling it.</string>
<string name="inbox">Inbox</string>
<string name="FAQ">Frequently Asked Questions</string>
<string name="special">Special</string>
<string name="gem_for_gold_description">Because you subscribe to Habitica, you can purchase a number of Gems each month using Gold.</string>
<string name="limited_count" >%d left</string>
<string name="gem_shop">Gem</string>
<string name="mystery_item">Mystery Item</string>
<string name="myster_item_notes">Each month, subscribers will receive a mystery item. This is usually released about one week before the end of the month.</string>
<string name="open">Open</string>
<string name="notification_mystery_item">You open the box and find %s!</string>
<string name="checkInRewardEarned">You earned a %1$s as a reward for your devotion to improving your life.</string>
<string name="nextPrizeUnlocks" tools:ignore="PluralsCandidate">Your next prize unlocks at %1$d Check-Ins</string>
<string name="pending_approval">pending approval</string>
<string name="filters">Filters</string>
<string name="done">Done</string>
<string name="group_tasks_edit_description">Group tasks can not be edited.</string>
<string name="group_tasks_edit_title">Can\'t edit this task</string>
<string name="groups">Groups</string>
<string name="all">All</string>
<string name="none">None</string>
<string name="owned">Owned</string>
<string name="not_owned">Not owned</string>
<string name="new_game">New\nGame</string>
<string name="login_btn_fb">Login with Facebook</string>
<string name="login_btn_google">Login with Google</string>
<string name="action_back">Back</string>
<string name="welcome_text">Oh, you must be new here. Im Justin, Ill be your guide in Habitica.\n\nTo start, youll need to create an avatar.</string>
<string name="randomize">Randomize</string>
<string name="avatar_extras">Extras</string>
<string name="avatar_skin_color">Skin Color</string>
<string name="avatar_hair_color">Hair Color</string>
<string name="avatar_hair_bangs">Bangs</string>
<string name="avatar_hair_ponytail">Ponytail</string>
<string name="avatar_glasses">Glasses</string>
<string name="avatar_wheelchair">Wheelchair</string>
<string name="weak">Weak</string>
<string name="strong">Strong</string>
<string name="gray">Grey</string>
<string name="dated">Dated</string>
<string name="completed">Completed</string>
<string name="setuP_group_other">Other</string>
<string name="clear">Clear</string>
<string name="empty_title_habits">You don\'t have any Habits</string>
<string name="empty_description_habits">Habits are tasks that don\'t have a rigid schedule. You can check them off many times a day, or not at all.</string>
<string name="empty_title_dailies">You don\'t have any Dailies</string>
<string name="empty_description_dailies">Dailies are tasks that repeat on a regular basis. Choose the schedule that works for you!</string>
<string name="empty_title_todos">You don\'t have any To-Dos</string>
<string name="empty_description_todos">To-Dos are tasks that only need to be completed once. Add checklists to your To-Dos to increase their value.</string>
<string name="empty_title_rewards">You don\'t have any Rewards</string>
<string name="reset_walkthrough">Reset Justins Walkthrough</string>
<string name="read_community_guidelines">Please read our Community Guidelines before posting</string>
<string name="maintenance">Maintenance</string>
<string name="reload_content">Reload Content</string>
<string name="dailyDueDefaultView">Set Dailies default to due tab</string>
<string name="dailyDueDefaultViewDescription">With this option set, the Dailies tasks will default to due instead of all</string>
2017-05-18 13:48:42 +00:00
<string name="repeat_summary">"Repeats %1$s every %2$s %3$s %4$s"</string>
2017-05-04 17:52:42 +00:00
<string name="no_billing_gems">Your device does not have any of the supported payment methods. Please use the habitica website if you want to purchase gems.</string>
<string name="no_billing_subscriptions">Your device does not have any of the supported payment methods. Please use the habitica website if you want to purchase a subscription.</string>
<string name="save">Save</string>
<string name="location">Location</string>
<string name="gem_reward">Gem reward</string>
<string name="tasks">Tasks</string>
<string name="create_challenge">Create challenge</string>
<string name="edit_challenge">Edit Challenge</string>
<string name="challenge_create_error_tavern_one_gem">You need at least 1 gem to create a challenge in Tavern.</string>
<string name="challenge_create_error_enough_gems">You don\'t have enough gems to create a challenge.</string>
<string name="identify_your_challenge_with_a_tag">Identify your challenge with a tag ..</string>
<string name="challenge_create_error_tag">You need a tag to create this Challenge.</string>
<string name="challenge_create_error_no_tasks">You need to add at least one task to create this Challenge.</string>
<string name="challenge_create_error_title">You need a title to create this Challenge.</string>
<string name="description_optional">Description (optional)</string>
<string name="new_challenge_title">New challenge title</string>
<string name="ownership">Ownership</string>
2017-05-18 13:48:42 +00:00
<string name="inn">Inn</string>
2017-05-22 12:35:35 +00:00
<string name="system">System</string>
2017-04-20 13:33:33 +00:00
</resources>