forked from AlphaWallet/alpha-wallet-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request AlphaWallet#3857 from pekkanikander/feature-add-fi…
…nnish-localization Add initial Finnish localisation
- Loading branch information
Showing
11 changed files
with
1,827 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
95 changes: 95 additions & 0 deletions
95
AlphaWallet/Localization/fi.lproj/howDoIGetMyMoneyInfo.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,95 @@ | ||
<!DOCTYPE html> <html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, shrink-to-fit=no"> | ||
<style type="text/css"> | ||
@font-face { | ||
font-family: 'SourceSansPro'; | ||
src: url('tokenscript-resource:///SourceSansPro-Light.otf') format('opentype'); | ||
font-weight: lighter; | ||
} | ||
@font-face { | ||
font-family: 'SourceSansPro'; | ||
src: url('tokenscript-resource:///SourceSansPro-Regular.otf') format('opentype'); | ||
font-weight: normal; | ||
} | ||
@font-face { | ||
font-family: 'SourceSansPro'; | ||
src: url('tokenscript-resource:///SourceSansPro-Semibold.otf') format('opentype'); | ||
font-weight: bolder; | ||
} | ||
@font-face { | ||
font-family: 'SourceSansPro'; | ||
src: url('tokenscript-resource:///SourceSansPro-Bold.otf') format('opentype'); | ||
font-weight: bold; | ||
} | ||
</style> | ||
<style type='text/css'> | ||
|
||
html { | ||
background-color: rgb(84, 193, 227); | ||
} | ||
|
||
body { | ||
background-color: rgb(84, 193, 227); | ||
color: white; | ||
margin-left: 30px; | ||
margin-right: 30px; | ||
} | ||
|
||
h1 { | ||
font-family: 'SourceSansPro'; | ||
font-size: 25px; | ||
font-weight: lighter; | ||
text-align: center; | ||
margin-bottom: 20px; | ||
} | ||
|
||
p { | ||
font-family: 'SourceSansPro'; | ||
font-size: 15px; | ||
font-weight: normal; | ||
text-align: justify; | ||
margin-top: 0; | ||
margin-bottom: 0; | ||
} | ||
|
||
p.centered { | ||
text-align: center; | ||
} | ||
|
||
hr { | ||
border: none; | ||
border-top: 1px solid white; | ||
margin-top: 40px; | ||
margin-bottom: 40px; | ||
} | ||
|
||
.links { | ||
font-family: 'SourceSansPro'; | ||
font-size: 15px; | ||
font-weight: bolder; | ||
margin-top: 40px; | ||
text-align: center; | ||
color: white; | ||
} | ||
|
||
a:link, a:active, a:visited { | ||
color: white; | ||
} | ||
|
||
</style> | ||
</head> | ||
<body> | ||
<h1>How Do I Get My Money</h1> | ||
<h1>How do I convert Ethereum into cash?</h1> | ||
<p>You can convert Ethereum to USD and transfer it to your bank account with the following exchange platforms:</p> | ||
<p class="links"> | ||
<a href="https://www.coinbase.com">www.coinbase.com</a> | ||
<br> | ||
<br> | ||
<a href="https://www.gemini.com">www.gemini.com</a> | ||
</p> | ||
<hr> | ||
</body> | ||
</html> |
89 changes: 89 additions & 0 deletions
89
AlphaWallet/Localization/fi.lproj/howDoITransferETHIntoMyWalletInfo.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,89 @@ | ||
<!DOCTYPE html> <html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, shrink-to-fit=no"> | ||
|
||
<style type="text/css"> | ||
@font-face { | ||
font-family: 'SourceSansPro'; | ||
src: url('tokenscript-resource:///SourceSansPro-Light.otf') format('opentype'); | ||
font-weight: lighter; | ||
} | ||
@font-face { | ||
font-family: 'SourceSansPro'; | ||
src: url('tokenscript-resource:///SourceSansPro-Regular.otf') format('opentype'); | ||
font-weight: normal; | ||
} | ||
@font-face { | ||
font-family: 'SourceSansPro'; | ||
src: url('tokenscript-resource:///SourceSansPro-Semibold.otf') format('opentype'); | ||
font-weight: bolder; | ||
} | ||
@font-face { | ||
font-family: 'SourceSansPro'; | ||
src: url('tokenscript-resource:///SourceSansPro-Bold.otf') format('opentype'); | ||
font-weight: bold; | ||
} | ||
</style> | ||
|
||
<style type='text/css'> | ||
|
||
html { | ||
background-color: rgb(84, 193, 227); | ||
} | ||
|
||
body { | ||
background-color: rgb(84, 193, 227); | ||
color: white; | ||
margin-left: 30px; | ||
margin-right: 30px; | ||
} | ||
|
||
h1 { | ||
font-family: 'SourceSansPro'; | ||
font-size: 25px; | ||
font-weight: lighter; | ||
text-align: center; | ||
margin-bottom: 20px; | ||
} | ||
|
||
p { | ||
font-family: 'SourceSansPro'; | ||
font-size: 15px; | ||
font-weight: normal; | ||
text-align: justify; | ||
margin-top: 0; | ||
margin-bottom: 0; | ||
} | ||
|
||
p.centered { | ||
text-align: center; | ||
} | ||
|
||
hr { | ||
border: none; | ||
border-top: 1px solid white; | ||
margin-top: 40px; | ||
margin-bottom: 40px; | ||
} | ||
|
||
.links { | ||
font-family: 'SourceSansPro'; | ||
font-size: 15px; | ||
font-weight: bolder; | ||
margin-top: 40px; | ||
text-align: center; | ||
color: white; | ||
} | ||
|
||
a:link, a:active, a:visited { | ||
color: white; | ||
} | ||
|
||
</style> | ||
</head> | ||
<body> | ||
<h1>How Do I Transfer ETH Into My Wallet</h1> | ||
<p> Simply present your address as a QR code to the sender or copy and paste the address and send it to them. The sender can scan or copy paste the address and send the amount of ether they desire to you </p> | ||
</body> | ||
</html> |
Oops, something went wrong.