car-repair-site/src/main/resources/messages.properties

31 lines
674 B
INI

default.title = Car Repair Service
badge.clients = Clients
badge.mechanics = Mechanics
badge.orders = Orders
home.requirements.label = Requirements
client.title = Clients
mechanic.title = Mechanics
firstName.label = First Name
middleName.label = Middle Name
lastName.label = Last Name
phoneNo.label = Phone No
hourlyPayment.label = Hourly Payment
status.label = Status
amount.label = Amount
showStatistics.button = Statistics
status.scheduled.label = Scheduled
status.done.label = Done
status.accepted.label = Accepted by client
common.create.button = Create
common.delete.button = Delete
common.save.button = Save
common.edit.button = Edit
common.back.button = Back