Skip to content
Snippets Groups Projects
Commit fb047b34 authored by dfurrer's avatar dfurrer
Browse files

OO-1658: contextHelp changes

parent 4537c38e
No related branches found
No related tags found
No related merge requests found
Showing
with 2 additions and 125 deletions
<fieldset>
<legend>$r.translate("olatmovieviewer.config.title")</legend>
<b>$r.translate("olatmovieviewer.provider")</b> $r.translate("chelp.1provider")<br/><br/>
<b>$r.translate("olatmovieviewer.streamer")</b> $r.translate("chelp.1streamer")<br/><br/>
<b>$r.translate("olatmovieviewer.address")</b> $r.translate("chelp.1address")<br/><br/>
<b>$r.translate("olatmovieviewer.size")</b> $r.translate("chelp.1size")<br/><br/>
<b>$r.translate("olatmovieviewer.starttime")</b> $r.translate("chelp.1starttime")<br/><br/>
<b>$r.translate("olatmovieviewer.autostart")</b> $r.translate("chelp.1autostart")<br/><br/>
<b>$r.translate("olatmovieviewer.repeat")</b> $r.translate("chelp.1repeat")<br/><br/>
<b>$r.translate("olatmovieviewer.controlbar")</b> $r.translate("chelp.1controlbar")<br/><br/>
</fieldset>
\ No newline at end of file
<p>
<b>$r.translate("inherit.label"):</b>
$r.translate("chelp.inherit")
<hr />
</p>
<p>
<b>$r.translate("mode"):</b>
$r.translate("chelp.raw")
<hr />
</p>
<p>
<b>$r.translate("option.js"):</b>
$r.translate("chelp.js")
</p>
<p>
<b>$r.translate("option.glossary"):</b>
$r.translate("chelp.glossary")
</p>
<p>
<b>$r.translate("height.label"):</b>
$r.translate("chelp.height")
</p>
<p>
<b>$r.translate("option.css"):</b>
$r.translate("chelp.css")
<hr />
</p>
<p>
<b>$r.translate("encoding.content"):</b>
$r.translate("chelp.encoding.content")
</p>
<p>
<b>$r.translate("encoding.js"):</b>
$r.translate("chelp.encoding.js")
</p>
<br/>$r.translate("chelp.log1")
<br />
$r.translate("chelp.log2") $r.translate("chelp.log3")
<br />
<br />
$r.translate("chelp.log4")
<br />
$r.translate("chelp.log5") $r.translate("chelp.log6")
<br />
<br />
<table class="table table-bordered">
<thead>
<tr>
<th>actionVerb</th>
<th>actionObject</th>
</tr>
</thead>
<tbody valign="top">
<tr>
<td>add<br/>copy<br/>denied<br/>do<br/>edit<br/>exit<br/>hide<br/>launch<br/>lock<br/>move<br/>open<br/>remove<br/>view</td>
<td>calendart<br/>chat<br/>course<br/>cpgetfile<br/>editor<br/>efficency<br/>feed<br/>feeditem<br/>file<br/>folder<br/>forummessage<br/>forumthread<br/>glossar<br/>gotonode<br/>groupmanagement<br/>group<br/>grouparea<br/>groupareaempty<br/>help<br/>layout<br/>node<br/>owner<br/>participant<br/>publisher<br/>quota<br/>resource<br/>rights<br/>rightsempty<br/>sharedfolder<br/>spgetfile<br/>testattempts<br/>testcomment<br/>testid<br/>testscore<br/>testsuccess<br/>tools<br/>toolsempty<br/>waitingperson</td>
</tr>
<tr>
<td colspan="2" style="border: 0">$r.translate("chelp.table1")</td>
</tr>
</tbody>
</table>
\ No newline at end of file
<p>[placeholders]</p>
\ No newline at end of file
$r.translate("chelp.password.1")
<br/>$r.translate("chelp.statistic_dayofweek.text")<br/><br/>
$r.translateWithPackage("org.olat.course.statistic", "chelp.statistic.alldates")
\ No newline at end of file
<br/>$r.translate("chelp.statistic_hourofday.text")<br/><br/>
$r.translateWithPackage("org.olat.course.statistic", "chelp.statistic.alldates")
<br/>$r.translate("chelp.statistic_orgtype.text")<br/><br/>
$r.translateWithPackage("org.olat.course.statistic", "chelp.statistic.alldates")
<br/>$r.translate("chelp.statistic_studybranch3.text")<br/><br/>
$r.translateWithPackage("org.olat.course.statistic", "chelp.statistic.alldates")
<br/>$r.translate("chelp.statistic_studylevel.text")<br/><br/>
$r.translateWithPackage("org.olat.course.statistic", "chelp.statistic.alldates")
......@@ -50,7 +50,6 @@ public class CoachAdminController extends FormBasicController {
@Override
protected void initForm(FormItemContainer formLayout, Controller listener, UserRequest ureq) {
setFormTitle("coaching.title");
setFormContextHelp(CoachAdminController.class.getPackage().getName(), "coaching.html", "help.hover.coaching");
boolean restEnabled = coachingModule.isEnabled();
String[] values = new String[] { translate("coaching.on") };
......
<p>
$r.translate("chelp.coaching.intro")
</p>
\ No newline at end of file
#Mon Mar 02 09:54:03 CET 2009
chelp.coaching.intro=Coaching help introduction
chelp.coaching.title=Coaching help title
coaching.enabled=Coaching Zugang
coaching.on=ein
coaching.title=Coaching title
......
#Wed Dec 17 15:24:45 CET 2014
chelp.coaching.intro=If you are coaching a learning group or a course and your course creates an efficiency statement triggered by assessment data, the coaching tool will appear in the top navigation. The coaching tool grants a course comprehensive view to learners assessment status. \r\n<br/>Use the navigation in the menu to examine the learning stats of individual users, groups or even entire courses. A progress bare indicates if a user, group or course met all the required assessments or if something is missing of users did not pass the assessments. In the list view, use the column ordering to sort by users which needs the most attention. \r\n<br />Once in the user view you can use the arrow navigation to cycle through your users to simplify navigation. In the users detail view you will see the users efficiency statement as it is also seen by the user. Switch to the assessment tool view to adjust the users score or to leave him a comment.
chelp.coaching.title=Coaching tool
coaching.enabled=Coaching enable
coaching.on=on
coaching.title=Coaching title
......
#Thu Sep 03 11:24:42 CEST 2015
chelp.coaching.intro=Aide \u00E0 l'outil de coaching
chelp.coaching.title=Aide de l'outil de coaching
#Fri Oct 23 09:09:56 CEST 2015
coaching.enabled=Acc\u00E8s coaching
coaching.on=on
coaching.title=Coaching
......
#Thu Sep 03 11:24:42 CEST 2015
chelp.coaching.intro=Se voc\u00EA est\u00E1 treinando um grupo de estudo ou um curso, e o mesmo possui um comprovante de conclus\u00E3o, a ferramenta de Coaching ir\u00E1 aparecer na barra de navega\u00E7\u00E3o superior. A ferramenta de Coaching concede uma vis\u00E3o abrangente da situa\u00E7\u00E3o dos alunos nos cursos.\r\n<br/>Use a navega\u00E7\u00E3o no menu para examinar informa\u00E7\u00F5es sobre a aprendizagem dos usu\u00E1rios\: individualmente, por grupos ou por cursos. A barra de progresso indica se um usu\u00E1rio, grupo ou curso cumpriu todas as avalia\u00E7\u00F5es exigidas ou se algo est\u00E1 faltando e os usu\u00E1rios n\u00E3o passaram nas avalia\u00E7\u00F5es. Na vis\u00E3o de lista, use a ordem das colunas para ordenar por usu\u00E1rios que precisam de mais aten\u00E7\u00E3o.\r\n<br />Uma vez na vis\u00E3o por usu\u00E1rio voc\u00EA pode usar a seta de navega\u00E7\u00E3o para percorrer os seus usu\u00E1rios e simplificar a navega\u00E7\u00E3o. Na vista de detalhes de usu\u00E1rios voc\u00EA vai ver os comprovantes de conclus\u00E3o deles, como eles mesmos v\u00EAem. Alterne para a exibi\u00E7\u00E3o de ferramenta de avalia\u00E7\u00E3o para ajustar a pontua\u00E7\u00E3o usu\u00E1rios ou para deixar-lhe um coment\u00E1rio.
chelp.coaching.title=Ferramenta Coaching
coaching.enabled=Coaching ativo
coaching.on=Ativo
coaching.title=T\u00EDtulo do Treinador
......
<p>
$r.translate("chelp.vitero1")
<br />
<a href="http://www.vitero.de" target="_blank"><i class="o_icon o_icon_link_extern"> </i> http://www.vitero.de</a>
</p>
<p>
$r.translate("chelp.module1")
</p>
<p>
$r.translate("chelp.module2")
</p>
<p>
$r.translate("chelp.module3")
</p>
<p>
$r.translate("chelp.module4")
</p>
<p class="o_note">
$r.translate("chelp.module5")
</p>
<fieldset>
<legend>$r.translate("portfolio.title")</legend>
$r.contextHelpWithWrapper("Module: ePortfolio")
<legend>$r.translate("portfolio.title") $r.contextHelpWithWrapper("Module: ePortfolio")</legend>
<p>$r.translate("portfolio.intro")</p>
$r.render("flc_module")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment