summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0e58d22)
raw | patch | inline | side by side (parent: 0e58d22)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 24 Jan 2008 15:54:47 +0000 (15:54 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 24 Jan 2008 15:54:47 +0000 (15:54 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8596 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/admin/systems/goto/class_terminalGeneric.inc | patch | blob | history |
diff --git a/gosa-plugins/goto/admin/systems/goto/class_terminalGeneric.inc b/gosa-plugins/goto/admin/systems/goto/class_terminalGeneric.inc
index e86144bda8637ea4e9e1080616ca5f47720d0cae..82bb857b8a7a422fcab6a2008db15e851cc3529e 100644 (file)
}
}
- $this->modes["disabled"]= _("disabled");
- $this->modes["text"]= _("text");
- $this->modes["graphic"]= _("graphic");
+ $this->modes["disabled"]= _("Locked");
+ $this->modes["enabled"]= _("Activated");
/* Set base */
if ($this->dn == "new"){