sv.js 455 B

123456789101112
  1. // .po file like language pack
  2. plupload.addI18n({
  3. 'Select files' : 'Välj filer',
  4. 'Add files to the upload queue and click the start button.' : 'Lägg till filer till kön och tryck på start.',
  5. 'Filename' : 'Filnamn',
  6. 'Status' : 'Status',
  7. 'Size' : 'Storlek',
  8. 'Add files' : 'Lägg till filer',
  9. 'Stop current upload' : 'Stoppa uppladdningen',
  10. 'Start uploading queue' : 'Starta uppladdningen',
  11. 'Drag files here.' : 'Dra filer hit'
  12. });