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