<?xml version="1.0" encoding="utf-8"?>
<!-- 
/*
 * Copyright (C) 2013 Thomas M. Alldread
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-->
<!-- Copyright (C) 2009 The Android Open Source Project

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
     You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

     Unless required by applicable law or agreed to in writing, software
     distributed under the License is distributed on an "AS IS" BASIS,
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
-->

<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <string name="app_name">NimbleSig RF Sweep Generator</string>

    <!--  BluetoothChat -->
    <string name="send">Send</string>
    <string name="not_connected">The NimbleSig Blue Tooth Link is NOT CONNECTED</string>
    <string name="bt_not_enabled_leaving">Bluetooth was not enabled. Leaving Bluetooth Chat.</string>
    <string name="title_connecting">connecting…</string>
    <string name="title_connected_to">connected to <xliff:g id="device_name">%1$s</xliff:g></string>
    <string name="title_not_connected">not connected</string>

    <!--  DeviceListActivity -->
    <string name="scanning">scanning for devices…</string>
    <string name="select_device">select a device to connect</string>
    <string name="none_paired">No devices have been paired</string>
    <string name="none_found">No devices found</string>
    <string name="title_paired_devices">Paired Devices</string>
    <string name="title_other_devices">Other Available Devices</string>
    <string name="button_scan">Scan for devices</string>

    <!-- Options Menu -->
    <string name="secure_connect">Connect a device - Secure</string>
    <string name="insecure_connect">Connect NimbleSig</string>
    <string name="discoverable">Make discoverable</string>

    <!-- NimbleSig RF Gen Main Code -->
    <string name="title_activity_nimble_sig_rfgen_main">NimbleSig RF Sweep Generator</string>
    <string name="title_connected">~Connected~</string>
    <string name="previous_settings_file_name">setNimbleSigRem</string>
    <string name="NS_Connected">NimbleSig Connected</string>
    
    <!-- NimbleSig RF Sweep Display Menu -->
    <string name="measure_power">GET_RF_LEVEL</string>
    <string name="center_freq">SETUP</string>
    <string name="sweep_width">NORMALIZE</string>
    <string name="sweep_start">START</string>
    <string name="sweep_stop">EXIT</string>
    <string name="sweep_refresh">ReNew</string>
    <string name="prev_norm">REVERT_NORM</string>
    
</resources>