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: 493ddb4dfd3d31b038654563bbecca48ee16ab28 (plain)
1
2
3
4
5
6
7
8
9
<?php
$TRANSLATIONS = array(
"Password" => "Senhal",
"Submit" => "Sosmetre",
"Download" => "Avalcarga",
"Upload" => "Amontcarga",
"Cancel upload" => " Anulla l'amontcargar"
);
$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";