diff options
Diffstat (limited to 'apps/files/l10n/sk.php')
-rw-r--r-- | apps/files/l10n/sk.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/l10n/sk.php b/apps/files/l10n/sk.php index 53daf549eaa..8d6c2237dc3 100644 --- a/apps/files/l10n/sk.php +++ b/apps/files/l10n/sk.php @@ -1,11 +1,11 @@ <?php $TRANSLATIONS = array( "Share" => "Zdieľať", +"Delete" => "Odstrániť", "_%n folder_::_%n folders_" => array("","",""), "_%n file_::_%n files_" => array("","",""), "_Uploading %n file_::_Uploading %n files_" => array("","",""), "Save" => "Uložiť", -"Download" => "Stiahnuť", -"Delete" => "Odstrániť" +"Download" => "Stiahnuť" ); $PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"; |