From 6960bab418f0731049676b91a719807f893b3131 Mon Sep 17 00:00:00 2001 From: opensides Date: Fri, 25 May 2007 11:01:05 +0000 Subject: [PATCH] Correcting some translations errors git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6482 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 5344d6780..1fdcf1a0b 100644 --- a/include/functions.inc +++ b/include/functions.inc @@ -2170,11 +2170,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