lang_admin_attach.php
来自「这是php编的论坛的原代码」· PHP 代码 · 共 229 行 · 第 1/2 页
PHP
229 行
<?php
/***************************************************************************
* lang_admin_attach.php [English]
* -------------------
* begin : Thu Feb 07 2002
* copyright : (C) 2002 Meik Sievertsen
* email : acyd.burn@gmx.de
*
* $Id: lang_admin_attach.php,v 1.1.1.1 2003/02/11 22:27:34 wei.gao Exp $
*
****************************************************************************/
/***************************************************************************
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
***************************************************************************/
//
// Attachment Mod Admin Language Variables
//
// Modules, this replaces the keys used
$lang['Control_Panel'] = 'Control Panel';
$lang['Shadow_attachments'] = 'Shadow Attachments';
$lang['Forbidden_extensions'] = 'Forbidden Extensions';
$lang['Extension_control'] = 'Extension Control';
$lang['Extension_group_manage'] = 'Extension Groups Control';
$lang['Special_categories'] = 'Special Categories';
$lang['Sync_attachments'] = 'Synchronize Attachments';
$lang['Quota_limits'] = 'Quota Limits';
// Attachments -> Management
$lang['Attach_settings'] = 'Attachment Settings';
$lang['Manage_attachments_explain'] = 'Here you can configure the Main Settings for the Attachment Mod. If you press the Test Settings Button, the Attachment Mod does a few System Tests to be sure that the Mod will work properly. If you have problems with uploading Files, please run this Test, to become a detailed error-message.';
$lang['Attach_filesize_settings'] = 'Attachment Filesize Settings';
$lang['Attach_number_settings'] = 'Attachment Number Settings';
$lang['Attach_options_settings'] = 'Attachment Options';
$lang['Upload_directory'] = 'Upload Directory';
$lang['Upload_directory_explain'] = 'Enter the relative path from your phpBB2 installation to the Attachments upload directory. For example, enter \'files\' if your phpBB2 Installation is located at http://www.yourdomain.com/phpBB2 and the Attachment Upload Directory is located at http://www.yourdomain.com/phpBB2/files.';
$lang['Attach_img_path'] = 'Attachment Posting Icon';
$lang['Attach_img_path_explain'] = 'This Image is displayed next to Attachment Links in individual Postings. Leave this field empty if you don\'t want an icon to be displayed. This Setting will be overwritten by the Settings in Extension Groups Management.';
$lang['Attach_topic_icon'] = 'Attachment Topic Icon';
$lang['Attach_topic_icon_explain'] = 'This Image is displayed before topics with Attachments. Leave this field empty if you don\'t want an icon to be displayed.';
$lang['Attach_display_order'] = 'Attachment Display Order';
$lang['Attach_display_order_explain'] = 'Here you can choose whether to display the Attachments in Posts/PMs in Descending Filetime Order (Newest Attachment First) or Ascending Filetime Order (Oldest Attachment First).';
$lang['Show_apcp'] = 'Show new Attachment Posting Control Panel';
$lang['Show_apcp_explain'] = 'Choose whether to display the Attachment Posting Control Panel (yes) or the old method with two Boxes for Attaching Files and editing your posted Attachments (no) within your Posting Screen. The look of it is very hard to explain, therefore it\'s best to try it out.';
$lang['Max_filesize_attach'] = 'Filesize';
$lang['Max_filesize_attach_explain'] = 'Maximum filesize for Attachments. A value of 0 means \'unlimited\'. This Setting is restricted by your Server Configuration. For example, if your php Configuration only allows a maximum of 2 MB uploads, this cannot be overwritten by the Mod.';
$lang['Attach_quota'] = 'Attachment Quota';
$lang['Attach_quota_explain'] = 'Maximum Disk Space ALL Attachments can hold on your Webspace. A value of 0 means \'unlimited\'.';
$lang['Max_filesize_pm'] = 'Maximum Filesize in Private Messages Folder';
$lang['Max_filesize_pm_explain'] = 'Maximum Disk Space Attachments can use up in each User\'s Private Message box. A value of 0 means \'unlimited\'.';
$lang['Default_quota_limit'] = 'Default Quota Limit';
$lang['Default_quota_limit_explain'] = 'Here you are able to select the Default Quota Limit automatically assigned to newly registered Users and Users without an defined Quota Limit. The Option \'No Quota Limit\' is for not using any Attachment Quotas, instead using the default Settings you have defined within this Management Panel.';
$lang['Max_attachments'] = 'Maximum Number of Attachments';
$lang['Max_attachments_explain'] = 'The maximum number of attachments allowed in one post.';
$lang['Max_attachments_pm'] = 'Maximum number of Attachments in one Private Message';
$lang['Max_attachments_pm_explain'] = 'Define the maximum number of attachments the user is allowed to include in a private message.';
$lang['Disable_mod'] = 'Disable Attachment Mod';
$lang['Disable_mod_explain'] = 'This option is mainly for testing new templates or themes, it disables all Attachment Functions except the Admin Panel.';
$lang['PM_Attachments'] = 'Allow Attachments in Private Messages';
$lang['PM_Attachments_explain'] = 'Allow/Disallow attaching files to Private Messages.';
$lang['Ftp_upload'] = 'Enable FTP Upload';
$lang['Ftp_upload_explain'] = 'Enable/Disable the FTP Upload option. If you set it to yes, you have to define the Attachment FTP Settings and the Upload Directory is no longer used.';
$lang['Attachment_topic_review'] = 'Do you want to display Attachments in the Topic Review Window ?';
$lang['Attachment_topic_review_explain'] = 'If you choose yes, all attached Files will be displayed in Topic Review when you post a reply.';
$lang['Ftp_server'] = 'FTP Upload Server';
$lang['Ftp_server_explain'] = 'Here you can enter the IP-Address or FTP-Hostname of the Server used for your uploaded files. If you leave this field empty, the Server on which your phpBB2 Board is installed will be used. Please note that it is not allowed to add ftp:// or something else to the address, just plain ftp.foo.com or, which is a lot faster, the plain IP Address.';
$lang['Attach_ftp_path'] = 'FTP Path to your upload directory';
$lang['Attach_ftp_path_explain'] = 'The Directory where your Attachments will be stored. This Directory doesn\'t have to be chmodded. Please don\'t enter your IP or FTP-Address here, this input field is only for the FTP Path.<br />For example: /home/web/uploads';
$lang['Ftp_download_path'] = 'Download Link to FTP Path';
$lang['Ftp_download_path_explain'] = 'Enter the URL to your FTP Path, where your Attachments are stored.<br />If you are using a Remote FTP Server, please enter the complete url, for example http://www.mystorage.com/phpBB2/upload.<br />If you are using your Local Host to store your Files, you are able to enter the url path relative to your phpBB2 Directory, for example \'upload\'.<br />A trailing slash will be removed. Leave this field empty, if the FTP Path is not accessible from the Internet. With this field empty you are unable to use the physical download method.';
$lang['Ftp_passive_mode'] = 'Enable FTP Passive Mode';
$lang['Ftp_passive_mode_explain'] = 'The PASV command requests that the remote server open a port for the data connection and return the address of that port. The remote server listens on that port and the client connects to it.';
$lang['No_ftp_extensions_installed'] = 'You are not able to use the FTP Upload Methods, because FTP Extensions are not compiled into your PHP Installation.';
// Attachments -> Shadow Attachments
$lang['Shadow_attachments_explain'] = 'Here you can delete attachment data from postings when the files are missing from your filesystem, and delete files that are no longer attached to any postings. You can download or view a file if you click on it; if no link is present, the file does not exist.';
$lang['Shadow_attachments_file_explain'] = 'Delete all attachments files that exist on your filesystem and are not assigned to an existing post.';
$lang['Shadow_attachments_row_explain'] = 'Delete all posting attachment data for files that don\'t exist on your filesystem.';
$lang['Empty_file_entry'] = 'Empty File Entry';
// Attachments -> Sync
$lang['Sync_thumbnail_resetted'] = 'Thumbnail resetted for Attachment: %s'; // replace %s with physical Filename
$lang['Attach_sync_finished'] = 'Attachment Syncronization Finished.';
// Extensions -> Extension Control
$lang['Manage_extensions'] = 'Manage Extensions';
$lang['Manage_extensions_explain'] = 'Here you can manage your File Extensions. If you want to allow/disallow a Extension to be uploaded, please use the Extension Groups Management.';
$lang['Explanation'] = 'Explanation';
$lang['Extension_group'] = 'Extension Group';
$lang['Invalid_extension'] = 'Invalid Extension';
$lang['Extension_exist'] = 'The Extension %s already exist'; // replace %s with the Extension
$lang['Unable_add_forbidden_extension'] = 'The Extension %s is forbidden, you are not able to add it to the allowed Extensions'; // replace %s with Extension
// Extensions -> Extension Groups Management
$lang['Manage_extension_groups'] = 'Manage Extension Groups';
$lang['Manage_extension_groups_explain'] = 'Here you can add, delete and modify your Extension Groups, you can disable Extension Groups, assign a special Category to them, change the download mechanism and you can define a Upload Icon which will be displayed in front of an Attachment belonging to the Group.';
$lang['Special_category'] = 'Special Category';
$lang['Category_images'] = 'Images';
$lang['Category_stream_files'] = 'Stream Files';
$lang['Category_swf_files'] = 'Flash Files';
$lang['Allowed'] = 'Allowed';
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?