da.js 423 B

123456789101112
  1. // .po file like language pack
  2. plupload.addI18n({
  3. 'Select files' : 'Vælg filer',
  4. 'Add files to the upload queue and click the start button.' : 'Tilføj filer til køen, og tryk på start.',
  5. 'Filename' : 'Filnavn',
  6. 'Status' : 'Status',
  7. 'Size' : 'Størrelse',
  8. 'Add files' : 'Tilføj filer',
  9. 'Stop current upload' : 'Stop upload',
  10. 'Start uploading queue' : 'Start upload',
  11. 'Drag files here.' : 'Træk filer her.'
  12. });