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

sv.php « l10n - github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0d322eaa483e9c28ed871bf8e9dccb79e93a612a (plain)
1
2
3
4
5
6
7
8
9
10
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);";