package eu.jucy.notepad; import helpers.NLS; /** * This is a automatically generated file! DO NOT CHANGE!! * see eu.jucy.releng.languages -> CreateLangFile for more details */ public class Lang { public static String NPBundle_Name ,NPNotepadInput ,NPNrOfNotepads ,NPcommand_description ,NPcommand_name ; static { try { NLS.load("nl.notepad", Lang.class); } catch(RuntimeException re) { re.printStackTrace(); } } }