aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/lang_german/lang_bbcode.php
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2002-03-04 20:19:14 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2002-03-04 20:19:14 +0000
commitbe2532588c3a0472d915bc378207883c350f1a0c (patch)
treed620ffb4f6cd201af60dfa54630915a12f4b0503 /phpBB/language/lang_german/lang_bbcode.php
parentad92939e06f9e673313621d6c1a7334c2b72f571 (diff)
downloadforums-be2532588c3a0472d915bc378207883c350f1a0c.tar
forums-be2532588c3a0472d915bc378207883c350f1a0c.tar.gz
forums-be2532588c3a0472d915bc378207883c350f1a0c.tar.bz2
forums-be2532588c3a0472d915bc378207883c350f1a0c.tar.xz
forums-be2532588c3a0472d915bc378207883c350f1a0c.zip
Updated for RC-3
git-svn-id: file:///svn/phpbb/trunk@2268 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/lang_german/lang_bbcode.php')
-rw-r--r--phpBB/language/lang_german/lang_bbcode.php26
1 files changed, 20 insertions, 6 deletions
diff --git a/phpBB/language/lang_german/lang_bbcode.php b/phpBB/language/lang_german/lang_bbcode.php
index 7134895ef8..86ff022884 100644
--- a/phpBB/language/lang_german/lang_bbcode.php
+++ b/phpBB/language/lang_german/lang_bbcode.php
@@ -1,4 +1,5 @@
<?php
+
/***************************************************************************
* lang_bbcode.php [German]
* -------------------
@@ -6,7 +7,6 @@
* copyright : (C) 2001 The phpBB Group
* email : support@phpbb.com
*
- * $Id$
*
****************************************************************************/
@@ -19,15 +19,29 @@
*
***************************************************************************/
+/***************************************************************************
+ *
+ * German Translation by:
+ * Joel Ricardo Zick (Rici) webmaster@forcena-inn.de || http://www.sdc-forum.de
+ ***************************************************************************/
+
+//
+// To add an entry to your BBCode guide simply add a line to this file in this format:
+// $faq[] = array("question", "answer");
+// If you want to separate a section enter $faq[] = array("--","Block heading goes here if wanted");
+// Links will be created automatically
//
-// Translation by:
+// DO NOT forget the ; at the end of the line.
+// Do NOT put double quotes (") in your BBCode guide entries, if you absolutely must then escape them ie. \"something\"
//
-// Joel Ricardo Zick (Rici) :: webmaster@forcena-inn.de :: http://www.forcena-inn.de
-// Hannes Minimair (Thunder) :: phpbb2@xinfo.net :: http://www.breakzone.cc
+// The BBCode guide items will appear on the BBCode guide page in the same order they are listed in this file
//
-// For questions and comments use: webmaster@forcena-inn.de
+// If just translating this file please do not alter the actual HTML unless absolutely necessary, thanks :)
+//
+// In addition please do not translate the colours referenced in relation to BBCode any section, if you do
+// users browsing in your language may be confused to find they're BBCode doesn't work :D You can change
+// references which are 'in-line' within the text though.
//
-
$faq[] = array("--","Einführung");
$faq[] = array("Was ist BBCode?", "BBCode ist eine spezielle Eigenart von HTML. Ob Du BBCode in Deinen Beiträgen benutzen kannst, entscheidet allein der Systemadministrator. Zusätzlich kannst Du den BBCode auch für einzelne Beiträge abschalten. BBCode ist dem HTML-Stil sehr ähnlich, Tags werden mit den Klammern [ und ] geöffnet und geschlossen und gibt Dir die Möglichkeit, das Aussehen dessen was Du geschrieben hast deutlich zu verändern. Je nachdem, welchen Style Du benutzt, findest Du vielleicht eine Menüliste mit Instand-BBCode bei der Beitragserstellung. Aber auch dann wirst Du die folgende Liste interessant finden.");