Hi ron,
ron wrote:das changestartGUI script generiert Probleme mit der Anzeige der CopTime Werte und auch die Menüeinträge vom CopTime und Update-Accelerator waren danauch nicht mehr sichtbar.

sh..! i forgot other addons!
Please add in /var/ipcop/addons/lang/CopTime.de.pl file the german lang variable for coptime:
Code: Select all
%tr = (%tr,
'CopTime' => 'CopTime',
'CopTime disabled' => 'Deaktiviert',
'CopTime indexcgi' => 'Status auf Indexseite',
'CopTime uptime_id' => 'Uptimer ID',
'CopTime image' => 'Uptime-Bild',
'CopTime galerie' => 'Dateiname für IPCop-Galerie (name.php)',
'CopTime group' => 'Gruppe',
'CopTime bbcode' => 'BBCode für die Signatur in Foren',
'CopTime contact' => 'Letzter Kontakt',
'CopTime uptime' => 'Uptime',
'CopTime average' => 'Uptime-Durchschnitt',
'CopTime record' => 'Uptime-Rekord',
'CopTime rank' => 'Aktuelle Platzierung',
'CopTime update' => 'Jetzt aktualisieren',
'CopTime OK' => 'OK',
'CopTime Error, not connected' => 'Fehler, Internet Verbindung nicht aktiv',
'CopTime Error, no connection to server' => 'Error, no connection to server',
'CopTime newversion' => 'New version is available:',
'CopTime std pictures' => 'Standard-Uptime-Bilder',
'CopTime must be online' => 'Couldn\'t download Standard Uptime Picture list. IPCop has to be connected to the internet.',
'CopTime no pic selected' => 'You have to select a Standard Uptime Picture.',
'CopTime select pic' => 'Bild selektieren'
);
and the same for update accerator in var/ipcop/addons/lang/UpdateAccelerator.de.pl file:
Code: Select all
%tr = (%tr,
'updxlrtr update accelerator' => 'Update-Accelerator',
'updxlrtr configuration' => 'Update-Accelerator Konfiguration',
'updxlrtr common settings' => 'Allgemeine Einstellungen',
'updxlrtr enable log' => 'Aktiviere Protokoll',
'updxlrtr passive mode' => 'Aktiviere Passiv-Modus',
'updxlrtr max disk usage' => 'Max. Festplattennutzung',
'updxlrtr performance options' => 'Leistungsoptionen',
'updxlrtr low download priority' => 'Geringere CPU-Priorität für Downloads',
'updxlrtr max download rate' => 'Max. externe Downloadrate (kBit/s)',
'updxlrtr source checkup' => 'Quellenprüfung',
'updxlrtr enable autocheck' => 'Aktiviere automatische Quellenprüfung',
'updxlrtr source checkup schedule' => 'Zeitplanung der Quellenprüfung',
'updxlrtr full autosync' => 'Ersetze veraltete Dateien während der Prüfung',
'updxlrtr daily' => 'täglich',
'updxlrtr weekly' => 'wöchentlich',
'updxlrtr monthly' => 'monatlich',
'updxlrtr save and restart' => 'Speichern und neu starten',
'updxlrtr statistics' => 'Statistik',
'updxlrtr maintenance' => 'Wartung',
'updxlrtr empty repository' => 'Der lokale Cache ist leer',
'updxlrtr cache statistics' => 'Cache-Statistik',
'updxlrtr summary' => 'Zusammenfassung',
'updxlrtr total files' => 'Gesamtanzahl Dateien im Cache',
'updxlrtr total cache size' => 'Gesamtgröße des Cache (Bytes)',
'updxlrtr total data from cache' => 'Daten insgesamt vom Cache ausgeliefert (Bytes)',
'updxlrtr efficiency index' => 'Cache-Effizienz-Index',
'updxlrtr statistics by source' => 'Statistik pro Quelle',
'updxlrtr files' => 'Dateien',
'updxlrtr cache size' => 'Cachegröße (Bytes)',
'updxlrtr data from cache' => 'Daten vom Cache (Bytes)',
'updxlrtr cache maintenance' => 'Cache-Wartung',
'updxlrtr purge' => 'Entferne',
'updxlrtr all files' => 'alle Dateien ...',
'updxlrtr marked as' => 'markiert als',
'updxlrtr not accessed' => 'nicht zugegriffen seit',
'updxlrtr week' => 'einer Woche',
'updxlrtr month' => 'einem Monat',
'updxlrtr 3 months' => 'drei Monaten',
'updxlrtr 6 months' => 'sechs Monaten',
'updxlrtr year' => 'einem Jahr',
'updxlrtr web proxy service required' => 'Der Web-Proxy muss aktiviert sein um den Update-Accelerator zu verwenden',
'updxlrtr invalid disk usage' => 'Ungüliger Wert für max. Festplattennutzung',
'updxlrtr invalid download rate' => 'Ungültiger Wert für max. Downloadrate',
'updxlrtr current files' => 'Aktuelle Dateien im lokalen Cache',
'updxlrtr filename' => 'Name',
'updxlrtr filesize' => 'Größe',
'updxlrtr last access' => 'Letzer Cache-Zugriff',
'updxlrtr last checkup' => 'Letzte Quellenprüfung',
'updxlrtr source' => 'Quelle',
'updxlrtr unknown' => 'Unbekannt',
'updxlrtr other' => 'Sonstige',
'updxlrtr disk usage' => 'Festplattennutzung',
'updxlrtr cache dir' => 'Cache-Verzeichnis',
'updxlrtr remove file' => 'Entferne vom Cache',
'updxlrtr condition ok' => 'Aktuell',
'updxlrtr condition nosource' => 'Keine Quelle',
'updxlrtr condition outdated' => 'Veraltet',
'updxlrtr condition download' => 'Download',
'updxlrtr condition unknown' => 'Unbekannt',
'updxlrtr update notification' => 'Update-Benachrichtigung!',
'updxlrtr update information' => 'Eine aktualisierte Version steht zum Download bereit. Besuchen Sie <a href="__URL_UPDATE__" target="_blank">__URL_UPDATE__</a> für weitere Informationen.',
'updxlrtr pending downloads' => 'Anstehende Downloads',
'updxlrtr current downloads' => 'Dateien beim Download in den lokalen Cache',
'updxlrtr progress' => 'Fortschritt',
'updxlrtr condition suspended' => 'Ausgesetzt',
'updxlrtr cancel download' => 'Download abbrechen',
);
Then add all the variable in var/ipcop/addons/lang/texts.de.pl, with a new variable to fix the issue with start GUI :
that is to say, add in texts.de.pl :
Code: Select all
%tr = (%tr,
'CopTime' => 'CopTime',
'CopTime disabled' => 'Deaktiviert',
'CopTime indexcgi' => 'Status auf Indexseite',
'CopTime uptime_id' => 'Uptimer ID',
'CopTime image' => 'Uptime-Bild',
'CopTime galerie' => 'Dateiname für IPCop-Galerie (name.php)',
'CopTime group' => 'Gruppe',
'CopTime bbcode' => 'BBCode für die Signatur in Foren',
'CopTime contact' => 'Letzter Kontakt',
'CopTime uptime' => 'Uptime',
'CopTime average' => 'Uptime-Durchschnitt',
'CopTime record' => 'Uptime-Rekord',
'CopTime rank' => 'Aktuelle Platzierung',
'CopTime update' => 'Jetzt aktualisieren',
'CopTime OK' => 'OK',
'CopTime Error, not connected' => 'Fehler, Internet Verbindung nicht aktiv',
'CopTime Error, no connection to server' => 'Error, no connection to server',
'CopTime newversion' => 'New version is available:',
'CopTime std pictures' => 'Standard-Uptime-Bilder',
'CopTime must be online' => 'Couldn\'t download Standard Uptime Picture list. IPCop has to be connected to the internet.',
'CopTime no pic selected' => 'You have to select a Standard Uptime Picture.',
'CopTime select pic' => 'Bild selektieren'
'updxlrtr update accelerator' => 'Update-Accelerator',
'updxlrtr configuration' => 'Update-Accelerator Konfiguration',
'updxlrtr common settings' => 'Allgemeine Einstellungen',
'updxlrtr enable log' => 'Aktiviere Protokoll',
'updxlrtr passive mode' => 'Aktiviere Passiv-Modus',
'updxlrtr max disk usage' => 'Max. Festplattennutzung',
'updxlrtr performance options' => 'Leistungsoptionen',
'updxlrtr low download priority' => 'Geringere CPU-Priorität für Downloads',
'updxlrtr max download rate' => 'Max. externe Downloadrate (kBit/s)',
'updxlrtr source checkup' => 'Quellenprüfung',
'updxlrtr enable autocheck' => 'Aktiviere automatische Quellenprüfung',
'updxlrtr source checkup schedule' => 'Zeitplanung der Quellenprüfung',
'updxlrtr full autosync' => 'Ersetze veraltete Dateien während der Prüfung',
'updxlrtr daily' => 'täglich',
'updxlrtr weekly' => 'wöchentlich',
'updxlrtr monthly' => 'monatlich',
'updxlrtr save and restart' => 'Speichern und neu starten',
'updxlrtr statistics' => 'Statistik',
'updxlrtr maintenance' => 'Wartung',
'updxlrtr empty repository' => 'Der lokale Cache ist leer',
'updxlrtr cache statistics' => 'Cache-Statistik',
'updxlrtr summary' => 'Zusammenfassung',
'updxlrtr total files' => 'Gesamtanzahl Dateien im Cache',
'updxlrtr total cache size' => 'Gesamtgröße des Cache (Bytes)',
'updxlrtr total data from cache' => 'Daten insgesamt vom Cache ausgeliefert (Bytes)',
'updxlrtr efficiency index' => 'Cache-Effizienz-Index',
'updxlrtr statistics by source' => 'Statistik pro Quelle',
'updxlrtr files' => 'Dateien',
'updxlrtr cache size' => 'Cachegröße (Bytes)',
'updxlrtr data from cache' => 'Daten vom Cache (Bytes)',
'updxlrtr cache maintenance' => 'Cache-Wartung',
'updxlrtr purge' => 'Entferne',
'updxlrtr all files' => 'alle Dateien ...',
'updxlrtr marked as' => 'markiert als',
'updxlrtr not accessed' => 'nicht zugegriffen seit',
'updxlrtr week' => 'einer Woche',
'updxlrtr month' => 'einem Monat',
'updxlrtr 3 months' => 'drei Monaten',
'updxlrtr 6 months' => 'sechs Monaten',
'updxlrtr year' => 'einem Jahr',
'updxlrtr web proxy service required' => 'Der Web-Proxy muss aktiviert sein um den Update-Accelerator zu verwenden',
'updxlrtr invalid disk usage' => 'Ungüliger Wert für max. Festplattennutzung',
'updxlrtr invalid download rate' => 'Ungültiger Wert für max. Downloadrate',
'updxlrtr current files' => 'Aktuelle Dateien im lokalen Cache',
'updxlrtr filename' => 'Name',
'updxlrtr filesize' => 'Größe',
'updxlrtr last access' => 'Letzer Cache-Zugriff',
'updxlrtr last checkup' => 'Letzte Quellenprüfung',
'updxlrtr source' => 'Quelle',
'updxlrtr unknown' => 'Unbekannt',
'updxlrtr other' => 'Sonstige',
'updxlrtr disk usage' => 'Festplattennutzung',
'updxlrtr cache dir' => 'Cache-Verzeichnis',
'updxlrtr remove file' => 'Entferne vom Cache',
'updxlrtr condition ok' => 'Aktuell',
'updxlrtr condition nosource' => 'Keine Quelle',
'updxlrtr condition outdated' => 'Veraltet',
'updxlrtr condition download' => 'Download',
'updxlrtr condition unknown' => 'Unbekannt',
'updxlrtr update notification' => 'Update-Benachrichtigung!',
'updxlrtr update information' => 'Eine aktualisierte Version steht zum Download bereit. Besuchen Sie <a href="__URL_UPDATE__" target="_blank">__URL_UPDATE__</a> für weitere Informationen.',
'updxlrtr pending downloads' => 'Anstehende Downloads',
'updxlrtr current downloads' => 'Dateien beim Download in den lokalen Cache',
'updxlrtr progress' => 'Fortschritt',
'updxlrtr condition suspended' => 'Ausgesetzt',
'updxlrtr cancel download' => 'Download abbrechen',
'connected' => 'Connected',
);
Your issue should be fixed.
regards.
ShelbyGT500