Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
BZ:1063284 - Translation issues BPMS
Browse files Browse the repository at this point in the history
  • Loading branch information
nmirasch committed Feb 11, 2014
1 parent 9c73ee8 commit 2ee17f7
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 2 deletions.
Expand Up @@ -19,11 +19,11 @@
xmlns:gwt='urn:import:com.google.gwt.user.client.ui'
xmlns:b='urn:import:com.github.gwtbootstrap.client.ui'
xmlns:gb='urn:import:com.github.gwtbootstrap.client.ui'>

<ui:with field="i18n" type="org.guvnor.inbox.client.resources.i18n.InboxConstants"/>

<gwt:VerticalPanel>
<gwt:HorizontalPanel>
<gwt:Button ui:field="refreshButton" text='Refresh'/>
<gwt:Button ui:field="refreshButton" text='{i18n.refresh}'/>
<gwt:ToggleButton ui:field="columnPickerButton"/>
</gwt:HorizontalPanel>
<b:CellTable ui:field="cellTable"/>
Expand Down
Expand Up @@ -37,8 +37,14 @@ public interface InboxConstants
public String name();

public String createdDate();

public String incomingChanges();

public String recentlyOpened();

public String recentlyEdited();

public String refresh();


}
Expand Up @@ -21,3 +21,4 @@ createdDate=Created Date
incomingChanges=Incoming Changes
recentlyOpened=Recently Opened
recentlyEdited=Recently Edited
refresh=Refresh
Expand Up @@ -6,3 +6,4 @@ createdDate=Erstellungsdatum
incomingChanges=Eingehende Änderungen
recentlyOpened=Vor kurzem geöffnet
recentlyEdited=Vor kurzem bearbeitet
refresh=Aktualisieren
Expand Up @@ -6,3 +6,4 @@ createdDate=Fecha de creación\:
incomingChanges=Cambios entrantes
recentlyOpened=Abierto recientemente
recentlyEdited=Modificado recientemente
refresh=Refrescar
Expand Up @@ -6,3 +6,4 @@ createdDate=Date de création\:
incomingChanges=Changements imminents
recentlyOpened=Ouvert récemment
recentlyEdited=Modifié récemment
refresh=Réactualisation
Expand Up @@ -6,3 +6,4 @@ createdDate=作成日
incomingChanges=他の人が編集
recentlyOpened=最近開いたアイテム
recentlyEdited=最近編集したアイテム
refresh=リフレッシュ
Expand Up @@ -6,3 +6,4 @@ createdDate=Data criada\:
incomingChanges=Recebendo Alterações
recentlyOpened=Aberto recentemente
recentlyEdited=Editado recentemente
refresh=Atualizar
Expand Up @@ -6,3 +6,4 @@ createdDate=创建日期\:
incomingChanges=将要进行的修改
recentlyOpened=最近打开
recentlyEdited=最近编辑
refresh=刷新

0 comments on commit 2ee17f7

Please sign in to comment.