Hi everyone,
Sorry to throw this at all of you after getting so many translations for this MOD.
I finished the last release candidate for this MOD and it is pending approval, but I want to get as many translations in there as possible. -- the MOD is stable and ready for release, but I changed most of the language entries and added several more. Please repost your translation in a new post here forward and I will update the package with your translation.
You can also download the latest revision of the MOD from here: Download v1.0.1
If you have any questions, let me know.
Thanks!!
Spoiler:
- Code: Select All
$lang = array_merge($lang, array(
'ACP_ACCOUNT_ADDED' => 'The user account has been created. The user may now login with the username and password sent to the email address you provided.',
'ACP_ACCOUNT_INACTIVE' => 'The user account has been created. However, the forum settings require the user to activate their account.<br />An activation key has been sent to the email address you provided for the user.',
'ACP_ACCOUNT_INACTIVE_ADMIN'=> 'The account has been created. However, the forum settings require account activation by an administrator.<br />An email has been sent to the Administrators and the user will be informed when their account has been activated',
'ACP_ADD_USER' => 'Add User',
'ACP_ADMIN_ACTIVATE' => 'An email will be dispatched to an Administrator for account activation, alternatively you may check the activate account box below to activate the account instantly once created. The user will receive an email containing account login details.',
'ACP_EMAIL_ACTIVATE' => 'Once the account has been created, The user will receive an email containing an activation link to activate the account.',
'ACP_INSTANT_ACTIVATE' => 'The Account will be activated instantly. The user will recieve an email with account login details.',
'ADD_USER' => 'Add User',
'ADD_USER_EXPLAIN' => 'Create a new user account. If your activation settings are to Admin Activativation only, you will have the option to activate the user instantly.',
'ADD_USER_MOD_INSTALLED' => 'Add User MOD version %s installed<br />Please be sure to assign <em>user_add</em> admin permissions for users who you want to be able to access this module.',
'ADD_USER_MOD_UPDATED' => 'Add User MOD updated to version %s',
'ADMIN_ACTIVATE' => 'Activate user account',
'EDIT_USER_GROUPS' => '%sClick here to edit the usergroups for this user%s',
'CONTINUE_EDIT_USER' => '%1$sClick here to the manage %2$s?s profile%3$s', // e.g.: Click here to edit Joe?s profile.
'LOG_USER_ADDED' => '<strong>New user created</strong><br />» %s',
'acl_a_add_user' => array('lang' => 'Can create new user accounts', 'cat' => 'user_group'),
));
MODX instructions:
Spoiler:
- Code: Select All
<title lang="en">ACP Add User MOD</title>
<description lang="en">Enables an Administrator to create a new user account through the Administration Control Panel
Adds an extra permission to allow administrator to create a new user account.
Gives the administrator the ability to instantly approve a new member after creation.</description>
<author-notes lang="en"><![CDATA[This MOD will Auto-install and auto-updates itself (if using an older version)
Support for multiple forms of user activation depending on board settings.
Allows Administrators to create user accounts and set user registration to (off) effectively creating a private board.
Support for specific add_user permission for those who want to keep creating user accounts seperate from User Administration.
Support for all *required* profile fields and profile fields set to be shown on registration
Support for language and birthday settings
Auto generates a password and will email it to the user.
If set to User Activate, this MOD will send the user an activation email containing his username and password as well as the activation key required to activate the account.
If set to Admin Activate, Administrator can activate user account instantly upon creation.]]></author-notes>
<changelog lang="en">
<change>Some Language tweaks and fixes</change>
<change>Better optimization of some functions</change>
<change>Updated Registration method to be more optimized</change>
<change>Other minor fixes thanks to eviL<3</change>
</changelog>
<changelog lang="en">
<change>Official Public Release</change>
</changelog>
<diy-instructions lang="en"><![CDATA[Navigate to:
Administration Control Panel > System > Module Management :: Administration Control Panel > Users > Groups > Users
Select ?Add User Account? from the Module drop-down menu and click ?Go?.
Then click ?Enable? on the Module.
Browse to ACP > Users & Groups > Add Users and confirm install!]]></diy-instructions>







it FINNISH. 




