Skip to content

Commit

Permalink
Merge pull request #210 from shoito/improve-messages
Browse files Browse the repository at this point in the history
Improve english messages
  • Loading branch information
clun committed Mar 22, 2017
2 parents 2c1b2a7 + cdaf330 commit 812ef15
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 16 deletions.
10 changes: 5 additions & 5 deletions ff4j-web/src/main/resources/ff4j-messages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ infos.contact.title=Contact us
# ----------------- #
# - View 404 #
# ----------------- #
404.title=Ah, oups, there is nothing here !
404.subtitle=The page your are looking does not exist anymore.
404.title=Ah, oops, there is nothing here !
404.subtitle=The page you are looking for does not exist anymore.
404.back=Back to home

modal.button.validate=Valid
Expand Down Expand Up @@ -129,8 +129,8 @@ modal.deleteproperty.confirmMessage=Are you sure to delete this property ?
# MODAL COPY FEATURE
#---------------------------
modal.copyproperty.title=Copy a Property
modal.copyproperty.list=Liste des Propriétés
modal.copyproperty.new=Nouveau nom
modal.copyproperty.list=Properties List
modal.copyproperty.new=New name

#---------------------------
# MODAL RENAME PROPERTY
Expand All @@ -156,7 +156,7 @@ modal.createproperty.propertyname=Property name
modal.createproperty.description=Description
modal.createproperty.type=Type
modal.createproperty.value=Value
modal.createproperty.comment=One the property is created you can edit the fixed values
modal.createproperty.comment=Once the property is created you can edit the fixed values

#---------------------------
#-- MODAL UPDATE PROPERTY --
Expand Down
17 changes: 11 additions & 6 deletions ff4j-web/src/main/resources/ff4j-messages_de.properties
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ modal.importxml.desc=Select an XML File with features and properties definitions
modal.createschema.title=Create DB Schema
modal.createschema.message=Do you want to create the schema in the target DB ? If the schema already exists, nothing happen, if there is no need for schema (Redis), nothing happen.


# ----------------- #
# View Properties #
# ----------------- #
Expand Down Expand Up @@ -75,8 +74,8 @@ infos.contact.title=Contact us
# ----------------- #
# - View 404 #
# ----------------- #
404.title=Ah, oups, there is nothing here !
404.subtitle=The page your are looking does not exist anymore.
404.title=Ah, oops, there is nothing here !
404.subtitle=The page you are looking for does not exist anymore.
404.back=Back to home

modal.button.validate=Valid
Expand Down Expand Up @@ -114,6 +113,12 @@ modal.copyfeature.title=Copy a Feature
modal.copyfeature.list=Features list
modal.copyfeature.new=New name

#---------------------------
# MODAL DELETE FEATURE
#---------------------------
modal.deletefeature.title=Delete a Feature
modal.deletefeature.confirmMessage=Are you sure to delete this feature ?

#---------------------------
# MODAL DELETE PROPERTY
#---------------------------
Expand All @@ -124,8 +129,8 @@ modal.deleteproperty.confirmMessage=Are you sure to delete this property ?
# MODAL COPY FEATURE
#---------------------------
modal.copyproperty.title=Copy a Property
modal.copyproperty.list=Liste des Propriétés
modal.copyproperty.new=Nouveau nom
modal.copyproperty.list=Properties List
modal.copyproperty.new=New name

#---------------------------
# MODAL RENAME PROPERTY
Expand All @@ -151,7 +156,7 @@ modal.createproperty.propertyname=Property name
modal.createproperty.description=Description
modal.createproperty.type=Type
modal.createproperty.value=Value
modal.createproperty.comment=One the property is created you can edit the fixed values
modal.createproperty.comment=Once the property is created you can edit the fixed values

#---------------------------
#-- MODAL UPDATE PROPERTY --
Expand Down
10 changes: 5 additions & 5 deletions ff4j-web/src/main/resources/ff4j-messages_en.properties
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ infos.contact.title=Contact us
# ----------------- #
# - View 404 #
# ----------------- #
404.title=Ah, oups, there is nothing here !
404.subtitle=The page your are looking does not exist anymore.
404.title=Ah, oops, there is nothing here !
404.subtitle=The page you are looking for does not exist anymore.
404.back=Back to home

modal.button.validate=Valid
Expand Down Expand Up @@ -129,8 +129,8 @@ modal.copyfeature.new=New name
# MODAL COPY FEATURE
#---------------------------
modal.copyproperty.title=Copy a Property
modal.copyproperty.list=Liste des Propriétés
modal.copyproperty.new=Nouveau nom
modal.copyproperty.list=Properties List
modal.copyproperty.new=New name

#---------------------------
# MODAL RENAME PROPERTY
Expand All @@ -156,7 +156,7 @@ modal.createproperty.propertyname=Property name
modal.createproperty.description=Description
modal.createproperty.type=Type
modal.createproperty.value=Value
modal.createproperty.comment=One the property is created you can edit the fixed values
modal.createproperty.comment=Once the property is created you can edit the fixed values

#---------------------------
#-- MODAL UPDATE PROPERTY --
Expand Down

0 comments on commit 812ef15

Please sign in to comment.