diff options
author | Philip Häusler <msquare@notrademark.de> | 2011-09-14 22:50:16 +0200 |
---|---|---|
committer | Philip Häusler <msquare@notrademark.de> | 2011-09-14 22:50:16 +0200 |
commit | 1342dc49cf1789f9d54cb3c7be327c68f403a0f7 (patch) | |
tree | a2619a351edfa0f5db1a92287be256f1ed36977c /templates/admin_questions.html | |
parent | 8e35c721d7eb8ff7a56badb39bfe2e5cbb21c8ed (diff) |
translated *_question to german
Diffstat (limited to 'templates/admin_questions.html')
-rw-r--r-- | templates/admin_questions.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/templates/admin_questions.html b/templates/admin_questions.html index 0dfb2372..3034a4c0 100644 --- a/templates/admin_questions.html +++ b/templates/admin_questions.html @@ -1,17 +1,17 @@ <p> - Not yet answered questions: + Unbeantwortete Fragen: </p> <table> <thead> <tr> <th> - From + Von </th> <th> - Question + Frage </th> <th> - Answer + Antwort </th> <th> @@ -24,22 +24,22 @@ </table> <hr/> <p> - Answered questions: + Beantwortete Fragen: </p> <table> <thead> <tr> <th> - From + Von </th> <th> - Question + Frage </th> <th> - From + Von </th> <th> - Answer + Antwort </th> <th> |