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: a913ba1152583ab378f5fc40b549662f7f616d8c (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
$TRANSLATIONS = array(
"Password" => "Parole",
"%s shared the folder %s with you" => "%s ar jums dalījās ar mapi %s",
"%s shared the file %s with you" => "%s ar jums dalījās ar datni %s",
"Download" => "Lejupielādēt",
"Upload" => "Augšupielādēt",
"Cancel upload" => "Atcelt augšupielādi",
"No preview available for" => "Nav pieejams priekšskatījums priekš"
);
$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);";