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
|
#muuid {2f129563-2c7d-4a9a-b948-97dfcc0afdd7}
;============================================================
; File: Folders.dll
; Plugin: Custom profile folders
; Version: 0.2.0.1
; Authors: Cristian Libotean, Miranda NG Team
;============================================================
[Allows plugins to save their data to user selected folders; supports variables.]
Дазваляе іншым плагiнам захоўваць свае дадзеныя ў адвольных тэчках. Падтрымліваюцца зменныя.
;file \plugins\Folders\res\folders.rc
[Dialog]
Гутарка
[Custom folders]
Тэчкі
[Preview]
Прагляд
[Edit]
Змяніць
[Refresh preview]
Абнавіць
[Variables help]
Зменныя...
[Custom folders variables help]
Дапамога па зменных (Тэчкі)
[Close]
Зачыніць
;file \plugins\Folders\src\dlg_handlers.cpp
[Some changes weren't saved. Apply the changes now?]
Змены не захаваны. Ужыць змены?
[Changes not saved]
Змены не захаваны
[Don't forget to click on Apply to save the changes. If you don't then the changes won't]
Не забудзьце націснуць Прымяніць для захавання змяненняў.
[be saved to the database, they will only be valid for this session.]
Інакш змяненні не захаваюцца ў базе і будуць выкарыстаны толькі для сучаснай сесіі.
[Variable string]
Радок зменнай
[What it expands to:]
Што верне:
[Expands to your Miranda path (e.g., c:\\program files\\miranda ng).]
Вяртае шлях да вашай Miranda NG (напрыклад: c:\\program files\\miranda ng).
[Expands to your profile path - the value found in mirandaboot.ini,]
Вяртае шлях да вашага профілю - значэнне, знойдзенае ў mirandaboot.ini,
[ProfileDir section (usually inside Miranda's folder).]
Тэчка профіляў (звычайна ў тэчцы Міранды).
[Expands to your current profile name without the extenstion.]
Вяртае імя Вашага профіля без пашырэння.
[(e.g., default if your your profile is default.dat).]
(нпарыклад default, калі Ваш профіль default.dat).
[Environment variables]
Зменныя асяроддзя
[The plugin can also expand environment variables; the variables are specified like in any other]
Таксама плагін дазваляе выкарыстоўваць зменныя асяроддзя. Яны задаюцца гэтак жа, як у любой
[program that can use environment variables, i.e., %<env variable>%.]
праграме, якая можа іх выкарыстоўваць. Напрыклад, %<env variable>%.
[Note: Environment variables are expanded before any Miranda variables. So if you have, for]
Нататка: Зменныя асяроддзя апрацоўваюцца найперш зменных Miranda NG. Калі ў вас,
[example, %profile_path% defined as a system variable then it will be expanded to that value]
напрыклад, %profile_path% вызначана, як сістэмная зменная, тады будзе вернута значэнне сістэмнай
[instead of expanding to Miranda's profile path.]
замест зменнай %profile_path% Miranda NG.
[Examples:]
Прыклады:
[If the value for the ProfileDir inside mirandaboot.ini, ProfileDir section is '.\\profiles\\', current]
Калі значэнне ProfileDir паказана ў mirandaboot.ini, секцыя ProfileDir як '.\\profiles\\', цяперашні
[profile is 'default.dat' and Miranda path is 'c:\\program files\\miranda ng\\' then:]
профіль гэта 'default.dat' і шлях да Міранды 'c:\\program files\\miranda ng\\' то:
[will expand to 'c:\\program files\\miranda ng']
верне 'c:\\program files\\miranda ng'
[will expand to 'c:\\program files\\miranda ng\\profiles']
верне 'c:\\program files\\miranda ng\\profiles'
[will expand to 'default']
верне 'default'
[will expand to the temp folder of the current user.]
верне часовую тэчку TEMP карыстача.
[will expand to 'c:\\program files\\miranda ng\\profiles\\default']
верне 'c:\\program files\\miranda ng\\profiles\\default'
[will expand to 'c:\\program files\\miranda ng\\plugins\\config']
верне 'c:\\program files\\miranda ng\\plugins\\config'
[Notice that the spaces at the beginning and the end of the string are trimmed, as well as the last.]
Нататка: прабелы ў пачатку і канцы радка абразаюцца гэтак же, як і апошнія.
[Folders]
Тэчкі
[Customize]
Тонкая налада
|