From: cajus Date: Fri, 17 Jun 2005 14:58:01 +0000 (+0000) Subject: Translated yes/no X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=532278be64483698f4bdff3bf4c03fad66553f6f;p=gosa.git Translated yes/no git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@746 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/systems/class_phoneGeneric.inc b/plugins/admin/systems/class_phoneGeneric.inc index b400f0b2f..ec60c6e03 100644 --- a/plugins/admin/systems/class_phoneGeneric.inc +++ b/plugins/admin/systems/class_phoneGeneric.inc @@ -169,7 +169,7 @@ class phoneGeneric extends plugin $smarty->assign("goFonTypes", array("peer" =>"peer" ,"user" =>"user" ,"friend" =>"friend")); $smarty->assign("goFonDmtfModes", array("inband" =>"inband" ,"rfc2833"=>"rfc2833" ,"info" =>"info")); $smarty->assign("goFonAuths", array("plaintext" =>"plaintext" ,"md5" =>"md5" ,"rsa" =>"rsa")); - $smarty->assign("goFonTrunks", array("yes" =>"yes" ,"no" =>"no")); + $smarty->assign("goFonTrunks", array("yes" =>_("yes") ,"no" => _("no"))); /* deativate all fields that are not used by the specified type */ foreach($this->attributes as $att){