xref: /plugin/autotranslation/conf/metadata.php (revision a4491bec02cd71268b14f2002c535b1cd1b14fae)
1<?php
2/**
3 * Options for the translation plugin
4 *
5 * @author Andreas Gohr <andi@splitbrain.org>
6 */
7
8$meta['translations']           = array('string','_pattern' => '/^(|[a-zA-Z\- ,]+)$/');
9$meta['translationns']          = array('string','_pattern' => '/^(|[\w:\-]+)$/');
10$meta['skiptrans']              = array('string');
11$meta['dropdown']               = array('onoff');
12$meta['display']                = array('multicheckbox',
13                               '_choices' => array('langcode','name','flag','title','twolines'));
14$meta['translateui']            = array('onoff');
15$meta['redirectstart']          = array('onoff');
16$meta['checkage']               = array('onoff');
17$meta['about']                  = array('string','_pattern' => '/^(|[\w:\-]+)$/');
18$meta['localabout']             = array('onoff');
19$meta['copytrans']              = array('onoff');
20$meta['redirectlocalized']      = array('onoff');
21$meta['autodetectnamespace']    = array('onoff');
22