mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
"MDL-14129, add new lang string"
This commit is contained in:
parent
1e1c7d810c
commit
c1bb916281
@ -30,6 +30,8 @@ $string['cannotviewpostyet'] = 'You cannot read other students questions in this
|
||||
$string['cannotadddiscussion'] = 'Adding discussions to this forum requires group membership.';
|
||||
$string['cannotadddiscussionall'] = 'You do not have permission to add a new discussion topic for all participants.';
|
||||
$string['cannotfindorcreateforum'] = 'Could not find or create a main news forum for the site';
|
||||
$string['cannotupdaterate'] = 'Could not update an old rating ($a[0] = $a[1])';
|
||||
$string['cannotinsertrate'] = 'Could not insert a new rating ($a[0] = $a[1])';
|
||||
$string['cleanreadtime'] = 'Mark old posts as read hour';
|
||||
$string['configcleanreadtime'] = 'The hour of the day to clean old posts from the \'read\' table.';
|
||||
$string['configdisplaymode'] = 'The default display mode for discussions if one isn\'t set.';
|
||||
@ -127,6 +129,9 @@ $string['lastpost'] = 'Last post';
|
||||
$string['learningforums'] = 'Learning forums';
|
||||
$string['logblocked'] = 'Log blocked emails';
|
||||
$string['longpost'] = 'Long post';
|
||||
$string['invalidforumid'] = 'Forum ID was incorrect';
|
||||
$string['invalidpostid'] = 'Invalid Post ID - $a';
|
||||
$string['invalidaccess'] = 'This page was not accessed correctly';
|
||||
$string['mailnow'] = 'Mail now';
|
||||
$string['manydiscussions'] = 'Discussions per page';
|
||||
$string['markalldread'] = 'Mark all posts in this discussion read.';
|
||||
@ -155,6 +160,7 @@ $string['newforumposts'] = 'New forum posts';
|
||||
$string['nodiscussions'] = 'There are no discussion topics yet in this forum';
|
||||
$string['nodiscussionsstartedby'] = 'No discussions started by this user';
|
||||
$string['noguestpost'] = 'Sorry, guests are not allowed to post. $a';
|
||||
$string['noguestrate'] = 'Guests are not allowed to rate entries.';
|
||||
$string['noguestsubscribe'] = 'Sorry, guests are not allowed to subscribe to receive forum postings by email.';
|
||||
$string['noguesttracking'] = 'Sorry, guests are not allowed to set tracking options.';
|
||||
$string['nomorepostscontaining'] = 'No more posts containing \'$a\' were found';
|
||||
@ -167,6 +173,7 @@ $string['nosubscribers'] = 'There are no subscribers yet for this forum';
|
||||
$string['nothingnew'] = 'Nothing new for $a';
|
||||
$string['notingroup'] = 'Sorry, but you need to be part of a group to see this forum.';
|
||||
$string['notrackforum'] = 'Don\'t track unread posts';
|
||||
$string['norate'] = 'Rating of items not allowed!';
|
||||
$string['noviewdiscussionspermission'] = 'You do not have the permission to view discussions in this forum';
|
||||
$string['nowallsubscribed'] = 'All forums in $a are subscribed.';
|
||||
$string['nowallunsubscribed'] = 'All forums in $a are not subscribed.';
|
||||
|
Loading…
x
Reference in New Issue
Block a user