Edited English permission related strings

Added Finnish permission related strings
This commit is contained in:
Juha Heinanen
2021-11-10 12:05:34 +02:00
parent 692283c9d9
commit 667cb7fd48
2 changed files with 9 additions and 3 deletions

View File

@ -496,6 +496,12 @@
<string name="no_video_calls">Et voi soittaa video-puheluita tai vastata niihin
ilman Kamera-käyttöoikeutta.
</string>
<string name="no_backup">Et voi tallentaa sovelluksen tietoja ilman
Tallennustila-käyttöoikeutta.</string>
<string name="no_restore">Et voi palauttaa sovelluksen tietoja ilman
Tallennustila-käyttöoikeutta.</string>
<string name="no_android_contacts">Et voi lisätä tai poistaa Android-yhteystietoja ilman
Kontaktit-käyttöoikeutta.</string>
<string name="no_cameras">Sinulla ei ole yhtään tuettua video-kameraa.</string>
<string name="show_password">Näytä salasana</string>
<string name="no_network">Ei verkkoyhteyttä!</string>

View File

@ -447,13 +447,13 @@
<string name="restore_failed">Failed to restore application data. Check that you gave correct
password. In Android versions 9 and below, also check Apps → baresip → Permissions → Storage
and that file \'%1$s\' exists in Download folder.</string>
<string name="no_calls">You are not able to make or answer calls without Microphone
<string name="no_calls">You are not able to make or answer calls without \"Microphone\"
permission.</string>
<string name="no_video_calls">Grant \"Camera\" permission to make or answer video calls.</string>
<string name="no_backup">You are not able create backup without \"Storage\" permission.</string>
<string name="no_restore">You are not able restore backup without \"Storage\" permission.</string>
<string name="no_android_contacts">You are not able add or remove Android contacts without
\"Contacts\" permission.</string>
<string name="no_restore">You are not able restore backup without \"Storage\" permission.</string>
<string name="no_video_calls">Grant \"Camera\" permission to make or answer video calls.</string>
<string name="no_cameras">You don\'t have any supported video cameras.</string>
<string name="show_password">Show Password</string>
<string name="no_network">No network connection!</string>