t = []; t['Loading...'] = 'Loading...'; t['Folders'] = 'Folders'; t['Refresh Folder'] = 'Refresh Folder'; t['Logout'] = 'Logout'; t['Control Panel'] = 'Control Panel'; t['Change password'] = 'Change password'; t['File preview'] = 'File preview'; t['Preview'] = 'Preview'; t['No preview available for this type of files.'] = 'No preview available for this type of files.'; t['Comments'] = 'Comments'; t['Please select a file.'] = 'Please select a file.'; t['Folder empty.'] = 'Folder empty.'; t['This file was created or modified since your last access.'] = 'This file was created or modified since your last access.'; t['This file is locked by %1.'] = 'This file is locked by %1.'; t['This file has %1 comment(s).'] = 'This file has %1 comment(s).'; t['This file has a WebLink attached to it.'] = 'This file has a WebLink attached to it.'; t['Loading Preview...'] = 'Loading Preview...'; t['Free space available:'] = 'Free space available:'; t['Confirmation'] = 'Confirmation'; t['Loading Java applet, please wait...'] = 'Loading Java applet, please wait...'; t['Internet Explorer is blocking the download?
Click here to download the file without reloading this page.'] = 'Internet Explorer is blocking the download?
Click here to download the file without reloading this page.'; t['// Toolbar'] = '//'; t['Upload'] = 'Upload'; t['Drag&Drop'] = 'Drag & Drop'; t['Classic'] = 'Classic'; t['Select'] = 'Select'; t['Select files'] = 'Select files'; t['Select All'] = 'Select All'; t['Deselect All'] = 'Deselect All'; t['View'] = 'View'; t['Tools'] = 'Tools'; t['Misc tools'] = 'Misc tools'; t['Import e-mail attachments'] = 'Import e-mail attachments'; t['Image Browser'] = 'Image Browser'; t['Detailed view'] = 'Detailed view'; t['Thumbnail view'] = 'Thumbnail view'; t['Refresh'] = 'Refresh'; t['Refresh file list'] = 'Refresh file list'; t['File'] = 'File'; t['// Status bar'] = '//'; t['Traffic:'] = 'Traffic:'; t['Space:'] = 'Space:'; t['// Tree contextual menu'] = '//'; t['Search'] = 'Search'; t['Initializing search panel...'] = 'Initializing search panel...'; t['File Search'] = 'File Search'; t['Share'] = 'Share'; t['Sharing'] = 'Sharing'; t['Initializing sharing panel...'] = 'Initializing sharing panel...'; t['New sub-folder'] = 'New sub-folder'; t['Rename'] = 'Rename'; t['Paste copied files'] = 'Paste copied files'; t['Paste copied folder'] = 'Paste copied folder'; t['Delete'] = 'Delete'; t['Properties'] = 'Properties'; t['Initializing folder properties panel...'] = 'Initializing folder properties panel...'; t['// File contextual menu'] = '//'; t['Download'] = 'Download'; t['..in one zip file'] = '..in one zip file'; t['E-mail'] = 'E-mail'; t['Quick Link'] = 'Quick Link'; t['E-mail Files'] = 'E-mail Files'; t['Initializing e-mail panel...'] = 'Initializing e-mail panel...'; t['Web Link'] = 'Web Link'; t['Versioning'] = 'Versioning'; t['Previous Versions'] = 'Previous Versions'; t['Lock'] = 'Lock'; t['Unlock'] = 'Unlock'; t['File Versions'] = 'File Versions'; t['Metadata'] = 'Metadata'; t['Comment'] = 'Comment'; t['Add to zip'] = 'Add to zip'; t['Unzip'] = 'Unzip'; t['Copy'] = 'Copy'; t['//File list'] = '//'; t['Loading file list...'] = 'Loading file list...'; t['Name'] = 'Name'; t['Size'] = 'Size'; t['Type'] = 'Type'; t['Meta Type'] = 'Meta Type'; t['Date Modified'] = 'Date Modified'; t['Date Created'] = 'Date Created'; t['%1 %2 ago'] = '%1 %2 ago'; t['Now'] = 'Now'; t['minute'] = 'minute'; t['minutes'] = 'minutes'; t['hour'] = 'hour'; t['hours'] = 'hours'; t['day'] = 'day'; t['days'] = 'days'; t['Comments count'] = 'Comments count'; t['Yes'] = 'Yes'; t['No'] = 'No'; t['Version'] = 'Version'; t['Locked by'] = 'Locked by'; t['Sort Ascending'] = 'Sort Ascending'; t['Sort Descending'] = 'Sort Descending'; t['Columns'] = 'Columns'; t['Reset Columns'] = 'Reset Columns'; t['%1 file(s)'] = '%1 file(s)'; t['//Actions'] = '//'; t['Opening popup window...
Click here if the browser prevents it from opening.'] = 'Opening popup window...
Click here if the browser prevents it from opening.'; t['Moving files...'] = 'Moving files...'; t['Moving folder...'] = 'Moving folder...'; t['Renaming file...'] = 'Renaming file...'; t['Copying file(s)...'] = 'Copying file(s)...'; t['Copying folder...'] = 'Copying folder...'; t['Zipping file(s)...'] = 'Zipping file(s)...'; t['Unzipping file...'] = 'Unzipping file...'; t['Deleting file(s)...'] = 'Deleting file(s)...'; t['Moving file(s)...'] = 'Moving file(s)...'; t['Restoring file(s)...'] = 'Restoring file(s)...'; t['Locking file...'] = 'Locking file...'; t['Unlocking file...'] = 'Unlocking file...'; t['Renaming folder...'] = 'Renaming folder...'; t['Are you sure you want to start %1 downloads?'] = 'Are you sure you want to start %1 downloads?'; t['Please wait while the selected files are being zipped...'] = 'Please wait while the selected files are being zipped...'; t['Please wait while the selected folder is being zipped...'] = 'Please wait while the selected folder is being zipped...'; t['Selected Files.zip'] = 'Selected Files.zip'; t['Downloading zip file...'] = 'Downloading zip file...'; t['Are you sure you want to delete the selected file(s)?'] = 'Are you sure you want to delete the selected file(s)?'; t['Are you sure you want to delete the selected folder and all its contents?'] = 'Are you sure you want to delete the selected folder and all its contents?'; t['Permanent deletion'] = 'Permanent deletion'; t['New folder'] = 'New folder'; t['Creating new folder...'] = 'Creating new folder...'; t['Please type a name for the zip file:'] = 'Please type a name for the zip file:'; t['New Archive.zip'] = 'New Archive.zip'; t['Please type a folder name for the zip contents:'] = 'Please type a folder name for the zip contents:'; t['Unzipped Files'] = 'Unzipped Files'; t['Date Format: Grid - Modified Date'] = 'm/d/Y h:i A'; t['//Trash'] = '//'; t['Deleted from'] = 'Deleted from'; t['Deleted Files'] = 'Deleted Files'; t['Restore'] = 'Restore'; FR.UI.translations = t; FR.T = function(k) {//translate if (FR.UI.translations[k]) { return FR.UI.translations[k]; } else { return k; } }