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'); 11*1469199dSAndreas Gohr$meta['dropdown'] = array('onoff'); 120a7415d3SAndreas Gohr$meta['translateui'] = array('onoff'); 137053cd66SAndreas Gohr$meta['redirectstart'] = array('onoff'); 140a7415d3SAndreas Gohr$meta['about'] = array('string','_pattern' => '/^(|[\w:\-]+)$/'); 15