Projekt

Obecné

Profil

Stáhnout (1.76 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
first.name.null.error = The first name has to be filled in.
14
last.name.null.error = The last name has to be filled in.
15
token.null.error = The token has to be filled in.
16
email.null.error = The email address has to be filled in.
17
creation.null.error = The creation date has to be filled in.
18
date.null.error = The date has to be filled in.
19
status.null.error = The status has to be filled in.
20
type.null.error = The type has to be filled in.
21
sick.day.null.error = The number of sick days has to be filled in.
22
notification.null.error = The date of a notification has to be filled in.
23
vacation.null.error = The number of overtime hours has to be filled in.
24
role.null.error = The role has to be filled in.
25
database.error = There was a problem with the database.
26
vacation.past.error = You cannot take a vacation in past.
27
vacation.double.error = You cannot take a vacation at the same day.
28
settings.sick.day.lt.taken.error = You cannot set a number of sick day lower than is taken at this moment.
(2-2/4)