ymanager/server/src/main/resources/Message_en.properties @ 79e44ca9
1 |
hello=Hello world |
---|---|
2 |
rest.exception.generic=Something happened :( |
3 |
sick.day.count.error = The number of sick days must not be negative! |
4 |
vacation.count.error = The number of hours of an overtime must not be negative! |
5 |
name.length.error = The length of a name must not exceed 45! |
6 |
email.length.error = The length of an email address must not exceed 100! |
7 |
time.order.error = The overtime must not start after or at the same time it ends! |