From 947e41105b3fdfb7ce9734fb25119c46695f7bba Mon Sep 17 00:00:00 2001 From: glowinthedark <48893368+glowinthedark@users.noreply.github.com> Date: Sat, 29 Feb 2020 21:46:31 +0100 Subject: Add xkpasswd-style password generator (#633) Signed-off-by: Harsh Shandilya --- app/src/main/res/values/strings.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'app/src/main/res/values/strings.xml') diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index ae8ec622..b244a877 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -190,6 +190,25 @@ No characters included Length too short for selected criteria + + Xkpasswd Generator + Total words + Separator + Custom wordlist: %1$s + separator character + numbers: + symbols: + Selected dictionary does not contain enough words of given length %1$d..%2$d + + + Password generator type + Custom wordlist + Using custom wordlist file + Using built-in wordlist + Custom worldlist file + Tap to pick a custom wordlist file containing one word per line + + Length Passphrase @@ -285,4 +304,6 @@ Open search bar when app is launched Always search from root Search from root of store regardless of currently open directory + Password Generator + -- cgit v1.2.3