mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-25 18:59:12 +02:00
Merge branch 'beta' into devel
Conflicts: src/lang/de/admin.php src/lang/de/main.php
This commit is contained in:
commit
adaa206a91
@ -28,180 +28,180 @@
|
||||
global $content;
|
||||
|
||||
// Global Stuff
|
||||
$content['LN_ADMINMENU_HOMEPAGE'] = "Back to Show Events";
|
||||
$content['LN_ADMINMENU_GENOPT'] = "Preferences";
|
||||
$content['LN_ADMINMENU_SOURCEOPT'] = "Sources";
|
||||
$content['LN_ADMINMENU_VIEWSOPT'] = "Views";
|
||||
$content['LN_ADMINMENU_SEARCHOPT'] = "Searches";
|
||||
$content['LN_ADMINMENU_USEROPT'] = "Users";
|
||||
$content['LN_ADMINMENU_GROUPOPT'] = "Groups";
|
||||
$content['LN_ADMINMENU_HOMEPAGE'] = "Zurück zu den Meldungen";
|
||||
$content['LN_ADMINMENU_GENOPT'] = "Einstellungen";
|
||||
$content['LN_ADMINMENU_SOURCEOPT'] = "Quellen";
|
||||
$content['LN_ADMINMENU_VIEWSOPT'] = "Anzeigen";
|
||||
$content['LN_ADMINMENU_SEARCHOPT'] = "Suchen";
|
||||
$content['LN_ADMINMENU_USEROPT'] = "Benutzer";
|
||||
$content['LN_ADMINMENU_GROUPOPT'] = "Gruppen";
|
||||
$content['LN_ADMINMENU_CHARTOPT'] = "Charts";
|
||||
$content['LN_ADMINMENU_FIELDOPT'] = "Fields";
|
||||
$content['LN_ADMINMENU_FIELDOPT'] = "Felder";
|
||||
$content['LN_ADMINMENU_DBMAPPINGOPT'] = "DBMappings";
|
||||
$content['LN_ADMINMENU_MSGPARSERSOPT'] = "Message Parsers";
|
||||
$content['LN_ADMINMENU_MSGPARSERSOPT'] = "Meldungs Parser";
|
||||
$content['LN_ADMINMENU_REEPORTSOPT'] = "Report Modules";
|
||||
$content['LN_ADMIN_CENTER'] = "Admin center";
|
||||
$content['LN_ADMIN_UNKNOWNSTATE'] = "Unknown State";
|
||||
$content['LN_ADMIN_ERROR_NOTALLOWED'] = "You are not allowed to access this page with your user level.";
|
||||
$content['LN_DELETEYES'] = "Yes";
|
||||
$content['LN_DELETENO'] = "No";
|
||||
$content['LN_GEN_ACTIONS'] = "Available Actions";
|
||||
$content['LN_ADMIN_SEND'] = "Send changes";
|
||||
$content['LN_GEN_USERONLY'] = "User only";
|
||||
$content['LN_GEN_GROUPONLY'] = "Group only";
|
||||
$content['LN_ADMIN_CENTER'] = "Administration";
|
||||
$content['LN_ADMIN_UNKNOWNSTATE'] = "Unbekannter Status";
|
||||
$content['LN_ADMIN_ERROR_NOTALLOWED'] = "Sie sind nicht berechtigt mit diesem Benutzer-Level diese Seite anzuzeigen.";
|
||||
$content['LN_DELETEYES'] = "Ja";
|
||||
$content['LN_DELETENO'] = "Nein";
|
||||
$content['LN_GEN_ACTIONS'] = "Mögliche Aktionen";
|
||||
$content['LN_ADMIN_SEND'] = "Änderungen speichern";
|
||||
$content['LN_GEN_USERONLY'] = "Nur Benutzer";
|
||||
$content['LN_GEN_GROUPONLY'] = "Nur Gruppen";
|
||||
$content['LN_GEN_GLOBAL'] = "Global";
|
||||
$content['LN_GEN_USERONLY_LONG'] = "For me only <br>(Only available to your user)";
|
||||
$content['LN_GEN_GROUPONLY_LONG'] = "For this group <br>(Only available to the selected group)";
|
||||
$content['LN_GEN_GROUPONLYNAME'] = "Group '%1'";
|
||||
$content['LN_ADMIN_POPUPHELP'] = "Details on this function";
|
||||
$content['LN_ADMIN_DBSTATS'] = "Show database statistics.";
|
||||
$content['LN_ADMIN_CLEARDATA'] = "If you need to remove old data records, use this function.";
|
||||
$content['LN_GEN_USERONLY_LONG'] = "Eigene Einstellungen <br>(Nur für Ihren Benutzer)";
|
||||
$content['LN_GEN_GROUPONLY_LONG'] = "Einstellungen für die Gruppe <br>(Nur für die ausgewählte Gruppe)";
|
||||
$content['LN_GEN_GROUPONLYNAME'] = "Gruppe '%1'";
|
||||
$content['LN_ADMIN_POPUPHELP'] = "Details f%uuml;r diese Funktion";
|
||||
$content['LN_ADMIN_DBSTATS'] = "Anzeige der Datenbankinformationen.";
|
||||
$content['LN_ADMIN_CLEARDATA'] = "Wenn Sie alte Datenbankeinträge löschen wollen, benutzen Sie diese Funktion.";
|
||||
|
||||
// General Options
|
||||
$content['LN_ADMIN_GLOBFRONTEND'] = "Global frontend options";
|
||||
$content['LN_ADMIN_USERFRONTEND'] = "User specific frontend options";
|
||||
$content['LN_ADMIN_MISC'] = "Miscellaneous Options";
|
||||
$content['LN_GEN_SHOWDEBUGMSG'] = "Show Debug messages";
|
||||
$content['LN_GEN_DEBUGGRIDCOUNTER'] = "Show Debug Gridcounter";
|
||||
$content['LN_GEN_SHOWPAGERENDERSTATS'] = "Show Pagerenderstats";
|
||||
$content['LN_GEN_ENABLEGZIP'] = "Enable GZIP Compressed Output";
|
||||
$content['LN_GEN_DEBUGUSERLOGIN'] = "Debug Userlogin";
|
||||
$content['LN_GEN_WEBSTYLE'] = "Default selected style";
|
||||
$content['LN_GEN_SELLANGUAGE'] = "Default selected language";
|
||||
$content['LN_GEN_PREPENDTITLE'] = "Prepend this string in title";
|
||||
$content['LN_GEN_USETODAY'] = "Use Today and Yesterday in timefields";
|
||||
$content['LN_GEN_DETAILPOPUPS'] = "Use Popup to display the full messagedetails";
|
||||
$content['LN_GEN_MSGCHARLIMIT'] = "Character limit of the message in main view";
|
||||
$content['LN_GEN_STRCHARLIMIT'] = "Character display limit for all string type fields";
|
||||
$content['LN_GEN_ENTRIESPERPAGE'] = "Number of entries per page";
|
||||
$content['LN_GEN_AUTORELOADSECONDS'] = "Enable autoreload after seconds";
|
||||
$content['LN_GEN_IPADRRESOLVE'] = "Resolve IP Addresses using DNS";
|
||||
$content['LN_GEN_CUSTBTNCAPT'] = "Custom search caption";
|
||||
$content['LN_GEN_CUSTBTNSRCH'] = "Custom search string";
|
||||
$content['LN_GEN_SUCCESSFULLYSAVED'] = "The configuration Values have been successfully saved";
|
||||
$content['LN_GEN_INTERNAL'] = "Internal";
|
||||
$content['LN_GEN_DISABLED'] = "Function disabled";
|
||||
$content['LN_GEN_CONFIGFILE'] = "Configuration File";
|
||||
$content['LN_GEN_ACCESSDENIED'] = "Access denied to this function";
|
||||
$content['LN_GEN_DEFVIEWS'] = "Default selected view";
|
||||
$content['LN_GEN_DEFSOURCE'] = "Default selected source";
|
||||
$content['LN_GEN_SUPPRESSDUPMSG'] = "Suppress duplicated messages";
|
||||
$content['LN_GEN_OPTIONNAME'] = "Option name";
|
||||
$content['LN_GEN_GLOBALVALUE'] = "Global value";
|
||||
$content['LN_GEN_PERSONALVALUE'] = "Personal (User)value";
|
||||
$content['LN_GEN_DISABLEUSEROPTIONS'] = "Click here to disable personal options";
|
||||
$content['LN_GEN_ENABLEUSEROPTIONS'] = "Click here to enable personal options";
|
||||
$content['LN_ADMIN_GLOBALONLY'] = "Global Options Only";
|
||||
$content['LN_GEN_DEBUGTOSYSLOG'] = "Send Debug to local syslog server";
|
||||
$content['LN_GEN_POPUPMENUTIMEOUT'] = "Popupmenu Timeout in milli seconds";
|
||||
$content['LN_ADMIN_SCRIPTTIMEOUT'] = "PHP Script Timeout in seconds";
|
||||
$content['LN_GEN_INJECTHTMLHEADER'] = "Inject this html code into the <head> area.";
|
||||
$content['LN_GEN_INJECTBODYHEADER'] = "Inject this html code at the beginning of the <body> area.";
|
||||
$content['LN_GEN_INJECTBODYFOOTER'] = "Inject this html code at the end <body> area.";
|
||||
$content['LN_ADMIN_PHPLOGCON_LOGOURL'] = "Optional phpLogCon Logo URL. Leave empty to use the default one.";
|
||||
$content['LN_ADMIN_GLOBFRONTEND'] = "Globale Anzeige Optionen";
|
||||
$content['LN_ADMIN_USERFRONTEND'] = "Benutzer spezifische Anzeige Optionen";
|
||||
$content['LN_ADMIN_MISC'] = "Verschiedene Optionen";
|
||||
$content['LN_GEN_SHOWDEBUGMSG'] = "Anzeige von Debug Meldungen";
|
||||
$content['LN_GEN_DEBUGGRIDCOUNTER'] = "Anzeige Debug Meldungssumme";
|
||||
$content['LN_GEN_SHOWPAGERENDERSTATS'] = "Anzeige Status des Seiten-Renderers";
|
||||
$content['LN_GEN_ENABLEGZIP'] = "Ermögliche GZIP komprimierte Ausgabe";
|
||||
$content['LN_GEN_DEBUGUSERLOGIN'] = "Debug Benutzeranmeldung";
|
||||
$content['LN_GEN_WEBSTYLE'] = "Standard Style";
|
||||
$content['LN_GEN_SELLANGUAGE'] = "Standard Sprache";
|
||||
$content['LN_GEN_PREPENDTITLE'] = "Diese Zeichenfolge im Titel mit anzeigen";
|
||||
$content['LN_GEN_USETODAY'] = "Anzeige von 'Today' aund 'Yesterday' in den Zeitfeldern";
|
||||
$content['LN_GEN_DETAILPOPUPS'] = "Benutze Popup-Fenster um alle Meldungsdatails anzuzeigen";
|
||||
$content['LN_GEN_MSGCHARLIMIT'] = "Anzahl der Zeichen im Meldungsfenster in der Hauptanzeige";
|
||||
$content['LN_GEN_STRCHARLIMIT'] = "Anzahl der Zeichen in Feldern";
|
||||
$content['LN_GEN_ENTRIESPERPAGE'] = "Anzahl der Zeilen pro Seite";
|
||||
$content['LN_GEN_AUTORELOADSECONDS'] = "Ermögliche automatisches neu laden der Seite nach Sekunden";
|
||||
$content['LN_GEN_IPADRRESOLVE'] = "Ermitteln der IP-Adresse durch DNS-Abfragen";
|
||||
$content['LN_GEN_CUSTBTNCAPT'] = "Benutzerdefinierte Such-Titel";
|
||||
$content['LN_GEN_CUSTBTNSRCH'] = "Benutzerdefinierte Such-Zeichenfolge";
|
||||
$content['LN_GEN_SUCCESSFULLYSAVED'] = "Die Einstellungen wurden erfolgreich gespeichert!";
|
||||
$content['LN_GEN_INTERNAL'] = "Intern";
|
||||
$content['LN_GEN_DISABLED'] = "Funktion deaktiviert";
|
||||
$content['LN_GEN_CONFIGFILE'] = "Konfigurationsdatei";
|
||||
$content['LN_GEN_ACCESSDENIED'] = "Der Zugriff auf diese Funktion wurde verweigert!";
|
||||
$content['LN_GEN_DEFVIEWS'] = "Standard Anzeige";
|
||||
$content['LN_GEN_DEFSOURCE'] = "Standard Quelle";
|
||||
$content['LN_GEN_SUPPRESSDUPMSG'] = "Doppelte Meldungen nur einmal anzeigen";
|
||||
$content['LN_GEN_OPTIONNAME'] = "Option Name";
|
||||
$content['LN_GEN_GLOBALVALUE'] = "Globale Werte";
|
||||
$content['LN_GEN_PERSONALVALUE'] = "Persönliche (benutzerbezogene)Werte";
|
||||
$content['LN_GEN_DISABLEUSEROPTIONS'] = "Hier klicken um persönche Optionen zu deaktivieren";
|
||||
$content['LN_GEN_ENABLEUSEROPTIONS'] = "Hier klicken um persönliche Optionen zu aktivieren";
|
||||
$content['LN_ADMIN_GLOBALONLY'] = "Nur Globale Optionen";
|
||||
$content['LN_GEN_DEBUGTOSYSLOG'] = "Sende Debug zum lokalen Syslog Server";
|
||||
$content['LN_GEN_POPUPMENUTIMEOUT'] = "Popupmenü Anzeige für Millisekunden";
|
||||
$content['LN_ADMIN_SCRIPTTIMEOUT'] = "PHP Skript max. Lauzeit in Sekunden";
|
||||
$content['LN_GEN_INJECTHTMLHEADER'] = "Voranstellen von HTML Code in <head> Bereich.";
|
||||
$content['LN_GEN_INJECTBODYHEADER'] = "Voranstellen von HTML Code am Anfang des <body> Bereichs.";
|
||||
$content['LN_GEN_INJECTBODYFOOTER'] = "Voranstellen von HTML Code Am Ende des <body> Bereichs.";
|
||||
$content['LN_ADMIN_PHPLOGCON_LOGOURL'] = "Optionale phpLogCon-Logo-URL. Bitte für das Standard-Logo leer lassen.";
|
||||
|
||||
// User Center
|
||||
$content['LN_USER_CENTER'] = "User Options";
|
||||
$content['LN_USER_CENTER'] = "Benutzer Optionen";
|
||||
$content['LN_USER_ID'] = "ID";
|
||||
$content['LN_USER_NAME'] = "Username";
|
||||
$content['LN_USER_ADD'] = "Add User";
|
||||
$content['LN_USER_EDIT'] = "Edit User";
|
||||
$content['LN_USER_DELETE'] = "Delete User";
|
||||
$content['LN_USER_PASSWORD1'] = "Password";
|
||||
$content['LN_USER_PASSWORD2'] = "Confirm Password";
|
||||
$content['LN_USER_ERROR_IDNOTFOUND'] = "Error, User with ID '%1' , was not found";
|
||||
$content['LN_USER_ERROR_DONOTDELURSLF'] = "Error, you can not DELETE YOURSELF!";
|
||||
$content['LN_USER_ERROR_DELUSER'] = "Deleting of the user with id '%1' failed!";
|
||||
$content['LN_USER_ERROR_INVALIDID'] = "Error, invalid ID, User not found";
|
||||
$content['LN_USER_ERROR_HASBEENDEL'] = "The User '%1' has been successfully deleted!";
|
||||
$content['LN_USER_ERROR_USEREMPTY'] = "Error, Username was empty";
|
||||
$content['LN_USER_ERROR_USERNAMETAKEN'] = "Error, this Username is already taken!";
|
||||
$content['LN_USER_ERROR_PASSSHORT'] = "Error, Password was to short, or did not match";
|
||||
$content['LN_USER_ERROR_HASBEENADDED'] = "User '%1' has been successfully added";
|
||||
$content['LN_USER_ERROR_HASBEENEDIT'] = "User '%1' has been successfully edited";
|
||||
$content['LN_USER_ISADMIN'] = "Is Admin?";
|
||||
$content['LN_USER_ADDEDIT'] = "Add/Edit User";
|
||||
$content['LN_USER_WARNREMOVEADMIN'] = "You are about to revoke your own administrative priviledges. Are you sure to remove your admin status?";
|
||||
$content['LN_USER_WARNDELETEUSER'] = "Are you sure that you want to delete the User '%1'? All his personal settings will be deleted as well.";
|
||||
$content['LN_USER_ERROR_INVALIDSESSIONS'] = "Invalid User Session.";
|
||||
$content['LN_USER_NAME'] = "Benutzername";
|
||||
$content['LN_USER_ADD'] = "Benutzer hinzufügen";
|
||||
$content['LN_USER_EDIT'] = "Benutzer bearbeiten";
|
||||
$content['LN_USER_DELETE'] = "Benutzer löschen";
|
||||
$content['LN_USER_PASSWORD1'] = "Passwort";
|
||||
$content['LN_USER_PASSWORD2'] = "Passwort Bestätigung";
|
||||
$content['LN_USER_ERROR_IDNOTFOUND'] = "Fehler, ein Benutzer mit der ID '%1', wurde nicht gefunden";
|
||||
$content['LN_USER_ERROR_DONOTDELURSLF'] = "Fehler, Sie können sich NICHT SELBST LÖSCHEN!";
|
||||
$content['LN_USER_ERROR_DELUSER'] = "Löschen des Benutzer mit der id '%1' fehlgeschlagen!";
|
||||
$content['LN_USER_ERROR_INVALIDID'] = "Fehler, ungültige ID, Benutzer nicht gefunden";
|
||||
$content['LN_USER_ERROR_HASBEENDEL'] = "Der Benutzer '%1' wurde erfolgreich gelöscht!";
|
||||
$content['LN_USER_ERROR_USEREMPTY'] = "Fehler, Benutzername ist leer";
|
||||
$content['LN_USER_ERROR_USERNAMETAKEN'] = "Fehler, dieser Benutzername existiert bereits!";
|
||||
$content['LN_USER_ERROR_PASSSHORT'] = "Fehler, Passwort ist zu kurz, oder stimmt nicht überein.";
|
||||
$content['LN_USER_ERROR_HASBEENADDED'] = "Benutzer '%1' wurde erfolgreich hinzugefügt.";
|
||||
$content['LN_USER_ERROR_HASBEENEDIT'] = "Benutzer '%1' wurde erfolgreich geändert.";
|
||||
$content['LN_USER_ISADMIN'] = "Administrator?";
|
||||
$content['LN_USER_ADDEDIT'] = "Hinzufügen/Bearbeiten von Benutzern";
|
||||
$content['LN_USER_WARNREMOVEADMIN'] = "Sie sind im Begriff sich Ihre Administorenrechte zu nehmen. Sind Sie sicher?";
|
||||
$content['LN_USER_WARNDELETEUSER'] = "Sind Sie sicher das Sie den Benutzer '%1' löschen wollen? Alle pers. Einstellungen werden ebenfalls gelöscht.";
|
||||
$content['LN_USER_ERROR_INVALIDSESSIONS'] = "Ungültige Benutzer Sitzung.";
|
||||
$content['LN_USER_'] = "";
|
||||
|
||||
// Group center
|
||||
$content['LN_GROUP_CENTER'] = "Group Center";
|
||||
$content['LN_GROUP_CENTER'] = "Gruppen Administration";
|
||||
$content['LN_GROUP_ID'] = "ID";
|
||||
$content['LN_GROUP_NAME'] = "Groupname";
|
||||
$content['LN_GROUP_DESCRIPTION'] = "Groupdescription";
|
||||
$content['LN_GROUP_TYPE'] = "Grouptype";
|
||||
$content['LN_GROUP_ADD'] = "Add Group";
|
||||
$content['LN_GROUP_EDIT'] = "Edit Group";
|
||||
$content['LN_GROUP_DELETE'] = "Delete Group";
|
||||
$content['LN_GROUP_NOGROUPS'] = "No groups have been added yet";
|
||||
$content['LN_GROUP_ADDEDIT'] = "Add/Edit Group";
|
||||
$content['LN_GROUP_ERROR_GROUPEMPTY'] = "The groupname cannot be empty.";
|
||||
$content['LN_GROUP_ERROR_GROUPNAMETAKEN'] = "The groupname has already been taken.";
|
||||
$content['LN_GROUP_HASBEENADDED'] = "The group '%1' has been successfully added.";
|
||||
$content['LN_GROUP_ERROR_IDNOTFOUND'] = "The group with ID '%1' could not be found.";
|
||||
$content['LN_GROUP_ERROR_HASBEENEDIT'] = "The group '%1' has been successfully edited.";
|
||||
$content['LN_GROUP_ERROR_INVALIDGROUP'] = "Error, invalid ID, Group not found";
|
||||
$content['LN_GROUP_WARNDELETEGROUP'] = "Are you sure that you want to delete the Group '%1'? All Groupsettings will be deleted as well.";
|
||||
$content['LN_GROUP_ERROR_DELGROUP'] = "Deleting of the group with id '%1' failed!";
|
||||
$content['LN_GROUP_ERROR_HASBEENDEL'] = "The Group '%1' has been successfully deleted!";
|
||||
$content['LN_GROUP_MEMBERS'] = "Groupmembers: ";
|
||||
$content['LN_GROUP_ADDUSER'] = "Add User to Group";
|
||||
$content['LN_GROUP_ERROR_USERIDMISSING'] = "The userid is missing.";
|
||||
$content['LN_GROUP_USERHASBEENADDEDGROUP'] = "The User '%1' has been successfully added to group '%2'";
|
||||
$content['LN_GROUP_ERRORNOMOREUSERS'] = "There are no more available users who can be added to the group '%1'";
|
||||
$content['LN_GROUP_USER_ADD'] = "Add User to the group";
|
||||
$content['LN_GROUP_USERDELETE'] = "Remove a User from the group";
|
||||
$content['LN_GROUP_ERRORNOUSERSINGROUP'] = "There are no users to remove in this the group '%1'";
|
||||
$content['LN_GROUP_ERROR_REMUSERFROMGROUP'] = "The user '%1' could not be removed from the group '%2'";
|
||||
$content['LN_GROUP_USERHASBEENREMOVED'] = "The user '%1' has been successfully removed from the group '%2'";
|
||||
$content['LN_GROUP_NAME'] = "Gruppenname";
|
||||
$content['LN_GROUP_DESCRIPTION'] = "Gruppenbeschreibung";
|
||||
$content['LN_GROUP_TYPE'] = "Gruppentyp";
|
||||
$content['LN_GROUP_ADD'] = "Gruppe hinzufügen";
|
||||
$content['LN_GROUP_EDIT'] = "Gruppe bearbeiten";
|
||||
$content['LN_GROUP_DELETE'] = "Gruppe löschen";
|
||||
$content['LN_GROUP_NOGROUPS'] = "Es wurde aktuell keine Gruppe angelegt.";
|
||||
$content['LN_GROUP_ADDEDIT'] = "Hinzufügen/Bearbeiten Gruppe";
|
||||
$content['LN_GROUP_ERROR_GROUPEMPTY'] = "Der Gruppenname darf nicht leer sein..";
|
||||
$content['LN_GROUP_ERROR_GROUPNAMETAKEN'] = "Der Gruppenname existiert bereits.";
|
||||
$content['LN_GROUP_HASBEENADDED'] = "Die Gruppe '%1' wurde erfolgreich hinzugefügt.";
|
||||
$content['LN_GROUP_ERROR_IDNOTFOUND'] = "Die Gruppe mit der ID '%1' konnte nicht gefunden werden.";
|
||||
$content['LN_GROUP_ERROR_HASBEENEDIT'] = "Die Gruppe '%1' wurde erfolgreich geändert.";
|
||||
$content['LN_GROUP_ERROR_INVALIDGROUP'] = "Fehler, ungültige ID, Gruppe nicht gefunden.";
|
||||
$content['LN_GROUP_WARNDELETEGROUP'] = "Sind Sie sicher, dass Sie diese Gruppe '%1'? löschen wollen. Alle Gruppeneinstellungen werden ebenfalls gelöscht.";
|
||||
$content['LN_GROUP_ERROR_DELGROUP'] = "Löschen der Gruppe mit der id '%1' fehlgeschlagen!";
|
||||
$content['LN_GROUP_ERROR_HASBEENDEL'] = "Die Gruppe '%1' wurde erfolgreich gelöscht!";
|
||||
$content['LN_GROUP_MEMBERS'] = "Gruppenmitglieder: ";
|
||||
$content['LN_GROUP_ADDUSER'] = "Benutzer der Gruppe hinzufügen";
|
||||
$content['LN_GROUP_ERROR_USERIDMISSING'] = "Die Benutzer id fehlt.";
|
||||
$content['LN_GROUP_USERHASBEENADDEDGROUP'] = "Der Benutzer '%1' wurde erfolgreich zur Gruppe '%2' hinzugefügt";
|
||||
$content['LN_GROUP_ERRORNOMOREUSERS'] = "Es sind keine Benutzer mehr verfügbar, welche zur Gruppe '%1' hinzugefügt werden können.";
|
||||
$content['LN_GROUP_USER_ADD'] = "Benutzer zur Gruppe hinzufügen";
|
||||
$content['LN_GROUP_USERDELETE'] = "Benutzer von der Gruppe entfernen";
|
||||
$content['LN_GROUP_ERRORNOUSERSINGROUP'] = "Es sind keine Benutzer mehr verfügbar, welche von der Gruppe '%1' entfernt werden können.";
|
||||
$content['LN_GROUP_ERROR_REMUSERFROMGROUP'] = "Der Benutzer '%1' kann nicht aus der Gruppe '%2' entfernt werden.";
|
||||
$content['LN_GROUP_USERHASBEENREMOVED'] = "Der Benutzer '%1' wurde erfolgreich aus der Gruppe '%2' entfernt";
|
||||
$content['LN_GROUP_'] = "";
|
||||
|
||||
// Custom Searches center
|
||||
$content['LN_SEARCH_CENTER'] = "Custom Searches";
|
||||
$content['LN_SEARCH_ADD'] = "Add new Custom Search";
|
||||
$content['LN_SEARCH_CENTER'] = "Benutzerdefinierte Suchen";
|
||||
$content['LN_SEARCH_ADD'] = "Hinzufügen einer benutzerdefinierten Suche";
|
||||
$content['LN_SEARCH_ID'] = "ID";
|
||||
$content['LN_SEARCH_NAME'] = "Search Name";
|
||||
$content['LN_SEARCH_QUERY'] = "Search Query";
|
||||
$content['LN_SEARCH_TYPE'] = "Assigned to";
|
||||
$content['LN_SEARCH_EDIT'] = "Edit Custom Search";
|
||||
$content['LN_SEARCH_DELETE'] = "Delete Custom Search";
|
||||
$content['LN_SEARCH_ADDEDIT'] = "Add / Edit a Custom Search";
|
||||
$content['LN_SEARCH_SELGROUPENABLE'] = ">> Select Group to enable <<";
|
||||
$content['LN_SEARCH_ERROR_DISPLAYNAMEEMPTY'] = "The DisplayName cannot be empty.";
|
||||
$content['LN_SEARCH_ERROR_SEARCHQUERYEMPTY'] = "The SearchQuery cannot be empty.";
|
||||
$content['LN_SEARCH_HASBEENADDED'] = "The Custom Search '%1' has been successfully added.";
|
||||
$content['LN_SEARCH_ERROR_IDNOTFOUND'] = "Could not find a search with ID '%1'.";
|
||||
$content['LN_SEARCH_ERROR_INVALIDID'] = "Invalid search ID.";
|
||||
$content['LN_SEARCH_HASBEENEDIT'] = "The Custom Search '%1' has been successfully edited.";
|
||||
$content['LN_SEARCH_WARNDELETESEARCH'] = "Are you sure that you want to delete the Custom Search '%1'? This cannot be undone!";
|
||||
$content['LN_SEARCH_ERROR_DELSEARCH'] = "Deleting of the Custom Search with id '%1' failed!";
|
||||
$content['LN_SEARCH_ERROR_HASBEENDEL'] = "The Custom Search '%1' has been successfully deleted!";
|
||||
$content['LN_SEARCH_NAME'] = "Name der Suche ";
|
||||
$content['LN_SEARCH_QUERY'] = "Suchabfrage";
|
||||
$content['LN_SEARCH_TYPE'] = "Zugewiesen zu";
|
||||
$content['LN_SEARCH_EDIT'] = "Bearbeiten einer benutzerdefinierten Suche";
|
||||
$content['LN_SEARCH_DELETE'] = "Löschen einer benutzerdefinierten Suche";
|
||||
$content['LN_SEARCH_ADDEDIT'] = "Hinzufügen/Bearbeiten benutzerdefinerte Suche";
|
||||
$content['LN_SEARCH_SELGROUPENABLE'] = ">> Gruppe auswählen <<";
|
||||
$content['LN_SEARCH_ERROR_DISPLAYNAMEEMPTY'] = "Der Anzeigenname kann nicht leer sein.";
|
||||
$content['LN_SEARCH_ERROR_SEARCHQUERYEMPTY'] = "Die Suchabfrage kann nicht leer sein.";
|
||||
$content['LN_SEARCH_HASBEENADDED'] = "Die benutzerdefinerte Suche '%1' wurde erfolgreich hinzugefügt.";
|
||||
$content['LN_SEARCH_ERROR_IDNOTFOUND'] = "Es konnte keine Suche mit der ID '%1' gefunden werden.";
|
||||
$content['LN_SEARCH_ERROR_INVALIDID'] = "Ungültige ID der Suche.";
|
||||
$content['LN_SEARCH_HASBEENEDIT'] = "Die benutzerdefinierte Suche '%1' wurde erfolgreich geändert.";
|
||||
$content['LN_SEARCH_WARNDELETESEARCH'] = "Sind Sie sicher, dass Sie die Suche' %1' löschen wollen? Dies kann nicht rückgängig gemacht werden!";
|
||||
$content['LN_SEARCH_ERROR_DELSEARCH'] = "Löschen der benutzerdefinerten Suche mit der id '%1' fehlgeschlagen!";
|
||||
$content['LN_SEARCH_ERROR_HASBEENDEL'] = "Die benutzerdefinierte Suche '%1' wurde erfolgreich gelöscht!";
|
||||
$content['LN_SEARCH_'] = "";
|
||||
|
||||
// Custom Views center
|
||||
$content['LN_VIEWS_CENTER'] = "Views Options";
|
||||
$content['LN_VIEWS_CENTER'] = "Ansicht Optionen";
|
||||
$content['LN_VIEWS_ID'] = "ID";
|
||||
$content['LN_VIEWS_NAME'] = "View Name";
|
||||
$content['LN_VIEWS_COLUMNS'] = "View Columns";
|
||||
$content['LN_VIEWS_TYPE'] = "Assigned to";
|
||||
$content['LN_VIEWS_ADD'] = "Add new View";
|
||||
$content['LN_VIEWS_EDIT'] = "Edit View";
|
||||
$content['LN_VIEWS_ERROR_IDNOTFOUND'] = "A View with ID '%1' could not be found.";
|
||||
$content['LN_VIEWS_ERROR_INVALIDID'] = "The View with ID '%1' is not a valid View.";
|
||||
$content['LN_VIEWS_WARNDELETEVIEW'] = "Are you sure that you want to delete the View '%1'? This cannot be undone!";
|
||||
$content['LN_VIEWS_ERROR_DELSEARCH'] = "Deleting of the View with id '%1' failed!";
|
||||
$content['LN_VIEWS_ERROR_HASBEENDEL'] = "The View '%1' has been successfully deleted!";
|
||||
$content['LN_VIEWS_ADDEDIT'] = "Add / Edit a View";
|
||||
$content['LN_VIEWS_COLUMNLIST'] = "Configured Columns";
|
||||
$content['LN_VIEWS_ADDCOLUMN'] = "Add Column into list";
|
||||
$content['LN_VIEWS_ERROR_DISPLAYNAMEEMPTY'] = "The DisplayName cannot be empty.";
|
||||
$content['LN_VIEWS_COLUMN'] = "Column";
|
||||
$content['LN_VIEWS_COLUMN_REMOVE'] = "Remove Column";
|
||||
$content['LN_VIEWS_HASBEENADDED'] = "The Custom View '%1' has been successfully added.";
|
||||
$content['LN_VIEWS_ERROR_NOCOLUMNS'] = "You need to add at least one column in order to add a new Custom View.";
|
||||
$content['LN_VIEWS_HASBEENEDIT'] = "The Custom Search '%1' has been successfully edited.";
|
||||
$content['LN_VIEWS_NAME'] = "Name der Ansicht";
|
||||
$content['LN_VIEWS_COLUMNS'] = "Spalten";
|
||||
$content['LN_VIEWS_TYPE'] = "Zugewiesen zu";
|
||||
$content['LN_VIEWS_ADD'] = "Hinzufügen einer Ansicht";
|
||||
$content['LN_VIEWS_EDIT'] = "Bearbeiten einer Ansicht";
|
||||
$content['LN_VIEWS_ERROR_IDNOTFOUND'] = "Eine Ansicht mit der ID '%1' konnte nicht gefunden werden.";
|
||||
$content['LN_VIEWS_ERROR_INVALIDID'] = "Die Ansicht mit der ID '%1' ist keine gültige Ansicht.";
|
||||
$content['LN_VIEWS_WARNDELETEVIEW'] = "Sind Sie sicher, dass Sie die Ansicht '%1' löschen wollen? Dies kann nicht rückgängig gemacht werden!";
|
||||
$content['LN_VIEWS_ERROR_DELSEARCH'] = "Löschen der Ansicht mit der id '%1' fehlgeschlagen!";
|
||||
$content['LN_VIEWS_ERROR_HASBEENDEL'] = "Die Ansicht '%1' wurder erfolgreich gelöscht!";
|
||||
$content['LN_VIEWS_ADDEDIT'] = "Hinzufügen/Bearbeiten einer Ansicht";
|
||||
$content['LN_VIEWS_COLUMNLIST'] = "Konfigurierte Spalten";
|
||||
$content['LN_VIEWS_ADDCOLUMN'] = "Eine Spatle hinzufügen";
|
||||
$content['LN_VIEWS_ERROR_DISPLAYNAMEEMPTY'] = "Der Name der Ansicht kann nicht leer sein.";
|
||||
$content['LN_VIEWS_COLUMN'] = "Spalte";
|
||||
$content['LN_VIEWS_COLUMN_REMOVE'] = "Spalte löschen";
|
||||
$content['LN_VIEWS_HASBEENADDED'] = "Die Ansicht '%1' wurder erfolgreich hinzugefügt.";
|
||||
$content['LN_VIEWS_ERROR_NOCOLUMNS'] = "Sie müssen mind. eine Spalte anegben, um eine neue Ansicht zu erstellen.";
|
||||
$content['LN_VIEWS_HASBEENEDIT'] = "Die Ansicht '%1' wurde erfolgreich geändert.";
|
||||
$content['LN_VIEWS_'] = "";
|
||||
|
||||
// Custom DBMappings center
|
||||
@ -230,146 +230,146 @@ $content['LN_DBMP_HASBEENEDIT'] = "The Custom Database Mapping '%1' has been suc
|
||||
$content['LN_DBMP_ERROR_MISSINGFIELDNAME'] = "Missing mapping for the '%1' field.";
|
||||
|
||||
// Custom Sources center
|
||||
$content['LN_SOURCES_CENTER'] = "Sources Options";
|
||||
$content['LN_SOURCES_EDIT'] = "Edit Source";
|
||||
$content['LN_SOURCES_DELETE'] = "Delete Source";
|
||||
$content['LN_SOURCES_CENTER'] = "Quellen Optionen";
|
||||
$content['LN_SOURCES_EDIT'] = "Quelle bearbeiten";
|
||||
$content['LN_SOURCES_DELETE'] = "Quelle löschen";
|
||||
$content['LN_SOURCES_ID'] = "ID";
|
||||
$content['LN_SOURCES_NAME'] = "Source Name";
|
||||
$content['LN_SOURCES_TYPE'] = "Source Type";
|
||||
$content['LN_SOURCES_ASSIGNTO'] = "Assigned To";
|
||||
$content['LN_SOURCES_DISK'] = "Diskfile";
|
||||
$content['LN_SOURCES_DB'] = "MySQL Database";
|
||||
$content['LN_SOURCES_PDO'] = "PDO Datasource";
|
||||
$content['LN_SOURCES_ADD'] = "Add new Source";
|
||||
$content['LN_SOURCES_ADDEDIT'] = "Add / Edit a Source";
|
||||
$content['LN_SOURCES_TYPE'] = "Source Type";
|
||||
$content['LN_SOURCES_DISKTYPEOPTIONS'] = "Diskfile related Options";
|
||||
$content['LN_SOURCES_ERROR_MISSINGPARAM'] = "The paramater '%1' is missing.";
|
||||
$content['LN_SOURCES_ERROR_NOTAVALIDFILE'] = "Failed to open the syslog file '%1'! Check if the file exists and phplogcon has sufficient rights to it";
|
||||
$content['LN_SOURCES_ERROR_UNKNOWNSOURCE'] = "Unknown Source '%1' detected";
|
||||
$content['LN_SOURCE_HASBEENADDED'] = "The new Source '%1' has been successfully added.";
|
||||
$content['LN_SOURCES_EDIT'] = "Edit Source";
|
||||
$content['LN_SOURCES_ERROR_INVALIDORNOTFOUNDID'] = "The Source-ID is invalid or could not be found.";
|
||||
$content['LN_SOURCES_ERROR_IDNOTFOUND'] = "The Source-ID could not be found in the database.";
|
||||
$content['LN_SOURCES_HASBEENEDIT'] = "The Source '%1' has been successfully edited.";
|
||||
$content['LN_SOURCES_WARNDELETESEARCH'] = "Are you sure that you want to delete the Source '%1'? This cannot be undone!";
|
||||
$content['LN_SOURCES_ERROR_DELSOURCE'] = "Deleting of the Source with id '%1' failed!";
|
||||
$content['LN_SOURCES_ERROR_HASBEENDEL'] = "The Source '%1' has been successfully deleted!";
|
||||
$content['LN_SOURCES_DESCRIPTION'] = "Source Description (Optional)";
|
||||
$content['LN_SOURCES_ERROR_INVALIDVALUE'] = "Invalid value for the paramater '%1'.";
|
||||
$content['LN_SOURCES_NAME'] = "Name der Quelle";
|
||||
$content['LN_SOURCES_TYPE'] = "Typ der Quelle";
|
||||
$content['LN_SOURCES_ASSIGNTO'] = "Zugewiesen zu";
|
||||
$content['LN_SOURCES_DISK'] = "Festplatten Datei";
|
||||
$content['LN_SOURCES_DB'] = "MySQL Datenbank";
|
||||
$content['LN_SOURCES_PDO'] = "PDO Datenquelle";
|
||||
$content['LN_SOURCES_ADD'] = "Hinzufügen einer Quelle";
|
||||
$content['LN_SOURCES_ADDEDIT'] = "Hinzufügen/Bearbeiten einer Quelle";
|
||||
$content['LN_SOURCES_TYPE'] = "Typ der Quelle";
|
||||
$content['LN_SOURCES_DISKTYPEOPTIONS'] = "Festplatten Datei, zugewiesene Optionen";
|
||||
$content['LN_SOURCES_ERROR_MISSINGPARAM'] = "Der Parameter '%1' fehlt.";
|
||||
$content['LN_SOURCES_ERROR_NOTAVALIDFILE'] = "Fehler beim öffnen der Syslog Detei '%1'! Bitte überprüfen Sie die Existenz der Datei und die Rechte für phpLogCon.";
|
||||
$content['LN_SOURCES_ERROR_UNKNOWNSOURCE'] = "Unbekannte Quelle '%1' gefunden";
|
||||
$content['LN_SOURCE_HASBEENADDED'] = "Die neue Quelle '%1' wurde erfolgreich hinzugefügt.";
|
||||
$content['LN_SOURCES_EDIT'] = "Quelle bearbeiten";
|
||||
$content['LN_SOURCES_ERROR_INVALIDORNOTFOUNDID'] = "Die Quellen-ID ist ungültig oder konnte nicht gefunden werden.";
|
||||
$content['LN_SOURCES_ERROR_IDNOTFOUND'] = "Die Quellen-ID konnte in der Datenbank nicht gefunden werden.";
|
||||
$content['LN_SOURCES_HASBEENEDIT'] = "Die Quelle '%1' wurde erfolgreich geändert.";
|
||||
$content['LN_SOURCES_WARNDELETESEARCH'] = "Sind Sie sicher, dass Sie die Quelle '%1' löschen wollen? Dies kann nicht rückgängig gemacht werden!";
|
||||
$content['LN_SOURCES_ERROR_DELSOURCE'] = "Löschen der Quelle mit der id '%1' fehlgeschlagen!";
|
||||
$content['LN_SOURCES_ERROR_HASBEENDEL'] = "Die Quelle '%1' wurde erfolgreich gelöscht!";
|
||||
$content['LN_SOURCES_DESCRIPTION'] = "Beschreibung der Quelle (Optional)";
|
||||
$content['LN_SOURCES_ERROR_INVALIDVALUE'] = "Ungültiger Wert für den Parameter '%1'.";
|
||||
$content['LN_SOURCES_STATSNAME'] = "Name";
|
||||
$content['LN_SOURCES_STATSVALUE'] = "Value";
|
||||
$content['LN_SOURCES_DETAILS'] = "Details for this logstream source";
|
||||
$content['LN_SOURCES_STATSDETAILS'] = "Statistic details for this logstream source";
|
||||
$content['LN_SOURCES_ERROR_NOSTATSDATA'] = "Could not find or obtain any stats related information for this logstream source.";
|
||||
$content['LN_SOURCES_ERROR_NOCLEARSUPPORT'] = "This logstream source does not support deleting data.";
|
||||
$content['LN_SOURCES_ROWCOUNT'] = "Total Rowcount";
|
||||
$content['LN_SOURCES_CLEAR_HELPTEXT'] = "Attention! Be carefull with deleting data, any action performed here can not be undone!";
|
||||
$content['LN_SOURCES_CLEARSINCE'] = "Clear all data older than ... ";
|
||||
$content['LN_SOURCES_CLEARDATE'] = "Clear all data which is older than ... ";
|
||||
$content['LN_SOURCES_CLEARDATA_SEND'] = "Clear selected data range";
|
||||
$content['LN_SOURCES_ERROR_INVALIDCLEANUP'] = "Invalid Data Cleanup type";
|
||||
$content['LN_SOURCES_WARNDELETEDATA'] = "Are you sure that you want to clear logdata in the '%1' source? This cannot be undone!";
|
||||
$content['LN_SOURCES_ERROR_DELDATA'] = "Could not delete data in the '%1' source";
|
||||
$content['LN_SOURCES_HASBEENDELDATA'] = "Successfully deleted data from the '%1' source, '%2' rows were affected. ";
|
||||
$content['LN_SOURCES_STATSVALUE'] = "Wert";
|
||||
$content['LN_SOURCES_DETAILS'] = "Details für diese Log-Datenstrom-Quelle";
|
||||
$content['LN_SOURCES_STATSDETAILS'] = "Statistische Details für diese Log-Datenstrom-Quelle";
|
||||
$content['LN_SOURCES_ERROR_NOSTATSDATA'] = "Es konnten keine statistsichen Daten für diese Log-Datenstrom-Quelle gefunden werden.";
|
||||
$content['LN_SOURCES_ERROR_NOCLEARSUPPORT'] = "Diese Log-Datenstrom-Quelle unterstützt nicht das löschen von Daten.";
|
||||
$content['LN_SOURCES_ROWCOUNT'] = "Summe der Zeilen";
|
||||
$content['LN_SOURCES_CLEAR_HELPTEXT'] = "Achtung! Vorsicht beim Löschen von Daten, eine hier durchgeführte Aktion kann nicht mehr rückgängig gemacht werden!";
|
||||
$content['LN_SOURCES_CLEARSINCE'] = "Lösche alle Daten seit ... ";
|
||||
$content['LN_SOURCES_CLEARDATE'] = "Lösche alle Daten a¨lter als ... ";
|
||||
$content['LN_SOURCES_CLEARDATA_SEND'] = "Lösche alle ausgewählten Daten";
|
||||
$content['LN_SOURCES_ERROR_INVALIDCLEANUP'] = "Ungültiger Lösch-Typ";
|
||||
$content['LN_SOURCES_WARNDELETEDATA'] = "Sind Sie sicher, dass Sie alle Daten löschen wollen welche in der '%1' Quelle enthalten sind? Dies kann nicht mehr rückgängig gemacht werden!";
|
||||
$content['LN_SOURCES_ERROR_DELDATA'] = "Es konnten keine Daten in der Quelle '%1' gelöscht werden";
|
||||
$content['LN_SOURCES_HASBEENDELDATA'] = "Die Daten in der Quelle '%1'wurden erfolgreich gelöscht, '%2' Zeilen wurden entfern. ";
|
||||
|
||||
// Database Upgrade
|
||||
$content['LN_DBUPGRADE_TITLE'] = "phpLogCon Database Update";
|
||||
$content['LN_DBUPGRADE_DBFILENOTFOUND'] = "The database upgrade file '%1' could not be found in the include folder! Please check if all files were successfully uploaded.";
|
||||
$content['LN_DBUPGRADE_DBDEFFILESHORT'] = "The database upgrade files where empty or did not contain any SQL Command! Please check if all files were successfully uploaded.";
|
||||
$content['LN_DBUPGRADE_WELCOME'] = "Welcome to the database upgrade";
|
||||
$content['LN_DBUPGRADE_BEFORESTART'] = "Before you start upgrading your database, you should create a <b>FULL BACKUP OF YOUR DATABASE</b>. Anything else will be done automatically by the upgrade Script.";
|
||||
$content['LN_DBUPGRADE_CURRENTINSTALLED'] = "Current Installed Database Version";
|
||||
$content['LN_DBUPGRADE_TOBEINSTALLED'] = "Do be Installed Database Version";
|
||||
$content['LN_DBUPGRADE_HASBEENDONE'] = "Database Update has been performed, see the results below";
|
||||
$content['LN_DBUPGRADE_SUCCESSEXEC'] = "Successfully executed statements";
|
||||
$content['LN_DBUPGRADE_FAILEDEXEC'] = "Failed statements";
|
||||
$content['LN_DBUPGRADE_ONESTATEMENTFAILED'] = "At least one statement failed, you may need to correct and fix this issue manually. See error details below";
|
||||
$content['LN_DBUPGRADE_ERRMSG'] = "Error Message";
|
||||
$content['LN_DBUPGRADE_ULTRASTATSDBVERSION'] = "phpLogCon Database Version";
|
||||
$content['LN_DBUPGRADE_TITLE'] = "phpLogCon Datenbank Update";
|
||||
$content['LN_DBUPGRADE_DBFILENOTFOUND'] = "Die Datenbank Upgrade Datei '%1' konnte im 'include'-Ordner nicht gefunden werden! Bitte überprüfen Sie, ob Sie phpLogCon komplett heruntergeladen haben.";
|
||||
$content['LN_DBUPGRADE_DBDEFFILESHORT'] = "Die Datenbank Upgrade Datei ist leer oder enthält kein SQL-Kommando! Bitte überprüfen Sie, ob Sie phpLogCon komplett heruntergeladen haben.";
|
||||
$content['LN_DBUPGRADE_WELCOME'] = "Willkommen zum Datenbank Upgrade";
|
||||
$content['LN_DBUPGRADE_BEFORESTART'] = "Bevor Sie mit dem Upgrade der Datenbank beginnen, sollten Sie eine <b>KOMPLETTE SICHERUNG IHRER DATENBANK</b> durchführen. Alle weiteren Schritte werden automatisch duch das Upgrade-Skript durchgeführt.";
|
||||
$content['LN_DBUPGRADE_CURRENTINSTALLED'] = "Aktuell installierte Datenbank Version";
|
||||
$content['LN_DBUPGRADE_TOBEINSTALLED'] = "Zu installierende Datenbank Version";
|
||||
$content['LN_DBUPGRADE_HASBEENDONE'] = "Das Datenbank Upgrade wurde durchgeführt, das Ergebnis der Operation sehen Sie untenstehend";
|
||||
$content['LN_DBUPGRADE_SUCCESSEXEC'] = "Erfolgreich ausgeführte Anweisungen";
|
||||
$content['LN_DBUPGRADE_FAILEDEXEC'] = "Nicht erfolgreich ausgeführte Anweisungen";
|
||||
$content['LN_DBUPGRADE_ONESTATEMENTFAILED'] = "Es wurde mind. eine Anweisung nicht korekt ausgeführt, dies muss manuell durch Sie korrigiert werden. Bitte beachten Sie die untenstehenden Details";
|
||||
$content['LN_DBUPGRADE_ERRMSG'] = "Fehler Meldung";
|
||||
$content['LN_DBUPGRADE_ULTRASTATSDBVERSION'] = "phpLogCon Datenbank Version";
|
||||
|
||||
// Charts Options
|
||||
$content['LN_CHARTS_CENTER'] = "Charts Options";
|
||||
$content['LN_CHARTS_EDIT'] = "Edit Chart";
|
||||
$content['LN_CHARTS_DELETE'] = "Delete Chart";
|
||||
$content['LN_CHARTS_ADD'] = "Add new Chart";
|
||||
$content['LN_CHARTS_ADDEDIT'] = "Add / Edit a Chart";
|
||||
$content['LN_CHARTS_NAME'] = "Chart Name";
|
||||
$content['LN_CHARTS_ENABLED'] = "Chart enabled";
|
||||
$content['LN_CHARTS_ERROR_INVALIDORNOTFOUNDID'] = "The Chart-ID is invalid or could not be found.";
|
||||
$content['LN_CHARTS_ERROR_IDNOTFOUND'] = "The Chart-ID could not be found in the database.";
|
||||
$content['LN_CHARTS_WARNDELETESEARCH'] = "Are you sure that you want to delete the Chart '%1'? This cannot be undone!";
|
||||
$content['LN_CHARTS_ERROR_DELCHART'] = "Deleting of the Chart with id '%1' failed!";
|
||||
$content['LN_CHARTS_ERROR_HASBEENDEL'] = "The Chart '%1' has been successfully deleted!";
|
||||
$content['LN_CHARTS_CENTER'] = "Charts Optionen";
|
||||
$content['LN_CHARTS_EDIT'] = "Chart bearbeiten";
|
||||
$content['LN_CHARTS_DELETE'] = "Chart löschen";
|
||||
$content['LN_CHARTS_ADD'] = "Neuen Chart hinzufügen";
|
||||
$content['LN_CHARTS_ADDEDIT'] = "Hinzufügen/Bearbeiten eines Charts";
|
||||
$content['LN_CHARTS_NAME'] = "Name des Charts";
|
||||
$content['LN_CHARTS_ENABLED'] = "Chart aktiviert";
|
||||
$content['LN_CHARTS_ERROR_INVALIDORNOTFOUNDID'] = "Die Chart-ID is ungültig oder konnte nicht gefunden werden.";
|
||||
$content['LN_CHARTS_ERROR_IDNOTFOUND'] = "Die Chart-ID konnte in der Datenbank nicht gefunden werden.";
|
||||
$content['LN_CHARTS_WARNDELETESEARCH'] = "Sind Sie sicher, dass Sie den Chart '%1' löschen wollen? Dies kann nicht mehr rückgängig gemacht werden!";
|
||||
$content['LN_CHARTS_ERROR_DELCHART'] = "Löschen des Chart mit der id '%1' fehlgeschlagen!";
|
||||
$content['LN_CHARTS_ERROR_HASBEENDEL'] = "Der Chart '%1' wurde erfolgreich gelöscht!";
|
||||
|
||||
// Fields Options
|
||||
$content['LN_FIELDS_CENTER'] = "Fields Options";
|
||||
$content['LN_FIELDS_EDIT'] = "Edit Field";
|
||||
$content['LN_FIELDS_DELETE'] = "Delete Field";
|
||||
$content['LN_FIELDS_ADD'] = "Add new Field";
|
||||
$content['LN_FIELDS_ID'] = "FieldID";
|
||||
$content['LN_FIELDS_NAME'] = "Display Name";
|
||||
$content['LN_FIELDS_DEFINE'] = "Internal FieldID";
|
||||
$content['LN_FIELDS_DELETE_FROMDB'] = "Delete Field from DB";
|
||||
$content['LN_FIELDS_ADDEDIT'] = "Add / Edit a Field";
|
||||
$content['LN_FIELDS_TYPE'] = "Field Type";
|
||||
$content['LN_FIELDS_ALIGN'] = "Listview Alignment";
|
||||
$content['LN_FIELDS_SEARCHONLINE'] = "Enable online search";
|
||||
$content['LN_FIELDS_DEFAULTWIDTH'] = "Row width in Listview";
|
||||
$content['LN_FIELDS_ERROR_IDNOTFOUND'] = "The Field-ID could not be found in the database, or in the default constants.";
|
||||
$content['LN_FIELDS_ERROR_INVALIDID'] = "The Field with ID '%1' is not a valid Field.";
|
||||
$content['LN_FIELDS_SEARCHFIELD'] = "Name of Searchfilter";
|
||||
$content['LN_FIELDS_WARNDELETESEARCH'] = "Are you sure that you want to delete the Field '%1'? This cannot be undone!";
|
||||
$content['LN_FIELDS_ERROR_DELSEARCH'] = "The Field-ID could not be found in the database.";
|
||||
$content['LN_FIELDS_ERROR_HASBEENDEL'] = "The Field '%1' has been successfully deleted!";
|
||||
$content['LN_FIELDS_ERROR_FIELDCAPTIONEMPTY'] = "The field caption was empty. ";
|
||||
$content['LN_FIELDS_ERROR_FIELDIDEMPTY'] = "The field id was empty. ";
|
||||
$content['LN_FIELDS_ERROR_SEARCHFIELDEMPTY'] = "The searchfilter was empty. ";
|
||||
$content['LN_FIELDS_ERROR_FIELDDEFINEEMPTY'] = "The internal FieldID was empty. ";
|
||||
$content['LN_FIELDS_HASBEENEDIT'] = "The configuration for the field '%1' has been successfully edited.";
|
||||
$content['LN_FIELDS_HASBEENADDED'] = "The configuration for the field '%1' has been successfully added.";
|
||||
$content['LN_FIELDS_CENTER'] = "Feld Options";
|
||||
$content['LN_FIELDS_EDIT'] = "Feld Bearbeiten";
|
||||
$content['LN_FIELDS_DELETE'] = "Feld löschen";
|
||||
$content['LN_FIELDS_ADD'] = "Ein neues Feld hinzufügen";
|
||||
$content['LN_FIELDS_ID'] = "Feld-ID";
|
||||
$content['LN_FIELDS_NAME'] = "Anzeigename des Feldes";
|
||||
$content['LN_FIELDS_DEFINE'] = "Interne Feld-ID";
|
||||
$content['LN_FIELDS_DELETE_FROMDB'] = "Lösche des Feld aus der Datenbank";
|
||||
$content['LN_FIELDS_ADDEDIT'] = "Hinzufügen/Bearbeiten des Feldes";
|
||||
$content['LN_FIELDS_TYPE'] = "Feld-Typ";
|
||||
$content['LN_FIELDS_ALIGN'] = "Ausrichtung der Liste";
|
||||
$content['LN_FIELDS_SEARCHONLINE'] = "Aktiviere Online Suche";
|
||||
$content['LN_FIELDS_DEFAULTWIDTH'] = "Zeilenhöhe in der Listenansicht";
|
||||
$content['LN_FIELDS_ERROR_IDNOTFOUND'] = "Die Feld-ID konnte in der Datenbank oder in den Standardeinstellungen nicht gefunden werden.";
|
||||
$content['LN_FIELDS_ERROR_INVALIDID'] = "Das Feld mit der ID '%1' ist kein gültiges Feld.";
|
||||
$content['LN_FIELDS_SEARCHFIELD'] = "Name des Suchfilters";
|
||||
$content['LN_FIELDS_WARNDELETESEARCH'] = "Sind Sie sicher, dass Sie das Feld '%1' löschen wollen? Dies kann nicht mehr rückgängig gemacht werden!";
|
||||
$content['LN_FIELDS_ERROR_DELSEARCH'] = "Die Feld-ID konnte in der Datenbank nicht gefunden werden.";
|
||||
$content['LN_FIELDS_ERROR_HASBEENDEL'] = "Das Feld '%1' wurde erfolgreich gelöscht!";
|
||||
$content['LN_FIELDS_ERROR_FIELDCAPTIONEMPTY'] = "Die Inhalt des Feldes war leer. ";
|
||||
$content['LN_FIELDS_ERROR_FIELDIDEMPTY'] = "Die ID des Feldes war leer. ";
|
||||
$content['LN_FIELDS_ERROR_SEARCHFIELDEMPTY'] = "Der Suchfilter war leer. ";
|
||||
$content['LN_FIELDS_ERROR_FIELDDEFINEEMPTY'] = "Die interne Feld-ID war leer. ";
|
||||
$content['LN_FIELDS_HASBEENEDIT'] = "Die Konfiguration des Feldes %1' wurde erfolgreich geändert.";
|
||||
$content['LN_FIELDS_HASBEENADDED'] = "Die Konfiguration des Feldes '%1' wurde erfolgreich hinzugefügt.";
|
||||
$content['LN_FIELDS_'] = "";
|
||||
$content['LN_ALIGN_CENTER'] = "center";
|
||||
$content['LN_ALIGN_LEFT'] = "left";
|
||||
$content['LN_ALIGN_RIGHT'] = "right";
|
||||
$content['LN_FILTER_TYPE_STRING'] = "String";
|
||||
$content['LN_FILTER_TYPE_NUMBER'] = "Number";
|
||||
$content['LN_FILTER_TYPE_DATE'] = "Date";
|
||||
$content['LN_ALIGN_CENTER'] = "zentriert";
|
||||
$content['LN_ALIGN_LEFT'] = "links";
|
||||
$content['LN_ALIGN_RIGHT'] = "rechts";
|
||||
$content['LN_FILTER_TYPE_STRING'] = "Zeichenkette";
|
||||
$content['LN_FILTER_TYPE_NUMBER'] = "Zahl";
|
||||
$content['LN_FILTER_TYPE_DATE'] = "Datum";
|
||||
|
||||
// Parser Options
|
||||
$content['LN_PARSERS_EDIT'] = "Edit Message Parser";
|
||||
$content['LN_PARSERS_DELETE'] = "Delete Message Parser";
|
||||
$content['LN_PARSERS_ID'] = "Message Parser ID";
|
||||
$content['LN_PARSERS_NAME'] = "Message Parser Name";
|
||||
$content['LN_PARSERS_DESCRIPTION'] = "Message Parser Description";
|
||||
$content['LN_PARSERS_ERROR_NOPARSERS'] = "There were no valid message parsers found in your installation. ";
|
||||
$content['LN_PARSERS_HELP'] = "Help";
|
||||
$content['LN_PARSERS_HELP_CLICK'] = "Click here for more help";
|
||||
$content['LN_PARSERS_INFO'] = "Show more Information for this message parser.";
|
||||
$content['LN_PARSERS_INIT'] = "Initialize settings for this message parser.";
|
||||
$content['LN_PARSERS_REMOVE'] = "Remove settings for this message parser.";
|
||||
$content['LN_PARSERS_ERROR_IDNOTFOUND'] = "There was no message parser with ID '%1' found.";
|
||||
$content['LN_PARSERS_ERROR_INVALIDID'] = "Invalid message parser id.";
|
||||
$content['LN_PARSERS_DETAILS'] = "Details for this Parser";
|
||||
$content['LN_PARSERS_CUSTOMFIELDS'] = "The following Custom fields are needed by this Message Parser.";
|
||||
$content['LN_PARSERS_WARNREMOVE'] = "You are about to remove the custom fields needed by the '%1' Message Parser. However you can add these fields again if you change your mind.";
|
||||
$content['LN_PARSERS_ERROR_HASBEENREMOVED'] = "All settings ('%2' custom fields) for the Message Parser '%1' have been removed. ";
|
||||
$content['LN_PARSERS_ERROR_HASBEENADDED'] = "All required settings ('%2' custom fields) for the Message Parser '%1' have been added. ";
|
||||
$content['LN_PARSERS_ERROR_NOFIELDS'] = "The Message Parser '%1' does not have any custom fields to add.";
|
||||
$content['LN_PARSERS_EDIT'] = "Bearbeiten eines Meldungs Parsers";
|
||||
$content['LN_PARSERS_DELETE'] = "Löschen eines Meldungs Parsers";
|
||||
$content['LN_PARSERS_ID'] = "Meldungs Parser ID";
|
||||
$content['LN_PARSERS_NAME'] = "Melungs Parser Name";
|
||||
$content['LN_PARSERS_DESCRIPTION'] = "Meldungs Parser Beschreibung";
|
||||
$content['LN_PARSERS_ERROR_NOPARSERS'] = "Es konnte kein gültiger Meldungs Parser in Ihrer Installation gefunden werden. ";
|
||||
$content['LN_PARSERS_HELP'] = "Hilfe";
|
||||
$content['LN_PARSERS_HELP_CLICK'] = "Klicken Sie hier, um weitere Hilfe zu erhalten";
|
||||
$content['LN_PARSERS_INFO'] = "Details für diesen Meldungs Parser anzeigen.";
|
||||
$content['LN_PARSERS_INIT'] = "Einstellungen für diesen Meldungs Parser.";
|
||||
$content['LN_PARSERS_REMOVE'] = "Einstellungen für diesen Meldungs Parser entfernen.";
|
||||
$content['LN_PARSERS_ERROR_IDNOTFOUND'] = "Es konnte kein Meldungs Parser mit der ID '%1' gefunden werden.";
|
||||
$content['LN_PARSERS_ERROR_INVALIDID'] = "Ungültige Meldungs Parser id.";
|
||||
$content['LN_PARSERS_DETAILS'] = "Details für diesen Meldungs Parser";
|
||||
$content['LN_PARSERS_CUSTOMFIELDS'] = "Die folgenden benutzerdefinierten Felder werden von diesen Meldungs Parser benötigt.";
|
||||
$content['LN_PARSERS_WARNREMOVE'] = "Sie sind dabei die benötigten Felder des Meldungs Parser '%1' zu löschen. Sie können jederzeit die Felder wieder hinzufügen, falls Sie Ihre Meinung ändern sollten.";
|
||||
$content['LN_PARSERS_ERROR_HASBEENREMOVED'] = "Alle Einstellungen ('%2' benutzerdefinierte Felder) für den Meldungs Parser '%1' wurden entfernt. ";
|
||||
$content['LN_PARSERS_ERROR_HASBEENADDED'] = "Alle erforderlichen Einstellungen ('%2' benutzerdefinierte Felder) für den Meldungs Parser '%1' wurden hinzugefügt. ";
|
||||
$content['LN_PARSERS_ERROR_NOFIELDS'] = "Der Meldungs Parser '%1' benötigt keine benutzerdefinierten Felder.";
|
||||
$content['LN_PARSERS_'] = "";
|
||||
|
||||
// Command Line stuff
|
||||
$content['LN_CMD_NOOP'] = "Operation parameter is missing";
|
||||
$content['LN_CMD_NOLOGSTREAM'] = "The logstream source parameter is missing";
|
||||
$content['LN_CMD_LOGSTREAMNOTFOUND'] = "Logstream Source with ID '%1' could not be found in the Database!";
|
||||
$content['LN_CMD_COULDNOTGETROWCOUNT'] = "Could not obtain rowcount from logstream source '%1'";
|
||||
$content['LN_CMD_SUBPARAM1MISSING'] = "Subparameter 1 is missing, it should be set to 'all', 'since' or 'date'. For more details see the documentation.";
|
||||
$content['LN_CMD_WRONGSUBOPORMISSING'] = "Either the sub-operation is wrong, or another parameter is missing";
|
||||
$content['LN_CMD_FAILEDTOCLEANDATA'] = "Failed to cleandata for the logstream '%1'.";
|
||||
$content['LN_CMD_CLEANINGDATAFOR'] = "Cleaning data for logstream source '%1'.";
|
||||
$content['LN_CMD_ROWSFOUND'] = "Successfully connected and found '%1' rows in the logstream source.";
|
||||
$content['LN_CMD_DELETINGOLDERTHEN'] = "Performing deletion of data entries older then '%1'.";
|
||||
$content['LN_CMD_DELETEDROWS'] = "Successfully Deleted '%1' rows in the logstream source.'";
|
||||
$content['LN_CMD_NOOP'] = "Ein benötigter Parameter ist nicht vorhanden";
|
||||
$content['LN_CMD_NOLOGSTREAM'] = "Der Logstrom-Quellen Parameter ist nicht vorhanden";
|
||||
$content['LN_CMD_LOGSTREAMNOTFOUND'] = "Logstrom-Quelle mit der ID '%1' konnte in der Datenbank nicht gefunden werden!";
|
||||
$content['LN_CMD_COULDNOTGETROWCOUNT'] = "Es konnte keine Zeileanzahl von der Logstrom-Quelle '%1' ermittelt werden.";
|
||||
$content['LN_CMD_SUBPARAM1MISSING'] = "Unterparameter 1 ist nicht vorhanden, die Einstellung sollte 'all', 'since' or 'date' sein. Für mehr Details, sehen Sie bitte in der Dokumentation nach.";
|
||||
$content['LN_CMD_WRONGSUBOPORMISSING'] = "Entweder eine Unterfunktion ist fehlerhaft, oder ein anderer Parameter fehlt";
|
||||
$content['LN_CMD_FAILEDTOCLEANDATA'] = "Das löschen der Daten aus dem Logstrom '%1'. war nicht erfolgreich!";
|
||||
$content['LN_CMD_CLEANINGDATAFOR'] = "Lösche Daten aus der Logstrom-Quelle '%1'.";
|
||||
$content['LN_CMD_ROWSFOUND'] = "Erfolgreich Verbunden und '%1' Zeilen in der Logstom-Quelle gefunden.";
|
||||
$content['LN_CMD_DELETINGOLDERTHEN'] = "Durchführen der Löschung aller Einträge, älter als '%1'.";
|
||||
$content['LN_CMD_DELETEDROWS'] = "'%1' erfolgreich gelöschte Zeilen aus der Logstrom-Quelle.'";
|
||||
$content['LN_CMD_'] = "";
|
||||
|
||||
// Report Options
|
||||
|
@ -28,7 +28,7 @@
|
||||
global $content;
|
||||
|
||||
// Global Stuff
|
||||
$content['LN_MAINTITLE'] = "Main PhpLogCon";
|
||||
$content['LN_MAINTITLE'] = "Hauptseite phpLogCon";
|
||||
$content['LN_MAIN_SELECTSTYLE'] = "Style auswählen";
|
||||
$content['LN_GEN_LANGUAGE'] = "Sprache auswählen";
|
||||
$content['LN_GEN_SELECTSOURCE'] = "Quelle auswälen";
|
||||
@ -43,122 +43,121 @@ $content['LN_GEN_PAGE'] = "Seite";
|
||||
$content['LN_GEN_PREDEFINEDSEARCHES'] = "Vordefinierte Suchkriterien";
|
||||
$content['LN_GEN_SOURCE_DISK'] = "Datei";
|
||||
$content['LN_GEN_SOURCE_DB'] = "Datenbank";
|
||||
$content['LN_GEN_RECORDSPERPAGE'] = "records per page";
|
||||
$content['LN_GEN_PRECONFIGURED'] = "Preconfigured";
|
||||
$content['LN_GEN_AVAILABLESEARCHES'] = "Available searches";
|
||||
$content['LN_GEN_DB_MYSQL'] = "Mysql Server";
|
||||
$content['LN_GEN_RECORDSPERPAGE'] = "Zeilen pro Seite";
|
||||
$content['LN_GEN_PRECONFIGURED'] = "Vorkonfiguriert";
|
||||
$content['LN_GEN_AVAILABLESEARCHES'] = "Verfügbare Suchabfragen";
|
||||
$content['LN_GEN_DB_MYSQL'] = "MySQL Server";
|
||||
$content['LN_GEN_DB_MSSQL'] = "Microsoft SQL Server";
|
||||
$content['LN_GEN_DB_ODBC'] = "ODBC Database Source";
|
||||
$content['LN_GEN_DB_ODBC'] = "ODBC Datenbank Quelle";
|
||||
$content['LN_GEN_DB_PGSQL'] = "PostgreSQL";
|
||||
$content['LN_GEN_DB_OCI'] = "Oracle Call Interface";
|
||||
$content['LN_GEN_DB_DB2'] = " IBM DB2";
|
||||
$content['LN_GEN_DB_FIREBIRD'] = "Firebird/Interbase 6";
|
||||
$content['LN_GEN_DB_INFORMIX'] = "IBM Informix Dynamic Server";
|
||||
$content['LN_GEN_DB_SQLITE'] = "SQLite 2";
|
||||
$content['LN_GEN_SELECTVIEW'] = "Select View";
|
||||
$content['LN_GEN_CRITERROR_UNKNOWNTYPE'] = "The source type '%1' is not supported by phpLogCon yet. This is a critical error, please fix your configuration.";
|
||||
$content['LN_GEN_ERRORRETURNPREV'] = "Click here to return to the previous page.";
|
||||
$content['LN_GEN_ERRORDETAILS'] = "Error Details:";
|
||||
|
||||
$content['LN_SOURCES_ERROR_WITHINSOURCE'] = "The source '%1' checking returned with an error: '%2'";
|
||||
$content['LN_SOURCES_ERROR_EXTRAMSG'] = "Extra Error Details:<br>%1";
|
||||
$content['LN_ERROR_NORECORDS'] = "Es wurden keine syslog-Einträge gefunden.";
|
||||
$content['LN_ERROR_FILE_NOT_FOUND'] = "Syslog file could not be found";
|
||||
$content['LN_ERROR_FILE_NOT_READABLE'] = "Syslog file is not readable, read access may be denied";
|
||||
$content['LN_ERROR_UNKNOWN'] = "Unknown or unhandled error occured (Error Code '%1')";
|
||||
$content['LN_ERROR_FILE_EOF'] = "End of File reached";
|
||||
$content['LN_ERROR_FILE_BOF'] = "Begin of File reeached";
|
||||
$content['LN_ERROR_FILE_CANT_CLOSE'] = "Can't close File";
|
||||
$content['LN_ERROR_UNDEFINED'] = "Undefined Error";
|
||||
$content['LN_ERROR_EOS'] = "End of stream reached";
|
||||
$content['LN_ERROR_FILTER_NOT_MATCH'] = "Filter does not match any results";
|
||||
$content['LN_ERROR_DB_CONNECTFAILED'] = "Connection to the database server failed";
|
||||
$content['LN_ERROR_DB_CANNOTSELECTDB'] = "Could not find the configured database";
|
||||
$content['LN_ERROR_DB_QUERYFAILED'] = "Dataquery failed to execute";
|
||||
$content['LN_ERROR_DB_NOPROPERTIES'] = "No database properties found";
|
||||
$content['LN_ERROR_DB_INVALIDDBMAPPING'] = "Invalid datafield mappings";
|
||||
$content['LN_ERROR_DB_INVALIDDBDRIVER'] = "Invalid database driver selected";
|
||||
$content['LN_ERROR_DB_TABLENOTFOUND'] = "Could not find the configured table, maybe misspelled or the tablenames are case sensitive";
|
||||
$content['LN_ERROR_DB_DBFIELDNOTFOUND'] = "Database Field mapping for at least one field could not be found.";
|
||||
$content['LN_GEN_SELECTEXPORT'] = "> Select Exportformat <";
|
||||
$content['LN_GEN_EXPORT_CVS'] = "CVS (Comma separated)";
|
||||
$content['LN_GEN_SELECTVIEW'] = "Anzeige auswählen";
|
||||
$content['LN_GEN_CRITERROR_UNKNOWNTYPE'] = "Der Quell-Typ '%1' wird aktuell von phpLogCon nicht unterst&uum;tzt. Dies ist ein kritischer Fehler, bitte passen Sie Ihre Konfiguration an.";
|
||||
$content['LN_GEN_ERRORRETURNPREV'] = "Bitte klicken Sie hier, um auf die vorhergehende Seite zurückzukehren.";
|
||||
$content['LN_GEN_ERRORDETAILS'] = "Fehler Details:";
|
||||
$content['LN_SOURCES_ERROR_WITHINSOURCE'] = "Die Überprüfung der Quelle '%1' endete mit dem Fehler: '%2'";
|
||||
$content['LN_SOURCES_ERROR_EXTRAMSG'] = "Extra Fehler Details:<br>%1";
|
||||
$content['LN_ERROR_NORECORDS'] = "Es wurden keine syslog-Einträge gefunden.";
|
||||
$content['LN_ERROR_FILE_NOT_FOUND'] = "Die Syslog Datei konnte nicht gefunden werden";
|
||||
$content['LN_ERROR_FILE_NOT_READABLE'] = "Die Syslog Datei ist nicht lesbar, lesender Zugriff ist evtl. nicht gestattet";
|
||||
$content['LN_ERROR_UNKNOWN'] = "Ein unbekannter oder unerwarteter Fehler ist aufgetreten. (Fehler Code '%1')";
|
||||
$content['LN_ERROR_FILE_EOF'] = "Ende der Datei erreicht";
|
||||
$content['LN_ERROR_FILE_BOF'] = "Anfang der Datei erreicht";
|
||||
$content['LN_ERROR_FILE_CANT_CLOSE'] = "Das Schliessen der Datei ist nicht möglich";
|
||||
$content['LN_ERROR_UNDEFINED'] = "Unerwarteter Fehler";
|
||||
$content['LN_ERROR_EOS'] = "Ende des Datenstroms erreicht";
|
||||
$content['LN_ERROR_FILTER_NOT_MATCH'] = "Der Filter ergab keine Übereinstimmung im Ergbenis";
|
||||
$content['LN_ERROR_DB_CONNECTFAILED'] = "Die Verbindung zum Datenbank Server ist fehlgeschlagen";
|
||||
$content['LN_ERROR_DB_CANNOTSELECTDB'] = "Die in der Konfiguration angegeben Datenbank konnte nicht gefunden werden";
|
||||
$content['LN_ERROR_DB_QUERYFAILED'] = "Die Datenbank-Abfrage konnte nicht ausgeführt werden";
|
||||
$content['LN_ERROR_DB_NOPROPERTIES'] = "Keine Einstellungen zur Datenbank gefunden";
|
||||
$content['LN_ERROR_DB_INVALIDDBMAPPING'] = "Ungültige Datenfeld Zuordnung";
|
||||
$content['LN_ERROR_DB_INVALIDDBDRIVER'] = "Ungültiger Datenbank Treiber ausgewählt";
|
||||
$content['LN_ERROR_DB_TABLENOTFOUND'] = "Die angegebene Tabelle konnte nicht gefunden werden, evtl. ist der Eintrag falsch geschrieben oder Gross- und Kleinschreibung wurden nicht beachtet.";
|
||||
$content['LN_ERROR_DB_DBFIELDNOTFOUND'] = "Die Datenbankfeldzuordnung ist fehlerhaft, es konnte mindestens ein Feld nicht gefunden werden.";
|
||||
$content['LN_GEN_SELECTEXPORT'] = "> Exportformat auswählen <";
|
||||
$content['LN_GEN_EXPORT_CVS'] = "CVS (Komma unterteilt)";
|
||||
$content['LN_GEN_EXPORT_XML'] = "XML";
|
||||
$content['LN_GEN_EXPORT_PDF'] = "PDF";
|
||||
$content['LN_GEN_ERROR_EXPORING'] = "Error exporting data";
|
||||
$content['LN_GEN_ERROR_INVALIDEXPORTTYPE'] = "Invalid Export format selected, or other parameters were wrong.";
|
||||
$content['LN_GEN_ERROR_SOURCENOTFOUND'] = "The Source with ID '%1' could not be found.";
|
||||
$content['LN_GEN_MOREINFORMATION'] = "More Information";
|
||||
$content['LN_FOOTER_PAGERENDERED'] = "Page rendered in";
|
||||
$content['LN_FOOTER_DBQUERIES'] = "DB queries";
|
||||
$content['LN_FOOTER_GZIPENABLED'] = "GZIP enabled";
|
||||
$content['LN_FOOTER_SCRIPTTIMEOUT'] = "Script Timeout";
|
||||
$content['LN_FOOTER_SECONDS'] = "seconds";
|
||||
$content['LN_WARNING_LOGSTREAMTITLE'] = "Logstream Warning";
|
||||
$content['LN_WARNING_LOGSTREAMDISK_TIMEOUT'] = "While reading the logstream, the php script timeout forced me to abort at this point.<br><br> If you want to avoid this, please increase the phpLogCon script timeout in your config.php. If the user system is installed, you can do that in Admin center.";
|
||||
$content['LN_WARNING_DBUPGRADE'] = "Database Upgrade required";
|
||||
$content['LN_WARNING_DBUPGRADE_TEXT'] = "The current installed database version is '%1'.<br>An update to version '%2' is available.";
|
||||
$content['LN_ERROR_REDIRECTABORTED'] = 'Automatic redirect to the <a href="%1">page</a> was aborted, as an internal error occured. Please see the error details above and contact our support forums if you need assistance.';
|
||||
$content['LN_GEN_ERROR_EXPORING'] = "Fehler beim exportieren der Daten";
|
||||
$content['LN_GEN_ERROR_INVALIDEXPORTTYPE'] = "Ungültiges Export Format ausgewähtl, oder andere Parameter sind ungültig.";
|
||||
$content['LN_GEN_ERROR_SOURCENOTFOUND'] = "Die Quelle mit der ID '%1' konnte nicht gefunden werden.";
|
||||
$content['LN_GEN_MOREINFORMATION'] = "Mehr Informationen";
|
||||
$content['LN_FOOTER_PAGERENDERED'] = "Siete gerenderet in";
|
||||
$content['LN_FOOTER_DBQUERIES'] = "DB Abfragen";
|
||||
$content['LN_FOOTER_GZIPENABLED'] = "GZIP ermöglichen";
|
||||
$content['LN_FOOTER_SCRIPTTIMEOUT'] = "Max. Skript Laufzeit";
|
||||
$content['LN_FOOTER_SECONDS'] = "Sekunden";
|
||||
$content['LN_WARNING_LOGSTREAMTITLE'] = "Log-Datenstrom Warnung";
|
||||
$content['LN_WARNING_LOGSTREAMDISK_TIMEOUT'] = "Beim lesen des Log-Datenstroms, hat das PHP-Skript die max. Laufzeit erreicht und wurde abgebrochen.<br><br> Falls Sie dennoch die Ausführung ermöglichen wollen, bitte erhöhen Sie die max. phpLogCon Skript Laufzeit in Ihrer config.php. Falls das Benutzersystem installiert ist, können Sie dies im Bereich Administration einstellen.";
|
||||
$content['LN_WARNING_DBUPGRADE'] = "Datenbank Upgrade erforderlich";
|
||||
$content['LN_WARNING_DBUPGRADE_TEXT'] = "Die aktuell installierte Datenbankversion ist '%1'.<br>Ein Update auf Version '%2' ist verfügbar.";
|
||||
$content['LN_ERROR_REDIRECTABORTED'] = 'Automatiche Rückkehr zur Seite <a href="%1">page</a> wurde abgebrochen, da ein interner Fehler aufgetrete ist. Bitte beachten Sie die weiteren Informationen zu diesem Fehler über dieser Meldung und/oder nehmen Sie Kontakt zum Support-Forum auf, falls Sie Hilfe benötigen.';
|
||||
$content['LN_DEBUGLEVEL'] = "Debug Level";
|
||||
$content['LN_DEBUGMESSAGE'] = "Debug Message";
|
||||
$content['LN_DEBUGMESSAGE'] = "Debug Meldung";
|
||||
$content['LN_GEN_REPORT_OUTPUT_HTML'] = "HTML Format";
|
||||
$content['LN_GEN_REPORT_OUTPUT_PDF'] = "PDF Format";
|
||||
|
||||
// Topmenu Entries
|
||||
$content['LN_MENU_SEARCH'] = "Suchen";
|
||||
$content['LN_MENU_SHOWEVENTS'] = "Show Events";
|
||||
$content['LN_MENU_SHOWEVENTS'] = "Meldungen";
|
||||
$content['LN_MENU_HELP'] = "Hilfe";
|
||||
$content['LN_MENU_DOC'] = "Documentation";
|
||||
$content['LN_MENU_DOC'] = "Doikumentation";
|
||||
$content['LN_MENU_FORUM'] = "Support Forum";
|
||||
$content['LN_MENU_WIKI'] = "phpLogCon Wiki";
|
||||
$content['LN_MENU_PROSERVICES'] = "Professional Services";
|
||||
$content['LN_MENU_SEARCHINKB'] = "Search in Knowledge Base";
|
||||
$content['LN_MENU_LOGIN'] = "Login";
|
||||
$content['LN_MENU_ADMINCENTER'] = "Admin Center";
|
||||
$content['LN_MENU_LOGOFF'] = "Logoff";
|
||||
$content['LN_MENU_LOGGEDINAS'] = "Logged in as";
|
||||
$content['LN_MENU_MAXVIEW'] = "Maximize View";
|
||||
$content['LN_MENU_NORMALVIEW'] = "Normalize View";
|
||||
$content['LN_MENU_STATISTICS'] = "Statistics";
|
||||
$content['LN_MENU_CLICKTOEXPANDMENU'] = "Click the icon to show the menu";
|
||||
$content['LN_MENU_PROSERVICES'] = "Professionelle Unterstützung";
|
||||
$content['LN_MENU_SEARCHINKB'] = "Suche in der Wissensdatenbank";
|
||||
$content['LN_MENU_LOGIN'] = "Anmeldung";
|
||||
$content['LN_MENU_ADMINCENTER'] = "Administration";
|
||||
$content['LN_MENU_LOGOFF'] = "Abmeldung";
|
||||
$content['LN_MENU_LOGGEDINAS'] = "Angemeldet als ";
|
||||
$content['LN_MENU_MAXVIEW'] = "Anzeige maximieren";
|
||||
$content['LN_MENU_NORMALVIEW'] = "Standard Anzeige";
|
||||
$content['LN_MENU_STATISTICS'] = "Statistiken";
|
||||
$content['LN_MENU_CLICKTOEXPANDMENU'] = "Klicken Sie das Icon um das Menü anzuzeigen";
|
||||
|
||||
|
||||
// Index Site
|
||||
$content['LN_ERROR_INSTALLFILEREMINDER'] = "Warnung! Du hast das Installationsscript 'install.php' noch nicht aus dem phpLogCon Hauptordner entfernt!";
|
||||
$content['LN_ERROR_INSTALLFILEREMINDER'] = "Warnung! Sie haben das Installationsskript 'install.php' noch nicht aus dem phpLogCon Hauptordner entfernt!";
|
||||
$content['LN_TOP_NUM'] = "No.";
|
||||
$content['LN_TOP_UID'] = "uID";
|
||||
$content['LN_GRID_POPUPDETAILS'] = "Details f&uulm;r die Syslog-Meldung mit der ID '%1'";
|
||||
|
||||
$content['LN_SEARCH_USETHISBLA'] = "Bitte berücksichtigen Sie bei Ihrer Suche folgenden Kriterien";
|
||||
$content['LN_SEARCH_USETHISBLA'] = "Bitte berücksichtigen Sie bei Ihrer Suche folgende Kriterien";
|
||||
$content['LN_SEARCH_FILTER'] = "Suche (Filter):";
|
||||
$content['LN_SEARCH_ADVANCED'] = "Erweiterte Suche";
|
||||
$content['LN_SEARCH'] = "Suche";
|
||||
$content['LN_SEARCH_RESET'] = "Suche zurücksetzen";
|
||||
$content['LN_SEARCH_PERFORMADVANCED'] = "Erweiterte Suche starten";
|
||||
$content['LN_VIEW_MESSAGECENTERED'] = "Back to unfiltered view with this message at top";
|
||||
$content['LN_VIEW_RELATEDMSG'] = "View related syslog messages";
|
||||
$content['LN_VIEW_FILTERFOR'] = "Filter message for ";
|
||||
$content['LN_VIEW_SEARCHFOR'] = "Search online for ";
|
||||
$content['LN_VIEW_SEARCHFORGOOGLE'] = "Search Google for ";
|
||||
$content['LN_GEN_MESSAGEDETAILS'] = "Message Details";
|
||||
$content['LN_VIEW_ADDTOFILTER'] = "Add '%1' to filterset";
|
||||
$content['LN_VIEW_EXCLUDEFILTER'] = "Exclude '%1' from filterset";
|
||||
$content['LN_VIEW_FILTERFORONLY'] = "Filter for '%1' only";
|
||||
$content['LN_VIEW_SHOWALLBUT'] = "Show all except '%1'";
|
||||
$content['LN_VIEW_VISITLINK'] = "Open Link '%1' in new window";
|
||||
$content['LN_VIEW_MESSAGECENTERED'] = "Zurück zur ungefilterten Ansicht, mit dieser Meldung als erster";
|
||||
$content['LN_VIEW_RELATEDMSG'] = "Anzeige vorheriger Syslog Meldungen ";
|
||||
$content['LN_VIEW_FILTERFOR'] = "Filtere Meldungen nach ";
|
||||
$content['LN_VIEW_SEARCHFOR'] = "Suche online nach ";
|
||||
$content['LN_VIEW_SEARCHFORGOOGLE'] = "Durchsuche Google nach ";
|
||||
$content['LN_GEN_MESSAGEDETAILS'] = "Meldungsdetails";
|
||||
$content['LN_VIEW_ADDTOFILTER'] = "Fü '%1' zur Filterliste hinzu";
|
||||
$content['LN_VIEW_EXCLUDEFILTER'] = "Entferne '%1' von der Filterliste";
|
||||
$content['LN_VIEW_FILTERFORONLY'] = "Filtere nur nach '%1'";
|
||||
$content['LN_VIEW_SHOWALLBUT'] = "Anzeige aller Meldungen, ausgenommen '%1'";
|
||||
$content['LN_VIEW_VISITLINK'] = "Öffne Link '%1' in neuem Fenster";
|
||||
|
||||
$content['LN_HIGHLIGHT'] = "Highlight >>";
|
||||
$content['LN_HIGHLIGHT_OFF'] = "Highlight <<";
|
||||
$content['LN_HIGHLIGHT_WORDS'] = "Highlight-Wörter durch ein Komma voneinander trennen";
|
||||
$content['LN_HIGHLIGHT'] = "Hervorhebung >>";
|
||||
$content['LN_HIGHLIGHT_OFF'] = "Hervorhebung <<";
|
||||
$content['LN_HIGHLIGHT_WORDS'] = "Hervorgehobene Wörter durch ein Komma voneinander trennen";
|
||||
|
||||
$content['LN_AUTORELOAD'] = "Set auto reload";
|
||||
$content['LN_AUTORELOAD_DISABLED'] = "Auto reload disabled";
|
||||
$content['LN_AUTORELOAD_PRECONFIGURED'] = "Preconfigured auto reload ";
|
||||
$content['LN_AUTORELOAD_SECONDS'] = "seconds";
|
||||
$content['LN_AUTORELOAD_MINUTES'] = "minutes";
|
||||
$content['LN_AUTORELOAD'] = "Auto. neu laden";
|
||||
$content['LN_AUTORELOAD_DISABLED'] = "Auto. neu laden deaktiviert";
|
||||
$content['LN_AUTORELOAD_PRECONFIGURED'] = "Konfiguriere auto. neu laden ";
|
||||
$content['LN_AUTORELOAD_SECONDS'] = "Sekunden";
|
||||
$content['LN_AUTORELOAD_MINUTES'] = "Minuten";
|
||||
|
||||
// Filter Options
|
||||
$content['LN_FILTER_DATE'] = "Zeitliche Abgrenzung";
|
||||
$content['LN_FILTER_DATEMODE'] = "Zeitraum auswählen";
|
||||
$content['LN_FILTER_DATEMODE'] = "Zeitraum auswählen";
|
||||
$content['LN_DATEMODE_ALL'] = "Kompletter Zeitraum";
|
||||
$content['LN_DATEMODE_RANGE'] = "Zeitspanne";
|
||||
$content['LN_DATEMODE_LASTX'] = "Seit heute, x Uhr";
|
||||
@ -177,7 +176,7 @@ $content['LN_FILTER_OTHERS'] = "Andere Filter";
|
||||
$content['LN_FILTER_MESSAGE'] = "Syslog Meldungen";
|
||||
$content['LN_FILTER_SYSLOGTAG'] = "Syslogtag";
|
||||
$content['LN_FILTER_SOURCE'] = "Quelle (Hostname)";
|
||||
$content['LN_FILTER_MESSAGETYPE'] = "Message Type";
|
||||
$content['LN_FILTER_MESSAGETYPE'] = "Meldungs Typ";
|
||||
|
||||
// Install Page
|
||||
$content['LN_CFG_DBSERVER'] = "Datenbank Host";
|
||||
@ -197,26 +196,26 @@ $content['LN_CFG_DBSTORAGEENGINE'] = "Datenbank Typ";
|
||||
$content['LN_CFG_DBTABLENAME'] = "Datenbank Tabellenname";
|
||||
$content['LN_CFG_NAMEOFTHESOURCE'] = "Name der Quelle";
|
||||
$content['LN_CFG_FIRSTSYSLOGSOURCE'] = "Erste Syslog Quelle";
|
||||
$content['LN_CFG_VIEW'] = "Select View";
|
||||
$content['LN_CFG_DBUSERLOGINREQUIRED'] = "Require user to be logged in";
|
||||
$content['LN_CFG_MSGPARSERS'] = "Message Parsers (comma seperated)";
|
||||
$content['LN_CFG_NORMALIZEMSG'] = "Normalize Message within Parsers";
|
||||
$content['LN_CFG_SKIPUNPARSEABLE'] = "Skip unparseable messages (Only works if msgparsers are configured!)";
|
||||
$content['LN_CFG_DBRECORDSPERQUERY'] = "Recordcount for database queries";
|
||||
$content['LN_CFG_VIEW'] = "Anzeige auswählen";
|
||||
$content['LN_CFG_DBUSERLOGINREQUIRED'] = "Erfordert eine Benutzer-Anmeldung";
|
||||
$content['LN_CFG_MSGPARSERS'] = "Meldungs Parser (Komma getrent)";
|
||||
$content['LN_CFG_NORMALIZEMSG'] = "Standard Meldunganzeige mit Parser";
|
||||
$content['LN_CFG_SKIPUNPARSEABLE'] = "Überspringe nicht lesbare Meldungen (Nur möglich, wenn ein Parsen konfiguriert wurde!)";
|
||||
$content['LN_CFG_DBRECORDSPERQUERY'] = "Anzahl der Datenbankabfragen";
|
||||
|
||||
// Details page
|
||||
$content['LN_DETAILS_FORSYSLOGMSG'] = "Details für syslog-Nachrichten mit der ID";
|
||||
$content['LN_DETAILS_DETAILSFORMSG'] = "Details für Nachrichten-ID";
|
||||
$content['LN_DETAIL_BACKTOLIST'] = "Back to Listview";
|
||||
$content['LN_DETAILS_FORSYSLOGMSG'] = "Details für Syslog-Nachrichten mit der ID";
|
||||
$content['LN_DETAILS_DETAILSFORMSG'] = "Details für Nachrichten-ID";
|
||||
$content['LN_DETAIL_BACKTOLIST'] = "Zurück zur Listenansicht";
|
||||
|
||||
// Login Site
|
||||
$content['LN_LOGIN_DESCRIPTION'] = "Use this form to login into phpLogCon. ";
|
||||
$content['LN_LOGIN_TITLE'] = "Login";
|
||||
$content['LN_LOGIN_USERNAME'] = "Username";
|
||||
$content['LN_LOGIN_PASSWORD'] = "Password";
|
||||
$content['LN_LOGIN_SAVEASCOOKIE'] = "Stay logged on";
|
||||
$content['LN_LOGIN_ERRWRONGPASSWORD'] = "Wrong username or password!";
|
||||
$content['LN_LOGIN_USERPASSMISSING'] = "Username or password not given";
|
||||
$content['LN_LOGIN_DESCRIPTION'] = "Bitte geben Sie Ihren Benutzernamen und Ihr dazugehöriges Passwort ein, um sich bei phpLogCon anzumelden. ";
|
||||
$content['LN_LOGIN_TITLE'] = "Anmeldung";
|
||||
$content['LN_LOGIN_USERNAME'] = "Benutzername";
|
||||
$content['LN_LOGIN_PASSWORD'] = "Passwort";
|
||||
$content['LN_LOGIN_SAVEASCOOKIE'] = "Angemeldet bleiben";
|
||||
$content['LN_LOGIN_ERRWRONGPASSWORD'] = "Falscher Benutzername oder falsches Passwort!";
|
||||
$content['LN_LOGIN_USERPASSMISSING'] = "Benutzername und/oder Passwort wurden nicht eingegeben!";
|
||||
|
||||
// Install Site
|
||||
$content['LN_INSTALL_TITLETOP'] = "Installing phpLogCon Version %1 - Step %2";
|
||||
@ -291,41 +290,39 @@ $content['LN_DETAIL_BACKTOLIST'] = "Back to Listview";
|
||||
$content['LN_CONVERT_ERROR_SOURCEIMPORT'] = "Critical Error while importing the sources into the database, the SourceType '%1' is not supported by this phpLogCon Version.";
|
||||
|
||||
// Stats Site
|
||||
$content['LN_STATS_CHARTTITLE'] = "Top %1 '%2' sorted by messagecount";
|
||||
$content['LN_STATS_COUNTBY'] = "Messagecount by '%1'";
|
||||
$content['LN_STATS_GRAPH'] = "Graph";
|
||||
$content['LN_STATS_TOPRECORDS'] = "Maxrecords: %1";
|
||||
$content['LN_STATS_GENERATEDAT'] = "Generated at: %1";
|
||||
$content['LN_GEN_ERROR_INVALIDFIELD'] = "Invalid fieldname";
|
||||
$content['LN_GEN_ERROR_MISSINGCHARTFIELD'] = "Missing fieldname";
|
||||
$content['LN_GEN_ERROR_INVALIDTYPE'] = "Invalid or unknown chart type";
|
||||
$content['LN_ERROR_CHARTS_NOTCONFIGURED'] = "There are no charts configured at all.";
|
||||
$content['LN_CHART_TYPE'] = "Chart type";
|
||||
$content['LN_CHART_WIDTH'] = "Chart width";
|
||||
$content['LN_CHART_FIELD'] = "Chart field";
|
||||
$content['LN_CHART_MAXRECORDS'] = "Top records count";
|
||||
$content['LN_CHART_SHOWPERCENT'] = "Show percentage data";
|
||||
$content['LN_CHART_TYPE_CAKE'] = "Cake (Pie)";
|
||||
$content['LN_CHART_TYPE_BARS_VERTICAL'] = "Bars vertical";
|
||||
$content['LN_CHART_TYPE_BARS_HORIZONTAL'] = "Bars horizontal";
|
||||
$content['LN_STATS_WARNINGDISPLAY'] = "Generating graphics on large data sources currently is very time consuming. This will be addressed in later versions. If processing takes too long, please simply cancel the request.";
|
||||
$content['LN_STATS_CHARTTITLE'] = "Top %1 '%2' sortiert nach Meldungsanzahl";
|
||||
$content['LN_STATS_COUNTBY'] = "Meldungsanzahl '%1'";
|
||||
$content['LN_STATS_GRAPH'] = "Grafik";
|
||||
$content['LN_STATS_TOPRECORDS'] = "Max. Anzahl: %1";
|
||||
$content['LN_STATS_GENERATEDAT'] = "Erstellumgsdatum: %1";
|
||||
$content['LN_GEN_ERROR_INVALIDFIELD'] = "Ungütiger Feldname";
|
||||
$content['LN_GEN_ERROR_MISSINGCHARTFIELD'] = "Fehlender Feldname";
|
||||
$content['LN_GEN_ERROR_INVALIDTYPE'] = "Ungültiger oder unbekannter Chart Typ";
|
||||
$content['LN_ERROR_CHARTS_NOTCONFIGURED'] = "Es wurden kein Chart konfiguriert.";
|
||||
$content['LN_CHART_TYPE'] = "Chart Typ";
|
||||
$content['LN_CHART_WIDTH'] = "Chart Breite";
|
||||
$content['LN_CHART_FIELD'] = "Chart Felder";
|
||||
$content['LN_CHART_MAXRECORDS'] = "Top Anzahl Summe";
|
||||
$content['LN_CHART_SHOWPERCENT'] = "Prozentuale Anzeige";
|
||||
$content['LN_CHART_TYPE_CAKE'] = "Kuchen (Pie)";
|
||||
$content['LN_CHART_TYPE_BARS_VERTICAL'] = "Balken vertikal";
|
||||
$content['LN_CHART_TYPE_BARS_HORIZONTAL'] = "Balken horizontal";
|
||||
$content['LN_STATS_WARNINGDISPLAY'] = "Das Erstellen von Grafiken über eine grosse Anzahl von Datensätzen kann sehr Prozessortlastig sein.<br>Dies wird in nachfolgenden Versionen noch weiter optimiert werden.<br>Falls die Erstellung der Grafiken zu viel Prozessortzeit in Anspruch nehmen sollte, bitte brechen Sie die Erstellung einfach ab.";
|
||||
|
||||
// asktheoracle site
|
||||
$content['LN_ORACLE_TITLE'] = "Asking the oracle for '%1'";
|
||||
$content['LN_ORACLE_HELP_FOR'] = "These are the links the oracle got for you";
|
||||
$content['LN_ORACLE_HELP_TEXT'] = "<br><h3>You asked the oracle to find more information about the '%1' value '%2'.</h3>
|
||||
<p align=\"left\">This pages enables you do a a search over multiple log sources. %3
|
||||
<br>The overall idea is to make it easy to find information about a specific subject in all places where it may exist.
|
||||
</p>
|
||||
<p align=\"left\">A useful use case may be a hack attempt you see in a web log. Click on the attacker's IP, which brings up this search page here. Now you can both lookup information about the IP range as well as check your other logs (e.g. firewall or mail) if they contain information about the attacker. We hope that this facilitates your analysis process.
|
||||
$content['LN_ORACLE_TITLE'] = "Fragen Sie das Orakel nach '%1'";
|
||||
$content['LN_ORACLE_HELP_FOR'] = "Das sind die Links welche das Orakel für Sie ermittelt hat";
|
||||
$content['LN_ORACLE_HELP_TEXT'] = "<br><h3>Sie haben das Orakel nach mehr Informationen über '%1' - '%2' gefragt.</h3>
|
||||
<p align=\"left\">Diese Seite ermöglicht es Ihnen eine Suche über verschiedene Log-Quellen zu starten. %3
|
||||
<br>Die Idee ist es, einfach nach Informationen über spezifizierte Angaben allerorts zu suchen, egal wo diese vorkommen.
|
||||
</p>
|
||||
";
|
||||
$content['LN_ORACLE_HELP_TEXT_EXTERNAL'] = "It also enables you to perform canned searches over some external databases";
|
||||
$content['LN_ORACLE_HELP_DETAIL'] = "Link matrix for the '%1' value '%2'";
|
||||
$content['LN_ORACLE_SEARCH'] = "Search"; // in '%1' Field";
|
||||
$content['LN_ORACLE_SOURCENAME'] = "Source name";
|
||||
$content['LN_ORACLE_FIELD'] = "Field";
|
||||
$content['LN_ORACLE_ONLINESEARCH'] = "Online Search";
|
||||
$content['LN_ORACLE_WHOIS'] = "WHOIS Lookup for '%1' value '%2'";
|
||||
$content['LN_ORACLE_HELP_TEXT_EXTERNAL'] = "Es wird eine Suche über externe Datenquellen ermöglichti.";
|
||||
$content['LN_ORACLE_HELP_DETAIL'] = "Link Übersicht für '%1' - '%2'";
|
||||
$content['LN_ORACLE_SEARCH'] = "Suche"; // in '%1' Field";
|
||||
$content['LN_ORACLE_SOURCENAME'] = "Quellen Name";
|
||||
$content['LN_ORACLE_FIELD'] = "Feld";
|
||||
$content['LN_ORACLE_ONLINESEARCH'] = "Online Suche";
|
||||
$content['LN_ORACLE_WHOIS'] = "WHOIS Abfrage für '%1' - '%2'";
|
||||
|
||||
?>
|
Loading…
x
Reference in New Issue
Block a user