[MOD Contest] help needed FAQ Editor MOD

In diesem Forum können Mod-Autoren ihre Mods vorstellen, die sich noch im Entwicklungsstatus befinden. Der Einbau in Foren im produktiven Betrieb wird nicht empfohlen.
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.
Antworten
Selven
Mitglied
Beiträge: 5
Registriert: 03.09.2004 21:55

[MOD Contest] help needed FAQ Editor MOD

Beitrag von Selven »

hy guys i'm currently manteiner of Faq Editor MOD i want inscribe my mod to contest but missing german translation can someone translate for me? (i'm italian do not know german for nothing... and also english is not the best ;) )
you can find mod at:
http://www.phpbb.com/phpBB/viewtopic.php?t=149259
the part to translate are:
########################################################
## MOD Title: Faq Manager (vers. English)
## MOD Author: Selven < selven@zaion.com > (Selven) http://www.zaion.com
## Original By: Verteron < verteron@verteron.net >
## MOD Description: This mod allows the administrator to edit and
## re-arrange their FAQ and BBCode Guide through an admin
## control panel module
## MOD Version: 1.0.0
##
## Installation Level: easy
## Installation Time: 2-3 Minutes
## Files To Edit: 1
## Included Files: admin_faq_editor.php,
## lang_admin_faq_editor.php
## faq_editor_body.tpl,
## faq_block_body.tpl,
## faq_quest_body.tpl
########################################################
## For Security Purposes, Please Check: http://www.phpbb.com/mods/ for the
## latest version of this MOD. Downloading this MOD from other sites could cause malicious code
## to enter into your phpBB Forum. As such, phpBB will not offer support for MOD's not offered
## in our MOD-Database, located at: http://www.phpbb.com/mods/
##############################################################
## Author Notes: (IMPORTANT) This mod will ONLY WORK if your
## lang_faq.php file is WRITABLE! For each language in your
## languages/ directory, execute "chmod 666 lang_faq.php"
## otherwise this mod WILL NOT WORK!
## INSTALLATION:
## If you have phpBB 2.0.1 then you should use v0.8.6 of this
## mod. This version is only for use with phpBB 2.0.4 or greather
##############################################################
## MOD History:
## 12/01/2004 - v. 1.0.0 FINAL
## Resolved htmlinjection (thanks to cybot)
## Added autodected support for Prilian
## 15/12/2003 - v. 0.9.1
## Fix attachment faq description
## Added polish language (thanks to Holek)
## 09/12/2003 - v. 0.9.0
## Fix some bugs
## Modified for compliancy with win 9x server
## 27/11/2003 - version 0.8.9
## added autocheck for dile attachment faq
## added faq description
## 19/07/2003 - version 0.8.7
## updated for phpBB 2.0.4, 2.0.5, 2.0.6
## fix some minor issues
## added italian language
## rewritten for easymod compliancy
##
########################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################
EN
For a new installation of this mod please follow the instruction in faqeditEN.txt
FOr upgrade an old instalaltion to the last please check your appropriate *EN.txt into upgrade directory
$lang['board_faq'] = 'Board Faq';
$lang['bbcode_faq'] = 'BBcode Faq';
$lang['attachment_faq'] = 'Attachment Faq';
$lang['prillian_faq'] = 'Prillian Faq';
$lang['bid_faq'] = 'Buddy List Faq';
<?php
/***************************************************************************
* lang_admin_faq_editor.php [English]
* -------------------
* begin : Sat Dec 16 2000
* copyright : (C) 2001 The phpBB Group
* email : support@phpbb.com
*
* $Id: lang_admin_faq_editor.php,v 1.0.0.0 2003/07/13 23:24:12 Selven 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.
*
***************************************************************************/


$lang['faq_editor'] = 'Edit Language';
$lang['faq_editor_explain'] = 'This module allows you to edit and re-arrange your Attachment FAQ, BBCode, Board FAQ . You <u>should not</u> remove or alter the section entitled <b>phpBB 2 Issues</b>.';

$lang['faq_select_language'] = 'Choose the language of the file you want to edit';
$lang['faq_retrieve'] = 'Retrieve File';

