UIServices.getLocalLevelTextShort = function(localLevel) {
    if(localLevel < LOCALLEVEL_MIN_LOWERMIDDLE) {
        return G.i18n.localLevelTextShort_0;
    } else if(localLevel < LOCALLEVEL_MIN_MIDDLE) {
        return G.i18n.localLevelTextShort_1;