aboutsummaryrefslogtreecommitdiffstats
path: root/settings/l10n/sk.php
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;";