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

lv.php « l10n « files_sharing « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 33182d25eb792faf85c036dcd1fb0c36b5d6e8b4 (plain)
1
2
3
4
5
6
7
8
9
<?php
$TRANSLATIONS = array(
"Cancel" => "Atcelt",
"Shared by" => "Dalījās",
"Password" => "Parole",
"Name" => "Nosaukums",
"Download" => "Lejupielādēt"
);
$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);";