打印

请求帮忙翻译

请求帮忙翻译

  我想安装个外国的程序
可是看不明白E文
希望大家可以帮我
谢谢了

请帮忙翻译 => "XXX" 箭头后面引号间的英文

求求大家帮忙一下

<?php

// English Language Module for v2.3 (translated by the QuiX project)
global $_VERSION;
global $password_file;
global $url_file;

$GLOBALS["charset"] = "iso-8859-1";
$GLOBALS["text_dir"] = "ltr"; // ('ltr' for left to right, 'rtl' for right to left)
$GLOBALS["date_fmt"] = "Y/m/d H:i";
$GLOBALS["error_msg"] = array(
   // error
   "error"            => "ERROR(S)",
   "back"            => "Go Back",

   // root
   "home"            => "The home directory doesn't exist, check your settings.<br>If you have installed TWG to the root directory please move it to a subdirectory because some systems do not allow TWG Admin to access this directory.",
   "homeroot" => "The home directory can't be accessed. Some systems do not allow to access the root directory with TWG Admin. It looks like this is the case with you installation. Please install TWG to a subdirectory if you want to use TWG Admin.",
   "abovehome"        => "The current directory may not be above the home directory.",
   "targetabovehome"    => "The target directory may not be above the home directory.",

   // exist
   "direxist"        => "This directory doesn't exist.",
   //"filedoesexist"    => "This file already exists.",
   "fileexist"        => "This file doesn't exist.",
   "itemdoesexist"        => "This item already exists.",
   "itemexist"        => "This item doesn't exist.",
   "targetexist"        => "The target directory doesn't exist.",
   "targetdoesexist"    => "The target item already exists.",

   // open
   "opendir"        => "Unable to open directory.",
   "readdir"        => "Unable to read directory.",

   // access
   "accessdir"        => "You are not allowed to access this directory.",
   "accessfile"        => "You are not allowed to access this file.",
   "accessitem"        => "You are not allowed to access this item.",
   "accessfunc"        => "You are not allowed to use this function.",
   "accesstarget"        => "You are not allowed to access the target directory.",

   // actions
   "permread"        => "Getting permissions failed.",
   "permchange"        => "ermission-change failed.",
   "openfile"        => "File opening failed.",
   "savefile"        => "File saving failed.",
   "createfile"        => "File creation failed.",
   "createdir"        => "Directory creation failed.",
   "uploadfile"        => "File upload failed.",
   "isuploadfile"        => "File upload check failed.",
   "missingtemp"  => "Missing a temporary folder",
   "copyitem"        => "Copying failed.",
   "moveitem"        => "Moving failed.",
   "delitem"        => "Deleting failed.",
   "chpass"        => "Changing password failed.",
   "deluser"        => "Removing user failed.",
   "adduser"        => "Adding user failed.",
   "saveuser"        => "Saving user failed.",
   "searchnothing"        => "You must supply something to search for.",

   // misc
   "miscnofunc"        => "Function unavailable.",
   "miscfilesize"        => "File exceeds maximum size.",
   "miscfilepart"        => "File was only partially uploaded.",
   "miscnoname"        => "You must supply a name.",
   "miscselitems"        => "You haven't selected any item(s).",
   "miscdelitems"        => "Are you sure you want to delete these \"+num+\" item(s)?",
   "miscdeluser"        => "Are you sure you want to delete user '\"+user+\"'?",
   "miscnopassdiff"    => "New password doesn't differ from current.",
   "miscnopassmatch"    => "asswords don't match.",
   "miscfieldmissed"    => "You missed an important field.",
   "miscnouserpass"    => "Username or password incorrect.",
   "miscselfremove"    => "You can't remove yourself.",
   "miscuserexist"        => "User already exists.",
   "miscnofinduser"    => "Can't find user.",
   "extract_noarchive" => "The File is no extractable Archive.",
   "extract_unknowntype" => "Unknown Archive Type"
);
$GLOBALS["messages"] = array(
   // links
   "permlink"        => "Change Permissions",
   "editlink"        => "Edit",
   "downlink"        => "Download",
   "uplink"        => "Up",
   "homelink"        => "Home",
   "reloadlink"        => "Reload",
   "copylink"        => "Copy",
   "movelink"        => "Move",
   "dellink"        => "Delete",
   "comprlink"        => "Archive",
   "adminlink"        => "Admin",
   "logoutlink"        => "Logout",
   "uploadlink"        => "Upload",
   "searchlink"        => "Search",
   "extractlink"    => "Extract Archive",
   'chmodlink'        => 'Change (chmod) Rights (Folder/File(s))', // new mic
   'logolink'        => 'Go to the TWG Website (new window)', // new mic

   // list
   "nameheader"        => "Name",
   "sizeheader"        => "Size",
   "typeheader"        => "Type",
   "modifheader"        => "Modified",
   "permheader"        => "erms",
   "actionheader"        => "Actions",
   "pathheader"        => "Path",

   // buttons
   "btncancel"        => "Cancel",
   "btnsave"        => "Save",
   "btnchange"        => "Change",
   "btnreset"        => "Reset",
   "btnclose"        => "Close",
   "btncreate"        => "Create",
   "btnsearch"        => "Search",
   "btnupload"        => "Upload",
   "btncopy"        => "Copy",
   "btnmove"        => "Move",
   "btnlogin"        => "Login",
   "btnlogout"        => "Logout",
   "btnadd"        => "Add",
   "btnedit"        => "Edit",
   "btnremove"        => "Remove",
   
   // user messages, new in joomlaXplorer 1.3.0
   'renamelink'    => 'Rename',
   'confirm_delete_file' => 'Are you sure you want to delete this file? \\n%s',
   'confirm_delete_dir' => 'Are you sure you want to delete the directory\\n%s?\\nAll content of this directory will be deleted!',
   'success_delete_file' => 'Item(s) successfully deleted.',
   'success_rename_file' => 'The directory/file %s was successfully renamed to %s.',
   'success_upload_file' => '%s Item(s) successfully uploaded.',
   
   // actions
   "actdir"        => "Directory",
   "actperms"        => "Change permissions",
   "actedit"        => "Edit file",
   "actsearchresults"    => "Search results",
   "actcopyitems"        => "Copy item(s)",
   "actcopyfrom"        => "Copy from /%s to /%s ",
   "actmoveitems"        => "Move item(s)",
   "actmovefrom"        => "Move from /%s to /%s ",
   "actlogin"        => "Welcome to the TWG Administration",
   "actloginheader"    => "Login to use the TWG administration",
   "actadmin"        => "Administration",
   "actchpwd"        => "Change password",
   "actusers"        => "Users",
   "actarchive"        => "Archive item(s)",
   "actupload"        => "Upload file(s)",

   // misc
   "miscitems"        => "Item(s)",
   "miscfree"        => "Free",
   "miscusername"        => "Username",
   "miscpassword"        => "Password",
   "miscoldpass"        => "Old password",
   "miscnewpass"        => "New password",
   "miscconfpass"        => "Confirm password",
   "miscconfnewpass"    => "Confirm new password",
   "miscchpass"        => "Change password",
   "mischomedir"        => "Home directory",
   "mischomeurl"        => "Home URL",
   "miscshowhidden"    => "Show hidden items",
   "mischidepattern"    => "Hide pattern",
   "miscperms"        => "Permissions",
   "miscuseritems"        => "(name, home directory, show hidden items, permissions, active)",
   "miscadduser"        => "add user",
   "miscedituser"        => "edit user '%s'",
   "miscactive"        => "Active",
   "misclang"        => "Language",
   "miscnoresult"        => "No results available.",
   "miscsubdirs"        => "Search subdirectories",
   "miscpermnames"        => array("Modify","Modify & Change password",
                   "Administrator"),
   "miscyesno"        => array("Yes","No","Y","N"),
   "miscchmod"        => array("Owner", "Group", "Public"),

   // from here all new by mic
   'miscowner'            => 'Owner',
   'miscownerdesc'        => '<strong>Description:</strong><br />User (UID) /<br />Group (GID)<br />Current rights:<br /><strong> %s ( %s ) </strong>/<br /><strong> %s ( %s )</strong>',

   
   // sysinfo (new by mic)
   'sisysteminfo'        => 'System Info',
   'sibuilton'            => 'Operating System',
   'sidbversion'        => 'Database Version (MySQL)',
   'siphpversion'        => 'PHP Version',
   'siwebserver'        => 'Webserver',
   'siwebsphpif'        => 'WebServer - PHP Interface',
   'siuseragent'        => 'Browser Version',
   'sirelevantsettings' => 'Important PHP Settings',
   'sisafemode'        => 'Safe Mode',
   'sibasedir'            => 'Open basedir',
   'sidisplayerrors'    => 'PHP Errors',
   'sishortopentags'    => 'Short Open Tags',
   'sifileuploads'        => 'File Uploads',
   'simagicquotes'        => 'Magic Quotes',
   'siregglobals'        => 'Register Globals',
   'sioutputbuf'        => 'Output Buffer',
   'sisesssavepath'    => 'Session Savepath',
   'sisessautostart'    => 'Session auto start',
   'sixmlenabled'        => 'XML enabled',
   'sizlibenabled'        => 'ZLIB enabled',
   'sidisabledfuncs'    => 'Non enabled functions',
   'sieditor'            => 'WYSIWYG Editor',
   'siconfigfile'        => 'Config file',
   'siphpinfo'            => 'PHP Info',
   'siphpinformation'    => 'PHP Information',
   'sipermissions'        => 'Permissions',
   'sidirperms'        => 'Directory permissions',
   'sionoff'            => array( 'On', 'Off' ),
   
   'extract_warning' => "Do you really want to extract this file? Here?\\nThis will overwrite existing files when not used carefully!",
   'extract_success' => "Extraction was successful",
   'extract_failure' => "Extraction failed",
   
// TWG extensions !!
   'twgtypes' => array(
   "folder.txt"    =>       "TWG folder description",
   "folder_??.txt"    =>     "TWG folder description (lang)",
   "foldername.txt"    =>   "TWG album name",
   "foldername_??.txt"    => "TWG album name (lang)",
   "image.txt"        =>     "TWG image description",
   "image_??.txt"    =>     "TWG image description (lang)",
   "watermark.txt"    =>     "TWG watermark text",
   "link.txt"    =>         "TWG external link target",
   "root.txt"    =>         "TWG home link",
   $url_file    =>           "TWG URL for external images",
   "style.css"    =>         "TWG style sheet",
   $password_file    =>     "TWG password file"),
   
   "thumbnail"    =>          "Thumbnail",
   "resolution" =>         "Resolution",
   
   "passchanged" =>        "Password changed",
   "filesaved" =>        "The file %s was saved.",
   "adminpass" =>        "Please change the admin password.",
   "movewarning" =>        "If you copy/move/rename a folder with pictures the xml files in the xml folder are not copied or renamed. You have to do this manually!",
  "messageperm" =>       "Rights changed.",
  "wronglogin" =>        "Username or password wrong."
);

