[ Index ] |
|
Code source de eGroupWare 1.2.106-2 |
1 <?php 2 /*********************************************************************** 3 ** Title.........: Insert File Dialog, File Manager 4 ** Version.......: 1.1 5 ** Author........: Al Rashid <alrashid@klokan.sk> 6 ** Filename......: lang-en.php (english language file) 7 ** URL...........: http://alrashid.klokan.sk/insFile/ 8 ** Last changed..: 8 Jun 2004 9 ***********************************************************************/ 10 $MY_MESSAGES = array(); 11 $MY_MESSAGES['extmissing'] = 'Only files with extensions are permited, e.g. "imagefile.jpg".'; 12 $MY_MESSAGES['loading'] = 'Loading files'; 13 $MY_MESSAGES['uploading'] = 'Uploading...'; 14 $MY_MESSAGES['nopermtodelete'] = 'No permission to delete file.'; 15 $MY_MESSAGES['filenotfound'] = 'File not found.'; 16 $MY_MESSAGES['unlinkfailed'] = 'Unlink failed.'; 17 $MY_MESSAGES['rmdirfailed'] = 'Rmdir failed.'; 18 $MY_MESSAGES['foldernotfound'] = 'Folder not found.'; 19 $MY_MESSAGES['nopermtocreatefolder'] = 'No permission to create folder.'; 20 $MY_MESSAGES['pathnotfound'] = 'Path not found.'; 21 $MY_MESSAGES['foldernamemissing'] = 'Folder name missing.'; 22 $MY_MESSAGES['folderalreadyexists'] = 'Folder already exists.'; 23 $MY_MESSAGES['mkdirfailed'] = 'Mkdir failed.'; 24 $MY_MESSAGES['nopermtoupload'] = 'No permission to upload.'; 25 $MY_MESSAGES['extnotallowed'] = 'Files with this extension are not allowed.'; 26 $MY_MESSAGES['filesizeexceedlimit'] = 'File exceeds the size limit'; 27 $MY_MESSAGES['filenotuploaded'] = 'File was not uploaded.'; 28 $MY_MESSAGES['nofiles'] = 'No files...'; 29 $MY_MESSAGES['configproblem'] = 'Configuration problem '; 30 $MY_MESSAGES['delete'] = 'Delete'; 31 $MY_MESSAGES['folders'] = 'folder(s)'; 32 $MY_MESSAGES['files'] = 'file(s)'; 33 $MY_MESSAGES['refresh'] = 'Refresh'; 34 $MY_MESSAGES['folder'] = 'Folder'; 35 $MY_MESSAGES['type'] = ''; 36 $MY_MESSAGES['name'] = 'Name'; 37 $MY_MESSAGES['size'] = 'Size'; 38 $MY_MESSAGES['datemodified'] = 'Date Modified'; 39 $MY_MESSAGES['url'] = 'URL'; 40 $MY_MESSAGES['comment'] = 'Comment'; 41 $MY_MESSAGES['caption'] = 'Caption'; 42 $MY_MESSAGES['upload'] = 'Upload'; 43 $MY_MESSAGES['insertfile'] = "Insert File"; 44 $MY_MESSAGES['filemanager'] = "File manager"; 45 $MY_MESSAGES['directory'] = "Directory"; 46 $MY_MESSAGES['enterurl'] = "You must enter the URL"; 47 $MY_MESSAGES['entercaption'] = 'Please enter the caption text'; 48 $MY_MESSAGES['newfolder'] = 'New folder'; 49 $MY_MESSAGES['newfoldernamemissing'] = 'New folder name missing!'; 50 $MY_MESSAGES['renamefolder'] = 'New folder name:'; 51 $MY_MESSAGES['renamewarning'] = 'Warning!\n Renaming or moving folders and files will break existing links in your documents. Continue?'; 52 $MY_MESSAGES['renamefile'] = 'New file name:'; 53 $MY_MESSAGES['nopermtorename'] = 'No permission to rename files and folders.'; 54 $MY_MESSAGES['newfilenamemissing'] = 'New file name missing!'; 55 $MY_MESSAGES['filealreadyexists'] = 'File with specified new name already exists. File was not renamed/moved.'; 56 $MY_MESSAGES['folderalreadyexists'] = 'Folder with specified new name already exists. Folder was not renamed/moved.'; 57 $MY_MESSAGES['uploadfilealreadyexists'] = 'File already exists. File was not uploaded.'; 58 $MY_MESSAGES['cancel'] = 'Cancel'; 59 $MY_MESSAGES['ok'] = 'OK'; 60 $MY_MESSAGES['openfile'] = 'Open file in new window'; 61 $MY_MESSAGES['up'] = 'Up'; 62 $MY_MESSAGES['rename'] = 'Rename'; 63 $MY_MESSAGES['renamefailed'] = 'Rename failed'; 64 $MY_MESSAGES['move'] = 'Move'; 65 $MY_MESSAGES['nopermtomove'] = 'No permission to move files and folders.'; 66 $MY_MESSAGES['selectfolder'] = 'Choose directory to move selected folders and files to.'; 67 $MY_MESSAGES['ctrlshift'] = 'Use Ctrl and/or Shift to select multiple items.'; 68 $MY_MESSAGES['filename'] = 'File:'; 69 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 17:20:01 2007 | par Balluche grâce à PHPXref 0.7 |