From b718e7c604f82edf8da73635002246b9abde28ba Mon Sep 17 00:00:00 2001 From: opensides Date: Fri, 25 May 2007 11:01:19 +0000 Subject: [PATCH] Correcting some translations errors git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@6483 594d385d-05f5-0310-b6e9-bd551577e9d8 --- include/functions.inc | 4 ++-- include/sieve/templates/element_anyof.tpl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/functions.inc b/include/functions.inc index fa75451c7..46d91667a 100644 --- a/include/functions.inc +++ b/include/functions.inc @@ -2237,11 +2237,11 @@ function get_base_from_hook($dn, $attrib) if (preg_match("/^[0-9]+$/", $output[0])){ return ($output[0]); } else { - print_red(_("Warning - base_hook is not avialable. Using default base.")); + print_red(_("Warning - base_hook is not available. Using default base.")); return ($config->current['UIDBASE']); } } else { - print_red(_("Warning - base_hook is not avialable. Using default base.")); + print_red(_("Warning - base_hook is not available. Using default base.")); return ($config->current['UIDBASE']); } diff --git a/include/sieve/templates/element_anyof.tpl b/include/sieve/templates/element_anyof.tpl index f7dc9298c..f6e1b2203 100644 --- a/include/sieve/templates/element_anyof.tpl +++ b/include/sieve/templates/element_anyof.tpl @@ -4,7 +4,7 @@ {if $Inverse} {else} - + {/if}
{t}Any of{/t} -- 2.30.2