mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 09:20:19 +01:00
Update translations and other static files.
This commit is contained in:
@@ -405,6 +405,8 @@
|
||||
|
||||
<string name="ConversationActivity_error_sending_media">Fout bij het verzenden van media</string>
|
||||
|
||||
<!-- Message shown when opening an MMS group conversation with SMS disabled and there are no exported messages -->
|
||||
<string name="ConversationActivity__sms_messaging_is_no_longer_supported">SMS messaging is no longer supported in Signal.</string>
|
||||
<!-- Message shown when opening an SMS conversation with SMS disabled and there are no exported messages -->
|
||||
<string name="ConversationActivity__sms_messaging_is_no_longer_supported_in_signal_invite_s_to_to_signal_to_keep_the_conversation_here">Sms-berichten worden niet langer ondersteund in Signal. Nodig %1$s uit voor Signal om het gesprek hier te houden.</string>
|
||||
<!-- Action button shown when opening an SMS conversation with SMS disabled and there are no exported messages -->
|
||||
@@ -4578,6 +4580,11 @@
|
||||
<string name="NewConversationActivity__s_is_not_a_signal_user">%1$s is geen Signal-gebruiker</string>
|
||||
<!-- Error message shown when we could not get a user from the username link -->
|
||||
<string name="NewConversationActivity__">%1$s is geen Signal-gebruiker</string>
|
||||
<!-- Error message shown in a dialog when trying to create a new group with non-signal users (e.g., unregistered or phone number only contacts) -->
|
||||
<plurals name="CreateGroupActivity_not_signal_users">
|
||||
<item quantity="one">%1$s is not a Signal user</item>
|
||||
<item quantity="other">%1$s are not Signal users</item>
|
||||
</plurals>
|
||||
|
||||
<!-- ContactFilterView -->
|
||||
<string name="ContactFilterView__search_name_or_number">Zoek op naam of telefoonnummer</string>
|
||||
@@ -6440,5 +6447,16 @@
|
||||
<!-- Step 2 of bottom sheet shown after tapping "Turn on" from the megaphone to re-enable full screen notifications for incoming call notifications, it indicates the name of the setting that needs to be re-enabled -->
|
||||
<string name="GrantFullScreenIntentPermission_bottomsheet_step2">2. %1$s Sta meldingen op volledig scherm toe</string>
|
||||
|
||||
<!-- Bottom sheet dialog shown when a monthly donation fails to renew, title for dialog -->
|
||||
<string name="MonthlyDonationCanceled__title">Monthly donation canceled</string>
|
||||
<!-- Bottom sheet dialog shown when a monthly donation fails to renew, body for dialog. First placeholder is a payment related error message. Second placeholder is \'learn more\' -->
|
||||
<string name="MonthlyDonationCanceled__message">Your recurring monthly donation was canceled. %1$s\n\nYour badge will no longer be visible on your profile. %2$s</string>
|
||||
<!-- Bottom sheet dialog shown when a monthly donation fails to renew, learn more used in placeholder for body for dialog. -->
|
||||
<string name="MonthlyDonationCanceled__learn_more">Learn more</string>
|
||||
<!-- Bottom sheet dialog shown when a monthly donation fails to renew, primary button to renew subscription with new data -->
|
||||
<string name="MonthlyDonationCanceled__renew_button">Renew subscription</string>
|
||||
<!-- Bottom sheet dialog shown when a monthly donation fails to renew, second button to dismiss the dialog entirely -->
|
||||
<string name="MonthlyDonationCanceled__not_now_button">Not now</string>
|
||||
|
||||
<!-- EOF -->
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user