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'],