Changeset 179

Show
Ignore:
Timestamp:
12/15/08 12:57:02 (3 years ago)
Author:
Nafania
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • admin/admin_board.php

    r177 r179  
    246246                        'vars'  => array( 
    247247 
    248                         'privmsg_disable'       => array('lang' => 'disable_privmsg',           'validate' => 'bool',   'type' => 'radio:disabled_enabled', 'explain' => false), 
     248                        'privmsg_disable'       => array('lang' => 'disable_privmsg',           'validate' => 'bool',   'type' => 'radio:yes_no', 'explain' => false), 
    249249                        'max_inbox_privmsgs'    => array('lang' => 'inbox_limits',      'validate' => 'int',    'type' => 'text:40:255', 'explain' => false), 
    250250                        'max_sentbox_privmsgs'  => array('lang' => 'sentbox_limits',    'validate' => 'int',    'type' => 'text:40:255', 'explain' => false), 
  • languages/lang_english/lang_admin.php

    r177 r179  
    333333        'smtp_password_explain' =>  'Only enter a password if your SMTP server requires it', 
    334334 
    335         'disable_privmsg' =>  'Private Messaging', 
     335        'disable_privmsg' =>  'Private Messaging Disabled?', 
    336336        'inbox_limits' =>  'Max posts in Inbox', 
    337337        'sentbox_limits' =>  'Max posts in Sentbox', 
  • languages/lang_russian/lang_admin.php

    r177 r179  
    305305        'smtp_password_explain' =>  '� ������������ � �� �����MTP', 
    306306 
    307         'disable_privmsg' =>  '�� ��', 
     307        'disable_privmsg' =>  '�� �� ���?', 
    308308        'inbox_limits' =>  '�� ���� ���laquo;���aquo;', 
    309309        'sentbox_limits' =>  '�� ���� ���laquo;���aquo;',