diff options
Diffstat (limited to 'debian/missing-sources/plupload/javascript/i18n/sk.js')
-rw-r--r-- | debian/missing-sources/plupload/javascript/i18n/sk.js | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/debian/missing-sources/plupload/javascript/i18n/sk.js b/debian/missing-sources/plupload/javascript/i18n/sk.js new file mode 100644 index 0000000..8b4b2d9 --- /dev/null +++ b/debian/missing-sources/plupload/javascript/i18n/sk.js @@ -0,0 +1,25 @@ +// .po file like language pack +plupload.addI18n({ + 'Select files' : 'Vyberte súbory', + 'Add files to the upload queue and click the start button.' : 'Pridajte súbory do zoznamu a potom spustite nahrávanie.', + 'Filename' : 'Názov súboru', + 'Status' : 'Stav', + 'Size' : 'Veľkosť', + 'Add files' : 'Pridať súbory', + 'Stop current upload' : 'Zastaviť nahrávanie', + 'Start uploading queue' : 'Spustiť nahrávanie zoznamu', + 'Drag files here.' : 'Sem pretiahnite súbory.', + 'Start upload': 'Spustiť nahrávanie', + 'Uploaded %d/%d files': 'Nahraných %d/%d súborov', + 'Using runtime: ': 'K odoslaniu súborov sa použije rozhranie: ', + 'N/A' : 'N/A', + 'File extension error.': 'Chybný typ súboru.', + 'File size error.': 'Súbor je príliš veľký.', + 'Init error.': 'Chyba inicializácie.', + 'HTTP Error.': 'HTTP Chyba.', + 'Security error.': 'Bezpečnostná Chyba.', + 'Generic error.': 'Chyba.', + 'IO error.': 'IO Chyba', + 'Stop Upload': 'Zastaviť nahrávanie', + '%d files queued': '%d súborov pridaných do zoznamu' +});
\ No newline at end of file |