Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2021-10-15 05:26:04 +0300
committerNextcloud bot <bot@nextcloud.com>2021-10-15 05:26:04 +0300
commit4e32fe8a4e69fb14cce7cd8919c1dbb403dab51e (patch)
tree8cca8d25a49554af20c478649ea3fd7023ea3328 /apps/contactsinteraction
parent9e6aaa83c059276d8aa755abeab749020b7a83ab (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/contactsinteraction')
-rw-r--r--apps/contactsinteraction/l10n/da.js9
-rw-r--r--apps/contactsinteraction/l10n/da.json7
2 files changed, 16 insertions, 0 deletions
diff --git a/apps/contactsinteraction/l10n/da.js b/apps/contactsinteraction/l10n/da.js
new file mode 100644
index 00000000000..8cc9bccf775
--- /dev/null
+++ b/apps/contactsinteraction/l10n/da.js
@@ -0,0 +1,9 @@
+OC.L10N.register(
+ "contactsinteraction",
+ {
+ "Recently contacted" : "Nylig kontaktet",
+ "Contacts Interaction" : "Kontakter Interaktion",
+ "Manages interaction between users and contacts" : "Håndterer interaktion mellem brugere og kontakter",
+ "Collect data about user and contacts interactions and provide an address book for the data" : "Indsaml data om bruger- og kontaktinteraktioner og angiv en adressebog til dataene"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/apps/contactsinteraction/l10n/da.json b/apps/contactsinteraction/l10n/da.json
new file mode 100644
index 00000000000..96993d2cf6e
--- /dev/null
+++ b/apps/contactsinteraction/l10n/da.json
@@ -0,0 +1,7 @@
+{ "translations": {
+ "Recently contacted" : "Nylig kontaktet",
+ "Contacts Interaction" : "Kontakter Interaktion",
+ "Manages interaction between users and contacts" : "Håndterer interaktion mellem brugere og kontakter",
+ "Collect data about user and contacts interactions and provide an address book for the data" : "Indsaml data om bruger- og kontaktinteraktioner og angiv en adressebog til dataene"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file