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/user_questions.html | |
parent | 8e35c721d7eb8ff7a56badb39bfe2e5cbb21c8ed (diff) |
translated *_question to german
Diffstat (limited to 'templates/user_questions.html')
-rw-r--r-- | templates/user_questions.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/templates/user_questions.html b/templates/user_questions.html index b502422b..4cbe0338 100644 --- a/templates/user_questions.html +++ b/templates/user_questions.html @@ -1,11 +1,11 @@ <p> - Not yet answered questions: + Unbeantwortete Fragen: </p> <table> <thead> <tr> <th> - Question + Frage </th> <th> @@ -18,19 +18,19 @@ </table> <hr/> <p> - Answered questions: + Beantwortete Fragen: </p> <table> <thead> <tr> <th> - Question + Frage </th> <th> - From + Von </th> <th> - Answer + Antwort </th> <th> @@ -43,18 +43,18 @@ </table> <hr/> <p> - Ask an arch angel: + Frage einen Orga: </p> <form action="%link%&action=ask" method="post"> <table> <tr> <td> - Question: + Frage: </td> <td> <textarea name="question"></textarea> </td> </tr> </table> - <input type="submit" name="submit" value="Ask" /> + <input type="submit" name="submit" value="Fragen" /> </form>
\ No newline at end of file |