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

lb.php « l10n « files_external « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 01b940f25d0d10f0a0fb057d50dfbee64be4d338 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
$TRANSLATIONS = array(
"Location" => "Uert",
"Region" => "Regioun",
"Host" => "Host",
"Username" => "Benotzernumm",
"Password" => "Passwuert",
"Share" => "Deelen",
"URL" => "URL",
"Personal" => "Perséinlech",
"Name" => "Numm",
"Folder name" => "Dossiers Numm:",
"Delete" => "Läschen"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";