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

ia.php « l10n « files_external « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a3ebcf5183bdf42d3f8144bd0804b1e5066fbfce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
$TRANSLATIONS = array(
"Location" => "Loco",
"Region" => "Region",
"Username" => "Nomine de usator",
"Password" => "Contrasigno",
"Share" => "Compartir",
"URL" => "URL",
"Personal" => "Personal",
"Saved" => "Salveguardate",
"Name" => "Nomine",
"Folder name" => "Nomine de dossier",
"Delete" => "Deler"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";