Hilfe bei.....

Probleme bei der regulären Arbeiten mit phpBB, Fragen zu Vorgehensweisen oder Funktionsweise sowie sonstige Fragen zu phpBB im Allgemeinen.
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.1, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
Antworten
Spidy
Mitglied
Beiträge: 283
Registriert: 06.08.2003 00:40
Wohnort: Bremen

Hilfe bei.....

Beitrag von Spidy »

Hi

Mal ne Frage könnte mir das mal bitte einer Übersetzen wäre echt net-

Code: Alles auswählen

<?php

// 
// General strings from the news admin panel
// 

$lang['News_settings'] = "News Settings";
$lang['News_settings_short_explain'] = "Configure some options for the front-page news.";
$lang['News_settings_explain'] = "Here you can edit the configuration for the news module. The news module displays only a few of the most recent posts in a particular forum on the front page allowing you to inform users of important information.";

$lang['News_forums'] = "News Source Forums";

$lang['Display_news'] = "Display news";

$lang['Display_polls'] = "Display polls";
$lang['Display_polls_explain'] = "If this is set to yes then polls will appear above the content of the news article. If set to no, the poll will not appear.";

$lang['News_items'] = "News items";
$lang['News_items_explain'] = "How many topics from the forum do you want displayed?";

$lang['News_forum'] = "News forum";
$lang['News_forum_explain'] = "Which forum has the news in it?";

$lang['Time_format'] = "Time format";
$lang['Time_format_explain'] = "This is the time format used to tell the user the date the news was posted (in php's %sdate%s function time format)"; // %s's for URI params - DO NOT REMOVE

$lang['Trim_character'] = "Trim character";
$lang['Trim_character_explain'] = "This is a character that the news post will stop at if found. Commonly '<code><br /></code>'";

$lang['Display_signatures'] = "Display signatures";
$lang['Display_signatures_explain'] = "If yes displays the signatures of the posters if found";

$lang['Display_edit_information'] = "Display edit information";
$lang['Display_edit_information_explain'] = "If yes displays the 'Last edited by' at the end of the post";

// 
// Update result messages
// 

$lang['News_updated_return_settings'] = "News configuration updated successfully.<br /><br />Click %shere%s to return to News Settings."; // %s's for URI params - DO NOT REMOVE
$lang['News_update_error'] = "Couldn't update news configuration.<br /><br />This mod is designed for MySQL so please contact the author if you have troubles. If you can offer a translation of the SQL into other database formats, please send them to:<br />";

// 
// Welcoming and confirmation for during installation/upgrade
// 

$lang['News_welcome_install'] = "Welcome to News Mod. Firstly you must complete some table changes.<br /><br />Click %shere%s to install News Mod v1.1.0"; // %s's for URI params - DO NOT REMOVE
$lang['News_welcome_upgrade'] = "Welcome to News Mod. Firstly you must complete some table changes.<br /><br />Click %shere%s to upgrade to News Mod v1.1.0"; // %s's for URI params - DO NOT REMOVE
$lang['News_installed_return_settings'] = "News Mod has been installed successfully!<br /><br />Click %shere%s to return to News Settings."; // %s's for URI params - DO NOT REMOVE

// Note: email added directly after
$lang['News_alteration_error'] = "Couldn't carry out database alterations.<br /><br />This mod is designed for MySQL so please contact the author if you have troubles. If you can offer a translation of the SQL into other database formats, please send them to:<br />";
Danke schon mal im Voraus
cu
Spidy
Antworten

Zurück zu „phpBB 2.0: Administration, Benutzung und Betrieb“