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
|
; Common strings that belong to many files
;[Cancel]
;[Miranda Database Tool]
; ../dbtool/aggressive.cpp
;[Aggressive: random junk at %08X: skipping]
;[Aggressive: unlinked data at %08X: can't automatically place]
;[Performing aggressive pass]
; ../dbtool/contactchain.cpp
;[Contact chain corrupted, further entries ignored]
;[Contact count marked wrongly: correcting]
;[Processing contact chain]
; ../dbtool/disk.cpp
;[Can't write to output file - disk full? (%u)]
;[Can't write to working file, aggressive mode may be too aggressive now]
;[Error reading, database truncated? (%u)]
;[Invalid offset found]
;[Invalid offset found (database truncated?)]
; ../dbtool/eventchain.cpp
;[Duplicate event was found: skipping]
;[Event chain corrupted, further entries ignored]
;[Event chain corrupted, trying to recover...]
;[Event count marked wrongly: correcting]
;[Event marked as first which is not: correcting]
;[Event not backlinked correctly: fixing]
;[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]
;[Extra flags found in event: removing]
;[First event not marked as such: correcting]
;[First unread event marked wrong: fixing]
;[Infeasibly large event blob: skipping]
; ../dbtool/finaltasks.cpp
;[%s\\Backup (%d) of %s]
;[%s\\Backup of %s]
;[Errors were encountered, however you selected not to backup the original database. It is strongly recommended that you do so in case important data was omitted. Do you wish to keep a backup of the original database?]
;[Processing final tasks]
;[Unable to delete original file]
;[Unable to rename original file]
;[Unable to rename output file]
; ../dbtool/finished.cpp
;[&Finish]
; ../dbtool/initialchecks.cpp
;[ (Output).dat]
;[<check only>]
;[Can't create file mapping (%u)]
;[Can't create map view of file (%u)]
;[Can't create output file (%u)]
;[Database is corrupted and too small to contain any recoverable data]
;[Database is marked as belonging to an unknown version of Miranda]
;[Database is newly created and has no data to process]
;[Database signature is corrupted, automatic repair is impossible]
;[Processing completed successfully]
; ../dbtool/modulechain.cpp
;[Invalid module name offset, skipping data]
;[Module chain corrupted, further entries ignored]
;[Module name '%s' is not unique: %d duplicates found)]
;[Processing module name chain]
;[Unreasonably long module name, skipping]
; ../dbtool/progress.cpp
;[Click Next to continue]
;[Processing has not yet completed, if you cancel now then the changes that have currently been made will be rolled back and the original database will be restored. Do you still want to cancel?]
;[Processing has not yet completed, if you go back now then the changes that have currently been made will be rolled back and the original database will be restored. Do you still want to go back?]
; ../dbtool/resource.rc
;[&File:]
;[&Next >]
;[&Other...]
;[< &Back]
;[Aggressively find corruption]
;[All tasks have been completed.]
;[Backup:]
;[Check consistency only]
;[Cleaning Options]
;[Click Next to try opening the file again, or click Back to select a new profile database to manipulate.]
;[Convert old Unicode messages to UTF8]
;[Converts history messages in pre-0.7 format (ANSI+UCS2) to the new UTF8 format supported by 0.7. Saves the database space in most cases (recommended).]
;[Create backup]
;[Creates a backup copy of the database before any of the requested changes are made.]
;[Erase all histories]
;[Error Opening Database]
;[File Access Options]
;[Finished!]
;[Just checks that the database is valid, without writing anything to the disk.]
;[Launch Miranda with this profile]
;[Launches Miranda with the profile that was just worked on.]
;[Mark all events read]
;[Marks all the history events as read. This will rectify any problems with old messages always appearing in the message window log box.]
;[Please wait while the requested operations are being performed.]
;[Progress1]
;[Removes all the saved history for all contacts in the database.]
;[Scans the database for data that is not linked to any other data. This requires more disk space and more time, so is only required if you suspect corruption.]
;[Select Miranda Profile]
;[Select the &profile database from the list below. If the database you wish to use is not listed here then click Other to browse your computer.]
;[The file may be in use by a currently running copy of Miranda. Exit any running Mirandas and click Next to retry.]
;[The processing of the database has been completed. Click Next to return to the start of the wizard to select another database to check, or click Finish to exit the wizard.]
;[There was an error opening the profile database given.]
;[This programme is licenced under the terms of the GNU General Public License.]
;[To continue, click Next.]
;[Using this Wizard you can compact your Miranda profile database to remove dead space created during normal usage, as well as repair a large number of issues that could affect the database.]
;[Welcome to the Miranda Database Wizard]
;[Working...]
;[You can choose the Miranda profile database to compact or repair.]
;[You can choose to remove information from the database while it is being processed.]
;[You can select low level options to determine how the database is processed.]
;[whiterect]
; ../dbtool/selectdb.cpp
;[All Files]
;[Database]
;[Miranda Databases (*.dat)]
;[Total size]
;[Wasted]
; ../dbtool/settingschain.cpp
;[Empty settings group at %08X: skipping]
;[Infeasibly large settings blob: skipping]
;[Settings chain corrupted, further entries ignored]
; ../dbtool/user.cpp
;[More than one user contact: keeping only first]
;[Processing user data]
;[User corrupted, this could cause major problems]
; ../dbtool/worker.cpp
;[All tasks completed but with errors (%d)]
;[All tasks completed successfully]
;[Database worker thread activated]
;[Elapsed time: %d sec]
;[Processing aborted by user]
|