Restored lost strings

This commit is contained in:
Juha Heinanen
2024-05-04 15:11:12 +03:00
parent a9d87af777
commit c175be5479
2 changed files with 8 additions and 0 deletions

View File

@ -394,6 +394,10 @@
<string name="dark_theme_help">Käytä aina tummaa näyttöteemaa</string>
<string name="video_size">Videon kehyskoko</string>
<string name="video_size_help">Lähetettävän videon kehyskoko (leveys x korkeus)</string>
<string name="video_fps">Videokehysten lähetystaajuus</string>
<string name="video_fps_help">Videokehysten lähetystaajuus per sekuntti, jota tarjotaan
SDP-neuvottelun aikana. Arvon on oltava välillä 10-30.</string>
<string name="invalid_fps">Virheellinen videokehysten lähetystaajuus \'%1$s\'</string>
<string name="contacts_help">Valitsee käytetäänkö baresip-sovelluksen yhteystietoja, Androidin
yhteystietoja vai molempia. Jos molempia ja sama yhteystieto on molemmissa, käytetään
baresip-sovelluksen yhteystietoa.</string>

View File

@ -367,6 +367,10 @@
<string name="dark_theme_help">Force dark display theme</string>
<string name="video_size">Video Frame Size</string>
<string name="video_size_help">Size of transmitted video frames (width x height)</string>
<string name="video_fps">Video Frames Per Second</string>
<string name="video_fps_help">Video frame rate that will be offered during the SDP handshake.
Valid values are from 10 to 30.</string>
<string name="invalid_fps">Invalid Frames Per Second \'%1$s\'</string>
<string name="contacts_help">Chooses if baresip contacts, Android contacts, or both are used.
If both and contact with the same name exists in both, baresip contact is chosen.</string>
<string name="both">Both</string>