Du hast Probleme beim Einbau oder bei der Benutzung eines Mods? In diesem Forum bist du richtig.
Forumsregeln phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.0, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
<?php
/***************************************************************************
* $RCSfile: lang_admin_topic_shadow.php,v $
* -------------------
* copyright : (C) 2002-2003 Nivisec.com
* email : support@nivisec.com
*
* $Id: lang_admin_topic_shadow.php,v 1.3 2003/06/26 00:16:32 nivisec Exp $
*
*
***************************************************************************/
/***************************************************************************
*
* This program 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 2 of the License, or
* (at your option) any later version.
*
***************************************************************************/
/* If you are translating this, please e-mail a copy to me! */
/* admin@nivisec.com is fine to use */
/* General */
$lang['Del_Before_Date'] = 'Deleted all Shadow Topics before %s<br />'; // %s = insertion of date
$lang['Deleted_Topic'] = 'Deleted Shadow Topic %s<br />'; // %s = topic name
$lang['Affected_Rows'] = '%d known entries were affected<br />'; // %d = affected rows (not avail with all databases!)
$lang['Delete_From_Date'] = 'All Shadow Topics that were created before the entered date will be removed.';
$lang['Delete_Before_Date_Button'] = 'Delete All Before Date';
$lang['No_Shadow_Topics'] = 'No Shadow Topics were found.';
$lang['Topic_Shadow'] = 'Topic Shadow';
$lang['TS_Desc'] = 'Allows the removal of shadow topics without the deletion of the actual message. Shadow topics are created when you move a post to another forum and choose to leave behind a link in the original forum to the new post.';
$lang['Month'] = 'Month';
$lang['Day'] = 'Day';
$lang['Year'] = 'Year';
$lang['Clear'] = 'Clear';
$lang['Resync_Ran_On'] = 'Resync Ran On %s<br />'; // %s = insertion of forum name
$lang['All_Forums'] = 'All Forums';
$lang['Version'] = 'Version';
$lang['Title'] = 'Title';
$lang['Moved_To'] = 'Moved To';
$lang['Moved_From'] = 'Moved From';
$lang['Delete'] = 'Delete';
/* Modes */
$lang['topic_time'] = 'Topic Time';
$lang['topic_title'] = 'Topic Title';
/* Errors */
$lang['Error_Month'] = 'Your input month must be between 1 and 12';
$lang['Error_Day'] = 'Your input day must be between 1 and 31';
$lang['Error_Year'] = 'Your input year must be between 1970 and 2038';
$lang['Error_Topics_Table'] = 'Error accessing topics table';
//Special Cases, Do not change for another language
$lang['ASC'] = $lang['Sort_Ascending'];
$lang['DESC'] = $lang['Sort_Descending'];
$lang['Nivisec_Com'] = 'Nivisec.com';
?>
<?php
/***************************************************************************
* $RCSfile: lang_admin_topic_shadow.php,v $
* -------------------
* copyright : (C) 2002-2003 Nivisec.com
* email : support@nivisec.com
*
* $Id: lang_admin_topic_shadow.php,v 1.3 2003/06/26 00:16:32 nivisec Exp $
*
*
***************************************************************************/
/***************************************************************************
*
* This program 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 2 of the License, or
* (at your option) any later version.
*
***************************************************************************/
/* If you are translating this, please e-mail a copy to me! */
/* admin@nivisec.com is fine to use */
/* General */
$lang['Del_Before_Date'] = 'Alle Shadow Topics vor %s wurden gelöscht.<br />'; // %s = insertion of date
$lang['Deleted_Topic'] = 'Shadow Topic gelöscht: %s<br />'; // %s = topic name
$lang['Affected_Rows'] = '%d bekannte Einträge waren betroffen.<br />'; // %d = affected rows (not avail with all databases!)
$lang['Delete_From_Date'] = 'Alle Shadow Topics, die vor dem eingegebenen Datum erstellt wurden, werden gelöscht.';
$lang['Delete_Before_Date_Button'] = 'Lösche alle Shadow Topics vor diesem Datum';
$lang['No_Shadow_Topics'] = 'Es wurden keine Shadow Topics gefunden.';
$lang['Topic_Shadow'] = 'Shadow Topics';
$lang['TS_Desc'] = 'Erlaubt die Löschung von Shadow Topics, ohne die Beiträge, auf die verwiesen wird, zu entfernen. Shadow Topics können im ursprünglichen Forum zurückgelassen werden, wenn ein Thread in ein anderes Forum verschoben wird und stellen lediglich einen Link zum verschobenen Thread dar.';
$lang['Month'] = 'Monat';
$lang['Day'] = 'Tag';
$lang['Year'] = 'Jahr';
$lang['Clear'] = 'Auswahl aufheben';
$lang['Resync_Ran_On'] = 'Resynchronisation gelaufen für %s<br />'; // %s = insertion of forum name
$lang['All_Forums'] = 'Alle Foren';
$lang['Version'] = 'Version';
$lang['Title'] = 'Titel';
$lang['Moved_To'] = 'Verschoben zu';
$lang['Moved_From'] = 'Verschoben von';
$lang['Delete'] = 'Löschen';
/* Modes */
$lang['topic_time'] = 'Topic Zeit';
$lang['topic_title'] = 'Topic Titel';
/* Errors */
$lang['Error_Month'] = 'Der eingegebene Monat muss zwischen 1 und 12 liegen.';
$lang['Error_Day'] = 'Der eingegebene Tag muss zwischen 1 und 31 liegen.';
$lang['Error_Year'] = 'Das eingegebene Jahr muss zwischen 1970 und 2038 liegen.';
$lang['Error_Topics_Table'] = 'Ein Fehler ist beim Zugriff auf die Topics-Tabelle aufgetreten.';
//Special Cases, Do not change for another language
$lang['ASC'] = $lang['Sort_Ascending'];
$lang['DESC'] = $lang['Sort_Descending'];
$lang['Nivisec_Com'] = 'Nivisec.com';
?>
ok, soweit so gut, und wie für ich das nun aus? Mit nem php programm oder per adminbereich oder anderst?
Muss ich des ding dann mit irgendwelchen parametern starten, oder kommt des dann wenn es gestartet wurde?