Codecs related string improvements

This commit is contained in:
Juha Heinanen
2022-09-10 19:38:53 +03:00
parent 2eb45fe8a7
commit 1005e3aade
2 changed files with 11 additions and 6 deletions

View File

@ -288,11 +288,14 @@
<!-- Codecs Activity -->
<string name="audio_codecs">Audion koodausmenetelmät</string>
<string name="audio_codecs_help">Luettelo käytössä olevista audion
koodausmenetelmistä prioriteettijärjestyksessä</string>
koodausmenetelmistä prioriteettijärjestyksessä. Ota käyttöön koskettamalla,
järjestä vetämällä ja pudottamalla, poista käytöstä pyyhkäisemällä oikealle.</string>
<string name="video_codecs">Videon koodausmenetelmät</string>
<string name="video_codecs_help">Luettelo käytössä olevista videon
koodausmenetelmistä prioriteettijärjestyksessä</string>
<string name="codec_action">Koodausmenetelmä toiminto (järjestä tai lisää)</string>
koodausmenetelmistä prioriteettijärjestyksessä. Ota käyttöön koskettamalla,
järjestä vetämällä ja pudottamalla, poista käytöstä pyyhkäisemällä oikealle.</string>
<string name="codec_action">Koodausmenetelmä toiminto (ota käyttöön, järjestä, poista
käytöstä)</string>
<!-- Config Activity -->
<string name="configuration">Asetukset</string>
<string name="start_automatically">Käynnistä automaattisesti</string>

View File

@ -279,10 +279,12 @@
<string name="delete_chats_alert">Do you want to delete chat history of account \'%1$s\'\?</string>
<!-- Codecs Activity -->
<string name="audio_codecs">Audio Codecs</string>
<string name="audio_codecs_help">List of supported audio codecs in priority order</string>
<string name="audio_codecs_help">List of enabled audio codecs in priority order. Click to enable,
drag to reorder, swipe right to disable.</string>
<string name="video_codecs">Video Codecs</string>
<string name="video_codecs_help">List of supported video codecs in priority order</string>
<string name="codec_action">Codec action (reorder or add)</string>
<string name="video_codecs_help">List of enabled video codecs in priority order. Click to enable,
drag to reorder, swipe right to disable.</string>
<string name="codec_action">Codec action (enable, reorder, disable)</string>
<!-- Config Activity -->
<string name="configuration">Settings</string>
<string name="start_automatically">Start Automatically</string>