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
$emailSubject = $translator->trans('Request for account removal');
296
-
$emailContent = \sprintf($translator->trans("User %s asked for the deletion of his/her account, explaining that \"%s\". You can process the request here: %s"), $user->getFullName(), $explanation, '<a href="'.$link.'">'.$link.'</a>');
296
+
$emailContent = \sprintf($translator->trans('User %s asked for the deletion of his/her account, explaining that "%s". You can process the request here: %s'), $user->getFullName(), $explanation, '<a href="'.$link.'">'.$link.'</a>');
$emailSubject = $translator->trans('Request for consent withdrawal on legal terms');
301
-
$emailContent = \sprintf($translator->trans("User %s asked for the removal of his/her consent to our legal terms, explaining that \"%s\". You can process the request here: %s"), $user->getFullName(), $explanation, '<a href="'.$link.'">'.$link.'</a>');
301
+
$emailContent = \sprintf($translator->trans('User %s asked for the removal of his/her consent to our legal terms, explaining that "%s". You can process the request here: %s'), $user->getFullName(), $explanation, '<a href="'.$link.'">'.$link.'</a>');
$answer->createAnswer($this->translator->trans("Ridiculise one's interlocutor in order to have him concede he is wrong."), 0, $this->translator->trans('No. Socratic irony is not a matter of psychology, it concerns argumentation.'), -5, 1);
557
557
$answer->createAnswer($this->translator->trans("Admit one's own errors to invite one's interlocutor to do the same."), 0, $this->translator->trans('No. Socratic irony is not a seduction strategy or a method based on the example.'), -5, 2);
558
-
$answer->createAnswer($this->translator->trans("Compell one's interlocutor, by a series of questions and sub-questions, to admit he doesn't know what he claims to know."), 1, $this->translator->trans("Indeed. Socratic irony is an interrogative method. The Greek \"eirotao\" means \"ask questions\""), 5, 3);
558
+
$answer->createAnswer($this->translator->trans("Compell one's interlocutor, by a series of questions and sub-questions, to admit he doesn't know what he claims to know."), 1, $this->translator->trans('Indeed. Socratic irony is an interrogative method. The Greek "eirotao" means "ask questions"'), 5, 3);
559
559
$answer->createAnswer($this->translator->trans("Use the Principle of Non Contradiction to force one's interlocutor into a dead end."), 1, $this->translator->trans("This answer is not false. It is true that the revelation of the interlocutor's ignorance means showing the contradictory conclusions where lead his premisses."), 5, 4);
0 commit comments