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

oc.php « l10n « files_sharing « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 299d98e58b4eb17678bf366c70b065c3158acc5d (plain)
1
2
3
4
5
6
7
8
<?php
$TRANSLATIONS = array(
"Password" => "Senhal",
"Download" => "Avalcarga",
"Upload" => "Amontcarga",
"Cancel upload" => " Anulla l'amontcargar"
);
$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";