Wrapped missing message in <% gettext %> macro, added it to POT template and english message file and translated it to german.

This commit is contained in:
Tobi Schäfer 2010-06-05 07:24:16 +00:00
parent 3bd5f95ba1
commit ea253236bb
4 changed files with 248 additions and 234 deletions

View file

@ -1,8 +1,10 @@
<% #convert %>
<div class="storyTitle"><% response.title %></div>
<br />
<div>Upload a zipped layout archive created from an Antville 1.1 version to
convert it to an archive working with Antville 1.2.</div>
<div>
<% gettext "Upload a zipped layout archive created with Antville 1.1
to convert it to an archive working with Antville 1.2." %>
</div>
<br />
<form method="post" action="<% response.action %>" enctype="multipart/form-data">
<% layout.upload file %>