<?xml version="1.0" encoding="utf-8"?>
<resources>

<string name="app_name">Screebl Lite</string>
<string name="screebl_service_label">Screebl Monitoring Service</string>
<string name="enable_monitoring"> Enable Screebl</string>

<string name="notif_screebl_idle_title">Screebl - Phone Idle</string>
<string name="notif_screebl_idle_msg">Orientation is out of range.</string>
<string name="notif_screebl_active_title">Screebl - Phone Being Used!</string>
<string name="notif_screebl_active_msg">Orientation within recognized range.</string>
<string name="notif_screebl_timeout_title">Screebl - Pending Timeout</string>
<string name="notif_screebl_timeout_msg">Move device to avoid stillness timeout.</string>
<string name="notif_screebl_video_title">Screebl - New Video</string>
<string name="notif_screebl_video_msg">A new informational video available for Screebl.</string>


<string name="eula_title">License Agreement</string>
<string name="eula_accept">Accept</string>
<string name="eula_refuse">Decline</string>
<string name="slogan">&quot;Get Your Screen On&quot;</string>
<string name="copyright">Copyright \u00a9 2009, David S. Keyes.  All rights reserved.</string>
<string name="registration_status_registered">Free Version.  (Patent Pending)</string>
<string name="registration_status_unregistered">Unregistered Trial Version.  (Patent Pending)</string>
<string name="menu_configure">Preferences</string>
<string name="menu_about">About</string>


<string name="prefs_settings_summary"></string>
<string name="prefs_settings_title">Screebl Settings</string>

<string name="prefs_general_title">General Configuration</string>
<string name="prefs_enable_at_startup_title">Enable at Power-on</string>
<string name="prefs_enable_at_startup_summary">Start the Screebl service when phone is turned on.</string>
<string name="prefs_show_notifications_title">Generate Notifications</string>
<string name="prefs_show_notifications_summary">Show notifications when locks are obtained or released.</string>
<string name="prefs_orientation_check_frequency_title">Sample Frequency</string>
<string name="prefs_orientation_check_frequency_summary">The frequency with which Screebl should evaluate orientation.</string>
<string-array name="prefs_orientation_check_frequency_entries">
	<item>Slow</item>
	<item>Normal</item>
	<item>Fast</item>
</string-array>
<string-array name="prefs_orientation_check_frequency_entry_values">
	<item>2000</item>
	<item>500</item>
	<item>250</item>
</string-array>
<string name="prefs_lock_level_title">Brightness Level</string>
<string name="prefs_lock_level_summary">Screen brightness level to maintain.</string>
<string-array name="prefs_lock_level_entries">
	<item>Full Brightness \u0026 Keyboard</item>
	<item>Full Brightness</item>
	<item>Low Brightness</item>
</string-array>
<string-array name="prefs_lock_level_entry_values">
	<item>FULL_WAKE_LOCK</item>
	<item>SCREEN_BRIGHT_WAKE_LOCK</item>
	<item>SCREEN_DIM_WAKE_LOCK</item>
</string-array>
<string name="prefs_auto_lock_title">Auto-Lock</string>
<string name="prefs_auto_lock_summary">Automatically lock phone when turned upside down.</string>

<string name="prefs_orientation_range_summary"></string>
<string name="prefs_orientation_range_title">Orientation Ranges</string>
<string name="prefs_orientation_port_summary">Configure lock range for phone in portrait orientation.</string>
<string name="prefs_orientation_port_title">Portrait Orientation</string>
<string name="prefs_orientation_land_summary">Configure lock range for phone in landscape orientation.</string>
<string name="prefs_orientation_land_title">Landscape Orientation</string>
<string name="prefs_orientation_invert_title">Range Inversion</string>
<string name="prefs_orientation_invert_summary">Allows orientation detection to work when phone is inverted (e.g., user laying on back).</string>
<string name="prefs_axis_variance_title">Axis Variance</string>
<string name="prefs_axis_variance_summary">The variance from axis alignment under which screen lock will occur.</string>
<string-array name="prefs_axis_variance_entries">
	<item>Tight</item>
	<item>Normal</item>
	<item>Relaxed</item>
