Projekt

Obecné

Profil

Stáhnout (1.25 KB) Statistiky
| Větev: | Tag: | Revize:
1
hello=Hello world
2
rest.exception.generic=Something happened :(
3
negative.sick.day.error = The number of sick days mustn't be negative.
4
negative.vacation.error = The number of a remaining overtime mustn't be negative.
5
available.vacation.error = You cannot take a vacation, not enough remaining hours.
6
available.sick.day.error = You cannot take a sick day. You don't have any available sick days.
7
name.length.error = The length of a name mustn't exceed 45.
8
email.length.error = The length of an email address mustn't exceed 100.
9
time.sick.day.error = A sick day mustn't have a starting or an ending time.
10
time.vacation.error = A vacation has to have a starting and an ending time.
11
time.order.error = The overtime mustn't start after or at the same time it ends.
12
taken.sick.day.count.error = Not enough available sick days.
13
date.null.error = The date has to be filled in.
14
status.null.error = The status has to be filled in.
15
type.null.error = The type has to be filled in.
16
sick.day.null.error = The number of sick days has to be filled in.
17
notification.null.error = The date of a notification has to be filled in.
18
vacation.null.error = The number of overtime hours has to be filled in.
19
role.null.error = The role has to be filled in.
20
database.error = There was a problem with the database.
(2-2/4)