ACC SHELL
// .po file like language pack
plupload.addI18n(
{
'Select files' : 'Výběr souborů',
'Add files to the upload queue and click the start button.' : 'Přidejte soubory do fronty a klikněte na tlačítko Začít nahrávat.',
'Filename' : 'Jméno souboru',
'Status' : 'Stav',
'Size' : 'Velikost',
'Add files' : 'Přidat soubory',
'Stop current upload' : 'Zastavit nahrávaní',
'Start uploading queue' : 'Začít nahrávat',
'Drag files here.' : 'Drag files here',
'Start upload' : 'Začít nahrávat',
'Uploaded' : 'Nahráno',
'files' : 'souborů'
});
ACC SHELL 2018