Changeset 1038d554 in github
- Timestamp:
- Oct 20, 2005 1:33:39 PM (8 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 7902df4
- Parents:
- 53560c5
- Location:
- program
- Files:
-
- 6 edited
-
include/main.inc (modified) (1 diff)
-
localization/ca/labels.inc (modified) (1 diff)
-
localization/es/labels.inc (modified) (1 diff)
-
localization/index.inc (modified) (1 diff)
-
steps/mail/func.inc (modified) (2 diffs)
-
steps/settings/edit_identity.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/include/main.inc
rf45ec7e r1038d554 857 857 858 858 foreach ($a_show_cols as $col) 859 $table .= '<td class="'.$col.'">' . r cube_label($col) . "</td>\n";859 $table .= '<td class="'.$col.'">' . rep_specialchars_output(rcube_label($col)) . "</td>\n"; 860 860 861 861 $table .= "</tr></thead>\n<tbody>\n"; -
program/localization/ca/labels.inc
rcd900dd r1038d554 65 65 $labels['preferhtml'] = 'Prefereix HTML'; 66 66 $labels['htmlmessage'] = 'Missatge HTML'; 67 $labels['prettydate'] = 'Dates curtes'; 67 68 68 69 $labels['addtoaddressbook'] = 'Afegir a la llibreta d\'adreces'; -
program/localization/es/labels.inc
r53560c5 r1038d554 64 64 $labels['preferhtml'] = 'Prefiero HTML'; 65 65 $labels['htmlmessage'] = 'Mensaje HTML'; 66 //$labels['prettydate'] = '';66 $labels['prettydate'] = 'Fechas cortas'; 67 67 68 68 $labels['addtoaddressbook'] = 'Añadir a contactos'; -
program/localization/index.inc
r9fee0ed r1038d554 26 26 'ar' => 'Arabic', 27 27 'bg' => 'Bulgarian', 28 'cat' => 'Catalan',29 28 'tw' => 'Chinese (BIG5)', 30 29 'cn' => 'Chinese(GB2312)', 31 30 'cz' => 'Czech', 32 'ca' => 'Catal an',31 'ca' => 'Català', 33 32 'da' => 'Dansk', 34 33 'de' => 'Deutsch', -
program/steps/mail/func.inc
r1223297 r1038d554 252 252 253 253 foreach ($a_show_cols as $col) 254 $out .= '<td class="'.$col.'">' . r cube_label($col) . "</td>\n";254 $out .= '<td class="'.$col.'">' . rep_specialchars_output(rcube_label($col)) . "</td>\n"; 255 255 256 256 $out .= '<td class="icon">'.($attrib['attachmenticon'] ? sprintf($image_tag, $skin_path, $attrib['attachmenticon'], '') : '')."</td>\n"; … … 814 814 815 815 $out .= "\n<tr>\n"; 816 $out .= '<td class="header-title">'.r cube_label($hkey).": </td>\n";816 $out .= '<td class="header-title">'.rep_specialchars_output(rcube_label($hkey)).": </td>\n"; 817 817 $out .= '<td class="'.$hkey.'" width="90%">'.$header_value."</td>\n</tr>"; 818 818 $header_count++; -
program/steps/settings/edit_identity.inc
r30233b8 r1038d554 89 89 $out .= sprintf("<tr><td class=\"title\"><label for=\"%s\">%s</label></td><td>%s</td></tr>\n", 90 90 $attrib['id'], 91 r cube_label($label),91 rep_specialchars_output(rcube_label($label)), 92 92 $value); 93 93 }
Note: See TracChangeset
for help on using the changeset viewer.
