PDF rausgenommen
This commit is contained in:
@ -0,0 +1,46 @@
|
||||
<?php
|
||||
/**
|
||||
*
|
||||
* VigLink extension for the phpBB Forum Software package.
|
||||
*
|
||||
* @copyright (c) 2014 phpBB Limited <https://www.phpbb.com>
|
||||
* @license GNU General Public License, version 2 (GPL-2.0)
|
||||
*
|
||||
* Deutsche Übersetzung durch die Übersetzer-Gruppe von phpBB.de:
|
||||
* siehe language/de/AUTHORS.md und https://www.phpbb.de/go/ubersetzerteam
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
* 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
|
||||
//
|
||||
// Some characters you may want to copy&paste:
|
||||
// ’ » “ ” …
|
||||
//
|
||||
|
||||
$lang = array_merge($lang, array(
|
||||
'ACP_VIGLINK_SETTINGS' => 'VigLink-Einstellungen',
|
||||
'LOG_VIGLINK_CHECK_FAIL' => '<strong>Die VigLink-Einstellungen konnten nicht mit phpBB.com abgeglichen werden</strong><br />» %s',
|
||||
));
|
@ -0,0 +1,57 @@
|
||||
<?php
|
||||
/**
|
||||
*
|
||||
* VigLink extension for the phpBB Forum Software package.
|
||||
*
|
||||
* @copyright (c) 2014 phpBB Limited <https://www.phpbb.com>
|
||||
* @license GNU General Public License, version 2 (GPL-2.0)
|
||||
*
|
||||
* Deutsche Übersetzung durch die Übersetzer-Gruppe von phpBB.de:
|
||||
* siehe language/de/AUTHORS.md und https://www.phpbb.de/go/ubersetzerteam
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
* 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
|
||||
//
|
||||
// Some characters you may want to copy&paste:
|
||||
// ’ » „ “ …
|
||||
//
|
||||
|
||||
$lang = array_merge($lang, array(
|
||||
'ACP_VIGLINK_SETTINGS' => 'VigLink-Einstellungen',
|
||||
'ACP_VIGLINK_SETTINGS_EXPLAIN' => 'VigLink ist ein externer Affiliate-Dienst, der Provisionen aus Links generiert, die Benutzer in deinem Forum erstellen. Dazu werden die Links von VigLink um Tracking-Informationen ergänzt, ohne dass sich für den Benutzer beim Aufruf des Links etwas ändert (VigLink Convert). Wenn Besucher auf der Ziel-Website zum Beispiel Waren oder Dienstleistungen einkaufen, dann zahlen einige Händler VigLink eine Provision. Hiervon wird ein Anteil an das phpBB-Projekt weitergegeben. Indem du der Verwendung von VigLink und der Weitergabe der Provision an phpBB Limited zustimmst, unterstützt du das Open-Source-Projekt und trägst zu seiner finanziellen Absicherung bei.',
|
||||
'ACP_VIGLINK_SETTINGS_CHANGE' => 'Du kannst diese Einstellungen jederzeit unter „<a href="%1$s">VigLink-Einstellungen</a>“ ändern.',
|
||||
'ACP_VIGLINK_SUPPORT_EXPLAIN' => 'Du wirst nicht länger auf diese Seite weitergeleitet, sobald du unten auf dieser Seite deine gewünschten Einstellungen vorgenommen und auf „Absenden“ geklickt hast.',
|
||||
'ACP_VIGLINK_ENABLE' => 'VigLink aktivieren',
|
||||
'ACP_VIGLINK_ENABLE_EXPLAIN' => 'Aktiviert die Verwendung des VigLink-Dienstes.',
|
||||
'ACP_VIGLINK_EARNINGS' => 'Beanspruche deine eigenen Provisionen (optional)',
|
||||
'ACP_VIGLINK_EARNINGS_EXPLAIN' => 'Du kannst die durch dein Forum generierten Provisionen selbst beanspruchen, indem du einen eigenen VigLink Convert-Account erstellst.',
|
||||
'ACP_VIGLINK_DISABLED_PHPBB' => 'Die VigLink-Dienste wurden von phpBB Limited deaktiviert.',
|
||||
'ACP_VIGLINK_CLAIM' => 'Beanspruche deine Provisionen',
|
||||
'ACP_VIGLINK_CLAIM_EXPLAIN' => 'Du kannst die in deinem Forum über VigLink generierten Provisionen selbst beanspruchen, anstatt sie phpBB Limited zu überlassen. Um deine Accounteinstellungen zu verwalten, erstelle deinen eigenen „VigLink Convert“ Account, indem du auf „VigLink Convert-Account“ klickst.',
|
||||
'ACP_VIGLINK_CONVERT_ACCOUNT' => 'VigLink Convert-Account',
|
||||
'ACP_VIGLINK_NO_CONVERT_LINK' => 'Der Account-Link von VigLink Convert konnte nicht abgerufen werden.',
|
||||
));
|
@ -0,0 +1,46 @@
|
||||
<?php
|
||||
/**
|
||||
*
|
||||
* VigLink extension for the phpBB Forum Software package.
|
||||
*
|
||||
* @copyright (c) 2014 phpBB Limited <https://www.phpbb.com>
|
||||
* @license GNU General Public License, version 2 (GPL-2.0)
|
||||
*
|
||||
* Deutsche Übersetzung durch die Übersetzer-Gruppe von phpBB.de:
|
||||
* siehe language/de/AUTHORS.md und https://www.phpbb.de/go/ubersetzerteam
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
* 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
|
||||
//
|
||||
// Some characters you may want to copy&paste:
|
||||
// ’ » “ ” …
|
||||
//
|
||||
|
||||
$lang = array_merge($lang, array(
|
||||
'ACP_VIGLINK_SETTINGS' => 'VigLink-Einstellungen',
|
||||
'LOG_VIGLINK_CHECK_FAIL' => '<strong>Die VigLink-Einstellungen konnten nicht mit phpBB.com abgeglichen werden</strong><br />» %s',
|
||||
));
|
@ -0,0 +1,57 @@
|
||||
<?php
|
||||
/**
|
||||
*
|
||||
* VigLink extension for the phpBB Forum Software package.
|
||||
*
|
||||
* @copyright (c) 2014 phpBB Limited <https://www.phpbb.com>
|
||||
* @license GNU General Public License, version 2 (GPL-2.0)
|
||||
*
|
||||
* Deutsche Übersetzung durch die Übersetzer-Gruppe von phpBB.de:
|
||||
* siehe language/de/AUTHORS.md und https://www.phpbb.de/go/ubersetzerteam
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
* 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
|
||||
//
|
||||
// Some characters you may want to copy&paste:
|
||||
// ’ » „ “ …
|
||||
//
|
||||
|
||||
$lang = array_merge($lang, array(
|
||||
'ACP_VIGLINK_SETTINGS' => 'VigLink-Einstellungen',
|
||||
'ACP_VIGLINK_SETTINGS_EXPLAIN' => 'VigLink ist ein externer Affiliate-Dienst, der Provisionen aus Links generiert, die Benutzer in Ihrem Forum erstellen. Dazu werden die Links von VigLink um Tracking-Informationen ergänzt, ohne dass sich für den Benutzer beim Aufruf des Links etwas ändert (VigLink Convert). Wenn Besucher auf der Ziel-Website zum Beispiel Waren oder Dienstleistungen einkaufen, dann zahlen einige Händler VigLink eine Provision. Hiervon wird ein Anteil an das phpBB-Projekt weitergegeben. Indem Sie der Verwendung von VigLink und der Weitergabe der Provision an phpBB Limited zustimmen, unterstützen Sie das Open-Source-Projekt und tragen zu seiner finanziellen Absicherung bei.',
|
||||
'ACP_VIGLINK_SETTINGS_CHANGE' => 'Sie können diese Einstellungen jederzeit unter „<a href="%1$s">VigLink-Einstellungen</a>“ ändern.',
|
||||
'ACP_VIGLINK_SUPPORT_EXPLAIN' => 'Sie werden nicht länger auf diese Seite weitergeleitet, sobald Sie unten auf dieser Seite Ihre gewünschten Einstellungen vorgenommen und auf „Absenden“ geklickt haben.',
|
||||
'ACP_VIGLINK_ENABLE' => 'VigLink aktivieren',
|
||||
'ACP_VIGLINK_ENABLE_EXPLAIN' => 'Aktiviert die Verwendung des VigLink-Dienstes.',
|
||||
'ACP_VIGLINK_EARNINGS' => 'Beanspruchen Sie Ihre eigenen Provisionen (optional)',
|
||||
'ACP_VIGLINK_EARNINGS_EXPLAIN' => 'Sie können die durch Ihr Forum generierten Provisionen selbst beanspruchen, indem Sie einen eigenen VigLink Convert-Account erstellen.',
|
||||
'ACP_VIGLINK_DISABLED_PHPBB' => 'Die VigLink-Dienste wurden von phpBB Limited deaktiviert.',
|
||||
'ACP_VIGLINK_CLAIM' => 'Beanspruchen Sie Ihre Provisionen',
|
||||
'ACP_VIGLINK_CLAIM_EXPLAIN' => 'Sie können die in Ihrem Forum über VigLink generierten Provisionen selbst beanspruchen, anstatt sie phpBB Limited zu überlassen. Um Ihre Accounteinstellungen zu verwalten, erstellen Sie Ihren eigenen „VigLink Convert“ Account, indem Sie auf „VigLink Convert-Account“ klicken.',
|
||||
'ACP_VIGLINK_CONVERT_ACCOUNT' => 'VigLink Convert-Account',
|
||||
'ACP_VIGLINK_NO_CONVERT_LINK' => 'Der Account-Link von VigLink Convert konnte nicht abgerufen werden.',
|
||||
));
|
@ -0,0 +1,43 @@
|
||||
<?php
|
||||
/**
|
||||
*
|
||||
* VigLink extension for the phpBB Forum Software package.
|
||||
*
|
||||
* @copyright (c) 2014 phpBB Limited <https://www.phpbb.com>
|
||||
* @license GNU General Public License, version 2 (GPL-2.0)
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
* 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
|
||||
//
|
||||
// Some characters you may want to copy&paste:
|
||||
// ’ » “ ” …
|
||||
//
|
||||
|
||||
$lang = array_merge($lang, array(
|
||||
'ACP_VIGLINK_SETTINGS' => 'VigLink settings',
|
||||
'LOG_VIGLINK_CHECK_FAIL' => '<strong>VigLink settings could not be verified with phpBB.com</strong><br />» %s',
|
||||
));
|
@ -0,0 +1,54 @@
|
||||
<?php
|
||||
/**
|
||||
*
|
||||
* VigLink extension for the phpBB Forum Software package.
|
||||
*
|
||||
* @copyright (c) 2014 phpBB Limited <https://www.phpbb.com>
|
||||
* @license GNU General Public License, version 2 (GPL-2.0)
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
* 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
|
||||
//
|
||||
// Some characters you may want to copy&paste:
|
||||
// ’ » “ ” …
|
||||
//
|
||||
|
||||
$lang = array_merge($lang, array(
|
||||
'ACP_VIGLINK_SETTINGS' => 'VigLink settings',
|
||||
'ACP_VIGLINK_SETTINGS_EXPLAIN' => 'VigLink is third-party service that discretely monetises links posted by users of your forum without any change to the user experience. When users click on your outbound links to products or services and buy something, the merchants pay VigLink a commission, of which a share is donated to the phpBB project. By choosing to enable VigLink and donating proceeds to the phpBB project, you are supporting our open source organisation and ensuring our continued financial security.',
|
||||
'ACP_VIGLINK_SETTINGS_CHANGE' => 'You can change these settings at any time in the “<a href="%1$s">VigLink settings</a>” panel.',
|
||||
'ACP_VIGLINK_SUPPORT_EXPLAIN' => 'You will no longer be redirected to this page once you submit your preferred options below, by clicking the Submit button.',
|
||||
'ACP_VIGLINK_ENABLE' => 'Enable VigLink',
|
||||
'ACP_VIGLINK_ENABLE_EXPLAIN' => 'Enables use of VigLink services.',
|
||||
'ACP_VIGLINK_EARNINGS' => 'Claim your own earnings (optional)',
|
||||
'ACP_VIGLINK_EARNINGS_EXPLAIN' => 'You can claim your own earnings by signing up for a VigLink Convert account.',
|
||||
'ACP_VIGLINK_DISABLED_PHPBB' => 'VigLink services have been disabled by phpBB.',
|
||||
'ACP_VIGLINK_CLAIM' => 'Claim your earnings',
|
||||
'ACP_VIGLINK_CLAIM_EXPLAIN' => 'You can claim your forum’s earnings from VigLink monetised links, instead of donating the earnings to the phpBB project. To manage your account settings, sign up for a “VigLink Convert” account by clicking on “Convert account”.',
|
||||
'ACP_VIGLINK_CONVERT_ACCOUNT' => 'Convert account',
|
||||
'ACP_VIGLINK_NO_CONVERT_LINK' => 'VigLink convert account link could not be retrieved.',
|
||||
));
|
Reference in New Issue
Block a user