Last finnish translations for the day

This commit is contained in:
Savetheinternet
2011-11-23 23:52:38 +11:00
parent 5df15bb904
commit 87c73a41dd
12 changed files with 2117 additions and 5 deletions

View File

@@ -4,7 +4,7 @@
<table style="margin-top:25px;">
<tr>
<th>
Username
{% trans %}Username{% endtrans %}
</th>
<td>
<input type="text" name="username" size="20" maxlength="30" value="{{ username }}">
@@ -12,7 +12,7 @@
</tr>
<tr>
<th>
Password
{% trans %}Password{% endtrans %}
</th>
<td>
<input type="password" name="password" size="20" maxlength="30" value="">
@@ -21,7 +21,7 @@
<tr>
<td></td>
<td>
<input type="submit" name="login" value="Continue" />
<input type="submit" name="login" value="{% trans %}Continue{% endtrans %}" />
</td>
</table>
</form>
</form>