summaryrefslogtreecommitdiff
path: root/langpacks/russian/Plugins/Folders.txt
blob: 8ed28cd21c66cb4e2785e9d30ae701ba5d9dd2ed (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
#muuid {2f129563-2c7d-4a9a-b948-97dfcc0afdd7}
;============================================================
;  File: folders.dll
;  Module: folders
;  Version: 0.1.5.8
;  URL: http://addons.miranda-im.org/details.php?action=viewfile&id=2521
;  Source: https://svn.asylum-studios.org/loki/trunk/plugins/folders/ Login: guest Pass: guestpas
;  Authors: Cristian Libotean
;============================================================
[Service plugin. Allows plugins to save their data to user selected folders; supports variables.]
Служебный плагин. Позволяет другим плагинам сохранять свои данные в произвольных папках. Поддерживаются переменные.
[Allows plugins to save their data to user selected 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 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.]
Примечание: пробелы в начале и в конце строки обрезаются, также как и последние.