diff options
Diffstat (limited to 'apps/theming')
-rw-r--r-- | apps/theming/l10n/sk.js | 3 | ||||
-rw-r--r-- | apps/theming/l10n/sk.json | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/apps/theming/l10n/sk.js b/apps/theming/l10n/sk.js index c07c3bd6733..ef0c289d7a3 100644 --- a/apps/theming/l10n/sk.js +++ b/apps/theming/l10n/sk.js @@ -13,8 +13,11 @@ OC.L10N.register( "The file was uploaded" : "Súbor bol nahraný", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Nahraný súbor prekročil limit nastavený v upload_max_filesize v súbore php.ini", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Ukladaný súbor prekračuje nastavenie MAX_FILE_SIZE z volieb HTML formulára.", + "The file was only partially uploaded" : "Súbor sa nahral len čiastočne", "No file was uploaded" : "Nenahral sa žiadny súbor", "Missing a temporary folder" : "Chýba priečinok pre dočasné súbory", + "Could not write file to disk" : "Nepodarilo sa zapísať súbor na disk.", + "A PHP extension stopped the file upload" : "rozšírenie PHP zastavilo nahrávanie súboru.", "No file uploaded" : "Žiadny súbor nebol nahraný", "Unsupported image type" : "Typ obrázka nie je podporovaný", "Theming" : "Zmena vzhľadu", diff --git a/apps/theming/l10n/sk.json b/apps/theming/l10n/sk.json index 649c93010ea..335ecfcc819 100644 --- a/apps/theming/l10n/sk.json +++ b/apps/theming/l10n/sk.json @@ -11,8 +11,11 @@ "The file was uploaded" : "Súbor bol nahraný", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Nahraný súbor prekročil limit nastavený v upload_max_filesize v súbore php.ini", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Ukladaný súbor prekračuje nastavenie MAX_FILE_SIZE z volieb HTML formulára.", + "The file was only partially uploaded" : "Súbor sa nahral len čiastočne", "No file was uploaded" : "Nenahral sa žiadny súbor", "Missing a temporary folder" : "Chýba priečinok pre dočasné súbory", + "Could not write file to disk" : "Nepodarilo sa zapísať súbor na disk.", + "A PHP extension stopped the file upload" : "rozšírenie PHP zastavilo nahrávanie súboru.", "No file uploaded" : "Žiadny súbor nebol nahraný", "Unsupported image type" : "Typ obrázka nie je podporovaný", "Theming" : "Zmena vzhľadu", |