Start B3P v2 :-D

This commit is contained in:
Christian
2009-09-03 12:48:45 +00:00
parent fb193c0f92
commit 6964ff8f51
86 changed files with 4491 additions and 0 deletions

View File

@@ -0,0 +1,185 @@
<?php
/**
*
* @package Board3 Portal v2
* @version $Id$
* @copyright (c) Board3 Group ( www.board3.de )
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/
/**
* DO NOT CHANGE
*/
if (!defined('IN_PHPBB'))
{
exit;
}
if (empty($lang) || !is_array($lang))
{
$lang = array();
}
// DEVELOPERS PLEASE NOTE
//
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
//
// Placeholders can now contain order information, e.g. instead of
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
// translators to re-order the output of data while ensuring it remains correct
//
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
// equally where a string contains only two placeholders which are used to wrap text
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
// Manage categories
$lang = array_merge($lang, array(
'BIRTHDAYS_AHEAD' => 'In den nächsten %s Tagen',
'NO_BIRTHDAYS_AHEAD' => 'In diesem Zeitraum hat kein Mitglied Geburtstag',
));
// Common
$lang = array_merge($lang, array(
'POSTERS' => 'Posters',
'SEARCH_A9' => 'A9.com',
'SEARCH_ACRONYM_FINDER' => 'AcronymFinder',
'SEARCH_ALEXA' => 'Alexa',
'SEARCH_ALTA_VISTA' => 'AltaVista',
'SEARCH_AMAZON' => 'Amazon',
'SEARCH_AOL' => 'AOL',
'SEARCH_ASK' => 'Ask.com',
'SEARCH_BAAMBOO' => 'BaamBoo',
'SEARCH_BIT_TORRENT' => 'BitTorrent',
'SEARCH_CREATIVE_COMMONS' => 'Crative Commons',
'SEARCH_EBAY' => 'Ebay',
'SEARCH_GOOGLE' => 'Google',
'SEARCH_LIVE' => 'Windows Live',
'SEARCH_LYCOS' => 'Lycos',
'SEARCH_MININOVA' => 'Mininova',
'SEARCH_REFERENCE' => 'Reference.com',
'SEARCH_SOURCE_FORGE' => 'SourceForge',
'SEARCH_TORRENT_PORTAL' => 'TorrentPortal',
'SEARCH_TORRENT_SPY' => 'TorrentSpy',
'SEARCH_TORRENTZ' => 'TorrentZ',
'SEARCH_VDICT' => 'VDict',
'SEARCH_WIKI_PEDIA' => 'WikiPedia',
'SEARCH_YAHOO' => 'Yahoo! Search',
'WELCOME_YOU' => 'Welcome you',
// paypal
'PORTAL_PAY_ACC' => 'Paypal Account',
'PORTAL_PAY_ACC_EXPLAIN' => 'Gib deine e-mail-Adresse an, die du bei Paypal benutzt, z.B. xxx@xxx.com',
// User menu
'UM_LOG_ME_IN' => 'Mich bei jedem Besuch automatisch anmelden',
'UM_HIDE_ME' => 'Meinen Online-Status während dieser Sitzung verbergen',
'UM_MAIN_SUBSCRIBED' => 'Benachrichtigungen verwalten',
'UM_BOOKMARKS' => 'Lesezeichen verwalten',
'M_MENU' => 'Menü',
'M_ACP' => 'Administrations-Bereich',
// search
'GO' => 'Los',
'SEARCH_BOARD' => 'Foren',
'SEARCH_SERVICE' => 'Suchmaschinen',
'SEARCH_LOOKUP' => 'Lookup',
'SEARCH_TORRENT' => 'Torrent',
'SEARCH_ADV' => 'erweiterte Suche',
// Styles
'STYLE_CHOOSE' => '',
// Friends
'FRIENDS_OFFLINE' => 'Offline',
'FRIENDS_ONLINE' => 'Online',
'NO_FRIENDS' => 'Derzeit sind keine Freunde definiert',
'NO_FRIENDS_OFFLINE' => 'Keine Freunde offline',
'NO_FRIENDS_ONLINE' => 'Keine Freunde online',
// Statistics
'ST_TOP' => 'Insgesamt',
'ST_TOP_ANNS' => 'Bekanntmachungen insgesamt:',
'ST_TOP_STICKYS' => 'Wichtig insgesamt:',
'ST_TOT_ATTACH' => 'Dateianhänge insgesamt:',
'TOPICS_PER_DAY_OTHER' => 'Themen pro Tag: <strong>%d</strong>',
'TOPICS_PER_DAY_ZERO' => 'Themen pro Tag: <strong>0</strong>',
'POSTS_PER_DAY_OTHER' => 'Beiträge pro Tag: <strong>%d</strong>',
'POSTS_PER_DAY_ZERO' => 'Beiträge pro Tag: <strong>0</strong>',
'USERS_PER_DAY_OTHER' => 'Benutzer pro Tag: <strong>%d</strong>',
'USERS_PER_DAY_ZERO' => 'Benutzer pro Tag: <strong>0</strong>',
'TOPICS_PER_USER_OTHER' => 'Themen pro Benutzer: <strong>%d</strong>',
'TOPICS_PER_USER_ZERO' => 'Themen pro Benutzer: <strong>0</strong>',
'POSTS_PER_USER_OTHER' => 'Beiträge pro Benutzer: <strong>%d</strong>',
'POSTS_PER_USER_ZERO' => 'Beiträge pro Benutzer: <strong>0</strong>',
'POSTS_PER_TOPIC_OTHER' => 'Beiträge pro Thema: <strong>%d</strong>',
'POSTS_PER_TOPIC_ZERO' => 'Beiträge pro Thema: <strong>0</strong>',
// PayPal
'DONATION' => 'PayPal-Spenden',
'DONATION_TEXT' => 'ist eine Webseite ohne jedes Gewinninteresse. Jeder der dieses Projekt unterstützen möchte, kann dies mit einer kleinen PayPal-Spende tun, damit die Rechnungen für den Server, die Domain, etc. bezahlt werden können.',
'PAY_MSG' => 'Betrag bitte mit Punkt statt Komma trennen, z.B. 3.50',
'PAY_ITEM' => 'Freiwillige Foren-Spende',
'AUD' => 'Australische Dollar (AUD)',
'CAD' => 'Kanadische Dollar (CAD)',
'CZK' => 'Tschechische Kronen (CZK)',
'DKK' => 'Dänische Kronen (DKK)',
'HKD' => 'Hongkong-Dollar (HKD)',
'HUF' => 'Ungarische Forint (HUF)',
'NZD' => 'Neuseeland-Dollar (NZD)',
'NOK' => 'Norwegische Kronen (NOK)',
'PLN' => 'Polnische Zloty (PLN)',
'GBP' => 'Britische Pfund (GBP)',
'SGD' => 'Singapur-Dollar (SGD)',
'SEK' => 'Schwedische Kronen (SEK)',
'CHF' => 'Schweizer Franken (CHF)',
'JPY' => 'Japanische Yen (JPY)',
'USD' => 'US-Dollar (USD)',
'EUR' => 'Euro (EUR)',
'MXN' => 'Mexikanische Pesos (MXN)',
'ILS' => 'Neue Israelische Schekel (ILS)',
));
// BLOCK TITLES
// Set additional block titles here...
//
// Example:
// 'BLOCK_TOP_POSTERS' => 'Top posters', /* Main block title */
// 'BLOCK_TOP_POSTERS_SUB' => 'Posted', /* Legend, block sub-title */
//
$lang = array_merge($lang, array(
'BLOCK_BIRTHDAY' => 'Geburtstage',
'BLOCK_EXPRESS_LINKS' => 'Navigation',
'BLOCK_SEARCH' => 'Suche',
'BLOCK_CLOCK' => 'Uhr',
'BLOCK_USER_MENU' => 'Benutzer-Menü',
'BLOCK_CHANGE_STYLE' => 'Mein Board-Style',
'BLOCK_ONLINE' => 'Wer ist Online?',
'BLOCK_DONATION' => 'Paypal-Spenden',
'BLOCK_LINKS' => 'Links',
'BLOCK_LATEST_BOTS' => 'Bots',
'BLOCK_LATEST_MEMBERS' => 'Neueste Mitglieder',
'BLOCK_MINI_CALENDAR' => 'Kalender',
'BLOCK_ONLINE_FRIENDS' => 'Freunde',
'BLOCK_STATISTICS' => 'Statistik',
'BLOCK_TOP_POSTER' => 'Top Poster',
'BLOCK_CUSTOM' => 'Custom',
'BLOCK_BOTS' => 'Letzten Bots-Besuche',
));
// CUSTOM PAGE TITLES
// Set custom page titles here...
//
// Example:
// 'PAGE_ABOUT' => 'About us', /* Main page title */
// 'PAGE_ABOUT_EXPLAIN' => 'Contact information here.', /* Explanation, page sub-title */
//
$lang = array_merge($lang, array(
));
?>