diff options
author | Philip Häusler <msquare@notrademark.de> | 2011-09-14 23:05:43 +0200 |
---|---|---|
committer | Philip Häusler <msquare@notrademark.de> | 2011-09-14 23:05:43 +0200 |
commit | 95e9e7b14776e48983c23e02ef80198c5902d458 (patch) | |
tree | e8326a9be884f67f2b78c3bf8387c6bfe887d035 /templates | |
parent | 6a84dadf1ab59688328c46f615cc2c59636b7281 (diff) |
translated user_shifts to german
Diffstat (limited to 'templates')
-rw-r--r-- | templates/user_shifts.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/user_shifts.html b/templates/user_shifts.html index 8d4ed12a..85f38112 100644 --- a/templates/user_shifts.html +++ b/templates/user_shifts.html @@ -1,17 +1,17 @@ <p> - Select room: %room_select% + Raum: %room_select% </p> <p> - Select day: %day_select% + Tag: %day_select% </p> <table> <thead> <tr> <th> - Timeslot + Zeit </th> <th> - Entries + Einträge </th> </tr> </thead> |