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/sv.php')
-rw-r--r--l10n/sv.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/l10n/sv.php b/l10n/sv.php
new file mode 100644
index 00000000..0d322eaa
--- /dev/null
+++ b/l10n/sv.php
@@ -0,0 +1,11 @@
+<?php
+$TRANSLATIONS = array(
+"Pictures" => "Bilder",
+"Picture view" => "Bild vy",
+"Error loading slideshow template" => "Fel vid laddning av mallen för bildspelet",
+"Share" => "Dela",
+"No pictures found! If you upload pictures in the files app, they will be displayed here." => "Kan inte hitta några bilder! Om du har laddat upp bilderna med fil-appen, kan de visas här senare.",
+"shared by %s" => "delad av %s",
+"File list" => "Fil lista"
+);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";