nextcloud/settings/l10n/sk.php

7 lines
156 B
PHP
Raw Normal View History

2014-01-05 10:55:53 +04:00
<?php
$TRANSLATIONS = array(
"Delete" => "Odstrániť",
"Other" => "Ostatné"
);
$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;";