mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
New base version of English in UTF8
This commit is contained in:
parent
49aafb90bd
commit
c1a1e8e465
7 changed files with 98 additions and 0 deletions
19
lang/en_utf8/README
Normal file
19
lang/en_utf8/README
Normal file
|
@ -0,0 +1,19 @@
|
|||
ENGLISH
|
||||
-------
|
||||
|
||||
English is the default language of Moodle, and this language
|
||||
pack is the "master" set against which other packs are compared.
|
||||
|
||||
If a string is missing for any reason from another language
|
||||
then the English version will be used.
|
||||
|
||||
Each installed activity module in moodle/mod should have a file
|
||||
here, as well as the main file which is called "moodle.php".
|
||||
|
||||
The "help" directory contains whole pages written in HTML,
|
||||
and the "docs" directory contains other miscellaneous
|
||||
documents.
|
||||
|
||||
If you are thinking of translating Moodle to another language,
|
||||
please contact Martin Dougiamas!
|
||||
|
7
lang/en_utf8/help/resource/type/directory.html
Normal file
7
lang/en_utf8/help/resource/type/directory.html
Normal file
|
@ -0,0 +1,7 @@
|
|||
<p><b>Directory</b></p>
|
||||
|
||||
<ul>
|
||||
<p>The directory resource can display a whole directory (and its subdirectories) from your course files area.
|
||||
Students can then browse and view all those files.</p>
|
||||
</ul>
|
||||
|
21
lang/en_utf8/help/resource/type/file.html
Normal file
21
lang/en_utf8/help/resource/type/file.html
Normal file
|
@ -0,0 +1,21 @@
|
|||
<p><b>Files and web pages</b></p>
|
||||
|
||||
<ul>
|
||||
<p>This resource type allows you to link to any web page or other file
|
||||
on the public web. It also allows you to link to any web page or
|
||||
other file that you have uploaded into your course files area
|
||||
from your own desktop computer.</p>
|
||||
|
||||
<p>Normal web pages are simply displayed as they are, while multimedia files
|
||||
are dealt with more intelligently and may be embedded within a
|
||||
web page. For example, MP3 files will be displayed using a built-in
|
||||
streaming player, as will movie files, flash animations and so on.</p>
|
||||
|
||||
<p>There are many options for displaying your content in popup windows,
|
||||
framed windows and so on.</p>
|
||||
|
||||
<p>In particular, if your resource is a web application or other type
|
||||
of content able to accept parameters, you can choose to send information
|
||||
to your resource such as the user's name, their email, the course they
|
||||
are currently in, and so on.</p>
|
||||
</ul>
|
9
lang/en_utf8/help/resource/type/html.html
Normal file
9
lang/en_utf8/help/resource/type/html.html
Normal file
|
@ -0,0 +1,9 @@
|
|||
<p><b>HTML page</b></p>
|
||||
|
||||
<ul>
|
||||
<p>This sort of resource makes it easy to develop a complete single web page
|
||||
within Moodle, especially when you are using Moodle's WYSIWYG HTML editor.</p>
|
||||
|
||||
<p>The page is stored in the database, not as a file, and you have a lot of
|
||||
freedom to do almost anything you like using HTML, including Javascript.</p>
|
||||
</ul>
|
23
lang/en_utf8/help/resource/type/ims.html
Normal file
23
lang/en_utf8/help/resource/type/ims.html
Normal file
|
@ -0,0 +1,23 @@
|
|||
<p><b>IMS Content Packages</b></p>
|
||||
|
||||
<ul>
|
||||
|
||||
<p>This resource type allows you to deploy packages conforming the
|
||||
<a href="http://www.imsglobal.org/content/packaging/index.html"
|
||||
target="_new">IMS Content Package specifications</a>.</p>
|
||||
|
||||
<p>Simply upload the .zip file containig the package, choose it in the
|
||||
FileManager and press the <b><Deploy></b> button.</p>
|
||||
|
||||
<p>There are many options for displaying your content in popup windows,
|
||||
framed windows and so on.</p>
|
||||
|
||||
<p>You can decide many aspects about how the package will be deployed
|
||||
table of contents, navigation buttons...)</p>
|
||||
|
||||
<p>This resource type is highly experimental so, please, send any problem,
|
||||
idea or improvement to the <a href="http://moodle.org/mod/forum/view.php?id=738"
|
||||
target="_new">"Resource module forum"</a> at <a href="http://moodle.org"
|
||||
target="_new">moodle.org</a>.</p>
|
||||
|
||||
</ul>
|
8
lang/en_utf8/help/resource/type/label.html
Normal file
8
lang/en_utf8/help/resource/type/label.html
Normal file
|
@ -0,0 +1,8 @@
|
|||
<p><b>Labels</b></p>
|
||||
|
||||
<ul>
|
||||
<p>Labels are a little different from other resources because they are
|
||||
text and images that are actually embedded directly among the other
|
||||
activity links in the course page.</p>
|
||||
</ul>
|
||||
|
11
lang/en_utf8/help/resource/type/text.html
Normal file
11
lang/en_utf8/help/resource/type/text.html
Normal file
|
@ -0,0 +1,11 @@
|
|||
<p><b>Text page</b></p>
|
||||
|
||||
<ul>
|
||||
<p>This type of resource is a simple page written using plain text.</p>
|
||||
|
||||
<p>A number of formatting types are available to help turn your plain
|
||||
text into nice-looking web pages.</p>
|
||||
|
||||
<p align="right"><a href="help.php?module=moodle&file=textformat.html">More about these text formats.</a></p>
|
||||
|
||||
</ul>
|
Loading…
Add table
Add a link
Reference in a new issue