You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/d2u_guestbook_lang_helper.php
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,6 @@ class d2u_guestbook_lang_helper extends \D2U_Helper\ALangHelper {
8
8
* value the replacement.
9
9
*/
10
10
protected$replacements_english = [
11
-
'd2u_guestbook_form_captcha' => 'To prevent abuse, please enter captcha.',
12
11
'd2u_guestbook_form_email' => 'E-mail address',
13
12
'd2u_guestbook_form_message' => 'Message',
14
13
'd2u_guestbook_form_name' => 'Name',
@@ -19,7 +18,6 @@ class d2u_guestbook_lang_helper extends \D2U_Helper\ALangHelper {
19
18
'd2u_guestbook_form_send' => 'Send',
20
19
'd2u_guestbook_form_thanks' => 'Thank you for your guestbook entry. Our administrator will check the entry for spam or offending speech. This may take some time.',
21
20
'd2u_guestbook_form_title' => 'Request form',
22
-
'd2u_guestbook_form_validate_captcha' => 'The Captcha was not read correctly.',
23
21
'd2u_guestbook_form_validate_description' => 'Please enter a message for the guestbook.',
24
22
'd2u_guestbook_form_validate_name' => 'Please enter your full name.',
25
23
'd2u_guestbook_form_validate_privacy_policy' => 'It\'s necessary to accept the privacy policy.',
@@ -41,7 +39,6 @@ class d2u_guestbook_lang_helper extends \D2U_Helper\ALangHelper {
41
39
* value the replacement.
42
40
*/
43
41
protected$replacements_german = [
44
-
'd2u_guestbook_form_captcha' => 'Um Missbrauch vorzubeugen bitten wir Sie das Captcha einzugeben.',
45
42
'd2u_guestbook_form_email' => 'E-Mail Adresse',
46
43
'd2u_guestbook_form_message' => 'Nachricht',
47
44
'd2u_guestbook_form_name' => 'Name',
@@ -52,7 +49,6 @@ class d2u_guestbook_lang_helper extends \D2U_Helper\ALangHelper {
52
49
'd2u_guestbook_form_send' => 'Abschicken',
53
50
'd2u_guestbook_form_thanks' => 'Danke für Ihren Eintrag. Unser Eintrag wird von unserem Administrator auf Spam und inakzeptable Sprache geprüft. Das kann einige Zeit in Anspruch nehmen. Es besteht kein Anspruch auf eine Veröffentlichung.',
54
51
'd2u_guestbook_form_title' => 'Anfrage zum Objekt',
55
-
'd2u_guestbook_form_validate_captcha' => 'Bitte geben Sie erneut das Captcha ein.',
56
52
'd2u_guestbook_form_validate_description' => 'Bitte geben Sie noch eine Nachricht fürs Gästebuch ein.',
57
53
'd2u_guestbook_form_validate_name' => 'Um Sie korrekt ansprechen zu können, geben Sie bitte Ihren vollständigen Namen an.',
58
54
'd2u_guestbook_form_validate_privacy_policy' => 'Der Datenschutzerklärung muss zugestimmt werden.',
0 commit comments