</string-array>
<string-array name="prefs_axis_variance_entry_values">
	<item>8</item>
	<item>12</item>
	<item>20</item>
</string-array>

<string name="prefs_stillness_check_title">Enable Stillness Timeout</string>
<string name="prefs_stillness_check_summary">Check for static orientations (stillness) and timeout if held for too long.</string>
<string name="prefs_stillness_timeout_title">Stillness Timeout</string>
<string name="prefs_stillness_timeout_summary">Amount of time an orientation must be held without movement before timeout.</string>
<string-array name="prefs_stillness_timeout_entries">
	<item>30 Seconds</item>
	<item>1 Minute</item>
	<item>2 Minutes</item>
</string-array>
<string-array name="prefs_stillness_timeout_entry_values">
	<item>30</item>
	<item>60</item>
	<item>120</item>
</string-array>
<string name="prefs_stillness_sensitivity_title">Stillness Detection Sensitivity</string>
<string name="prefs_stillness_sensitivity_summary">The sensitivity of the algorithm that detects stillness.</string>
<string-array name="prefs_stillness_sensitivity_entries">
	<item>Low</item>
	<item>Medium</item>
	<item>High</item>
</string-array>
<string-array name="prefs_stillness_sensitivity_entry_values">
	<item>4</item>
	<item>2</item>
	<item>1</item>
</string-array>
<string name="prefs_stillness_title">Stillness Configuration</string>

<string name="exit_registration_dialog_trial_ended">Exit</string>
<string name="exit_registration_dialog_timeout">Later</string>
<string name="title_registration_dialog">Unregistered Software</string>
<string name="message_registration_dialog">This is a trial version of Screebl.  If you like it, and I know that you do, please buy it!  My kid's college fund will thank you.</string>
<string name="buy_registration_dialog">Buy</string>
<string name="about_dialog_ok">Done</string>
<string name="about_dialog_text">Screebl v1.0\nGet Your Screen On\u2122\n\nCopyright \u00a9 2009, David S. Keyes.  All rights reserved.\n\nScreebl monitors the orientation of your phone to determine when the screen should be on.  With Screebl, you will never need to worry about the screen blanking again when you are using your phone.  If you set your phone down, Screebl will allow the screen to lock.  The net result is less power wasted!\n\nScreebl uses patent pending technology for the control of device power saving features based on orientation data.</string>
<string name="about_dialog_title">About Screebl</string>
<string name="title_video_dialog">Show Video?</string>
<string name="message_video_dialog">A short video describing Screebl is available to help get you started.  Would you like to see it now?</string>
<string name="exit_video_dialog_negative">Later</string>
<string name="exit_video_dialog_positive">Yes</string>
<string name="menu_video">Video Intro</string>
<string name="title_error_showing_video">Communication Error</string>
<string name="message_error_showing_video">An error occurred during the retrieval of the video.  This could be due to network issues or YouTube protocols.  Please try again later.</string>
<string name="video_init">Initializing</string>
<string name="video_detecting_bandwidth">Detecting Bandwidth</string>
<string name="video_playlist">Determining Latest Video in YouTube Playlist</string>
<string name="video_token">Retrieving YouTube Video Token</string>
<string name="video_loband">Buffering Low-bandwidth Video</string>
<string name="video_hiband">Buffering High-bandwidth Video</string>
<string name="video_playlist_id">0AF3656F271CC771</string>
<string name="video_dialog_new_title">New Screebl Video</string>
<string name="video_dialog_new_msg">A new video about Screebl has been published and is available to view.  Would you like to see it now?</string>

<string name="ok">OK</string>
<string name="title_adc2_detected">Developer Challenge App Detected!</string>
<string name="message_adc2_detected">An evaluation version of Screebl intended for the Android Developer Challenge 2 has been detected on this device.  To facilitate fair judging, the registered version of Screebl is DISABLED while the ADC2 version is installed.  Uninstall the ADC2 version of Screebl if you wish to use the version of Screebl downloaded from the Android Market.</string>
</resources>

