diff options
author | Kiril Velikov <neohidra@gmail.com> | 2013-08-28 13:15:39 +0000 |
---|---|---|
committer | Kiril Velikov <neohidra@gmail.com> | 2013-08-28 13:15:39 +0000 |
commit | dffba909683a0dd5f7068ea10eebe1dd18dc30b0 (patch) | |
tree | 87e30abdb73e57fbd320b093099a2d280b0024f0 /langpacks/bulgarian/Plugins/Folders.txt | |
parent | 9b684f099014ecd1471a477df002b0bddf630afb (diff) |
Bulgarian langpack: update
git-svn-id: http://svn.miranda-ng.org/main/trunk@5869 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'langpacks/bulgarian/Plugins/Folders.txt')
-rw-r--r-- | langpacks/bulgarian/Plugins/Folders.txt | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/langpacks/bulgarian/Plugins/Folders.txt b/langpacks/bulgarian/Plugins/Folders.txt index afc9e75cff..9b32f38cba 100644 --- a/langpacks/bulgarian/Plugins/Folders.txt +++ b/langpacks/bulgarian/Plugins/Folders.txt @@ -5,15 +5,23 @@ ; 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]
Персонални папки
+[Preview]
+Преглед
[Edit]
Редактиране
[Refresh preview]
Обновяване
[Variables help]
За променливите
+[Custom folders variables help]
+
[Close]
Затваряне
;file \plugins\Folders\src\dlg_handlers.cpp
@@ -21,6 +29,56 @@ Някои промени не бяха запаметени. Желаете ли да бъдат приложени въпреки това?
[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. %<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'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.]
+
[Folders]
Папки
[Customize]
|