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

sk.php « l10n « settings - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ab3a1bf58352cd6e4aa21af40a67b5def54dfaf0 (plain)
1
2
3
4
5
6
7
<?php
$TRANSLATIONS = array(
"Delete" => "Odstrániť",
"Cancel" => "Zrušiť",
"Other" => "Ostatné"
);
$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;";