diff --git a/kie-drools-wb/kie-drools-wb-webapp/src/main/java/org/kie/workbench/drools/client/navbar/ComplementNavAreaView.ui.xml b/kie-drools-wb/kie-drools-wb-webapp/src/main/java/org/kie/workbench/drools/client/navbar/ComplementNavAreaView.ui.xml index 69730d0908..150b387211 100644 --- a/kie-drools-wb/kie-drools-wb-webapp/src/main/java/org/kie/workbench/drools/client/navbar/ComplementNavAreaView.ui.xml +++ b/kie-drools-wb/kie-drools-wb-webapp/src/main/java/org/kie/workbench/drools/client/navbar/ComplementNavAreaView.ui.xml @@ -20,6 +20,7 @@ xmlns:b="urn:import:com.github.gwtbootstrap.client.ui"> + .contextArea { @@ -51,7 +52,7 @@ - + diff --git a/kie-drools-wb/kie-drools-wb-webapp/src/main/java/org/kie/workbench/drools/client/resources/i18n/AppConstants.java b/kie-drools-wb/kie-drools-wb-webapp/src/main/java/org/kie/workbench/drools/client/resources/i18n/AppConstants.java index 80738d7fb4..313a48a5d7 100644 --- a/kie-drools-wb/kie-drools-wb-webapp/src/main/java/org/kie/workbench/drools/client/resources/i18n/AppConstants.java +++ b/kie-drools-wb/kie-drools-wb-webapp/src/main/java/org/kie/workbench/drools/client/resources/i18n/AppConstants.java @@ -99,4 +99,12 @@ public interface AppConstants String MenuManageOrganizationalUnits(); String Repository(); + + String UserName(); + + String Password(); + + String SignIn(); + + String LoginTitle(); } diff --git a/kie-drools-wb/kie-drools-wb-webapp/src/main/resources/org/kie/workbench/common/screens/home/client/resources/i18n/HomeConstants.properties b/kie-drools-wb/kie-drools-wb-webapp/src/main/resources/org/kie/workbench/common/screens/home/client/resources/i18n/HomeConstants.properties new file mode 100644 index 0000000000..ba7cff5b98 --- /dev/null +++ b/kie-drools-wb/kie-drools-wb-webapp/src/main/resources/org/kie/workbench/common/screens/home/client/resources/i18n/HomeConstants.properties @@ -0,0 +1,23 @@ +homePerspectiveName=Home +homeName=Home +home_title =Welcome to JBoss BRMS 6 +home_subtitle = The Red Hat platform for building Real-Time Business Rules.
One place to model, deploy, and execute Rules. +authoring_header=Model +analyze_header=Analyze +deploy_header=Deploy +authoring_paragraph=Create Projects and Model Business Assets. +analyze_paragraph=Test and Analyze Business Rules +deploy_paragraph=Create and Manage Deployments. +authoring_image=images/home/01_Model_Graphic.png +analyze_image=images/home/06_Analyze_Graphic.png +deploy_image=images/home/02_Deploy_Graphic.png + +process_Management_header=Manage Processes +tasks_header=Manage Tasks +dashboards_header=Monitor +process_Management_paragraph=View and Manage Process States. +tasks_paragraph=View and Take Actions on Assigned Tasks. +dashboards_paragraph=Monitor Business Activity and Track KPIs. +process_Management_image=images/home/03_ManageProcesses_Graphic.png +tasks_image=images/home/04_ManageTasks_Graphic.png +dashboards_image=images/home/05_Monitor_Graphic.png diff --git a/kie-drools-wb/kie-drools-wb-webapp/src/main/resources/org/kie/workbench/drools/client/resources/i18n/AppConstants.properties b/kie-drools-wb/kie-drools-wb-webapp/src/main/resources/org/kie/workbench/drools/client/resources/i18n/AppConstants.properties index 57bd903f90..f32e1db403 100644 --- a/kie-drools-wb/kie-drools-wb-webapp/src/main/resources/org/kie/workbench/drools/client/resources/i18n/AppConstants.properties +++ b/kie-drools-wb/kie-drools-wb-webapp/src/main/resources/org/kie/workbench/drools/client/resources/i18n/AppConstants.properties @@ -31,3 +31,7 @@ LogOut=Log Out MenuOrganizationalUnits=Organizational Units MenuManageOrganizationalUnits=Manage Organizational Units Repository=Repository +UserName=Username +Password=Password +SignIn=Sing In +LoginTitle=JBoss BRMS Suite 6 diff --git a/kie-drools-wb/kie-drools-wb-webapp/src/main/resources/org/kie/workbench/drools/client/resources/i18n/AppConstants_de.properties b/kie-drools-wb/kie-drools-wb-webapp/src/main/resources/org/kie/workbench/drools/client/resources/i18n/AppConstants_de.properties index 70a2cb9d31..e13f75f16f 100644 --- a/kie-drools-wb/kie-drools-wb-webapp/src/main/resources/org/kie/workbench/drools/client/resources/i18n/AppConstants_de.properties +++ b/kie-drools-wb/kie-drools-wb-webapp/src/main/resources/org/kie/workbench/drools/client/resources/i18n/AppConstants_de.properties @@ -31,3 +31,7 @@ LogOut=Abmelden MenuOrganizationalUnits=Organisationseinheiten MenuManageOrganizationalUnits=Organisationseinheiten verwalten Repository=Repository +UserName=Benutzername +Password=Passwort +SignIn=Anmeldung +LoginTitle=JBoss BRMS Suite 6 diff --git a/kie-drools-wb/kie-drools-wb-webapp/src/main/resources/org/kie/workbench/drools/client/resources/i18n/AppConstants_es.properties b/kie-drools-wb/kie-drools-wb-webapp/src/main/resources/org/kie/workbench/drools/client/resources/i18n/AppConstants_es.properties index 9750e435f7..308408bc02 100644 --- a/kie-drools-wb/kie-drools-wb-webapp/src/main/resources/org/kie/workbench/drools/client/resources/i18n/AppConstants_es.properties +++ b/kie-drools-wb/kie-drools-wb-webapp/src/main/resources/org/kie/workbench/drools/client/resources/i18n/AppConstants_es.properties @@ -7,7 +7,7 @@ artifactRepository=Repositorio de artefactos logout=Terminar sesión newItem=Nuevo objeto find=Buscar -search=Búsqueda +search=Buscar... missingDefaultPerspective=No se encontró la perspectiva predeterminada. explore=Explorar files=Archivos @@ -31,3 +31,7 @@ LogOut=Salir MenuOrganizationalUnits=Unidades organizativas MenuManageOrganizationalUnits=Administrar unidades organizativas Repository=Repositorio +UserName=Usuario +Password=Contrase\u00f1a +SignIn=Inicio de sesi\u00f3n +LoginTitle=JBoss BRMS Suite 6 diff --git a/kie-drools-wb/kie-drools-wb-webapp/src/main/resources/org/kie/workbench/drools/client/resources/i18n/AppConstants_fr.properties b/kie-drools-wb/kie-drools-wb-webapp/src/main/resources/org/kie/workbench/drools/client/resources/i18n/AppConstants_fr.properties index 838b961ce3..2fc03f88f2 100644 --- a/kie-drools-wb/kie-drools-wb-webapp/src/main/resources/org/kie/workbench/drools/client/resources/i18n/AppConstants_fr.properties +++ b/kie-drools-wb/kie-drools-wb-webapp/src/main/resources/org/kie/workbench/drools/client/resources/i18n/AppConstants_fr.properties @@ -53,3 +53,7 @@ LogOut=Déconnexion MenuOrganizationalUnits=Unités organisationnelles MenuManageOrganizationalUnits=Gérer les unités organisationnelles Repository=Référentiel +UserName=Utilisateur +Password=Mot de passe +SignIn=Connexion +LoginTitle=JBoss BRMS Suite 6 diff --git a/kie-drools-wb/kie-drools-wb-webapp/src/main/resources/org/kie/workbench/drools/client/resources/i18n/AppConstants_ja.properties b/kie-drools-wb/kie-drools-wb-webapp/src/main/resources/org/kie/workbench/drools/client/resources/i18n/AppConstants_ja.properties index cb31103f86..0768b76839 100644 --- a/kie-drools-wb/kie-drools-wb-webapp/src/main/resources/org/kie/workbench/drools/client/resources/i18n/AppConstants_ja.properties +++ b/kie-drools-wb/kie-drools-wb-webapp/src/main/resources/org/kie/workbench/drools/client/resources/i18n/AppConstants_ja.properties @@ -31,3 +31,7 @@ LogOut=ログアウト MenuOrganizationalUnits=組織単位 MenuManageOrganizationalUnits=組織単位の管理 Repository=リポジトリー +UserName=\u30e6\u30fc\u30b6\u30fc\u540d +Password=\u30d1\u30b9\u30ef\u30fc\u30c9 +SignIn=\u30ed\u30b0\u30a4\u30f3 +LoginTitle=JBoss BRMS Suite 6 diff --git a/kie-drools-wb/kie-drools-wb-webapp/src/main/resources/org/kie/workbench/drools/client/resources/i18n/AppConstants_pt_BR.properties b/kie-drools-wb/kie-drools-wb-webapp/src/main/resources/org/kie/workbench/drools/client/resources/i18n/AppConstants_pt_BR.properties index 1f9a47b3d3..94039b0253 100644 --- a/kie-drools-wb/kie-drools-wb-webapp/src/main/resources/org/kie/workbench/drools/client/resources/i18n/AppConstants_pt_BR.properties +++ b/kie-drools-wb/kie-drools-wb-webapp/src/main/resources/org/kie/workbench/drools/client/resources/i18n/AppConstants_pt_BR.properties @@ -31,3 +31,7 @@ LogOut=Sair MenuOrganizationalUnits=Unidades Organizacionais MenuManageOrganizationalUnits=Gerenciar Unidades Organizacionais Repository=Repositório +UserName=Username +Password=Senha +SignIn=Logon +LoginTitle=JBoss BRMS Suite 6 diff --git a/kie-drools-wb/kie-drools-wb-webapp/src/main/resources/org/kie/workbench/drools/client/resources/i18n/AppConstants_zh_CN.properties b/kie-drools-wb/kie-drools-wb-webapp/src/main/resources/org/kie/workbench/drools/client/resources/i18n/AppConstants_zh_CN.properties index 6ab35b8bd7..4a910da9d1 100644 --- a/kie-drools-wb/kie-drools-wb-webapp/src/main/resources/org/kie/workbench/drools/client/resources/i18n/AppConstants_zh_CN.properties +++ b/kie-drools-wb/kie-drools-wb-webapp/src/main/resources/org/kie/workbench/drools/client/resources/i18n/AppConstants_zh_CN.properties @@ -63,3 +63,7 @@ MenuOrganizationalUnits=组织单元 MenuManageOrganizationalUnits=管理组织单元 # auto translated by TM merge from project: JON strings, version: jon32strings, DocId: Messages Repository=库 +UserName=\u7528\u6237\u540d +Password=\u5bc6\u7801 +SignIn=\u767b\u5f55 +LoginTitle=JBoss BRMS Suite 6 diff --git a/kie-drools-wb/kie-drools-wb-webapp/src/main/webapp/WEB-INF/lib/taglibs-i18n.jar b/kie-drools-wb/kie-drools-wb-webapp/src/main/webapp/WEB-INF/lib/taglibs-i18n.jar new file mode 100755 index 0000000000..aa1adacfda Binary files /dev/null and b/kie-drools-wb/kie-drools-wb-webapp/src/main/webapp/WEB-INF/lib/taglibs-i18n.jar differ diff --git a/kie-drools-wb/kie-drools-wb-webapp/src/main/webapp/WEB-INF/tlds/i18n.tld b/kie-drools-wb/kie-drools-wb-webapp/src/main/webapp/WEB-INF/tlds/i18n.tld new file mode 100755 index 0000000000..72533ae321 --- /dev/null +++ b/kie-drools-wb/kie-drools-wb-webapp/src/main/webapp/WEB-INF/tlds/i18n.tld @@ -0,0 +1,423 @@ + + + + + + + + + + + 1.0 + 1.1 + i18n + http://jakarta.apache.org/taglibs/i18n-1.0 + +The i18n custom tag library contains tags that help manage the complexity of creating internationalized web applications. These tags provide similar (though not identical) functionality to the internationalization available in the struts framework, but do not require adopting the entire struts framework. + +"i18n" is a common abbreviation for internationalization, because there are 18 +letters between the first "i" and the last "n". + +For more information on internationalization with Java, the java.sun.com site +contains a good +tutorial written by Dale Green. + + + bundle + org.apache.taglibs.i18n.BundleTag + org.apache.taglibs.i18n.BundleTEI + JSP + + id + false + true + + + baseName + true + true + + + changeResponseLocale + false + false + + + scope + false + false + + + locale + false + true + + + localeAttribute + false + true + + + localeRef + false + true + + + debug + false + true + + + + message + org.apache.taglibs.i18n.MessageTag + org.apache.taglibs.i18n.MessageTEI + JSP + + id + false + true + + + key + true + true + + + args + false + true + + + bundle + false + true + + + bundleRef + false + true + + + debug + false + true + + + + messageArg + org.apache.taglibs.i18n.MessageArgumentTag + empty + + value + true + true + + + + ifdef + org.apache.taglibs.i18n.IfdefTag + JSP + + key + true + true + + + bundle + false + true + + + bundleRef + false + true + + + + ifndef + org.apache.taglibs.i18n.IfndefTag + JSP + + key + true + true + + + bundle + false + true + + + bundleRef + false + true + + + + locale + org.apache.taglibs.i18n.LocaleTag + org.apache.taglibs.i18n.LocaleTEI + JSP + + id + false + true + + + locale + false + true + + + localeRef + false + true + + + language + false + true + + + country + false + true + + + variant + false + true + + + + formatString + org.apache.taglibs.i18n.FormatStringTag + org.apache.taglibs.i18n.FormatStringTEI + JSP + + id + false + true + + + value + true + true + + + defaultText + false + true + + + + formatNumber + org.apache.taglibs.i18n.FormatNumberTag + org.apache.taglibs.i18n.FormatNumberTEI + JSP + + id + false + true + + + value + true + true + + + pattern + false + true + + + locale + false + true + + + defaultText + false + true + + + + formatCurrency + org.apache.taglibs.i18n.FormatCurrencyTag + org.apache.taglibs.i18n.FormatCurrencyTEI + JSP + + id + false + true + + + value + true + true + + + locale + false + true + + + defaultText + false + true + + + + formatPercent + org.apache.taglibs.i18n.FormatPercentTag + org.apache.taglibs.i18n.FormatPercentTEI + JSP + + id + false + true + + + value + true + true + + + locale + false + true + + + defaultText + false + true + + + + formatDateTime + org.apache.taglibs.i18n.FormatDateTimeTag + org.apache.taglibs.i18n.FormatDateTimeTEI + JSP + + id + false + true + + + value + false + true + + + locale + false + true + + + dateStyle + false + true + + + timeStyle + false + true + + + defaultText + false + true + + + + formatDate + org.apache.taglibs.i18n.FormatDateTag + org.apache.taglibs.i18n.FormatDateTEI + JSP + + id + false + true + + + value + false + true + + + locale + false + true + + + pattern + false + true + + + style + false + true + + + defaultText + false + true + + + + formatTime + org.apache.taglibs.i18n.FormatTimeTag + org.apache.taglibs.i18n.FormatTimeTEI + JSP + + id + false + true + + + value + false + true + + + locale + false + true + + + style + false + true + + + defaultText + false + true + + + + + + + + + + diff --git a/kie-drools-wb/kie-drools-wb-webapp/src/main/webapp/login.jsp b/kie-drools-wb/kie-drools-wb-webapp/src/main/webapp/login.jsp index 0f4dad3327..e0908819b1 100644 --- a/kie-drools-wb/kie-drools-wb-webapp/src/main/webapp/login.jsp +++ b/kie-drools-wb/kie-drools-wb-webapp/src/main/webapp/login.jsp @@ -1,8 +1,11 @@ <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> +<%@ taglib uri="http://jakarta.apache.org/taglibs/i18n-1.0" prefix="i18n" %> + - jBPM Console NG + <i18n:message key="LoginTitle">jBPM Console NG</i18n:message>