mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
More language fixes
This commit is contained in:
parent
6821bec5d7
commit
3db1919baf
11 changed files with 84 additions and 49 deletions
|
@ -57,14 +57,18 @@
|
|||
|
||||
/// Otherwise fill and print the form.
|
||||
|
||||
$strjournal = get_string("modulename", "journal");
|
||||
$strjournals = get_string("modulenameplural", "journal");
|
||||
$stredit = get_string("edit");
|
||||
|
||||
if (! $entry ) {
|
||||
$entry->text = "";
|
||||
}
|
||||
|
||||
print_header("$course->shortname: $journal->name", "$course->fullname",
|
||||
"<A HREF=/course/view.php?id=$course->id>$course->shortname</A> ->
|
||||
<A HREF=/mod/journal/index.php?id=$course->id>Journals</A> ->
|
||||
<A HREF=\"view.php?id=$cm->id\">$journal->name</A> -> Edit", "form.text");
|
||||
<A HREF=/mod/journal/index.php?id=$course->id>$strjournals</A> ->
|
||||
<A HREF=\"view.php?id=$cm->id\">$journal->name</A> -> $stredit", "form.text");
|
||||
|
||||
echo "<CENTER>\n";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue