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:
Diffstat (limited to 'apps/contactsinteraction')
-rw-r--r--apps/contactsinteraction/l10n/nl.js8
-rw-r--r--apps/contactsinteraction/l10n/nl.json6
2 files changed, 14 insertions, 0 deletions
diff --git a/apps/contactsinteraction/l10n/nl.js b/apps/contactsinteraction/l10n/nl.js
new file mode 100644
index 00000000000..624855d3b65
--- /dev/null
+++ b/apps/contactsinteraction/l10n/nl.js
@@ -0,0 +1,8 @@
+OC.L10N.register(
+ "contactsinteraction",
+ {
+ "Recently contacted" : "Recentelijk gecontacteerd",
+ "Contacts Interaction" : "Contactpersoneninteractie",
+ "Manages interaction between users and contacts" : "Beheert interactie tussen gebruikers en contactpersonen"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/apps/contactsinteraction/l10n/nl.json b/apps/contactsinteraction/l10n/nl.json
new file mode 100644
index 00000000000..0d3a4c0427f
--- /dev/null
+++ b/apps/contactsinteraction/l10n/nl.json
@@ -0,0 +1,6 @@
+{ "translations": {
+ "Recently contacted" : "Recentelijk gecontacteerd",
+ "Contacts Interaction" : "Contactpersoneninteractie",
+ "Manages interaction between users and contacts" : "Beheert interactie tussen gebruikers en contactpersonen"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file