diff --git a/language/de/acp.php b/language/de/acp.php index 9280c17..67e819e 100644 --- a/language/de/acp.php +++ b/language/de/acp.php @@ -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', @@ -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 {SITE_NAME} für den Namen des Forums und {SITE_URL} für die URL zum Forum. Lasse das Feld leer, um die Datenschutzerklärung aus der Sprachdatei zu verwenden.', 'PRIVACY_URL_WARNING' => 'Du hast %1$s 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', diff --git a/language/en/acp.php b/language/en/acp.php index eea81ec..d8a5b8a 100644 --- a/language/en/acp.php +++ b/language/en/acp.php @@ -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 {SITE_NAME} for the name and {SITE_URL} 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 %1$s 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', diff --git a/language/en/common.php b/language/en/common.php index 52c2cec..f572905 100644 --- a/language/en/common.php +++ b/language/en/common.php @@ -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 Privacy Policy Statement. 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.', diff --git a/language/en/ucp.php b/language/en/ucp.php index 35ea21b..241f7f6 100644 --- a/language/en/ucp.php +++ b/language/en/ucp.php @@ -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 Privacy Policy statement.', + 'PRIVACY_LAST_ACCEPTED' => '', ));