Update language files, add de_x_sie, and clean up files

This commit is contained in:
Marc Alexander
2023-02-13 20:15:34 +01:00
parent e34de96b5d
commit ccd7e27410
52 changed files with 1751 additions and 26 deletions

View File

@@ -37,7 +37,7 @@ $lang = array_merge($lang, array(
// ACP
'ACP_PORTAL_CUSTOM_SETTINGS' => 'Custom Block Settings',
'ACP_PORTAL_CUSTOM_SETTINGS_EXP' => 'Here you can edit your custom block',
'ACP_PORTAL_CUSTOM_CODE_SHORT' => 'The code you entered is not long enough.',
'TOO_FEW_CHARS' => 'The code you entered is not long enough.',
'ACP_PORTAL_CUSTOM_PREVIEW' => 'Preview',
'ACP_PORTAL_CUSTOM_CODE' => 'Custom Block Code',
'ACP_PORTAL_CUSTOM_CODE_EXP' => 'Change the code for the small custom block (HTML or BBCode) here.',

View File

@@ -33,5 +33,7 @@ if (empty($lang) || !is_array($lang))
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
$lang = array_merge($lang, array(
'LINK_US' => 'Link to us',
'LINK_US_TXT' => 'Please feel free to link to <strong>%s</strong>. Use the following HTML:',
'LINK_US_HTML' => 'HTML',
'LINK_US_BBCODE' => 'BBCode',
'LINK_US_TXT' => 'Please feel free to Create a link to our Forum <em><strong>"%s"</strong></em> You can do so by using the following codes:',
));

View File

@@ -48,7 +48,7 @@ $lang = array_merge($lang, array(
'ACP_PORTAL_LINK_URL_EXP' => 'External links:<br />All links should be entered with a http://<br /><br />Internal links:<br />Only enter the php file as link url, i.e. index.php?style=4.',
'ACP_PORTAL_LINK_PERMISSION' => 'Link permissions',
'ACP_PORTAL_LINK_PERMISSION_EXP'=> 'Select the groups that should be authorized to view the link. If you want all users to be able to view the link, dont select anything.<br />Select/Deselect multiple groups by holding <samp>CTRL</samp> and clicking.',
'ACP_PORTAL_LINKS_NEW_WINDOW' => 'Open external links in a new window',
'ACP_PORTAL_LINKS_NEW_WINDOW' => 'Open external links in a new window/Tab',
// Errors
'NO_LINK_TITLE' => 'You must enter a title for this link.',

View File

@@ -36,7 +36,7 @@ $lang = array_merge($lang, array(
// ACP
'ACP_PORTAL_WELCOME_SETTINGS' => 'Welcome Message Settings',
'ACP_PORTAL_WELCOME_MESSAGE_SHORT' => 'The message you entered is not long enough.',
'TOO_FEW_CHARS' => 'The message you entered is not long enough.',
'ACP_PORTAL_WELCOME_PREVIEW' => 'Welcome Message Preview',
'ACP_PORTAL_WELCOME_MESSAGE' => 'Welcome Message',
'ACP_PORTAL_WELCOME_MESSAGE_EXP' => 'You can change the welcome message in the textbox. BBCode, Images and URLs are allowed.',