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
|
#muuid {f7a6b27c-9d9c-4a42-be86-a448ae109161}
;============================================================
; File: Dbx_mmap.dll
; Plugin: Miranda NG mmap database driver
; Version: 0.11.0.1
; Authors: Miranda-NG project
;============================================================
[Provides Miranda database support: global settings, contacts, history, settings per contact.]
;file \plugins\Db3x_mmap\res\db3x_mmap.rc
[Install Database Settings]
Aplikovať nastavenia databázy
[Yes]
Áno
[No]
Nie
[A file containing new database settings has been placed in the Miranda NG directory.]
[Do you want to import the settings now?]
Chcete importovať nastavenia?
[No to all]
Nie pre všetko
[&View contents]
Zobraziť obsah
[Security systems to prevent malicious changes are in place and you will be warned before changes that are not known to be safe.]
Bezpečnostný systém sa zmení, budete varovaný pred nebezpečiami.
[Database Setting Change]
Zmena nastavenia databázy
[Database settings are being imported from]
Nastavenie databázy je importované z
[This file wishes to change the setting]
Tento súbor zmení nastavenie
[to the value]
hodnotu
[Do you want to allow this change?]
Prajete si umožniť túto zmenu?
[&Allow all further changes to this section]
Umožniť všetky budúce zmeny v tejto sekcii
[&Yes]
Áno
[&No]
Nie
[Cancel Import]
Zrušiť importovanie
[Database Import Complete]
Databáza kompletne importovaná
[The import has completed from]
Import je kompletný z
[What do you want to do with the file now?]
Čo ďalej robiť so súborom?
[&Recycle]
Recyklovať
[&Delete]
Vymazať
[&Move/Rename]
Presunúť/Premenovať
[&Leave]
Opustiť
;file \plugins\Db3x_mmap\src\database.cpp
[Disk is full. Miranda will now shutdown.]
[Database failure. Miranda will now shutdown.]
[Database Error]
[Miranda has detected corruption in your database. This corruption maybe fixed by DbChecker plugin. Please download it from http://miranda-ng.org/. Miranda will now shutdown.]
[Database Panic]
;file \plugins\Db3x_mmap\src\dbtool\aggressive.cpp
[Performing aggressive pass]
[Aggressive: random junk at %08X: skipping]
[Aggressive: unlinked data at %08X: can't automatically place]
;file \plugins\Db3x_mmap\src\dbtool\contactchain.cpp
[Processing contact chain]
[Contact count marked wrongly: correcting]
[Contact chain corrupted, further entries ignored]
;file \plugins\Db3x_mmap\src\dbtool\disk.cpp
[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)]
;file \plugins\Db3x_mmap\src\dbtool\eventchain.cpp
[Event count marked wrongly: correcting]
[Event chain corrupted, trying to recover...]
[Event chain corrupted, further entries ignored]
[First event not marked as such: correcting]
[Event marked as first which is not: 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]
;file \plugins\Db3x_mmap\src\dbtool\finaltasks.cpp
[Processing final tasks]
;file \plugins\Db3x_mmap\src\dbtool\initialchecks.cpp
[Database signature is corrupted, automatic repair is impossible]
[Database is marked as belonging to an unknown version of Miranda]
[Database is newly created and has no data to process]
[Processing completed successfully]
[Can't create file mapping (%u)]
[Can't create map view of file (%u)]
;file \plugins\Db3x_mmap\src\dbtool\modulechain.cpp
[Processing module name chain]
[Module chain corrupted, further entries ignored]
[Unreasonably long module name, skipping]
[Module name '%s' is not unique: %d duplicates found)]
[Invalid module name offset, skipping data]
;file \plugins\Db3x_mmap\src\dbtool\settingschain.cpp
[Settings chain corrupted, further entries ignored]
[Infeasibly large settings blob: skipping]
[Empty settings group at %08X: skipping]
;file \plugins\Db3x_mmap\src\dbtool\user.cpp
[Processing user data]
[User corrupted, this could cause major problems]
[More than one user contact: keeping only first]
|