server/settings/l10n/sk.php

8 lines
180 B
PHP
Raw Normal View History

2014-01-05 06:55:53 +00:00
<?php
$TRANSLATIONS = array(
"Delete" => "Odstrániť",
2014-03-12 05:57:17 +00:00
"Cancel" => "Zrušiť",
2014-01-05 06:55:53 +00:00
"Other" => "Ostatné"
);
$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;";