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

da.php « l10n - github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c76b9ac51d4e3ae261a4b23e91a26a9731f9abf2 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
$TRANSLATIONS = array(
"Pictures" => "Billeder",
"Picture view" => "Billedvisning",
"Error loading slideshow template" => "Fejl ved indlæsning af skabelon for diasshow",
"Share" => "Del",
"No pictures found! If you upload pictures in the files app, they will be displayed here." => "Ingen billeder fundet! Hvis du uploader billeder i fil-app'en, bliver de vist her. ",
"shared by %s" => "delt af %s",
"File list" => "Filoversigt"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";