From 82fc6467992eaf6a83ee8df0ceb3746dcf38076a Mon Sep 17 00:00:00 2001 From: compuproggy Date: Tue, 17 Dec 2002 07:01:25 +0000 Subject: [PATCH] *** empty log message *** --- lang/de/help/reading.html | 13 +++++++++++++ lang/de/help/writing.html | 23 +++++++++++++++++++++++ lang/de/moodle.php | 3 +++ 3 files changed, 39 insertions(+) create mode 100644 lang/de/help/reading.html create mode 100644 lang/de/help/writing.html diff --git a/lang/de/help/reading.html b/lang/de/help/reading.html new file mode 100644 index 0000000000..bf78d401b1 --- /dev/null +++ b/lang/de/help/reading.html @@ -0,0 +1,13 @@ +

Reading

+ +

When reading texts quickly it is often very easy to misunderstand what the + author was trying to say.

+ +

To avoid misunderstanding, read their words carefully and try to see things + from the author's point of view.

+ +

It can also help to think of what the author has NOT said or left in doubt + - this may help you form questions in your own mind.

+ +

+

diff --git a/lang/de/help/writing.html b/lang/de/help/writing.html new file mode 100644 index 0000000000..e37083dc7a --- /dev/null +++ b/lang/de/help/writing.html @@ -0,0 +1,23 @@ +

Writing

+ +

When writing text for others to read, try and write directly to your audience.

+ +

Explain your ideas as clearly and simply as you can to help avoid misunderstandings. + One thing you can do is to avoid long words when a short one will do.

+ +

In the forums it will really help to keep your whole posts short and on-topic. + Instead of one long rambling post that makes many different points, it may be + better to write several shorter ones (they may even belong in separate forums). + +

Re-edit your text as much as necessary until you get it right. + Even in forum posts you have maxeditingtime/60) ?> minutes + after you've posted it to go back and improve it if necessary.

+ +

When replying to others, try and think of interesting questions you + can ask them. This will help both you and the other person think (and learn!) + about the subject you are discussing.

+ + +

+

+

diff --git a/lang/de/moodle.php b/lang/de/moodle.php index 4dea51f24f..982cb79ff2 100644 --- a/lang/de/moodle.php +++ b/lang/de/moodle.php @@ -53,6 +53,7 @@ $string['city'] = "Stadt/Ort"; $string['closewindow'] = "Dieses Fenster schließen"; $string['comparelanguage'] = "Sprache vergleichen und bearbeiten"; $string['complete'] = "Fertig"; +$string['configcountry'] = "Wenn Sie hier ein Land einstellen, wird dieses Land alsVorgabe für neue Benutzerkonten gewählt. Um Benutzer zu zwingen, ein Land zu wählen, lassen Sie dieses Feld leer."; $string['configerrorlevel'] = "Wählen Sie die Menge der PHP Warnungen, die Sie angezeigt bekommen möchten. Normal ist gebräuchlicherwiese die beste Wahl."; $string['configgdversion'] = "Zeigt Ihnen die Version von GD an, die installiert. Die Version, die als Standard angezeigt wird, ist die, die automatisch ermittelt worden ist. Ändern Sie diese nicht, es sei denn Sie wissen wirklich, was Sie tun. "; $string['confightmleditor'] = "Wählen Sie aus, ob Sie die Verwendung der HTML Text-Eingabe zulassen möchten. Selbst, wenn Sie es zulassen, erscheint diese Text-Eingabe nur, wenn der Benutzer einen geeigneten Browser ( wie z.B. den IE 5.5 oder höher) benutzt. @@ -206,8 +207,10 @@ $string['help'] = "Hilfe"; $string['helphtml'] = "Wie man HTML schreibt"; $string['helppicture'] = "Wie man ein Foto hochlädt"; $string['helpquestions'] = "Wie man fragen stellt"; +$string['helpreading'] = "Gewissenhaft lesen"; $string['helprichtext'] = "Über die Richtext-Eingabe"; $string['helptext'] = "Wie man Text schreibt"; +$string['helpwriting'] = "Gewissenhaft schreiben"; $string['hide'] = "Verstecken"; $string['hits'] = "Treffer"; $string['hitsoncourse'] = "Treffer bei \$a->coursename von \$a->username"; -- 2.39.5