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: 6316969769007fd44dd60cd0f0a8078b61e53de0 (plain)
1
2
3
4
5
6
7
8
<?php
$TRANSLATIONS = array(
"Cancel" => "Annula",
"Password" => "Senhal",
"Name" => "Nom",
"Download" => "Avalcarga"
);
$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";