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

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'l10n/sl.php')
-rw-r--r--l10n/sl.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/l10n/sl.php b/l10n/sl.php
new file mode 100644
index 00000000..9060ac47
--- /dev/null
+++ b/l10n/sl.php
@@ -0,0 +1,11 @@
+<?php
+$TRANSLATIONS = array(
+"Pictures" => "Slike",
+"Picture view" => "Slikovni pogled",
+"Error loading slideshow template" => "Napaka nalaganja predloge za slikovno predstavitev",
+"Share" => "Souporaba",
+"No pictures found! If you upload pictures in the files app, they will be displayed here." => "Ni najdenih slik! Če shranite slike kjerkoli med datoteke, bodo tu prikazane kot galerije.",
+"shared by %s" => "v souporabi preko %s",
+"File list" => "Seznam datotek"
+);
+$PLURAL_FORMS = "nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);";