summaryrefslogtreecommitdiff
path: root/langpacks/french/Untranslated/Folders.txt
diff options
context:
space:
mode:
authorSoopah <soopah@miranda-ng.org>2014-01-28 11:37:35 +0000
committerSoopah <soopah@miranda-ng.org>2014-01-28 11:37:35 +0000
commit26fd6e90fd3eabe4f07739d21e9f9d3dbd5a47cc (patch)
treea8b5fb64c761c5af97fd7569952b3fe18fd96386 /langpacks/french/Untranslated/Folders.txt
parent90ebc01ba09c9d696bfb4c39fa23fb2731a2e12a (diff)
langpacks/french some updates + add Untranslated rep
git-svn-id: http://svn.miranda-ng.org/main/trunk@7924 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'langpacks/french/Untranslated/Folders.txt')
-rw-r--r--langpacks/french/Untranslated/Folders.txt27
1 files changed, 27 insertions, 0 deletions
diff --git a/langpacks/french/Untranslated/Folders.txt b/langpacks/french/Untranslated/Folders.txt
new file mode 100644
index 0000000000..c97ead30fc
--- /dev/null
+++ b/langpacks/french/Untranslated/Folders.txt
@@ -0,0 +1,27 @@
+[Allows plugins to save their data to user selected folders; supports variables.]
+[Dialog]
+[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:]
+[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.]