summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a9ed5bb)
raw | patch | inline | side by side (parent: a9ed5bb)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 30 Jun 2008 12:01:43 +0000 (12:01 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 30 Jun 2008 12:01:43 +0000 (12:01 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11478 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/admin/systems/services/nfs/class_servNfs.inc | patch | blob | history |
diff --git a/gosa-plugins/goto/admin/systems/services/nfs/class_servNfs.inc b/gosa-plugins/goto/admin/systems/services/nfs/class_servNfs.inc
index 4c2e2b8603339cfe47fb3a44071bb7387913ffa8..f2411ac9caac4d68a09cedf41ac6e6ba2cf07a37 100644 (file)
foreach($test['goExportEntry'] as $entry){
$tmp = split("\|",$entry);
if($tmp[0] == $this->name){
- $message[]="Name already in use";
+ $message[]= msgPool::duplicated(_("Name"));
}
}
}