Skip to content

Instantly share code, notes, and snippets.

@ThomasGaubert
Last active August 29, 2015 14:06
Show Gist options
  • Save ThomasGaubert/106dc904f3d649601124 to your computer and use it in GitHub Desktop.
Save ThomasGaubert/106dc904f3d649601124 to your computer and use it in GitHub Desktop.
Tockle Strings
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Global Strings -->
<string name="app_name">Tockle</string>
<string name="app_authors">Thomas Gaubert &amp; Stephen Ziske</string>
<string name="app_author_tgaubert">Thomas Gaubert</string>
<string name="app_author_sziske">Stephen Ziske</string>
<string name="ok">OK</string>
<string name="yes">Yes</string>
<string name="no">No</string>
<string name="none">None</string>
<string name="any">Any</string>
<string name="on">On</string>
<string name="off">Off</string>
<string name="toggle">Toggle</string>
<string name="ap">AP</string>
<!-- WelcomeActivity Strings -->
<string name="title_activity_welcome">WelcomeActivity</string>
<string name="welcome_get_started">Get Started ></string>
<string name="welcome_next">Next ></string>
<string name="welcome_finish">Finish ></string>
<string name="welcome_tutorial_profile_title">Profiles</string>
<string name="welcome_tutorial_actionsets_title">ActionSets</string>
<string name="welcome_tutorial_profile_subtitle1">Contains ActionSets</string>
<string name="welcome_tutorial_profile_text1">Sets of Actions to be performed on the phone.</string>
<string name="welcome_tutorial_profile_subtitle2">Contextual</string>
<string name="welcome_tutorial_profile_text2">Show pair of ActionSets depending on\ntime of day, WiFi network, and more.</string>
<string name="welcome_tutorial_profile_subtitle3">Priority</string>
<string name="welcome_tutorial_profile_text3">Profiles\' conditions are checked from top to\nbottom, stopping at the first active Profile.</string>
<string name="welcome_tutorial_profile_subtitle4">Refresh Rate</string>
<string name="welcome_tutorial_profile_text4">Set preferred interval in which Profiles are\nchecked within settings to avoid annoyances.</string>
<string name="welcome_tutorial_actionset_subtitle1">Contains Actions</string>
<string name="welcome_tutorial_actionset_text1">Toggle WiFi, run Tasker tasks, and more.</string>
<string name="welcome_tutorial_actionset_subtitle2">Run with Tap</string>
<string name="welcome_tutorial_actionset_text2">From notification when Profile is active or\nfrom \"More\" option.</string>
<string name="welcome_tutorial_actionset_subtitle3">Run with Voice</string>
<string name="welcome_tutorial_actionset_text3">\"Okay Google, start action set\" or\n\"Voice\" option from notification.</string>
<string name="welcome_tutorial_actionset_subtitle4">Import from Tasker</string>
<string name="welcome_tutorial_actionset_text4">Use the import card on the Home tab to\nquickly import Tasker tasks.</string>
<!-- Home Strings -->
<string name="home_title">Home</string>
<string name="welcome_card_title">Welcome to Tockle</string>
<string name="welcome_card_text">To use Tockle, connect to your Wear device via the Android Wear app.</string>
<string name="need_app_card_title">Unable to Connect</string>
<string name="need_app_card_text">The Android Wear application is needed to connect to the Wear device.
You can still create and edit Profiles and ActionSets.</string>
<string name="need_app_card_playstore">Play Store</string>
<string name="debug_card_title">Developer Mode</string>
<string name="debug_card_text">Additional information can be included here…</string>
<string name="debug_card_wear_app">Android Wear App</string>
<string name="beta_card_title">Tockle Beta</string>
<string name="beta_card_text">
Welcome to Tockle Beta. In this release, we\'ve begun work on Tockle+ and
added frequently requested settings. The next beta update will include:\n
\n&#8226; Localization
\n\nPlease post bug reports and feature requests in the Google+ community, linked below.
</string>
<string name="beta_card_community">Google+ Community</string>
<string name="tasker_import_card_title">Import From Tasker</string>
<string name="tasker_import_card_text">
Tockle makes it simple to run Tasker tasks from your Wear device. Would you like to import
Tasks now?\n\nYou can always create a new Tasker Action later.
</string>
<string name="tasker_import_card_import">Import</string>
<string name="tasker_import_card_no">Not Now</string>
<string name="hint_card_title_main">Tockle Hints</string>
<string name="hint_card_title_profile_create">Create a Profile</string>
<string name="hint_card_title_actionset_create">Create an ActionSet</string>
<string name="hint_card_title_profile_multiple">Multiple Profiles</string>
<string name="hint_card_text_profile_create">
Create a Profile within the \"Profiles\" tab. Profiles are a set of conditions in which
up to two ActionSets are displayed.
</string>
<string name="hint_card_text_actionset_create">
Create an ActionSet within the \"ActionSets\" tab. ActionSets are a set of actions which are
run via the Wear device. Say \"Okay Google, start action set\" to run an ActionSet with voice.
</string>
<string name="hint_card_text_profile_multiple">
Create a second Profile within the \"Profiles\" tab. Profiles are given priority from top to
bottom, meaning certain ActionSets can appear on the Wear device at different times.
</string>
<!-- Voice Strings -->
<string name="voice_title">Voice</string>
<string name="voice_cmd">Voice Command</string>
<!-- Profile Strings -->
<string name="profiles_title">Profiles</string>
<string name="profile_none_title">No Profiles</string>
<string name="profile_none_text">Tap + to create.</string>
<string name="profile_select">Select Profile</string>
<string name="profile_name">Name</string>
<string name="profile_exists">Profile \"%s\" already exists!</string>
<string name="profile_only_one_default">You can only have one Default Profile.</string>
<string name="profile_move_up">Move Up</string>
<string name="profile_move_down">Move Down</string>
<string name="profile_options">Options</string>
<string name="profile_type">Type</string>
<string name="profile_action_one">Action 1</string>
<string name="profile_action_two">Action 2</string>
<string name="profile_default_title">Default Profile</string>
<string name="profile_default_hint">Shown when no other profiles are active.</string>
<string name="profile_battery_title">Battery Level</string>
<string name="profile_battery_hint">Shown when phone's battery level meets criteria.</string>
<string name="profile_battery_level">Level</string>
<string name="profile_battery_level_hint">0 – 100</string>
<string name="profile_battery_level_less">Less Than</string>
<string name="profile_battery_level_greater">Greater Than</string>
<string name="profile_time_title">Time</string>
<string name="profile_time_title_hint">Shown between two given times.</string>
<string name="profile_wifi_title">WiFi Network</string>
<string name="profile_wifi_hint">Shown when connected to given network.</string>
<string name="profile_wifi_warn">You must enable WiFi to edit this profile.</string>
<string name="profile_wifi_any">When connected to any WiFi network.</string>
<string name="profile_wifi_none">When not connected to WiFi network.</string>
<string name="profile_wifi_custom">When connected to</string>
<string name="profile_bluetooth_title">Bluetooth</string>
<string name="profile_location">Location</string>
<!-- Action Strings -->
<string name="actions_title">Actions</string>
<string name="actionsets_title">ActionSets</string>
<string name="action_title_1">Action 1</string>
<string name="action_title_2">Action 2</string>
<string name="action_cat_network">Network</string>
<string name="action_cat_audio">Audio</string>
<string name="action_cat_device">Device</string>
<string name="action_cat_misc">Miscellaneous</string>
<string name="action_options">Options</string>
<string name="action_select">Select Action</string>
<string name="action_active">Active</string>
<string name="action_no_options">No Options Defined</string>
<string name="action_imported">Imported from Tasker</string>
<string name="action_wifi">WiFi</string>
<string name="action_wifi_hint">Modify WiFi status.</string>
<string name="action_wifi_hotspot">WiFi Hotspot</string>
<string name="action_wifi_hotspot_hint">Modify WiFi Hotspot status.</string>
<string name="action_bluetooth">Bluetooth</string>
<string name="action_airplane_mode">Airplane Mode</string>
<string name="action_blank">Press "+" to add a new action.</string>
<string name="action_ringtone">Ringtone Volume</string>
<string name="action_ringtone_hint">Modify volume for incoming calls.</string>
<string name="action_media">Media Volume</string>
<string name="action_media_hint">Modify volume for videos, music, and games.</string>
<string name="action_notification">Notification Volume</string>
<string name="action_notification_hint">Modify volume for incoming notifications.</string>
<string name="action_silent">Silent Mode</string>
<string name="action_silent_hint">Completely silence phone or restore to last known volume.</string>
<string name="action_screen_rotation">Screen Rotation</string>
<string name="action_screen_rotation_hint">Modify auto rotate behavior.</string>
<string name="action_send_sms">Send SMS</string>
<string name="action_send_sms_hint">Send a SMS message.</string>
<string name="action_send_email">Send Email</string>
<string name="action_send_email_hint">Send an email.</string>
<string name="action_tasker">Tasker Task</string>
<string name="action_tasker_hint">
Run a Task defined within Tasker. Requires Tasker to be installed, enabled, and
set to allow external access.
</string>
<string name="action_tasker_task">Task</string>
<string name="action_tasker_no_task">No Task Selected</string>
<string name="action_tasker_need_install">You must install Tasker first.</string>
<string name="action_tasker_err_install">Tasker not installed.</string>
<string name="action_tasker_err_enable">Tasker not enabled.</string>
<string name="action_tasker_err_perms">App has no Tasker permission.</string>
<string name="action_tasker_err_ext">External tasks not allowed.</string>
<string name="action_tasker_err_rec">No Tasker receiver.</string>
<string name="action_tockle_option">Tockle Option</string>
<string name="action_tockle_option_hint">Modify Tockle settings.</string>
<string name="action_tockle_option_req_profile">Require Profile</string>
<string name="action_tockle_start_boot">Start on boot</string>
<string name="action_tockle_start_boot_no">Don't start on boot</string>
<string name="action_tockle_req_profile">require Profile</string>
<string name="action_tockle_show_notif">always show notification</string>
<string name="action_tockle_refresh_never">never refresh.</string>
<string name="action_tockle_refresh_every">refresh every</string>
<string name="action_intent">Run Intent</string>
<string name="action_intent_option_intent">Intent</string>
<string name="action_intent_option_extra">ExtraKey:ExtraValue</string>
<string name="action_intent_option_activity">Activity</string>
<string name="action_intent_option_broadcast">Broadcast</string>
<string name="action_intent_hint">Run a custom Intent.</string>
<!-- ActionSet Strings -->
<string name="actionset_new">New</string>
<string name="actionset_new_actionset">New ActionSet</string>
<string name="actionset_rename_actionset">Rename ActionSet</string>
<string name="actionset_name">Name</string>
<string name="actionset_new_dialog_title">ActionSet Title</string>
<string name="actionset_none_title">No ActionSets</string>
<string name="actionset_none_text">Tap + to create.</string>
<string name="actionset_exists">ActionSet \"%s\" already exists!</string>
<!-- Action Editor Strings -->
<string name="title_activity_editor">ActionEditorActivity</string>
<string name="action_editor_edit">Edit</string>
<string name="action_editor_new">New</string>
<string name="action_editor_rename">Rename</string>
<string name="action_editor_clear">Clear</string>
<string name="action_editor_delete">Delete</string>
<string name="blank_set_card_title">No Actions Set</string>
<string name="blank_set_card_text">Press "+" to add a new action.</string>
<string name="action_editor_removed">Action removed</string>
<!-- Settings Strings -->
<string name="setting_title">Settings</string>
<string name="setting_behavior">Behavior</string>
<string name="setting_start_on_boot">Start on Boot</string>
<string name="setting_notifications">Notifications</string>
<string name="setting_notif_need_profile">Require Profile</string>
<string name="setting_notif_need_profile_true_detail">
Only show Tockle notification when at least one Profile has been created and is active.
</string>
<string name="setting_notif_need_profile_false_detail">
Show Tockle notification at all times.
</string>
<string name="setting_notif_refresh_int">Refresh Interval</string>
<string name="setting_data">Data</string>
<string name="setting_tasker_import">Import from Tasker</string>
<string name="setting_about">About</string>
<string name="setting_about_tockle">About Tockle</string>
<string name="setting_version">Version</string>
<string name="setting_help">Help</string>
<string name="action_settings">Settings</string>
<!-- Plus Strings -->
<string name="title_activity_plus">Plus</string>
<string name="plus_title">Tockle+</string>
<string name="plus_feature_title_more">More Features</string>
<string name="plus_feature_text_more">
Use the Location Profile and\nIntent Action, with more coming soon.
</string>
<string name="plus_feature_title_bg">Backgrounds</string>
<string name="plus_feature_text_bg">
Custom backgrounds for Wear notification.
</string>
<string name="plus_feature_title_support">Support Development</string>
<string name="plus_feature_text_support">
Your support helps us provide future updates\nand free features for everyone.
</string>
<string name="plus_feature_title_future">Future Features</string>
<string name="plus_feature_text_future">
Tockle+ will gain new features on a\nregular basis at no additional charge.
</string>
<string name="plus_always_free">Free features will always stay free.\nWe\'ll never show ads either.</string>
<string name="plus_purchase">Purchase</string>
<string name="plus_code">Redeem Code</string>
<string name="plus_setup_failed">Failed to setup store.</string>
<string name="plus_upgrade_success">Successfully upgraded to Tockle+</string>
<string name="plus_astro_code">Code</string>
<string name="plus_astro_checking">Verifying code…</string>
<string name="plus_astro_failed_active">Code already redeemed.</string>
<string name="plus_astro_failed_invalid">Invalid code.</string>
<string name="plus_astro_failed_unknown">Failed to verify code.</string>
<string name="plus_card_title">Tockle+</string>
<string name="plus_card_text">
Introducing Tockle+, an optional premium upgrade which extends Tockle\'s functionality.\n
\n&#8226; Tockle+ will continue to get advanced features, at no additional charge.
\n&#8226; Free features will be free forever, with more free features to come.
\n&#8226; We\'ll never show ads or annoy you to upgrade.
\n\nAlready purchased? Press \"More Info\" to restore your purchase.
</string>
<string name="plus_more_info">More Info</string>
<!-- Option Strings -->
<string name="option_send_sms_number_hint">1234567890</string>
<string name="option_send_sms_choose">Choose…</string>
<string name="option_send_sms_msg_hint">Message</string>
<string name="option_send_email_addr_hint">user@gmail.com</string>
<string name="option_send_email_choose">Choose…</string>
<string name="option_send_email_subj_hint">Subject</string>
<string name="option_send_email_msg_hint">Message</string>
<!-- About Dialog Strings -->
<string name="about_title">About</string>
<string name="about_the_app">THE APP</string>
<string name="about_the_devs">THE DEVELOPERS</string>
<string name="about_thanks">THANKS</string>
<string name="about_play_store">Play Store</string>
<string name="about_contact">Contact</string>
<string name="about_programming">Programming</string>
<string name="about_design">Design</string>
<string name="about_thanks_text">
Thank you to all of our beta testers for their valuable feedback and bug reports!
\n\nSpecial thanks to:
\n&#8226; Anthony Bauer - pre-beta QA, design feedback
\n&#8226; Gabriele Mariotti - Cards library
\n&#8226; John Persano - SuperToasts library
\n&#8226; Derek Brameyer - BetterPickers library
\n&#8226; John Hogan - Floating Action Button
</string>
<!-- Help Dialog Strings -->
<string name="help_title">Help</string>
<string name="help_tutorial">Tutorial</string>
<string name="help_youtube">YouTube</string>
<string name="help_faq">FAQ</string>
<string name="help_contact">Contact</string>
<!-- Service Strings -->
<string name="action_service">ActionService</string>
<string name="remote_notif_service">RemoteNotifService</string>
<!-- Miscellaneous Strings -->
<string name="toast_no_email_client">There are no email clients installed.</string>
<string name="outdated_app_notif_title">Outdated Wear App</string>
<string name="added_to">added to</string>
<string name="updated">updated</string>
<string name="to">to</string>
<string name="outdated_app_notif_text">Resync Wear apps to avoid potential issues.</string>
</resources>
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Global Strings -->
<string name="app_name">Tockle</string>
<!-- Service Strings -->
<string name="action_service">ActionService</string>
<!-- Notification Card Strings -->
<string name="notif_wifi">WiFi</string>
<!-- Notification Action Strings -->
<string name="notif_voice">Voice</string>
<string name="notif_more">More</string>
<!-- MainActivity Strings -->
<string name="main_actionsets">ActionSets</string>
<string name="main_voice">Voice</string>
<string name="main_settings">Settings</string>
<string name="main_about">About</string>
<!-- VoiceActivity Strings -->
<string name="voice_title">Action Set</string>
<string name="voice_hint">Tap and say ActionSet name.</string>
<!-- PreferencesActivity Strings -->
<string name="settings_title">Settings</string>
<string name="settings_okay_google_enabled">\"Okay Google\"\nEnabled</string>
<string name="settings_okay_google_disabled">\"Okay Google\"\nDisabled</string>
<string name="settings_voice_delay_none">Voice Delay\nNone</string>
<string name="settings_voice_delay_short">Voice Delay\nShort</string>
<string name="settings_voice_delay_long">Voice Delay\nLong</string>
<string name="settings_more">More on Phone</string>
<!-- AboutActivity Strings -->
<string name="about_title">About</string>
<!-- ActionSetActivity Strinngs -->
<string name="actionset_name">ActionSets</string>
<string name="actionset_none">No ActionSets</string>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment