<?php
/**
 * English language file for bpmnioeditor plugin
 *
 * @author peterfromearth
 */

//php translations
$lang['toolbar_name'] = 'BPMN';


//javascript diagram translations
$lang['js']['error_loading_bpmn'] = 'Could not load bpmn content';
$lang['js']['error_saving_bpmn'] = 'Could not save file.';
$lang['js']['error_changing_bpmn'] = 'Could not load changes';
$lang['js']['bpmn_successfully_saved'] = 'Your data have been saved successfully';
$lang['js']['create_bpmn'] = 'Create';
$lang['js']['edit_bpmn'] = 'Edit';
$lang['js']['view_bpmn'] = 'Abort';
$lang['js']['save_bpmn'] = 'Save';
$lang['js']['changes_not_saved'] = 'Changes won\'t be saved';
$lang['js']['follow_link'] = 'Follow link';

//javascript toolbar bpmn translations
$lang['js']['toolbar_name'] = 'BPMN';
$lang['js']['popup_title'] = 'Bpmn-file inclusion/creation:';
$lang['js']['description_text'] = 'To create a new file, enter its name + ".bpmn" to the field.';
$lang['js']['description_text_2'] = 'You can also choose existing files.';

