Ignore:
Timestamp:
Mar 31, 2010, 6:32:40 PM (15 years ago)
Author:
george
Message:
  • Upraveno: Aktualizace fóra.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/forum/language/en/acp/ban.php

    r400 r702  
    55*
    66* @package language
    7 * @version $Id: ban.php 8479 2008-03-29 00:22:48Z naderman $
     7* @version $Id$
    88* @copyright (c) 2005 phpBB Group
    99* @license http://opensource.org/licenses/gpl-license.php GNU Public License
     
    4949        'BAN_GIVE_REASON'               => 'Reason shown to the banned',
    5050        '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)"
    5153
    5254        'EMAIL_BAN'                                     => 'Ban one or more e-mail addresses',
     
    6870
    6971        'PERMANENT'             => 'Permanent',
    70        
     72
    7173        'UNTIL'                                         => 'Until',
    7274        'USER_BAN'                                      => 'Ban one or more usernames',
     
    7678        'USER_UNBAN'                            => 'Un-ban or un-exclude usernames',
    7779        '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 
    8080));
    8181
Note: See TracChangeset for help on using the changeset viewer.