diff options
author | thomascube <thomas@roundcube.net> | 2005-10-16 19:14:00 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2005-10-16 19:14:00 +0000 |
commit | cd900dd71f56698b2c8ffedeb1af342e79faf0db (patch) | |
tree | 910d16436eb8d0979cac6849a631956b140ad90d /program/localization/en | |
parent | 9fee0ed9af6bb1daa3af2ff7290f5589040b4821 (diff) |
Improved folder display; added Portuguese and Catalan translation
Diffstat (limited to 'program/localization/en')
-rw-r--r-- | program/localization/en/labels.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/program/localization/en/labels.inc b/program/localization/en/labels.inc index 97d455c74..bf92bcd15 100644 --- a/program/localization/en/labels.inc +++ b/program/localization/en/labels.inc @@ -97,6 +97,7 @@ $labels['printmessage'] = 'Print this message'; $labels['previousmessages'] = 'Show previous set of messages'; $labels['nextmessages'] = 'Show next set of messages'; $labels['backtolist'] = 'Back to message list'; +$labels['viewsource'] = 'Show source'; $labels['select'] = 'Select'; $labels['all'] = 'All'; @@ -139,6 +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'; // settings |