1<?php
2/**
3 * english language file for bpmnioeditor plugin
4 *
5 * @author peterfromearth
6 */
7
8// keys need to match the config setting name
9$lang['treat_as_pages'] = 'Use BPMN-files with page permissions? (Off for MEDIA-treatment)';
10$lang['allowed_pages'] = 'Pages to use the plugin <br> (Seperated by whitespace)';
11
12
13