summaryrefslogtreecommitdiffstats
path: root/apps/files_external/l10n/sk.php
blob: 3129cf5c411c867008748908c2c8c614f32d5a4c (plain)
1
2
3
4
5
<?php
$TRANSLATIONS = array(
"Delete" => "Odstrániť"
);
$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;";