delete trunk for B3P v2

This commit is contained in:
Christian
2009-09-03 12:45:30 +00:00
parent 86aa9fdd9e
commit fb193c0f92
228 changed files with 0 additions and 21887 deletions

View File

@@ -1,44 +0,0 @@
<?php
/**
*
* @package - Board3portal
* @version $Id$
* @copyright (c) kevin / saint ( www.board3.de/ ), (c) Ice, (c) nickvergessen ( www.flying-bits.org/ ), (c) redbull254 ( www.digitalfotografie-foren.de ), (c) Christian_N ( www.phpbb-projekt.de )
* @based on: phpBB3 Portal by Sevdin Filiz, www.phpbb3portal.com
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/
if (!defined('IN_PHPBB'))
{
exit;
}
if (empty($lang) || !is_array($lang))
{
$lang = array();
}
$lang = array_merge($lang, array(
'ACP_PORTAL_INFO' => 'Portal',
'ACP_PORTAL_GENERAL_INFO' => 'Allgemein',
'ACP_PORTAL_ANNOUNCE_INFO' => 'Bekanntmachungen',
'ACP_PORTAL_NEWS_INFO' => 'Aktuelle Beiträge',
'ACP_PORTAL_RECENT_INFO' => 'Aktuelle Themen',
'ACP_PORTAL_WORDGRAPH_INFO' => 'Wordgraph',
'ACP_PORTAL_GENERAL_INFO' => 'Allgemeine Einstellungen',
'ACP_PORTAL_PAYPAL_INFO' => 'Paypal-Spenden',
'ACP_PORTAL_ATTACHMENTS_NUMBER_INFO' => 'Dateianhänge',
'ACP_PORTAL_MEMBERS_INFO' => 'Die neuesten Mitglieder',
'ACP_PORTAL_POLLS_INFO' => 'Umfragen',
'ACP_PORTAL_BOTS_INFO' => 'Die letzten Bots',
'ACP_PORTAL_MOST_POSTER_INFO' => 'Die Vielschreiber',
'ACP_PORTAL_WELCOME_INFO' => 'Willkommens-Nachricht',
'ACP_PORTAL_CUSTOM_INFO' => 'Eigener Block',
'ACP_PORTAL_MINICALENDAR_INFO' => 'Mini-Kalender',
'ACP_PORTAL_LINKS_INFO' => 'Links',
'ACP_PALLET_LIST_INFO' => 'Block Verwaltung',
'ACP_PORTAL_LAYOUT_INFO' => 'Portal Layout',
));
?>

View File

@@ -1,51 +0,0 @@
<?php
/**
*
* @package - Board3portal
* @version $Id$
* @copyright (c) kevin / saint ( www.board3.de/ ), (c) Ice, (c) nickvergessen ( www.flying-bits.org/ ), (c) redbull254 ( www.digitalfotografie-foren.de ), (c) Christian_N ( www.phpbb-projekt.de )
* @based on: phpBB3 Portal by Sevdin Filiz, www.phpbb3portal.com
* @translator (c) ( You - http://www.yourdomain.com )
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/
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
$lang = array_merge($lang, array(
'ACP_PALLET_LAYOUT' => 'Block Verwaltung',
'TITLE' => 'Block Verwaltung',
'TITLE_EXPLAIN' => 'Hier kannst Du deine Blöcke verwalten, verschieben, hinzufügen und löschen.',
'PALLET_LAYOUT' => 'Block Anordnung',
'COLUMN_LEFT' => 'Linke Spalte',
'COLUMN_CENTER' => 'Mittlere Spalte',
'COLUMN_RIGHT' => 'Rechte Spalte',
'PALLET_KEY' => 'Legende',
'KEY' => 'Funktion',
'ENABLE' => 'Aktivieren',
'DISABLE' => 'Deaktivieren',
'MOVE_LEFT' => 'Nach links',
'MOVE_RIGHT' => 'Nach rechts',
));
?>

View File

@@ -1,262 +0,0 @@
<?php
/**
*
* @package - Board3portal
* @version $Id$
* @copyright (c) kevin / saint ( www.board3.de/ ), (c) Ice, (c) nickvergessen ( www.flying-bits.org/ ), (c) redbull254 ( www.digitalfotografie-foren.de ), (c) Christian_N ( www.phpbb-projekt.de )
* @based on: phpBB3 Portal by Sevdin Filiz, www.phpbb3portal.com
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/
if (!defined('IN_PHPBB'))
{
exit;
}
if (empty($lang) || !is_array($lang))
{
$lang = array();
}
// DEVELOPERS PLEASE NOTE
//
// 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
$lang = array_merge($lang, array(
// General
'PORTAL' => 'Portal',
'WELCOME' => 'Willkommen',
'PORTAL_ERROR' => 'Portal-Fehler',
'PORTAL_DELETE_DIR' => 'Bitte lösche das Portal Installationsverzeichnis: %s',
'PORTAL_UPDATE' => 'Portal Update',
'PORTAL_UPDATE_TEXT' => 'Es steht ein Update für das Portal zur Installation bereit! <a href="%1$s">Installiere Board3 Portal Version %2$s</a>!',
// news & global announcements
'LATEST_ANNOUNCEMENTS' => 'Letzte Bekanntmachung',
'GLOBAL_ANNOUNCEMENT' => 'Globale Bekanntmachung',
'VIEW_LATEST_ANNOUNCEMENT' => '1 Bekanntmachung',
'VIEW_LATEST_ANNOUNCEMENTS' => '%d Bekanntmachungen',
'LATEST_NEWS' => 'Aktuelle Beiträge',
'READ_FULL' => 'alles lesen',
'NO_NEWS' => 'Keine neuen Beiträge',
'NO_ANNOUNCEMENTS' => 'Keine Bekanntmachung',
'POSTED_BY' => 'Autor',
'COMMENTS' => 'Antworten',
'VIEW_COMMENTS' => 'Antworten anzeigen',
'POST_REPLY' => 'Antwort schreiben',
'TOPIC_VIEWS' => 'Zugriffe',
'JUMP_NEWEST' => 'Zum letzten Beitrag springen',
'JUMP_FIRST' => 'Zum ersten Beitrag springen',
'JUMP_TO_POST' => 'Rufe den Beitrag auf',
'BACK' => 'Zurück',
// who is online
'WIO_TOTAL' => 'Insgesamt',
'WIO_REGISTERED' => 'Registrierte Benutzer',
'WIO_HIDDEN' => 'Unsichtbare Benutzer',
'WIO_GUEST' => 'Gäste',
//'RECORD_ONLINE_USERS'=> 'View record: <strong>%1$s</strong><br />%2$s',
// Birthdays
'BIRTHDAYS_AHEAD' => 'In den nächsten %s Tagen',
'NO_BIRTHDAYS_AHEAD' => 'In diesem Zeitraum hat kein Mitglied Geburtstag',
// user menu
'USER_MENU' => 'Benutzer-Menü',
'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',
// statistics
'ST_TOP' => 'Insgesamt',
'ST_TOP_ANNS' => 'Bekanntmachungen insgesamt:',
'ST_TOP_STICKYS' => 'Wichtig insgesamt:',
'ST_TOT_ATTACH' => 'Dateianhänge insgesamt:',
// search
'SH' => 'Los',
'SH_SITE' => 'Foren',
'SH_POSTS' => 'Beiträge',
'SH_AUTHOR' => 'Autor',
'SH_ENGINE' => 'Suchmaschinen',
'SH_ADV' => 'erweiterte Suche',
// recent
'RECENT_NEWS' => 'Aktuelles',
'RECENT_TOPIC' => 'Aktuelle Themen',
'RECENT_ANN' => 'Aktuelle Bekanntmachungen',
'RECENT_HOT_TOPIC' => 'Beliebte Themen',
// random member
'RND_MEMBER' => 'Zufälliges Profil',
'RND_JOIN' => 'Registriert',
'RND_POSTS' => 'Beiträge',
'RND_OCC' => 'Tätigkeit',
'RND_FROM' => 'Wohnort',
'RND_WWW' => 'Webseite',
// top poster
'TOP_POSTER' => 'Die Vielschreiber',
// attachments
'DOWNLOADS' => 'Downloads',
'NO_ATTACHMENTS' => 'Keine Dateianhänge',
// links
'LINKS' => 'Links',
'NO_LINKS' => 'Keine Links vorhanden',
// latest members
'LATEST_MEMBERS' => 'Neue Mitglieder',
// make donation
'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)',
// main menu
'M_MENU' => 'Menü',
'M_CONTENT' => 'Inhalt',
'M_ACP' => 'Administrations-Bereich',
'M_HELP' => 'Hilfe',
'M_BBCODE' => 'BBCode-Anleitung',
'M_TERMS' => 'Nutzungsbedingungen',
'M_PRV' => 'Datenschutzrichtlinie',
'M_SEARCH' => 'Suche',
// link us
'LINK_US' => 'Link zu uns ',
'LINK_US_TXT' => 'Benutze bitte diesen Link um <strong>%s</strong> bei dir zu verlinken:',
// friends
'FRIENDS' => 'Freunde',
'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',
// last bots
'LAST_VISITED_BOTS' => 'Die letzten %s Bots',
// wordgraph
'WORDGRAPH' => 'Wordgraph',
// change style
'BOARD_STYLE' => 'Mein Board-Style',
'STYLE_CHOOSE' => 'Wähle einen Style',
// team
'NO_ADMINISTRATORS_P' => 'Keine Administratoren',
'NO_MODERATORS_P' => 'Keine Moderatoren',
'NO_GROUPS_P' => 'Keine Gruppen',
// average Statistics
'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>',
// Poll
'POLL' => 'Umfrage',
'LATEST_POLLS' => 'Neueste Umfragen',
'NO_OPTIONS' => 'Diese Umfrage verfügt über keine Optionen.',
'NO_POLL' => 'Zur Zeit keine Umfragen vorhanden',
'RETURN_PORTAL' => '%sZurück zum Portal%s',
// other
'VIEWING_PORTAL' => 'Betrachtet das Portal',
'CLOCK' => 'Uhr',
'SPONSOR' => 'Sponsoren',
'PORTAL_COPY' => '<a href="http://www.board3.de" title="board3.de">board3 Portal</a> - based on <a href="http://www.phpbb3portal.com" title="phpBB3 Portal">phpBB3 Portal</a>',
)
);
// mini calendar
$lang = array_merge($lang, array(
'MINI_CALENDAR' => 'Kalender',
'VIEW_NEXT_MONTH' => 'nächster Monat',
'VIEW_PREVIOUS_MONTH' => 'voriger Monat',
'mini_cal' => array(
'day' => array(
'1' => 'So',
'2' => 'Mo',
'3' => 'Di',
'4' => 'Mi',
'5' => 'Do',
'6' => 'Fr',
'7' => 'Sa',
),
'month' => array(
'1' => 'Jan.',
'2' => 'Feb.',
'3' => 'Mär.',
'4' => 'Apr.',
'5' => 'Mai',
'6' => 'Jun.',
'7' => 'Jul.',
'8' => 'Aug.',
'9' => 'Sep.',
'10'=> 'Okt.',
'11'=> 'Nov.',
'12'=> 'Dez.',
),
'long_month'=> array(
'1' => 'Januar',
'2' => 'Februar',
'3' => 'März',
'4' => 'April',
'5' => 'Mai',
'6' => 'Juni',
'7' => 'Juli',
'8' => 'August',
'9' => 'September',
'10'=> 'Oktober',
'11'=> 'November',
'12'=> 'Dezember',
),
),
));
?>

View File

@@ -1,294 +0,0 @@
<?php
/**
*
* @package - Board3portal
* @version $Id$
* @copyright (c) kevin / saint ( www.board3.de/ ), (c) Ice, (c) nickvergessen ( www.flying-bits.org/ ), (c) redbull254 ( www.digitalfotografie-foren.de ), (c) Christian_N ( www.phpbb-projekt.de )
* @based on: phpBB3 Portal by Sevdin Filiz, www.phpbb3portal.com
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/
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
$lang = array_merge($lang, array(
'ACP_PORTAL_INFO_SETTINGS' => 'Allgemeine Einstellungen',
'ACP_PORTAL_INFO_SETTINGS_EXPLAIN' => 'Danke, dass du dich für board3 Portal entschieden hast. Auf dieser Seite kannst du dein Portal verwalten. Diese Anzeige gibt dir einen schnellen Überblick über die verschiedenen Portal-Einstellungen. Die Links auf der linken Seite dieser Anzeige ermöglichen dir alle Einstellungen vorzunehmen, welche das Portal betreffen.',
'ACP_PORTAL_SETTINGS' => 'Allgemeine Einstellungen',
'ACP_PORTAL_SETTINGS_EXPLAIN' => 'Danke, dass du dich für board3 Portal entschieden hast. Auf dieser Seite kannst du dein Portal verwalten. Diese Anzeige gibt dir einen schnellen Überblick über die verschiedenen Portal-Einstellungen. Die Links auf der linken Seite dieser Anzeige ermöglichen dir alle Einstellungen vorzunehmen, welche das Portal betreffen.',
// general
'ACP_PORTAL_GENERAL_INFO' => 'Portal Administration',
'ACP_PORTAL_GENERAL_INFO_EXPLAIN' => 'Danke, dass du dich für board3 Portal entschieden hast. Auf dieser Seite kannst du dein Portal verwalten. Diese Anzeige gibt dir einen schnellen Überblick über die verschiedenen Portal-Einstellungen. Die Links auf der linken Seite dieser Anzeige ermöglichen dir alle Einstellungen vorzunehmen, welche das Portal betreffen.',
'ACP_PORTAL_VERSION' => '<strong>Board3 Portal Version v%s</strong>',
'ACP_PORTAL_GENERAL_SETTINGS' => 'Allgemeine Einstellungen',
'ACP_PORTAL_GENERAL_SETTINGS_EXPLAIN' => 'Hier kannst du die Haupteinstellungen vornehmen.',
'PORTAL_ENABLE' => 'Portal aktivieren',
'PORTAL_ENABLE_EXPLAIN' => 'Wenn deaktiviert, wird das komplette Portal abgeschaltet.',
'PORTAL_ADVANCED_STAT' => 'Erweiterte Statistik',
'PORTAL_ADVANCED_STAT_EXPLAIN' => 'Diesen Block auf dem Portal anzeigen.',
'PORTAL_LEADERS' => 'Team',
'PORTAL_LEADERS_EXPLAIN' => 'Diesen Block auf dem Portal anzeigen.',
'PORTAL_LEADERS_EXT' => 'Erweiterter Team-Block',
'PORTAL_LEADERS_EXT_EXPLAIN' => 'Damit dieser Block angezeigt wird, muss der Standard-Team-Block aktiviert sein.<br />Der erweiterte Team-Block listet zusätzlich alle nicht-versteckten Gruppen inklusive Legende auf.',
'PORTAL_CLOCK' => 'Uhr',
'PORTAL_CLOCK_EXPLAIN' => 'Die Uhr auf dem Portal anzeigen.',
'PORTAL_LINK_US' => 'Verlink uns',
'PORTAL_LINK_US_EXPLAIN' => 'Diesen Block auf dem Portal anzeigen.',
'PORTAL_BIRTHDAYS' => 'Geburtstage',
'PORTAL_BIRTHDAYS_EXPLAIN' => 'Diesen Block auf dem Portal anzeigen.',
'PORTAL_BIRTHDAYS_AHEAD' => 'Anstehende Geburtstage',
'PORTAL_BIRTHDAYS_AHEAD_EXPLAIN' => 'Zeitraum für die Geburtstagsvorschau (Tage)',
'PORTAL_SEARCH' => 'Suche',
'PORTAL_SEARCH_EXPLAIN' => 'Diesen Block auf dem Portal anzeigen.',
'PORTAL_WELCOME' => 'Willkommen',
'PORTAL_WELCOME_EXPLAIN' => 'Diesen Block auf dem Portal anzeigen.',
'PORTAL_WHOIS_ONLINE' => 'Wer ist online?',
'PORTAL_WHOIS_ONLINE_EXPLAIN' => 'Diesen Block auf dem Portal anzeigen.',
'PORTAL_CHANGE_STYLE' => 'Style-Umschalter',
'PORTAL_CHANGE_STYLE_EXPLAIN' => 'Diesen Block auf dem Portal anzeigen.<br /><span style="color:red">Achtung:</span> wenn in den Board-Einstellungen "Benutzer-Style überschreiben:" auf "ja" gesetzt ist, wird dieser Block unabhängig von seinen Einstellungen <strong>nicht angezeigt</strong>.',
'PORTAL_MAIN_MENU' => 'Hauptmenü',
'PORTAL_MAIN_MENU_EXPLAIN' => 'Diesen Block auf dem Portal anzeigen.',
'PORTAL_USER_MENU' => 'Benutzer-Menü / Login Box',
'PORTAL_USER_MENU_EXPLAIN' => 'Diesen Block auf dem Portal anzeigen.',
'PORTAL_FORUM_INDEX' => 'Foren Index (Foren Liste)',
'PORTAL_FORUM_INDEX_EXPLAIN' => 'Diesen Block auf dem Portal anzeigen.',
// random member
'PORTAL_RANDOM_MEMBER' => 'Zufälliges Profil',
'PORTAL_RANDOM_MEMBER_EXPLAIN' => 'Diesen Block auf dem Portal anzeigen.',
// news and announcements
'PORTAL_SHOW_REPLIES_VIEWS' => '"Antworten" und "Zugriffe" in Extraspalten',
'PORTAL_SHOW_REPLIES_VIEWS_EXPLAIN' => 'Einstellung für den kompakter Bekanntmachungen-Block-Stil.<br />Wenn aktiviert, wird die Anzahl der Antworten und Zugriffe in gesonderten Spalten angezeigt. Wenn deaktiviert gibt es nur zwei Spalten und die Antworten und Zugriffe werden neben "Forum" angezeigt. Bei Darstellungsproblemen mit z.B. schmalen Styles bitte deaktivieren.',
// announcements
'ACP_PORTAL_ANNOUNCE_INFO' => 'Bekanntmachungen',
'ACP_PORTAL_ANNOUNCE_SETTINGS' => 'Einstellungen für Bekanntmachungen',
'ACP_PORTAL_ANNOUNCE_SETTINGS_EXPLAIN' => 'Hier kannst du die Einstellungen für die Bekanntmachungen ändern.',
'PORTAL_ANNOUNCEMENTS' => 'Bekanntmachungen anzeigen',
'PORTAL_ANNOUNCEMENTS_EXPLAIN' => 'Diesen Block auf dem Portal anzeigen.',
'PORTAL_ANNOUNCEMENTS_STYLE' => 'Kompakter Bekanntmachungen-Block-Stil',
'PORTAL_ANNOUNCEMENTS_STYLE_EXPLAIN' => 'Wenn "ja" ausgewählt ist, wird die kompakte Ansicht für die Bekanntmachungen angezeigt, bei "nein" die große Ansicht.',
'PORTAL_NUMBER_OF_ANNOUNCEMENTS' => 'Anzahl der Bekanntmachungen auf dem Portal',
'PORTAL_NUMBER_OF_ANNOUNCEMENTS_EXPLAIN' => '0 bedeutet unbegrenzt',
'PORTAL_ANNOUNCEMENTS_DAY' => 'Die Anzahl der Tage, während der die Bekanntmachung angezeigt werden soll',
'PORTAL_ANNOUNCEMENTS_DAY_EXPLAIN' => '0 bedeutet unbegrenzt',
'PORTAL_ANNOUNCEMENTS_LENGTH' => 'Maximale Länge der Bekanntmachungen',
'PORTAL_ANNOUNCEMENTS_LENGTH_EXPLAIN' => '0 bedeutet unbegrenzt',
'PORTAL_GLOBAL_ANNOUNCEMENTS_FORUM' => 'ID des Forums der Bekanntmachungen',
'PORTAL_GLOBAL_ANNOUNCEMENTS_FORUM_EXPLAIN' => 'Die ID des Forums, aus welchem die Bekanntmachungen angezeigt werden sollen. Frei lassen, um aus allen Foren anzeigen zu lassen. Mit Komma trennen, wenn aus mehreren ausgewählten Foren angezeigt werden soll, z.B. 1,2,5',
'PORTAL_ANNOUNCEMENTS_PERMISSIONS' => 'Berechtigungen prüfen anschalten?',
'PORTAL_ANNOUNCEMENTS_PERMISSIONS_EXPLAIN' => 'Berücksichtigt Berechtigungen beim Anzeigen der Bekanntmachungen',
'PORTAL_ANNOUNCEMENTS_ARCHIVE' => 'Das Archivsystem für die Bekanntmachungen aktivieren',
'PORTAL_ANNOUNCEMENTS_ARCHIVE_EXPLAIN' => 'Wenn aktiviert, wird das Archivsystem und ggf. Seitenzahlen angezeigt.',
// news
'ACP_PORTAL_NEWS_INFO' => 'Aktuelle Beiträge',
'ACP_PORTAL_NEWS_SETTINGS' => 'Aktuelle Beiträge Einstellungen',
'ACP_PORTAL_NEWS_SETTINGS_EXPLAIN' => 'Hier kannst du die Einstellungen für die aktuellen Beiträge ändern.',
'PORTAL_NEWS' => 'Aktuelle Beiträge anzeigen',
'PORTAL_NEWS_EXPLAIN' => 'Diesen Block auf dem Portal anzeigen.',
'PORTAL_NEWS_STYLE' => 'Kompakter Block-Stil',
'PORTAL_NEWS_STYLE_EXPLAIN' => 'Wenn "ja" ausgewählt ist, wird die kompakte Ansicht für die aktuellen Beiträge angezeigt, bei "nein" die Textansicht.',
'PORTAL_SHOW_ALL_NEWS' => 'Zeige alle Beiträge dieses Forums',
'PORTAL_SHOW_ALL_NEWS_EXPLAIN' => 'Auch Wichtige Beiträge.',
'PORTAL_NUMBER_OF_NEWS' => 'Anzahl der Beiträge auf dem Portal',
'PORTAL_NUMBER_OF_NEWS_EXPLAIN' => '0 bedeutet unbegrenzt',
'PORTAL_NEWS_LENGTH' => 'Maximal angezeigte Länge der Beiträge',
'PORTAL_NEWS_LENGTH_EXPLAIN' => '0 bedeutet unbegrenzt',
'PORTAL_NEWS_FORUM' => 'Beiträge Forum-ID',
'PORTAL_NEWS_FORUM_EXPLAIN' => 'Die ID des Forums, aus welchem die Beiträge angezeigt werden sollen. Frei lassen, um aus allen Foren anzeigen zu lassen. Mit Komma trennen, wenn aus mehreren ausgewählten Foren angezeigt werden soll, z.B. 1,2,5',
'PORTAL_EXCLUDE_FORUM' => 'ID der auszuschließenden Foren',
'PORTAL_EXCLUDE_FORUM_EXPLAIN' => 'Die IDs der Foren, aus welchen Beiträge nicht angezeigt werden sollen. Frei lassen, um aus allen Foren anzeigen zu lassen. Mit Komma trennen, wenn mehrere Foren ausgeschlossen werden sollen, z.B. 1,2,5',
'PORTAL_NEWS_PERMISSIONS' => 'Berechtigungen prüfen anschalten?',
'PORTAL_NEWS_PERMISSIONS_EXPLAIN' => 'Berücksichtigt Berechtigungen beim Anzeigen der aktuellen Beiträge',
'PORTAL_NEWS_SHOW_LAST' => 'Nach neuesten Beiträgen sortieren',
'PORTAL_NEWS_SHOW_LAST_EXPLAIN' => 'Wenn aktiviert, wird nach den neuesten Beiträgen sortiert. Wenn deaktiviert, wird nach den neuesten Themen sortiert.',
'PORTAL_NEWS_ARCHIVE' => 'Das Archivsystem für die aktuellen Beiträge aktivieren',
'PORTAL_NEWS_ARCHIVE_EXPLAIN' => 'Wenn aktiviert, wird das Archivsystem und ggf. Seitenzahlen angezeigt.',
// recent topics
'ACP_PORTAL_RECENT_INFO' => 'Neueste Themen',
'ACP_PORTAL_RECENT_SETTINGS' => 'Einstellungen für neueste Themen',
'ACP_PORTAL_RECENT_SETTINGS_EXPLAIN' => 'Hier kannst du die Einstellungen für die neuesten Themen ändern.',
'PORTAL_RECENT' => 'Aktuell-Block anzeigen',
'PORTAL_RECENT_EXPLAIN' => 'Diesen Block auf dem Portal anzeigen.',
'PORTAL_MAX_TOPIC' => 'Anzahl der neuesten Themen auf dem Portal',
'PORTAL_MAX_TOPIC_EXPLAIN' => '0 bedeutet unbegrenzt',
'PORTAL_RECENT_TITLE_LIMIT' => 'Maximal angezeigte Länge der neuesten Themen',
'PORTAL_RECENT_TITLE_LIMIT_EXPLAIN' => '0 bedeutet unbegrenzt',
// paypal
'ACP_PORTAL_PAYPAL_INFO' => 'Paypal',
'ACP_PORTAL_PAYPAL_SETTINGS' => 'Paypal Einstellungen',
'ACP_PORTAL_PAYPAL_SETTINGS_EXPLAIN' => 'Hier kannst du die Paypal Einstellungen ändern.',
'PORTAL_PAY_C_BLOCK' => 'Normalen Paypal-Block anzeigen',
'PORTAL_PAY_C_BLOCK_EXPLAIN' => 'Diesen Block auf dem Portal anzeigen.',
'PORTAL_PAY_S_BLOCK' => 'Paypal als kleinen Block anzeigen',
'PORTAL_PAY_S_BLOCK_EXPLAIN' => 'Diesen Block auf dem Portal anzeigen.',
'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',
// last member
'ACP_PORTAL_MEMBERS_INFO' => 'Neue Mitglieder',
'ACP_PORTAL_MEMBERS_SETTINGS' => 'Einstellungen für neue Mitglieder',
'ACP_PORTAL_MEMBERS_SETTINGS_EXPLAIN' => 'Hier kannst du die Einstellungen für neue Mitglieder ändern.',
'PORTAL_LATEST_MEMBERS' => 'Neue Mitglieder-Block anzeigen',
'PORTAL_LATEST_MEMBERS_EXPLAIN' => 'Diesen Block auf dem Portal anzeigen.',
'PORTAL_MAX_LAST_MEMBER' => 'Anzahl der anzuzeigenden Mitglieder',
'PORTAL_MAX_LAST_MEMBER_EXPLAIN' => '0 bedeutet unbegrenzt',
// bots
'ACP_PORTAL_BOTS_INFO' => 'Bot-Besuche',
'ACP_PORTAL_BOTS_SETTINGS' => 'Einstellungen für Bot-Besuche',
'ACP_PORTAL_BOTS_SETTINGS_EXPLAIN' => 'Hier kannst du die Einstellungen für Bot-Besuche ändern.',
'PORTAL_LOAD_LAST_VISITED_BOTS' => 'Bot-Block anzeigen',
'PORTAL_LOAD_LAST_VISITED_BOTS_EXPLAIN' => 'Diesen Block auf dem Portal anzeigen.',
'PORTAL_LAST_VISITED_BOTS_NUMBER' => 'Anzahl der anzuzeigenden Bots',
'PORTAL_LAST_VISITED_BOTS_NUMBER_EXPLAIN' => '0 bedeutet unbegrenzt',
// polls
'ACP_PORTAL_POLLS_INFO' => 'Umfrage',
'ACP_PORTAL_POLLS_SETTINGS' => 'Einstellungen für Umfragen',
'ACP_PORTAL_POLLS_SETTINGS_EXPLAIN' => 'Hier kannst du die Einstellungen für Umfragen ändern.',
'PORTAL_POLL_TOPIC' => 'Umfragen-Block anzeigen',
'PORTAL_POLL_TOPIC_EXPLAIN' => 'Diesen Block auf dem Portal anzeigen.',
'PORTAL_POLL_TOPIC_ID' => 'Umfragen Foren ID(s)',
'PORTAL_POLL_TOPIC_ID_EXPLAIN' => 'Die ID(s) der Foren, aus welchen die Umfragen angezeigt werden sollen. Frei lassen, um aus allen Foren anzeigen zu lassen. Mit Komma trennen, wenn aus mehreren ausgewählten Foren angezeigt werden soll, z.B. 1,2,5',
'PORTAL_POLL_LIMIT' => 'Maximale Anzahl der Umfragen',
'PORTAL_POLL_LIMIT_EXPLAIN' => 'Die Anzahl der Umfragen, die auf dem Portal angezeigt werden sollen.',
'PORTAL_POLL_ALLOW_VOTE' => 'Abstimmen erlauben',
'PORTAL_POLL_ALLOW_VOTE_EXPLAIN' => 'Verfügt der Benutzer über entsprechende Berechtigungen, kann er direkt auf der Portal-Seite abstimmen.',
// most poster
'ACP_PORTAL_MOST_POSTER_INFO' => 'Vielschreiber',
'ACP_PORTAL_MOST_POSTER_SETTINGS' => 'Einstellungen für die Vielschreiber',
'ACP_PORTAL_MOST_POSTER_SETTINGS_EXPLAIN' => 'Hier kannst du die Einstellungen für die Vielschreiber ändern.',
'PORTAL_TOP_POSTERS' => 'Vielschreiber-Block anzeigen',
'PORTAL_TOP_POSTERS_EXPLAIN' => 'Diesen Block auf dem Portal anzeigen.',
'PORTAL_MAX_MOST_POSTER' => 'Anzahl der anzuzeigenden Vielschreiber',
'PORTAL_MAX_MOST_POSTER_EXPLAIN' => '0 bedeutet unbegrenzt',
// left and right column width
'ACP_PORTAL_COLUMN_WIDTH_INFO' => 'Spaltenbreite',
'ACP_PORTAL_COLUMN_WIDTH_SETTINGS' => 'Breiteneinstellung der rechten und linken Spalte',
'PORTAL_LEFT_COLUMN_WIDTH' => 'Breite der linken Spalte',
'PORTAL_LEFT_COLUMN_WIDTH_EXPLAIN' => 'Ändere hier die Breite der linken Spalte in Pixel, empfohlener Wert 180',
'PORTAL_RIGHT_COLUMN_WIDTH' => 'Breite der rechten Spalte',
'PORTAL_RIGHT_COLUMN_WIDTH_EXPLAIN' => 'Ändere hier die Breite der rechten Spalte in Pixel, empfohlener Wert 180',
// attachments
'ACP_PORTAL_ATTACHMENTS_NUMBER_INFO' => 'Dateianhänge',
'ACP_PORTAL_ATTACHMENTS_NUMBER_SETTINGS' => 'Einstellungen für Dateianhänge',
'ACP_PORTAL_ATTACHMENTS_NUMBER_SETTINGS_EXPLAIN' => 'Hier kannst du die Einstellungen für Dateianhänge ändern.',
'PORTAL_ATTACHMENTS' => 'Dateianhänge-Block anzeigen',
'PORTAL_ATTACHMENTS_EXPLAIN' => 'Diesen Block auf dem Portal anzeigen.',
'PORTAL_ATTACHMENTS_NUMBER' => 'Anzahl der anzuzeigenden Dateianhänge',
'PORTAL_ATTACHMENTS_NUMBER_EXPLAIN' => '0 bedeutet unbegrenzt',
'PORTAL_ATTACHMENTS_FORUM_IDS' => 'Dateianhänge Foren ID(s)',
'PORTAL_ATTACHMENTS_FORUM_IDS_EXPLAIN' => 'Die ID des Forums, aus welchem die Dateianhänge angezeigt werden sollen. Frei lassen, um aus allen Foren anzeigen zu lassen. Mit Komma trennen, wenn aus mehreren ausgewählten Foren angezeigt werden soll, z.B. 1,2,5',
// friends
'ACP_PORTAL_FRIENDS_INFO' => 'Freunde',
'ACP_PORTAL_FRIENDS_SETTINGS' => 'Einstellungen für den Freunde-Block',
'ACP_PORTAL_FRIENDS_SETTINGS_EXPLAIN' => 'Hier kannst du die Einstellungen für den Freunde-Block ändern.',
'PORTAL_FRIENDS' => 'Freunde-Block',
'PORTAL_FRIENDS_EXPLAIN' => 'Diesen Block auf dem Portal anzeigen.',
'PORTAL_MAX_ONLINE_FRIENDS' => 'Limitierung der Anzeige Freunde online',
'PORTAL_MAX_ONLINE_FRIENDS_EXPLAIN' => 'Limitiert die Anzeige Freunde online auf den angegebenen Wert.',
// wordgraph
'ACP_PORTAL_WORDGRAPH_INFO' => 'Wordgraph',
'ACP_PORTAL_WORDGRAPH_SETTINGS' => 'Wordgraph Einstellungen',
'ACP_PORTAL_WORDGRAPH_SETTINGS_EXPLAIN' => 'Hier kannst du die Einstellungen für den Wordgraph ändern.',
'PORTAL_WORDGRAPH' => 'Wordgraph-Block anzeigen',
'PORTAL_WORDGRAPH_EXPLAIN' => 'Diesen Block auf dem Portal anzeigen.<br /><b>Achtung: läuft nicht, wenn "Fulltext MySQL" im Such-Backend ausgewählt wurde!</b>',
'PORTAL_WORDGRAPH_MAX_WORDS' => 'Anzahl der anzuzeigenden Wörter',
'PORTAL_WORDGRAPH_MAX_WORDS_EXPLAIN' => '0 bedeutet unbegrenzt',
'PORTAL_WORDGRAPH_WORD_COUNTS' => 'Anzeigen wie häufig das Wort vorkommmt',
'PORTAL_WORDGRAPH_WORD_COUNTS_EXPLAIN' => 'Zeigt pro Wort an, wie häufig es verwendet wurde. Z.B. (25).',
'PORTAL_WORDGRAPH_RATIO' => 'Faktor für die Wort-Größe',
'PORTAL_WORDGRAPH_RATIO_EXPLAIN' => 'Ändere hier den Faktor, der die Größe in Beziehung zur Häufigkeit bestimmt, in welcher das Wort vorkommt (Empfohlen=18)',
// welcome message
'ACP_PORTAL_WELCOME_INFO' => 'Wilkommen',
'ACP_PORTAL_WELCOME_SETTINGS' => 'Einstellungen für die Willkommens-Nachricht',
'ACP_PORTAL_WELCOME_SETTINGS_EXPLAIN' => 'Hier kannst du die Einstellungen für die Willkommens-Nachricht ändern.',
'PORTAL_WELCOME_INTRO' => 'Willkommens-Nachricht',
'PORTAL_WELCOME_GUEST' => 'Willkommens-Nachricht nur für Gäste?',
'PORTAL_WELCOME_INTRO_EXPLAIN' => 'Ändere hier die Willkommens-Nachricht (BBCode ist erlaubt).',
// links
'ACP_PORTAL_LINKS_INFO' => 'Links',
'ACP_PORTAL_LINKS_SETTINGS' => 'Links-Einstellungen',
'ACP_PORTAL_LINKS_SETTINGS_EXPLAIN' => 'Einstellungen für die Links ändern.',
'PORTAL_LINKS' => 'Links',
'PORTAL_LINKS_EXPLAIN' => 'Diesen Block auf dem Portal anzeigen.',
'PORTAL_LINK_TEXT' => 'Text/URL',
'PORTAL_LINK_TEXT_EXPLAIN' => 'Im oberen Feld den Text eingeben, im unteren den Link. Benutze die Buttons, um Links zu löschen oder zu ordnen. Vergiss nicht das http:// !',
'PORTAL_ADD_LINK_TEXT' => 'Neuen Link erstellen',
'PORTAL_ADD_LINK_TEXT_EXPLAIN' => 'Klicke auf den Text, um einen neuen Link zu erstellen.',
'PORTAL_LINK_ADD' => '<strong>Link erstellen</strong>',
// custom
'ACP_PORTAL_CUSTOM_INFO' => 'Eigener Block',
'ACP_PORTAL_CUSTOM_SETTINGS' => 'Einstellungen für die eigenen Blöcke',
'ACP_PORTAL_CUSTOM_SETTINGS_EXPLAIN' => 'Einstellungen für eigenen Blöcke ändern. Diese Blöcke können mit HTML oder BBCode für verschiedene Zwecke, wie z.B. Werbung, Videos, Flash oder Text genutzt werden. Gib einfach den gewünschten Code ein.',
'ACP_PORTAL_CUSTOM_SMALL_SETTINGS' => 'Einstellungen für den kleinen eigenen Block',
'PORTAL_CUSTOM_SMALL_HEADLINE' => 'Überschrift für den kleinen eigenen Block',
'PORTAL_CUSTOM_SMALL_HEADLINE_EXPLAIN' => 'Hier kannst du die Überschrift der Box ändern.',
'PORTAL_CUSTOM_SMALL' => 'Kleinen eigenen Block anzeigen',
'PORTAL_CUSTOM_SMALL_EXPLAIN' => 'Diesen Block auf dem Portal anzeigen (links oder rechts).',
'PORTAL_CUSTOM_SMALL_BBCODE' => 'BBCode für die kleine Box aktivieren',
'PORTAL_CUSTOM_SMALL_BBCODE_EXPLAIN' => 'BBCode kann dann in dieser Box benutzt werden. Ansonsten wird HTML direkt ausgegeben.',
'PORTAL_CUSTOM_CODE_SMALL' => 'Code für den kleinen eigenen Block',
'PORTAL_CUSTOM_CODE_SMALL_EXPLAIN' => 'Ändere den Code für die kleine Box (HTML oder BBCode).',
'ACP_PORTAL_CUSTOM_CENTER_SETTINGS' => 'Einstellungen für den mittleren eigenen Block',
'PORTAL_CUSTOM_CENTER' => 'Mittleren eigenen Block anzeigen',
'PORTAL_CUSTOM_CENTER_EXPLAIN' => 'Diesen Block auf dem Portal anzeigen.',
'PORTAL_CUSTOM_CENTER_HEADLINE' => 'Überschrift für den mittleren eigenen Block',
'PORTAL_CUSTOM_CENTER_HEADLINE_EXPLAIN' => 'Hier kannst du die Überschrift der Box ändern.',
'PORTAL_CUSTOM_CENTER_BBCODE' => 'BBCode für die mittlere Box aktivieren',
'PORTAL_CUSTOM_CENTER_BBCODE_EXPLAIN' => 'BBCode kann dann in dieser Box benutzt werden. Ansonsten wird HTML direkt ausgegeben.',
'PORTAL_CUSTOM_CODE_CENTER' => 'Code für den mittleren eigenen Block',
'PORTAL_CUSTOM_CODE_CENTER_EXPLAIN' => 'Ändere den Code für die mittlere Box (HTML oder BBCode).',
// minicalendar
'ACP_PORTAL_MINICALENDAR_INFO' => 'Mini-Kalender',
'ACP_PORTAL_MINICALENDAR_SETTINGS' => 'Einstellungen für den Mini-Kalender',
'ACP_PORTAL_MINICALENDAR_SETTINGS_EXPLAIN' => 'Hier kannst du die Einstellungen für den Mini-Kalender ändern.',
'PORTAL_MINICALENDAR' => 'Mini-Kalender-Block anzeigen',
'PORTAL_MINICALENDAR_EXPLAIN' => 'Diesen Block auf dem Portal anzeigen.',
'PORTAL_MINICALENDAR_TODAY_COLOR' => 'Farbe für den aktuellen Tag',
'PORTAL_MINICALENDAR_TODAY_COLOR_EXPLAIN' => 'HEX oder Farbennamen sind erlaubt (Englisch!) wie z.B. #FFFFFF für Weiß oder (englische!) Farbennamen wie z.B. violet.',
'PORTAL_MINICALENDAR_SUNDAY_COLOR' => 'Farbe für Sonntage',
'PORTAL_MINICALENDAR_SUNDAY_COLOR_EXPLAIN' => 'HEX oder Farbennamen sind erlaubt (Englisch!) wie z.B. #FFFFFF für Weiß oder (englische!) Farbennamen wie z.B. violet.',
'PORTAL_LONG_MONTH' => 'Langen Monatsname anzeigen',
'PORTAL_LONG_MONTH_EXPLAIN' => 'Wenn deaktiviert, wird der Monat gekürzt z.B. Aug. statt August.',
'PORTAL_SUNDAY_FIRST' => 'Sonntag zuerst anzeigen',
'PORTAL_SUNDAY_FIRST_EXPLAIN' => 'Wenn deaktiviert, wird von Mo. --> So. angezeigt, ansonsten So. --> Sa.',
));
?>

View File

@@ -1,53 +0,0 @@
<?php
/**
*
* @package - Board3portal
* @version $Id$
* @copyright (c) kevin / saint ( www.board3.de/ ), (c) Ice, (c) nickvergessen ( www.flying-bits.org/ ), (c) redbull254 ( www.digitalfotografie-foren.de ), (c) Christian_N ( www.phpbb-projekt.de )
* @based on: phpBB3 Portal by Sevdin Filiz, www.phpbb3portal.com
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/
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
$lang = array_merge($lang, array(
'LOG_CONFIG_GENERAL' => '<strong>Portal: Allgemeine Einstellungen geändert</strong>',
'LOG_CONFIG_NEWS' => '<strong>Portal: Einstellungen für Aktuelle Beiträge geändert</strong>',
'LOG_CONFIG_ANNOUNCEMENTS' => '<strong>Portal: Einstellungen für Bekanntmachungen geändert</strong>',
'LOG_CONFIG_WELCOME' => '<strong>Portal: Einstellungen für die Willkommens-Nachricht geändert</strong>',
'LOG_CONFIG_RECENT' => '<strong>Portal: Einstellungen für Aktuelles geändert</strong>',
'LOG_CONFIG_WORDGRAPH' => '<strong>Portal: Einstellungen für den Wordgraph geändert</strong>',
'LOG_CONFIG_PAYPAL' => '<strong>Portal: Einstellungen für PayPal-Spenden geändert</strong>',
'LOG_CONFIG_ATTACHMENTS' => '<strong>Portal: Einstellungen für Dateianhänge geändert</strong>',
'LOG_CONFIG_MEMBERS' => '<strong>Portal: Einstellungen für die neuesten Mitglieder geändert</strong>',
'LOG_CONFIG_POLLS' => '<strong>Portal: Einstellungen für die Umfragen geändert</strong>',
'LOG_CONFIG_BOTS' => '<strong>Portal: Einstellungen für Letzte Bots geändert</strong>',
'LOG_CONFIG_POSTER' => '<strong>Portal: Einstellungen für die Vielschreiber geändert</strong>',
'LOG_CONFIG_MINICALENDAR' => '<strong>Portal: Einstellungen für den Mini-Kalender geändert</strong>',
'LOG_CONFIG_CUSTOMBLOCK' => '<strong>Portal: Einstellungen für den eigenen Block geändert</strong>',
'LOG_CONFIG_LINKS' => '<strong>Portal: Einstellungen für den Links-Block geändert</strong>',
));
?>

View File

@@ -1,85 +0,0 @@
<?php
/**
*
* @package - Board3portal
* @version $Id$
* @copyright (c) kevin / saint ( www.board3.de/ ), (c) Ice, (c) nickvergessen ( www.flying-bits.org/ ), (c) redbull254 ( www.digitalfotografie-foren.de ), (c) Christian_N ( www.phpbb-projekt.de )
* @based on: phpBB3 Portal by Sevdin Filiz, www.phpbb3portal.com
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/
if (!defined('IN_PHPBB'))
{
exit;
}
if (empty($lang) || !is_array($lang))
{
$lang = array();
}
// DEVELOPERS PLEASE NOTE
//s
// 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
$lang = array_merge($lang, array(
'INSTALLER_MENU' => 'PInUp Menü',
'INSTALLER_MENU_START' => 'Start',
'INSTALLER_UNINSTALL' => 'Deinstallieren',
'INSTALLER_UPDATE' => 'Aktualisieren',
'INSTALLER_INSTALL' => 'Installiere',
'INSTALLER_INTRO_TITLE' => 'Portal Install/Update Utility (PInUp)',
'INSTALLER_INTRO_NOTE' => 'Willkommen in der Portal-Installation von Board3, wir begrüßen dich herzlich an Board',
'INSTALLER_MENU_DONE' => 'Aktuelle Version',
'INSTALLER_MENU_DONE_TEXT' => 'Du hast bereits Version %s installiert, bitte lösche das Verzeichnis install_portal. Zurück zu deinem <a href="%s">Forum</a>.',
'INSTALLER_INSTALL_TITLE' => 'PInUp Installation',
'INSTALLER_INSTALL_NOTE' => 'Sobald du die Installation dieses Mods startest, werden eventuelle Vorversionen aus der Datenbank entfernt.',
'INSTALLER_INSTALL_MENU' => 'Installations-Menü',
'INSTALLER_INSTALL_SUCCESSFUL' => 'Die Installation der MOD v%s war erfolgreich.',
'INSTALLER_INSTALL_UNSUCCESSFUL' => 'Die Installation der MOD v%s war <strong>nicht</strong> erfolgreich.',
'INSTALLER_INSTALL_VERSION' => 'Installiere MOD v%s',
'INSTALLER_INSTALL_START' => 'Bitte klicke auf <a href="%s">"Installieren"</a> um die Installation zu starten.',
'INSTALLER_UPDATE_TITLE' => 'PInUp Aktualisierung',
'INSTALLER_UPDATE_NOTE' => 'Aktualisiere MOD von v%s to v%s',
'INSTALLER_UNINSTALL_TITLE' => 'PInUp Deinstallation',
'INSTALLER_UNINSTALL_NOTE' => 'Willkommen im Deinstallations-Menü',
'INSTALLER_UNINSTALL_SUCCESSFUL' => 'Die Deinstallation des MODs v%s war erfolgreich.',
'INSTALLER_NEEDS_ADMIN' => 'Du musst als Administrator eingeloggt sein.',
'INSTALLER_UPDATE' => 'Update',
'INSTALLER_UPDATE_MENU' => 'Update-Menü',
'INSTALLER_UPDATE_NOTE' => 'Update MOD von v%s nach v%s',
'INSTALLER_UPDATE_SUCCESSFUL' => 'Update der MOD von v%s nach v%s war erfolgreich.',
'INSTALLER_UPDATE_UNSUCCESSFUL' => 'Update der MOD von v%s nach v%s war <strong>nicht</strong> erfolgreich.',
'INSTALLER_UPDATE_VERSION' => 'Update MOD von v',
'INSTALLER_UPDATE_TO' => 'Aktualisiere auf',
'INSTALLER_UPDATE_START' => 'Bitte klicke <a href="%s">"Aktualisieren"</a> um die Aktualisierung zu starten.',
'INSTALLER_UNINSTALL_OLDVERSION' => 'Tut mir leid, PInUp unterstützt nicht die Deinstallation des Original-phpBB3-Portals.',
'INSTALLER_ERROR' => 'PInUp Fehler',
'INSTALLER_USEFUL_INFO' => 'Bitte lösche das /install_portal Verzeichnis.',
'INSTALLER_UNINSTALL_USEFUL_INFO' => 'Denke daran die Portal-Dateien zu löschen und Dateiänderungen am Originalsystem rückgängig zu machen.',
'WARNING' => 'Warnung',
));
?>

View File

@@ -1,45 +0,0 @@
<?php
/**
*
* @package - Board3portal
* @version $Id$
* @copyright (c) kevin / saint ( www.board3.de/ ), (c) Ice, (c) nickvergessen ( www.flying-bits.org/ ), (c) redbull254 ( www.digitalfotografie-foren.de ), (c) Christian_N ( www.phpbb-projekt.de )
* @based on: phpBB3 Portal by Sevdin Filiz, www.phpbb3portal.com
* @translator (c) ( You - http://www.yourdomain.com )
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/
if (!defined('IN_PHPBB'))
{
exit;
}
if (empty($lang) || !is_array($lang))
{
$lang = array();
}
$lang = array_merge($lang, array(
'ACP_PORTAL_INFO' => 'Portal',
'ACP_PORTAL_GENERAL_INFO' => 'General',
'ACP_PORTAL_ANNOUNCE_INFO' => 'Global announcements',
'ACP_PORTAL_NEWS_INFO' => 'News',
'ACP_PORTAL_RECENT_INFO' => 'Recent topics',
'ACP_PORTAL_WORDGRAPH_INFO' => 'Wordgraph',
'ACP_PORTAL_GENERAL_INFO' => 'General settings',
'ACP_PORTAL_PAYPAL_INFO' => 'Paypal donations',
'ACP_PORTAL_ATTACHMENTS_NUMBER_INFO' => 'Attachments',
'ACP_PORTAL_MEMBERS_INFO' => 'Latest members',
'ACP_PORTAL_POLLS_INFO' => 'Poll',
'ACP_PORTAL_BOTS_INFO' => 'Last visited bots',
'ACP_PORTAL_MOST_POSTER_INFO' => 'Most posters',
'ACP_PORTAL_WELCOME_INFO' => 'Welcome message',
'ACP_PORTAL_CUSTOM_INFO' => 'Custom block',
'ACP_PORTAL_MINICALENDAR_INFO' => 'Mini calendar',
'ACP_PORTAL_LINKS_INFO' => 'Links',
'ACP_PALLET_LIST_INFO' => 'Pallet list',
'ACP_PORTAL_LAYOUT_INFO' => 'Portal layout',
));
?>

View File

@@ -1,51 +0,0 @@
<?php
/**
*
* @package - Board3portal
* @version $Id$
* @copyright (c) kevin / saint ( www.board3.de/ ), (c) Ice, (c) nickvergessen ( www.flying-bits.org/ ), (c) redbull254 ( www.digitalfotografie-foren.de ), (c) Christian_N ( www.phpbb-projekt.de )
* @based on: phpBB3 Portal by Sevdin Filiz, www.phpbb3portal.com
* @translator (c) ( You - http://www.yourdomain.com )
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/
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
$lang = array_merge($lang, array(
'ACP_PALLET_LAYOUT' => 'Block management',
'TITLE' => 'Block management',
'TITLE_EXPLAIN' => 'You can maintain your blocks here: edit, add, move and delete.',
'PALLET_LAYOUT' => 'Block layout',
'COLUMN_LEFT' => 'Left column',
'COLUMN_CENTER' => 'Center column',
'COLUMN_RIGHT' => 'Right column',
'PALLET_KEY' => 'Caption',
'KEY' => 'Function',
'ENABLE' => 'Edit',
'DISABLE' => 'Disable',
'MOVE_LEFT' => 'Move left',
'MOVE_RIGHT' => 'Move right',
));
?>

View File

@@ -1,274 +0,0 @@
<?php
/**
*
* @package - Board3portal
* @version $Id$
* @copyright (c) kevin / saint ( www.board3.de/ ), (c) Ice, (c) nickvergessen ( www.flying-bits.org/ ), (c) redbull254 ( www.digitalfotografie-foren.de ), (c) Christian_N ( www.phpbb-projekt.de )
* @based on: phpBB3 Portal by Sevdin Filiz, www.phpbb3portal.com
* @translator (c) ( You - http://www.yourdomain.com )
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/
if (!defined('IN_PHPBB'))
{
exit;
}
if (empty($lang) || !is_array($lang))
{
$lang = array();
}
// DEVELOPERS PLEASE NOTE
//
// 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
$lang = array_merge($lang, array(
// General
'PORTAL' => 'Portal',
'WELCOME' => 'Welcome',
'PORTAL_ERROR' => 'Portal Error',
'PORTAL_DELETE_DIR' => 'Please delete the portal installation directory: %s',
'PORTAL_UPDATE' => 'Portal Update',
'PORTAL_UPDATE_TEXT' => 'There\'s an update for portal waiting to be installed! Install <a href="%1$s">%2$s</a>!',
// news & global announcements
'LATEST_ANNOUNCEMENTS' => 'Latest global announcements',
'GLOBAL_ANNOUNCEMENT' => 'Global announcement',
'VIEW_LATEST_ANNOUNCEMENT' => '1 announcement',
'VIEW_LATEST_ANNOUNCEMENTS' => '%d announcements',
'LATEST_NEWS' => 'Latest news',
'READ_FULL' => 'Read all',
'NO_NEWS' => 'No news',
'NO_ANNOUNCEMENTS' => 'No global announcements',
'POSTED_BY' => 'Poster',
'COMMENTS' => 'Comments',
'VIEW_COMMENTS' => 'View comments',
'POST_REPLY' => 'Write comments',
'TOPIC_VIEWS' => 'Views',
'JUMP_NEWEST' => 'Jump to newest post',
'JUMP_FIRST' => 'Jump to first post',
'JUMP_TO_POST' => 'Jump to post',
'BACK' => 'Back',
// who is online
'WIO_TOTAL' => 'Total',
'WIO_REGISTERED' => 'Registered',
'WIO_HIDDEN' => 'Hidden',
'WIO_GUEST' => 'Guest',
//'RECORD_ONLINE_USERS'=> 'View record: <strong>%1$s</strong><br />%2$s',
// Birthday
'BIRTHDAYS_AHEAD' => 'In the next %s days',
'NO_BIRTHDAYS_AHEAD' => 'In this period, no members have a birthday.',
// user menu
'USER_MENU' => 'User menu',
'UM_LOG_ME_IN' => 'Remember me',
'UM_HIDE_ME' => 'Hide me',
'UM_MAIN_SUBSCRIBED'=> 'Subscribed',
'UM_BOOKMARKS' => 'Bookmarks',
// statistics
/*
'ST_NEW' => 'New',
'ST_NEW_POSTS' => 'New post',
'ST_NEW_TOPICS' => 'New topic',
'ST_NEW_ANNS' => 'New announcement',
'ST_NEW_STICKYS'=> 'New sticky',
*/
'ST_TOP' => 'Total',
'ST_TOP_ANNS' => 'Total Announcements:',
'ST_TOP_STICKYS'=> 'Total Stickies:',
'ST_TOT_ATTACH' => 'Total Attachments:',
// search
'SH' => 'Go',
'SH_SITE' => 'Forums',
'SH_POSTS' => 'Posts',
'SH_AUTHOR' => 'Author',
'SH_ENGINE' => 'Search engines',
'SH_ADV' => 'Advanced search',
// recent
'RECENT_NEWS' => 'Recent',
'RECENT_TOPIC' => 'Recent topic',
'RECENT_ANN' => 'Recent announcement',
'RECENT_HOT_TOPIC' => 'Recent popular topic',
// random member
'RND_MEMBER' => 'Random member',
'RND_JOIN' => 'Join',
'RND_POSTS' => 'Posts',
'RND_OCC' => 'Occupation',
'RND_FROM' => 'Location',
'RND_WWW' => 'Web page',
// top poster
'TOP_POSTER' => 'Top poster',
// attachments
'DOWNLOADS' => 'Downloads',
'NO_ATTACHMENTS' => 'No attachments',
// links
'LINKS' => 'Links',
'NO_LINKS' => 'No links',
// latest members
'LATEST_MEMBERS' => 'Latest members',
// make donation
'DONATION' => 'PayPal donation',
'DONATION_TEXT' => 'is a group suplying services with no intention of any revenue. Anyone who wants to support this group can do so by donating so that the cost of server, the domain etc. can be covered.',
'PAY_MSG' => 'Please use a decimal point (not a comma) as the separator, e.g. 3.50',
'PAY_ITEM' => 'Make a donation', // paypal item
'AUD' => 'Australian Dollars (AUD)',
'CAD' => 'Canadian Dollars (CAD)',
'CZK' => 'Czech Koruna (CZK)',
'DKK' => 'Danish Kroner (DKK)',
'HKD' => 'Hong Kong Dollars (HKD)',
'HUF' => 'Hungarian Forint (HUF)',
'NZD' => 'New Zealand Dollars (NZD)',
'NOK' => 'Norwegian Kroner (NOK)',
'PLN' => 'Polish Zlotych (PLN)',
'GBP' => 'British Pounds (GBP)',
'SGD' => 'Singapore Dollars (SGD)',
'SEK' => 'Swedish Kronor (SEK)',
'CHF' => 'Swiss Francs (CHF)',
'JPY' => 'Japanese Yen (JPY)',
'USD' => 'U.S. Dollars (USD)',
'EUR' => 'Euros (EUR)',
'MXN' => 'Mexican Pesos (MXN)',
'ILS' => 'Israeli New Shekels (ILS)',
// main menu
'M_MENU' => 'Menu',
'M_CONTENT' => 'Content',
'M_ACP' => 'ACP',
'M_HELP' => 'Help',
'M_BBCODE' => 'BBCode FAQ',
'M_TERMS' => 'Term of use',
'M_PRV' => 'Privacy policy',
'M_SEARCH' => 'Search',
// link us
'LINK_US' => 'Link to us',
'LINK_US_TXT' => 'Please feel free to link to <strong>%s</strong>. Use the following HTML:',
// friends
'FRIENDS' => 'Friends',
'FRIENDS_OFFLINE' => 'Offline',
'FRIENDS_ONLINE' => 'Online',
'NO_FRIENDS' => 'No friends currently defined',
'NO_FRIENDS_OFFLINE' => 'No friends offline',
'NO_FRIENDS_ONLINE' => 'No friends online',
// last bots
'LAST_VISITED_BOTS' => 'Last %s visited bots',
// wordgraph
'WORDGRAPH' => 'Wordgraph',
// change style
'BOARD_STYLE' => 'Board style',
'STYLE_CHOOSE' => 'Select a style',
// team
'NO_ADMINISTRATORS_P' => 'No Administrators',
'NO_MODERATORS_P' => 'No Moderators',
'NO_GROUPS_P' => 'No Groups',
// average Statistics
'TOPICS_PER_DAY_OTHER' => 'Topics per day: <strong>%d</strong>',
'TOPICS_PER_DAY_ZERO' => 'Topics per day: <strong>0</strong>',
'POSTS_PER_DAY_OTHER' => 'Posts per day: <strong>%d</strong>',
'POSTS_PER_DAY_ZERO' => 'Posts per day: <strong>0</strong>',
'USERS_PER_DAY_OTHER' => 'Users per day: <strong>%d</strong>',
'USERS_PER_DAY_ZERO' => 'Users per day: <strong>0</strong>',
'TOPICS_PER_USER_OTHER' => 'Topics per user: <strong>%d</strong>',
'TOPICS_PER_USER_ZERO' => 'Topics per user: <strong>0</strong>',
'POSTS_PER_USER_OTHER' => 'Posts per user: <strong>%d</strong>',
'POSTS_PER_USER_ZERO' => 'Posts per user: <strong>0</strong>',
'POSTS_PER_TOPIC_OTHER' => 'Posts per topic: <strong>%d</strong>',
'POSTS_PER_TOPIC_ZERO' => 'Posts per topic: <strong>0</strong>',
// Poll
'POLL' => 'Poll',
'LATEST_POLLS' => 'Latest Polls',
'NO_OPTIONS' => 'This poll has no available options.',
'NO_POLL' => 'No polls available',
'RETURN_PORTAL' => '%sReturn to the portal%s',
// other
'VIEWING_PORTAL' => 'Portal page',
'CLOCK' => 'Clock',
'SPONSOR' => 'Sponsors',
/**
* DO NOT REMOVE or CHANGE
*/
'PORTAL_COPY' => '<a href="http://www.board3.de" title="board3.de">board3 Portal</a> - based on <a href="http://www.phpbb3portal.com" title="phpBB3 Portal">phpBB3 Portal</a>',
)
);
// mini calendar
$lang = array_merge($lang, array(
'MINI_CALENDAR' => 'Calendar',
'VIEW_NEXT_MONTH' => 'next month',
'VIEW_PREVIOUS_MONTH' => 'Previous month',
'mini_cal' => array(
'day' => array(
'1' => 'Su',
'2' => 'Mo',
'3' => 'Tu',
'4' => 'We',
'5' => 'Th',
'6' => 'Fr',
'7' => 'Sa',
),
'month' => array(
'1' => 'Jan.',
'2' => 'Feb.',
'3' => 'Mar.',
'4' => 'Apr.',
'5' => 'May',
'6' => 'Jun.',
'7' => 'Jul.',
'8' => 'Aug.',
'9' => 'Sep.',
'10'=> 'Oct.',
'11'=> 'Nov.',
'12'=> 'Dec.',
),
'long_month'=> array(
'1' => 'January',
'2' => 'February',
'3' => 'March',
'4' => 'April',
'5' => 'May',
'6' => 'June',
'7' => 'July',
'8' => 'August',
'9' => 'September',
'10'=> 'October',
'11'=> 'November',
'12'=> 'December',
),
),
));
?>

