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['autodetectnamespace'] = array('onoff'); 11 12$meta['skiptrans'] = array('string'); 13$meta['dropdown'] = array('onoff'); 14$meta['display'] = array('multicheckbox', 15 '_choices' => array('langcode','name','flag','title','twolines')); 16$meta['translateui'] = array('onoff'); 17$meta['redirectstart'] = array('onoff'); 18$meta['redirectlocalized'] = array('onoff'); 19$meta['checkage'] = array('onoff'); 20$meta['about'] = array('string','_pattern' => '/^(|[\w:\-]+)$/'); 21$meta['localabout'] = array('onoff'); 22$meta['copytrans'] = array('onoff'); 23$meta['show_path'] = array('onoff'); 24