[ Index ] |
PHP Cross Reference of phpBB-3.1.12-deutsch |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * 4 * This file is part of the phpBB Forum Software package. 5 * 6 * @copyright (c) phpBB Limited <https://www.phpbb.com> 7 * @license GNU General Public License, version 2 (GPL-2.0) 8 * 9 * For full copyright and license information, please see 10 * the docs/CREDITS.txt file. 11 * 12 */ 13 14 if (!defined('IN_PHPBB')) 15 { 16 exit; 17 } 18 19 /** 20 * DO NOT CHANGE 21 */ 22 if (empty($lang) || !is_array($lang)) 23 { 24 $lang = array(); 25 } 26 27 // DEVELOPERS PLEASE NOTE 28 // 29 // Placeholders can now contain order information, e.g. instead of 30 // 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows 31 // translators to re-order the output of data while ensuring it remains correct 32 // 33 // You do not need this where single placeholders are used, e.g. 'Message %d' is fine 34 // equally where a string contains only two placeholders which are used to wrap text 35 // in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine 36 37 $lang = array_merge($lang, array( 38 'EXTENSION' => 'Extension', 39 'EXTENSIONS' => 'Extensions', 40 'EXTENSIONS_ADMIN' => 'Extensions Manager', 41 'EXTENSIONS_EXPLAIN' => 'The Extensions Manager is a tool in your phpBB Board which allows you to manage all of your extensions statuses and view information about them.', 42 'EXTENSION_INVALID_LIST' => 'The “%s” extension is not valid.<br />%s<br /><br />', 43 'EXTENSION_NOT_AVAILABLE' => 'The selected extension is not available for this board, please verify your phpBB and PHP versions are allowed (see the details page).', 44 'EXTENSION_DIR_INVALID' => 'The selected extension has an invalid directory structure and cannot be enabled.', 45 'EXTENSION_NOT_ENABLEABLE' => 'The selected extension cannot be enabled, please verify the extension’s requirements.', 46 47 'DETAILS' => 'Details', 48 49 'EXTENSIONS_DISABLED' => 'Disabled Extensions', 50 'EXTENSIONS_ENABLED' => 'Enabled Extensions', 51 52 'EXTENSION_DELETE_DATA' => 'Delete data', 53 'EXTENSION_DISABLE' => 'Disable', 54 'EXTENSION_ENABLE' => 'Enable', 55 56 'EXTENSION_DELETE_DATA_EXPLAIN' => 'Deleting an extension’s data removes all of its data and settings. The extension files are retained so it can be enabled again.', 57 'EXTENSION_DISABLE_EXPLAIN' => 'Disabling an extension retains its files, data and settings but removes any functionality added by the extension.', 58 'EXTENSION_ENABLE_EXPLAIN' => 'Enabling an extension allows you to use it on your board.', 59 60 'EXTENSION_DELETE_DATA_IN_PROGRESS' => 'The extension’s data is currently being deleted. Please do not leave or refresh this page until it is completed.', 61 'EXTENSION_DISABLE_IN_PROGRESS' => 'The extension is currently being disabled. Please do not leave or refresh this page until it is completed.', 62 'EXTENSION_ENABLE_IN_PROGRESS' => 'The extension is currently being enabled. Please do not leave or refresh this page until it is completed.', 63 64 'EXTENSION_DELETE_DATA_SUCCESS' => 'The extension’s data was deleted successfully', 65 'EXTENSION_DISABLE_SUCCESS' => 'The extension was disabled successfully', 66 'EXTENSION_ENABLE_SUCCESS' => 'The extension was enabled successfully', 67 68 'EXTENSION_NAME' => 'Extension Name', 69 'EXTENSION_ACTIONS' => 'Actions', 70 'EXTENSION_OPTIONS' => 'Options', 71 'EXTENSION_INSTALL_HEADLINE'=> 'Installing an extension', 72 'EXTENSION_INSTALL_EXPLAIN' => '<ol> 73 <li>Download an extension from phpBB’s extensions database</li> 74 <li>Unzip the extension and upload it to the <samp>ext/</samp> directory of your phpBB board</li> 75 <li>Enable the extension, here in the Extensions manager</li> 76 </ol>', 77 'EXTENSION_UPDATE_HEADLINE' => 'Updating an extension', 78 'EXTENSION_UPDATE_EXPLAIN' => '<ol> 79 <li>Disable the extension</li> 80 <li>Delete the extension’s files from the filesystem</li> 81 <li>Upload the new files</li> 82 <li>Enable the extension</li> 83 </ol>', 84 'EXTENSION_REMOVE_HEADLINE' => 'Completely removing an extension from your board', 85 'EXTENSION_REMOVE_EXPLAIN' => '<ol> 86 <li>Disable the extension</li> 87 <li>Delete the extension’s data</li> 88 <li>Delete the extension’s files from the filesystem</li> 89 </ol>', 90 91 'EXTENSION_DELETE_DATA_CONFIRM' => 'Are you sure that you wish to delete the data associated with “%s”?<br /><br />This removes all of its data and settings and cannot be undone!', 92 'EXTENSION_DISABLE_CONFIRM' => 'Are you sure that you wish to disable the “%s” extension?', 93 'EXTENSION_ENABLE_CONFIRM' => 'Are you sure that you wish to enable the “%s” extension?', 94 'EXTENSION_FORCE_UNSTABLE_CONFIRM' => 'Are you sure that you wish to force the use of unstable version?', 95 96 'RETURN_TO_EXTENSION_LIST' => 'Return to the extension list', 97 98 'EXT_DETAILS' => 'Extension Details', 99 'DISPLAY_NAME' => 'Display Name', 100 'CLEAN_NAME' => 'Clean Name', 101 'TYPE' => 'Type', 102 'DESCRIPTION' => 'Description', 103 'VERSION' => 'Version', 104 'HOMEPAGE' => 'Homepage', 105 'PATH' => 'File Path', 106 'TIME' => 'Release Time', 107 'LICENSE' => 'Licence', 108 109 'REQUIREMENTS' => 'Requirements', 110 'PHPBB_VERSION' => 'phpBB Version', 111 'PHP_VERSION' => 'PHP Version', 112 'AUTHOR_INFORMATION' => 'Author Information', 113 'AUTHOR_NAME' => 'Name', 114 'AUTHOR_EMAIL' => 'Email', 115 'AUTHOR_HOMEPAGE' => 'Homepage', 116 'AUTHOR_ROLE' => 'Role', 117 118 'NOT_UP_TO_DATE' => '%s is not up to date', 119 'UP_TO_DATE' => '%s is up to date', 120 'ANNOUNCEMENT_TOPIC' => 'Release Announcement', 121 'DOWNLOAD_LATEST' => 'Download Version', 122 'NO_VERSIONCHECK' => 'No version check information given.', 123 124 'VERSIONCHECK_FORCE_UPDATE_ALL' => 'Re-Check all versions', 125 'FORCE_UNSTABLE' => 'Always check for unstable versions', 126 'EXTENSIONS_VERSION_CHECK_SETTINGS' => 'Version check settings', 127 128 'BROWSE_EXTENSIONS_DATABASE' => 'Browse extensions database', 129 130 'META_FIELD_NOT_SET' => 'Required meta field %s has not been set.', 131 'META_FIELD_INVALID' => 'Meta field %s is invalid.', 132 ));
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Thu Jan 11 00:25:41 2018 | Cross-referenced by PHPXref 0.7.1 |