diff options
author | thomascube <thomas@roundcube.net> | 2005-10-21 12:12:23 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2005-10-21 12:12:23 +0000 |
commit | a95e0e174c48b7c5242b8969aef99838a52c41ee (patch) | |
tree | eb87cb9c33433269d2f2376e841e1d6d66eff667 /program/localization/en | |
parent | 7902df457d3401c83f78a6ddd48df1a7f07f68b1 (diff) |
Improved support for UTF-8 and other charsets
Diffstat (limited to 'program/localization/en')
-rw-r--r-- | program/localization/en/labels.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/program/localization/en/labels.inc b/program/localization/en/labels.inc index bf92bcd15..35b0e3f5a 100644 --- a/program/localization/en/labels.inc +++ b/program/localization/en/labels.inc @@ -140,8 +140,8 @@ $labels['newcontact'] = 'Create new contact card'; $labels['deletecontact'] = 'Delete selected contacts'; $labels['composeto'] = 'Compose mail to'; $labels['contactsfromto'] = 'Contacts $from to $to of $count'; -$labels['print'] = 'Imprimir'; -$labels['export'] = 'Exportar'; +$labels['print'] = 'Print'; +$labels['export'] = 'Export'; // settings |