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:\-]+)$/'); 106d6bf8ddSGerry Weißbach$meta['autodetectnamespace'] = array('onoff'); 116d6bf8ddSGerry Weißbach 126c24a175SAndreas Gohr$meta['skiptrans'] = array('string'); 131469199dSAndreas Gohr$meta['dropdown'] = array('onoff'); 14c730e7ddSAndreas Gohr$meta['display'] = array('multicheckbox', 15c730e7ddSAndreas Gohr '_choices' => array('langcode','name','flag','title','twolines')); 160a7415d3SAndreas Gohr$meta['translateui'] = array('onoff'); 177053cd66SAndreas Gohr$meta['redirectstart'] = array('onoff'); 186d6bf8ddSGerry Weißbach$meta['redirectlocalized'] = array('onoff'); 1984877e9bSAndreas Gohr$meta['checkage'] = array('onoff'); 200a7415d3SAndreas Gohr$meta['about'] = array('string','_pattern' => '/^(|[\w:\-]+)$/'); 21c9640767STomasz Tomasik$meta['localabout'] = array('onoff'); 22bbe70520SAndreas Gohr$meta['copytrans'] = array('onoff'); 23*cd6eddcbSMichael Große$meta['show_path'] = array('onoff'); 24