Skip to content

Commit

Permalink
fixed #11
Browse files Browse the repository at this point in the history
  • Loading branch information
tas2580 committed May 8, 2018
1 parent 37e78b0 commit 485ad30
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 8 deletions.
6 changes: 3 additions & 3 deletions language/de/acp.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@
'ACP_NO_REJECT_GROUP' => ' - Nicht verschieben -',
'ACP_ANONYMIZE_IP' => 'IP Adressen anonymisieren',
'ACP_ANONYMIZE_IP_EXPLAIN' => 'Wähle aus ob und wie du IP Adressen anonymisieren möchtest.',
'ANONYMIZE_IP_NONE' => 'Nicht anonymisieren',
'ANONYMIZE_IP_FULL' => 'Komplett anonymisieren',
'ANONYMIZE_IP_HASH' => 'Hash verwenden',
'ACP_FOOTERLINK' => 'Link in Footer',
'ACP_FOOTERLINK_EXPLAIN' => 'Soll ein Link zur Datenschutzerklärung im Footer angezeigt werden?',
'ACP_DATA_DOWNLOAD_OPTIONS' => 'Daten Download',
Expand All @@ -54,9 +57,6 @@
'ACP_POST_UNAPPROVED_EXPLAIN' => 'Sollen ungeprüfte Beiträge enthalten sein?',
'ACP_POST_DELETED' => 'Gelöschte Beiträge',
'ACP_POST_DELETED_EXPLAIN' => 'Sollen gelöschte Beiträge enthalten sein?',
'ANONYMIZE_IP_NONE' => 'Nicht anonymisieren',
'ANONYMIZE_IP_FULL' => 'Komplett anonymisieren',
'ANONYMIZE_IP_HASH' => 'Hash verwenden',
'ACP_PRIVACYPROTECTION_PRIVACY_EXPLAIN' => 'Hier kannst du deine eigene Datenschutzerklärung eingeben, und so die Datenschutzerklärung aus der Sprachdatei überschreiben. Du kannst hier HTML verwenden. Verwende <code>{SITE_NAME}</code> für den Namen des Forums und <code>{SITE_URL}</code> für die URL zum Forum. Lasse das Feld leer, um die Datenschutzerklärung aus der Sprachdatei zu verwenden.',
'PRIVACY_URL_WARNING' => 'Du hast <a href="%1$s">%1$s</a> als URL für die Datenschutzerklärung angegeben. Die oben angezeigte Datenschutzerklärung wird nur erscheinen, wenn du die URL in den Einstellungen wieder entfernst.',
'ACP_PRIVACY_OPTIONS' => 'Datenschutz-Optionen',
Expand Down
18 changes: 16 additions & 2 deletions language/en/acp.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,25 @@
'ACP_REJECT_GROUP' => 'Move to group',
'ACP_REJECT_GROUP_EXPLAIN' => 'Select a group to which all users will be moved who did not agree to the privacy policy.',
'ACP_NO_REJECT_GROUP' => ' - Not move -',
'ACP_ANONYMIZE_IP' => 'Anonymize IP addresses',
'ACP_ANONYMIZE_IP_EXPLAIN' => 'When activated phpBB will no longer store a user\'s original IP address.',
'ACP_ANONYMIZE_IP' => 'Anonymize IP addresses',
'ACP_ANONYMIZE_IP_EXPLAIN' => 'When activated phpBB will no longer store a user\'s original IP address.',
'ANONYMIZE_IP_NONE' => 'Not anonymize',
'ANONYMIZE_IP_FULL' => 'Anonymize completely',
'ANONYMIZE_IP_HASH' => 'Use hash',
'ACP_FOOTERLINK' => '',
'ACP_FOOTERLINK_EXPLAIN' => '',
'ACP_DATA_DOWNLOAD_OPTIONS' => '',
'ACP_POST_FORMAT' => '',
'ACP_POST_FORMAT_EXPLAIN' => '',
'INCLUDE_TEXT' => '',
'ONLY_META' => '',
'ACP_POST_READ' => '',
'ACP_POST_READ_EXPLAIN' => '',
'ONLY_READ' => '',
'ACP_POST_UNAPPROVED' => '',
'ACP_POST_UNAPPROVED_EXPLAIN' => '',
'ACP_POST_DELETED' => '',
'ACP_POST_DELETED_EXPLAIN' => '',
'ACP_PRIVACYPROTECTION_PRIVACY_EXPLAIN' => 'Here you can enter your own privacy policy, overriding the privacy policy from the language file. You can use HTML here. Use <code>{SITE_NAME}</code> for the name and <code>{SITE_URL}</code> for the URL of your forum. Leave the field blank to use the privacy policy from the language file.',
'PRIVACY_URL_WARNING' => 'You have specified <a href="%1$s">%1$s</a> as the URL for the privacy policy. The privacy policy shown above will only be displayed if you remove this URL in the settings.',
'ACP_PRIVACY_OPTIONS' => 'Privacy options',
Expand Down
1 change: 1 addition & 0 deletions language/en/common.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
$lang = array_merge($lang, array(
'NEED_ACCEPT_PRIVACY_HL' => 'Privacy policy updated',
'NEED_ACCEPT_PRIVACY' => 'There has been an update to the <a href="%s">Privacy Policy Statement</a>. You have to re-confirm your acceptance in order to continue using this board.',
'PRIVACY_ACCEPT_SUCCESS' => '',
'ACCEPT_PRIVACY' => 'Privacy Policy accepted',
'REJECT_PRIVACY' => 'Privacy Policy declined',
'NEED_TO_ACCEPT_PRIVACY_POLICY' => 'You have to confirm your acceptance of the privacy policy to be able to create content in this board.',
Expand Down
7 changes: 4 additions & 3 deletions language/en/ucp.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,11 @@
//
$lang = array_merge($lang, array(
'DOWNLOAD_MY_DATA' => 'Download my personal data',
'DOWNLOAD_MY_DATA_EXPLAIN' => 'This will download a CSV file containing your personal data plus your posts.',
'DOWNLOAD_MY_DATA_BTN' => 'Download my profile data',
'DOWNLOAD_MY_POSTS_BTN' => 'Download my posts',
'DOWNLOAD_MY_DATA_EXPLAIN' => '',
'DOWNLOAD_MY_POSTS_EXPLAIN' => '',
'DOWNLOAD_BTN' => 'Download',
'NEED_ACCEPT_PRIVACY' => 'You must first read and accept the Privacy Policy statement.',
'PRIVACY_ACCEPTED' => 'Privacy Policy read and accepted',
'PRIVACY_ACCEPTED_EXPLAIN' => 'By marking this field I confirm that I have read and accepted the <a href="%s">Privacy Policy statement</a>.',
'PRIVACY_LAST_ACCEPTED' => '',
));

0 comments on commit 485ad30

Please sign in to comment.