From 351973c482f32feb84b2503f2deaa24ca533dd81 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Mon, 4 Feb 2013 11:41:55 +0000 Subject: - langpacks/english: updated git-svn-id: http://svn.miranda-ng.org/main/trunk@3417 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- langpacks/english/Plugins/Folders.txt | 72 +++++++++++++++++++++++------------ 1 file changed, 48 insertions(+), 24 deletions(-) (limited to 'langpacks/english/Plugins/Folders.txt') diff --git a/langpacks/english/Plugins/Folders.txt b/langpacks/english/Plugins/Folders.txt index 2da3dde7c6..a3f90c8a8c 100644 --- a/langpacks/english/Plugins/Folders.txt +++ b/langpacks/english/Plugins/Folders.txt @@ -1,24 +1,48 @@ -#muuid {2f129563-2c7d-4a9a-b948-97dfcc0afdd7} -;============================================================ -; File: Folders.dll -; Plugin: Folders -; Version: 0.1.6.1 -; Authors: Cristian Libotean -;============================================================ -[Service plugin. Allows plugins to save their data to user selected folders; supports variables.] -;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] -[\\r\nDon't forget to click on Apply to save the changes. If you don't then the changes won't\r\n\\r\nbe saved to the database, they will only be valid for this session.\r\n\r\n\\r\nVariable string\t\tWhat it expands to:\r\n\\r\n%miranda_path%\tExpands to your miranda path (e.g: c:\\program files\\miranda ng).\r\n\\r\n%profile_path%\t\tExpands to your profile path - the value found in mirandaboot.ini,\r\n\\r\n\t\t\tProfileDir section (usually inside miranda's folder).\r\n\\r\n%current_profile%\tExpands to your current profile name without the extenstion.\r\n\\r\n\t\t\t(e.g.default if your your profile is default.dat).\r\n\r\n\r\n\\r\nEnvironment variables\r\n\\r\nThe plugin can also expand environment variables; the variables are specified like in any other\r\n\\r\nprogram that can use environment variables, i.e. %%.\r\n\\r\nNote: Environment variables are expanded before any Miranda variables. So if you have, for\r\n\\r\nexample, %profile_path% defined as a system variable then it will be expanded to that value\r\n\\r\ninstead of expanding to Miranda’s profile path.\r\n\r\n\\r\nExamples:\r\n\\r\nIf the value for the ProfileDir inside mirandaboot.ini, ProfileDir section is '.\\profiles\', current\r\n\\r\nprofile is 'default.dat' and miranda's path is 'c:\\program files\\miranda ng\' then:\r\n\\r\n%miranda_path%\t\t\twill expand to 'c:\\program files\\miranda ng\'\r\n\\r\n%profile_path%\t\t\twill expand to 'c:\\program files\\miranda ng\\profiles\'\r\n\\r\n%current_profile%\t\t\twill expand to 'default'\r\n\\r\n%temp%\t\t\t\twill expand to the temp folder of the current user.\r\n\\r\n%profile_path%\\%current_profile%\twill expand to 'c:\\program files\\miranda ng\\profiles\\default\'\r\n\\r\n%miranda_path%\\plugins\\config\twill expand to 'c:\\program files\\miranda ng\\plugins\\config\'\r\n\\r\n%miranda_path%\t\t\twill expand to 'c:\\program files\\miranda ng\'\r\n\r\n\\r\nNotice that the spaces at the beginning and the end of the string are trimmed, as well as the last.] -;file \plugins\Folders\src\hooked_events.cpp -[Folders] -[Customize] +#muuid {2f129563-2c7d-4a9a-b948-97dfcc0afdd7} +;============================================================ +; File: Folders.dll +; Plugin: Folders +; Version: 0.1.6.1 +; Authors: Cristian Libotean +;============================================================ +[Service plugin. Allows plugins to save their data to user selected folders; supports variables.] +;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).] +[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. %%.] +[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's 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.] +;file \plugins\Folders\src\hooked_events.cpp +[Folders] +[Customize] -- cgit v1.2.3