<?xml version="1.0" encoding="utf-8"?>
<resources>
    <string name="app_name">phyphox</string>
    <string name="privacyPolicyURL">https://phyphox.org/privacy</string>
    <string name="action_settings">Settings</string>
    <string name="title_activity_experiment">phyphox</string>
    <string name="graph_tools_pan_and_zoom">Pan and zoom</string>
    <string name="graph_tools_pick">Pick data</string>
    <string name="graph_tools_more">More tools</string>
    <string name="graph_tools_system_time">Convert to system time</string>
    <string name="graph_tools_reset">Reset zoom</string>
    <string name="graph_tools_follow">Follow new data</string>
    <string name="graph_tools_linear_fit">Linear fit</string>
    <string name="graph_tools_export">Export this dataset</string>
    <string name="graph_tools_log_x">Logarithmic x axis</string>
    <string name="graph_tools_log_y">Logarithmic y axis</string>
    <string name="graph_point_label">Point</string>
    <string name="graph_slope_label">Slope</string>
    <string name="graph_difference_label">Difference</string>
    <string name="graph_fit_label">Linear fit: y = a x + b</string>
    <string name="applyZoomTitle">Apply zoom</string>
    <string name="applyZoomExplanation">As you are closing the interactive mode of this graph, you can select if you want to keep your zoom.</string>
    <string name="applyZoomAdvanced">Advanced options</string>
    <string name="applyZoomApply">Apply to…</string>
    <string name="applyZoomReset">Reset to default</string>
    <string name="applyZoomKeep">Keep as selected</string>
    <string name="applyZoomFollow">Keep and follow new data</string>
    <string name="applyZoomThis">Only this graph</string>
    <string name="applyZoomSameVariable">Other graphs: Same variable</string>
    <string name="applyZoomSameUnit">Other graphs: Same unit</string>
    <string name="applyZoomSameAxis">Other graphs: Same axis</string>
    <string name="newExperiment">Add experiments</string>
    <string name="newExperimentSimple">Add simple experiment</string>
    <string name="newExperimentPhyphoxInfo">Visit phyphox.org to create more advanced experiments including data analysis and share them with colleagues, students and friends.</string>
    <string name="newExperimentInputTitle">Title</string>
    <string name="newExperimentInputBufferSize">Buffer size (number of values to be stored)</string>
    <string name="newExperimentInputRate">Sensor rate (in Hz, 0 = as fast as possible)</string>
    <string name="newExperimentInputSensors">Active sensors</string>
    <string name="newExperimentBluetooth">Add experiment for Bluetooth device</string>
    <string name="newExperimentBluetoothErrorTitle">Bluetooth scan error</string>
    <string name="newExperimentBluetoothLoadFromDevice">Load from device</string>
    <string name="newExperimentBluetoothLoadFromDeviceInfo">This device provides its own phyphox experiment. Select "load from device" to open it.</string>
    <string name="newExperimentQR">Add experiment from QR code</string>
    <string name="newExperimentQRscan">Scan a QR code that contains a phyphox experiment.</string>
    <string name="newExperimentQRErrorTitle">QR code error.</string>
    <string name="newExperimentQRNoExperiment">Could not find a QR code that contains a phyphox experiment.</string>
    <string name="newExperimentQRcrcMismatch">The QR code you just scanned does not seem to match to the previous codes. Please make sure to only scan the codes belonging to the same experiment.</string>
    <string name="newExperimentQRCodesMissing1">The QR code you just scanned is part of a set of</string>
    <string name="newExperimentQRCodesMissing2">codes. Please press continue to scan the remaining codes. Codes still missing: </string>
    <string name="newExperimentQRBadCRC">Invalid checksum. This means that either the QR code is bad or something went wrong while scanning it.</string>
    <string name="newExperimentBTReadErrorTitle">Bluetooth experiment error.</string>
    <string name="newExperimentBTReadErrorCorrupted">The transmitted experiment data is corrupted.</string>
    <string name="generalErrorDialog">An error has occurred.</string>
    <string name="help">Help and info</string>
    <string name="experimentsPhyphoxOrg">Experiment ideas and instructions</string>
    <string name="experimentsPhyphoxOrgURL">http://phyphox.org/experiments</string>
    <string name="faqPhyphoxOrg">Frequently asked questions</string>
    <string name="faqPhyphoxOrgURL">http://phyphox.org/faq</string>
    <string name="remotePhyphoxOrg">Remote control help</string>
    <string name="remotePhyphoxOrgURL">http://phyphox.org/remote-control</string>
    <string name="translationToWebsiteURL">http://phyphox.org/languages#en</string>
    <string name="deviceInfo">Device info</string>
    <string name="copyToClipboard">Copy to clipboard</string>
    <string name="deviceInfoCopied">The device info has been copied to your clipboard.</string>
    <string name="warning">Warning</string>
    <string name="donotshowagain">Do not show again</string>
    <string name="damageWarning">Please be careful not to damage your phone while experimenting. Please take special care to avoid dropping it on hard surfaces and do not expose it to excessive magnetic fields. The authors of phyphox are not responsible for any damage to your phone.</string>
    <string name="info">Info</string>
    <string name="credits">Credits</string>
    <string name="creditsRWTH">phyphox® has been created at the 2nd Institute of Physics at the RWTH Aachen University.</string>
    <string name="creditsNames">Development and Concept:
