summaryrefslogtreecommitdiffstats
path: root/static/plupload/js/i18n/cs.js
diff options
context:
space:
mode:
authorNico von Geyso <Nico.Geyso@FU-Berlin.de>2012-05-13 18:00:15 +0200
committerNico von Geyso <Nico.Geyso@FU-Berlin.de>2012-05-13 18:00:15 +0200
commit84424f7955c0108b6e69b893a427fb1136ff3728 (patch)
treef85eccc49b7565fc1682dd6086bd9928c15b85e2 /static/plupload/js/i18n/cs.js
downloadklausuren-84424f7955c0108b6e69b893a427fb1136ff3728.tar.gz
klausuren-84424f7955c0108b6e69b893a427fb1136ff3728.tar.bz2
klausuren-84424f7955c0108b6e69b893a427fb1136ff3728.zip
fit - initial commit
fit is a git based file storage service
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