mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Wiki enhancement: edit locking (uses AJAX)
This commit is contained in:
parent
f775a510d6
commit
22e846cde2
10 changed files with 291 additions and 11 deletions
|
@ -94,6 +94,7 @@ $string['linkok'] = 'OK';
|
|||
$string['linkschecked'] = 'Links checked';
|
||||
$string['listall'] = 'List all';
|
||||
$string['listcandidates'] = 'List candidates';
|
||||
$string['lockcancelled'] = 'Your editing lock has been overridden and somebody else is now editing this page. If you wish to keep your changes, please select and copy them before clicking Cancel; then try to edit again.';
|
||||
$string['meta'] = 'Meta data';
|
||||
$string['moduledirectory'] = 'Module Directory';
|
||||
$string['modulename'] = 'Wiki';
|
||||
|
@ -116,10 +117,13 @@ $string['optional'] = 'Optional';
|
|||
$string['orphanedpage'] = 'Orphaned page';
|
||||
$string['orphanedpages'] = 'Orphaned pages';
|
||||
$string['otherwikis'] = 'Other Wikis';
|
||||
$string['overrideinfo'] = 'You can override this user\'s lock, but doing so may cause them to lose their changes! Please take care.';
|
||||
$string['overridebutton'] = 'Override lock';
|
||||
$string['ownerunknown'] = 'unknown';
|
||||
$string['pageactions'] = 'Page actions';
|
||||
$string['pageindex'] = 'Page Index';
|
||||
$string['pageinfo'] = 'Page information';
|
||||
$string['pagelocked'] = '<p><strong>This page is being edited by $a->name.</strong> They began editing at $a->since and still have the window open as of $a->seen.</p><p>You need to wait for them to finish before you can edit this page.</p>';
|
||||
$string['pagename'] = 'Page name';
|
||||
$string['pagenamechoice'] = '- or -';
|
||||
$string['pageslinkingto'] = 'Pages linking to this page';
|
||||
|
@ -179,6 +183,7 @@ $string['viewsmfor'] = 'View sitemap for';
|
|||
$string['wantedpages'] = 'Wanted pages';
|
||||
$string['wiki:participate'] = 'Edit wiki pages';
|
||||
$string['wiki:manage'] = 'Manage wiki settings';
|
||||
$string['wiki:overridelock'] = 'Override locked pages';
|
||||
$string['wikidefaultpagename'] = 'WikiIndex';
|
||||
$string['wikiexport'] = 'Export pages';
|
||||
$string['wikiexportcomment'] = 'Here you can configure the export to your needs.';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue