robot36/app/src/main/res/values/strings.xml
2024-05-02 07:47:24 +02:00

56 lines
3.5 KiB
XML

<resources>
<string name="app_name">Robot36</string>
<string name="action_share">Share</string>
<string name="store_scope">Store Scope</string>
<string name="listening">Listening</string>
<string name="audio_settings">Audio Settings</string>
<string name="sample_rate">Sample Rate</string>
<string name="rate_8000">8 kHz</string>
<string name="rate_16000">16 kHz</string>
<string name="rate_32000">32 kHz</string>
<string name="rate_44100">44.1 kHz</string>
<string name="rate_48000">48 kHz</string>
<string name="channel_select">Channel Select</string>
<string name="channel_default">Default</string>
<string name="channel_first">First</string>
<string name="channel_second">Second</string>
<string name="channel_summation">Summation</string>
<string name="channel_analytic">Analytic</string>
<string name="audio_source">Audio Source</string>
<string name="source_default">Default</string>
<string name="source_microphone">Microphone</string>
<string name="source_camcorder">Camcorder</string>
<string name="source_voice_recognition">Voice Recognition</string>
<string name="source_unprocessed">Unprocessed</string>
<string name="audio_init_failed">Audio init failed</string>
<string name="audio_setup_failed">Audio setup failed</string>
<string name="audio_permission_denied">Audio permission denied</string>
<string name="audio_recording_error">Audio recording error</string>
<string name="creating_picture_directory_failed">Creating picture directory failed</string>
<string name="creating_picture_file_failed">Creating picture file failed</string>
<string name="storing_picture_failed">Storing picture failed</string>
<string name="scope_description">Decoded SSTV picture</string>
<string name="freq_plot_description">Frequency plot</string>
<string name="peak_meter_description">Peak audio signal level</string>
<string name="night_mode">Night Mode</string>
<string name="enable">Enable</string>
<string name="disable">Disable</string>
<string name="close">Close</string>
<string name="privacy_policy">Privacy Policy</string>
<string name="privacy_policy_text">Microphone Access:
\n\nThis app requires access to your device\'s microphone to decode Slow Scan Television (SSTV) signals.
The microphone captures the audio containing the SSTV transmission.
\n\nData Handling:
\n\nThe app uses a small temporary buffer in memory to process the audio data in real-time.
This buffer is constantly overwritten with new data as the decoding progresses.
The app does not store the raw audio captured from the microphone.
Only the decoded images resulting from the SSTV process are saved on your device\'s storage.</string>
<string name="about">About Robot36</string>
<string name="about_text">Robot36 %1$s\nCopyright 2024 Ahmet Inan
\n\nPlease read DISCLAIMER at the bottom of this page.
\n\nRobot36 decodes Slow Scan Television (SSTV) images from audio.
\n\nImplementation:\nhttps://github.com/xdsopl/robot36\nBSD Zero Clause License
\n\nMode specifications:\nhttp://www.barberdsp.com/downloads/Dayton%%20Paper.pdf\nby JL Barber - 2000
\n\nDISCLAIMER:\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.</string>
</resources>