diff options
Diffstat (limited to 'res/values')
| -rw-r--r-- | res/values/strings.xml | 18 | 
1 files changed, 18 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index dfea6a7..d1421a4 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -14,6 +14,24 @@      <string name="pref_service_title">Run Service</string>      <string name="pref_service_summary_on">Run SoftKeys Service</string>      <string name="pref_service_summary_off">Just Use SoftKeys Launcher</string> +     +    <string name="pref_service_boot_title">Run Service at Boot</string> +    <string name="pref_service_boot_summary_on">Run SoftKeys Service at Boot (even if not default launcher)</string> +    <string name="pref_service_boot_summary_off">Do Not Run SoftKeys Service at Boot (only if not default launcher)</string> + +    <string name="pref_service_drag_title">Draggable Service</string> +    <string name="pref_service_drag_summary_on">Allow Dragging Service Buttons</string> +    <string name="pref_service_drag_summary_off">Service Buttons Do Not mMve</string> +     +    <string name="pref_service_drag_popper_title">Draggable Popper</string> +    <string name="pref_service_drag_popper_summary_on">Allow Dragging Popper Button</string> +    <string name="pref_service_drag_popper_summary_off">Popper Button Does Not Move</string> +     +    <string name="pref_service_drag_extra_title">Draggable D-Pad</string> +    <string name="pref_service_drag_extra_summary_on">Allow Dragging D-Pad Buttons</string> +    <string name="pref_service_drag_extra_summary_off">D-Pad Buttons Do Not Move</string> +     +          <string name="pref_service_size_title">Size</string>      <string name="pref_service_size_summary">Size of Service Popup Buttons</string>      <string name="pref_service_transparency_title">Button Bar Transparency</string>  | 
