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

nb_NO.php « l10n - github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f469de9e117f23daed8dbffb841a523481227c46 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
$TRANSLATIONS = array(
"Pictures" => "Bilder",
"Picture view" => "Bildevisning",
"Error loading slideshow template" => "Feil ved lasting av mal for lysbildevisning",
"Share" => "Del",
"No pictures found! If you upload pictures in the files app, they will be displayed here." => "Ingen bilder funnet! Hvis du laster opp bilder i Filer-appen, vil de vises her.",
"shared by %s" => "delt av %s",
"File list" => "Filliste"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";