\nDr. Sebastian Staacks
\nConcept:
\nProf. Christoph Stampfer
\nProgramming:
\nGaurav Tripathee
\nDominik Dorsel
\nJonas Gessner
\nCamilla Lummerzheim</string>
    <string name="gpl">
        Phyphox® is open source software released under the GNU General Public Licence. Please visit http://phyphox.org for further information and to get access to its source code. However, the name \"phyphox\" and \"RWTH Aachen\" are registered trademarks.
    </string>
    <string name="creditsLibs">The web-interface for remote access uses the Java Lightweight HTTP Server (jlhttp) under the GNU General Public Licence v2 and plots data with the JavaScript library \"Chart.js\" (http://chartjs.org), available under the MIT licence. For the fourier transform, we use the FFTW library (http://fftw.org), Copyright © 2003, 2007-11 Matteo Frigo, Copyright © 2003, 2007-11 Massachusetts Institute of Technology, which is available under the GNU General Public Licence (version 2 or later). GPS elevation data is converted from the WGS84 ellipsoid to the EGM84 geoid using EGM84 data (30\' resolution) and a ported function from the GographicLib (https://geographiclib.sourceforge.io/, MIT/X11 licence).</string>
    <string name="creditsApache" translatable="false">
        <![CDATA[
        <b>Apache POI</b><br />
Copyright 2003-2015 The Apache Software Foundation<br />
<br />
This product includes software developed by The Apache Software Foundation (http://www.apache.org/).<br />
<br />
This product contains parts that were originally based on software from BEA. Copyright (c) 2000-2003, BEA Systems, <http://www.bea.com/>.<br />
<br />
This product contains W3C XML Schema documents. Copyright 2001-2003 (c) World Wide Web Consortium (Massachusetts Institute of Technology, European Research Consortium for Informatics and Mathematics, Keio University)<br />
<br />
This product contains the Piccolo XML Parser for Java (http://piccolo.sourceforge.net/). Copyright 2002 Yuval Oren.<br />
<br />
This product contains the chunks_parse_cmds.tbl file from the vsdump program. Copyright (C) 2006-2007 Valek Filippov (frob@df.ru)<br />
<br />
This product contains parts of the eID Applet project (http://eid-applet.googlecode.com). Copyright (c) 2009-2014 FedICT (federal ICT department of Belgium), e-Contract.be BVBA (https://www.e-contract.be), Bart Hanssens from FedICT<br />
<br />
        ]]>
    </string>
    <string name="creditsZxing" translatable="false">
        <![CDATA[
        <b>Zxing</b><br />
        The QR code scanner function uses ZXing (https://github.com/zxing/zxing), licenced under the Apache licence v2.0 (please see the webpage for details on the licence and contributors). <br />
        <br />
NOTICES FOR BARCODE4J<br />
<br />
Barcode4J<br />
Copyright 2002-2010 Jeremias Märki<br />
Copyright 2005-2006 Dietmar Bürkle<br />
<br />
Portions of this software were contributed under section 5 of the<br />
Apache License. Contributors are listed under:<br />
http://barcode4j.sourceforge.net/contributors.html<br />
<br />
NOTICES FOR JCOMMANDER<br />
<br />
Copyright 2010 Cedric Beust cedric@beust.com
]]>
    </string>
    <string name="creditsPahoMQTT" translatable="false">
        <![CDATA[
        <b>Eclipse Paho MQTT</b><br />
        MQTT communication uses the Eclipse Paho MQTT library (https://www.eclipse.org/paho), licenced under the Eclipse Distribution Licence 1.0 (please see the webpage for details on the licence and contributors). <br />
        <br />
Eclipse Distribution License - v 1.0<br />
<br />
Copyright (c) 2007, Eclipse Foundation, Inc. and its licensors.<br />
<br />
All rights reserved.<br />
<br />
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:<br />
<br />
    Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.<br />
    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.<br />
    Neither the name of the Eclipse Foundation, Inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.<br />
<br />
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 OWNER 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.<br />
]]>
    </string>
    <string name="sensorLinearAcceleration">Linear Acceleration</string>
    <string name="sensorGravity">Gravity</string>
    <string name="sensorLight">Light</string>
    <string name="sensorGyroscope">Gyroscope</string>
    <string name="sensorAccelerometer">Accelerometer</string>
    <string name="sensorMagneticField">Magnetic Field</string>
    <string name="sensorPressure">Pressure</string>
    <string name="sensorTemperature">Temperature</string>
    <string name="sensorHumidity">Humidity</string>
    <string name="sensorProximity">Proximity</string>
    <string name="sensorAttitude">Attitude</string>
    <string name="sensorVendor">Vendor specific</string>
    <string name="sensorDepth">Depth (LiDAR/ToF)</string>
    <string name="sensorCamera">Camera</string>
    <string name="vendorSensorTitle">Vendor-specific sensor</string>
    <string name="vendorSensorWarning1">The sensor</string>
    <string name="vendorSensorWarning2">does not report the correct sensor type. It appears to be vendor-specific and we could only guess its type from its name. Therefore, it might not work as expected.</string>
    <string name="location">Location</string>
    <string name="sensorNotAvailableWarningTitle">Sensor not available.</string>
    <string name="sensorNotAvailableWarningText1">The sensor</string>
    <string name="sensorNotAvailableWarningText2">is not available. Usually this means, that your device simply does not have this type of sensor.</string>
    <string name="sensorNotAvailableWarningMoreInfo">More info</string>
    <string name="sensorNotAvailableWarningMoreInfoURL">http://phyphox.org/faq/#faqMissingSensor</string>
    <string name="ok">OK</string>
    <string name="tryagain">Try again</string>
    <string name="doContinue">Continue</string>
    <string name="close">Close</string>
    <string name="next">Next</string>
    <string name="cancel">Cancel</string>
    <string name="unknown">unknown</string>
    <string name="rename">Rename</string>
    <string name="delete">Delete</string>
    <string name="confirmDelete">Do you want to delete this experiment from your collection?</string>
    <string name="confirmDeleteTitle">Confirm delete?</string>
    <string name="stop">Stop</string>
    <string name="start">Start</string>
    <string name="clear_data">Clear data</string>
    <string name="clear_data_question">Clear recorded data?</string>
    <string name="clear">Clear</string>
    <string name="leave_experiment">Leave experiment</string>
    <string name="leave_experiment_question">Leave this experiment and discard recorded data?</string>
    <string name="leave">Leave</string>
    <string name="timed_stop">Stop timed run</string>
    <string name="timed_start">Start timed run</string>
    <string name="loadingTitle">Loading</string>
    <string name="loadingText">Loading experiment…</string>
    <string name="loadingBluetoothConnectionText">Connecting to Bluetooth device…</string>
    <string name="timedRunDialogTitle">Timed Run</string>
    <string name="timedRunStartDelay">Start delay (s)</string>
    <string name="timedRunStopDelay">Experiment duration (s)</string>
    <string name="enableTimedRun">Do a timed run</string>
    <string name="export">Export Data</string>
    <string name="export_empty">This experiment configuration does not define any data to be exported. If this is an error, please contact the source of the QR code or configuration file.</string>
    <string name="export_subject">Data from phyphox</string>
    <string name="export_pick_share">Pick an export method</string>
    <string name="share">Share screenshot</string>
    <string name="download">Download</string>
    <string name="savedToDownloadsMessage">File saved to Downloads</string>
    <string name="permissionRequiredToSaveToDownloads">Storage permission is needed to save files to Downloads</string>
    <string name="errorWritingStateFile">Error writing state file: </string>
    <string name="share_subject">Screenshot from phyphox</string>
    <string name="share_pick_share">Pick a share method</string>
    <string name="remoteServer">Allow remote access</string>
    <string name="remoteServerWarning">You are about to enable remote access to the acquired data. You should only do so on a trusted network! Also note, that direct access between devices may not be possible on many corporate or university networks.\n\nFor best security and performance you should connect to this device via a tethering option (mobile hotspot).\n\nAfter pressing ok, you can access your measurement from any web browser on the same network.</string>
    <string name="remoteServerWarningTitle">Security warning!</string>
    <string name="remoteServerNoNetwork">You need to set up a Wifi connection to the remote device first. Please enable Wifi or create a mobile hotspot.</string>
    <string name="remoteServerActive">Remote access enabled. Access this experiment from the following URL:
\n%1$s</string>
    <string name="hotspotSettings">Hotspot Settings</string>
    <string name="remoteColorMapWarning">The color plot in the remote interface is only an approximation. In contrast to the in-app plot, at the moment it cannot handle non-equidistant data or logarithmic scaling on the x and y axis. So, data at varying intervals may appear at the wrong location.</string>
    <string name="remoteDepthGUIWarning">Previewing and controlling the LiDAR/ToF sensor on the remote interface is not supported.</string>
    <string name="remoteCameraPreviewWarning">Previewing and controlling the camera on the remote interface is not supported.</string>
    <string name="calibrated_magnetometer">Use calibrated magnetometer</string>
    <string name="force_gnss">Satellite location only</string>
    <string name="switchToPhoneLayout">View: Narrow</string>
    <string name="switchColumns1">View: 1 column</string>
    <string name="switchColumns2">View: 2 columns</string>
    <string name="switchColumns3">View: 3 columns</string>
    <string name="toggleBrightMode">Bright mode</string>
    <string name="fontSize">Font size</string>
    <string name="show_description">Experiment info</string>
    <string name="save_locally">Add experiment to collection</string>
    <string name="save_locally_done">Experiment successfully added to collection.</string>
    <string name="save_locally_message">This experiment has been opened from a remote source. Do you want to add it to your experiment collection?</string>
    <string name="save_locally_button">Save to collection</string>
    <string name="save_state">Save experiment state</string>
    <string name="save_state_category">Saved experiment states</string>
    <string name="save_state_message">You can save the state of this experiment including your data to your collection or share it with a third-party app.</string>
    <string name="save_state_title">Title</string>
    <string name="save_state_save">To collection</string>
    <string name="save_state_share">Share</string>
    <string name="save_state_subject">Experiment state for phyphox</string>
    <string name="save_state_default_title">Measurement</string>
    <string name="save_state_success">State has been saved to your collection.</string>
    <string name="open_zip_title">Opening a set of experiments</string>
    <string name="open_zip_dialog_instructions">This resource contains multiple experiments. You can either pick one to open it and optionally save it to your collection or use the button below to save them all to your collection at once.</string>
    <string name="open_save_all">Save all</string>
    <string name="open_bluetooth_assets_title">Experiments for Bluetooth device</string>
    <string name="open_bluetooth_assets">The following experiments for your device are available from phyphox. You can either just open and use them or add them all to your collection to easily access them from the main menu.</string>
    <string name="timedRun">Timed run</string>
    <string name="pick_exportSets">Pick the data sets to export.</string>
    <string name="pick_exportFormat">Choose the data format.</string>
    <string name="noDrawableData">No drawable data.</string>
    <string name="categoryNewExperiment">Simple custom experiments</string>
    <string name="categoryRawSensor">Raw Sensors</string>
    <string name="categoryPhyphoxOrg">Contribute to phyphox</string>
    <string name="categoryPhyphoxOrgHint">There are new options to support phyphox at the bottom of the list.</string>
    <string name="experimentinfo_hint">Check experiment info to learn how to use this experiment.</string>
    <string name="start_hint">Touch the triangle to start the experiment.</string>
    <string name="bluetooth">Bluetooth Low Energy</string>
    <string name="bt_android_version">Bluetooth Low Energy is not supported on Android Versions lower than 4.3.</string>
    <string name="bt_pick_device">Please pick a device.</string>
    <string name="bt_scanning_generic">Scanning for Bluetooth devices…</string>
    <string name="bt_scanning_specific1">Scanning for Bluetooth devices with</string>
    <string name="bt_scanning_specific2">in their name…</string>
    <string name="bt_device_not_supported">No experiment available.</string>
    <string name="bt_location_explanation">Android requires a location permission for Bluetooth scans as the result could be used to derive location information. We will now request these permissions. You need to grant them in order to do a Bluetooth scan.</string>
    <string name="bt_location_service_explanation">In addition to the permission to get location information, Android requires location services to be enabled for Bluetooth scans as the result could be used to derive location information. We will redirect you to your system settings.</string>
    <string name="bt_exception_uuid">Characteristic with UUID</string>
    <string name="bt_exception_uuid2">not found.</string>
    <string name="bt_exception_disabled">Bluetooth is disabled. Please enable bluetooth and try again.</string>
    <string name="bt_exception_connection">Bluetooth connection could not be opened.</string>
    <string name="bt_exception_notfound">Bluetooth device not found.</string>
    <string name="bt_exception_services">Services could not be discovered.</string>
    <string name="bt_exception_device">Error for the device with</string>
    <string name="bt_exception_device_address">address</string>
    <string name="bt_exception_device_name">name</string>
    <string name="bt_exception_rate">Invalid value for "rate".</string>
    <string name="bt_exception_notification">The notification for the characteristic with the UUID</string>
    <string name="bt_exception_notification_enable">could not be enabled.</string>
    <string name="bt_exception_notification_disable">could not be disabled again.</string>
    <string name="bt_exception_notification_fail_enable">Turning on notifications for the Characteristic with the UUID</string>
    <string name="bt_exception_notification_fail">was not successful.</string>
    <string name="bt_exception_config">The value for the characteristic</string>
    <string name="bt_exception_config2">could not be set.</string>
    <string name="bt_exception_no_connection">The Bluetooth device is not connected. Experiment can not be started.</string>
    <string name="bt_exception_disconnected">The Bluetooth device has been disconnected.</string>
    <string name="bt_default_error_message">There is an error with the Bluetooth device.</string>
    <string name="bt_error_writing">Error while writing characteristic with UUID</string>
    <string name="bt_error_reading">Error while reading characteristic with UUID</string>
    <string name="bt_error_discovering">Error while discovering the services of the bluetooth device.</string>
    <string name="bt_fail_reading">The reading operation was not successful.</string>
    <string name="bt_fail_writing">The writing operation was not successful.</string>
    <string name="bt_more_info_link_text">If your device is not supported, pick \"more info\" to learn more about the flexible Bluetooth Low Energy support in phyphox on our website.</string>
    <string name="bt_more_info_link_button">More info</string>
    <string name="bt_more_info_link_url">https://phyphox.org/ble</string>
    <string name="networkPrivacyWarning">Privacy warning</string>
    <string name="networkVisitPrivacyURL">Privacy policy</string>
    <string name="networkPrivacyInfo">This experiment uses a network connection, which means that experiment data can be transmitted to a network service. You can find more details by clicking the privacy policy button below, which will take you to a website with a privacy policy provided by the creator of this experiment. If the network service is not a local device, you should be aware that phyphox may transmit the following information if you start this experiment:</string>
    <string name="networkPrivacyUniqueID">An id that is unique to this device and the network service, which allow to match all data send from this device through this experiment configuration.</string>
    <string name="networkPrivacySensorData">Data from the following sensors:</string>
    <string name="networkPrivacySensorMicrophone">Recordings or data derived from recordings from the microphone.</string>
    <string name="networkPrivacySensorLocation">Location data (GPS data or similar).</string>
    <string name="networkPrivacyDeviceInfo">Detailed information about the model of your device and/or the version of phyphox.</string>
    <string name="networkPrivacySensorInfo">Technical details about the following sensors:</string>
    <string name="timedRunBeeps">Acoustic signals</string>
    <string name="beeperCountdown">Countdown sounds</string>
    <string name="beeperStart">Start sound</string>
    <string name="beeperRunning">Running sounds</string>
    <string name="beeperStop">Stop sound</string>
    <string name="activate_all">Activate all</string>
    <string name="deactivate_all">Deactivate all</string>
    <string name="depthAggregationMode">Aggregation mode</string>
    <string name="depthAggregationModePrompt">Select the method to aggregate depth information within the selected region.</string>
    <string name="depthAggregationModeClosest">Closest</string>
    <string name="depthAggregationModeAverage">Average</string>
    <string name="depthAggregationModeWeighted">Weighted</string>
    <string name="cameraFrontFacing">Front facing camera</string>
    <string name="cameraFront">Front</string>
    <string name="cameraBackFacing">Back facing camera</string>
    <string name="cameraBack">Back</string>
    <string name="cameraZoom">Zoom</string>
    <string name="cameraExternal">External camera</string>
    <string name="wb_auto">Auto</string>
    <string name="wb_incandescent">Incandescent</string>
    <string name="wb_fluorescent">Fluorescent</string>
    <string name="wb_daylight">Daylight</string>
    <string name="wb_cloudy">Cloudy</string>
    <string name="off">Off</string>
    <string name="on">On</string>
    <string name="camera_preview">Camera Preview</string>
    <string name="camera_not_ready">Camera Not Ready</string>
    <string name="settingsDefault">Default</string>
    <string name="settings">Settings</string>
    <string name="settingsHeadLanguage">Language</string>
    <string name="settingsLanguage">App language</string>
    <string name="settingsTranslation">Translation</string>
    <string name="settingsTranslationMore">Learn more about available languages and how you can help.</string>
    <string name="settingsHeadAdvanced">Advanced</string>
    <string name="settingsProximityLock">Proximity lock</string>
    <string name="settingsProximityLockDetail">Disable the screen when the proximity sensor is triggered to avoid unintended inputs for example in a pocket.</string>
    <string name="settingsPort">Remote access port</string>
    <string name="settings_theme_night">Default</string>
    <string name="settings_theme_no_night">Light mode </string>
    <string name="settings_theme_sync_setting">Sync with system</string>
    <string name="settingGraphViewEdit">User interface</string>
    <string name="settingGraphSize">Graph size</string>
    <string name="settingGraphSizeSubTitle">Make graph size bigger or smaller</string>
    <string name="settings_theme_title">Dark mode</string>
    <string name="settings_mode_dark">On (Default)</string>
    <string name="settings_mode_no_dark">Off </string>
    <string name="settings_mode_dark_system">As system</string>
    <string name="common_unit_short_arbitrary_unit">arb. unit</string>
    <string name="common_unit_short_second">s</string>
    <string name="common_unit_short_milli_second">ms</string>
    <string name="common_unit_short_hertz">Hz</string>
    <string name="common_unit_short_micro_tesla">µT</string>
    <string name="common_unit_short_lux">lx</string>
    <string name="common_unit_short_degree">°</string>
    <string name="common_unit_short_degree_celsius">°C</string>
    <string name="common_unit_short_meter">m</string>
    <string name="common_unit_short_milli_meter">mm</string>
    <string name="common_unit_short_centi_meter">cm</string>
    <string name="common_unit_short_kilo_meter">km</string>
    <string name="common_unit_short_meter_per_second">m/s</string>
    <string name="common_unit_short_kilo_meter_per_hour">km/h</string>
    <string name="common_unit_short_meter_per_square_second">m/s²</string>
    <string name="common_unit_short_radian_per_second">rad/s</string>
    <string name="common_unit_short_hecto_pascal">hPa</string>
    <string name="common_unit_short_decibel">dB</string>
    <string name="common_unit_short_percent">%</string>
    <string name="common_unit_percentage">%</string>
    <string name="common_quantity_short_time">t</string>
    <string name="common_quantity_short_angular_velocity">ω</string>
    <string name="common_quantity_short_magnetic_field">B</string>
    <string name="common_quantity_short_illuminance">Ev</string>
    <string name="common_quantity_short_acceleration">a</string>
    <string name="common_quantity_short_amplitude">A</string>
    <string name="common_quantity_short_height">h</string>
    <string name="common_quantity_short_velocity">v</string>
    <string name="common_quantity_short_pressure">p</string>
    <string name="common_quantity_short_earth_acceleration">g</string>
    <string name="common_quantity_short_distance">d</string>
    <string name="common_quantity_short_sound_pressure_level">SPL</string>
    <string name="common_quantity_short_latitude">φ</string>
    <string name="common_quantity_short_longitude">λ</string>
    <string name="common_quantity_short_altitude">z</string>
    <string name="common_quantity_short_luminance">Lv</string>
    <string name="common_quantity_short_luma">Y\'</string>
    <string name="common_quantity_percentage">Percent</string>
    <string name="common_direction_short_north">N</string>
    <string name="common_direction_short_south">S</string>
    <string name="common_direction_short_east">E</string>
    <string name="common_direction_short_west">W</string>
    <string name="common_direction_short_north_east">NE</string>
    <string name="common_direction_short_south_east">SE</string>
    <string name="common_direction_short_north_west">NW</string>
    <string name="common_direction_short_south_west">SW</string>
    <string name="common_musical_note_a2">A2</string>
    <string name="common_musical_note_bb2">A#2 / Bb2</string>
    <string name="common_musical_note_b2">B2</string>
    <string name="common_musical_note_a3">A3</string>
    <string name="common_musical_note_bb3">A#3 / Bb3</string>
    <string name="common_musical_note_b3">B3</string>
    <string name="common_musical_note_c3">C3</string>
    <string name="common_musical_note_db3">C#3 / Db3</string>
    <string name="common_musical_note_d3">D3</string>
    <string name="common_musical_note_eb3">D#3 / Eb3</string>
    <string name="common_musical_note_e3">E3</string>
    <string name="common_musical_note_f3">F3</string>
    <string name="common_musical_note_gb3">F#3 / Gb3</string>
    <string name="common_musical_note_g3">G3</string>
    <string name="common_musical_note_ab3">G#3 / Ab3</string>
    <string name="common_musical_note_a4">A4</string>
    <string name="common_musical_note_bb4">A#4 / Bb4</string>
    <string name="common_musical_note_b4">B4</string>
    <string name="common_musical_note_c4">C4</string>
    <string name="common_musical_note_db4">C#4 / Db4</string>
    <string name="common_musical_note_d4">D4</string>
    <string name="common_musical_note_eb4">D#4 / Eb4</string>
    <string name="common_musical_note_e4">E4</string>
    <string name="common_musical_note_f4">F4</string>
    <string name="common_musical_note_gb4">F#4 / Gb4</string>
    <string name="common_musical_note_g4">G4</string>
    <string name="common_musical_note_ab4">G#4 / Ab4</string>
    <string name="common_musical_note_a5">A5</string>
    <string name="common_musical_note_bb5">A#5 / Bb5</string>
    <string name="common_musical_note_b5">B5</string>
    <string name="common_musical_note_c5">C5</string>
    <string name="common_musical_note_db5">C#5 / Db5</string>
    <string name="common_musical_note_d5">D5</string>
    <string name="common_musical_note_eb5">D#5 / Eb5</string>
    <string name="common_musical_note_e5">E5</string>
    <string name="common_musical_note_f5">F5</string>
    <string name="common_musical_note_gb5">F#5 / Gb5</string>
    <string name="common_musical_note_g5">G5</string>
    <string name="common_musical_note_ab5">G#5 / Ab5</string>
    <string name="common_musical_note_a6">A6</string>
    <string name="common_musical_note_bb6">A#6 / Bb6</string>
    <string name="common_musical_note_b6">B6</string>
    <string name="common_musical_note_c6">C6</string>
    <string name="common_musical_note_db6">C#6 / Db6</string>
    <string name="common_musical_note_d6">D6</string>
    <string name="common_musical_note_eb6">D#6 / Eb6</string>
    <string name="common_musical_note_e6">E6</string>
    <string name="common_musical_note_f6">F6</string>
    <string name="common_musical_note_gb6">F#6 / Gb6</string>
    <string name="common_musical_note_g6">G6</string>
    <string name="common_musical_note_ab6">G#6 / Ab6</string>
    <string name="common_musical_note_a7">A7</string>
    <string name="common_musical_note_bb7">A#7 / Bb7</string>
    <string name="common_musical_note_b7">B7</string>
    <string name="common_musical_note_c7">C7</string>
    <string name="common_musical_note_db7">C#7 / Db7</string>
    <string name="common_musical_note_d7">D7</string>
    <string name="common_musical_note_eb7">D#7 / Eb7</string>
    <string name="common_musical_note_e7">E7</string>
    <string name="common_musical_note_f7">F7</string>
    <string name="common_musical_note_gb7">F#7 / Gb7</string>
    <string name="common_musical_note_g7">G7</string>
    <string name="common_musical_note_ab7">G#7 / Ab7</string>
</resources>