diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-10-15 02:26:04 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-10-15 02:26:04 +0000 |
commit | 4e32fe8a4e69fb14cce7cd8919c1dbb403dab51e (patch) | |
tree | 8cca8d25a49554af20c478649ea3fd7023ea3328 /apps/contactsinteraction | |
parent | 9e6aaa83c059276d8aa755abeab749020b7a83ab (diff) | |
download | nextcloud-server-4e32fe8a4e69fb14cce7cd8919c1dbb403dab51e.tar.gz nextcloud-server-4e32fe8a4e69fb14cce7cd8919c1dbb403dab51e.zip |
[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.js | 9 | ||||
-rw-r--r-- | apps/contactsinteraction/l10n/da.json | 7 |
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 |