nextcloud/settings/l10n/sk.php

9 lines
200 B
PHP
Raw Normal View History

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