nRF Toolbox v1.11.4

Project migrated to Android Studio and released on GitHub.
This commit is contained in:
Aleksander Nowakowski
2015-02-17 16:00:25 +01:00
commit 4df6d396b2
356 changed files with 28833 additions and 0 deletions

View File

@@ -0,0 +1,73 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (c) 2015, Nordic Semiconductor
~ All rights reserved.
~
~ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
~
~ 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
~
~ 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the
~ documentation and/or other materials provided with the distribution.
~
~ 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this
~ software without specific prior written permission.
~
~ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
~ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
~ HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
~ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
~ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
~ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-->
<resources>
<string name="app_name">nRF Toolbox</string>
<string name="font_path">fonts/trebucbd.ttf</string>
<string name="normal_font_path">fonts/trebuc.ttf</string>
<string name="permission_log_label">read and write log</string>
<string name="permission_log_description">Allows the app to write and read from Nordic Semiconductor Event log</string>
<string name="ok">OK</string>
<string name="yes">Yes</string>
<string name="no">No</string>
<string name="cancel">Cancel</string>
<string name="action_about">About</string>
<string name="action_settings">Settings</string>
<string name="action_connect">CONNECT</string>
<string name="action_select">SELECT DEVICE</string>
<string name="action_disconnect">DISCONNECT</string>
<string name="drawer_open">Open</string>
<string name="drawer_close">Close</string>
<string name="drawer_plugins">PLUGINS</string>
<string name="drawer_plugin_mcp">nRF Master Control Panel</string>
<string name="battery">%d%%</string>
<string name="progress">%d%%</string>
<string name="not_available">n/a</string>
<string name="not_available_value">" - "</string>
<string name="no_ble">Device doesn\'t have BLE support!</string>
<string name="no_apps">No profiles found.</string>
<string name="not_supported">The device does not have required services.</string>
<string name="no_application">Web Browser application is not available.</string>
<string name="no_application_play">Google Play not installed.</string>
<string name="scanner_title">Select device:</string>
<string name="scanner_empty">No device found</string>
<string name="scanner_action_scan">Scan</string>
<string name="scanner_action_cancel">Cancel</string>
<string name="scanner_subtitle_bonded">BONDED DEVICES:</string>
<string name="scanner_subtitle__not_bonded">AVAILABLE DEVICES:</string>
<string name="bonding">Bonding with the device&#8230;</string>
<string name="bonded">The device is now bonded.</string>
<string name="log" formatted="false">%1$tR:%1$tS.%1$tL</string>
<string name="about_title">About</string>
<string name="about_version">\n\nVersion: %s</string>
<string name="about_text">The nRF Toolbox is a container application that stores your Nordic Semiconductor apps in one location.</string>
</resources>