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
|
#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:]
Vyberte jeden ze zpùsobù importu dat:
[From a Miranda NG database.]
[This wizard will help you import contacts and message history from another Miranda profile or from an external program.]
[It is recommended that you create a backup of your current Miranda profile before importing.]
Pøedtím než budete pokraèovat, doporuèujeme vám zazálohovat stávající profil.
[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.]
Je pravdìpodobné, že Prùvodce importem dat již nebudete potøebovat, a proto doporuèujeme pøíslušný doplnìk (Import) deaktivovat.
[Do not load the import plugin at startup again]
Nadále již doplnìk Import nespouštìt
[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.]
Prùvodce našel níže uvedené profily programu Miranda. Vyberte požadovaný profil nebo kliknìte na tlaèítko "Jiný profil" a vyberte vlastní.
[&Other Profile...]
Jiný pr&ofil...
[&Filename:]
&Soubor:
[Now importing...]
Import dat...
[Progress1]
[&Next >]
[Cancel]
[< &Back]
[Import all contacts and all messages]
Importovat všechny kontakty a zprávy
[Only import contacts]
Importovat pouze kontakty
[Custom import]
[Select this if you want to import as much data as possible. This is the recommended option.]
Vyberte tehdy, chcete-li naimportovat všechno. Tuto možnost doporuèujeme.
[Select this if you want to import contacts but don't want to import any message history.]
Vyberte tehdy, chcete-li naimportovat jen kontakty bez historie zpráv.
[Select this if you want to customize what to import.]
[New contacts && groups]
[System history]
[Select items to import:]
[Incoming]
[Outgoing]
Odchozí
[Only since:]
[Messages]
Zprávy
[URLs]
Odkazy
[File Transfers]
Pøenos souborù
[Other]
Ostatní
;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...]
Importovat...
[&Import...]
;file \plugins\Import\src\miranda.cpp
[%s\\*.*]
[%s\\%s\\%s.dat]
[%s.dat]
[%miranda_path%\\Profiles]
[%miranda_path%]
[%miranda_profile%]
[%miranda_profilename%]
[The given file does not exist. Please check that you have entered the name correctly.]
Požadovaný soubor neexistuje. Zkontrolujte prosím, zda je zadaný název v poøádku.
[Miranda Import]
Miranda - import dat
[%s (*.dat, *.bak)%c*.dat;*.bak%c%s (*.*)%c*.*%c%c]
[Miranda NG database]
[All Files]
[dat]
;file \plugins\Import\src\utils.cpp
[Skipping duplicate group %s.]
;file \plugins\Import\src\wizard.cpp
[Finish]
Dokonèit
|