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:
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<string name="common_date_date_at_time">"%1$s am %2$s"</string>
|
||||
<string name="common_date_this_month">"Y mis hwn"</string>
|
||||
</resources>
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<string name="common_date_date_at_time">"%1$sbei %2$s"</string>
|
||||
<string name="common_date_date_at_time">"%1$s um %2$s"</string>
|
||||
<string name="common_date_this_month">"Diesen Monat"</string>
|
||||
</resources>
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<string name="common_date_date_at_time">"%1$s kl. %2$s"</string>
|
||||
<string name="common_date_this_month">"Denne måneden"</string>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user