Skip to content
Snippets Groups Projects
Unverified Commit 539d603f authored by Tim Schroeder's avatar Tim Schroeder
Browse files

fixed german string in english language string file

parent 91ac97b1
Branches
No related tags found
No related merge requests found
...@@ -130,15 +130,15 @@ $string['forwardedquestionhtml'] = '{$a->sender} forwarded the following questio ...@@ -130,15 +130,15 @@ $string['forwardedquestionhtml'] = '{$a->sender} forwarded the following questio
with the message: <br /> <br /> with the message: <br /> <br />
"{$a->message}" <br /> <br /> "{$a->message}" <br /> <br />
The question is available <a href="{$a->urltoquestion}">here</a>.'; The question is available <a href="{$a->urltoquestion}">here</a>.';
$string['forwardedquestiontext'] = '{$a->sender} hat folgende Frage an sie weitergeleitet: $string['forwardedquestiontext'] = '{$a->sender} forwarded the following question to you:
"{$a->questioncontent}" "{$a->questioncontent}"
mit folgender Nachricht: with the message:
"{$a->message}" "{$a->message}"
Die Frage ist verfügbar unter: {$a->urltoquestion}'; The question is available at: {$a->urltoquestion}';
$string['fullscreen'] = 'Fullscreen'; $string['fullscreen'] = 'Fullscreen';
$string['fullscreenBack'] = 'Exit Fullscreen'; $string['fullscreenBack'] = 'Exit Fullscreen';
$string['global_setting_anonymous'] = 'Allow anonymous posting?'; $string['global_setting_anonymous'] = 'Allow anonymous posting?';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment