1<?php 2/** 3 * English language file for config of ABC plugin 4 * 5 */ 6 7$lang['abcok'] = 'May ABC be embedded?'; 8$lang['displayType'] = 'How to display the output'; 9 $lang['displayType_o_0'] = 'image only'; 10 $lang['displayType_o_1'] = 'image linked to midi'; 11 $lang['displayType_o_2'] = 'image with list of abc, midi, ps/pdf'; 12$lang['displaySource'] = 'Shall the abc source be shown as well?'; 13$lang['displayErrorlog']= 'Shall the error logs be displayed? (only once when saved)'; 14 15$lang['abc2ps'] = 'Where to find abcm2ps (or abc2ps or jcabc2ps or jaabc2ps or yaps)'; 16$lang['abc2midi'] = 'Where to find abc2midi (optional if the output is "image only")'; 17$lang['ps2pdf'] = 'Where to find ps2pdf (optional, only needed if the output is "image with list of abc, midi, ps/pdf" and if a pdf file instead of a ps file shall be generated)'; 18$lang['abc2abc'] = 'Where to find abc2abc (leave blank for disallowing transposition)'; 19$lang['fmt'] = 'Where to find an abcm2ps format file (e.g. "foo.fmt") to format the PS/PDF file (optional)'; 20 21$lang['params4img'] = 'Parameters for abcm2ps when generating the image (optional, for experts only!)'; 22$lang['params4ps'] = 'Parameters for abcm2ps when generating the ps/pdf file (optional, for experts only!)'; 23$lang['mediaNS'] = 'Namespace for ABC files (leave blank for root)'; 24 25