update translations

This commit is contained in:
coderkun 2014-04-15 16:24:27 +02:00
commit 836094507b
4 changed files with 29 additions and 7 deletions

View file

@ -1,8 +1,8 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: The Legend of Z\n" "Project-Id-Version: The Legend of Z\n"
"POT-Creation-Date: 2014-04-15 00:04+0100\n" "POT-Creation-Date: 2014-04-15 16:13+0100\n"
"PO-Revision-Date: 2014-04-15 00:04+0100\n" "PO-Revision-Date: 2014-04-15 16:13+0100\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: \n" "Language-Team: \n"
"Language: de_DE\n" "Language: de_DE\n"
@ -16,6 +16,14 @@ msgstr ""
"X-Poedit-SearchPath-0: views\n" "X-Poedit-SearchPath-0: views\n"
"X-Poedit-SearchPath-1: questtypes\n" "X-Poedit-SearchPath-1: questtypes\n"
#: questtypes/bossfight/html/quest.tpl:21
#: questtypes/bossfight/html/quest.tpl:31
#: questtypes/bossfight/html/submission.tpl:27
#: questtypes/bossfight/html/submission.tpl:37
msgid "lost"
msgstr "verloren"
#: questtypes/bossfight/html/quest.tpl:54
#: questtypes/choiceinput/html/quest.tpl:14 #: questtypes/choiceinput/html/quest.tpl:14
#: questtypes/crossword/html/quest.tpl:30 #: questtypes/crossword/html/quest.tpl:30
#: questtypes/dragndrop/html/quest.tpl:16 #: questtypes/dragndrop/html/quest.tpl:16
@ -154,7 +162,8 @@ msgstr "Verlorene Quest"
msgid "Total progress" msgid "Total progress"
msgstr "Fortschritt" msgstr "Fortschritt"
#: views/html/characters/character.tpl:20 views/html/users/user.tpl:29 #: views/html/characters/character.tpl:20 views/html/seminarybar/index.tpl:44
#: views/html/users/user.tpl:29
msgid "Level" msgid "Level"
msgstr "Level" msgstr "Level"
@ -163,6 +172,10 @@ msgstr "Level"
msgid "achieved at: %s" msgid "achieved at: %s"
msgstr "erhalten am: %s" msgstr "erhalten am: %s"
#: views/html/characters/character.tpl:97
msgid "Topic progress"
msgstr "Thematischer Fortschritt"
#: views/html/characters/register.tpl:7 #: views/html/characters/register.tpl:7
msgid "Create Character" msgid "Create Character"
msgstr "Charakter erstellen" msgstr "Charakter erstellen"
@ -245,6 +258,10 @@ msgstr "oder"
msgid "register yourself" msgid "register yourself"
msgstr "registriere dich" msgstr "registriere dich"
#: views/html/library/index.tpl:7 views/html/library/topic.tpl:7
msgid "Questtopics"
msgstr "Themen"
#: views/html/menu/index.tpl:2 views/html/users/create.tpl:1 #: views/html/menu/index.tpl:2 views/html/users/create.tpl:1
#: views/html/users/delete.tpl:1 views/html/users/edit.tpl:1 #: views/html/users/delete.tpl:1 views/html/users/edit.tpl:1
#: views/html/users/index.tpl:1 views/html/users/login.tpl:1 #: views/html/users/index.tpl:1 views/html/users/login.tpl:1
@ -343,6 +360,11 @@ msgstr "Dein Charakter „%s“ wurde noch nicht aktiviert"
msgid "Last Quest" msgid "Last Quest"
msgstr "Letzter Speicherpunkt" msgstr "Letzter Speicherpunkt"
#: views/html/seminarybar/index.tpl:48
#, php-format
msgid "Show %s-Profile"
msgstr "%s-Profil anzeigen"
#: views/html/seminarymenu/index.tpl:5 #: views/html/seminarymenu/index.tpl:5
msgid "Library" msgid "Library"
msgstr "Bibliothek" msgstr "Bibliothek"

View file

@ -18,7 +18,7 @@
<?php endforeach ?> <?php endforeach ?>
<?php else : ?> <?php else : ?>
<?=_('verloren')?> <?=_('lost')?>
<?php endif ?> <?php endif ?>
</td> </td>
<td> <td>
@ -28,7 +28,7 @@
<?php endforeach ?> <?php endforeach ?>
<?php else : ?> <?php else : ?>
<?=_('verloren')?> <?=_('lost')?>
<?php endif ?> <?php endif ?>
</td> </td>
</tr> </tr>

View file

@ -24,7 +24,7 @@
<?php endforeach ?> <?php endforeach ?>
<?php else : ?> <?php else : ?>
<?=_('verloren')?> <?=_('lost')?>
<?php endif ?> <?php endif ?>
</td> </td>
<td> <td>
@ -34,7 +34,7 @@
<?php endforeach ?> <?php endforeach ?>
<?php else : ?> <?php else : ?>
<?=_('verloren')?> <?=_('lost')?>
<?php endif ?> <?php endif ?>
</td> </td>
</tr> </tr>