commit | author | age | ||
549951 | 1 | <?php |
a00888 | 2 | $wb['mailbox_cc_txt'] = 'Kopie an E-Mail Adresse senden'; |
142907 | 3 | $wb['cc_txt'] = 'Kopie senden an'; |
T | 4 | $wb['email_txt'] = 'E-Mail'; |
a00888 | 5 | $wb['cc_error_isemail'] = 'E-Mail Adresse ungültig im -Kopie senden an- Feld'; |
T | 6 | $wb['email_is_cc_error'] = 'E-Mail Adresse und '; |
f798aa | 7 | $wb['name_optional_txt'] = '(optional)'; |
FT | 8 | $wb['cc_note_txt'] = '(Mehrere E-Mail-Adressen mit Kommas trennen)'; |
142907 | 9 | ?> |