Changeset 1c029b9 in github


Ignore:
Timestamp:
Jan 1, 2012 7:55:35 AM (17 months ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
Children:
7152f59
Parents:
3a992ee
Message:
  • Fix label too long (#1488283), fix polish translation
Location:
program
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • program/localization/pl_PL/labels.inc

    r7e263ea2 r1c029b9  
    403403$labels['replysamefolder'] = 'Umieszczaj odpowiedzi w folderze wiadomości, na którĠ
    404404 odpowiadam'; 
    405 $labels['contactproperties'] = 'Właściwości'; 
     405$labels['contactproperties'] = 'Właściwości kontaktu'; 
    406406$labels['properties'] = 'Właściwości'; 
    407407$labels['folderproperties'] = 'Właściwości folderu'; 
  • program/steps/addressbook/edit.inc

    ra84bfa3 r1c029b9  
    131131    $form = array( 
    132132        'contact' => array( 
    133             'name'    => rcube_label('contactproperties'), 
     133            'name'    => rcube_label('properties'), 
    134134            'content' => array( 
    135135                'email' => array('size' => $i_size, 'visible' => true), 
  • program/steps/addressbook/search.inc

    r08ffd939 r1c029b9  
    253253    $form = array( 
    254254        'main' => array( 
    255             'name'    => rcube_label('contactproperties'), 
     255            'name'    => rcube_label('properties'), 
    256256            'content' => array( 
    257257            ), 
  • program/steps/addressbook/show.inc

    raa3a9a4 r1c029b9  
    103103    $form = array( 
    104104        'contact' => array( 
    105             'name'    => rcube_label('contactproperties'), 
     105            'name'    => rcube_label('properties'), 
    106106            'content' => array( 
    107107              'email' => array('size' => $i_size, 'render_func' => 'rcmail_render_email_value'), 
Note: See TracChangeset for help on using the changeset viewer.