aboutsummaryrefslogtreecommitdiffstats
path: root/apps/contactsinteraction
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2020-10-08 02:18:45 +0000
committerNextcloud bot <bot@nextcloud.com>2020-10-08 02:18:45 +0000
commitae596362273d9232ee9ef2814a23d738eb68aeb6 (patch)
tree565a336fec25b4ca6a9ae2ef5c64579731e80724 /apps/contactsinteraction
parent3f78639866b19faba720efb6b420e5967bdbb5f5 (diff)
downloadnextcloud-server-ae596362273d9232ee9ef2814a23d738eb68aeb6.tar.gz
nextcloud-server-ae596362273d9232ee9ef2814a23d738eb68aeb6.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/contactsinteraction')
-rw-r--r--apps/contactsinteraction/l10n/sl.js7
-rw-r--r--apps/contactsinteraction/l10n/sl.json5
2 files changed, 12 insertions, 0 deletions
diff --git a/apps/contactsinteraction/l10n/sl.js b/apps/contactsinteraction/l10n/sl.js
new file mode 100644
index 00000000000..5f76ede6853
--- /dev/null
+++ b/apps/contactsinteraction/l10n/sl.js
@@ -0,0 +1,7 @@
+OC.L10N.register(
+ "contactsinteraction",
+ {
+ "Recently contacted" : "Nedavno v stiku",
+ "Manages interaction between users and contacts" : "Upravlja stike med uporabniki in stiki"
+},
+"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);");
diff --git a/apps/contactsinteraction/l10n/sl.json b/apps/contactsinteraction/l10n/sl.json
new file mode 100644
index 00000000000..83acca15775
--- /dev/null
+++ b/apps/contactsinteraction/l10n/sl.json
@@ -0,0 +1,5 @@
+{ "translations": {
+ "Recently contacted" : "Nedavno v stiku",
+ "Manages interaction between users and contacts" : "Upravlja stike med uporabniki in stiki"
+},"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"
+} \ No newline at end of file