xref: /plugin/autotranslation/conf/metadata.php (revision 6d6bf8dd46614f34939b47f959181f839e97be2a)
10a7415d3SAndreas Gohr<?php
20a7415d3SAndreas Gohr/**
30a7415d3SAndreas Gohr * Options for the translation plugin
40a7415d3SAndreas Gohr *
50a7415d3SAndreas Gohr * @author Andreas Gohr <andi@splitbrain.org>
60a7415d3SAndreas Gohr */
70a7415d3SAndreas Gohr
80a7415d3SAndreas Gohr$meta['translations']           = array('string','_pattern' => '/^(|[a-zA-Z\- ,]+)$/');
90a7415d3SAndreas Gohr$meta['translationns']          = array('string','_pattern' => '/^(|[\w:\-]+)$/');
10*6d6bf8ddSGerry Weißbach$meta['autodetectnamespace']    = array('onoff');
11*6d6bf8ddSGerry Weißbach
126c24a175SAndreas Gohr$meta['skiptrans']              = array('string');
131469199dSAndreas Gohr$meta['dropdown']               = array('onoff');
14c730e7ddSAndreas Gohr$meta['display']                = array('multicheckbox',
15c730e7ddSAndreas Gohr                               '_choices' => array('langcode','name','flag','title','twolines'));
160a7415d3SAndreas Gohr$meta['translateui']            = array('onoff');
177053cd66SAndreas Gohr$meta['redirectstart']          = array('onoff');
18*6d6bf8ddSGerry Weißbach$meta['redirectlocalized']      = array('onoff');
1984877e9bSAndreas Gohr$meta['checkage']               = array('onoff');
200a7415d3SAndreas Gohr$meta['about']                  = array('string','_pattern' => '/^(|[\w:\-]+)$/');
21c9640767STomasz Tomasik$meta['localabout']             = array('onoff');
22bbe70520SAndreas Gohr$meta['copytrans']              = array('onoff');
23