aboutsummaryrefslogtreecommitdiffstats
path: root/apps/contactsinteraction
diff options
context:
space:
mode:
Diffstat (limited to 'apps/contactsinteraction')
-rw-r--r--apps/contactsinteraction/l10n/sk.js9
-rw-r--r--apps/contactsinteraction/l10n/sk.json7
2 files changed, 16 insertions, 0 deletions
diff --git a/apps/contactsinteraction/l10n/sk.js b/apps/contactsinteraction/l10n/sk.js
new file mode 100644
index 00000000000..a36874bc6c3
--- /dev/null
+++ b/apps/contactsinteraction/l10n/sk.js
@@ -0,0 +1,9 @@
+OC.L10N.register(
+ "contactsinteraction",
+ {
+ "Recently contacted" : "Nedávno kontaktovaní",
+ "Contacts Interaction" : "Napojenia na kontakty",
+ "Manages interaction between users and contacts" : "Spravuje interakciu medzi používateľmi a kontaktmi",
+ "Collect data about user and contacts interactions and provide an address book for the data" : "Zhromaždiť údaje o interakciách používateľov a kontaktov a poskytnúť adresár pre údaje"
+},
+"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);");
diff --git a/apps/contactsinteraction/l10n/sk.json b/apps/contactsinteraction/l10n/sk.json
new file mode 100644
index 00000000000..7cbf0270dae
--- /dev/null
+++ b/apps/contactsinteraction/l10n/sk.json
@@ -0,0 +1,7 @@
+{ "translations": {
+ "Recently contacted" : "Nedávno kontaktovaní",
+ "Contacts Interaction" : "Napojenia na kontakty",
+ "Manages interaction between users and contacts" : "Spravuje interakciu medzi používateľmi a kontaktmi",
+ "Collect data about user and contacts interactions and provide an address book for the data" : "Zhromaždiť údaje o interakciách používateľov a kontaktov a poskytnúť adresár pre údaje"
+},"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"
+} \ No newline at end of file