From c9405db9dde7f33e5b80d26c9bd7dc913d82e1fe Mon Sep 17 00:00:00 2001 From: Andre Lorbach Date: Mon, 5 May 2008 14:44:40 +0200 Subject: [PATCH] Converted all files from the lang folder to UNIX format --- src/lang/de/main.php | 244 +++++++++++++++++++++---------------------- 1 file changed, 122 insertions(+), 122 deletions(-) diff --git a/src/lang/de/main.php b/src/lang/de/main.php index 055cbf6..e0f6d80 100644 --- a/src/lang/de/main.php +++ b/src/lang/de/main.php @@ -1,122 +1,122 @@ - www.phplogcon.org <- - * ----------------------------------------------------------------- - * - * Copyright (C) 2008 Adiscon GmbH. - * - * This file is part of phpLogCon. - * - * PhpLogCon is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * PhpLogCon is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with phpLogCon. If not, see . - * - * A copy of the GPL can be found in the file "COPYING" in this - * distribution. - ********************************************************************* -*/ -global $content; - -// Global Stuff -$content['LN_MAINTITLE'] = "Main PhpLogCon"; -$content['LN_MAIN_SELECTSTYLE'] = "Style auswählen"; -$content['LN_GEN_LANGUAGE'] = "Sprache auswählen"; -$content['LN_GEN_SELECTSOURCE'] = "Quelle auswälen"; -$content['LN_GEN_MOREPAGES'] = "Mehr als eine Seite verfügbar"; -$content['LN_GEN_FIRSTPAGE'] = "Erste Seite"; -$content['LN_GEN_LASTPAGE'] = "Letzte Seite"; -$content['LN_GEN_NEXTPAGE'] = "Nächste Seite"; -$content['LN_GEN_PREVIOUSPAGE'] = "Vorherige Seite"; -$content['LN_GEN_RECORDCOUNT'] = "Alle gefundenen Einträge"; -$content['LN_GEN_PAGERSIZE'] = "Einträge pro Seite"; -$content['LN_GEN_PAGE'] = "Seite"; -$content['LN_GEN_PREDEFINEDSEARCHES'] = "Vordefinierte Suchkriterien"; -$content['LN_GEN_SOURCE_DISK'] = "Datei"; -$content['LN_GEN_SOURCE_DB'] = "Datenbank"; - -// Index Site -$content['LN_ERROR_INSTALLFILEREMINDER'] = "Warnung! Du hast das Installationsscript '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_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_HIGHLIGHT'] = "Hightlight >>"; -$content['LN_HIGHLIGHT_OFF'] = "Hightlight <<"; -$content['LN_HIGHLIGHT_WORDS'] = "Hightlight-Wörter durch ein Komma voneinander trennen"; - -$content['LN_ERROR_NORECORDS'] = "Es wurden keine syslog-Einträge gefunden."; - -// Filter Options -$content['LN_FILTER_DATE'] = "Zeitliche Abgrenzung"; -$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"; -$content['LN_FILTER_DATEFROM'] = "Zeitraum seit x"; -$content['LN_FILTER_DATETO'] = "Zeitraum bis x"; -$content['LN_FILTER_DATELASTX'] = "Zeit seit"; -$content['LN_FILTER_ADD2SEARCH'] = "Zur Suche hinzufügen"; -$content['LN_DATE_LASTX_HOUR'] = "in der letzten Stunde"; -$content['LN_DATE_LASTX_12HOURS'] = "in den letzten 12 Stunden"; -$content['LN_DATE_LASTX_24HOURS'] = "in den letzten 24 Stunden"; -$content['LN_DATE_LASTX_7DAYS'] = "in den letzten 7 Tagen"; -$content['LN_DATE_LASTX_31DAYS'] = "in den letzten 31 Tagen"; -$content['LN_FILTER_FACILITY'] = "Syslog Kategorie/Facility"; -$content['LN_FILTER_SEVERITY'] = "Syslog Dringlichkeit/Severity"; -$content['LN_FILTER_OTHERS'] = "Andere Filter"; -$content['LN_FILTER_MESSAGE'] = "Syslog Meldungen"; -$content['LN_FILTER_SYSLOGTAG'] = "Syslogtag"; -$content['LN_FILTER_SOURCE'] = "Quelle (Hostname)"; - -// Field Captions -$content['LN_FIELDS_DATE'] = "Datum"; -$content['LN_FIELDS_FACILITY'] = "Kategorie/Facility"; -$content['LN_FIELDS_SEVERITY'] = "Dringlichkeit/Severity"; -$content['LN_FIELDS_HOST'] = "Host"; -$content['LN_FIELDS_SYSLOGTAG'] = "Syslogtag"; -$content['LN_FIELDS_PROCESSID'] = "Prozess ID"; -$content['LN_FIELDS_MESSAGETYPE'] = "Meldungstyp"; -$content['LN_FIELDS_UID'] = "uID"; -$content['LN_FIELDS_MESSAGE'] = "Meldung"; - -// Install Page -$content['LN_CFG_DBSERVER'] = "Datenbank Host"; -$content['LN_CFG_DBPORT'] = "Datenbank Port"; -$content['LN_CFG_DBNAME'] = "Datenbank Name"; -$content['LN_CFG_DBPREF'] = "Tabellen Präfix"; -$content['LN_CFG_DBUSER'] = "Datenbank Benutzer"; -$content['LN_CFG_DBPASSWORD'] = "Datenbank Passwort"; -$content['LN_CFG_PARAMMISSING'] = "Die folgenden Parameter können nicht gefunden werden: "; -$content['LN_CFG_SOURCETYPE'] = "Source Type"; -$content['LN_CFG_DISKTYPEOPTIONS'] = "Disk Type Options"; -$content['LN_CFG_LOGLINETYPE'] = "Logline type"; -$content['LN_CFG_SYSLOGFILE'] = "Syslog Datei"; -$content['LN_CFG_DATABASETYPEOPTIONS'] = "Datenbank Typ Optionen"; -$content['LN_CFG_DBTABLETYPE'] = "Tabellen Typ"; -$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"; - -// Details page -$content['LN_DETAILS_FORSYSLOGMSG'] = "Details for the syslog messages with id"; -$content['LN_DETAILS_DETAILSFORMSG'] = "Details for message id"; - -?> + www.phplogcon.org <- + * ----------------------------------------------------------------- + * + * Copyright (C) 2008 Adiscon GmbH. + * + * This file is part of phpLogCon. + * + * PhpLogCon is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * PhpLogCon is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with phpLogCon. If not, see . + * + * A copy of the GPL can be found in the file "COPYING" in this + * distribution. + ********************************************************************* +*/ +global $content; + +// Global Stuff +$content['LN_MAINTITLE'] = "Main PhpLogCon"; +$content['LN_MAIN_SELECTSTYLE'] = "Style auswählen"; +$content['LN_GEN_LANGUAGE'] = "Sprache auswählen"; +$content['LN_GEN_SELECTSOURCE'] = "Quelle auswälen"; +$content['LN_GEN_MOREPAGES'] = "Mehr als eine Seite verfügbar"; +$content['LN_GEN_FIRSTPAGE'] = "Erste Seite"; +$content['LN_GEN_LASTPAGE'] = "Letzte Seite"; +$content['LN_GEN_NEXTPAGE'] = "Nächste Seite"; +$content['LN_GEN_PREVIOUSPAGE'] = "Vorherige Seite"; +$content['LN_GEN_RECORDCOUNT'] = "Alle gefundenen Einträge"; +$content['LN_GEN_PAGERSIZE'] = "Einträge pro Seite"; +$content['LN_GEN_PAGE'] = "Seite"; +$content['LN_GEN_PREDEFINEDSEARCHES'] = "Vordefinierte Suchkriterien"; +$content['LN_GEN_SOURCE_DISK'] = "Datei"; +$content['LN_GEN_SOURCE_DB'] = "Datenbank"; + +// Index Site +$content['LN_ERROR_INSTALLFILEREMINDER'] = "Warnung! Du hast das Installationsscript '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_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_HIGHLIGHT'] = "Hightlight >>"; +$content['LN_HIGHLIGHT_OFF'] = "Hightlight <<"; +$content['LN_HIGHLIGHT_WORDS'] = "Hightlight-Wörter durch ein Komma voneinander trennen"; + +$content['LN_ERROR_NORECORDS'] = "Es wurden keine syslog-Einträge gefunden."; + +// Filter Options +$content['LN_FILTER_DATE'] = "Zeitliche Abgrenzung"; +$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"; +$content['LN_FILTER_DATEFROM'] = "Zeitraum seit x"; +$content['LN_FILTER_DATETO'] = "Zeitraum bis x"; +$content['LN_FILTER_DATELASTX'] = "Zeit seit"; +$content['LN_FILTER_ADD2SEARCH'] = "Zur Suche hinzufügen"; +$content['LN_DATE_LASTX_HOUR'] = "in der letzten Stunde"; +$content['LN_DATE_LASTX_12HOURS'] = "in den letzten 12 Stunden"; +$content['LN_DATE_LASTX_24HOURS'] = "in den letzten 24 Stunden"; +$content['LN_DATE_LASTX_7DAYS'] = "in den letzten 7 Tagen"; +$content['LN_DATE_LASTX_31DAYS'] = "in den letzten 31 Tagen"; +$content['LN_FILTER_FACILITY'] = "Syslog Kategorie/Facility"; +$content['LN_FILTER_SEVERITY'] = "Syslog Dringlichkeit/Severity"; +$content['LN_FILTER_OTHERS'] = "Andere Filter"; +$content['LN_FILTER_MESSAGE'] = "Syslog Meldungen"; +$content['LN_FILTER_SYSLOGTAG'] = "Syslogtag"; +$content['LN_FILTER_SOURCE'] = "Quelle (Hostname)"; + +// Field Captions +$content['LN_FIELDS_DATE'] = "Datum"; +$content['LN_FIELDS_FACILITY'] = "Kategorie/Facility"; +$content['LN_FIELDS_SEVERITY'] = "Dringlichkeit/Severity"; +$content['LN_FIELDS_HOST'] = "Host"; +$content['LN_FIELDS_SYSLOGTAG'] = "Syslogtag"; +$content['LN_FIELDS_PROCESSID'] = "Prozess ID"; +$content['LN_FIELDS_MESSAGETYPE'] = "Meldungstyp"; +$content['LN_FIELDS_UID'] = "uID"; +$content['LN_FIELDS_MESSAGE'] = "Meldung"; + +// Install Page +$content['LN_CFG_DBSERVER'] = "Datenbank Host"; +$content['LN_CFG_DBPORT'] = "Datenbank Port"; +$content['LN_CFG_DBNAME'] = "Datenbank Name"; +$content['LN_CFG_DBPREF'] = "Tabellen Präfix"; +$content['LN_CFG_DBUSER'] = "Datenbank Benutzer"; +$content['LN_CFG_DBPASSWORD'] = "Datenbank Passwort"; +$content['LN_CFG_PARAMMISSING'] = "Die folgenden Parameter können nicht gefunden werden: "; +$content['LN_CFG_SOURCETYPE'] = "Source Type"; +$content['LN_CFG_DISKTYPEOPTIONS'] = "Disk Type Options"; +$content['LN_CFG_LOGLINETYPE'] = "Logline type"; +$content['LN_CFG_SYSLOGFILE'] = "Syslog Datei"; +$content['LN_CFG_DATABASETYPEOPTIONS'] = "Datenbank Typ Optionen"; +$content['LN_CFG_DBTABLETYPE'] = "Tabellen Typ"; +$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"; + +// Details page +$content['LN_DETAILS_FORSYSLOGMSG'] = "Details for the syslog messages with id"; +$content['LN_DETAILS_DETAILSFORMSG'] = "Details for message id"; + +?>