sürümü: 0.1.4
yazarı: eviL<3
sitesi: http://phpbbmodders.net
indirilme linki:
en/acp/board.php
- Kod: Tümünü seç
//-- mod : Contact board administration ------------------------------------------------------------
//-- add
$lang = array_merge($lang, array(
'ACP_CONTACT_ADMIN_SETTINGS_EXPLAIN'=> 'This is the configuration page for the “Contact board administration” MOD by eviL<3. The “General contact page settings” section contains general settings and the settings in the “Contact bot” section are only related to the “Forum post” and “Private message” contact methods.',
// General config options
'CONTACT_GENERAL_SETTINGS' => 'General contact page settings',
'CONTACT_ENABLE' => 'Enable contact page',
'CONTACT_ENABLE_EXPLAIN' => 'If disabled, the contact page will display an error when you visit it and the link will not display in the header.',
'CONTACT_CONFIRM' => 'Enable visual confirmation',
'CONTACT_CONFIRM_EXPLAIN' => 'If you enable this option, guests will have to enter a visual confirmation to send the message. This is supposed to prevent automized messages. Note that this option is for the contact page only, it does not affect other visual confirmation settings.',
'CONTACT_CONFIRM_GUESTS' => 'Visual confirmation for guests only',
'CONTACT_CONFIRM_GUESTS_EXPLAIN' => 'If you this option is enabled, the visual confirmation is only displayed to guests (if it\'s enabled).',
'CONTACT_MAX_ATTEMPTS' => 'Maximal confirmation attempts',
'CONTACT_MAX_ATTEMPTS_EXPLAIN' => 'How many often may a user attempt to enter the correct confirmation image? Enter 0 for unlimited attempts.',
'CONTACT_METHOD' => 'Contact method',
'CONTACT_REASONS' => 'Contact reasons',
'CONTACT_REASONS_EXPLAIN' => 'Enter reasons for contacting, separated by newlines. If you don\'t want to use this feature, leave this field empty.',
// Bot config options
'CONTACT_BOT_SETTINGS' => 'Contact bot settings',
'CONTACT_BOT_USER' => 'Contact bot user',
'CONTACT_BOT_USER_EXPLAIN' => 'Enter the user id of the user here, who will be the author of the forum post if the contact method is set to “Forum post”, or the PM, in case it\'s set to “Private message”.',
'CONTACT_BOT_FORUM' => 'Contact bot forum',
'CONTACT_BOT_FORUM_EXPLAIN' => 'Select the forum, where the contact bot should post to, if the contact method is set to “Forum post”.',
// Contact methods
'CONTACT_METHOD_EMAIL' => 'Email',
'CONTACT_METHOD_POST' => 'Forum post',
'CONTACT_METHOD_PM' => 'Private message',
));
//-- fin mod : Contact board administration --------------------------------------------------------
en/acp/common.php
- Kod: Tümünü seç
//-- mod : Contact board administration ------------------------------------------------------------
//-- add
$lang = array_merge($lang, array(
'ACP_CONTACT_ADMIN_SETTINGS' => 'Contact board administration',
'LOG_CONFIG_CONTACT_ADMIN' => '<strong>Altered contact page settings</strong>',
'LOG_CONTACT_BOT_INVALID' => '<strong>The contact bot has an invalid user id: %s</strong>',
));
//-- fin mod : Contact board administration --------------------------------------------------------
en/contact.php
- Kod: Tümünü seç
'CONTACT_YOUR_NAME' => 'Your name',
'CONTACT_YOUR_NAME_EXPLAIN' => 'Please enter your name, so the message has an identity.',
'CONTACT_YOUR_EMAIL' => 'Your email adress',
'CONTACT_YOUR_EMAIL_EXPLAIN' => 'Please enter a valid email adress, so we can contact you.',
'CONTACT_CONFIRM' => 'Confirm',
'CONTACT_CONFIRM_EXPLAIN' => 'To prevent automated advertisement emails, the board administration requires you to enter a confirmation code. The code is displayed in the image you should see below.',
'CONTACT_REASON' => 'Reason',
'CONTACT_NO_NAME' => 'You didn’t enter a name.',
'CONTACT_NO_EMAIL' => 'You didn’t enter an email adress.',
'CONTACT_NO_MSG' => 'You didn’t enter a message.',
'CONTACT_NO_SUBJ' => 'You didn’t enter a subject.',
'CONTACT_NO_REASON' => 'You didn’t enter a valid reason.',
'CONTACT_MAIL_DISABLED' => 'You can not use the contact form at the moment, because it has been disabled.',
'CONTACT_BOT_USER_INVALID' => 'You can not use the contact form at the moment, because there was an error in the configuration.',
'CONTACT_TOO_MANY' => 'You have exceeded the maximum number of contact confirmation attempts for this session. Please try again later.',
'CONTACT_TEMPLATE' => '“%1$s / %2$s / %3$s” has entered following message into the contact form:' . "\n\n" . '%4$s',
'CONTACT_MSG_SENT' => 'Your message has been sent successfully',
'RETURN_CONTACT' => '%sReturn to the contact page%s',
'CONTACT_INSTALLED' => 'The “contact board administration” modification has been installed successfully.',
'CONTACT_UPDATED' => 'The “contact board administration” modification has been updated to version %s successfully.',
'CONTACT_UNINSTALLED' => 'The “contact board administration” modification has been uninstalled successfully.',
'PASTEBIN_OUTDATED' => 'The database for the contact page has not been updated yet. Please wait for an administrator to update it.',




