diff --git a/admin/inc/class.customfields.inc.php b/admin/inc/class.customfields.inc.php index 35356336bf..875fe83932 100644 --- a/admin/inc/class.customfields.inc.php +++ b/admin/inc/class.customfields.inc.php @@ -68,8 +68,8 @@ class customfields * @var Description of the options or value format for each cf_type */ public static $type_option_help = array( - 'select' => 'each value is a line like id[=label], or use @<path> to read options from a file', - 'radio' => 'each value is a line like id[=label], or use @<path> to read options from a file', + 'select' => 'each value is a line like id[=label], or use @path to read options from a file in EGroupware directory', + 'radio' => 'each value is a line like id[=label], or use @path to read options from a file in EGroupware directory', 'button' => 'each value is a line like label=[javascript]' ); @@ -177,7 +177,7 @@ class customfields // save changes to repository $this->save_repository(); } - + $content['nm']= $GLOBALS['egw']->session->appsession('customfield-index','admin'); if (!is_array($content['nm'])) { @@ -195,7 +195,7 @@ class customfields } $content['nm']['appname'] = $this->appname; $content['nm']['use_private'] = $this->use_private; - + // Set up sub-types if($this->manage_content_types) { @@ -259,7 +259,7 @@ class customfields // Some logic to make sure extending class (if there is one) gets called // when etemplate2 comes back instead of parent class $exec = get_class() == get_called_class() ? 'admin.customfields.index' : $this->appname . '.' . get_called_class() . '.index'; - + $this->tmpl->exec($exec,$content,$sel_options,$readonlys,$preserve); } @@ -413,7 +413,7 @@ class customfields { $this->tmpl->setElementAttribute($field, 'disabled', !self::$type_attribute_flags[$content['cf_type']][$field]); } - + $this->tmpl->exec('admin.customfields.edit',$content,$sel_options,$readonlys,array( 'cf_id' => $cf_id, 'cf_app' => $this->appname, diff --git a/admin/lang/egw_de.lang b/admin/lang/egw_de.lang index 1ff2cb6691..d7f9d1d9fe 100644 --- a/admin/lang/egw_de.lang +++ b/admin/lang/egw_de.lang @@ -67,6 +67,7 @@ add new application admin de Neue Anwendung hinzufügen add peer server admin de Server zu Serververbund hinzufügen add sub-category admin de Unterkategorie hinzufügen add user admin de Neuen Benutzer erstellen +add user or group admin de Benutzer oder Gruppen eingeben admin email admin de E-Mail-Administration admin email addresses (comma-separated) to be notified about the blocking (empty for no notify) admin de E-Mail-Adressen der Administratoren (mit Komma getrennt) die über eine Sperre benachrichtigt werden sollen ('leer' für keine Benachrichtigung) admin name admin de Name des Administrators @@ -115,6 +116,7 @@ attribute accountstatus explained admin de Dies betrifft das Attribut -accoun attribute mail explained admin de Dies betrifft das Attribut -mail- aus dem CORE Schema. Dieses Attribut darf nicht leer sein und wird gleichzeitig als E-Mail-Adresse innerhalb eGW verwendet. attribute mailalternateaddress explained admin de Dies betrifft das Attribut -mailAlternateAddress- aus dem QMAIL Schema. Das experimentelle Schema verwendet dies auch als Alias für mailLocalAddress. attribute mailforwardingaddress explained admin de Dies betrifft das Attribut -mailForwardingAddress- aus dem QMAIL Schema. Darf nicht leer sein. Der Begriff mailRoutingAddress wurde hierfür früher als Alias verwendet. +attributes admin de Einstellungen authentication / accounts admin de Benutzerauthentifizierung / Benutzerkonten auto create account records for authenticated users admin de Automatisch Benutzerkonten für authentifizierte Benutzer anlegen available placeholders admin de Verfügbare Platzhalter @@ -230,6 +232,7 @@ disable minifying of javascript and css files admin de Komprimierung von Javascr disable wysiwyg-editor admin de WYSIWYG Editor (formatierter Text) abschalten disabled (not recomended) admin de abgeschaltet (nicht empfohlen) display admin de anzeigen +displayed length of input field (set rows=1 to limit length) admin de angezeigte Länge des Eingabefelds (setze Zeilen=1 um die Eingabe zu beschränken) do not delete the category and return back to the list admin de Kategorie NICHT löschen und zurück zur Liste gehen do you also want to delete all global subcategories ? admin de Wollen Sie auch alle globalen Unterkategorien löschen? do you want to delete all global subcategories ? admin de Möchten Sie alle globale Unterkategorien löschen? @@ -237,8 +240,8 @@ do you want to move all global subcategories one level down ? admin de Wollen Si document root (default) admin de Wurzelverzeichnis des Webservers (Vorgabe) down admin de unten download csv admin de CSV herunterladen -each value is a line like [=