mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-20 20:19:42 +01:00
Rearrange strings to avoid "renaming" of keys
this should avoid problems with transifex..hopefully Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
eb8d11ac40
commit
a648f0b457
@ -103,7 +103,7 @@ class MoreCallActionsDialog(private val callActivity: CallActivity) : BottomShee
|
||||
dismiss()
|
||||
}
|
||||
is CallRecordingViewModel.RecordingStartingState -> {
|
||||
binding.recordCallText.text = context.getText(R.string.record_starting)
|
||||
binding.recordCallText.text = context.getText(R.string.record_cancel_start)
|
||||
binding.recordCallIcon.setImageDrawable(
|
||||
ContextCompat.getDrawable(context, R.drawable.record_stop)
|
||||
)
|
||||
|
@ -582,12 +582,12 @@ How to translate with transifex:
|
||||
|
||||
<!-- Call recording -->
|
||||
<string name="record_start_description">Start recording</string>
|
||||
<string name="record_starting">Cancel recording start</string>
|
||||
<string name="record_stop_description">Stop recording</string>
|
||||
<string name="record_stopping">Stopping recording …</string>
|
||||
<string name="record_stop_confirm_title">Stop Call recording</string>
|
||||
<string name="record_stop_confirm_message">Do you really want to stop the recording?</string>
|
||||
<string name="record_active_info">The call is being recorded</string>
|
||||
<string name="record_cancel_start">Cancel recording start</string>
|
||||
<string name="record_stopping">Stopping recording …</string>
|
||||
<string name="record_failed_info">The recording failed. Please contact your administrator.</string>
|
||||
|
||||
<!-- Shared items -->
|
||||
|
Loading…
Reference in New Issue
Block a user