xref: /plugin/autotranslation/conf/metadata.php (revision 0a7415d3673cb5dd41bdf22b0d3a58fb23c6490e)
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['translateui']   = array('onoff');
11$meta['about']         = array('string','_pattern' => '/^(|[\w:\-]+)$/');
12