Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_downloadactivity.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2019-03-09 04:16:27 +0300
committerNextcloud bot <bot@nextcloud.com>2019-03-09 04:16:27 +0300
commite36ba04746b845d6ce88c9c48b2ca6ac77045fdf (patch)
tree573039aeb1f19d6b351eef59e9da99a8bab11cbb
parent0e84750d04d3d4daa4aff58c8bc534826b20f81d (diff)
[tx-robot] updated from transifexv1.5.0
-rw-r--r--l10n/sl.js9
-rw-r--r--l10n/sl.json7
2 files changed, 16 insertions, 0 deletions
diff --git a/l10n/sl.js b/l10n/sl.js
new file mode 100644
index 0000000..6d76986
--- /dev/null
+++ b/l10n/sl.js
@@ -0,0 +1,9 @@
+OC.L10N.register(
+ "files_downloadactivity",
+ {
+ "Downloaded by {actor} (via desktop)" : "Prenesel/a {actor} (via desktop)",
+ "Downloaded by {actor} (via app)" : "Prenesel/a {actor} (via mobile app)",
+ "Downloaded by {actor} (via browser)" : "Prenesel/a {actor} (via splenti brskljalnik)",
+ "Shared file {file} was downloaded by {actor} via the desktop client" : "Dokument v skupni rabi je prenesel/a (preko namiznega klienta)."
+},
+"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);");
diff --git a/l10n/sl.json b/l10n/sl.json
new file mode 100644
index 0000000..dd47179
--- /dev/null
+++ b/l10n/sl.json
@@ -0,0 +1,7 @@
+{ "translations": {
+ "Downloaded by {actor} (via desktop)" : "Prenesel/a {actor} (via desktop)",
+ "Downloaded by {actor} (via app)" : "Prenesel/a {actor} (via mobile app)",
+ "Downloaded by {actor} (via browser)" : "Prenesel/a {actor} (via splenti brskljalnik)",
+ "Shared file {file} was downloaded by {actor} via the desktop client" : "Dokument v skupni rabi je prenesel/a (preko namiznega klienta)."
+},"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