Blame Extras/phpBB/3.0.4/language/en/acp/language.php

4c79b5
4c79b5
/**
4c79b5
*
4c79b5
* acp_language [English]
4c79b5
*
4c79b5
* @package language
4c79b5
* @version $Id: language.php 8479 2008-03-29 00:22:48Z naderman $
4c79b5
* @copyright (c) 2005 phpBB Group
4c79b5
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
4c79b5
*
4c79b5
*/
4c79b5
4c79b5
/**
4c79b5
* DO NOT CHANGE
4c79b5
*/
4c79b5
if (!defined('IN_PHPBB'))
4c79b5
{
4c79b5
	exit;
4c79b5
}
4c79b5
4c79b5
if (empty($lang) || !is_array($lang))
4c79b5
{
4c79b5
	$lang = array();
4c79b5
}
4c79b5
4c79b5
// DEVELOPERS PLEASE NOTE
4c79b5
//
4c79b5
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
4c79b5
//
4c79b5
// Placeholders can now contain order information, e.g. instead of
4c79b5
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
4c79b5
// translators to re-order the output of data while ensuring it remains correct
4c79b5
//
4c79b5
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
4c79b5
// equally where a string contains only two placeholders which are used to wrap text
4c79b5
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
4c79b5
4c79b5
$lang = array_merge($lang, array(
4c79b5
	'ACP_FILES'						=> 'Admin language files',
4c79b5
	'ACP_LANGUAGE_PACKS_EXPLAIN'	=> 'Here you are able to install/remove language packs.',
4c79b5
4c79b5
	'EMAIL_FILES'			=> 'E-mail templates',
4c79b5
4c79b5
	'FILE_CONTENTS'				=> 'File contents',
4c79b5
	'FILE_FROM_STORAGE'			=> 'File from storage folder',
4c79b5
4c79b5
	'HELP_FILES'				=> 'Help files',
4c79b5
4c79b5
	'INSTALLED_LANGUAGE_PACKS'	=> 'Installed language packs',
4c79b5
	'INVALID_LANGUAGE_PACK'		=> 'The selected language pack seems to be not valid. Please verify the language pack and upload it again if necessary.',
4c79b5
	'INVALID_UPLOAD_METHOD'		=> 'The selected upload method is not valid, please choose a different method.',
4c79b5
4c79b5
	'LANGUAGE_DETAILS_UPDATED'			=> 'Language details successfully updated.',
4c79b5
	'LANGUAGE_ENTRIES'					=> 'Language entries',
4c79b5
	'LANGUAGE_ENTRIES_EXPLAIN'			=> 'Here you are able to change existing language pack entries or not already translated ones.
Note: Once you changed a language file, the changes will be stored within a separate folder for you to download. The changes will not be seen by your users until you replace the original language files at your webspace (by uploading them).',
4c79b5
	'LANGUAGE_FILES'					=> 'Language files',
4c79b5
	'LANGUAGE_KEY'						=> 'Language key',
4c79b5
	'LANGUAGE_PACK_ALREADY_INSTALLED'	=> 'This language pack is already installed.',
4c79b5
	'LANGUAGE_PACK_DELETED'				=> 'The language pack %s has been removed successfully. All users using this language have been reset to the boards default language.',
4c79b5
	'LANGUAGE_PACK_DETAILS'				=> 'Language pack details',
4c79b5
	'LANGUAGE_PACK_INSTALLED'			=> 'The language pack %s has been successfully installed.',
4c79b5
	'LANGUAGE_PACK_ISO'					=> 'ISO',
4c79b5
	'LANGUAGE_PACK_LOCALNAME'			=> 'Local name',
4c79b5
	'LANGUAGE_PACK_NAME'				=> 'Name',
4c79b5
	'LANGUAGE_PACK_NOT_EXIST'			=> 'The selected language pack does not exist.',
4c79b5
	'LANGUAGE_PACK_USED_BY'				=> 'Used by (including robots)',
4c79b5
	'LANGUAGE_VARIABLE'					=> 'Language variable',
4c79b5
	'LANG_AUTHOR'						=> 'Language pack author',
4c79b5
	'LANG_ENGLISH_NAME'					=> 'English name',
4c79b5
	'LANG_ISO_CODE'						=> 'ISO code',
4c79b5
	'LANG_LOCAL_NAME'					=> 'Local name',
4c79b5
4c79b5
	'MISSING_LANGUAGE_FILE'		=> 'Missing language file: %s',
4c79b5
	'MISSING_LANG_VARIABLES'	=> 'Missing language variables',
4c79b5
	'MODS_FILES'				=> 'MODs language files',
4c79b5
4c79b5
	'NO_FILE_SELECTED'				=> 'You haven’t specified a language file.',
4c79b5
	'NO_LANG_ID'					=> 'You haven’t specified a language pack.',
4c79b5
	'NO_REMOVE_DEFAULT_LANG'		=> 'You are not able to remove the default language pack.
If you want to remove this language pack, change your boards default language first.',
4c79b5
	'NO_UNINSTALLED_LANGUAGE_PACKS'	=> 'No uninstalled language packs',
4c79b5
4c79b5
	'REMOVE_FROM_STORAGE_FOLDER'		=> 'Remove from storage folder',
4c79b5
4c79b5
	'SELECT_DOWNLOAD_FORMAT'	=> 'Select download format',
4c79b5
	'SUBMIT_AND_DOWNLOAD'		=> 'Submit and download file',
4c79b5
	'SUBMIT_AND_UPLOAD'			=> 'Submit and upload file',
4c79b5
4c79b5
	'THOSE_MISSING_LANG_FILES'			=> 'The following language files are missing from the %s language folder',
4c79b5
	'THOSE_MISSING_LANG_VARIABLES'		=> 'The following language variables are missing from the %s language pack',
4c79b5
4c79b5
	'UNINSTALLED_LANGUAGE_PACKS'	=> 'Uninstalled language packs',
4c79b5
4c79b5
	'UNABLE_TO_WRITE_FILE'		=> 'The file could not be written to %s.',
4c79b5
	'UPLOAD_COMPLETED'			=> 'The upload was completed successfully.',
4c79b5
	'UPLOAD_FAILED'				=> 'The upload failed for unknown reasons. You may need to replace the relevant file manually.',
4c79b5
	'UPLOAD_METHOD'				=> 'Upload method',
4c79b5
	'UPLOAD_SETTINGS'			=> 'Upload settings',
4c79b5
4c79b5
	'WRONG_LANGUAGE_FILE'		=> 'Selected language file is invalid.',
4c79b5
));
4c79b5
4c79b5
?>