summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d50c61f)
raw | patch | inline | side by side (parent: d50c61f)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 17 Jun 2005 14:58:01 +0000 (14:58 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 17 Jun 2005 14:58:01 +0000 (14:58 +0000) |
plugins/admin/systems/class_phoneGeneric.inc | patch | blob | history |
diff --git a/plugins/admin/systems/class_phoneGeneric.inc b/plugins/admin/systems/class_phoneGeneric.inc
index b400f0b2f339d12852323073819dfaaa079333ba..ec60c6e03e151ab8105d9cb435db6b1c43a6fa38 100644 (file)
$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){