-
-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathKeePassOTP.template.language.xml
377 lines (366 loc) · 9.98 KB
/
KeePassOTP.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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
<?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>OTPCopyTrayNoEntries</key>
<value>KPOTP - No entries available</value>
</item>
<item>
<key>OTPCopyTrayEntries</key>
<value>KPOTP auto-type ([Ctrl] to copy)</value>
</item>
<item>
<key>Empty</key>
<value>N/A Uuid: {0}</value>
</item>
<item>
<key>Group</key>
<value>group: {0}</value>
</item>
<item>
<key>OTPSetup</key>
<value>OTP setup...</value>
</item>
<key>Other2FA</key>
<value>Other 2FA defined</value>
</item>
<item>
<key>OTPCopy</key>
<value>Copy OTP</value>
</item>
<item>
<key>Error</key>
<value>ERROR</value>
</item>
<item>
<key>Title</key>
<value>Title: {0}</value>
</item>
<item>
<key>User</key>
<value>User: {0}</value>
</item>
<item>
<key>SeedSettings</key>
<value>Seed settings</value>
</item>
<item>
<key>Seed</key>
<value>Seed: </value>
</item>
<item>
<key>AdvancedOptions</key>
<value>Use advanced options</value>
</item>
<item>
<key>Format</key>
<value>Format: </value>
</item>
<item>
<key>OTPSettings</key>
<value>OTP settings</value>
</item>
<item>
<key>OTPType</key>
<value>Type:</value>
</item>
<item>
<key>OTPLength</key>
<value>Length:</value>
</item>
<item>
<key>OTPHash</key>
<value>Hash:</value>
</item>
<item>
<key>OTPTimestep</key>
<value>Timestep:</value>
</item>
<item>
<key>OTPCounter</key>
<value>Counter:</value>
</item>
<item>
<key>TimeCorrection</key>
<value>Time correction - not applicable for HOTP</value>
</item>
<item>
<key>URL</key>
<value>URL: </value>
</item>
<item>
<key>TimeDiff</key>
<value>Diff: </value>
</item>
<item>
<key>TimeCorrectionOff</key>
<value>No time correction</value>
</item>
<item>
<key>TimeCorrectionEntry</key>
<value>Use entry's URL</value>
</item>
<item>
<key>TimeCorrectionFixed</key>
<value>Use fixed URL</value>
</item>
<item>
<key>SetupTFA</key>
<value>Setup 2FA</value>
</item>
<item>
<key>TFADefined</key>
<value>2FA defined</value>
</item>
<item>
<key>OTP_OpenDB</key>
<value>Open OTP database - {0}</value>
</item>
<item>
<key>OTP_CreateDB_PWHint</key>
<value>All secrets will be stored in a separate database which will be included within the main database containing the entries as such.
Please provide the masterkey for your OTP secrets in the next form.</value>
</item>
<item>
<key>OTP_CreateDB_Question_Addendum</key>
<value>Click '{0}' to continue or click '{1}' to store OTP secrets within the respective entries.</value>
</item>
<item>
<key>Options_CheckTFA</key>
<value>Indicate if 2FA usage is possible</value>
</item>
<item>
<key>Options_OTPSettings</key>
<value>OTP settings (db specific)</value>
</item>
<item>
<key>Options_UseOTPDB</key>
<value>Save OTP secrets in a separate database</value>
</item>
<item>
<key>Options_PreloadOTPDB</key>
<value>Auto-open OTP database when main database is opened</value>
</item>
<item>
<key>Options_Migrate2DB</key>
<value>Entry -> DB</value>
</item>
<item>
<key>Options_Migrate2DBHint</key>
<value>Move OTP secrets to separate DB</value>
</item>
<item>
<key>Options_Migrate2Entries</key>
<value>DB -> Entry</value>
</item>
<item>
<key>Options_Migrate2EntriesHint</key>
<value>Move OTP secrets to respective entries</value>
</item>
<item>
<key>MoveError</key>
<value>Error when trying to move OTP secrets. Is the OTP database open?</value>
</item>
<item>
<key>EntriesMoved</key>
<value>{0} OTP secret(s) move auccessfully</value>
</item>
<item>
<key>Options_Check2FA_Help</key>
<value>KeePassOTP will download a list of sites supporting two factor authentication from {0}
This list is then compared it with all URLs defined in the database, your URLs will not be sent.
The OTP column will show whether 2FA is possible but not yet configured.
Doubleclicking this hint will open the 2FA setup page.</value>
</item>
<item>
<key>Options_Help</key>
<value>>> {Options_UseOTPDB} <<
Stores new OTP secrets in a separate database that can be encrypted using a different masterkey.
This database will be stored within the main database containing the entries as such.
While this increases security by adding a second masterkey for your OTP secrets, it will potentially prevent other ports like KeePass2Android to directly show OTP.
>> {Options_PreloadOTPDB} <<
Open the OTP database when opening the main database.
Deactivate this option to open the OTP database only on demand => As soon as an OTP is actually requested
The OTP database will be opened everytime the main database is synchronized - otherwise changes of the OTP database would not get synchronized and local changes would get lost.
>> OTP migration <<
Depening on above options, OTP secrets are stored either within the respective entry or within a separate database.
'{Options_Migrate2DB}' and '{Options_Migrate2Entries}' can be used to move the OTP secrets between those two locations.</value>
</item>
<item>
<key>MigrateOtherPlugins</key>
<value>Migrate from / to other plugins</value>
</item>
<item>
<key>MigrateOtherPlugins_Delete</key>
<value>Remove {0} settings for successfully migrated entries?</value>
</item>
<item>
<key>MigrateOtherPlugins_Result</key>
<value>{0} out of {1} entries were migrated successfully</value>
</item>
<item>
<key>Hotkey</key>
<value>KeePassOTP hotkey:</value>
</item>
<item>
<key>HintSyncRequiresUnlock</key>
<value>The database was synchronized.
Please unlock the OTP database to ensure proper synchronization of OTP data.
If the OTP database is not unlocked, OTP data cannot be synchronized and might result in data loss.</value>
</item>
<item>
<key>OTPDB_Opening</key>
<value>Opening OTP database...</value>
</item>
<item>
<key>OTPDB_Sync</key>
<value>Synchronizing OTP database...</value>
</item>
<item>
<key>OTPDB_Save</key>
<value>Saving OTP database...</value>
</item>
<item>
<key>OTPQRCode</key>
<value>Show QR code...</value>
</item>
<item>
<key>MigratePlaceholder</key>
<value>The KeePassOTP placeholder was changed and the previous placeholder is no longer valid.
Old value: {0}
New value: {1}
All occurrences of {0} need to be replaced by {1} for Auto-Type to work.
Replace now in currently loaded databases?</value>
</item>
<item>
<key>ConfirmOTPDBDelete</key>
<value>This will deactivate the KeePassOTP database.
It will NOT delete the KeePassOTP database.
Click '{0}' to deactivate AND delete KeePassOTP database.
Click '{1}' to deactivate but not delete KeePassOTP database.</value>
</item>
<item>
<key>ConfirmOTPDelete</key>
<value>Please confirm deletion of OTP settings.</value>
</item>
<item>
<key>OTPBackupDone</key>
<value>Unlocking the existing OTP database failed and its content has been overwritten.
A backup was saved as attachment in the following entry:
{0}
Open it anytime to check the previous content.
Restoring the data needs to be done manually.</value>
</item>
<item>
<key>Placeholder</key>
<value>Placeholder:</value>
</item>
<item>
<key>PlaceholderAutoSubmit</key>
<value>{0} + Enter</value>
</item>
<item>
<key>ErrorGoogleAuthImport</key>
<value>Error parsing data</value>
</item>
<item>
<key>ErrorGoogleAuthImportCount</key>
<value>Error parsing data
Expected amount of OTP entries: 1
Found amount of OTP entries: {0}</value>
</item>
<item>
<key>SelectSingleEntry</key>
<value>Please select the single entry to use</value>
</item>
<item>
<key>SelectEntriesForExport</key>
<value>Please select the entries to export</value>
</item>
<item>
<key>Issuer</key>
<value>Issuer</value>
</item>
<item>
<key>CheckingTFA</key>
<value>Checking 2FA</value>
</item>
<item>
<key>ReadScreenForQRCode</key>
<value>Read OTP QR code from screen</value>
</item>
<item>
<key>ReadScreenForQRCodeExplain</key>
<value>KeePassOTP will now try to find and read the OTP QR code from your screen.
KeePass itself will drop to background for max {0} seconds to simplify reading the OTP QR code.
This message will not be shown again.</value>
</item>
<item>
<key>OTP_Setup_DragDrop</key>
<value>Drag & drop a valid OTP QR code</value>
</item>
<item>
<key>OTPRenewal</key>
<value>Renew copied OTP</value>
</item>
<item>
<key>OTPRenewal_Inactive</key>
<value>Never</value>
</item>
<item>
<key>OTPRenewal_RespectClipboardTimeout</key>
<value>Renew until clipboard gets cleared</value>
</item>
<item>
<key>OTPRenewal_PreventShortDuration</key>
<value>Renew if soon to expire</value>
</item>
<item>
<key>OTPDisplayMode_label</key>
<value>OTP display mode:</value>
</item>
<item>
<key>RecoveryCodes</key>
<value>Recovery codes</value>
</item>
<item>
<key>TFA_SetupURL</key>
<value>Setup</value>
</item>
<item>
<key>TFA_RecoveryURL</key>
<value>Recovery</value>
</item>
<item>
<key>LocalHotkey</key>
<value>Local hotkey</value>
</item>
<item>
<key>LocalHotkeyTooltip</key>
<value>The hotkey will work only within KeePass and instead of Auto-Type it will copy the OTP value into the clipboard</value>
</item>
<item>
<key>CurrentOTP</key>
<value>OTP:</value>
</item>
<item>
<key>NextOTP</key>
<value>Next:</value>
</item>
<item>
<key>NotAvailable</key>
<value>N/A</value>
</item>
<item>
<key>DeselectAll</key>
<value>Deselect All</value>
</item>
<item>
<key>UserName</key>
<value>User:</value>
</item>
</Translation>