summaryrefslogtreecommitdiff
path: root/platform/www/lib/plugins/translation/conf/metadata.php
blob: d9c4d22c7477af5eee95a09a1d5bd628646832dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?php
/**
 * Options for the translation plugin
 *
 * @author Andreas Gohr <andi@splitbrain.org>
 */

$meta['translations']  = array('string','_pattern' => '/^(|[a-zA-Z\- ,]+)$/');
$meta['translationns'] = array('string','_pattern' => '/^(|[\w:\-]+)$/');
$meta['skiptrans']     = array('string');
$meta['dropdown']      = array('onoff');
$meta['display']       = array('multicheckbox',
                               '_choices' => array('langcode','name','flag','title','twolines'));
$meta['translateui']   = array('onoff');
$meta['redirectstart'] = array('onoff');
$meta['checkage']      = array('onoff');
$meta['about']         = array('string','_pattern' => '/^(|[\w:\-]+)$/');
$meta['localabout']    = array('onoff');
$meta['copytrans']     = array('onoff');
$meta['show_path']     = array('onoff');