From e6e769a9ea987a67f1b0b1ca549eb04922a6da83 Mon Sep 17 00:00:00 2001 From: martin Date: Sun, 1 Sep 2002 14:32:12 +0000 Subject: [PATCH] Updates and changes --- lang/en/forum.php | 2 ++ lang/en/help/picture.html | 1 + lang/en/moodle.php | 1 + 3 files changed, 4 insertions(+) diff --git a/lang/en/forum.php b/lang/en/forum.php index bc750122e8..b6885f92c5 100644 --- a/lang/en/forum.php +++ b/lang/en/forum.php @@ -10,6 +10,8 @@ $string[allowchoice] = "Allow everyone to choose"; $string[allowdiscussions] = "Can a \$a start new discussions?"; $string[allowratings] = "Allow posts to be rated?"; $string[allowsdiscussions] = "This forum allows each person to start one discussion topic."; +$string[anyfile] = "Any file"; +$string[attachment] = "Attachment"; $string[bynameondate] = "by \$a->name - \$a->date"; $string[canstudentsstart] = "Can a \$a start new discussions?"; $string[delete] = "Delete"; diff --git a/lang/en/help/picture.html b/lang/en/help/picture.html index 026cfcbb54..f98f63a44a 100644 --- a/lang/en/help/picture.html +++ b/lang/en/help/picture.html @@ -13,5 +13,6 @@

To upload the image, click the "Browse" button on this editing page, and select the image from your hard disk. +

NOTE: Make sure that the file is not larger than the maximum size listed, or it will not be uploaded.

Then click "Update my Profile" at the bottom - the image file will be cropped to a square and resized down to 100x100 pixels.

When you are taken back to your profile page, the image might not appear to have changed. If this is so, just use the "Reload" button in your browser. diff --git a/lang/en/moodle.php b/lang/en/moodle.php index 690f5aa859..91e3e7c4d3 100644 --- a/lang/en/moodle.php +++ b/lang/en/moodle.php @@ -205,6 +205,7 @@ $string[mainmenu] = "Main menu"; $string[markthistopic] = "Mark this topic as the current topic"; $string[maximumchars] = "Maximum of \$a characters"; $string[maximumgrade] = "Maximum grade"; +$string[maxsize] = "Max size: \$a"; $string[missingcategory] = "You need to choose a category"; $string[missingcity] = "Missing city/town"; $string[missingcountry] = "Missing country"; -- 2.39.5