diff options
Diffstat (limited to 'program/localization/en_US')
-rw-r--r-- | program/localization/en_US/labels.inc | 2 | ||||
-rw-r--r-- | program/localization/en_US/messages.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/program/localization/en_US/labels.inc b/program/localization/en_US/labels.inc index 1355c071d..1ad3c6752 100644 --- a/program/localization/en_US/labels.inc +++ b/program/localization/en_US/labels.inc @@ -150,6 +150,7 @@ $labels['contactsfromto'] = 'Contacts $from to $to of $count'; $labels['print'] = 'Print'; $labels['export'] = 'Export'; +// LDAP search $labels['ldappublicsearchname'] = 'Contact name'; $labels['ldappublicsearchtype'] = 'Exact match?'; $labels['ldappublicserverselect'] = 'Select servers'; @@ -157,6 +158,7 @@ $labels['ldappublicsearchfield'] = 'Search on'; $labels['ldappublicsearchform'] = 'Look for a contact'; $labels['ldappublicsearch'] = 'Search'; + // settings $labels['settingsfor'] = 'Settings for'; diff --git a/program/localization/en_US/messages.inc b/program/localization/en_US/messages.inc index 5a662d279..37b716267 100644 --- a/program/localization/en_US/messages.inc +++ b/program/localization/en_US/messages.inc @@ -78,8 +78,6 @@ $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'; |