From a78be1ea1eb4f55b691f98029b3b61fa79c3d3be Mon Sep 17 00:00:00 2001 From: Soopah Date: Tue, 31 Dec 2013 04:12:03 +0000 Subject: langpacks/french/Plugins/ updates + added refresh.bat git-svn-id: http://svn.miranda-ng.org/main/trunk@7435 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- langpacks/french/Plugins/Folders.txt | 56 ++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) (limited to 'langpacks/french/Plugins/Folders.txt') diff --git a/langpacks/french/Plugins/Folders.txt b/langpacks/french/Plugins/Folders.txt index 011329e2ce..aaefdc7128 100644 --- a/langpacks/french/Plugins/Folders.txt +++ b/langpacks/french/Plugins/Folders.txt @@ -5,9 +5,15 @@ ; Version: 0.2.0.1 ; Authors: Cristian Libotean, Miranda NG Team ;============================================================ +[Allows plugins to save their data to user selected folders; supports variables.] + ;file \plugins\Folders\res\folders.rc +[Dialog] + [Custom folders] Répertoires personnalisés +[Preview] +Aperçu [Edit] Éditer [Refresh preview] @@ -23,6 +29,56 @@ Fermer Certaines modifications n'ont pas été enregistrées. Voulez-vous les enregistrer maintenant? [Changes not saved] Modifications non sauvegardées +[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 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] Répertoires [Customize] -- cgit v1.2.3