Fixed 'invalid_fps' format in de and es strings

This commit is contained in:
Juha Heinanen
2024-06-06 21:45:56 +03:00
parent 17acf3c985
commit 061f93c4aa
2 changed files with 4 additions and 4 deletions

View File

@ -322,7 +322,7 @@
<string name="call_request">Anrufsanfrage</string>
<string name="audio_focus_denied">Audio Fokus nicht gewährt!</string>
<string name="permissions_rationale">Gründe für die Berechtigungen</string>
<string name="invalid_fps">Ungültige Bilder pro Sekunde: \'%1$s\'</string>
<string name="invalid_fps">Ungültige Bilder pro Sekunde: \'%1$d\'</string>
<string name="reset_config_alert">Wollen Sie wirklich die Einstellungen auf die Werkseinstellungen zurücksetzen?</string>
<string name="status">Status</string>
<string name="verify_sas">SAS &lt;%1$s&gt; verifizieren?</string>
@ -354,4 +354,4 @@
<string name="video_size_help">Größe der gesendeten Videoframes (Breite x Höhe)</string>
<string name="tone_country">Herkunftsland der Töne</string>
<string name="tone_country_help">Herkunftsland des Freitons, Halttons und Besetzttons</string>
</resources>
</resources>

View File

@ -365,9 +365,9 @@
<string name="speaker_phone">Altavoz del teléfono</string>
<string name="speaker_phone_help">Si está marcada, el altavoz se enciende automáticamente al iniciar la llamada.</string>
<string name="dtmf_auto">RTP en la banda o imformación SIP</string>
<string name="invalid_fps">\'%1$s\' Fps no válido(s)</string>
<string name="invalid_fps">\'%1$d\' Fps no válido(s)</string>
<string name="video_fps">Fotogramas de vídeo por segundo (fps)</string>
<string name="video_fps_help">Velocidad de fotogramas de vídeo que se ofrecerá durante el protocolo de enlace SDP. Los valores válidos son del 10 al 30.</string>
<string name="call_request">Requerimiento</string>
<string name="call_request_query">¿Aceptas el requerimiento \'%1$s\'?</string>
</resources>
</resources>