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

mk.php « l10n « user_webdavauth « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2146b81745252fa8735b02ff2542e2114b4b86bd (plain)
1
2
3
4
5
<?php
$TRANSLATIONS = array(
"Save" => "Сними"
);
$PLURAL_FORMS = "nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;";