summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 031ee46)
raw | patch | inline | side by side (parent: 031ee46)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 6 Oct 2008 11:48:45 +0000 (11:48 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 6 Oct 2008 11:48:45 +0000 (11:48 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12608 594d385d-05f5-0310-b6e9-bd551577e9d8
diff --git a/gosa-plugins/opsi/admin/opsi/class_opsigeneric.inc b/gosa-plugins/opsi/admin/opsi/class_opsigeneric.inc
index e69202753d59ef195a947158b85eacb45f346823..5d37531e79e3c54005619fd2bceb965264f029cb 100644 (file)
/* The hostId must contain a domain part
*/
$messages[] = msgPool::invalid(_("Name"),$this->hostId,"",
- _("The client name must contain a domain part (e.g. '.company.de')."));
+ _("The field 'Name' must contain a domain part!"));
}elseif(preg_match("/[^a-z0-9\.\-_]/",$this->hostId)){
$messages[] = msgPool::invalid(_("Name"),$this->hostId,"/[a-z0-9\.\-_]/");
}
}
}
if($this->is_account){
- $display = $this->show_disable_header(msgPool::removeFeaturesButton(_("Opsi")),
- msgPool::featuresEnabled(_("Opsi")));
+ $display = $this->show_disable_header(msgPool::removeFeaturesButton(_("OPSI")),
+ msgPool::featuresEnabled(_("OPSI")));
}else{
- $display = $this->show_enable_header(msgPool::addFeaturesButton(_("Opsi")),
- msgPool::featuresDisabled(_("Opsi")));
+ $display = $this->show_enable_header(msgPool::addFeaturesButton(_("OPSI")),
+ msgPool::featuresDisabled(_("OPSI")));
return($display);
}
}
{
return (array(
"plShortName" => _("Generic"),
- "plDescription" => _("Opsi generic"),
+ "plDescription" => _("OPSI generic"),
"plSelfModify" => FALSE,
"plDepends" => array(),
"plPriority" => 1,
"plSection" => array("administration"),
- "plCategory" => array("opsi" => array("description" => _("Opsi client"),
+ "plCategory" => array("opsi" => array("description" => _("OPSI client"),
"objectClass" => "dummy_class_opsi")),
"plProvidedAcls"=> array()
));
index 79ef9b7d1553adaff7dbc88a8289685db06aea34..aa67b431db0c18e6c8a4e5c8172b48ca7e74258d 100644 (file)
-<h2><img src='plugins/opsi/images/client_generic.png' alt=' ' class='center'> {t}Opsi host{/t}</h2>
+<h2><img src='plugins/opsi/images/client_generic.png' alt=' ' class='center'> {t}OPSI host{/t}</h2>
{if $init_failed}
</tr>
{/if}
<tr>
- <td>{t}Boot product{/t}</td>
+ <td>{t}Netboot product{/t}</td>
<td>
<select name="opsi_netboot_product" onChange="document.mainform.submit();">
{foreach from=$ANP item=item key=key}
{if $netboot_configurable}
<input type='image' name='configure_netboot' src='images/lists/edit.png'
- title='{t}Configure package{/t}' class='center'>
+ title='{t}Configure product{/t}' class='center'>
{else}
<!-- <input type='image' name='dummy_10' src='images/lists/edit_gray.png'
- title='{t}Configure package{/t}' class='center'>-->
+ title='{t}Configure product{/t}' class='center'>-->
{/if}
</td>
</tr>
diff --git a/gosa-plugins/opsi/admin/opsi/properties.tpl b/gosa-plugins/opsi/admin/opsi/properties.tpl
index 79d12c6425d4bae0e6fbedc0a40e914dbca70c96..be54a4a01c593b22b6edb8911d37413131bd3105 100644 (file)
-<h2>{t}Opsi product properties{/t}</h2>
+<h2>{t}OPSI product properties{/t}</h2>
{if $cfg_count == 0}