Add Finnish lang.

This commit is contained in:
AdrineX
2018-06-12 18:07:47 +03:00
parent cd967cc4e3
commit baa833d1fb
3 changed files with 40 additions and 0 deletions
+31
View File
@@ -0,0 +1,31 @@
<html>
<head>
<meta charset="utf-8"/>
<link rel="stylesheet" href="css/app.css" type="text/css" />
</head>
<body>
<div id="container">
<div id="header">
<img id="logo" src="img/fleeca.png"/>
</div>
<div id="welcome-text">
Hei, <br/>
Kiitoksia kun käytät meidän Fleece Bank automaatteja
</div>
<div id="menu">
<div>
<input type="number" id="deposit_amount" tabindex="1" onClick="this.select();"/>
<button id="deposit_btn">Talleta</button>
</div>
<br><br>
<div>
<input type="number" id="withdraw_amount" tabindex="2" onClick="this.select();"/>
<button id="withdraw_btn">Nosta</button>
</div>
</div>
</div>
<script src="nui://game/ui/jquery.js" type="text/javascript"></script>
<script src="scripts/app.js"></script>
</body>
</html>