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

lv.php « l10n - github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 72ca9a465a692c345e7f88ebe80b661927e4ccc7 (plain)
1
2
3
4
5
6
7
<?php
$TRANSLATIONS = array(
"Pictures" => "Bildes",
"Error loading slideshow template" => "Kļūda ielādējot slīdrādes veidolu",
"Share" => "Dalīties"
);
$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);";