Blame view
sources/apps/files/l10n/sk.php
362 Bytes
|
31b7f2792
|
1 2 |
<?php $TRANSLATIONS = array( |
|
6d9380f96
|
3 4 |
"Share" => "Zdieľať", "Delete" => "Odstrániť", |
|
31b7f2792
|
5 6 |
"_%n folder_::_%n folders_" => array("","",""),
"_%n file_::_%n files_" => array("","",""),
|
|
6d9380f96
|
7 8 9 |
"_Uploading %n file_::_Uploading %n files_" => array("","",""),
"Save" => "Uložiť",
"Download" => "Stiahnuť"
|
|
31b7f2792
|
10 11 |
); $PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"; |