blob: f3fc6b55d652f9b48583bc4185705249c3b3027a (
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
|
#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.]
Pozwala wtyczkom zapisywać dane do folderów wybranych przez użytkownika; współpracuje z wtyczką variables.
;file \plugins\Folders\res\folders.rc
[Dialog]
Okno
[Custom folders]
Niestandardowe foldery
[Preview]
Podgląd
[Edit]
Edytuj
[Refresh preview]
Odśwież podgląd
[Variables help]
Pomoc o zmiennych
[Custom folders variables help]
Pomoc o zmiennych niestandardowych folderów
[Close]
Zamknij
;file \plugins\Folders\src\dlg_handlers.cpp
[Some changes weren't saved. Apply the changes now ?]
Nie wszystkie zmiany zostały zapisane. Zastosować zmiany teraz?
[Changes not saved]
Zmiany nie zapisane
[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).]
[Expands to your profile path - the value found in 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).]
[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>%.]
[Note: Environment variables are expanded before any Miranda variables. So if you have, for]
[example, %profile_path% defined as a system variable then it will be expanded to that value]
[instead of expanding to Miranda's profile path.]
[Examples:]
Przykład:
[If the value for the ProfileDir inside mirandaboot.ini, ProfileDir section is '.\\profiles\', current]
[profile is 'default.dat' and miranda's path is 'c:\\program files\\miranda ng\' then:]
[will expand to 'c:\\program files\\miranda ng']
zostanie rozszerzony do 'c:\\program files\\miranda ng'
[will expand to 'c:\\program files\\miranda ng\\profiles']
zostanie rozszerzony do 'c:\\program files\\miranda ng\\profiles'
[will expand to 'default']
zostanie rozszerzony do 'domyślny'
[will expand to the temp folder of the current user.]
zostanie rozszerzony do folderu tymczasowego aktualnego użytkownika.
[will expand to 'c:\\program files\\miranda ng\\profiles\\default']
zostanie rozszerzony do 'c:\\program files\\miranda ng\\profiles\\default'
[will expand to 'c:\\program files\\miranda ng\\plugins\\config']
zostanie rozszerzony do '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]
Foldery
[Customize]
Personalizacja
|