xref: /plugin/autotranslation/conf/metadata.php (revision bbe70520dcd3cf7c23d4a37b312b69b9c4aebd37)
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:\-]+)$/');
106c24a175SAndreas Gohr$meta['skiptrans']     = array('string');
111469199dSAndreas Gohr$meta['dropdown']      = array('onoff');
12c730e7ddSAndreas Gohr$meta['display']       = array('multicheckbox',
13c730e7ddSAndreas Gohr                               '_choices' => array('langcode','name','flag','title','twolines'));
140a7415d3SAndreas Gohr$meta['translateui']   = array('onoff');
157053cd66SAndreas Gohr$meta['redirectstart'] = array('onoff');
1684877e9bSAndreas Gohr$meta['checkage']      = array('onoff');
170a7415d3SAndreas Gohr$meta['about']         = array('string','_pattern' => '/^(|[\w:\-]+)$/');
18c9640767STomasz Tomasik$meta['localabout']    = array('onoff');
19*bbe70520SAndreas Gohr$meta['copytrans']     = array('onoff');
2004971eeaSAndreas Gohr
21