Skip to content

Commit 76ebd22

Browse files
authored
Fixed Typos and mistranslations in GDPR mode (DSGVO Modus) (#757)
Fixed Typo enviroment Co-authored-by: Marc Kreidler <[email protected]>
1 parent 5b0ca8e commit 76ebd22

File tree

10 files changed

+13
-13
lines changed

10 files changed

+13
-13
lines changed

src/Controller/ToolsController.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ public function systemInfos(GitVersionInfo $versionInfo, DBInfoHelper $DBInfoHel
6161
'default_theme' => $this->getParameter('partdb.global_theme'),
6262
'enabled_locales' => $this->getParameter('partdb.locale_menu'),
6363
'demo_mode' => $this->getParameter('partdb.demo_mode'),
64-
'gpdr_compliance' => $this->getParameter('partdb.gdpr_compliance'),
64+
'gdpr_compliance' => $this->getParameter('partdb.gdpr_compliance'),
6565
'use_gravatar' => $this->getParameter('partdb.users.use_gravatar'),
6666
'email_password_reset' => $this->getParameter('partdb.users.email_pw_reset'),
67-
'enviroment' => $this->getParameter('kernel.environment'),
67+
'environment' => $this->getParameter('kernel.environment'),
6868
'is_debug' => $this->getParameter('kernel.debug'),
6969
'email_sender' => $this->getParameter('partdb.mail.sender_email'),
7070
'email_sender_name' => $this->getParameter('partdb.mail.sender_name'),

src/Entity/LogSystem/SecurityEventLogEntry.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ public function getIPAddress(): string
127127
* Sets the IP address used to log in the user.
128128
*
129129
* @param string $ip the IP address used to log in the user
130-
* @param bool $anonymize Anonymize the IP address (remove last block) to be GPDR compliant
130+
* @param bool $anonymize Anonymize the IP address (remove last block) to be GDPR compliant
131131
*
132132
* @return $this
133133
*/

src/Entity/LogSystem/UserLoginLogEntry.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function getIPAddress(): string
5252
* Sets the IP address used to log in the user.
5353
*
5454
* @param string $ip the IP address used to log in the user
55-
* @param bool $anonymize Anonymize the IP address (remove last block) to be GPDR compliant
55+
* @param bool $anonymize Anonymize the IP address (remove last block) to be GDPR compliant
5656
*
5757
* @return $this
5858
*/

src/Entity/LogSystem/UserLogoutLogEntry.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public function getIPAddress(): string
4949
* Sets the IP address used to log in the user.
5050
*
5151
* @param string $ip the IP address used to log in the user
52-
* @param bool $anonymize Anonymize the IP address (remove last block) to be GPDR compliant
52+
* @param bool $anonymize Anonymize the IP address (remove last block) to be GDPR compliant
5353
*
5454
* @return $this
5555
*/

templates/tools/server_infos/_partdb.html.twig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</tr>
1212
<tr>
1313
<td>Symfony environment</td>
14-
<td>{{ enviroment }} (Debug: {{ helper.boolean_badge(is_debug) }})</td>
14+
<td>{{ environment }} (Debug: {{ helper.boolean_badge(is_debug) }})</td>
1515
</tr>
1616
<tr>
1717
<td>Part-DB Instance name</td>
@@ -42,8 +42,8 @@
4242
<td>{{ helper.boolean_badge(demo_mode) }}</td>
4343
</tr>
4444
<tr>
45-
<td>GPDR Compliance Mode</td>
46-
<td>{{ helper.boolean_badge(gpdr_compliance) }}</td>
45+
<td>GDPR Compliance Mode</td>
46+
<td>{{ helper.boolean_badge(gdpr_compliance) }}</td>
4747
</tr>
4848
<tr class="table-info">
4949
<td colspan="2"><b>Users</b></td>

translations/messages.cs.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11196,7 +11196,7 @@ Element 3</target>
1119611196
<unit id="9jOklgS" name="log.user_login.ip_anonymize_hint">
1119711197
<segment state="translated">
1119811198
<source>log.user_login.ip_anonymize_hint</source>
11199-
<target>Pokud poslední číslice IP adresy chybí, je povolen režim GPDR, ve kterém jsou IP adresy anynomizovány.</target>
11199+
<target>Pokud poslední číslice IP adresy chybí, je povolen režim GDPR, ve kterém jsou IP adresy anynomizovány.</target>
1120011200
</segment>
1120111201
</unit>
1120211202
<unit id="kaMyDVi" name="log.user_not_allowed.unauthorized_access_attempt_to">

translations/messages.da.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11201,7 +11201,7 @@ Oversættelsen
1120111201
<unit id="9jOklgS" name="log.user_login.ip_anonymize_hint">
1120211202
<segment state="translated">
1120311203
<source>log.user_login.ip_anonymize_hint</source>
11204-
<target>Hvis de sidste cifre i IP-adressen mangler, aktiveres DSGV-tilstanden, hvor IP-adresserne anonymiseres.</target>
11204+
<target>Hvis de sidste cifre i IP-adressen mangler, aktiveres databeskyttelsesforordningen mode, hvor IP-adresserne anonymiseres.</target>
1120511205
</segment>
1120611206
</unit>
1120711207
<unit id="kaMyDVi" name="log.user_not_allowed.unauthorized_access_attempt_to">

translations/messages.de.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11192,7 +11192,7 @@ Element 3</target>
1119211192
<unit id="sg8NMZk" name="log.user_login.ip_anonymize_hint">
1119311193
<segment state="translated">
1119411194
<source>log.user_login.ip_anonymize_hint</source>
11195-
<target>Wenn die letzten Stellen der IP-Adresse fehlen, dann ist der DSGV Modus aktiviert, bei dem IP-Adressen anonymisiert werden.</target>
11195+
<target>Wenn die letzten Stellen der IP-Adresse fehlen, dann ist der DSGVO Modus aktiviert, bei dem IP-Adressen anonymisiert werden.</target>
1119611196
</segment>
1119711197
</unit>
1119811198
<unit id="K_LOvwj" name="log.user_not_allowed.unauthorized_access_attempt_to">

translations/messages.en.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11196,7 +11196,7 @@ Element 3</target>
1119611196
<unit id="sg8NMZk" name="log.user_login.ip_anonymize_hint">
1119711197
<segment state="translated">
1119811198
<source>log.user_login.ip_anonymize_hint</source>
11199-
<target>If the last digits of the IP address are missing, then the GPDR mode is enabled, in which IP addresses are anynomized.</target>
11199+
<target>If the last digits of the IP address are missing, then the GDPR mode is enabled, in which IP addresses are anynomized.</target>
1120011200
</segment>
1120111201
</unit>
1120211202
<unit id="K_LOvwj" name="log.user_not_allowed.unauthorized_access_attempt_to">

translations/messages.pl.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11192,7 +11192,7 @@ Element 3</target>
1119211192
<unit id="sg8NMZk" name="log.user_login.ip_anonymize_hint">
1119311193
<segment state="translated">
1119411194
<source>log.user_login.ip_anonymize_hint</source>
11195-
<target>Jeśli brakuje ostatnich cyfr adresu IP, włączony jest tryb GPDR, w którym adresy IP są anonimowe.</target>
11195+
<target>Jeśli brakuje ostatnich cyfr adresu IP, włączony jest tryb GDPR, w którym adresy IP są anonimowe.</target>
1119611196
</segment>
1119711197
</unit>
1119811198
<unit id="K_LOvwj" name="log.user_not_allowed.unauthorized_access_attempt_to">

0 commit comments

Comments
 (0)