diff options
Diffstat (limited to 'program/localization/en')
-rw-r--r-- | program/localization/en/labels.inc | 9 | ||||
-rw-r--r-- | program/localization/en/messages.inc | 9 |
2 files changed, 16 insertions, 2 deletions
diff --git a/program/localization/en/labels.inc b/program/localization/en/labels.inc index 086c3080f..1355c071d 100644 --- a/program/localization/en/labels.inc +++ b/program/localization/en/labels.inc @@ -143,12 +143,19 @@ $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'; +$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'; @@ -183,4 +190,4 @@ $labels['sortby'] = 'Sort by'; $labels['sortasc'] = 'Sort ascending'; $labels['sortdesc'] = 'Sort descending'; -?>
\ No newline at end of file +?> diff --git a/program/localization/en/messages.inc b/program/localization/en/messages.inc index c1520ecce..5a662d279 100644 --- a/program/localization/en/messages.inc +++ b/program/localization/en/messages.inc @@ -78,5 +78,12 @@ $messages['nobodywarning'] = 'Send this message without text?'; $messages['notsentwarning'] = 'Message has not been sent. Do you want to discard your message?'; +$messages['notsentwarning'] = 'Message has not been sent. Do you want to discard your message?'; + +$messages['noldapserver'] = 'Please select an ldap server to search'; + +$messages['nocontactsreturned'] = 'No contacts were found'; + +$messages['nosearchname'] = 'Please enter a contact name or email address'; -?>
\ No newline at end of file +?> |