|
MultiPowUpload 3.3
Translation parameters |
Home
page Contact
support
|
Translation
For the information on how to apply different translations for the UniversalUploader see Tutorials section.
In table below are listed all available placeholders:
| Placeholder | Desciption |
|---|---|
| 0 | Upload percent. |
| 1 | Total files count. |
| 2 | Total files size. |
| 3 | Uploaded files count. |
| 4 | Uploaded files size. |
| 5 | Bandwidth. |
| 6 | Hours left for upload. |
| 7 | Minutes left for upload. |
| 8 | Seconds left for upload. |
| 9 | Elapsed hours. |
| 10 | Elapsed minutes. |
| 11 | Elapsed seconds. |
| 12 | Error message. |
| 50 | Inalid (ignored) files count by some of file filters. |
| 51 | Description of condition for file filter. |
Translation parameters :
| Parameter name | Type | Desciption | Default value |
|---|---|---|---|
| constant_bytes | String | String name for bytes | bytes |
| constant_kiloBytes | String | String name for kilobytes | Kb |
| constant_megaBytes | String | String name for megabytes | Mb |
| constant_gigaBytes | String | String name for gigabytes | Gb |
| constant_decimalSeparator | String | Character for a decimal separator. | , |
| messages_wrongFileType | String | A message displayed when a user tries to select the files which are not permitted by the fileFilter_types parameter. | Only files with following type: {51} allowed to upload! {50} files were ignored! |
| messages_disabledType | String | A message displayed when a user tries to select the files which are not permitted by the fileFilter_disabledType parameter. | File with following types : {51} are not allowed to upload! {50} files were ignored! |
| messages_fileSizeExceeded | String | A message displayed when a user tries to add the file with size more than the value of the fileFilter_maxSize parameter. | Only files less than {51} are allowed! {50} files were ignored! |
| messages_totalFileSizeExceeded | String | A message displayed when a user tries to add the files and their total size exceeds the value of the fileFilter_maxTotalSize parameter. | Total size of the files should be less than {51}. {50} files were ignored! |
| messages_filesCountExceeded | String | A message displayed when a user tries to add the files and the total count of the files in the list exceeds the value of the fileFilter_maxCount parameter. | Only {51} files are allowed to upload! {50} files were ignored! |
| status_ready | String | Status message. It is displayed when UniversalUploader have no uploads in process. | Count of files: {1} ({2}) |
| status_uploading | String | Status message. It is displayed when an upload is in progress. | Total: {0}% ({3}/{1}) {4}/{2} ({5}/sec, time left: {6}:{7}:{8}) |
| status_complete | String | Status message. It is displayed when an upload is complete. | Upload complete! {3} files ({4}/{2}), Elapsed time: {9}:{10}:{11} |
| status_error | String | Status message. It is displayed when error occured. | Error: {12} |
| button_browse | String | Text for the browse button. | Browse |
| button_upload | String | Text for the upload button. | Upload |
| button_cancel | String | Text for the cancel button. | Cancel |
| button_clear | String | Text for the clear button. | Clear |
| tabheader_html4 | String | Text for the tab caption of the 'Html4' uploader. | html4 |
| tabheader_html5 | String | Text for the tab caption of the 'Html5' uploader. | Drag and drop |
| tabheader_flash | String | Text for the tab caption of the 'Flash' uploader. | Flash |
| tabheader_silverlight | String | Text for the tab caption of the 'Silverlight' uploader. | Silverlight |