1*0a7415d3SAndreas Gohr<?php 2*0a7415d3SAndreas Gohr/** 3*0a7415d3SAndreas Gohr * Options for the translation plugin 4*0a7415d3SAndreas Gohr * 5*0a7415d3SAndreas Gohr * @author Andreas Gohr <andi@splitbrain.org> 6*0a7415d3SAndreas Gohr */ 7*0a7415d3SAndreas Gohr 8*0a7415d3SAndreas Gohr$meta['translations'] = array('string','_pattern' => '/^(|[a-zA-Z\- ,]+)$/'); 9*0a7415d3SAndreas Gohr$meta['translationns'] = array('string','_pattern' => '/^(|[\w:\-]+)$/'); 10*0a7415d3SAndreas Gohr$meta['translateui'] = array('onoff'); 11*0a7415d3SAndreas Gohr$meta['about'] = array('string','_pattern' => '/^(|[\w:\-]+)$/'); 12