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: 4a9a13d6d84bbf845cde4417cffc2df28298a2dd (plain)
1
2
3
4
5
6
7
8
<?php
$TRANSLATIONS = array(
"Delete" => "Odstrániť",
"never" => "nikdy",
"Cancel" => "Zrušiť",
"Other" => "Ostatné"
);
$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;";