Changeset 21 in subversion for trunk/roundcubemail/program/steps/settings/func.inc
- Timestamp:
- Oct 7, 2005 10:17:08 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/steps/settings/func.inc
r8 r21 58 58 $select_lang->add('English', 'en'); 59 59 $select_lang->add('Espanol', 'es'); 60 $select_lang->add('Fran ais', 'fr');60 $select_lang->add('Français', 'fr'); 61 61 $select_lang->add('Italiano', 'it'); 62 63 $out .= sprintf("<tr><td class=\"title\"><label for=\"%s\">%s</label></td><td>%s</td></tr>\n", 64 $field_id, 65 rcube_label('language'), 62 $select_lang->add('Nederlands', 'nl'); 63 64 $out .= sprintf("<tr><td class=\"title\"><label for=\"%s\">%s</label></td><td>%s</td></tr>\n", 65 $field_id, 66 rep_specialchars_output(rcube_label('language')), 66 67 $select_lang->show($sess_user_lang)); 67 68 … … 100 101 $out .= sprintf("<tr><td class=\"title\"><label for=\"%s\">%s</label></td><td>%s</td></tr>\n", 101 102 $field_id, 102 r cube_label('timezone'),103 rep_specialchars_output(rcube_label('timezone')), 103 104 $select_timezone->show($CONFIG['timezone'])); 104 105 … … 110 111 $out .= sprintf("<tr><td class=\"title\"><label for=\"%s\">%s</label></td><td>%s</td></tr>\n", 111 112 $field_id, 112 r cube_label('pagesize'),113 rep_specialchars_output(rcube_label('pagesize')), 113 114 $input_pagesize->show($CONFIG['pagesize'])); 114 115 … … 119 120 $out .= sprintf("<tr><td class=\"title\"><label for=\"%s\">%s</label></td><td>%s</td></tr>\n", 120 121 $field_id, 121 r cube_label('preferhtml'),122 rep_specialchars_output(rcube_label('preferhtml')), 122 123 $input_pagesize->show($CONFIG['prefer_html']?1:0)); 123 124 … … 128 129 $out .= sprintf("<tr><td class=\"title\"><label for=\"%s\">%s</label></td><td>%s</td></tr>\n", 129 130 $field_id, 130 r cube_label('prettydate'),131 rep_specialchars_output(rcube_label('prettydate')), 131 132 $input_prettydate->show($CONFIG['prettydate']?1:0)); 132 133
Note: See TracChangeset
for help on using the changeset viewer.
