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
|
#muuid {2f129563-2c7d-4a9a-b948-97dfcc0afdd7}
;============================================================
; File: folders.dll
; Module: folders
; Version: 0.1.5.8
; Authors: Cristian Libotean
;============================================================
[Service plugin. Allows plugins to save their data to selected user folders; supports variables.]
Службовий плагін. Дозволяє іншим плагінів зберігати свої дані в довільних папках. Підтримуються змінні.
[Allows plugins to save their data to selected user folders; supports variables.]
Дозволяє іншим плагінів зберігати свої дані в довільних папках. Підтримуються змінні.
[Custom folders]
Папки
[Refresh preview]
Оновити
[Variables help]
Змінні...
[Changes not saved]
Зміни не збережено
[Some changes weren't saved. Apply the changes now ?]
Зміни не збережено. Застосувати зміни?
[Custom folders variables help]
Допомога по змінним (Папки)
[Custom profile folders]
Служба папок
[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).]
у секції ProfileDir (зазвичай знаходиться в папці Miranda NG).
[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 секції ProfileDir файлу mirandaboot.ini - це '.\\profiles\\', поточний
[profile is 'default.dat' and miranda's path is 'c:\\program files\\miranda ng\\' then:]
це профіль 'default.dat' і Miranda NG знаходиться в 'c:\\program files\\miranda ng\\', то:
[will to expand 'c:\\program files\\miranda ng']
поверне 'c:\\program files\\miranda ng'
[will to expand 'c:\\program files\\miranda ng\\profiles']
поверне 'c:\\program files\\miranda ng\\profiles'
[will to expand 'default']
поверне 'default'
[will to expand the temp folder of the current user.]
поверне тимчасову папку TEMP поточного користувача.
[will to expand 'c:\\program files\\miranda ng\\profiles\\default']
поверне 'c:\\program files\\miranda ng\\profiles\\default'
[will to expand '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.]
Примітка: пробіли на початку і в кінці рядка обрізаються, також як і останні.
|