| At line 33 added 39 lines |
| /*Upload bar latest localizations, do not change this, use localization instructions*/ |
| window.locale = { |
| "fileupload": { |
| "errors": { |
| "maxFileSize": "File is too big", |
| "minFileSize": "File is too small", |
| "acceptFileTypes": "Filetype not allowed", |
| "maxNumberOfFiles": "Max number of files exceeded", |
| "uploadedBytes": "Uploaded bytes exceed file size", |
| "emptyResult": "Empty file upload result", |
| "fileAvailableInSelectedFolder" : "File already added to upload in the same folder", |
| "fileExistOnServer" : "File exist on server", |
| "fileBiggerThanAllowed" : "File is bigger than allowed size", |
| "dirNoWritable" : "You can not upload to this directory", |
| "true" : "true" |
| }, |
| "error": "Error", |
| "start": "Start", |
| "waiting" : "Waiting...", |
| "uploading" : "Uploading : ", |
| "reupload" : "Re-Upload", |
| "share" : "Share", |
| "cancel": "Cancel", |
| "destroy": "Delete", |
| "overwrite" : "Overwrite", |
| "uploadTo" : "Upload to : ", |
| "pause" : "Pause", |
| "errorLabel" : "Error : ", |
| "details" : "Details", |
| "uploadedInLabelText" : "Uploaded in : ", |
| "atAvgSpeedOfLabelText" : "at Avg. Speed of : ", |
| "uploadCompletedText" : "Upload Completed", |
| "uploadedFileText" : "File uploaded to server", |
| "uploadedMultipleFilesText" : "All files uploaded." |
| } |
| }; |
|
| // FTP WebInterface Localization options |
| var localizations = {}; |
| At line 313 added 4 lines |
| localizations.ManageShareWindowDeleteLinkText = "Delete"; |
| localizations.ManageShareWindowHideLinkText = "Hide"; |
| localizations.ManageShareWindowGridLinkLabelText = "Link"; |
| localizations.ManageShareWindowGridFromLabelText = "From"; |
| At line 319 added 9 lines |
| localizations.ManageShareWindowGridBCCLabelText = "BCC"; |
| localizations.ManageShareWindowGridSubjectLabelText = "Subject"; |
| localizations.ManageShareWindowGridBodyLabelText = "Body"; |
| localizations.ManageShareWindowGridShareTypeLabelText = "Share Type"; |
| localizations.ManageShareWindowGridUserNameLabelText = "Username"; |
| localizations.ManageShareWindowGridPasswordLabelText = "Password"; |
| localizations.ManageShareWindowGridAttachedLabelText = "Attached in Email?"; |
| localizations.ManageShareWindowGridUploadLabelText = "Upload Allowed?"; |
| localizations.ManageShareWindowGridPathsLabelText = "Paths"; |
| At line 423 added 2 lines |
| localizations.advancedOperationsDownloadStatus = "Downloading"; |
| localizations.advancedOperationsUploadStatus = "Uploading"; |
| At line 398 changed 2 lines |
| // Page size selection menu item. |
| localizations.PageSizeSelectionLinkText = "Show {0} items on page" |
| //Data size format items |
| localizations.dataFormatBytes = "bytes"; |
| localizations.dataFormatKiloBytes = "KB"; |
| localizations.dataFormatMegaBytes = "MB"; |
| localizations.dataFormatGigaBytes = "GB"; |
| localizations.dataFormatTeraBytes = "TB"; |
| At line 459 added 7 lines |
| localizations.loadingIndicatorText = "Please wait..."; |
|
| //Server message localized |
| localizations.share_complete = "Publish Completed."; |
| localizations.share_email_sent = "Email message sent."; |
| localizations.share_open_in_email_client = "Open in Email Client"; |
|