mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
Changes to copyright statements
git-svn-id: file:///svn/phpbb/trunk@1827 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
<?php
|
||||
|
||||
/***************************************************************************
|
||||
*
|
||||
* 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 use: :webmaster@forcena-inn.de
|
||||
*
|
||||
***************************************************************************/
|
||||
* lang_admin.php [german]
|
||||
* -------------------
|
||||
* begin : Sat Dec 16 2000
|
||||
* copyright : (C) 2001 The phpBB Group
|
||||
* email : support@phpbb.com
|
||||
*
|
||||
* $Id$
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
/***************************************************************************
|
||||
*
|
||||
@@ -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
|
||||
|
@@ -1,13 +1,14 @@
|
||||
<?php
|
||||
/***************************************************************************
|
||||
*
|
||||
* 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 use: :webmaster@forcena-inn.de
|
||||
*
|
||||
***************************************************************************/
|
||||
* lang_bbcode.php [german]
|
||||
* -------------------
|
||||
* begin : Sat Dec 16 2000
|
||||
* copyright : (C) 2001 The phpBB Group
|
||||
* email : support@phpbb.com
|
||||
*
|
||||
* $Id$
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
/***************************************************************************
|
||||
*
|
||||
@@ -19,23 +20,15 @@
|
||||
***************************************************************************/
|
||||
|
||||
//
|
||||
// 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
|
||||
//
|
||||
// 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.
|
||||
// For questions and comments use: webmaster@forcena-inn.de
|
||||
//
|
||||
|
||||
|
||||
$faq[] = array("--","Einf<EFBFBD>hrung");
|
||||
$faq[] = array("Was ist BBCode?", "BBCode ist eine spezielle Eigenart von HTML. Ob Du BBCode in Deinen Beitr<74>gen benutzen kannst, entscheidet allein der Systemadministrator. Zus<75>tzlich kannst Du den BBCode auch f<>r einzelne Beitr<74>ge abschalten. BBCode ist dem HTML-Stil sehr <20>hnlich, Tags werden mit den Klammern [ und ] ge<67>ffnet und geschlossen und gibt Dir die M<>glichkeit, das Aussehen dessen was Du geschrieben hast deutlich zu ver<65>ndern. Je nachdem, welchen Style Du benutzt, findest Du vielleicht eine Men<65>liste mit Instand-BBCode bei der Beitragserstellung. Aber auch dann wirst Du die folgende Liste interessant finden.");
|
||||
|
||||
|
@@ -1,13 +1,14 @@
|
||||
<?php
|
||||
/***************************************************************************
|
||||
*
|
||||
* 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 use: :webmaster@forcena-inn.de
|
||||
*
|
||||
***************************************************************************/
|
||||
* lang_faq.php [german]
|
||||
* -------------------
|
||||
* begin : Sat Dec 16 2000
|
||||
* copyright : (C) 2001 The phpBB Group
|
||||
* email : support@phpbb.com
|
||||
*
|
||||
* $Id$
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
/***************************************************************************
|
||||
*
|
||||
@@ -19,15 +20,12 @@
|
||||
***************************************************************************/
|
||||
|
||||
//
|
||||
// To add an entry to your FAQ 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 FAQ 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 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
|
||||
/***************************************************************************
|
||||
*
|
||||
* 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 use: :webmaster@forcena-inn.de
|
||||
*
|
||||
***************************************************************************/
|
||||
* lang_main.php [german]
|
||||
* -------------------
|
||||
* begin : Sat Dec 16 2000
|
||||
* copyright : (C) 2001 The phpBB Group
|
||||
* email : support@phpbb.com
|
||||
*
|
||||
* $Id$
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
/***************************************************************************
|
||||
*
|
||||
@@ -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
|
||||
// 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!
|
||||
// For questions and comments use: webmaster@forcena-inn.de
|
||||
//
|
||||
|
||||
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['ENCODING'] = "iso-8859-1";
|
||||
$lang['DIRECTION'] = "LTR";
|
||||
|
Reference in New Issue
Block a user