// twg main screen!
$GLOBALS["menu_messages"] = array(
"help" =>        "About/Help",
"twgxplorer" => "TWGXplorer",
"info" => "Info",
"color" => "Color Manager",
"email" => "Admin E-Mail",
"helper" => "Configuration",
"admin" => "User Administration",
"logout" => "Logout"
);

// twg main screen!
$GLOBALS["main_messages"] = array(
"test" =>        "PLEASE READ THIS:<br /> <br />Your are using the test account of the administration area. You have the right to upload pictures to the \'Administration/upload\' directory!<br /> <br />Please delete the files you have uploaded after you have played around.<br/>Leave the administration how you found it!<br/> <br/>This text is only shown in this test version!<br /> <br />",
"entrytext" => "The administration area should help you to solve some backend tasks. Therefore I implemented some utilites that should help you to use TWG better and easier.<br/> <center><p><br><b>If you want to support TWG - please click on one of the ad's once in a while - Thank you.</b><br/><br/><b>Please go to the website for more help! On <a href='http://www.tinywebgallery.com'>www.tinywebgallery.com</a> you will find the <a href='http://www.tinywebgallery.com/index_how-to.php' >how-to's</a> and the <a href='http://www.tinywebgallery.com/index_forum.php' >forum</a>.</b><br/><br/>You have the following areas in the administration (not all are accessible for all users!):</center>",
"xplorertext" => "The TWGXplorer is a file browser that should help you to manage TWG without a FTP programm. You can (depending on your rights) perform a lot of operations to manage your pictures and even TWG. The main features are listed on the right.",
"xploreritems" => "<li>Upload and resize images</li><li>Delete/rename/move/copy images</li><li>Create and edit text files like folder.txt or even config.php</li><li>Change Permissions</li><li>Create/Extract archives</li><li>List and thumbnail view</li>",
"info" => "Info",
"infotext" => "Shows some info about your TWG installation like an installation check. It shows some directory and file permissions and  recommended settings for TWG - Please check this first if your installation does not seem to work properly.",
"color" => "Color Manager (Administrator only)",
"colortext" => "Pretty nice tool to create a nice style sheet for TWG - select a color and click on the preview to see how it looks. Then create a style sheet and save it as my_style.css. Please check the how-tos on the website how to manage styles or skins.",
"email" => "Admin email (Administrator only)",
"emailtext" => "You can write an email too all registered users.",
"helper" => "Configuration (Administrator only)",
"helpertext" => "Here you can configure the main functions of TWG. There are also some utilities to help you working with TWG like cleaning caches, generating passwords and checking the debug file.",
"user" => "User Administration",
"usertext" => "You can manage the users of the backend here. Create users and give them access to certain areas (mainly the pictures directory I would say)."

);

// twg info screen!
$GLOBALS["info_messages"] = array(
"passchanged" =>        "Password changed"
);

// twg color screen!
$GLOBALS["color_messages"] = array(
"passchanged" =>        "Password changed"
);

// twg util screen!
$GLOBALS["util_messages"] = array(
"passchanged" =>        "Password changed"
);


?>
附件: 您所在的用户组无法下载或查看附件

TOP

[s:8]  [s:8]  [s:8] 。。能人出来帮帮这位兄弟吧

TOP

高手出来帮帮忙,,,,,!!!!!

TOP

?
Discuz!
Powered by Discuz! 6.0.0 © 2005-2008 Mutouyu

Processed in 0.222575 second(s), 7 queries, Gzip enabled.

当前时区 GMT+8, 现在时间是 2008-11-21 11:41 苏ICP备05034947号    
清除 Cookies - 联系我们 - 木头鱼 - WAP