[ Index ] |
|
Code source de eGroupWare 1.2.106-2 |
1 <?php 2 /**************************************************************************\ 3 * eGroupWare - tinymce Filemanger plugin - translations * 4 * http://www.egroupware.org * 5 * Written and (c) by Ralf Becker <RalfBecker@outdoor-training.de> * 6 * -------------------------------------------- * 7 * This program is free software; you can redistribute it and/or modify it * 8 * under the terms of the GNU General Public License as published by the * 9 * Free Software Foundation; either version 2 of the License, or (at your * 10 * option) any later version. * 11 \**************************************************************************/ 12 13 /* $Id: lang.php 19345 2005-10-10 23:20:11Z ralfbecker $ */ 14 15 $GLOBALS['egw']->translation->add_app('tinymce'); 16 17 /*********************************************************************** 18 ** Title.........: Insert File Dialog, File Manager 19 ** Version.......: 1.1 20 ** Author........: Al Rashid <alrashid@klokan.sk> 21 ** Filename......: lang-en.php (english language file) 22 ** URL...........: http://alrashid.klokan.sk/insFile/ 23 ** Last changed..: 8 Jun 2004 24 ***********************************************************************/ 25 $MY_MESSAGES = array(); 26 $MY_MESSAGES['extmissing'] = lang('Only files with extensions are permited, e.g. "imagefile.jpg".'); 27 $MY_MESSAGES['loading'] = lang('Loading files'); 28 $MY_MESSAGES['uploading'] = lang('Uploading...'); 29 $MY_MESSAGES['nopermtodelete'] = lang('No permission to delete file.'); 30 $MY_MESSAGES['filenotfound'] = lang('File not found.'); 31 $MY_MESSAGES['unlinkfailed'] = lang('Unlink failed.'); 32 $MY_MESSAGES['rmdirfailed'] = lang('Rmdir failed.'); 33 $MY_MESSAGES['foldernotfound'] = lang('Folder not found.'); 34 $MY_MESSAGES['nopermtocreatefolder'] = lang('No permission to create folder.'); 35 $MY_MESSAGES['pathnotfound'] = lang('Path not found.'); 36 $MY_MESSAGES['foldernamemissing'] = lang('Folder name missing.'); 37 $MY_MESSAGES['folderalreadyexists'] = lang('Folder already exists.'); 38 $MY_MESSAGES['mkdirfailed'] = lang('Mkdir failed.'); 39 $MY_MESSAGES['nopermtoupload'] = lang('No permission to upload.'); 40 $MY_MESSAGES['extnotallowed'] = lang('Files with this extension are not allowed.'); 41 $MY_MESSAGES['filesizeexceedlimit'] = lang('File exceeds the size limit'); 42 $MY_MESSAGES['filenotuploaded'] = lang('File was not uploaded.'); 43 $MY_MESSAGES['nofiles'] = lang('No files...'); 44 $MY_MESSAGES['configproblem'] = lang('Configuration problem '); 45 $MY_MESSAGES['delete'] = lang('Delete'); 46 $MY_MESSAGES['folders'] = lang('folder(s)'); 47 $MY_MESSAGES['files'] = lang('file(s)'); 48 $MY_MESSAGES['refresh'] = lang('Refresh'); 49 $MY_MESSAGES['folder'] = lang('Folder'); 50 $MY_MESSAGES['type'] = lang('Type'); 51 $MY_MESSAGES['name'] = lang('Name'); 52 $MY_MESSAGES['size'] = lang('Size'); 53 $MY_MESSAGES['datemodified'] = lang('Date Modified'); 54 $MY_MESSAGES['url'] = lang('URL'); 55 $MY_MESSAGES['comment'] = lang('Comment'); 56 $MY_MESSAGES['caption'] = lang('Caption'); 57 $MY_MESSAGES['upload'] = lang('Upload'); 58 $MY_MESSAGES['insertfile'] = "Insert File"; 59 $MY_MESSAGES['filemanager'] = "File manager"; 60 $MY_MESSAGES['directory'] = "Directory"; 61 $MY_MESSAGES['enterurl'] = "You must enter the URL"; 62 $MY_MESSAGES['entercaption'] = lang('Please enter the caption text'); 63 $MY_MESSAGES['newfolder'] = lang('New folder'); 64 $MY_MESSAGES['newfoldernamemissing'] = lang('New folder name missing!'); 65 $MY_MESSAGES['renamefolder'] = lang('New folder name:'); 66 $MY_MESSAGES['renamewarning'] = lang('Warning!\n Renaming or moving folders and files will break existing links in your documents. Continue?'); 67 $MY_MESSAGES['renamefile'] = lang('New file name:'); 68 $MY_MESSAGES['nopermtorename'] = lang('No permission to rename files and folders.'); 69 $MY_MESSAGES['newfilenamemissing'] = lang('New file name missing!'); 70 $MY_MESSAGES['filealreadyexists'] = lang('File with specified new name already exists. File was not renamed/moved.'); 71 $MY_MESSAGES['folderalreadyexists'] = lang('Folder with specified new name already exists. Folder was not renamed/moved.'); 72 $MY_MESSAGES['uploadfilealreadyexists'] = lang('File already exists. File was not uploaded.'); 73 $MY_MESSAGES['cancel'] = lang('Cancel'); 74 $MY_MESSAGES['ok'] = lang('OK'); 75 $MY_MESSAGES['openfile'] = lang('Open file in new window'); 76 $MY_MESSAGES['up'] = lang('Up'); 77 $MY_MESSAGES['rename'] = lang('Rename'); 78 $MY_MESSAGES['renamefailed'] = lang('Rename failed'); 79 $MY_MESSAGES['move'] = lang('Move'); 80 $MY_MESSAGES['nopermtomove'] = lang('No permission to move files and folders.'); 81 $MY_MESSAGES['selectfolder'] = lang('Choose directory to move selected folders and files to.'); 82 $MY_MESSAGES['ctrlshift'] = lang('Use Ctrl and/or Shift to select multiple items.'); 83 $MY_MESSAGES['filename'] = lang('File:'); 84 ?>
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 |