Skip to content

Commit

Permalink
Issue CruxFramework#2 - Make Showcase project compatible with Crux 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Cardoso committed Dec 16, 2015
1 parent 4e7cbc8 commit 2fc5f2f
Show file tree
Hide file tree
Showing 13 changed files with 65 additions and 0 deletions.
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
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
editMe=Edit Me
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
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.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
text=This is a panel
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
title=Simple View Container
nextView=Next View
previousView=Previous View
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
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
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
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
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
title=New View
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)
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)

0 comments on commit 2fc5f2f

Please sign in to comment.