From 3ea0e3202a73eb7efcbf0b825582a6d3504658aa Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Fri, 01 Sep 2006 09:43:14 -0400 Subject: [PATCH] Quota display as image --- program/localization/en_US/labels.inc | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/program/localization/en_US/labels.inc b/program/localization/en_US/labels.inc index c5cbaa4..5945392 100644 --- a/program/localization/en_US/labels.inc +++ b/program/localization/en_US/labels.inc @@ -90,6 +90,7 @@ $labels['today'] = 'Today'; // toolbar buttons +$labels['checkmail'] = 'Check for new messages'; $labels['writenewmessage'] = 'Create a new message'; $labels['replytomessage'] = 'Reply to the message'; $labels['replytoallmessage'] = 'Reply to sender and all recipients'; @@ -159,7 +160,6 @@ $labels['delete'] = 'Delete'; $labels['newcontact'] = 'Create new contact card'; -$labels['addcontact'] = 'Add selected contact to your addressbook'; $labels['deletecontact'] = 'Delete selected contacts'; $labels['composeto'] = 'Compose mail to'; $labels['contactsfromto'] = 'Contacts $from to $to of $count'; @@ -208,6 +208,8 @@ $labels['subscribed'] = 'Subscribed'; $labels['create'] = 'Create'; $labels['createfolder'] = 'Create new folder'; +$labels['rename'] = 'Rename'; +$labels['renamefolder'] = 'Rename folder'; $labels['deletefolder'] = 'Delete folder'; $labels['managefolders'] = 'Manage folders'; -- Gitblit v1.9.1