$lang['faq_block_delete'] = 'Are you sure you want to delete this block?';
$lang['faq_quest_delete'] = 'Are you sure you wish to delete this question (and its answer)?';

$lang['faq_quest_edit'] = 'Edit Question & Answer';
$lang['faq_quest_create'] = 'Create New Question & Answer';

$lang['faq_quest_edit_explain'] = 'Edit the question and answer. Change the block if you wish.';
$lang['faq_quest_create_explain'] = 'Type the new question and answer and press Submit.';

$lang['faq_block'] = 'Block';
$lang['faq_quest'] = 'Question';
$lang['faq_answer'] = 'Answer';

$lang['faq_block_name'] = 'Block Name';
$lang['faq_block_rename'] = 'Rename a block';
$lang['faq_block_rename_explain'] = 'Change the name of a block in the file';

$lang['faq_block_add'] = 'Add Block';
$lang['faq_quest_add'] = 'Add Question';

$lang['faq_no_quests'] = 'No questions in this block. This will prevent any blocks after this one being displayed. Delete the block or add one or more questions.';
$lang['faq_no_blocks'] = 'No blocks defined. Add a new block by typing a name below.';

$lang['faq_write_file'] = 'Could not write to the language file!';
$lang['faq_write_file_explain'] = 'You must make the language file in language/lang_english/ or equivilent <i>writeable</i> to use this control panel. On UNIX, this means running <code>chmod 666 filename</code>. Most FTP clients can do through the properties sheet for a file, otherwise you can use telnet or SSH.';

?>
Thanks for support!
musashi
Mitglied
Beiträge: 1585
Registriert: 04.12.2003 12:50
Wohnort: Wien
Kontaktdaten:

Beitrag von musashi »

########################################################
## MOD Title: Faq Manager (vers. English)
## MOD Author: Selven < selven@zaion.com > (Selven) http://www.zaion.com
## Original By: Verteron < verteron@verteron.net >
## MOD Description: Diese Mod erlaubt es Administratoren, die FAQ und BBCode Hilfe über das Admin Panel zu verändern.
## MOD Version: 1.0.0
##
## Installation Level: leicht
## Installation Time: 2-3 Minuteen
## Files To Edit: 1
## Included Files: admin_faq_editor.php,
## lang_admin_faq_editor.php
## faq_editor_body.tpl,
## faq_block_body.tpl,
## faq_quest_body.tpl
########################################################
## For Security Purposes, Please Check: http://www.phpbb.com/mods/ for the
## latest version of this MOD. Downloading this MOD from other sites could cause malicious code
## to enter into your phpBB Forum. As such, phpBB will not offer support for MOD's not offered
## in our MOD-Database, located at: http://www.phpbb.com/mods/
##############################################################
## Author Notes: (WICHTIG) Diese Mod wird nur funktionieren, wenn Deine lang_faq.php Datei(en) beschreibbar sind.
## Dazu musst Du für jede Sprache in Deinem /languages Ordner den chmod auf 666 setzen.
## Ansonsten wird diese Mod nicht funktionieren!
##
## INSTALLATION:
## Wenn Du phpBB 2.0.1 einsetzt, solltest Du v0.8.6 von dieser Mod benutzen!
## Diese Version ist nur für den Einsatz mit phpBB 2.0.4 oder höher gedacht!
##############################################################
## MOD History:
## 12/01/2004 - v. 1.0.0 FINAL
## Resolved htmlinjection (thanksto cybot)
## Added autodected support for Prilian
## 15/12/2003 - v. 0.9.1
## Fix attachment faq description
## Added polish language (thanks to Holek)
## 09/12/2003 - v. 0.9.0
## Fix some bugs
## Modified for compliancy with win 9x server
## 27/11/2003 - version 0.8.9
## added autocheck for dile attachment faq
## added faq description
## 19/07/2003 - version 0.8.7
## updated for phpBB 2.0.4, 2.0.5, 2.0.6
## fix some minor issues
## added italian language
## rewritten for easymod compliancy
##
########################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################
DE
Für eine neue Installation dieser Modifikation benutze bitte die faqeditEN.txt
Für ein update von einer älteren Version dieser Mod, nutze bitte die geeignete *EN.txt im upgrade Ordner.

