<?php /** * Messages file for Files Handler, phlyMail Nahariya 4.0+ * en (English) * (c) 2007-2010 phlyLabs, Berlin (http://phlylabs.de) */ $WP_msg['FilesMyName'] = 'Files'; $WP_msg['FileUpload'] = 'Upload file'; $WP_msg['FileDownload'] = 'Download file'; $WP_msg['FileSearch'] = 'Search file'; $WP_msg['FileRename'] = 'Rename'; $WP_msg['FileProps'] = 'File properties'; $WP_msg['LegLocalFolder'] = 'Select Folder'; $WP_msg['LegRemoteFile'] = 'Select File'; $WP_msg['FolderProps'] = 'Folder properties'; $WP_msg['SetItemEnorename'] = 'The file could not be renamed'; $WP_msg['SetItemEsamefile'] = 'A file of the same name\nalready exists in this folder'; $WP_msg['FileSendAsMail'] = 'Send via email'; $WP_msg['File'] = 'file'; $WP_msg['Files'] = 'files'; // From 3.06.50 $WP_msg['FileSize'] = 'File size'; $WP_msg['Measurements'] = 'Measurements'; $WP_msg['UploadedOn'] = 'Uploaded on'; $WP_msg['LastChangeOn'] = 'Last change on'; $WP_msg['LastAccessOn'] = 'Last access on'; $WP_msg['DownloadFromURL'] = 'Load from URL'; $WP_msg['EnterURL'] = 'Please enter URL'; $WP_msg['Download'] = 'Download'; $WP_msg['DownloadDone'] = 'Download done'; // From 3.06.51 $WP_msg['PermSeeFiles'] = 'See "My Files"'; $WP_msg['PermAddFile'] = 'Add Files'; $WP_msg['PermUpdateFile'] = 'Edit Files'; $WP_msg['PermDeleteFile'] = 'Delete Files'; $WP_msg['PermImportFile'] = 'Upload Files'; $WP_msg['PermExportFile'] = 'Download Files'; $WP_msg['PermAddFolder'] = 'Add Folders'; $WP_msg['PermEditFolder'] = 'Rename Folders'; $WP_msg['PermDeleteFolder'] = 'Delete Folders'; // 3.09.70 $WP_msg['AboutLocalFolder'] = 'In which folder should the file(s) be put?'; ?>