aboutsummaryrefslogtreecommitdiffstats
path: root/apps/contactsinteraction
diff options
context:
space:
mode:
Diffstat (limited to 'apps/contactsinteraction')
-rw-r--r--apps/contactsinteraction/l10n/nl.js4
-rw-r--r--apps/contactsinteraction/l10n/nl.json4
-rw-r--r--apps/contactsinteraction/l10n/sw.js9
-rw-r--r--apps/contactsinteraction/l10n/sw.json7
4 files changed, 22 insertions, 2 deletions
diff --git a/apps/contactsinteraction/l10n/nl.js b/apps/contactsinteraction/l10n/nl.js
index b351704e257..3c33fb3c464 100644
--- a/apps/contactsinteraction/l10n/nl.js
+++ b/apps/contactsinteraction/l10n/nl.js
@@ -2,6 +2,8 @@ OC.L10N.register(
"contactsinteraction",
{
"Recently contacted" : "Recentelijk gecontacteerd",
- "Contacts Interaction" : "Contactpersoneninteractie"
+ "Contacts Interaction" : "Contactpersoneninteractie",
+ "Manages interaction between accounts and contacts" : "Beheert de interactie tussen accounts en contacten",
+ "Collect data about accounts and contacts interactions and provide an address book for the data" : "Verzamel gegevens over interacties van accounts en contacten en bied een adresboek voor de gegevens"
},
"nplurals=2; plural=(n != 1);");
diff --git a/apps/contactsinteraction/l10n/nl.json b/apps/contactsinteraction/l10n/nl.json
index b573d989642..648a52aa99d 100644
--- a/apps/contactsinteraction/l10n/nl.json
+++ b/apps/contactsinteraction/l10n/nl.json
@@ -1,5 +1,7 @@
{ "translations": {
"Recently contacted" : "Recentelijk gecontacteerd",
- "Contacts Interaction" : "Contactpersoneninteractie"
+ "Contacts Interaction" : "Contactpersoneninteractie",
+ "Manages interaction between accounts and contacts" : "Beheert de interactie tussen accounts en contacten",
+ "Collect data about accounts and contacts interactions and provide an address book for the data" : "Verzamel gegevens over interacties van accounts en contacten en bied een adresboek voor de gegevens"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/apps/contactsinteraction/l10n/sw.js b/apps/contactsinteraction/l10n/sw.js
new file mode 100644
index 00000000000..254fc00e757
--- /dev/null
+++ b/apps/contactsinteraction/l10n/sw.js
@@ -0,0 +1,9 @@
+OC.L10N.register(
+ "contactsinteraction",
+ {
+ "Recently contacted" : "Recently contacted",
+ "Contacts Interaction" : "Contacts Interaction",
+ "Manages interaction between accounts and contacts" : "Manages interaction between accounts and contacts",
+ "Collect data about accounts and contacts interactions and provide an address book for the data" : "Collect data about accounts and contacts interactions and provide an address book for the data"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/apps/contactsinteraction/l10n/sw.json b/apps/contactsinteraction/l10n/sw.json
new file mode 100644
index 00000000000..660eac4583a
--- /dev/null
+++ b/apps/contactsinteraction/l10n/sw.json
@@ -0,0 +1,7 @@
+{ "translations": {
+ "Recently contacted" : "Recently contacted",
+ "Contacts Interaction" : "Contacts Interaction",
+ "Manages interaction between accounts and contacts" : "Manages interaction between accounts and contacts",
+ "Collect data about accounts and contacts interactions and provide an address book for the data" : "Collect data about accounts and contacts interactions and provide an address book for the data"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file