diff options
author | dartraiden <wowemuh@gmail.com> | 2018-06-26 01:19:07 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2018-06-26 01:19:07 +0300 |
commit | c60c63e4c86339f58f2c4d4b4ffa0034c9e012c6 (patch) | |
tree | 7239fdc640ecefd6fe8ce32be4f29032680dcf15 /langpacks/english_gb/Plugins/Folders.txt | |
parent | 8b4bcdd6587e0cdcffc723fdb239005d6e234dc2 (diff) |
langpacks: from now all langpacks contains comments and blank lines
Diffstat (limited to 'langpacks/english_gb/Plugins/Folders.txt')
-rw-r--r-- | langpacks/english_gb/Plugins/Folders.txt | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/langpacks/english_gb/Plugins/Folders.txt b/langpacks/english_gb/Plugins/Folders.txt index 26166150e9..bde7092a46 100644 --- a/langpacks/english_gb/Plugins/Folders.txt +++ b/langpacks/english_gb/Plugins/Folders.txt @@ -5,11 +5,79 @@ ; Version: 0.2.0.2
; Authors: Cristian Libotean, Miranda NG team
;============================================================
+[Allows plugins to save their data to user selected folders; supports variables.]
+
+;file \plugins\Folders\res\folders.rc
+[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).]
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).]
(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>%.]
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:]
+
+[If the value for the ProfileDir inside mirandaboot.ini, ProfileDir section is '.\\profiles\\', current]
+
+[profile is 'default.dat' and Miranda path is 'c:\\program files\\miranda ng\\' then:]
+
+[will expand to 'c:\\program files\\miranda ng']
+
+[will expand to 'c:\\program files\\miranda ng\\profiles']
+
+[will expand to 'default']
+
+[will expand to the temp folder of the current user.]
+
+[will expand to 'c:\\program files\\miranda ng\\profiles\\default']
+
+[will expand to '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]
Customise
|