blob: 0412d8d0bb8697e1f5bfe9203dd6e398daabddab (
plain)
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
|
;[ /restart:%d /profile=%s]
;["%s" /restart:%d /profile=%s]
;[%miranda_path%]
;[%miranda_profilename%]
;[%miranda_userdata%\"DEFAULT_UPDATES_FOLDER)));\r\n lstrcpyn(tszRoot, tszFolder, SIZEOF(tszRoot));\r\n }\r\n\r\n LoadOptions();\r\n InitPopupList();\r\n NetlibInit();\r\n IcoLibInit();\r\n\r\n // Add cheking update menu item\r\n hCheckUpdates = CreateServiceFunction(MODNAME"/CheckUpdates", MenuCommand);\r\n\r\n CLISTMENUITEM mi = { sizeof(mi) };\r\n mi.position = -0x7FFFFFFF;\r\n mi.flags = CMIF_ICONFROMICOLIB;\r\n mi.icolibItem = Skin_GetIconHandle("check_update]
;[%s/%s.zip]
;[%s/hashes.zip]
;[%s\\*]
;[%s\\Backups]
;[%s\\Temp]
;[%s\\Temp\\%s.zip]
;[%s\\hashes.txt]
;[%s\\hashes.zip]
;['No' Button]
;['Yes' Button]
;[(but only once a day)]
;[* Needs popup actions to be enabled]
;[.dll]
;[.exe]
;[.test]
;[An error occured while downloading the update.]
;[Boxes]
;[Check for plugin updates]
;[Custom version]
;[Details >>]
;[Development version (less stable)]
;[Download complete. Start updating? All your data will be saved and Miranda NG will be closed.]
;[Downloading version info...]
;[Failed!]
;[Files source]
;[Icons\\fp_icons.dll]
;[Info messages]
;[Message boxes (*)]
;[No updates found.]
;[Not sets for "Message boxes"]
;[On startup]
;[Plugin Updater]
;[Plugin Updater HTTP connection]
;[Plugin updater for Miranda NG.]
;[Plugin updates options]
;[PluginUpdater has detected updated versions of some Miranda components. Click on Details button to view more information]
;[Plugins\\Clist_blind.dll]
;[Plugins\\crashdumper.dll]
;[Plugins\\dbchecker.dll]
;[Plugins\\dbeditorpp.dll]
;[Plugins\\import.dll]
;[Plugins\\notesreminders.dll]
;[Plugins\\splashscreen.dll]
;[Plugins\\versioninfo.dll]
;[Progress dialogs]
;[Select &all]
;[Select &none]
;[Skipped.]
;[Stable version]
;[Succeeded.]
;[Update checking already started!]
;[Update icons]
;[Will be deleted!]
;[You have chosen not to install the plugin updates immediately.\nYou can install it manually from this location:\n\n%s]
;[advsplashscreen.dll]
;[bclist.dll]
;[chat.dll]
;[clienticons_aim.dll]
;[clienticons_gadu.dll]
;[clienticons_general.dll]
;[clienticons_gg.dll]
;[clienticons_icq.dll]
;[clienticons_irc.dll]
;[clienticons_jabber.dll]
;[clienticons_miranda.dll]
;[clienticons_mra.dll]
;[clienticons_msn.dll]
;[clienticons_multiproto.dll]
;[clienticons_multiprotocols.dll]
;[clienticons_others.dll]
;[clienticons_overlays.dll]
;[clienticons_packs.dll]
;[clienticons_qq.dll]
;[clienticons_rss.dll]
;[clienticons_skype.dll]
;[clienticons_tlen.dll]
;[clienticons_voip.dll]
;[clienticons_weather.dll]
;[clienticons_yahoo.dll]
;[clist_classic.dll]
;[crashrpt.dll]
;[dbtool.exe]
;[dbtool_sa.exe]
;[extraicons.dll]
;[fp_aim.dll]
;[fp_c6_mra_skype.dll]
;[fp_gg.dll]
;[fp_icq.dll]
;[fp_irc.dll]
;[fp_jabber.dll]
;[fp_msn.dll]
;[fp_packs.dll]
;[fp_qq.dll]
;[fp_rss.dll]
;[fp_tlen.dll]
;[fp_weather.dll]
;[fp_yahoo.dll]
;[gender.dll]
;[import_sa.dll]
;[newnr.dll]
;[platform]
;[srmm.dll]
;[svc_crshdmp.dll]
;[svc_dbepp.dll]
;[svc_vi.dll]
|