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
|
#muuid {2d77a746-00a6-4343-bfc5-f808cdd772ea}
;============================================================
; File: Import.dll
; Plugin: Import
; Version: x.x.x.x
; Authors:
;============================================================
;file \plugins\Import\res\resource.rc
[Choose how you would like to import:]
[From a Miranda NG database.]
[This wizard will help you import contacts and message history from another Miranda profile or from an external program.]
[Click "Next" to choose the information you wish to import, or click ]
[It is recommended that you create a backup of your current Miranda profile before importing.]
[If you wish to import more information, click "Next" to return to the start of the wizard, otherwise click ]
[You will probably never need to use this wizard again, so you can save memory by not loading it every time you start Miranda. This will mean that the import menu item will no longer be available.]
[Do not load the import plugin at startup again]
[Import completed]
[If at a future date you wish to use the wizard again, you can make it load again by going to the Plugins section of the Options dialog box.]
[Miranda has found Miranda profiles with the following names. Please select the one you wish to import, or click "Other Profile" if your profile is not listed, or if the list is empty.]
[&Other Profile...]
[&Filename:]
[Now importing...]
[Progress1]
[Import Information Wizard]
[&Next >]
[Cancel]
[< &Back]
[Import all contacts and all messages]
[Only import contacts]
[Custom import]
[Select this if you want to import as much data as possible. This is the recommended option.]
[Select this if you want to import contacts but don't want to import any message history.]
[Select this if you want to customize what to import.]
[New contacts && groups]
[System history]
[Select items to import:]
[Incoming]
[Outgoing]
[Only since:]
[Messages]
[URLs]
[File Transfers]
[Other]
;file \plugins\Import\src\import.cpp
[Ignored event from/to self]
[Added contact %u (found in history)]
[Failed to add %S contact %s]
[Added %S contact %s, '%s']
[Added %S contact %s]
[Skipping contact with no protocol]
[Skipping contact, %S not installed.]
[Skipping non-IM contact (%S)]
[Skipping %S contact, ID not found]
[Skipping duplicate %S contact %s]
[Unknown error while adding %S contact %s]
[Failed to add message]
[Error retrieving current profile, exiting.]
[There's no database driver to open the input file, exiting.]
[Error loading source file, exiting.]
[Number of contacts in database: %d]
[Importing groups.]
[Group import failed.]
[Importing contacts.]
[Skipping new contacts import.]
[Importing system history.]
[Skipping system history import.]
[Importing history.]
[Skipping history import.]
[Import completed in %d seconds.]
[Added %d contacts and %d groups.]
[Added %d contacts, %d groups and %d events.]
[Skipped %d contacts.]
[Skipped %d duplicates and %d filtered events.]
[Skipped %d duplicates.]
;file \plugins\Import\src\main.cpp
[Import...]
[&Import...]
;file \plugins\Import\src\miranda.cpp
[%miranda_path%\\Profiles]
[The given file does not exist. Please check that you have entered the name correctly.]
[Miranda Import]
[Miranda NG database]
[All Files]
;file \plugins\Import\src\utils.cpp
[Skipping duplicate group %s.]
;file \plugins\Import\src\wizard.cpp
[Finish]
|