1<?php 2/** 3 * @author Michael Braun <michael-dev@fami-braun.de> 4 */ 5 6 7$lang['etherpadlite_url'] = "Url of etherpad lite"; 8$lang['etherpadlite_apikey'] = "APIKEY of etherpad lite"; 9$lang['etherpadlite_group'] = "Alias of etherpad lite group"; 10$lang['etherpadlite_domain'] = "shared cookie-domain for etherpad lite"; 11$lang['etherpadlite_urlargs'] = "Url query string of etherpad lite for iframe"; 12