/** * Copyright (C) 2012 BonitaSoft S.A. * BonitaSoft, 32 rue Gustave Eiffel - 38000 Grenoble * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General private License as published by * the Free Software Foundation, either version 2.0 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General protected License for more details. * * You should have received a copy of the GNU General protected License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ package org.bonitasoft.console.common.server; import static org.bonitasoft.web.toolkit.client.common.i18n.AbstractI18n._; /** * @author Paul AMAR * * Used only to generate .po files */ public class ProfileEntriesI18N { // ///////////////////////////////////////// // // USER // ///////////////////////////////////////// protected static final String CASES = _("Cases"); protected static final String PROCESSES = _("Processes"); protected static final String TASKS = _("Tasks"); // ///////////////////////////////////////// // // ADMIN // ///////////////////////////////////////// protected static final String DIRECTORY = _("Organization"); protected static final String USERS = _("Users"); protected static final String GROUPS = _("Groups"); protected static final String ROLES = _("Roles"); protected static final String ORGANIZATION = _("Organization"); protected static final String PROCESS_MANAGEMENT = _("Process management"); protected static final String CONFIGURATION = _("Configuration"); protected static final String USER_RIGHTS = _("Profiles"); protected static final String ANALYTICS = _("Analytics"); protected static final String REPORTS = _("Reports"); protected static final String PORTAL = _("Portal"); }