summaryrefslogtreecommitdiffstats
path: root/settings/l10n/sk.php
blob: 6bde1c438e4fbbed88fb2e55d2149e346e670954 (plain)
1
2
3
4
5
6
<?php
$TRANSLATIONS = array(
"Delete" => "Odstrániť",
"Other" => "Ostatné"
);
$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;";