nextcloud/settings/l10n/sk.php

8 lines
180 B
PHP
Raw Normal View History

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