Code: Alles auswählen

$lang['board_faq'] = 'Foren Faq';
$lang['bbcode_faq'] = 'BBcode Faq';
$lang['attachment_faq'] = 'Attachment Faq';
$lang['prillian_faq'] = 'Prillian Faq';
$lang['bid_faq'] = 'Buddy List Faq';

Code: Alles auswählen

<?php
/***************************************************************************
* lang_admin_faq_editor.php [German]
* -------------------
* begin : Sat Dec 16 2000
* copyright : (C) 2001 The phpBB Group
* email : support@phpbb.com
*
* $Id: lang_admin_faq_editor.php,v 1.0.0.0 2003/07/13 23:24:12 Selven 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.
*
***************************************************************************/


$lang['faq_editor'] = 'Sprache bearbeiten';
$lang['faq_editor_explain'] = 'Dieses Modul erlaub es Dir, Deine Attachment, BBCode und Foren FAQs zu bearbeiten. Du solltest den Bereich <b>phpBB 2 Issues</b> nicht entfernen oder die Beschreibung ändern.';

$lang['faq_select_language'] = 'Wähle die Sprache aus, die Du bearbeiten möchtest.';
$lang['faq_retrieve'] = 'Datei herunterladen';

$lang['faq_block_delete'] = 'Bist Du sicher, dass Du diesen Block entfernen willst?';
$lang['faq_quest_delete'] = 'Bist Du sicher, dass Du diese Frage (und seine Antwort) entfernen möchtest?';


$lang['faq_quest_edit'] = 'Frage & Antwort bearbeiten';
$lang['faq_quest_create'] = 'Neue Frage & Antwort erstellen';

$lang['faq_quest_edit_explain'] = 'Editiere die Frage und die Antwort. Ändere den Block, wenn Du magst.';
$lang['faq_quest_create_explain'] = 'Schreibe nun die neue Frage und die neue Antwort und drücke danach auf absenden.';

$lang['faq_block'] = 'Block';
$lang['faq_quest'] = 'Frage';
$lang['faq_answer'] = 'Antwort';

$lang['faq_block_name'] = 'Block Name';
$lang['faq_block_rename'] = 'Block umbenennen';
$lang['faq_block_rename_explain'] = 'Ändere den Namen des Blocks';

$lang['faq_block_add'] = 'Block hinzufügen';
$lang['faq_quest_add'] = 'Frage hinzufügen';

$lang['faq_no_quests'] = 'Keine Fragen in dem Block. Das verhindert, dass jegliche Blöcke nach diesem angezeigt werden können. Lösche den Block oder füge eine oder mehrer Fragen hinzu.';

$lang['faq_no_blocks'] = 'Keine Blöcke definiert. Füge einen neuen Block hinzu, indem Du ihm unterstehend eine Bezeichnung gibst.';

$lang['faq_write_file'] = 'Die Sprachdatei kann nicht beschrieben werden!';
$lang['faq_write_file_explain'] = 'Du musst die Sprachdatei <b>lang_faq.php</b> im Ordner /language/lang_german/ und allen anderen Sprachen beschreibbar machen, um dieses Tool zu benutzen. Das bedeutet, dass Du den <b>chmod Modus auf 666</b> setzen musst. Dies können die meisten FTP Programme. Auch kannst Du  den chmod via telnet oder ssh anpassen.';
?>
www.dsaforum.de - DAS DSA Fanforum
Selven
Mitglied
Beiträge: 5
Registriert: 03.09.2004 21:55

Beitrag von Selven »

thx a lot
musashi
Mitglied
Beiträge: 1585
Registriert: 04.12.2003 12:50
Wohnort: Wien
Kontaktdaten:

Beitrag von musashi »

you're welcome :)
www.dsaforum.de - DAS DSA Fanforum
Antworten

Zurück zu „phpBB 2.0: Mods in Entwicklung“