Changeset dbb0c2a in github
- Timestamp:
- Sep 4, 2011 3:50:20 AM (21 months ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.7, release-0.8
- Children:
- 31e00cb
- Parents:
- 5271bf0
- Files:
-
- 4 edited
-
CHANGELOG (modified) (1 diff)
-
program/localization/en_US/labels.inc (modified) (1 diff)
-
program/localization/pl_PL/labels.inc (modified) (1 diff)
-
program/steps/addressbook/func.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
r1c952a8 rdbb0c2a 2 2 =========================== 3 3 4 - Add vCard's Profile URL support (#1488062) 4 5 - jQuery 1.6.3 5 6 - Fix imap_cache setting to values other than 'db' (#1488060) -
program/localization/en_US/labels.inc
r13d45df rdbb0c2a 292 292 $labels['typeassistant'] = 'Assistant'; 293 293 $labels['typehomepage'] = 'Home Page'; 294 $labels['typeblog'] = 'Blog'; 295 $labels['typeprofile'] = 'Profile'; 294 296 295 297 $labels['addfield'] = 'Add field...'; -
program/localization/pl_PL/labels.inc
r13d45df rdbb0c2a 449 449 $labels['typeassistant'] = 'Asystent'; 450 450 $labels['typehomepage'] = 'Strona domowa'; 451 $labels['typeblog'] = 'Blog'; 452 $labels['typeprofile'] = 'Profil'; 451 453 $labels['addfield'] = 'Dodaj pole...'; 452 454 $labels['personalinfo'] = 'Informacje osobiste'; -
program/steps/addressbook/func.inc
r5c9d1ff rdbb0c2a 47 47 'birthday' => array('type' => 'date', 'size' => 12, 'maxlength' => 16, 'label' => rcube_label('birthday'), 'limit' => 1, 'render_func' => 'rcmail_format_date_col', 'category' => 'personal'), 48 48 'anniversary' => array('type' => 'date', 'size' => 12, 'maxlength' => 16, 'label' => rcube_label('anniversary'), 'limit' => 1, 'render_func' => 'rcmail_format_date_col', 'category' => 'personal'), 49 'website' => array('type' => 'text', 'size' => 40, 'maxlength' => 50, 'label' => rcube_label('website'), 'subtypes' => array('homepage','work','blog',' other'), 'category' => 'main'),49 'website' => array('type' => 'text', 'size' => 40, 'maxlength' => 50, 'label' => rcube_label('website'), 'subtypes' => array('homepage','work','blog','profile','other'), 'category' => 'main'), 50 50 'im' => array('type' => 'text', 'size' => 40, 'maxlength' => 50, 'label' => rcube_label('instantmessenger'), 'subtypes' => array('aim','icq','msn','yahoo','jabber','skype','other'), 'category' => 'main'), 51 51 'notes' => array('type' => 'textarea', 'size' => 40, 'rows' => 15, 'maxlength' => 500, 'label' => rcube_label('notes'), 'limit' => 1),
Note: See TracChangeset
for help on using the changeset viewer.
