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

hy.php « l10n « settings - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d73cb37a765755991fd92b529b9f342e180788e3 (plain)
1
2
3
4
5
6
<?php
$TRANSLATIONS = array(
"Delete" => "Ջնջել",
"Other" => "Այլ"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";