Start translation to brazilian portuguese

This commit is contained in:
Gustavo Kuklinski
2015-07-05 22:56:01 -03:00
parent ce5c48445f
commit 51f3d94db4
273 changed files with 16240 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{{define "upload"}}<!DOCTYPE html>
<html>
<body>
{{if .Errors}}
<h2>Errors:</h2>
<ol>
{{range .Errors}}
<li>{{.}}</li>
{{end}}
</ol>
{{else}}
File uploaded successfully.<br/>
Note: Refreshing the page will produce a duplicate entry.
{{end}}
</body>
</html>
{{end}}