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:
parent
3bd5f95ba1
commit
ea253236bb
4 changed files with 248 additions and 234 deletions
|
@ -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 %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue