Вход Регистрация
Файл: apwa/language/en/acp/mods.php
Строк: 558
<?php
/**
*
* acp_mods [English]
*
* @package language
* @version $Id$
* @copyright (c) 2008 phpBB Group
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/
/**
*/
if (!defined('IN_PHPBB'))
{
    exit;
}

/**
* DO NOT CHANGE
*/
if (empty($lang) || !is_array($lang))
{
    
$lang = array();
}

// DEVELOPERS PLEASE NOTE
//
// Placeholders can now contain order information, e.g. instead of
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
// translators to re-order the output of data while ensuring it remains correct
//
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
// equally where a string contains only two placeholders which are used to wrap text
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine


$lang array_merge($lang, array(
    
'ADDITIONAL_CHANGES'    => 'Available Changes',

    
'AM_MOD_ALREADY_INSTALLED'    => 'AutoMOD has detected this MOD is already installed and cannot proceed.',
    
'AM_MOD_NOT_INSTALLED'    => 'AutoMOD has detected that this MOD has not been installed yet and cannot proceed.',
    
'AM_MANUAL_INSTRUCTIONS'    => 'AutoMOD is sending a compressed file to your computer. Because of the AutoMOD configuration, files cannot be written to your site automatically. You will need to extract the file and upload the files to your server manually, using an FTP client or similar method. If you did not receive this file automatically, click %shere%s.',

    
'APPLY_THESE_CHANGES'    => 'Apply these changes',
    
'APPLY_TEMPLATESET'        => 'to this template',
    
'AUTHOR_EMAIL'            => 'Author Email',
    
'AUTHOR_INFORMATION'    => 'Author Information',
    
'AUTHOR_NAME'            => 'Author Name',
    
'AUTHOR_NOTES'            => 'Author Notes',
    
'AUTHOR_URL'            => 'Author URL',
    
'AUTOMOD'                => 'AutoMOD',
    
'AUTOMOD_CANNOT_INSTALL_OLD_VERSION'    => 'The version of AutoMOD you are trying to install has already been installed. Please delete this install/ directory.',
    
'AUTOMOD_UNKNOWN_VERSION'    =>    'AutoMOD was not able to update because it could not determine the version currently installed. The version listed for your installation is %s.',
    
'AUTOMOD_VERSION'        => 'AutoMOD Version',

    
'CAT_INSTALL_AUTOMOD'    => 'AutoMOD',
    
'CHANGE_DATE'    => 'Release Date',
    
'CHANGE_VERSION'=> 'Version Number',
    
'CHANGES'        => 'Changes',
    
'CHECK_AGAIN'  => 'Check again',
    
'CLICK_HIDE_FILES' => 'Click to hide files without errors',
    
'CLICK_HIDE_EDITS' => 'Click to hide edits without errors',
    
'CLICK_SHOW_FILES' => 'Click to show all files',
    
'CLICK_SHOW_EDITS' => 'Click to show all edits',
    
'COMMENT'        => 'Comment',
    
'CREATE_TABLE'    => 'Database Alterations',
    
'CREATE_TABLE_EXPLAIN'    => 'AutoMOD has successfully made its database alterations, including a permission which has been assigned to the “Full Administrator” role.',
    
'DELETE'            => 'Delete',
    
'DELETE_CONFIRM'    => 'Are you sure you want to delete this MOD?',
    
'DELETE_ERROR'        => 'There was an error deleting the selected MOD.',
    
'DELETE_SUCCESS'    => 'MOD has been successfully deleted.',

    
'DIR_PERMS'            => 'Directory Permissions',
    
'DIR_PERMS_EXPLAIN'    => 'Some systems require directories to have certain permissions to work properly. Normally the default 0755 is correct. This setting has no impact on Windows systems.',
    
'DIY_INSTRUCTIONS'    => 'DIY Instructions (You need to follow these instructions manually to complete the MOD installation)',
    
'DEPENDENCY_INSTRUCTIONS'    =>    'The MOD you are trying to install depends on another MOD. AutoMOD cannot detect if this MOD has been installed. Please verify that you have installed <strong><a href="%1$s">%2$s</a></strong> before installing your MOD.',
    
'DESCRIPTION'    => 'Description',
    
'DETAILS'        => 'Details',

    
'EDITED_ROOT_CREATE_FAIL'    => 'AutoMOD was unable to create the directory where the edited files will be stored.',
    
'ERROR'            => 'Error',

    
'FILE_EDITS'        => 'File edits',
    
'FILE_EMPTY'        => 'File empty',
    
'FILE_MISSING'        => 'Cannot locate file',
    
'FILE_PERMS'        => 'File Permissions',
    
'FILE_PERMS_EXPLAIN'=> 'Some systems require files to have certain permissions to work properly. Normally the default 0644 is correct. This setting has no impact on Windows systems.',
    
'FILE_TYPE'            => 'Compressed File Type',
    
'FILE_TYPE_EXPLAIN'    => 'This is only valid with the “Compressed File Download” write method',
    
'FILESYSTEM_NOT_WRITABLE'    => 'AutoMOD has determined the filesystem is not writable, so the direct write method cannot be used.',
    
'FIND'                => 'Find',
    
'FIND_MISSING'        => 'The Find specified by the MOD could not be found',
    
'FORCE_INSTALL'        => 'Force Install',
    
'FORCE_UNINSTALL'    => 'Force Uninstall',
    
'FORCE_CONFIRM'        => 'The Force Install feature means the MOD is not fully installed. You will need to make some manual fixes to your board to finish installation. Continue?',
    
'FTP_INFORMATION'    => 'FTP Information',
    
'FTP_NOT_USABLE'  => 'The FTP function can't be used as this has been disabled by your hosting.',
    '
FTP_METHOD_ERROR' => 'There is no FTP method foundplease check under autoMOD configuration if there is set a correct FTP method.',
    '
FTP_METHOD_EXPLAIN'=> 'If you experience problems with the default "FTP"you may try "Simple Socket" as an alternate way to connect to the FTP server.',
    '
FTP_METHOD_FTP'    => 'FTP',
    '
FTP_METHOD_FSOCK'    => 'Simple Socket',

    '
GO_PHP_INSTALLER'  => 'The MOD requires an external installer to finish installationClick here to continue to that step.',

    '
INHERIT_NO_CHANGE'    => 'No changes can be made to this file because the template %1$s depends on %2$s.',
    '
INLINE_FIND_MISSING'=> 'The In-Line Find specified by the MOD could not be found.',
    '
INLINE_EDIT_ERROR'    => 'Erroran inline edit in the MODX install file is missing all the required elements',
    '
INSTALL_AUTOMOD'    => 'AutoMOD Installation',
    '
INSTALL_AUTOMOD_CONFIRM'    => 'Are you sure you want to install AutoMOD?',
    '
INSTALL_DATE'      => 'Installation Date',
    '
INSTALL_TIME'        => 'Installation time',
    '
INSTALL_MOD'        => 'Install this MOD',
    '
INSTALL_ERROR'        => 'One or more install actions failedPlease review the actions belowmake any adjustments and retryYou may continue with the installation even though some of the actions failed. <strong>This is not recommended and may cause your board to not function correctly.</strong>',
    '
INSTALL_FORCED'    => 'You forced the installation of this MOD even though there were errors installing the MODYour board may be brokenPlease note the actions that failed below and correct them.',
    '
INSTALLED'            => 'MOD installed',
    '
INSTALLED_EXPLAIN'    => 'Your MOD has been installedHere you can view some of the results from the installationPlease note any errors, and seek support at <a href="http://www.phpbb.com">phpBB.com</a>',
    '
INSTALLED_MODS'    => 'Installed MODs',
    '
INSTALLATION_SUCCESSFUL'    => 'AutoMOD installed successfullyYou can now manage phpBB MODifications through the AutoMOD tab in the Administration Control Panel.',
    '
INVALID_MOD_INSTRUCTION'    => 'This MOD has an invalid instruction, or an in-line find operation failed.',
    '
INVALID_MOD_NO_FIND'       => 'The MOD is missing a find matching the action ‘%s’',
    '
INVALID_MOD_NO_ACTION'     => 'The MOD is missing an action matching the find ‘%s’',

    '
LANGUAGE_NAME'        => 'Language Name',

    '
MANUAL_COPY'                => 'Copy not attempted',
    '
MOD_CONFIG'                => 'AutoMOD Configuration',
    '
MOD_CONFIG_UPDATED'        => 'AutoMOD configuration has been updated.',
    '
MOD_DETAILS'                => 'MOD Details',
    '
MOD_DETAILS_EXPLAIN'        => 'Here you can view all known information about the MOD you selected.',
    '
MOD_MANAGER'                => 'AutoMOD',
    '
MOD_NAME'                    => 'MOD Name',
    '
MOD_OPEN_FILE_FAIL'        => 'AutoMOD was unable to open %s.',
    '
MOD_UPLOAD'                => 'Upload MOD',
    '
MOD_UPLOAD_EXPLAIN'        => 'Here you can upload a zipped MOD package containing the necessary MODX files to perform installationAutoMOD will then attempt to unzip the file and have it ready for installation.',
    '
MOD_UPLOAD_INIT_FAIL'        => 'There was an error initialising the MOD upload process.',
    '
MOD_UPLOAD_SUCCESS'        => 'MOD uploaded and prepared for installation.',
    '
MOD_UPLOAD_UNRECOGNIZED'    => 'The directory structure of the uploaded MOD archive is unrecognizedCheck if the zip archive you uploaded is corrupt or missing any files/directories, or contact the MOD Author.',
    '
AUTOMOD_INSTALLATION'        => 'AutoMOD Installation',
    '
AUTOMOD_INSTALLATION_EXPLAIN'    => 'Welcome to the AutoMOD InstallationYou will need your FTP details if AutoMOD detects that is the best way to write filesThe requirements test results are below.',

    '
MODS_CONFIG_EXPLAIN'        => 'You can select how AutoMOD adjusts your files hereThe most basic method is Compressed File DownloadThe others require additional permissions on the server.',
    '
MODS_COPY_FAILURE'            => 'The file %s could not be copied into placePlease check your permissions or use an alternate write method.',
    '
MODS_EXPLAIN'                => 'Here you can manage the available MODs on your boardAutoMODs allows you to customize your board by automatically installing modifications produced by the phpBB community. For further information on MODs and AutoMOD please visit the <a href="http://www.phpbb.com/mods">phpBB website</a>. To add a MOD to this list, use the form at the bottom of this pageAlternativelyyou may unzip it and upload the files to the /store/modsdirectory on your server.',
    '
MODS_FTP_FAILURE'            => 'AutoMOD could not FTP the file %s into place',
    '
MODS_FTP_CONNECT_FAILURE'    => 'AutoMOD was unable to connect to your FTP serverThe error was %s',
    '
MODS_MKDIR_FAILED'            => 'The directory %s could not be created',
    '
MODS_RMDIR_FAILURE'        => 'The directory %s could not be removed',
    '
MODS_RMFILE_FAILURE'        => 'The file %s could not be removed',
    '
MODS_NOT_WRITABLE'            => 'The store/modsdirectory is not writableThis is required for “Upload MOD” to work properlyunless you set your “write method” to “FTP”Please adjust your permissions or settings and try again.',
    '
MODS_SETUP_INCOMPLETE'        => 'A problem was found with your configuration, and AutoMOD cannot operateThis should only occur when settings (e.gFTP usernamehave changed, and can be corrected in the AutoMOD configuration page.',

    '
NAME'            => 'Name',
    '
NEW_FILES'        => 'New Files',
    '
NEED_READ_PERMISSIONS' => 'Incorrect permissions: %s is not readable.',
    '
NO_ATTEMPT'    => 'Not Attempted',
    '
NO_INSTALLED_MODS'        => 'No installed MODs detected',
    '
NO_MOD'                => 'The selected MOD could not be found.',
    '
NO_UNINSTALLED_MODS'    => 'No uninstalled MODs detected',
    '
NO_UPLOAD_FILE'        => 'No file specified.',

    '
ORIGINAL'    => 'Original',

    '
PATH'                    => 'Path',
    '
PREVIEW_CHANGES'        => 'Preview Changes',
    '
PREVIEW_CHANGES_EXPLAIN'    => 'Displays the changes to be performed before executing them.',
    '
PRE_INSTALL'            => 'Preparing to Install',
    '
PRE_INSTALL_EXPLAIN'    => 'Here you can preview all the modifications to be made to your boardbefore they are carried out. <strong>WARNING!</strong>, once acceptedyour phpBB base files will be edited and database alterations may occurHowever, if the install is unsuccessfulassuming you can access AutoMODyou will be given the option to restore to this point.',
    '
PRE_UNINSTALL'            => 'Preparing to Uninstall',
    '
PRE_UNINSTALL_EXPLAIN'    => 'Here you can preview all the modifications to be made to your boardin order to uninstall the MOD. <strong>WARNING!</strong>, once acceptedyour phpBB base files will be edited and database alterations may occurAlsothis process uses reversing techniques that may not be 100accurateHowever, if the uninstall is unsuccessfulassuming you can access AutoMODyou will be given the option to restore to this point.',

    '
REMOVING_FILES'    => 'Files to be removed',
    '
RETRY'                => 'Retry',
    '
RETURN_MODS'        => 'Return to AutoMOD',
    '
REVERSE'            => 'Reverse',
    '
ROOT_IS_READABLE'    => 'The phpBB root directory is readable.',
    '
ROOT_NOT_READABLE'    => 'AutoMOD was not able to open phpBB's index.php for reading. This probably means that permissions are too restrictive on your phpBB root directory, which will prevent AutoMOD from working. Please adjust your permissions and try the check again.',


    
'SORT_NAME'        => 'Name',
    
'SORT_DATE'        => 'Date',
    
'SOURCE'        => 'Source',
    
'SQL_QUERIES'    => 'SQL Queries',
    
'STATUS'        => 'Status',
    
'STORE_IS_WRITABLE'            => 'The store/ directory is writable.',
    
'STORE_NOT_WRITABLE_INST'    => 'AutoMOD installation has detected that the store/ directory is not writable. This is required for AutoMOD to work properly. Please adjust your permissions and try again.',
    
'STORE_NOT_WRITABLE'        => 'The store/ directory is not writable.',
    
'STYLE_NAME'    => 'Style name',
    
'SUCCESS'        => 'Success',

    
'TARGET'            => 'Target',
    
'TARGET_VERSION'    => 'phpBB target version',

    
'UNKNOWN_MOD_AUTHOR-NOTES'    => 'No Author Notes were specified.',
    
'UNKNOWN_MOD_DESCRIPTION'    => '',
    
'UNKNOWN_MOD_DIY-INSTRUCTIONS'=>''// empty string hides this if not specified.
    
'UNKNOWN_MOD_COMMENT'        => '',
    
'UNKNOWN_MOD_INLINE-COMMENT'=> '',
    
'UNKNOWN_QUERY_REVERSE' => 'Unknown reverse query',

    
'UNINSTALL'                => 'Uninstall',
    
'UNINSTALL_AUTOMOD'        => 'AutoMOD Uninstallation',
    
'UNINSTALL_AUTOMOD_CONFIRM' => 'Are you sure you wish to uninstall AutoMOD?  This will NOT remove any MODs which have been installed with AutoMOD.',
    
'UNINSTALLED'            => 'MOD uninstalled',
    
'UNINSTALLED_MODS'        => 'Uninstalled MODs',
    
'UNINSTALLED_EXPLAIN'    => 'Your MOD has been uninstalled! Here you can view some of the results from the uninstallation. Please note any errors, and seek support at <a href="http://www.phpbb.com">phpBB.com</a>.',
    
'UNRECOGNISED_COMMAND'    => 'Error, unrecognised command %s',
    
'UPDATE_AUTOMOD'        => 'Update AutoMOD',
    
'UPDATE_AUTOMOD_CONFIRM'=> 'Please confirm you want to update AutoMOD.',
    
'UPLOAD'                => 'Upload',

    
'VERSION'            => 'Version',
    
'VERSION_WARNING'    => 'The target phpBB version for this MOD is %1$s, but your forum version is %2$s. Even if the install is successful the MOD might not work as expected and/or might break your forum. Please verify with the MOD author that this MOD is compatible with your forum version.',

    
'WARNING'                => 'Warning',
    
'WRITE_DIRECT_FAIL'        => 'AutoMOD could not copy the file %s into place using the direct method. Please use another write method and try again.',
    
'WRITE_DIRECT_TOO_SHORT'=> 'AutoMOD was unable to finish writing the file %s. This can often be solved with the Retry button. If this does not work, try another write method.',
    
'WRITE_MANUAL_FAIL'        => 'AutoMOD could not add the file %s to a compressed archive. Please try another write method.',
    
'WRITE_METHOD'            => 'Write Method',
    
'WRITE_METHOD_DIRECT'    => 'Direct',
    
'WRITE_METHOD_EXPLAIN'    => 'You can set a preferred method to write files. The most compatible option is “Compressed File Download”.',
    
'WRITE_METHOD_FTP'        => 'FTP',
    
'WRITE_METHOD_MANUAL'    => 'Compressed File Download',

    
// These keys for action names are purposely lower-cased and purposely contain spaces
    
'after add'                => 'Add After',
    
'before add'            => 'Add Before',
    
'find'                    => 'Find',
    
'in-line-after-add'        => 'In-Line After, Add',
    
'in-line-before-add'    => 'In-Line Before, Add',
    
'in-line-edit'            => 'In-Line Find',
    
'in-line-operation'        => 'In-Line Increment',
    
'in-line-replace'        => 'In-Line Replace',
    
'in-line-replace-with'    => 'In-Line Replace',
    
'replace'                => 'Replace With',
    
'replace with'            => 'Replace With',
    
'operation'                => 'Increment',
));

?>
Онлайн: 3
Реклама