Changeset e81c00b in github
- Timestamp:
- Jan 1, 2012 8:36:22 AM (18 months ago)
- Branches:
- release-0.7
- Children:
- bc8437b
- Parents:
- 79c6ac9
- Files:
-
- 5 edited
-
CHANGELOG (modified) (1 diff)
-
program/localization/pl_PL/labels.inc (modified) (1 diff)
-
program/steps/addressbook/edit.inc (modified) (1 diff)
-
program/steps/addressbook/search.inc (modified) (1 diff)
-
program/steps/addressbook/show.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
r79c6ac9 re81c00b 2 2 =========================== 3 3 4 - Fix wrong (long) label usage (#1488283) 4 5 - Fix handling of INBOX's subfolders in special folders config (#1488279) 5 6 - Add ifModule statement for setting Options -Indexes in .htaccess file (#1488274) -
program/localization/pl_PL/labels.inc
r080c748 re81c00b 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
r3173729 re81c00b 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
recfaed5 re81c00b 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
r2c77f553 re81c00b 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.
