Something I do not understand how to fix this,the text employees/contributors., How do I get it to the desired position
Who.dutch.php
Code: [Select]
Who.dutch.php
$txt['credits_site'] = 'Het Team';
$txt['credits_admins'] = array(1 => 'Administrator', 'n' => 'Administrators');
$txt['credits_moderators'] = array(1 => 'Moderator', 'n' => 'Moderators');
$txt['credits_software'] = 'Wedge Team (Forum Software)';
$txt['credits_wedge'] = 'Wedge is copyright © %3$d by %1$s, all rights reserved. It is distributed under the <a href="%2$s">Wedge license</a>.';
$txt['credits_aeme'] = 'Gebruik delen van <a href="%s">Aeva Media</a>.';
$txt['credits_copyright'] = 'Copyrights';
$txt['credits_plugins'] = 'Plugins';
$txt['credits_groups_ps'] = 'Oprichters Wedge';
$txt['credits_groups_dev'] = 'Ontwikkelaars';
$txt['credits_groups_contributors'] = 'Medewerkers';
// Uncomment the following string, and replace English with the name of your language.
$txt['credits_groups_language'] = 'Nederlandse Versie';
// List of people who have made more than a token contribution to this translation. (See Who.french.php for an example.)
$txt['translation_credits'] = array('Nederlandse vertaling Wedge:<a href="https://github.com/French77"target="_blank">Freñçh</a>.',
$txt['credits_translator'] = 'Medevertaalster:Anika.',
);