From: hickert Date: Thu, 20 May 2010 09:23:23 +0000 (+0000) Subject: Added translation tags to property description. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=5f6980a4e2c982fce7194cc40799b956271478b0;p=gosa.git Added translation tags to property description. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18572 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/fai/admin/fai/class_faiPackage.inc b/gosa-plugins/fai/admin/fai/class_faiPackage.inc index 8a4744a98..2e17931d3 100644 --- a/gosa-plugins/fai/admin/fai/class_faiPackage.inc +++ b/gosa-plugins/fai/admin/fai/class_faiPackage.inc @@ -677,7 +677,7 @@ class faiPackage extends plugin "name" => "faiPackageRDN", "type" => "rdn", "default" => "ou=packages,", - "description" => "The 'faiPackageRDN' statement defines the location where new fai-packages will be created. The default is 'ou=packages,'.", + "description" => _("The 'faiPackageRDN' statement defines the location where new fai-packages will be created. The default is 'ou=packages,'."), "check" => "gosaProperty::isRdn", "migrate" => "migrate_faiPackageRDN", "group" => "plugin",