From e1a3f0cb5fded63157d9e949f09308b7f2af9c22 Mon Sep 17 00:00:00 2001 From: svncommit Date: Tue, 21 Feb 2006 23:12:51 +0000 Subject: 1436239 patch applied - adds new local strings for GB english --- program/localization/en_GB/labels.inc | 24 +++++++++++++++++++++++- program/localization/en_GB/messages.inc | 4 +++- 2 files changed, 26 insertions(+), 2 deletions(-) (limited to 'program/localization/en_GB') diff --git a/program/localization/en_GB/labels.inc b/program/localization/en_GB/labels.inc index 7ada4960e..7407a7343 100644 --- a/program/localization/en_GB/labels.inc +++ b/program/localization/en_GB/labels.inc @@ -105,10 +105,18 @@ $labels['all'] = 'All'; $labels['none'] = 'None'; $labels['unread'] = 'Unread'; +$labels['compact'] = 'Compact'; +$labels['empty'] = 'Empty'; +$labels['purge'] = 'Purge'; + +$labels['quota'] = 'Disk usage'; + + // message compose $labels['compose'] = 'Compose a message'; $labels['sendmessage'] = 'Send the message now'; $labels['addattachment'] = 'Attach a file'; +$labels['charset'] = 'Charset'; $labels['attachments'] = 'Attachments'; $labels['upload'] = 'Upload'; @@ -139,12 +147,22 @@ $labels['save'] = 'Save'; $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'; $labels['print'] = 'Print'; $labels['export'] = 'Export'; +// LDAP search +$labels['ldapsearch'] = 'LDAP directory search'; + +$labels['ldappublicsearchname'] = 'Contact name'; +$labels['ldappublicsearchtype'] = 'Exact match?'; +$labels['ldappublicserverselect'] = 'Select servers'; +$labels['ldappublicsearchfield'] = 'Search on'; +$labels['ldappublicsearchform'] = 'Look for a contact'; +$labels['ldappublicsearch'] = 'Search'; // settings $labels['settingsfor'] = 'Settings for'; @@ -166,6 +184,7 @@ $labels['timezone'] = 'Time zone'; $labels['pagesize'] = 'Rows per page'; $labels['signature'] = 'Signature'; +$labels['folder'] = 'Folder'; $labels['folders'] = 'Folders'; $labels['foldername'] = 'Folder name'; $labels['subscribed'] = 'Subscribed'; @@ -174,5 +193,8 @@ $labels['createfolder'] = 'Create new folder'; $labels['deletefolder'] = 'Delete folder'; $labels['managefolders'] = 'Manage folders'; +$labels['sortby'] = 'Sort by'; +$labels['sortasc'] = 'Sort ascending'; +$labels['sortdesc'] = 'Sort descending'; -?> \ No newline at end of file +?> diff --git a/program/localization/en_GB/messages.inc b/program/localization/en_GB/messages.inc index f7442d581..8773be589 100644 --- a/program/localization/en_GB/messages.inc +++ b/program/localization/en_GB/messages.inc @@ -32,6 +32,8 @@ $messages['loggedout'] = 'You have successfully terminated the session. Good bye $messages['mailboxempty'] = 'Mailbox is empty'; +$messages['loading'] = 'Loading...'; + $messages['loadingdata'] = 'Loading data...'; $messages['messagesent'] = 'Message sent successfully'; @@ -82,4 +84,4 @@ $messages['nocontactsreturned'] = 'No contacts were found'; $messages['nosearchname'] = 'Please enter a contact name or email address'; -?> \ No newline at end of file +?> -- cgit v1.2.3