server/apps/files_sharing/l10n/sk.php

7 lines
157 B
PHP
Raw Normal View History

2014-01-05 06:55:53 +00:00
<?php
$TRANSLATIONS = array(
2014-07-09 05:55:51 +00:00
"Cancel" => "Zrušiť",
2014-06-14 05:55:24 +00:00
"Download" => "Stiahnuť"
2014-01-05 06:55:53 +00:00
);
$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;";