mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 18:06:51 +02:00
Language fixes, added english strings etc
This commit is contained in:
parent
42389890d5
commit
cf38360f58
10 changed files with 83 additions and 42 deletions
|
@ -14,13 +14,22 @@ $string[anyfile] = "Any file";
|
|||
$string[attachment] = "Attachment";
|
||||
$string[bynameondate] = "by \$a->name - \$a->date";
|
||||
$string[canstudentsstart] = "Can a \$a start new discussions?";
|
||||
$string[couldnotadd] = "Could not add your post due to an unknown error";
|
||||
$string[couldnotdeleteratings] = "Sorry, that cannot be deleted as people have already rated it";
|
||||
$string[couldnotdeletereplies] = "Sorry, that cannot be deleted as people have already responded to it";
|
||||
$string[couldnotupdate] = "Could not update your post due to an unknown error";
|
||||
$string[delete] = "Delete";
|
||||
$string[deleteddiscussion] = "The discussion topic has been deleted";
|
||||
$string[deletedpost] = "The post has been deleted";
|
||||
$string[deletesure] = "Are you sure you want to delete this post?";
|
||||
$string[discussion] = "Discussion";
|
||||
$string[discussions] = "Discussions";
|
||||
$string[discussionsstartedby] = "Discussions started by \$a";
|
||||
$string[discussthistopic] = "Discuss this topic";
|
||||
$string[eachuserforum] = "Each person posts one discussion";
|
||||
$string[edit] = "Edit";
|
||||
$string[editing] = "Editing";
|
||||
$string[emptymessage] = "Something was wrong with your post. Perhaps you left it blank, or the attachment was too big. Your changes have NOT been saved.";
|
||||
$string[everyonecanchoose] = "Everyone can choose to be subscribed";
|
||||
$string[everyoneissubscribed] = "Everyone is subscribed to this forum";
|
||||
$string[forcesubscribe] = "Force everyone to be subscribed";
|
||||
|
@ -37,6 +46,7 @@ $string[intronews] = "General news and announcements";
|
|||
$string[introsocial] = "An open forum for chatting about anything you want to";
|
||||
$string[introteacher] = "A forum for teacher-only notes and discussion";
|
||||
$string[learningforums] = "Learning forums";
|
||||
$string[maxtimehaspassed] = "Sorry, but the maximum time for editing this post (\$a) has passed!";
|
||||
$string[message] = "Message";
|
||||
$string[modeflatoldestfirst] = "Display replies flat, with oldest first";
|
||||
$string[modeflatnewestfirst] = "Display replies flat, with newest first";
|
||||
|
@ -47,6 +57,7 @@ $string[namenews] = "News forum";
|
|||
$string[namesocial] = "Social forum";
|
||||
$string[nameteacher] = "Teacher forum";
|
||||
$string[nodiscussions] = "There are no discussion topics yet in this forum";
|
||||
$string[noguestpost] = "Sorry, guests are not allowed to post";
|
||||
$string[noposts] = "No posts";
|
||||
$string[nosubscribers] = "There are no subscribers yet for this forum";
|
||||
$string[nownotsubscribed] = "\$a->name will NOT receive copies of '\$a->forum' by email.";
|
||||
|
@ -54,6 +65,7 @@ $string[nowsubscribed] = "\$a->name will receive copies of '\$a->forum' by email
|
|||
$string[numposts] = "\$a posts";
|
||||
$string[olderdiscussions] = "Older discussions";
|
||||
$string[parentofthispost] = "Parent of this post";
|
||||
$string[postadded] = "Your post was successfully added.<P>You have \$a to edit it if you want to make any changes.";
|
||||
$string[postmailinfo] = "This is a copy of a message posted on the \$a website.
|
||||
To add your reply via the website, click on this link:";
|
||||
|
||||
|
@ -74,10 +86,12 @@ While writing:
|
|||
$string[postrating1] = "Shows mostly SEPARATE knowing";
|
||||
$string[postrating2] = "Equally separate and connected";
|
||||
$string[postrating3] = "Shows mostly CONNECTED knowing";
|
||||
$string[postupdated] = "Your post was updated";
|
||||
$string[processingpost] = "Processing post \$a";
|
||||
$string[rate] = "Rate";
|
||||
$string[ratings] = "Ratings";
|
||||
$string[readtherest] = "Read the rest of this topic";
|
||||
$string[re] = "Re:"; // Put in front of subjects that are replies to another post
|
||||
$string[repliesmany] = "\$a replies so far";
|
||||
$string[repliesone] = "\$a reply so far";
|
||||
$string[reply] = "Reply";
|
||||
|
@ -93,5 +107,7 @@ $string[subscribers] = "Subscribers";
|
|||
$string[subscribersto] = "Subscribers to '\$a'";
|
||||
$string[unsubscribe] = "Unsubscribe from this forum";
|
||||
$string[youratedthis] = "You rated this";
|
||||
$string[yournewtopic] = "Your new discussion topic";
|
||||
$string[yourreply] = "Your reply";
|
||||
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue