mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-76739 lang: Import fixed English strings (en_fix)
This commit is contained in:
parent
be1c1485ad
commit
975a127325
18 changed files with 34 additions and 34 deletions
|
@ -190,7 +190,7 @@ $string['discussionmoved'] = 'This discussion has been moved to \'{$a}\'.';
|
|||
$string['discussionmovedpost'] = 'This discussion has been moved to <a href="{$a->discusshref}">here</a> in the forum <a href="{$a->forumhref}">{$a->forumname}</a>';
|
||||
$string['discussionname'] = 'Discussion name';
|
||||
$string['discussionnownotsubscribed'] = '{$a->name} will NOT be notified of new posts in \'{$a->discussion}\' of \'{$a->forum}\'';
|
||||
$string['discussionnowsubscribed'] = '{$a->name} will be notified of new posts in \'{$a->discussion}\' of \'{$a->forum}\'';
|
||||
$string['discussionnowsubscribed'] = 'You will be notified of new posts in \'{$a->discussion}\' in the forum \'{$a->forum}\'.';
|
||||
$string['discussionpin'] = 'Pin';
|
||||
$string['discussionpinned'] = 'Pinned';
|
||||
$string['discussionpinned_help'] = 'Pinned discussions will appear at the top of a forum.';
|
||||
|
@ -491,7 +491,7 @@ $string['nowallsubscribed'] = 'You are now subscribed to all forums in {$a}.';
|
|||
$string['nowallunsubscribed'] = 'You are now unsubscribed from all forums in {$a}.';
|
||||
$string['nownotsubscribed'] = '{$a->name} will NOT be notified of new posts in \'{$a->forum}\'';
|
||||
$string['nownottracking'] = '{$a->name} is no longer tracking \'{$a->forum}\'.';
|
||||
$string['nowsubscribed'] = '{$a->name} will be notified of new posts in \'{$a->forum}\'';
|
||||
$string['nowsubscribed'] = 'You will be notified of new posts in the forum \'{$a->forum}\'.';
|
||||
$string['nowtracking'] = '{$a->name} is now tracking \'{$a->forum}\'.';
|
||||
$string['numposts'] = '{$a} posts';
|
||||
$string['numberofreplies'] = 'Number of replies: {$a}';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue