victorsempere 9fb2b4d919 BAEL-5575 (#14016)
* BAEL-5575

First commit of the example for the article:
https://drafts.baeldung.com/wp-admin/post.php?post=153774&action=edit

* BAEL-5575

Adjusted pom.xml

* BAEL-5575

Formatted source code

* BAEL-5575

Removed unused import

* BAEL-5575

Renamed UT to follow: https://docs.google.com/document/d/1iIeSPuYFG-jEtB8UbcxQnn2AI3OR2LWlnisNo2NUCL8/edit

* BAEL-5575

Modified pom.xml to define versions in  properties  as stated in:
https://docs.google.com/document/d/1iIeSPuYFG-jEtB8UbcxQnn2AI3OR2LWlnisNo2NUCL8/edit

* BAEL-5575

Changes checking the commands:
* mvn clean install
* mvn clean install -Dgib.enabled=false

* BAEL-5575

Set GB as the base language
2023-05-20 10:05:43 +02:00

20 lines
634 B
INI

history.header.actions=Actions
history.header.date=Date
history.header.name=Name
history.no-data=Without data
history.request.remove-row=Remove row
history.title=Requests History
name-analysis.form.button.analyze=Analyze
name-analysis.form.name=Name
name-analysis.title=Analyze name
result.clear=Borrar
result.column.age-count=Number of persons
result.column.age=Age
result.column.city=City
result.column.gender=Gender
result.column.name=Name
result.error=Error during analysis
result.header.value=Value
result.no-request-performed=Without data
result.title=Name analyzed
web.title=Baeldung - Accessing Session Attributes in Thymeleaf