mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Changes to copyright statements
git-svn-id: file:///svn/phpbb/trunk@1827 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
aff7beb540
commit
ae2a728761
4 changed files with 63 additions and 67 deletions
|
@ -1,14 +1,14 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
* lang_admin.php [german]
|
||||||
|
* -------------------
|
||||||
|
* begin : Sat Dec 16 2000
|
||||||
|
* copyright : (C) 2001 The phpBB Group
|
||||||
|
* email : support@phpbb.com
|
||||||
*
|
*
|
||||||
* Translation by:
|
* $Id$
|
||||||
* Joel Ricardo Zick Rici) webmaster@forcena-inn.de || http://www.forcena-inn.de
|
|
||||||
* Hannes Minimair (Thunder) phpbb2@xinfo.net || http://www.breakzone.cc
|
|
||||||
*
|
*
|
||||||
* For questions use: :webmaster@forcena-inn.de
|
****************************************************************************/
|
||||||
*
|
|
||||||
***************************************************************************/
|
|
||||||
|
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
*
|
*
|
||||||
|
@ -20,8 +20,14 @@
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
//
|
//
|
||||||
// Format is same as lang_main
|
// Translation by:
|
||||||
//
|
//
|
||||||
|
// Joel Ricardo Zick (Rici) :: webmaster@forcena-inn.de :: http://www.forcena-inn.de
|
||||||
|
// Hannes Minimair (Thunder) :: phpbb2@xinfo.net :: http://www.breakzone.cc
|
||||||
|
//
|
||||||
|
// For questions and comments use: webmaster@forcena-inn.de
|
||||||
|
//
|
||||||
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Modules, this replaces the keys used
|
// Modules, this replaces the keys used
|
||||||
|
|
|
@ -1,13 +1,14 @@
|
||||||
<?php
|
<?php
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
* lang_bbcode.php [german]
|
||||||
|
* -------------------
|
||||||
|
* begin : Sat Dec 16 2000
|
||||||
|
* copyright : (C) 2001 The phpBB Group
|
||||||
|
* email : support@phpbb.com
|
||||||
*
|
*
|
||||||
* Translation by:
|
* $Id$
|
||||||
* Joel Ricardo Zick Rici) webmaster@forcena-inn.de || http://www.forcena-inn.de
|
|
||||||
* Hannes Minimair (Thunder) phpbb2@xinfo.net || http://www.breakzone.cc
|
|
||||||
*
|
*
|
||||||
* For questions use: :webmaster@forcena-inn.de
|
****************************************************************************/
|
||||||
*
|
|
||||||
***************************************************************************/
|
|
||||||
|
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
*
|
*
|
||||||
|
@ -19,23 +20,15 @@
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
//
|
//
|
||||||
// To add an entry to your BBCode guide simply add a line to this file in this format:
|
// Translation by:
|
||||||
// $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
|
|
||||||
//
|
//
|
||||||
// DO NOT forget the ; at the end of the line.
|
// Joel Ricardo Zick (Rici) :: webmaster@forcena-inn.de :: http://www.forcena-inn.de
|
||||||
// Do NOT put double quotes (") in your BBCode guide entries, if you absolutely must then escape them ie. \"something\"
|
// 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("--","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.");
|
$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.");
|
||||||
|
|
||||||
|
|
|
@ -1,13 +1,14 @@
|
||||||
<?php
|
<?php
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
* lang_faq.php [german]
|
||||||
|
* -------------------
|
||||||
|
* begin : Sat Dec 16 2000
|
||||||
|
* copyright : (C) 2001 The phpBB Group
|
||||||
|
* email : support@phpbb.com
|
||||||
*
|
*
|
||||||
* Translation by:
|
* $Id$
|
||||||
* Joel Ricardo Zick Rici) webmaster@forcena-inn.de || http://www.forcena-inn.de
|
|
||||||
* Hannes Minimair (Thunder) phpbb2@xinfo.net || http://www.breakzone.cc
|
|
||||||
*
|
*
|
||||||
* For questions use: :webmaster@forcena-inn.de
|
****************************************************************************/
|
||||||
*
|
|
||||||
***************************************************************************/
|
|
||||||
|
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
*
|
*
|
||||||
|
@ -19,15 +20,12 @@
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
//
|
//
|
||||||
// To add an entry to your FAQ simply add a line to this file in this format:
|
// Translation by:
|
||||||
// $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
|
|
||||||
//
|
//
|
||||||
// DO NOT forget the ; at the end of the line.
|
// Joel Ricardo Zick (Rici) :: webmaster@forcena-inn.de :: http://www.forcena-inn.de
|
||||||
// Do NOT put double quotes (") in your FAQ entries, if you absolutely must then escape them ie. \"something\"
|
// Hannes Minimair (Thunder) :: phpbb2@xinfo.net :: http://www.breakzone.cc
|
||||||
//
|
//
|
||||||
// The FAQ items will appear on the FAQ page in the same order they are listed in this file
|
// For questions and comments use: webmaster@forcena-inn.de
|
||||||
//
|
//
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,13 +1,14 @@
|
||||||
<?php
|
<?php
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
* lang_main.php [german]
|
||||||
|
* -------------------
|
||||||
|
* begin : Sat Dec 16 2000
|
||||||
|
* copyright : (C) 2001 The phpBB Group
|
||||||
|
* email : support@phpbb.com
|
||||||
*
|
*
|
||||||
* Translation by:
|
* $Id$
|
||||||
* Joel Ricardo Zick Rici) webmaster@forcena-inn.de || http://www.forcena-inn.de
|
|
||||||
* Hannes Minimair (Thunder) phpbb2@xinfo.net || http://www.breakzone.cc
|
|
||||||
*
|
*
|
||||||
* For questions use: :webmaster@forcena-inn.de
|
****************************************************************************/
|
||||||
*
|
|
||||||
***************************************************************************/
|
|
||||||
|
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
*
|
*
|
||||||
|
@ -19,18 +20,16 @@
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
//
|
//
|
||||||
// The format of this file is:
|
// Translation by:
|
||||||
//
|
//
|
||||||
// ---> $lang['message'] = "text";
|
// Joel Ricardo Zick (Rici) :: webmaster@forcena-inn.de :: http://www.forcena-inn.de
|
||||||
|
// Hannes Minimair (Thunder) :: phpbb2@xinfo.net :: http://www.breakzone.cc
|
||||||
//
|
//
|
||||||
// You should also try to set a locale and a character
|
// For questions and comments use: webmaster@forcena-inn.de
|
||||||
// encoding (plus direction). The encoding and direction
|
|
||||||
// will be sent to the template. The locale may or may
|
|
||||||
// not work, it's dependent on OS support and the syntax
|
|
||||||
// varies ... give it your best guess!
|
|
||||||
//
|
//
|
||||||
|
|
||||||
setlocale(LC_ALL, "de_AT");
|
|
||||||
|
//setlocale(LC_ALL, "de_AT");
|
||||||
$lang['DATE_FORMAT'] = "d.m.Y"; // This should be changed to the default date format for your language, php date() format
|
$lang['DATE_FORMAT'] = "d.m.Y"; // This should be changed to the default date format for your language, php date() format
|
||||||
$lang['ENCODING'] = "iso-8859-1";
|
$lang['ENCODING'] = "iso-8859-1";
|
||||||
$lang['DIRECTION'] = "LTR";
|
$lang['DIRECTION'] = "LTR";
|
||||||
|
|
Loading…
Add table
Reference in a new issue