summaryrefslogtreecommitdiffstats
path: root/static/plupload/js/i18n/cs.js
diff options
context:
space:
mode:
Diffstat (limited to 'static/plupload/js/i18n/cs.js')
-rw-r--r--static/plupload/js/i18n/cs.js14
1 files changed, 14 insertions, 0 deletions
diff --git a/static/plupload/js/i18n/cs.js b/static/plupload/js/i18n/cs.js
new file mode 100644
index 0000000..1ee5d5f
--- /dev/null
+++ b/static/plupload/js/i18n/cs.js
@@ -0,0 +1,14 @@
+// .po file like language pack
+plupload.addI18n({
+ 'Select files' : 'Vyberte soubory',
+ 'Add files to the upload queue and click the start button.' : 'Přidejte soubory do fronty a pak spusťte nahrávání.',
+ 'Filename' : 'Název souboru',
+ 'Status' : 'Status',
+ 'Size' : 'Velikost',
+ 'Add Files' : 'Přidat soubory',
+ 'Stop current upload' : 'Zastavit nahrávání',
+ 'Start uploading queue' : 'Spustit frontu nahrávání',
+ 'Drag files here.' : 'Sem přetáhněte soubory.',
+ 'Start Upload': 'Spustit nahrávání',
+ 'Uploaded %d/%d files': 'Nahráno %d/%d souborů'
+}); \ No newline at end of file