egroupware/phpgwapi/js/tiny_mce/plugins/filemanager/InsertFile/lang/lang-en.php
2006-08-22 06:30:52 +00:00

70 lines
3.5 KiB
PHP

<?php
/***********************************************************************
** Title.........: Insert File Dialog, File Manager
** Version.......: 1.1
** Author........: Al Rashid <alrashid@klokan.sk>
** Filename......: lang-en.php (english language file)
** URL...........: http://alrashid.klokan.sk/insFile/
** Last changed..: 8 Jun 2004
***********************************************************************/
$MY_MESSAGES = array();
$MY_MESSAGES['extmissing'] = 'Only files with extensions are permited, e.g. "imagefile.jpg".';
$MY_MESSAGES['loading'] = 'Loading files';
$MY_MESSAGES['uploading'] = 'Uploading...';
$MY_MESSAGES['nopermtodelete'] = 'No permission to delete file.';
$MY_MESSAGES['filenotfound'] = 'File not found.';
$MY_MESSAGES['unlinkfailed'] = 'Unlink failed.';
$MY_MESSAGES['rmdirfailed'] = 'Rmdir failed.';
$MY_MESSAGES['foldernotfound'] = 'Folder not found.';
$MY_MESSAGES['nopermtocreatefolder'] = 'No permission to create folder.';
$MY_MESSAGES['pathnotfound'] = 'Path not found.';
$MY_MESSAGES['foldernamemissing'] = 'Folder name missing.';
$MY_MESSAGES['folderalreadyexists'] = 'Folder already exists.';
$MY_MESSAGES['mkdirfailed'] = 'Mkdir failed.';
$MY_MESSAGES['nopermtoupload'] = 'No permission to upload.';
$MY_MESSAGES['extnotallowed'] = 'Files with this extension are not allowed.';
$MY_MESSAGES['filesizeexceedlimit'] = 'File exceeds the size limit';
$MY_MESSAGES['filenotuploaded'] = 'File was not uploaded.';
$MY_MESSAGES['nofiles'] = 'No files...';
$MY_MESSAGES['configproblem'] = 'Configuration problem ';
$MY_MESSAGES['delete'] = 'Delete';
$MY_MESSAGES['folders'] = 'folder(s)';
$MY_MESSAGES['files'] = 'file(s)';
$MY_MESSAGES['refresh'] = 'Refresh';
$MY_MESSAGES['folder'] = 'Folder';
$MY_MESSAGES['type'] = '';
$MY_MESSAGES['name'] = 'Name';
$MY_MESSAGES['size'] = 'Size';
$MY_MESSAGES['datemodified'] = 'Date Modified';
$MY_MESSAGES['url'] = 'URL';
$MY_MESSAGES['comment'] = 'Comment';
$MY_MESSAGES['caption'] = 'Caption';
$MY_MESSAGES['upload'] = 'Upload';
$MY_MESSAGES['insertfile'] = "Insert File";
$MY_MESSAGES['filemanager'] = "File manager";
$MY_MESSAGES['directory'] = "Directory";
$MY_MESSAGES['enterurl'] = "You must enter the URL";
$MY_MESSAGES['entercaption'] = 'Please enter the caption text';
$MY_MESSAGES['newfolder'] = 'New folder';
$MY_MESSAGES['newfoldernamemissing'] = 'New folder name missing!';
$MY_MESSAGES['renamefolder'] = 'New folder name:';
$MY_MESSAGES['renamewarning'] = 'Warning!\n Renaming or moving folders and files will break existing links in your documents. Continue?';
$MY_MESSAGES['renamefile'] = 'New file name:';
$MY_MESSAGES['nopermtorename'] = 'No permission to rename files and folders.';
$MY_MESSAGES['newfilenamemissing'] = 'New file name missing!';
$MY_MESSAGES['filealreadyexists'] = 'File with specified new name already exists. File was not renamed/moved.';
$MY_MESSAGES['folderalreadyexists'] = 'Folder with specified new name already exists. Folder was not renamed/moved.';
$MY_MESSAGES['uploadfilealreadyexists'] = 'File already exists. File was not uploaded.';
$MY_MESSAGES['cancel'] = 'Cancel';
$MY_MESSAGES['ok'] = 'OK';
$MY_MESSAGES['openfile'] = 'Open file in new window';
$MY_MESSAGES['up'] = 'Up';
$MY_MESSAGES['rename'] = 'Rename';
$MY_MESSAGES['renamefailed'] = 'Rename failed';
$MY_MESSAGES['move'] = 'Move';
$MY_MESSAGES['nopermtomove'] = 'No permission to move files and folders.';
$MY_MESSAGES['selectfolder'] = 'Choose directory to move selected folders and files to.';
$MY_MESSAGES['ctrlshift'] = 'Use Ctrl and/or Shift to select multiple items.';
$MY_MESSAGES['filename'] = 'File:';
?>