1<?php
2/**
3 * English language file for bpmnioeditor plugin
4 *
5 * @author peterfromearth
6 */
7
8//php translations
9$lang['toolbar_name'] = 'BPMN';
10
11
12//javascript diagram translations
13$lang['js']['error_loading_bpmn'] = 'Could not load bpmn content';
14$lang['js']['error_saving_bpmn'] = 'Could not save file.';
15$lang['js']['error_changing_bpmn'] = 'Could not load changes';
16$lang['js']['bpmn_successfully_saved'] = 'Your data have been saved successfully';
17$lang['js']['create_bpmn'] = 'Create';
18$lang['js']['edit_bpmn'] = 'Edit';
19$lang['js']['view_bpmn'] = 'Abort';
20$lang['js']['save_bpmn'] = 'Save';
21$lang['js']['changes_not_saved'] = 'Changes won\'t be saved';
22$lang['js']['follow_link'] = 'Follow link';
23
24//javascript toolbar bpmn translations
25$lang['js']['toolbar_name'] = 'BPMN';
26$lang['js']['popup_title'] = 'Bpmn-file inclusion/creation:';
27$lang['js']['description_text'] = 'To create a new file, enter its name + ".bpmn" to the field.';
28$lang['js']['description_text_2'] = 'You can also choose existing files.';
29
30