summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/l10n/sk.php
blob: 6eea6a80bb86dcdaf5253dd7a826a29b3e10e9c5 (plain)
1
2
3
4
5
6
<?php
$TRANSLATIONS = array(
"Download" => "Stiahnuť",
"Save" => "Uložiť"
);
$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;";