Guest User

Untitled

a guest
Jun 28th, 2018
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 4.61 KB | None | 0 0
  1. $messages['en'] = array(
  2.     'requestaccount'            => 'Request account',
  3.     'requestaccount-text'       => '\'\'\'Complete and submit the following form to request a user account\'\'\'.
  4.  
  5. Make sure that you first read the [[{{MediaWiki:Requestaccount-page}}|Terms of Service]] before requesting an account.
  6.  
  7. Once the account is approved, you will be e-mailed a notification message and the account will be usable at [[Special:UserLogin|login]].',
  8.     'requestaccount-footer'     => '', # only translate this message to other languages if you have to change it
  9.     'requestaccount-page'       => '{{ns:project}}:Terms of Service',
  10.     'requestaccount-dup'        => '\'\'\'Note: You already are logged in with a registered account.\'\'\'',
  11.     'requestaccount-leg-user'   => 'User account',
  12.     'requestaccount-leg-areas'  => 'Main areas of interest',
  13.     'requestaccount-leg-person' => 'Personal information',
  14.     'requestaccount-leg-other'  => 'Other information',
  15.     'requestaccount-leg-tos'    => 'Terms of Service',
  16.     'requestaccount-acc-text'   => 'Your e-mail address will be sent a confirmation message once this request is submitted.
  17. Please respond by clicking on the confirmation link provided by the e-mail.
  18. Also, your password will be e-mailed to you when your account is created.',
  19.     'requestaccount-areas'      => '', # Do not translate this message to other languages
  20.     'requestaccount-areas-text' => 'Select the topic areas below in which you have formal expertise or would like to do the most work in.',
  21.     'requestaccount-ext-text'   => 'The following information is kept private and will only be used for this request.
  22. You may want to list contacts such a phone number to aid in identify confirmation.',
  23.     'requestaccount-bio-text'   => "Try to include any relevant credentials in your biography below.",
  24.     'requestaccount-bio-text-i' => "'''Your biography will be set as the initial content for your userpage.'''
  25. Make sure you are comfortable publishing such information.",
  26.     'requestaccount-real'       => 'Real name:',
  27.     'requestaccount-same'       => '(same as real name below)',
  28.     'requestaccount-email'      => 'E-mail address:',
  29.     'requestaccount-reqtype'    => 'Position:',
  30.     'requestaccount-level-0'    => 'author',
  31.     'requestaccount-level-1'    => 'editor',
  32.     'requestaccount-info'       => '(?)',
  33.     'requestaccount-bio'        => 'Personal biography (plain text only):',
  34.     'requestaccount-attach'     => 'Resume or CV (optional):',
  35.     'requestaccount-notes'      => 'Additional notes:',
  36.     'requestaccount-urls'       => 'List of websites, if any (each on a separate line):',
  37.     'requestaccount-agree'      => 'You must certify that your real name is correct and that you agree to our Terms of Service.',
  38.     'requestaccount-inuse'      => 'Username is already in use in a pending account request.',
  39.     'requestaccount-tooshort'   => 'Your biography must be at least $1 {{PLURAL:$1|word|words}} long.',
  40.     'requestaccount-emaildup'   => 'Another pending account request uses the same e-mail address.',
  41.     'requestaccount-exts'       => 'Attachment file type is disallowed.',
  42.     'requestaccount-resub'      => 'Your CV/resume file must be re-selected for security reasons.
  43. Leave the field blank if you no longer want to include one.',
  44.     'requestaccount-tos'        => 'I have read and agree to abide by the [[{{MediaWiki:Requestaccount-page}}|Terms of Service]] of {{SITENAME}}.
  45. The name I have specified under "Real name" is in fact my own real name.',
  46.     'requestaccount-submit'     => 'Request account',
  47.     'requestaccount-sent'       => 'Your account request has successfully been sent and is now pending review.
  48.     A confirmation email has been sent to your e-mail address.',
  49.  
  50.     'request-account-econf'     => 'Your e-mail address has been confirmed and will be listed as such in your account request.',
  51.     'requestaccount-email-subj' => '{{SITENAME}} e-mail address confirmation',
  52.     'requestaccount-email-body' => 'Someone, probably you from IP address $1, has requested an account "$2" with this e-mail address on {{SITENAME}}.
  53.  
  54. To confirm that this account really does belong to you on {{SITENAME}}, open this link in your browser:
  55.  
  56. $3
  57.  
  58. If the account is created, only you will be e-mailed the password.
  59. If this is *not* you, don\'t follow the link.
  60. This confirmation code will expire at $4.',
  61.     'requestaccount-email-subj-admin' => '{{SITENAME}} account request',
  62.     'requestaccount-email-body-admin' => '"$1" has requested an account and is waiting for confirmation.
  63. The e-mail address has been confirmed. You can confirm the request here "$2".',
  64.  
  65.     'acct_request_throttle_hit' => "Sorry, you have already requested {{PLURAL:$1|1 account|$1 accounts}}.
  66. You cannot make any more requests.",
  67. );
Add Comment
Please, Sign In to add comment