diff options
author | thomascube <thomas@roundcube.net> | 2006-01-13 17:43:21 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2006-01-13 17:43:21 +0000 |
commit | 000e4bf02a963ea08b405d9b5eabe2f9ee5a60cf (patch) | |
tree | 10e70d71959d12df0b55f0b841226003a558be4d /program/localization/en_US/labels.inc | |
parent | 4b5d2d588371ed9b94777092f1438ba1c2e6358a (diff) |
Added Slovak localization (patch 1386945)
Diffstat (limited to 'program/localization/en_US/labels.inc')
-rw-r--r-- | program/localization/en_US/labels.inc | 2 |
1 files changed, 2 insertions, 0 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'; |