translateable string

This commit is contained in:
Mario Vavti 2016-12-04 15:10:54 +01:00
parent bb7680dc51
commit 3f6fe4f2be
2 changed files with 2 additions and 1 deletions

View File

@ -149,6 +149,7 @@ class Wiki extends \Zotlabs\Web\Controller {
'$wikiName' => array('wikiName', t('Wiki name')),
'$mimeType' => array('mimeType', t('Content type'), '', '', ['text/markdown' => 'Markdown', 'text/bbcode' => 'BB Code']),
'$name' => t('Name'),
'$type' => t('Type'),
'$lockstate' => $x['lockstate'],
'$acl' => $x['acl'],
'$allow_cid' => $x['allow_cid'],

View File

@ -28,7 +28,7 @@
<table id="wikis-index">
<tr>
<th width="97%">{{$name}}</th>
<th width="1%">Type</th>
<th width="1%">{{$type}}</th>
<th width="1%" class="wikis-index-tool"></th>
{{if $owner}}
<th width="1%"></th>