Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve english messages #210

Merged
merged 1 commit into from
Mar 22, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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