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
|
[Provides Miranda database support: global settings, contacts, history, settings per contact.]
[Login to Miranda NG]
[New password]
[Change]
[Old password]
[Database encryption mode]
[Standard]
[Total]
[Only critical data are encrypted (passwords, security tokens, etc). All another settings and history remains unencrypted. Fast and effective, suitable for the most cases]
[All string settings and all events in histories are encrypted. It also makes Miranda much slower and creates a risk of losing everything you've stored in a profile in case of losing password. Recommended only for paranoidal users]
[Miranda has detected corruption in your database. This corruption may be fixed by DbChecker plugin. Please download it from http://miranda-ng.org/p/DbChecker/. Miranda will now shut down.]
[Your database must be converted into the new format. This is potentially dangerous operation, so please make a backup before.\n\nClick Yes to proceed with conversion or No to exit Miranda]
[Database conversion required]
[Change/remove password]
[Logo]
[Too many errors!]
[Wrong old password entered!]
[Password is too short!]
[Database]
[Performing aggressive pass]
[Aggressive: random junk at %08X: skipping]
[Aggressive: unlinked data at %08X: can't automatically place]
[Processing contact chain]
[Contact count marked wrongly: correcting]
[Contact chain corrupted, further entries ignored]
[Invalid offset found (database truncated?)]
[Invalid offset found]
[Error reading, database truncated? (%u)]
[Can't write to working file, aggressive mode may be too aggressive now]
[Can't write to output file - disk full? (%u)]
[Event count marked wrongly: correcting]
[Event chain corrupted, trying to recover...]
[Event chain corrupted, further entries ignored]
[First event not marked as such: correcting]
[Extra flags found in event: removing]
[First unread event marked wrong: fixing]
[Infeasibly large event blob: skipping]
[Event not backlinked correctly: fixing]
[Duplicate event was found: skipping]
[Event position in chain is not correct]
[Event position in chain is not correct: fixing]
[Event position in chain is not correct: unable to fix]
[Processing final tasks]
[Database signature is corrupted, automatic repair is impossible]
[Database version doesn't match this driver's one. Convert a database first]
[Database is newly created and has no data to process]
[Processing completed successfully]
[Can't create map view of file (%u)]
[Processing module name chain]
[Module chain corrupted, further entries ignored]
[Module name '%s' is not unique: %d duplicates found]
[Invalid module name offset, skipping data]
[Settings chain corrupted, further entries ignored]
[Infeasibly large settings blob: skipping]
[Empty settings group at %08X: skipping]
[Processing user data]
[User corrupted, this could cause major problems]
[More than one user contact: keeping only first]
|