View File

@@ -1,297 +0,0 @@
<?php
/**
*
* @package - Board3portal
* @version $Id$
* @copyright (c) kevin / saint ( www.board3.de/ ), (c) Ice, (c) nickvergessen ( www.flying-bits.org/ ), (c) redbull254 ( www.digitalfotografie-foren.de ), (c) Christian_N ( www.phpbb-projekt.de )
* @based on: phpBB3 Portal by Sevdin Filiz, www.phpbb3portal.com
* @translator (c) ( You - http://www.yourdomain.com )
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/
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
$lang = array_merge($lang, array(
'ACP_PORTAL_INFO_SETTINGS' => 'General settings',
'ACP_PORTAL_INFO_SETTINGS_EXPLAIN' => 'Thank you for choosing board3 Portal. On this page you can manage the portal of your board. The screens inhere will give you a quick overview of all the various portal settings. The links on the left hand side of this screen allow you to control every aspect of your portal experience.',
'ACP_PORTAL_SETTINGS' => 'Portal settings',
'ACP_PORTAL_SETTINGS_EXPLAIN' => 'Thank you for choosing board3 Portal. On this page you can manage the portal of your board. The screens inhere will give you a quick overview of all the various portal settings. The links on the left hand side of this screen allow you to control every aspect of your portal experience.',
// general
'ACP_PORTAL_GENERAL_INFO' => 'Portal administration',
'ACP_PORTAL_GENERAL_INFO_EXPLAIN' => 'Thank you for choosing board3 Portal. On this page you can manage the portal of your board. The screens inhere will give you a quick overview of all the various portal settings. The links on the left hand side of this screen allow you to control every aspect of your portal experience.',
'ACP_PORTAL_VERSION' => '<strong>Board3 Portal Version v%s</strong>',
'ACP_PORTAL_GENERAL_SETTINGS' => 'General settings',
'ACP_PORTAL_GENERAL_SETTINGS_EXPLAIN' => 'Here you can change your general and certain specific options.',
'PORTAL_ENABLE' => 'Enable Portal',
'PORTAL_ENABLE_EXPLAIN' => 'Turns the whole portal off.',
'PORTAL_ADVANCED_STAT' => 'Advanced statistics block',
'PORTAL_ADVANCED_STAT_EXPLAIN' => 'Display this block on the portal.',
'PORTAL_LEADERS' => 'Leaders / Team block',
'PORTAL_LEADERS_EXPLAIN' => 'Display this block on the portal.',
'PORTAL_LEADERS_EXT' => 'Extended Leaders / Team',
'PORTAL_LEADERS_EXT_EXPLAIN' => 'The standard team block have to be activated to display the extended block.<br />The standard block lists all admins/mods, while the extended block lists all non-hidden groups with a legend.',
'PORTAL_CLOCK' => 'Clock block',
'PORTAL_CLOCK_EXPLAIN' => 'Display this block on the portal.',
'PORTAL_LINK_US' => 'Link us block',
'PORTAL_LINK_US_EXPLAIN' => 'Display this block on the portal.',
'PORTAL_BIRTHDAYS' => 'Birthday block',
'PORTAL_BIRTHDAYS_EXPLAIN' => 'Display this block on the portal.',
'PORTAL_BIRTHDAYS_AHEAD' => 'Birthdays ahead days',
'PORTAL_BIRTHDAYS_AHEAD_EXPLAIN' => 'How many days to look ahead for birthdays.',
'PORTAL_SEARCH' => 'Search block',
'PORTAL_SEARCH_EXPLAIN' => 'Display this block on the portal.',
'PORTAL_WELCOME' => 'Welcome center block',
'PORTAL_WELCOME_EXPLAIN' => 'Display this block on the portal.',
'PORTAL_WHOIS_ONLINE' => 'Who is online?',
'PORTAL_WHOIS_ONLINE_EXPLAIN' => 'Display this block on the portal.',
'PORTAL_CHANGE_STYLE' => 'Styleswitcher',
'PORTAL_CHANGE_STYLE_EXPLAIN' => 'Display this block on the portal.<br /><span style="color:red">Please note:</span> If "Override user style:" in the board settings is set to "Yes", this block <strong>will not be displayed</strong>, independent of this setting.',
'PORTAL_MAIN_MENU' => 'Main menu',
'PORTAL_MAIN_MENU_EXPLAIN' => 'Display this block on the portal.',
'PORTAL_USER_MENU' => 'User menu / Login box',
'PORTAL_USER_MENU_EXPLAIN' => 'Display this block on the portal.',
'PORTAL_FORUM_INDEX' => 'Forum Index (Forum list)',
'PORTAL_FORUM_INDEX_EXPLAIN' => 'Display this block on the portal.',
// random member
'PORTAL_RANDOM_MEMBER' => 'Random member block',
'PORTAL_RANDOM_MEMBER_EXPLAIN' => 'Display this block on the portal.',
// news and announcements
'PORTAL_SHOW_REPLIES_VIEWS' => 'Reply and view counts display',
'PORTAL_SHOW_REPLIES_VIEWS_EXPLAIN' => 'Setting for the compact block.<br />If Yes, reply and view counts will be displayed in 2 extra columns. When No, replies and views will be shown beside the forum name. Select No if you have problems with the display of the extra columns due to the extra width required.',
// global announcements
'ACP_PORTAL_ANNOUNCE_INFO' => 'Global announcements',
'ACP_PORTAL_ANNOUNCE_SETTINGS' => 'Global announcements settings',
'ACP_PORTAL_ANNOUNCE_SETTINGS_EXPLAIN' => 'Here you can change your global announcement information and certain specific options.',
'PORTAL_ANNOUNCEMENTS' => 'Display global announcements',
'PORTAL_ANNOUNCEMENTS_EXPLAIN' => 'Display this block on the portal.',
'PORTAL_ANNOUNCEMENTS_STYLE' => 'Compact global announcements block style',
'PORTAL_ANNOUNCEMENTS_STYLE_EXPLAIN' => 'If select yes use compact style for global announcements, no is large style',
'PORTAL_NUMBER_OF_ANNOUNCEMENTS' => 'Number of announcements on the portal',
'PORTAL_NUMBER_OF_ANNOUNCEMENTS_EXPLAIN' => '0 means infinite',
'PORTAL_ANNOUNCEMENTS_DAY' => 'Number of days to display the announcement',
'PORTAL_ANNOUNCEMENTS_DAY_EXPLAIN' => '0 means infinite',
'PORTAL_ANNOUNCEMENTS_LENGTH' => 'Max length of global announcements',
'PORTAL_ANNOUNCEMENTS_LENGTH_EXPLAIN' => '0 means infinite',
'PORTAL_GLOBAL_ANNOUNCEMENTS_FORUM' => 'Global global announcements forum ID',
'PORTAL_GLOBAL_ANNOUNCEMENTS_FORUM_EXPLAIN' => 'Forum we pull the articles from, leave blank to pull from all forums, separate by comma for multi-forums, eg. 1,2,5',
'PORTAL_ANNOUNCEMENTS_PERMISSIONS' => 'Enable/disable permissions',
'PORTAL_ANNOUNCEMENTS_PERMISSIONS_EXPLAIN' => 'Take forum viewing permissions into account when displaying announcements',
'PORTAL_ANNOUNCEMENTS_ARCHIVE' => 'Enable the announcements archive system',
'PORTAL_ANNOUNCEMENTS_ARCHIVE_EXPLAIN' => 'If enabled the announcements archive system / page numbers will be displayed.',
// news
'ACP_PORTAL_NEWS_INFO' => 'News',
'ACP_PORTAL_NEWS_SETTINGS' => 'News settings',
'ACP_PORTAL_NEWS_SETTINGS_EXPLAIN' => 'Here you can change your news information and certain specific options.',
'PORTAL_NEWS' => 'Display news block',
'PORTAL_NEWS_EXPLAIN' => 'Display this block on the portal.',
'PORTAL_NEWS_STYLE' => 'Compact news block style',
'PORTAL_NEWS_STYLE_EXPLAIN' => 'If select yes use compact style for news, no is large style (text view).',
'PORTAL_SHOW_ALL_NEWS' => 'Show all of the articles in this forum',
'PORTAL_SHOW_ALL_NEWS_EXPLAIN' => 'Including stickies.',
'PORTAL_NUMBER_OF_NEWS' => 'Number of news articles on the portal',
'PORTAL_NUMBER_OF_NEWS_EXPLAIN' => '0 means infinite',
'PORTAL_NEWS_LENGTH' => 'Max length of news article',
'PORTAL_NEWS_LENGTH_EXPLAIN' => '0 means infinite',
'PORTAL_NEWS_FORUM' => 'News Forum ID',
'PORTAL_NEWS_FORUM_EXPLAIN' => 'Forum we pull the articles from, leave blank to pull from all forums, separate by comma for multi-forums, eg. 1,2,5',
'PORTAL_EXCLUDE_FORUM' => 'Exclude Forum ID',
'PORTAL_EXCLUDE_FORUM_EXPLAIN' => 'Forum we pull the articles from, leave blank to pull from all forums, separate by comma for multi-forums, eg. 1,2,5',
'PORTAL_NEWS_PERMISSIONS' => 'Enable/disable permissions',
'PORTAL_NEWS_PERMISSIONS_EXPLAIN' => 'Take forum viewing permissions into account when displaying news',
'PORTAL_NEWS_SHOW_LAST' => 'Sort in order to the newest posts',
'PORTAL_NEWS_SHOW_LAST_EXPLAIN' => 'When activated, the newest will be sorted in order to the newest posts. When deactivated, the news will be sorted in order to the newest topic.',
'PORTAL_NEWS_ARCHIVE' => 'Enable the news archive system',
'PORTAL_NEWS_ARCHIVE_EXPLAIN' => 'If enabled the news archive system / page numbers will be displayed.',
// recent topics
'ACP_PORTAL_RECENT_INFO' => 'Recent topics',
'ACP_PORTAL_RECENT_SETTINGS' => 'Recent topics settings',
'ACP_PORTAL_RECENT_SETTINGS_EXPLAIN' => 'Here you can change your recent topics information and certain specific options.',
'PORTAL_RECENT' => 'Display recent topics block',
'PORTAL_RECENT_EXPLAIN' => 'Display this block on the portal.',
'PORTAL_MAX_TOPIC' => 'Limit of recent announcements/hot topics',
'PORTAL_MAX_TOPIC_EXPLAIN' => '0 means infinite',
'PORTAL_RECENT_TITLE_LIMIT' => 'Character limit for recent topic',
'PORTAL_RECENT_TITLE_LIMIT_EXPLAIN' => '0 means infinite',
// paypal
'ACP_PORTAL_PAYPAL_INFO' => 'Paypal',
'ACP_PORTAL_PAYPAL_SETTINGS' => 'Paypal settings',
'ACP_PORTAL_PAYPAL_SETTINGS_EXPLAIN' => 'Here you can change your Paypal information and certain specific options.',
'PORTAL_PAY_C_BLOCK' => 'Display paypal center block',
'PORTAL_PAY_C_BLOCK_EXPLAIN' => 'Display this block on the portal.',
'PORTAL_PAY_S_BLOCK' => 'Display paypal small block',
'PORTAL_PAY_S_BLOCK_EXPLAIN' => 'Display this block on the portal.',
'PORTAL_PAY_ACC' => 'Paypal account to use',
'PORTAL_PAY_ACC_EXPLAIN' => 'Enter your Paypal e-mail address eg. xxx@xxx.com',
// last member
'ACP_PORTAL_MEMBERS_INFO' => 'Latest members',
'ACP_PORTAL_MEMBERS_SETTINGS' => 'Latest members settings',
'ACP_PORTAL_MEMBERS_SETTINGS_EXPLAIN' => 'Here you can change your latest members information and certain specific options.',
'PORTAL_LATEST_MEMBERS' => 'Display latest members block',
'PORTAL_LATEST_MEMBERS_EXPLAIN' => 'Display this block on the portal.',
'PORTAL_MAX_LAST_MEMBER' => 'Limit of displayed latest members',
'PORTAL_MAX_LAST_MEMBER_EXPLAIN' => '0 means infinite',
// bots
'ACP_PORTAL_BOTS_INFO' => 'Visiting bots',
'ACP_PORTAL_BOTS_SETTINGS' => 'Visiting bots settings',
'ACP_PORTAL_BOTS_SETTINGS_EXPLAIN' => 'Here you can change your visiting bots information and certain specific options.',
'PORTAL_LOAD_LAST_VISITED_BOTS' => 'Display visiting bots block',
'PORTAL_LOAD_LAST_VISITED_BOTS_EXPLAIN' => 'Display this block on the portal.',
'PORTAL_LAST_VISITED_BOTS_NUMBER' => 'How many bots to display',
'PORTAL_LAST_VISITED_BOTS_NUMBER_EXPLAIN' => '0 means infinite',
// polls
'ACP_PORTAL_POLLS_INFO' => 'Poll',
'ACP_PORTAL_POLLS_SETTINGS' => 'Poll settings',
'ACP_PORTAL_POLLS_SETTINGS_EXPLAIN' => 'Here you can change your poll information and certain specific options.',
'PORTAL_POLL_TOPIC' => 'Display poll blocks',
'PORTAL_POLL_TOPIC_EXPLAIN' => 'Display this block on the portal.',
'PORTAL_POLL_TOPIC_ID' => 'Poll forum id(s)',
'PORTAL_POLL_TOPIC_ID_EXPLAIN' => 'The id(s) of the forums from which the polls should be displayed. Use a comma to separate multiple forums, or leave blank to use all available forums.',
'PORTAL_POLL_LIMIT' => 'Poll display limit',
'PORTAL_POLL_LIMIT_EXPLAIN' => 'The number of polls you would like to display on the portal page.',
'PORTAL_POLL_ALLOW_VOTE' => 'Allow voting',
'PORTAL_POLL_ALLOW_VOTE_EXPLAIN' => 'Allow users with the required permissions to vote from the portal page.',
// most poster
'ACP_PORTAL_MOST_POSTER_INFO' => 'Most poster',
'ACP_PORTAL_MOST_POSTER_SETTINGS' => 'Most poster settings',
'ACP_PORTAL_MOST_POSTER_SETTINGS_EXPLAIN' => 'Here you can change your most poster information and certain specific options.',
'PORTAL_TOP_POSTERS' => 'Display most/top posters block',
'PORTAL_TOP_POSTERS_EXPLAIN' => 'Display this block on the portal.',
'PORTAL_MAX_MOST_POSTER' => 'How many most posters to display',
'PORTAL_MAX_MOST_POSTER_EXPLAIN' => '0 means infinite',
// left and right column width
'ACP_PORTAL_COLUMN_WIDTH_INFO' => 'Column width',
'ACP_PORTAL_COLUMN_WIDTH_SETTINGS' => 'Left and right column width settings',
'PORTAL_LEFT_COLUMN_WIDTH' => 'Width value of the left column',
'PORTAL_LEFT_COLUMN_WIDTH_EXPLAIN' => 'Change the width of left column in pixel, recommended value 180',
'PORTAL_RIGHT_COLUMN_WIDTH' => 'Width value of the right column',
'PORTAL_RIGHT_COLUMN_WIDTH_EXPLAIN' => 'Change the width of right column in pixel, recommended value 180',
// attachments
'ACP_PORTAL_ATTACHMENTS_NUMBER_INFO' => 'Attachments',
'ACP_PORTAL_ATTACHMENTS_NUMBER_SETTINGS' => 'Attachments settings',
'ACP_PORTAL_ATTACHMENTS_NUMBER_SETTINGS_EXPLAIN' => 'Here you can change your attachments information and certain specific options.',
'PORTAL_ATTACHMENTS' => 'Display attachments block',
'PORTAL_ATTACHMENTS_EXPLAIN' => 'Display this block on the portal.',
'PORTAL_ATTACHMENTS_NUMBER' => 'Limit of displayed attachments',
'PORTAL_ATTACHMENTS_NUMBER_EXPLAIN' => '0 means infinite',
'PORTAL_ATTACHMENTS_FORUM_IDS' => 'Attachments forum id(s)',
'PORTAL_ATTACHMENTS_FORUM_IDS_EXPLAIN' => 'The id(s) of the forums from which the attachments should be displayed. Use a comma to separate multiple forums, or leave blank to use all available forums.',
// friends
'ACP_PORTAL_FRIENDS_INFO' => 'Friends',
'ACP_PORTAL_FRIENDS_SETTINGS' => 'Friends Settings',
'ACP_PORTAL_FRIENDS_SETTINGS_EXPLAIN' => 'Here you can change your friends information and certain specific options.',
'PORTAL_FRIENDS' => 'Display friends block',
'PORTAL_FRIENDS_EXPLAIN' => 'Display this block on the portal.',
'PORTAL_MAX_ONLINE_FRIENDS' => 'Limit of displayed friends',
'PORTAL_MAX_ONLINE_FRIENDS_EXPLAIN' => 'Limits the amound of displayed friends to the given value.',
// wordgraph
'ACP_PORTAL_WORDGRAPH_INFO' => 'Wordgraph',
'ACP_PORTAL_WORDGRAPH_SETTINGS' => 'Wordgraph settings',
'ACP_PORTAL_WORDGRAPH_SETTINGS_EXPLAIN' => 'Here you can change your wordgraph information and certain specific options.',
'PORTAL_WORDGRAPH' => 'Display wordgraph block',
'PORTAL_WORDGRAPH_EXPLAIN' => 'Display this block on the portal.<br /><strong>Wordgraph does not work when fulltext mysql is selected as the search backend.</strong>',
'PORTAL_WORDGRAPH_MAX_WORDS' => 'How many words to display',
'PORTAL_WORDGRAPH_MAX_WORDS_EXPLAIN' => '0 means infinite',
'PORTAL_WORDGRAPH_WORD_COUNTS' => 'Include count values to display',
'PORTAL_WORDGRAPH_WORD_COUNTS_EXPLAIN' => 'Display count values per word eg. (25).',
'PORTAL_WORDGRAPH_RATIO' => 'Used aspect ratio word size',
'PORTAL_WORDGRAPH_RATIO_EXPLAIN' => 'Change the aspect ratio (bigger/smaller) word size (default=18)',
// welcome message
'ACP_PORTAL_WELCOME_INFO' => 'Welcome',
'ACP_PORTAL_WELCOME_SETTINGS' => 'Welcome settings',
'ACP_PORTAL_WELCOME_SETTINGS_EXPLAIN' => 'Here you can change welcome messages and certain specific options.',
'PORTAL_WELCOME_INTRO' => 'Welcome message',
'PORTAL_WELCOME_GUEST' => 'Welcome message only for guests?',
'PORTAL_WELCOME_INTRO_EXPLAIN' => 'Change the welcome message (BBCode is allowed).',
// links
'ACP_PORTAL_LINKS_INFO' => 'Links',
'ACP_PORTAL_LINKS_SETTINGS' => 'Link Settings',
'ACP_PORTAL_LINKS_SETTINGS_EXPLAIN' => 'Set up the link block links.',
'PORTAL_LINKS' => 'Links block',
'PORTAL_LINKS_EXPLAIN' => 'Display this block on the portal.',
'PORTAL_LINK_TEXT' => 'Text/URL',
'PORTAL_LINK_TEXT_EXPLAIN' => 'The text followed by the url for the link. Use the buttons to delete and reorder the links. Don\'t forget the http:// !',
'PORTAL_ADD_LINK_TEXT' => 'Add link',
'PORTAL_ADD_LINK_TEXT_EXPLAIN' => 'Click the text to create a new link.',
'PORTAL_LINK_ADD' => '<strong>Add</strong>',
// custom
'ACP_PORTAL_CUSTOM_INFO' => 'Custom block',
'ACP_PORTAL_CUSTOM_SETTINGS' => 'Custom blocks settings',
'ACP_PORTAL_CUSTOM_SETTINGS_EXPLAIN' => 'Here you can change your custom blocks. These blocks could be filled with HTML or BBCode for several purposes like advertisement, videos, images, flash or text. Just insert the needed code.',
'ACP_PORTAL_CUSTOM_SMALL_SETTINGS' => 'Custom blocks settings for the small block',
'PORTAL_CUSTOM_SMALL_HEADLINE' => 'Headline for the small custom block',
'PORTAL_CUSTOM_SMALL_HEADLINE_EXPLAIN' => 'Here you can change the headline for the small custom block.',
'PORTAL_CUSTOM_SMALL' => 'Display the small custom block',
'PORTAL_CUSTOM_SMALL_EXPLAIN' => 'Display this block on the portal.',
'PORTAL_CUSTOM_SMALL_BBCODE' => 'Activate BBCode for the small custom Block',
'PORTAL_CUSTOM_SMALL_BBCODE_EXPLAIN' => 'BBCode could be used in this Box. If BBCode is not activated, HTML will be parsed.',
'PORTAL_CUSTOM_CODE_SMALL' => 'Code for the small custom block',
'PORTAL_CUSTOM_CODE_SMALL_EXPLAIN' => 'Change the Code for the small custom Block (HTML or BBCode) here.',
'ACP_PORTAL_CUSTOM_CENTER_SETTINGS' => 'Custom blocks settings for the center block',
'PORTAL_CUSTOM_CENTER' => 'Display the center custom block',
'PORTAL_CUSTOM_CENTER_EXPLAIN' => 'Display this block on the portal.',
'PORTAL_CUSTOM_CENTER_HEADLINE' => 'Headline for the center custom block',
'PORTAL_CUSTOM_CENTER_HEADLINE_EXPLAIN' => 'Here you can change the headline for the center custom block.',
'PORTAL_CUSTOM_CENTER_BBCODE' => 'Activate BBCode for the center custom Block',
'PORTAL_CUSTOM_CENTER_BBCODE_EXPLAIN' => 'BBCode could be used in this Box. If BBCode is not activated, HTML will be parsed.',
'PORTAL_CUSTOM_CODE_CENTER' => 'Code for the center custom block',
'PORTAL_CUSTOM_CODE_CENTER_EXPLAIN' => 'Change the Code for the small custom Block (HTML or BBCode) here.',
// minicalendar
'ACP_PORTAL_MINICALENDAR_INFO' => 'Mini calendar',
'ACP_PORTAL_MINICALENDAR_SETTINGS' => 'Mini calendar settings',
'ACP_PORTAL_MINICALENDAR_SETTINGS_EXPLAIN' => 'Here you can change your mini calendar information and certain specific options.',
'PORTAL_MINICALENDAR' => 'Display mini calendar block',
'PORTAL_MINICALENDAR_EXPLAIN' => 'Display this block on the portal.',
'PORTAL_MINICALENDAR_TODAY_COLOR' => 'Active day color',
'PORTAL_MINICALENDAR_TODAY_COLOR_EXPLAIN' => 'HEX or named colors are allowed such as #FFFFFF for white, or color names like vilolet.',
'PORTAL_MINICALENDAR_SUNDAY_COLOR' => 'Sunday color',
'PORTAL_MINICALENDAR_SUNDAY_COLOR_EXPLAIN' => 'HEX or named colors are allowed such as #FFFFFF for white, or color names like vilolet.',
// Please translate into English ...
'PORTAL_LONG_MONTH' => 'Langen Monatsname anzeigen',
'PORTAL_LONG_MONTH_EXPLAIN' => 'Wenn deaktiviert, wird der Monat gek<65>rzt z.B. Aug. statt August.',
'PORTAL_SUNDAY_FIRST' => 'Sonntag zuerst anzeigen',
'PORTAL_SUNDAY_FIRST_EXPLAIN' => 'Wenn deaktiviert, wird von Mo. --> So. angezeigt, ansonsten So. -
));
?>

View File

@@ -1,54 +0,0 @@
<?php
/**
*
* @package - Board3portal
* @version $Id$
* @copyright (c) kevin / saint ( www.board3.de/ ), (c) Ice, (c) nickvergessen ( www.flying-bits.org/ ), (c) redbull254 ( www.digitalfotografie-foren.de ), (c) Christian_N ( www.phpbb-projekt.de )
* @based on: phpBB3 Portal by Sevdin Filiz, www.phpbb3portal.com
* @translator (c) ( You - http://www.yourdomain.com )
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/
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
$lang = array_merge($lang, array(
'LOG_CONFIG_GENERAL' => '<strong>Portal: Altered general settings</strong>',
'LOG_CONFIG_NEWS' => '<strong>Portal: Altered news settings</strong>',
'LOG_CONFIG_ANNOUNCEMENTS' => '<strong>Portal: Altered announcements settings</strong>',
'LOG_CONFIG_WELCOME' => '<strong>Portal: Altered welcome message settings</strong>',
'LOG_CONFIG_RECENT' => '<strong>Portal: Altered recent topics settings</strong>',
'LOG_CONFIG_WORDGRAPH' => '<strong>Portal: Altered wordgraph settings</strong>',
'LOG_CONFIG_PAYPAL' => '<strong>Portal: Altered paypal donations settings</strong>',
'LOG_CONFIG_ATTACHMENTS' => '<strong>Portal: Altered attachments settings</strong>',
'LOG_CONFIG_MEMBERS' => '<strong>Portal: Altered latest members settings</strong>',
'LOG_CONFIG_POLLS' => '<strong>Portal: Altered poll settings</strong>',
'LOG_CONFIG_BOTS' => '<strong>Portal: Altered last visited bots settings</strong>',
'LOG_CONFIG_POSTER' => '<strong>Portal: Altered most posters settings</strong>',
'LOG_CONFIG_MINICALENDAR' => '<strong>Portal: Altered mini calendar settings</strong>',
'LOG_CONFIG_CUSTOMBLOCK' => '<strong>Portal: Altered custom block settings</strong>',
'LOG_CONFIG_LINKS' => '<strong>Portal: Altered links block settings</strong>',
));
?>

View File

@@ -1,86 +0,0 @@
<?php
/**
*
* @package - Board3portal
* @version $Id$
* @copyright (c) kevin / saint ( www.board3.de/ ), (c) Ice, (c) nickvergessen ( www.flying-bits.org/ ), (c) redbull254 ( www.digitalfotografie-foren.de ), (c) Christian_N ( www.phpbb-projekt.de )
* @based on: phpBB3 Portal by Sevdin Filiz, www.phpbb3portal.com
* @translator (c) ( You - http://www.yourdomain.com )
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/
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
$lang = array_merge($lang, array(
'INSTALLER_MENU' => 'PInUp Menu',
'INSTALLER_MENU_START' => 'Start',
'INSTALLER_UNINSTALL' => 'Uninstall',
'INSTALLER_UPDATE' => 'Update',
'INSTALLER_INSTALL' => 'Install',
'INSTALLER_INTRO_TITLE' => 'Portal Install/Update Utility',
'INSTALLER_INTRO_NOTE' => 'Welcome to the Portal Install/Update Utility, hereby known as PInUp',
'INSTALLER_MENU_DONE' => 'Latest Version',
'INSTALLER_MENU_DONE_TEXT' => 'You already have version %s installed, please delete the install_portal folder and return to your <a href="%s">forums</a>.',
'INSTALLER_INSTALL_TITLE' => 'PInUp Install',
'INSTALLER_INSTALL_NOTE' => 'When you choose to install the MOD, any database of previous versions will be dropped.',
'INSTALLER_INSTALL_MENU' => 'Installmenu',
'INSTALLER_INSTALL_SUCCESSFUL' => 'Installation of the MOD v%s was successful.',
'INSTALLER_INSTALL_UNSUCCESSFUL' => 'Installation of the MOD v%s was <strong>not</strong> successful.',
'INSTALLER_INSTALL_VERSION' => 'Install MOD v%s',
'INSTALLER_INSTALL_START' => 'Please click <a href="%s">Install</a> to start the install utility.',
'INSTALLER_UPDATE_TITLE' => 'PInUp Update',
'INSTALLER_UPDATE_NOTE' => 'Update MOD from v%s to v%s',
'INSTALLER_UNINSTALL_TITLE' => 'PInUp Uninstall',
'INSTALLER_UNINSTALL_NOTE' => 'Welcome to the Uninstall menu',
'INSTALLER_UNINSTALL_SUCCESSFUL' => 'Uninstallation of the MOD v%s was successful.',
'INSTALLER_NEEDS_ADMIN' => 'You must be logged in as an admin.',
'INSTALLER_UPDATE' => 'Update',
'INSTALLER_UPDATE_MENU' => 'Updatemenu',
'INSTALLER_UPDATE_NOTE' => 'Update MOD from v%s to v%s',
'INSTALLER_UPDATE_SUCCESSFUL' => 'Update of the MOD from v%s to v%s was successful.',
'INSTALLER_UPDATE_UNSUCCESSFUL' => 'Update of the MOD from v%s to v%s was <strong>not</strong> successful.',
'INSTALLER_UPDATE_VERSION' => 'Update MOD from v%s',
'INSTALLER_UPDATE_TO' => 'Update to',
'INSTALLER_UPDATE_START' => 'Please click <a href="%s">Update</a> to start the update utility.',
'INSTALLER_UNINSTALL_OLDVERSION' => 'Sorry, PInUp does not support the uninstallation of the original phpBB3 Portal.',
'INSTALLER_ERROR' => 'PInUp Error',
'INSTALLER_USEFUL_INFO' => 'Please delete the /install_portal directory.',
'INSTALLER_UNINSTALL_USEFUL_INFO' => 'Remember to delete the portal files and remove the file edits.',
'WARNING' => 'Warning',
));
?>