From 43fa235da354c8b53aa69ba745c1d398a758fcaf Mon Sep 17 00:00:00 2001 From: svncommit <devs@roundcube.net> Date: Wed, 26 Oct 2005 05:42:19 -0400 Subject: [PATCH] --- program/localization/en/labels.inc | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/program/localization/en/labels.inc b/program/localization/en/labels.inc index 7dd0fc1..35b0e3f 100644 --- a/program/localization/en/labels.inc +++ b/program/localization/en/labels.inc @@ -6,7 +6,7 @@ | | | Language file of the RoundCube Webmail client | | Copyright (C) 2005, RoundQube Dev. - Switzerland | - | All rights reserved. | + | Licensed under the GNU GPL | | | +-----------------------------------------------------------------------+ | Author: Thomas Bruederli <roundcube@gmail.com> | @@ -64,6 +64,7 @@ $labels['preferhtml'] = 'Prefer HTML'; $labels['htmlmessage'] = 'HTML Message'; +$labels['prettydate'] = 'Pretty dates'; $labels['addtoaddressbook'] = 'Add to address book'; @@ -90,12 +91,13 @@ // toolbar buttons $labels['writenewmessage'] = 'Create a new message'; $labels['replytomessage'] = 'Reply to the message'; -$labels['forwardmessage'] = 'Forwad the message'; +$labels['forwardmessage'] = 'Forward the message'; $labels['deletemessage'] = 'Move message to trash'; $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'; @@ -107,6 +109,7 @@ $labels['sendmessage'] = 'Send the message now'; $labels['addattachment'] = 'Attach a file'; +$labels['attachments'] = 'Attachments'; $labels['upload'] = 'Upload'; $labels['close'] = 'Close'; @@ -137,6 +140,8 @@ $labels['deletecontact'] = 'Delete selected contacts'; $labels['composeto'] = 'Compose mail to'; $labels['contactsfromto'] = 'Contacts $from to $to of $count'; +$labels['print'] = 'Print'; +$labels['export'] = 'Export'; // settings -- Gitblit v1.9.1