xref: /plugin/autotranslation/conf/metadata.php (revision 3c97db4748ab90356a4ed9b622419ba3fc4b172e)
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:\-]+(\s[\w:\-]+)*?)$/');
10$meta['skiptrans']              = array('string');
11$meta['dropdown']               = array('onoff');
12$meta['translateui']            = array('onoff');
13$meta['redirectstart']          = array('onoff');
14$meta['checkage']               = array('onoff');
15$meta['about']                  = array('string','_pattern' => '/^(|[\w:\-]+)$/');
16$meta['redirectlocalized']      = array('onoff');
17