Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
moodle-mod_pdfannotator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elc
moodle-mod_pdfannotator
Commits
e33bba1c
Unverified
Commit
e33bba1c
authored
4 years ago
by
Tim Schroeder
Browse files
Options
Downloads
Patches
Plain Diff
fixed german string in english language string file
fixes #36
parent
7ee81218
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
lang/en/pdfannotator.php
+3
-3
3 additions, 3 deletions
lang/en/pdfannotator.php
with
3 additions
and
3 deletions
lang/en/pdfannotator.php
+
3
−
3
View file @
e33bba1c
...
...
@@ -130,15 +130,15 @@ $string['forwardedquestionhtml'] = '{$a->sender} forwarded the following questio
with the message: <br /> <br />
"{$a->message}" <br /> <br />
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}"
m
it
folgender Nachricht
:
w
it
h the message
:
"{$a->message}"
Die Frage ist verfügbar unter
: {$a->urltoquestion}'
;
The question is available at
: {$a->urltoquestion}'
;
$string
[
'fullscreen'
]
=
'Fullscreen'
;
$string
[
'fullscreenBack'
]
=
'Exit Fullscreen'
;
$string
[
'global_setting_anonymous'
]
=
'Allow anonymous posting?'
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment