i18n.js 1.1 KB

1234567891011121314151617181920212223242526272829
  1. /**
  2. * @file
  3. * Localization file for Plupload's strings.
  4. */
  5. // Add translations.
  6. plupload.addI18n({
  7. "Select files" : Drupal.t("Select files"),
  8. "Add files to the upload queue and click the start button." : Drupal.t("Add files to the upload queue and click the start button."),
  9. "Filename" : Drupal.t("Filename"),
  10. "Status" : Drupal.t("Status"),
  11. "Size" : Drupal.t("Size"),
  12. "Add files" : Drupal.t("Add files"),
  13. "Stop current upload" : Drupal.t("Stop current upload"),
  14. "Start uploading queue" : Drupal.t("Start uploading queue"),
  15. "Uploaded %d/%d files": Drupal.t("Uploaded %d/%d files"),
  16. "N/A" : Drupal.t("N/A"),
  17. "Drag files here." : Drupal.t("Drag files here."),
  18. "File extension error.": Drupal.t("File extension error."),
  19. "File size error.": Drupal.t("File size error."),
  20. "Init error.": Drupal.t("Init error."),
  21. "HTTP Error.": Drupal.t("HTTP Error."),
  22. "Security error.": Drupal.t("Security error."),
  23. "Generic error.": Drupal.t("Generic error."),
  24. "IO error.": Drupal.t("IO error."),
  25. "Start upload" : Drupal.t("Start upload"),
  26. "Stop upload" : Drupal.t("Stop upload"),
  27. "%d files queued" : Drupal.t("%d files queued")
  28. });