From ae2a728761487d4339f13b95936677ea633348c1 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Wed, 9 Jan 2002 16:07:15 +0000 Subject: [PATCH] Changes to copyright statements git-svn-id: file:///svn/phpbb/trunk@1827 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/language/lang_german/lang_admin.php | 26 +++++++++------ phpBB/language/lang_german/lang_bbcode.php | 37 +++++++++------------- phpBB/language/lang_german/lang_faq.php | 36 ++++++++++----------- phpBB/language/lang_german/lang_main.php | 31 +++++++++--------- 4 files changed, 63 insertions(+), 67 deletions(-) diff --git a/phpBB/language/lang_german/lang_admin.php b/phpBB/language/lang_german/lang_admin.php index ccb8aa514c..6feb4dfb35 100644 --- a/phpBB/language/lang_german/lang_admin.php +++ b/phpBB/language/lang_german/lang_admin.php @@ -1,14 +1,14 @@ $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";