update translations

This commit is contained in:
coderkun 2014-04-04 14:00:31 +02:00
commit 24b226d5d6
3 changed files with 37 additions and 12 deletions

View file

@ -14,7 +14,7 @@
<?php if(is_null($submission)) : ?>
<form method="post" enctype="multipart/form-data">
<input type="file" name="answers" /><br />
Erlaubte Dateiformate:
<?=_('Allowed file types')?>:
<ul>
<?php foreach($mimetypes as &$mimetype) : ?>
<li><?=$mimetype['mimetype']?> (<?=_('max.')?> <?=$numberFormatter->format(round($mimetype['size']/(1024*1024),2))?>MiB)</li>