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 18, 2015
1 parent
773e2a5
commit 5e632d5
Showing
25 changed files
with
69 additions
and
47 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
.../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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name=Name | ||
name=Name | ||
lastName=Last Name | ||
basicinfo=Basic Informations | ||
age=Age | ||
|
2 changes: 1 addition & 1 deletion
2
...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 |
---|---|---|
@@ -1 +1 @@ | ||
editMe=Edit Me | ||
editMe=Edit Me |
2 changes: 1 addition & 1 deletion
2
...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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
addPerson=Add Person | ||
addPerson=Add Person | ||
updateList=Update List | ||
editPerson=Edit Person | ||
id=Id | ||
|
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
2 changes: 1 addition & 1 deletion
2
...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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
connectionError=Connection error {0} | ||
connectionError=Connection error {0} | ||
id=Id | ||
name=Name | ||
lastName=Last Name | ||
|
2 changes: 1 addition & 1 deletion
2
...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 |
---|---|---|
@@ -1 +1 @@ | ||
text=This is a panel | ||
text=This is a panel |
2 changes: 1 addition & 1 deletion
2
...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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
title=Simple View Container | ||
title=Simple View Container | ||
nextView=Next View | ||
previousView=Previous View |
2 changes: 1 addition & 1 deletion
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
title=Sample View 1 | ||
title=Sample View 1 | ||
labelTextView=This is a simple view loaded by a Simple View Container |
2 changes: 1 addition & 1 deletion
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
title=Sample View 2 | ||
title=Sample View 2 | ||
labelTextView=This is a simple view loaded by a Simple View Container |
2 changes: 1 addition & 1 deletion
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
title=Sample View 3 | ||
title=Sample View 3 | ||
labelTextView=This is a simple view loaded by a Simple View Container |
2 changes: 1 addition & 1 deletion
2
.../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
2 changes: 1 addition & 1 deletion
2
...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 |
---|---|---|
@@ -1 +1 @@ | ||
title=New View | ||
title=New View |
2 changes: 1 addition & 1 deletion
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
title=View 1 | ||
title=View 1 | ||
labelText=Simple View loaded by a Tab View Container (Declarative) |
2 changes: 1 addition & 1 deletion
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
title=View 2 | ||
title=View 2 | ||
labelText=This is a Simple View loaded by a Tab View Container (via Ccntroller) |
2 changes: 1 addition & 1 deletion
2
...uxframework/crossdeviceshowcase/client/util/messages/DescriptionMessages_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
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
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
5 changes: 5 additions & 0 deletions
5
...ces/org/cruxframework/crossdeviceshowcase/client/resource/large/sideMenuDisposalLarge.css
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
8 changes: 7 additions & 1 deletion
8
...rces/org/cruxframework/crossdeviceshowcase/client/resource/large/topmenudisposalLarge.css
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
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
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
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
2 changes: 1 addition & 1 deletion
2
...java/org/cruxframework/showcasecore/client/resource/ShowcaseCoreMessages_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
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
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