Replaced hard-coded 'Session' with '{app_name}' in 'callsSessionCall'

This commit is contained in:
alansley
2024-08-14 14:51:40 +10:00
parent 621094ebe4
commit a8ee5c9f3b
5 changed files with 9 additions and 4 deletions

View File

@@ -223,7 +223,6 @@
<string name="messageRequestsNew">شما درخواست پیام جدیدی دارید</string>
<string name="callsInProgress">در حال تماس...</string>
<string name="callsEnd">پایان تماس</string>
<string name="callsSessionCall">تماس Session</string>
<string name="callsReconnecting">در حال اتصال دوباره...</string>
<string name="dismiss">رد کردن</string>
<string name="appearancePrimaryColor">رنگ اولیه</string>

View File

@@ -232,7 +232,6 @@
<string name="messageRequestsNew">Vous avez une nouvelle demande de message</string>
<string name="callsInProgress">Appel en cours</string>
<string name="callsEnd">Raccrocher</string>
<string name="callsSessionCall">Appel Session</string>
<string name="callsReconnecting">Reconnexion…</string>
<string name="dismiss">Rejeter</string>
<string name="appearancePrimaryColor">Couleur principale</string>

View File

@@ -236,7 +236,6 @@
<string name="messageRequestsNew">Vous avez une nouvelle demande de message</string>
<string name="callsInProgress">Appel en cours</string>
<string name="callsEnd">Raccrocher</string>
<string name="callsSessionCall">Appel Session</string>
<string name="callsReconnecting">Reconnexion…</string>
<string name="dismiss">Rejeter</string>
<string name="appearancePrimaryColor">Couleur principale</string>

View File

@@ -192,7 +192,7 @@
<string name="callsPermissionsRequiredDescription">You can enable the \"Voice and Video Calls\" permission in Privacy Settings.</string>
<string name="callsReconnecting">Reconnecting…</string>
<string name="callsRinging">Ringing...</string>
<string name="callsSessionCall">Session Call</string>
<string name="callsSessionCall">{app_name} Call</string>
<string name="callsSettings">Calls (Beta)</string>
<string name="callsVoiceAndVideo">Voice and Video Calls</string>
<string name="callsVoiceAndVideoBeta">Voice and Video Calls (Beta)</string>