mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-21 04:29:45 +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()
|
dismiss()
|
||||||
}
|
}
|
||||||
is CallRecordingViewModel.RecordingStartingState -> {
|
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(
|
binding.recordCallIcon.setImageDrawable(
|
||||||
ContextCompat.getDrawable(context, R.drawable.record_stop)
|
ContextCompat.getDrawable(context, R.drawable.record_stop)
|
||||||
)
|
)
|
||||||
|
@ -582,12 +582,12 @@ How to translate with transifex:
|
|||||||
|
|
||||||
<!-- Call recording -->
|
<!-- Call recording -->
|
||||||
<string name="record_start_description">Start recording</string>
|
<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_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_title">Stop Call recording</string>
|
||||||
<string name="record_stop_confirm_message">Do you really want to stop the 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_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>
|
<string name="record_failed_info">The recording failed. Please contact your administrator.</string>
|
||||||
|
|
||||||
<!-- Shared items -->
|
<!-- Shared items -->
|
||||||
|
Loading…
Reference in New Issue
Block a user