Skip to content

Commit c35cf1b

Browse files
committed
Language: Fix americanized version of language variable "anonymize"
1 parent 45cf5e7 commit c35cf1b

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

public/main/inc/lib/extra_field.lib.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2522,8 +2522,8 @@ public function return_form($url, $action)
25222522
$form->addElement(
25232523
'checkbox',
25242524
'auto_remove',
2525-
get_lang('Remove on anonymisation'),
2526-
get_lang('Remove this value when anonymising a user, because it could otherwise help identify the user despite the anonymisation.')
2525+
get_lang('Remove on anonymization'),
2526+
get_lang('Remove this value when anonymizing a user, because it could otherwise help identify the user despite the anonymization.')
25272527
);
25282528
}
25292529

translations/messages.en.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30362,11 +30362,11 @@ msgstr "Links moved"
3036230362
msgid "No option available"
3036330363
msgstr "No option available"
3036430364

30365-
msgid "Remove this value when anonymising a user, because it could otherwise help identify the user despite the anonymisation."
30366-
msgstr "Remove this value when anonymising a user, because it could otherwise help identify the user despite the anonymisation."
30365+
msgid "Remove this value when anonymizing a user, because it could otherwise help identify the user despite the anonymization."
30366+
msgstr "Remove this value when anonymizing a user, because it could otherwise help identify the user despite the anonymization."
3036730367

30368-
msgid "Remove on anonymisation"
30369-
msgstr "Remove on anonymisation"
30368+
msgid "Remove on anonymization"
30369+
msgstr "Remove on anonymization"
3037030370

3037130371
msgid "Auto remove"
3037230372
msgstr "Auto remove"

translations/messages.fr.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24250,7 +24250,7 @@ msgid "Username list"
2425024250
msgstr "Liste de nom d'utilisateur"
2425124251

2425224252
msgid "Users about to be anonymized:"
24253-
msgstr "Utilisateurs sur le point d'être anonymiser :"
24253+
msgstr "Utilisateurs sur le point d'être anonymisés :"
2425424254

2425524255
msgid "Could not read file."
2425624256
msgstr "Impossible de lire le fichier"

translations/messages.pot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30330,10 +30330,10 @@ msgstr ""
3033030330
msgid "No option available"
3033130331
msgstr ""
3033230332

30333-
msgid "Remove this value when anonymising a user, because it could otherwise help identify the user despite the anonymisation."
30333+
msgid "Remove this value when anonymizing a user, because it could otherwise help identify the user despite the anonymization."
3033430334
msgstr ""
3033530335

30336-
msgid "Remove on anonymisation"
30336+
msgid "Remove on anonymization"
3033730337
msgstr ""
3033830338

3033930339
msgid "Auto remove"

0 commit comments

Comments
 (0)