forked from Rookiestyle/ColoredPassword
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ColoredPassword.template.language.xml
44 lines (44 loc) · 1.08 KB
/
ColoredPassword.template.language.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?xml version="1.0" encoding="utf-8"?>
<Translation>
<TranslationVersion>0</TranslationVersion>
<item>
<key>Active</key>
<value>Active</value>
</item>
<item>
<key>LowercaseDifferentColor</key>
<value>Different color for lowercase letters</value>
</item>
<item>
<key>CharDigit</key>
<value>Colors for digits</value>
</item>
<item>
<key>CharSpecial</key>
<value>Colors for special chars</value>
</item>
<item>
<key>Example</key>
<value>Example text / test text</value>
</item>
<item>
<key>Error</key>
<value>Overriding SecureTextBoxEx not possible, wrong basetype: {0}</value>
</item>
<item>
<key>ColorEntryView</key>
<value>Color passwords in entry list</value>
</item>
<item>
<key>ColorEntryViewKeepBackgroundColor</key>
<value>Do NOT adjust background color in entry list</value>
</item>
<item>
<key>SinglePwDisplay</key>
<value>Single click passwort to unhide</value>
</item>
<item>
<key>ColorPwGenDisplay</key>
<value>Color passwords in password generator</value>
</item>
</Translation>