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

ia.php « l10n « files_sharing « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c6feab0db28c790d99d3fd7e0a2db5679c437424 (plain)
1
2
3
4
5
6
7
8
<?php
$TRANSLATIONS = array(
"Cancel" => "Cancellar",
"Password" => "Contrasigno",
"Name" => "Nomine",
"Download" => "Discargar"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";