forked from CruxFramework/crux-samples-showcase
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue CruxFramework#2 - Make Showcase project compatible with Crux 5.4
- Loading branch information
Samuel Cardoso
committed
Dec 16, 2015
1 parent
4e7cbc8
commit 2fc5f2f
Showing
13 changed files
with
65 additions
and
0 deletions.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
.../crossdeviceshowcase/client/controller/samples/datagrid/DataGridMessages_en_US.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
name=Name | ||
lastName=Last Name | ||
basicinfo=Basic Informations | ||
age=Age | ||
profession=Profession | ||
edit=Edit | ||
back=Back | ||
ok=OK | ||
action=Action | ||
editAll=Edit All | ||
commit=Commit | ||
rollback=Rollback |
1 change: 1 addition & 0 deletions
1
...ssdeviceshowcase/client/controller/samples/gwttextbox/GWTTextBoxMessages_en_US.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
editMe=Edit Me |
13 changes: 13 additions & 0 deletions
13
...eviceshowcase/client/controller/samples/offlinedatabase/DatabaseMessages_en_US.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
addPerson=Add Person | ||
updateList=Update List | ||
editPerson=Edit Person | ||
id=Id | ||
name=Name | ||
birthday=Birthday | ||
address=Address | ||
number=Number | ||
save=Save | ||
remove=Remove | ||
saveSuccessfully=Object successfully saved | ||
removeSuccessfully=Object successfully removed | ||
success=Success |
12 changes: 12 additions & 0 deletions
12
...ramework/crossdeviceshowcase/client/controller/samples/rest/RestMessages_en_US.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
connectionError=Connection error {0} | ||
id=Id | ||
name=Name | ||
lastName=Last Name | ||
remove=Remove | ||
save=Save | ||
create=Create | ||
successUpdate=Register successfully updated | ||
successSave=Register successfully saved | ||
successRemove=Register successfully removed | ||
selectPerson=Please, select one person to continue | ||
thisIsASample=This is a sample. There are no real data persisted. |
1 change: 1 addition & 0 deletions
1
...owcase/client/controller/samples/selectablePanel/SelectablePanelMessages_en_US.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
text=This is a panel |
3 changes: 3 additions & 0 deletions
3
...lient/controller/samples/simpleviewcontainer/SimpleViewContainerMessages_en_US.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
title=Simple View Container | ||
nextView=Next View | ||
previousView=Previous View |
2 changes: 2 additions & 0 deletions
2
...viceshowcase/client/controller/samples/simpleviewcontainer/View1Messages_en_US.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
title=Sample View 1 | ||
labelTextView=This is a simple view loaded by a Simple View Container |
2 changes: 2 additions & 0 deletions
2
...viceshowcase/client/controller/samples/simpleviewcontainer/View2Messages_en_US.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
title=Sample View 2 | ||
labelTextView=This is a simple view loaded by a Simple View Container |
2 changes: 2 additions & 0 deletions
2
...viceshowcase/client/controller/samples/simpleviewcontainer/View3Messages_en_US.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
title=Sample View 3 | ||
labelTextView=This is a simple view loaded by a Simple View Container |
12 changes: 12 additions & 0 deletions
12
.../crossdeviceshowcase/client/controller/samples/tabpanel/TabPanelMessages_en_US.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
title=Tab Panel | ||
clickTab1=This tab contains only a button component. | ||
clickTab2=Note that the page 2 is a image, but it could be any other HTML element | ||
clickTab3=Note that this event was triggered by clicking in page 3 | ||
buttonClickMe=Click Me | ||
formName=Name: | ||
formAge=Age: | ||
formAdress=Address: | ||
labelPanel=This is a complete Panel | ||
labelPanelContent=This contains a Panel Component, Labels, Images and Buttons | ||
button1=Button 1 | ||
button2=Button 2 |
1 change: 1 addition & 0 deletions
1
...ceshowcase/client/controller/samples/tabviewcontainer/TabNewViewMessages_en_US.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
title=New View |
2 changes: 2 additions & 0 deletions
2
...viceshowcase/client/controller/samples/tabviewcontainer/TabView1Messages_en_US.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
title=View 1 | ||
labelText=Simple View loaded by a Tab View Container (Declarative) |
2 changes: 2 additions & 0 deletions
2
...viceshowcase/client/controller/samples/tabviewcontainer/TabView2Messages_en_US.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
title=View 2 | ||
labelText=This is a Simple View loaded by a Tab View Container (via Ccntroller) |