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:
Diffstat (limited to 'l10n/sl.js')
-rw-r--r--l10n/sl.js9
1 files changed, 9 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);");