xref: /plugin/autotranslation/conf/metadata.php (revision 6c24a175c0444d9775478e429e9c448823418992)
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*6c24a175SAndreas Gohr$meta['skiptrans']     = array('string');
110a7415d3SAndreas Gohr$meta['translateui']   = array('onoff');
120a7415d3SAndreas Gohr$meta['about']         = array('string','_pattern' => '/^(|[\w:\-]+)$/');
13