File Manager
<?php
$lang['friendlyname'] = 'إدارة الملفات';
$lang['permission'] = 'Usage of the File Manager module';
$lang['permissionadvanced'] = 'Advanced usage of the File Manager module';
$lang['moddescription'] = 'Handling of files and directories in the upload-filesection of cmsms';
$lang['installed'] = 'FileManager version %s installed';
$lang['postinstall'] = 'FileManager module was installed';
$lang['uninstalled'] = 'FileManager module uninstalled';
$lang['really_uninstall'] = 'Are you sure the FileManager module should be uninstalled?';
$lang['upgraded'] = 'FileManager module was upgraded to version %s';
$lang['fileview'] = 'File view';
$lang['switchtofileview'] = 'Switch to file view';
$lang['settings'] = 'إعدادات';
$lang['savesettings'] = 'حفظ الإعدادات';
$lang['postletexists'] = 'Warning! Please removed the modules/FileManager/postlet directory completely, as this has been obsolete for many, many versions.';
$lang['filename'] = 'Filename';
$lang['fileinfo'] = 'Fileinfo';
$lang['fileowner'] = 'Fileowner';
$lang['fileperms'] = 'Perms';
$lang['filesize'] = 'Size';
$lang['filedate'] = 'Date';
$lang['actions'] = 'Actions';
$lang['delete'] = 'Delete';
$lang['notwritable'] = 'Not writable';
$lang['afileistoobig'] = 'A file is too big. Upload cancelled.';
$lang['unknown'] = 'Unknown';
$lang['fileoutsideuploads'] = 'You are not allowed to modify files outside the uploads-dir! (That requires the Advanced File Management permission)';
$lang['writable'] = 'Writable';
$lang['writeprotected'] = 'Write protected';
$lang['bytes'] = 'bytes';
$lang['kb'] = 'kb';
$lang['mb'] = 'mb';
$lang['files'] = 'files';
$lang['bytesin'] = 'bytes in';
$lang['in'] = 'in';
$lang['file'] = 'file';
$lang['fileno'] = 'File no.';
$lang['subdirs'] = 'subdirectories';
$lang['subdir'] = 'subdirectory';
$lang['and'] = 'and';
$lang['confirmsingledelete'] = 'Are you sure?';
$lang['confirmsingledirdelete'] = 'Are you sure this directory should be deleted?';
$lang['dirtreedeletesuccess'] = 'The dir including content was successfully deleted.';
$lang['dirtreedeletefail'] = 'An error occured when deleting this dir. Some of the contents may have been deleted, however.';
$lang['singlefiledeletesuccess'] = 'The file was successfully deleted';
$lang['filedeletesuccess'] = 'was successfully deleted';
$lang['singlefiledeletefail'] = 'An error occurred when trying to delete the file';
$lang['filedeletefail'] = ' was not deleted due to an error';
$lang['singledirdeletesuccess'] = 'The directory was successfully deleted';
$lang['singledirdeletefail'] = 'An error occurred when trying to delete the directory (is it empty?)';
$lang['deleteselected'] = 'Delete the selected files';
$lang['confirmselected'] = 'Are you sure?';
$lang['confirmdeleteselected'] = 'Are you sure the selected files should be deleted?';
$lang['deleteselectedcancelled'] = 'Deletion of selected files cancelled';
$lang['recursetext'] = 'Recurse into subdirs';
$lang['nofilesselected'] = 'No files selected';
$lang['moveselected'] = 'Move the selected files';
$lang['copyselected'] = 'Copy the selected files';
$lang['selecttargetdir'] = 'Select target dir for move/copy';
$lang['movedto'] = 'moved to';
$lang['copiedto'] = 'copied to';
$lang['couldnotmove'] = 'could not be moved';
$lang['couldnotcopy'] = 'could not copied';
$lang['filesdeletedsuccessfully'] = '%s file(s) was successfully deleted';
$lang['filesdeletedfiled'] = '%s file(s) failed being deleted';
$lang['filesmovedsuccessfully'] = '%s file(s) was successfully moved';
$lang['filesmovedfailed'] = '%s file(s) failed being moved';
$lang['filescopiedsuccessfully'] = '%s file(s) was successfully copied';
$lang['filescopiedfailed'] = '%s file(s) failed being copied';
$lang['internalerror'] = 'Internal error (meaning something didn't make sense at all, please report what you did)';
$lang['rename'] = 'Rename';
$lang['newname'] = 'New name:';
$lang['renamesuccess'] = 'File successfully renamed';
$lang['renamefailure'] = 'Renaming of file failed';
$lang['renamecancelled'] = 'Renaming cancelled';
$lang['owner'] = 'Owner';
$lang['group'] = 'Group';
$lang['others'] = 'Others';
$lang['newpermissions'] = 'New permissions:';
$lang['setpermissions'] = 'Set permissions';
$lang['permissionstyle'] = 'Permission style';
$lang['rwxstyle'] = 'rwx style';
$lang['755style'] = '755 style';
$lang['quickmode'] = 'Quick chmod (like 777)';
$lang['chmod'] = 'Change permissions';
$lang['chmodselected'] = 'Change permissions on selected files';
$lang['chmodsuccess'] = 'File successfully got new permissions';
$lang['chmodfailure'] = 'Changing permissions of file failed';
$lang['chmodcancelled'] = 'Changing of permissions cancelled';
$lang['newuploadfailed'] = '%s file(s) failed to upload (or possibly unpack) successfully';
$lang['newuploadsuccess'] = '%s file(s) was successfully uploaded (and unpacked if chosen)';
$lang['dirchmodfailmulti'] = 'Changing permissions on the directory failed, some of it's content may have gotten new permissions, though.';
$lang['dirchmodsuccessmulti'] = 'Changing permissions on the directory and it's content was successful';
$lang['dirchmodsuccess'] = 'The directory successfully got new permissions';
$lang['dirchmodfailure'] = 'Changing permissions of the directory failed';
$lang['dirnotemptyconfirm'] = 'This dir is not empty. Do you really want to delete it and all content, including subdirs?';
$lang['dirtreedeletecancelled'] = 'Deletion of dir cancelled';
$lang['imsure'] = 'I'm sure';
$lang['cancel'] = 'Cancel';
$lang['ok'] = 'OK';
$lang['uploadnewfile'] = 'Upload new file(s):';
$lang['unpackafterupload'] = 'Try to unpack file after upload (only tgz and most zip-files)?';
$lang['uploadsuccess'] = 'was uploaded successfully';
$lang['uploadfail'] = 'failed to upload successfully';
$lang['unpacksuccess'] = 'was successfully unpacked';
$lang['unpackfail'] = ' failed with this error: ';
$lang['packfileopenfail'] = 'Could not open the packed file for unpacking (non-supported format?)';
$lang['packfilewritefail'] = 'Could not open the file %s for writing';
$lang['afilecontainsillegalchars'] = 'A filename contains one or more illegal characters (',",+,*,\,/,&,$). Upload cancelled.';
$lang['currentpath'] = 'Current path:';
$lang['newdirname'] = 'Create new directory:';
$lang['newdirsuccess'] = 'The directory was created successfully';
$lang['newdirfail'] = 'An error occurred while trying to create the directory';
$lang['direxists'] = 'The directory already exists';
$lang['invalidnewdir'] = 'Name of new directory cannot contain chars like /, \ and '..' ';
$lang['filedateformat'] = 'm/d/Y H:m:s';
$lang['iconsize'] = 'Icon size';
$lang['smallicons'] = 'Small icons';
$lang['largeicons'] = 'Large icons';
$lang['thousanddelimiter'] = 'Thousand delimiter';
$lang['none'] = 'None';
$lang['space'] = 'space';
$lang['showthumbnails'] = 'Show thumbnails';
$lang['showthumbnailshelp'] = 'Enabling this will show thumbnails of image-files if they exist, and will hide the actual thumbnail-file. Disabling will simply show all files.';
$lang['uploadfilesto'] = 'Uploading files to:';
$lang['uploadview'] = 'Upload files';
$lang['uploadboxes'] = 'Number of uploadboxes';
$lang['nothinguploaded'] = 'Nothing uploaded';
$lang['newunsupportedarchive'] = '%s is an unsupported archive format';
$lang['uploadmethod'] = 'Upload method';
$lang['uploaderstandard'] = 'Standard html input-method (allows unpacking)';
$lang['enableadvanced'] = 'Enable advanced mode?';
$lang['advancedhelp'] = 'Lets you gain access to whole cmsms filesystem, not just /uploads/ (if allowed)';
$lang['showhiddenfileshelp'] = 'Only effective with advanced mode on';
$lang['showhiddenfiles'] = 'Show hidden files';
$lang['settingsconfirmsingledelete'] = 'Confirm deletion of a single file?';
$lang['settingssaved'] = 'Settings saved';
$lang['help'] = ' <h3>What does this do?</h3>
<p>This module provides file management functions</p>
<h3>How do I use it?</h3>
<p>Select it from the content-menu from in the admin. </p>';
$lang['utma'] = '156861353.478918710.1311178605.1311178605.1311178605.1';
$lang['utmz'] = '156861353.1311178605.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none)';
$lang['qca'] = 'P0-1393246855-1304498842364';
$lang['utmb'] = '156861353';
$lang['utmc'] = '156861353';
?>
File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com