@@ -55,6 +56,27 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/prompt_password.xml b/app/src/main/res/layout/prompt_password.xml
index d39604d1..eea8413e 100644
--- a/app/src/main/res/layout/prompt_password.xml
+++ b/app/src/main/res/layout/prompt_password.xml
@@ -22,4 +22,14 @@
android:inputType="textPassword" />
+
+
\ No newline at end of file
diff --git a/app/src/main/res/values-es/strings.xml b/app/src/main/res/values-es/strings.xml
index 04176f38..af99e107 100644
--- a/app/src/main/res/values-es/strings.xml
+++ b/app/src/main/res/values-es/strings.xml
@@ -91,7 +91,9 @@
Nueva contraseña para %1$s
Repetir contraseña para %1$s
Contraseña para %1$s
+ [You can also open wallet using fingerprint.\nPlease touch sensor.]
Confirmar Contraseña
+ [Fingerprint not recognized. Try again.]
¡Contraseña incorrecta!
¡El monedero no existe!
¡Esto no es un monedero!
@@ -140,6 +142,19 @@
Crear monedero
Nombre del monedero
Frase de Contraseña
+ [Allow to open wallet using fingerprint]
+ [Fingerprint Authentication
+ With fingerprint authentication enabled, you can view wallet balance and receive funds
+ without entering password.
+ But for additional security, monerujo will still require you to enter password when
+ viewing wallet details or sending funds.
+ Security Warning
+ Finally, monerujo wants to remind you that anyone who can get your fingerprint will be
+ able to peep into your wallet balance.
+ For instance, a malicious user around you can open your wallet when you are asleep.
+ Are you sure to enable this function?
+ ]]>]
Contraseñas no coinciden
Contraseña no puede estar vacía
¡Házme ya un monedero!
diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml
index 0cbc3410..1cce7f6a 100644
--- a/app/src/main/res/values-it/strings.xml
+++ b/app/src/main/res/values-it/strings.xml
@@ -155,7 +155,9 @@
[New Passphrase for %1$s]
[Repeat Passphrase for %1$s]
Password per %1$s
+ [You can also open wallet using fingerprint.\nPlease touch sensor.]
Conferma Password
+ [Fingerprint not recognized. Try again.]
Password errata!
Il portafoglio non esiste!
Questo non è un portafoglio!
@@ -207,6 +209,19 @@
Crea portafoglio
Nome del portafoglio
Passphrase del portafoglio
+ [Allow to open wallet using fingerprint]
+ [Fingerprint Authentication
+ With fingerprint authentication enabled, you can view wallet balance and receive funds
+ without entering password.
+ But for additional security, monerujo will still require you to enter password when
+ viewing wallet details or sending funds.
+ Security Warning
+ Finally, monerujo wants to remind you that anyone who can get your fingerprint will be
+ able to peep into your wallet balance.
+ For instance, a malicious user around you can open your wallet when you are asleep.
+ Are you sure to enable this function?
+ ]]>]
[Passphrases do not match]
[Passphrase may not be empty]
Fammi subito un portafoglio!
diff --git a/app/src/main/res/values-nb/strings.xml b/app/src/main/res/values-nb/strings.xml
index 79ecb73c..7b2e7ebe 100644
--- a/app/src/main/res/values-nb/strings.xml
+++ b/app/src/main/res/values-nb/strings.xml
@@ -153,7 +153,9 @@
[Nytt passord for %1$s]
[Gjenta passord for %1$s]
Passord for %1$s
+ [You can also open wallet using fingerprint.\nPlease touch sensor.]
Bekreft passord
+ [Fingerprint not recognized. Try again.]
Feil passord!
Lommebok eksisterer ikke!
Dette er ikke en lommebok!
@@ -205,6 +207,19 @@
Lag lommebok
Lommeboknavn
Lommebokpassord
+ [Allow to open wallet using fingerprint]
+ [Fingerprint Authentication
+ With fingerprint authentication enabled, you can view wallet balance and receive funds
+ without entering password.
+ But for additional security, monerujo will still require you to enter password when
+ viewing wallet details or sending funds.
+ Security Warning
+ Finally, monerujo wants to remind you that anyone who can get your fingerprint will be
+ able to peep into your wallet balance.
+ For instance, a malicious user around you can open your wallet when you are asleep.
+ Are you sure to enable this function?
+ ]]>]
[Passordene stemmer ikke overens]
[Passord kan ikke være tomt]
Lag meg en lommebok!
diff --git a/app/src/main/res/values-zh-rTW/strings.xml b/app/src/main/res/values-zh-rTW/strings.xml
index 1793bb05..b04945bb 100644
--- a/app/src/main/res/values-zh-rTW/strings.xml
+++ b/app/src/main/res/values-zh-rTW/strings.xml
@@ -155,7 +155,9 @@
為 %1$s 設定新密碼
重複輸入 %1$s 的密碼
%1$s 的密碼
+ 你也可以使用指紋來開啟錢包。\n請輕觸你的指紋感應器。
確認密碼
+ 無法辨識的指紋,請再試一次。
密碼錯誤!
錢包不存在!
這不是錢包!
@@ -207,6 +209,16 @@
建立錢包
錢包名稱
錢包密碼
+ 允許使用指紋開啟錢包
+ 指紋驗證
+ 啟用指紋驗證後,您可以觀看錢包餘額並接收資金,而無需輸入密碼。
+ 但為了提高安全性,monerujo 仍然會要求您在觀看錢包詳細資訊或發送資金時輸入密碼。
+ 安全警告
+ 最後,monerujo 想提醒您,任何可以取得您指紋的人都能夠窺視您的錢包餘額。
+ 例如,您周遭的惡意使用者可以趁您睡著時使用您的指紋開啟錢包。
+ 您確定要啟用本功能嗎?
+ ]]>
密碼不符
密碼不得空白
建立錢包!
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index aac66986..93ea2cb9 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -158,7 +158,9 @@
New Passphrase for %1$s
Repeat Passphrase for %1$s
Password for %1$s
+ You can also open wallet using fingerprint.\nPlease touch sensor.
Confirm Password
+ Fingerprint not recognized. Try again.
Incorrect password!
Wallet does not exist!
This is not a wallet!
@@ -211,6 +213,19 @@
Create Wallet
Wallet Name
Wallet Passphrase
+ Allow to open wallet using fingerprint
+ Fingerprint Authentication
+ With fingerprint authentication enabled, you can view wallet balance and receive funds
+ without entering password.
+ But for additional security, monerujo will still require you to enter password when
+ viewing wallet details or sending funds.
+ Security Warning
+ Finally, monerujo wants to remind you that anyone who can get your fingerprint will be
+ able to peep into your wallet balance.
+ For instance, a malicious user around you can open your wallet when you are asleep.
+ Are you sure to enable this function?
+ ]]>
Passphrases do not match
Passphrase may not be empty
Make me a wallet already!