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

hy.php « l10n « files_sharing « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d4cb416f45a895f0c390032f0445d94956955488 (plain)
1
2
3
4
5
6
<?php
$TRANSLATIONS = array(
"Submit" => "Հաստատել",
"Download" => "Բեռնել"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";