Sync Strings (#4590)
* Sync Strings from Localazy * Fix strings usage after some were moved * Fix Norwegian string that was causing lint to fail * Update screenshots --------- Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com> Co-authored-by: Jorge Martín <jorgem@element.io>
This commit is contained in:
parent
cbfc5e0955
commit
d9bfcc6c52
157 changed files with 2042 additions and 1108 deletions
|
|
@ -1,7 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<string name="notification_channel_call">"Anrop"</string>
|
||||
<string name="notification_channel_listening_for_events">"Lytter etter hendelser"</string>
|
||||
<string name="notification_channel_noisy">"Støyende varsler"</string>
|
||||
<string name="notification_channel_ringing_calls">"Ringende anrop"</string>
|
||||
<string name="notification_channel_silent">"Stille varsler"</string>
|
||||
<plurals name="notification_compat_summary_line_for_room">
|
||||
<item quantity="one">"%1$s: %2$d melding"</item>
|
||||
|
|
@ -56,7 +58,13 @@
|
|||
<string name="troubleshoot_notifications_test_current_push_provider_failure">"Ingen push-leverandører er valgt."</string>
|
||||
<string name="troubleshoot_notifications_test_current_push_provider_success">"Gjeldende push-leverandør: %1$s."</string>
|
||||
<string name="troubleshoot_notifications_test_current_push_provider_title">"Nåværende push-leverandør"</string>
|
||||
<string name="troubleshoot_notifications_test_detect_push_provider_description">"Påse at applikasjonen har minst én push-leverandør."</string>
|
||||
<string name="troubleshoot_notifications_test_detect_push_provider_failure">"Ingen push-leverandører funnet."</string>
|
||||
<plurals name="troubleshoot_notifications_test_detect_push_provider_success">
|
||||
<item quantity="one">"Fant %1$d push-leverandør: %2$s"</item>
|
||||
<item quantity="other">"Fant %1$d push-leverandører: %2$s"</item>
|
||||
</plurals>
|
||||
<string name="troubleshoot_notifications_test_detect_push_provider_success_2">"Applikasjonen ble bygget med støtte for: %1$s"</string>
|
||||
<string name="troubleshoot_notifications_test_detect_push_provider_title">"Oppdag push-leverandører"</string>
|
||||
<string name="troubleshoot_notifications_test_display_notification_description">"Kontroller at programmet kan vise varsler."</string>
|
||||
<string name="troubleshoot_notifications_test_display_notification_failure">"Det er ikke klikket på varselet."</string>
|
||||
|
|
@ -68,4 +76,7 @@
|
|||
<string name="troubleshoot_notifications_test_push_loop_back_failure_1">"Feil: pusheren har avvist forespørselen."</string>
|
||||
<string name="troubleshoot_notifications_test_push_loop_back_failure_2">"Feil: %1$s."</string>
|
||||
<string name="troubleshoot_notifications_test_push_loop_back_failure_3">"Feil, kan ikke teste push."</string>
|
||||
<string name="troubleshoot_notifications_test_push_loop_back_failure_4">"Feil, tidsavbrudd i påvente av push."</string>
|
||||
<string name="troubleshoot_notifications_test_push_loop_back_success">"Push loop back tok %1$d ms."</string>
|
||||
<string name="troubleshoot_notifications_test_push_loop_back_title">"Test Push loop back"</string>
|
||||
</resources>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue