Update language files for de for mChat 2.1.4

This commit is contained in:
2021-05-31 21:36:40 +02:00
parent 73fbebce37
commit e1cf85da23
7 changed files with 134 additions and 134 deletions

View File

@@ -1,13 +1,13 @@
<?php
/**
* @version $Id: info_acp_mchat.php 139 2018-03-06 21:05:53Z Scanialady $
* @package phpBB Extension - mChat [German]
* @copyright (c) 2016 dmzx - http://www.dmzx-web.net
* @copyright (c) 2016 kasimi - https://kasimi.net
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
*
*/
*
* @package phpBB Extension - mChat [German]
* @copyright (c) 2016 dmzx - http://www.dmzx-web.net
* @copyright (c) 2016 kasimi - https://kasimi.net
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
*
*/
if (!defined('IN_PHPBB'))
{
@@ -16,7 +16,7 @@ if (!defined('IN_PHPBB'))
if (empty($lang) || !is_array($lang))
{
$lang = array();
$lang = [];
}
// DEVELOPERS PLEASE NOTE
@@ -31,10 +31,10 @@ if (empty($lang) || !is_array($lang))
// 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
//
// Some characters you may want to copy&paste:
// « » „ “ ” …
// Some characters for use
// » “ ” …
$lang = array_merge($lang, array(
$lang = array_merge($lang, [
// Module titles
'ACP_CAT_MCHAT' => 'mChat',
'ACP_CAT_MCHAT_USER_CONFIG' => 'mChat im UCP',
@@ -47,4 +47,4 @@ $lang = array_merge($lang, array(
'LOG_MCHAT_TABLE_PURGED' => '<strong>mChat-Nachrichten bereinigt</strong><br>» %1$s',
'LOG_DELETED_MCHAT' => '<strong>mChat-Nachricht gelöscht</strong><br>» %1$s',
'LOG_EDITED_MCHAT' => '<strong>mChat-Nachricht bearbeitet</strong><br>» %1$s',
));
]);