package geoip; 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 GEOIPCountryLevel ,GEOIPDBUnpacking ; static { try { NLS.load("nl.geoip", Lang.class); } catch(RuntimeException re) { re.printStackTrace(); } } }