mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-31 03:29:23 +02:00
Oops, forgot lang updates
git-svn-id: file:///svn/phpbb/trunk@3268 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
82b23fdf67
commit
9b97e57deb
@ -81,6 +81,9 @@ $lang = array_merge($lang, array(
|
|||||||
'log_disallow_delete' => '<b>Deleted disallowed username</b>',
|
'log_disallow_delete' => '<b>Deleted disallowed username</b>',
|
||||||
'log_prune' => '<b>Pruned forum</b> => %s',
|
'log_prune' => '<b>Pruned forum</b> => %s',
|
||||||
'log_admin_clear' => '<b>Cleared admin log</b>',
|
'log_admin_clear' => '<b>Cleared admin log</b>',
|
||||||
|
'LOG_BAN_EXCLUDE_user' => '<b>Excluded user from ban</b> [ %s ] => %s ',
|
||||||
|
'LOG_BAN_EXCLUDE_ip' => '<b>Excluded ip from ban</b> [ %s ] => %s ',
|
||||||
|
'LOG_BAN_EXCLUDE_email' => '<b>Excluded email from ban</b> [ %s ] => %s ',
|
||||||
'log_ban_user' => '<b>Banned User</b> [ %s ] => %s ',
|
'log_ban_user' => '<b>Banned User</b> [ %s ] => %s ',
|
||||||
'log_ban_ip' => '<b>Banned ip</b> [ %s ] => %s',
|
'log_ban_ip' => '<b>Banned ip</b> [ %s ] => %s',
|
||||||
'log_ban_email' => '<b>Banned email</b> [ %s ] => %s',
|
'log_ban_email' => '<b>Banned email</b> [ %s ] => %s',
|
||||||
@ -287,19 +290,23 @@ $lang = array_merge($lang, array(
|
|||||||
'30_Mins' => '30 Minutes',
|
'30_Mins' => '30 Minutes',
|
||||||
'1_Hour' => '1 Hour',
|
'1_Hour' => '1 Hour',
|
||||||
'6_Hours' => '6 Hours',
|
'6_Hours' => '6 Hours',
|
||||||
'Other' => 'Until ->',
|
'Other' => 'Until ->',
|
||||||
|
'BAN_EXCLUDE' => 'Exclude from banning',
|
||||||
|
'BAN_USER_EXCLUDE_EXPLAIN' => 'Enable this to exclude the entered users from all current bans.',
|
||||||
|
'BAN_EMAIL_EXCLUDE_EXPLAIN' => 'Enable this to exclude the entered email address from all current bans.',
|
||||||
|
'BAN_IP_EXCLUDE_EXPLAIN' => 'Enable this to exclude the entered IP from all current bans.',
|
||||||
'Ban_reason' => 'Reason for ban',
|
'Ban_reason' => 'Reason for ban',
|
||||||
'Ban_username_explain' => 'You can ban multiple users in one go by entering each name on a new line. Use the <u>Find a Username</u> facility to look up and add one or more users automatically.',
|
'Ban_username_explain' => 'You can ban multiple users in one go by entering each name on a new line. Use the <u>Find a Username</u> facility to look up and add one or more users automatically.',
|
||||||
'Unban_username' => 'Un-ban usernames',
|
'Unban_username' => 'Un-ban or Un-exclude usernames',
|
||||||
'Unban_username_explain' => 'You can unban multiple users in one go using the appropriate combination of mouse and keyboard for your computer and browser',
|
'Unban_username_explain' => 'You can unban (or un-exclude) multiple users in one go using the appropriate combination of mouse and keyboard for your computer and browser. Un-excluded users are listed in Red.',
|
||||||
'IP_hostname' => 'IP addresses or hostnames',
|
'IP_hostname' => 'IP addresses or hostnames',
|
||||||
'Ban_IP_explain' => 'To specify several different IP\'s or hostnames enter each on a new line. To specify a range of IP addresses separate the start and end with a hyphen (-), to specify a wildcard use *',
|
'Ban_IP_explain' => 'To specify several different IP\'s or hostnames enter each on a new line. To specify a range of IP addresses separate the start and end with a hyphen (-), to specify a wildcard use *',
|
||||||
'Unban_IP' => 'Un-ban IPs',
|
'Unban_IP' => 'Un-ban or Un-exclude IPs',
|
||||||
'Unban_IP_explain' => 'You can unban multiple IP addresses in one go using the appropriate combination of mouse and keyboard for your computer and browser',
|
'Unban_IP_explain' => 'You can unban (or un-exclude) multiple IP addresses in one go using the appropriate combination of mouse and keyboard for your computer and browser. Un-excluded IP\'s are listed in Red.',
|
||||||
'Ban_email' => 'Ban one or more email addresses',
|
'Ban_email' => 'Ban one or more email addresses',
|
||||||
'Ban_email_explain' => 'To specify more than one email address enter each on a new line. To match partial addresses use * as the wildcard, e.g. *@hotmail.com, *@*.domain.tld, etc.',
|
'Ban_email_explain' => 'To specify more than one email address enter each on a new line. To match partial addresses use * as the wildcard, e.g. *@hotmail.com, *@*.domain.tld, etc.',
|
||||||
'Unban_email' => 'Un-ban Emails',
|
'Unban_email' => 'Un-ban or Un-exclude Emails',
|
||||||
'Unban_email_explain' => 'You can unban multiple email addresses in one go using the appropriate combination of mouse and keyboard for your computer and browser',
|
'Unban_email_explain' => 'You can unban (or un-exclude) multiple email addresses in one go using the appropriate combination of mouse and keyboard for your computer and browser. Un-excluded email addresses are listed in Red.',
|
||||||
'No_banned_users' => 'No banned usernames',
|
'No_banned_users' => 'No banned usernames',
|
||||||
'No_banned_ip' => 'No banned IP addresses',
|
'No_banned_ip' => 'No banned IP addresses',
|
||||||
'No_banned_email' => 'No banned email addresses',
|
'No_banned_email' => 'No banned email addresses',
|
||||||
|
@ -65,8 +65,8 @@ $lang = array_merge($lang, array(
|
|||||||
'Confirm' => 'Confirm',
|
'Confirm' => 'Confirm',
|
||||||
'Delete' => 'Delete',
|
'Delete' => 'Delete',
|
||||||
'SPELLCHECK' => 'Spellcheck',
|
'SPELLCHECK' => 'Spellcheck',
|
||||||
'Yes' => 'Yes',
|
'YES' => 'Yes',
|
||||||
'No' => 'No',
|
'NO' => 'No',
|
||||||
'Enabled' => 'Enabled',
|
'Enabled' => 'Enabled',
|
||||||
'Disabled' => 'Disabled',
|
'Disabled' => 'Disabled',
|
||||||
'Error' => 'Error',
|
'Error' => 'Error',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user