1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-01 09:24:10 +01:00
LibrePilot/androidgcs/res/values/strings.xml
James Cotton 68e0e27f75 Added a home page, added an option to select connection type. Made the
ListView adapter trigger updates on the data.
2012-08-02 10:40:38 -05:00

14 lines
741 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">OpenPilot GCS Home</string>
<string name="object_browser_name">OpenPilot Object Browser</string>
<string name="menu_item_settings">Settings</string>
<string name="menu_item_connect">Connect</string>
<string name="menu_item_disconnect">Disconnect</string>
<string name="preference_title">Settings</string>
<string name="preference_checkbox_autoconnect">Automatically Connect</string>
<string name="preference_checkbox_connection_type">Connection Type</string>
<string name="preference_checkbox_bluetooth">Bluetooth</string>
<string name="preference_connection_method_summary">Select the connection method</string>
</resources>