forked from Rookiestyle/LockAssist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLockAssist.template.language.xml
126 lines (118 loc) · 3.38 KB
/
LockAssist.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<?xml version="1.0" encoding="utf-8"?>
<Translation>
<!--
Increment the TranslationVersion every time the translation file is updated
Also update the version.info file
-->
<TranslationVersion>0</TranslationVersion>
<item>
<key>FirstTimeInfo</key>
<value>Quick Unlock offers two operation modes.
Please choose your preferred way of working.</value>
</item>
<item>
<key>OptionsQUMode</key>
<value>Mode:</value>
</item>
<item>
<key>Active</key>
<value>Quick Unlock active</value>
</item>
<item>
<key>KeyProvNoQuickUnlock</key>
<value>No Quick Unlock key found.
Quick Unlock is not possible.</value>
</item>
<item>
<key>OptionsQUReqInfoDB</key>
<value>Prerequsites for mode 'database password':
- Database masterkey contains a password
- Option 'Remember master password' is active
An existing Quick Unlock entry will be used as fallback</value>
</item>
<item>
<key>OptionsQUSettings</key>
<value>Quick Unlock</value>
</item>
<item>
<key>OptionsQUModeEntry</key>
<value>Quick Unlock entry only</value>
</item>
<item>
<key>OptionsQUModeDatabasePW</key>
<value>Database password</value>
</item>
<item>
<key>OptionsQUEntryCreated</key>
<value>Quick Unlock entry created.
Please edit and set Quick Unlock PIN as password</value>
</item>
<item>
<key>OptionsQUSettingsPerDB</key>
<value>Settings are DB specific</value>
</item>
<item>
<key>OptionsSwitchDBToGeneral</key>
<value>Database specific settings switched off.
Click '{0}' to use the global settings for this database.
Click '{1}' to make this database's settings the new global settings.</value>
</item>
<item>
<key>OptionsQUPINLength</key>
<value>PIN length:</value>
</item>
<item>
<key>ButtonUnlock</key>
<value>Unlock</value>
</item>
<item>
<key>UnlockLabel</key>
<value>Quick Unlock PIN:</value>
</item>
<item>
<key>OptionsQUEntryCreate</key>
<value>Quick Unlock entry could not be found.
Create it now?</value>
</item>
<item>
<key>KeyProvNoCreate</key>
<value>This key provider cannot be used to create keys.</value>
</item>
<item>
<key>OptionsQUInfoRememberPassword</key>
<value>'Remember master password' needs to be active in Options -> Security.
Please don't forget to activate this setting.</value>
</item>
<item>
<key>OptionsQUUseLast</key>
<value>Use last {0} characters as PIN</value>
</item>
<item>
<key>OptionsQUUseFirst</key>
<value>Use first {0} characters as PIN</value>
</item>
<item>
<key>WrongPIN</key>
<value>The entered PIN was not correct.
The database stays locked and can only be unlocked with the original masterkey</value>
</item>
<item>
<key>Hours</key>
<value>Hours</value>
</item>
<item>
<key>Minutes</key>
<value>Minutes</value>
</item>
<item>
<key>OptionsLockWorkspace</key>
<value>Global '{0} / {1}'</value>
</item>
<item>
<key>OptionsLockWorkspaceDesc</key>
<value>This option changes the behaviour of '{0} / {1}' for both the menu entry as well as the toolbar button.
If it's active ALL loaded databases are locked / unlocked by using these commands.
In this case it depends on the active document's state whether a global lock or global unlock is performed.
If the [Shift] key is pressed while using these commands only the active document is processed.</value>
</item>
</Translation>