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

lv.php « l10n « files_external « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3bd5589a5f569a29e234f57eed26c0c7e7dd7768 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?php
$TRANSLATIONS = array(
"Please provide a valid Dropbox app key and secret." => "Lūdzu, norādiet derīgu Dropbox lietotnes atslēgu un noslēpumu.",
"External storage" => "Ārējā krātuve",
"Location" => "Vieta",
"Port" => "Ports",
"Host" => "Resursdators",
"Username" => "Lietotājvārds",
"Password" => "Parole",
"Share" => "Dalīties",
"URL" => "URL",
"Access granted" => "Piešķirta pieeja",
"Error configuring Dropbox storage" => "Kļūda, konfigurējot Dropbox krātuvi",
"Grant access" => "Piešķirt pieeju",
"Error configuring Google Drive storage" => "Kļūda, konfigurējot Google Drive krātuvi",
"Personal" => "Personīgi",
"Name" => "Nosaukums",
"External Storage" => "Ārējā krātuve",
"Folder name" => "Mapes nosaukums",
"Configuration" => "Konfigurācija",
"Add storage" => "Pievienot krātuvi",
"Delete" => "Dzēst",
"Enable User External Storage" => "Aktivēt lietotāja ārējo krātuvi"
);
$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);";