This is an automated email from the ASF dual-hosted git repository.

derjan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/empire-db.git

commit 5e2f1e8ab233c26b4b199321c1a5a9ccc4a99aad
Author: Jan Glaubitz <[email protected]>
AuthorDate: Thu Mar 30 10:34:34 2023 +0200

    empire-db JSF Exmaple
    
    - reworked messages files
---
 .../src/main/resources/lang/messages_de.properties | 38 ++++++++---------
 .../src/main/resources/lang/messages_en.properties | 47 ++++++++++++----------
 2 files changed, 44 insertions(+), 41 deletions(-)

diff --git 
a/empire-db-examples/empire-db-example-jsf2/src/main/resources/lang/messages_de.properties
 
b/empire-db-examples/empire-db-example-jsf2/src/main/resources/lang/messages_de.properties
index 6d05c9c3..01d22510 100644
--- 
a/empire-db-examples/empire-db-example-jsf2/src/main/resources/lang/messages_de.properties
+++ 
b/empire-db-examples/empire-db-example-jsf2/src/main/resources/lang/messages_de.properties
@@ -67,35 +67,35 @@ login_field_password_required=Es muss ein Passwort 
eingegeben werden.
 login_field_language=Sprache
 login_hint=Hinweis: Geben Sie einen beliebigen Benutzernamen und Kennwort an.
 
-employeeSearch_title = Mitarbeitersuche
-employeeSearch_field_employeeId = Mitarbeiter ID
-employeeSearch_field_firstName = Vorname
-employeeSearch_field_lastName = Nachname
-employeeSearch_field_departmentId = Abteilung
-employeeSearch_search = Suchen
+employeeSearch_title=Mitarbeitersuche
+employeeSearch_search=Suche
+employeeSearch_field_employeeId=Mitarbeiter ID
+employeeSearch_field_firstName=Vorname
+employeeSearch_field_lastName=Nachname
+employeeSearch_field_departmentId= Abteilung
 
 employeeList_title=Mitarbeiter�bersicht
 employeeList_create=Neuen Mitarbeiter erstellen
 employeeList_field_employeeId=ID
-employeeList_field_name= Name
+employeeList_field_name=Name
 employeeList_field_gender=Geschlecht
 employeeList_field_dateOfBirth=Geburtsdatum
 employeeList_field_department=Abteilung
 employeeList_search=Suchen
 employeeList_resetSearch=Suche zur�cksetzen
 
-employeeDetail_title = Mitarbeiterdetails
-employeeDetail_tab_basic = Grunddaten
-employeeDetail_tab_extended = Weitere Daten
-employeeDetail_msg_extended = Hier k�nnen weitere Daten angezeigt werden
-employeeDetail_save = Speichern
-employeeDetail_back = Zur�ck
-employeeDetail_delete = L�schen
-employeeDetail_test = Test
-employeeDetail_testMessage = Serialization erfolgreich durchgef�hrt
-employeeDetail_payments = Zahlungen
-
-## Old stuff
+employeeDetail_title=Mitarbeiterdetails
+employeeDetail_tab_basic=Grunddaten
+employeeDetail_tab_extended=Weitere Daten
+employeeDetail_msg_extended=Hier k�nnen weitere Daten angezeigt werden
+employeeDetail_save=Speichern
+employeeDetail_back=Zur�ck
+employeeDetail_delete=L�schen
+employeeDetail_test=Test
+employeeDetail_testMessage=Serialization erfolgreich durchgef�hrt
+employeeDetail_payments=Zahlungen
+
+# Old stuff
 
 #labels
 application.title=Mitarbeiterverwaltung (Empire-db)
diff --git 
a/empire-db-examples/empire-db-example-jsf2/src/main/resources/lang/messages_en.properties
 
b/empire-db-examples/empire-db-example-jsf2/src/main/resources/lang/messages_en.properties
index 4f409a60..a2f949d2 100644
--- 
a/empire-db-examples/empire-db-example-jsf2/src/main/resources/lang/messages_en.properties
+++ 
b/empire-db-examples/empire-db-example-jsf2/src/main/resources/lang/messages_en.properties
@@ -46,11 +46,12 @@ option.employee.active=-
 option.employee.retired=Yes
 
 #application
-application_title = Employee Management Application
-application_todo = To do...
-application_logout = Logout
+application_title=Employee Management Application
+application_todo=To do...
+application_logout=Logout
 
 
+#
 global_list_result_empty=No employee(s) found
 global_status=The status is {0}
 global_valid=valid
@@ -73,26 +74,26 @@ employeeSearch_field_firstName=First name
 employeeSearch_field_lastName=Last name
 employeeSearch_field_departmentId=Department
 
-employeeList_title = Employee List
-employeeList_create = Create employee
-employeeList_field_employeeId = ID
-employeeList_field_name = Name
-employeeList_field_gender = Gender
-employeeList_field_dateOfBirth = Date of Birth
-employeeList_field_department = Department
-employeeList_search = Search
+employeeList_title=Employee List
+employeeList_create=Create employee
+employeeList_field_employeeId=ID
+employeeList_field_name=Name
+employeeList_field_gender=Gender
+employeeList_field_dateOfBirth=Date of Birth
+employeeList_field_department=Department
+employeeList_search= Search
 employeeList_resetSearch=Search reset
 
-employeeDetail_title = Employee Detail
-employeeDetail_tab_basic = Basic data
-employeeDetail_tab_extended = Other data
-employeeDetail_msg_extended = Please display additional information here
-employeeDetail_save = Save
-employeeDetail_back = Back
-employeeDetail_delete = Delete
-employeeDetail_test = Test
-employeeDetail_testMessage = Serialization successful
-employeeDetail_payments = Payments
+employeeDetail_title=Employee Detail
+employeeDetail_tab_basic=Basic data
+employeeDetail_tab_extended=Other data
+employeeDetail_msg_extended=Please display additional information here
+employeeDetail_save=Save
+employeeDetail_back=Back
+employeeDetail_delete=Delete
+employeeDetail_test=Test
+employeeDetail_testMessage=Serialization successful
+employeeDetail_payments=Payments
 
 # Old stuff
 
@@ -106,7 +107,9 @@ label.edit=Edit
 label.employee.edit=Employee details
 label.employee.add=Add employee
 label.department=Department
-label.user.Name=Name
+label.name=Name
+label.gender=Gender
+label.age=Age
 label.user.Pwd=Password
 
 page.label.login=Login

Reply via email to