Changeset 1c029b9 in github
- Timestamp:
- Jan 1, 2012 7:55:35 AM (17 months ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
- Children:
- 7152f59
- Parents:
- 3a992ee
- Location:
- program
- Files:
-
- 4 edited
-
localization/pl_PL/labels.inc (modified) (1 diff)
-
steps/addressbook/edit.inc (modified) (1 diff)
-
steps/addressbook/search.inc (modified) (1 diff)
-
steps/addressbook/show.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/localization/pl_PL/labels.inc
r7e263ea2 r1c029b9 403 403 $labels['replysamefolder'] = 'Umieszczaj odpowiedzi w folderze wiadomoÅci, na którÄ 404 404 odpowiadam'; 405 $labels['contactproperties'] = 'WÅaÅciwoÅci ';405 $labels['contactproperties'] = 'WÅaÅciwoÅci kontaktu'; 406 406 $labels['properties'] = 'WÅaÅciwoÅci'; 407 407 $labels['folderproperties'] = 'WÅaÅciwoÅci folderu'; -
program/steps/addressbook/edit.inc
ra84bfa3 r1c029b9 131 131 $form = array( 132 132 'contact' => array( 133 'name' => rcube_label(' contactproperties'),133 'name' => rcube_label('properties'), 134 134 'content' => array( 135 135 'email' => array('size' => $i_size, 'visible' => true), -
program/steps/addressbook/search.inc
r08ffd939 r1c029b9 253 253 $form = array( 254 254 'main' => array( 255 'name' => rcube_label(' contactproperties'),255 'name' => rcube_label('properties'), 256 256 'content' => array( 257 257 ), -
program/steps/addressbook/show.inc
raa3a9a4 r1c029b9 103 103 $form = array( 104 104 'contact' => array( 105 'name' => rcube_label(' contactproperties'),105 'name' => rcube_label('properties'), 106 106 'content' => array( 107 107 'email' => array('size' => $i_size, 'render_func' => 'rcmail_render_email_value'),
Note: See TracChangeset
for help on using the changeset viewer.
