From 76ffa2a099300325b34c92a9291dc4031b8a0d8a Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Sat, 04 Feb 2006 13:05:36 -0500 Subject: [PATCH] Added Bosnian and Croation translation --- program/localization/en_US/labels.inc | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/program/localization/en_US/labels.inc b/program/localization/en_US/labels.inc index 1355c07..16f9d9b 100644 --- a/program/localization/en_US/labels.inc +++ b/program/localization/en_US/labels.inc @@ -106,6 +106,10 @@ $labels['unread'] = 'Unread'; $labels['compact'] = 'Compact'; +$labels['empty'] = 'Empty'; +$labels['purge'] = 'Purge'; + +$labels['quota'] = 'Disk usage'; // message compose @@ -150,6 +154,9 @@ $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'; @@ -157,6 +164,7 @@ $labels['ldappublicsearchform'] = 'Look for a contact'; $labels['ldappublicsearch'] = 'Search'; + // settings $labels['settingsfor'] = 'Settings for'; -- Gitblit v1.9.1