Changeset 702 for trunk/forum/language/en/acp/ban.php
- Timestamp:
- Mar 31, 2010, 6:32:40 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/forum/language/en/acp/ban.php
r400 r702 5 5 * 6 6 * @package language 7 * @version $Id : ban.php 8479 2008-03-29 00:22:48Z naderman$7 * @version $Id$ 8 8 * @copyright (c) 2005 phpBB Group 9 9 * @license http://opensource.org/licenses/gpl-license.php GNU Public License … … 49 49 'BAN_GIVE_REASON' => 'Reason shown to the banned', 50 50 'BAN_UPDATE_SUCCESSFUL' => 'The banlist has been updated successfully.', 51 'BANNED_UNTIL_DATE' => 'until %s', // Example: "until Mon 13.Jul.2009, 14:44" 52 'BANNED_UNTIL_DURATION' => '%1$s (until %2$s)', // Example: "7 days (until Tue 14.Jul.2009, 14:44)" 51 53 52 54 'EMAIL_BAN' => 'Ban one or more e-mail addresses', … … 68 70 69 71 'PERMANENT' => 'Permanent', 70 72 71 73 'UNTIL' => 'Until', 72 74 'USER_BAN' => 'Ban one or more usernames', … … 76 78 'USER_UNBAN' => 'Un-ban or un-exclude usernames', 77 79 'USER_UNBAN_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. Excluded users are emphasised.', 78 79 80 80 )); 81 81
Note:
See TracChangeset
for help on using the changeset viewer.