summaryrefslogtreecommitdiff
path: root/tools/installer_ng
diff options
context:
space:
mode:
authorDart Raiden <wowemuh@gmail.com>2014-08-05 19:24:35 +0000
committerDart Raiden <wowemuh@gmail.com>2014-08-05 19:24:35 +0000
commit37ecda18c1848b307153f8bd3d5eb3e138041c6c (patch)
treef5e0028468feb4c469cc1787694bf07d3ec0e15f /tools/installer_ng
parent10117ea2b47b9c5ae8258cbafe212c3b3a966ca7 (diff)
mirandaboot.ini: spelling correction, punctuation, out of date information removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@10082 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'tools/installer_ng')
-rw-r--r--tools/installer_ng/Common/Files/Settings/mirandaboot_default.ini46
-rw-r--r--tools/installer_ng/Common/Files/Settings/mirandaboot_portable.ini46
2 files changed, 44 insertions, 48 deletions
diff --git a/tools/installer_ng/Common/Files/Settings/mirandaboot_default.ini b/tools/installer_ng/Common/Files/Settings/mirandaboot_default.ini
index 658167a089..51e14b6cc2 100644
--- a/tools/installer_ng/Common/Files/Settings/mirandaboot_default.ini
+++ b/tools/installer_ng/Common/Files/Settings/mirandaboot_default.ini
@@ -1,15 +1,15 @@
;This file contains the information required to get Miranda up and running,
-;i.e. everything before a database is loaded
+;i.e., everything before a database is loaded
;Settings relating to the location and loading of the database
[Database]
;ProfileDir
;The directory to search for database files. If it's a relative path then
-;it's relative to the directory containing miranda32.exe.
-;If no directory specified Profles subdirectory in miranda executable
+;it's relative to the directory containing Miranda32.exe / Miranda64.exe.
+;If no directory specified Profles subdirectory in Miranda executable
;directory is assumed. You can use environment variables.
-;To comply with Windows security guidelines, it is recommended to keep
+;To comply with Windows security guidelines, it is recommended to keep
;your profile in %APPDATA%\Miranda NG
ProfileDir=%APPDATA%\Miranda NG
@@ -19,24 +19,22 @@ ProfileDir=%APPDATA%\Miranda NG
;"never": Only show it if the profile to use can't be guessed by any means
;"yes": Always show it
;"smart": (default) Show it if the command line doesn't contain a db name
-; that exists or there is more or less than 1 db in the ProfileDir.
+; that exists or there is more or less than 1 db in the ProfileDir
ShowProfileMgr=smart
;DefaultProfile
;Name of the profile to use if there's a choice. If Miranda is run with a
;command line parameter then that is used instead of this setting.
-;Default is empty
-;If ShowProfileMgr=never then this profile is run without question
+;Default is empty.
+;If ShowProfileMgr=never then this profile is run without question.
;Otherwise the profile manager is run as usual but initially this profile
-;is selected
-;
-;0.4.1+ (2005/05/16) Only: This string can contain environment variables, e.g. %USERNAME%
-;
+;is selected.
+;This string can contain environment variables, e.g., %USERNAME%
DefaultProfile=
;AutoCreate
;"yes": If DefaultProfile or the command line parameter gives a profile
-;name that doesn't exist then that profile is created.
+;name that doesn't exist then that profile is created
;"no": (default) The profile manager is shown in this case
AutoCreate=no
@@ -52,22 +50,22 @@ AutoCreate=no
Use=yes
;Glob
-;A global expression containing the files to watch for database settings
+;A global expression containing the files to watch for database settings.
;This will be checked just after database load and continuously all the
-;time Miranda is running
+;time Miranda is running.
;If this contains a relative path, it's relative to the directory containing
-;miranda32.exe
+;Miranda32.exe / Miranda64.exe.
;Default: autoexec_*.ini
Glob=autoexec_*.ini
;Safe
-;A space-separated list of database module names known to be safe to alter
+;A space-separated list of database module names known to be safe to alter.
;Default: CLC Icons CLUI CList SkinSounds PluginUpdater
Safe=CLC Icons CLUI CList Skin SkinSounds TopToolBar PluginUpdater
;Unsafe
;A space-separated list of database module names that could be alter to
-;malicious purposes (eg by faking a login server to steal passwords)
+;malicious purposes (e.g., by faking a login server to steal passwords).
;Default: AIM Facebook GG ICQ IRC JABBER MRA MSN SKYPE Tlen TWITTER XFire
Unsafe=AIM Facebook GG ICQ IRC JABBER MRA MSN SKYPE Tlen TWITTER XFire
@@ -81,7 +79,7 @@ Unsafe=AIM Facebook GG ICQ IRC JABBER MRA MSN SKYPE Tlen TWITTER XFire
OverrideSecurityFilename=autoexec_forced_*.ini
;OnCreateFilename
-;Defines ini file that will be executed every time new profile is created.
+;Defines .ini file that will be executed every time new profile is created.
;Default is empty (no override possible)
OnCreateFilename=
@@ -90,24 +88,24 @@ OnCreateFilename=
;"notsafe": (default) Warn before each change to a setting in a group
; that isn't listed in the 'Safe' setting
;"onlyunsafe": Warn before each change to a setting in a group that is
-; listed in the 'Unsafe' setting
+; listed in the 'Unsafe' setting
;"none": Never warn the user
Warn=notsafe
;OnCompletion
-;What to do with the ini file once it's imported
+;What to do with the .ini file once it's imported
;"delete": Delete the file from the disk
;"recycle": (default) Move the file to the recycle bin (same as delete
; if you've disabled Windows' recycle bin)
;"rename": Add the string in RenamePrefix to the beginning of the filename
;"leave": Leave the file as-is. Note that this could cause it to be
-; imported multiple times until it's moved.
+; imported multiple times until it's moved
;"ask": Show a dialog to ask the user
OnCompletion=recycle
;RenamePrefix
;A string to add before the filename if the 'rename' option is used for
-;OnCompletion. This can include a path specifier to move the file, eg ..\
+;OnCompletion. This can include a path specifier to move the file, e.g., ..\
;Default: done_
RenamePrefix=imported_
@@ -121,7 +119,7 @@ AskAboutIgnoredPlugins=0
[Language]
; DefaultLanguage
-; Stores the name of the default language pack to be loaded at startup
-; If skipped, loads the first file that matches the langpack_*.txt mask
+; Stores the name of the default language pack to be loaded at startup.
+; If skipped, loads the first file that matches the langpack_*.txt mask.
; DefaultLanguage=langpack_german.txt
DefaultLanguage=
diff --git a/tools/installer_ng/Common/Files/Settings/mirandaboot_portable.ini b/tools/installer_ng/Common/Files/Settings/mirandaboot_portable.ini
index 0252d0556b..5da0a6f48c 100644
--- a/tools/installer_ng/Common/Files/Settings/mirandaboot_portable.ini
+++ b/tools/installer_ng/Common/Files/Settings/mirandaboot_portable.ini
@@ -1,15 +1,15 @@
;This file contains the information required to get Miranda up and running,
-;i.e. everything before a database is loaded
+;i.e., everything before a database is loaded
;Settings relating to the location and loading of the database
[Database]
;ProfileDir
;The directory to search for database files. If it's a relative path then
-;it's relative to the directory containing miranda32.exe.
-;If no directory specified Profles subdirectory in miranda executable
+;it's relative to the directory containing Miranda32.exe / Miranda64.exe.
+;If no directory specified Profles subdirectory in Miranda executable
;directory is assumed. You can use environment variables.
-;To comply with Windows security guidelines, it is recommended to keep
+;To comply with Windows security guidelines, it is recommended to keep
;your profile in %APPDATA%\Miranda NG
ProfileDir=
@@ -19,24 +19,22 @@ ProfileDir=
;"never": Only show it if the profile to use can't be guessed by any means
;"yes": Always show it
;"smart": (default) Show it if the command line doesn't contain a db name
-; that exists or there is more or less than 1 db in the ProfileDir.
+; that exists or there is more or less than 1 db in the ProfileDir
ShowProfileMgr=smart
;DefaultProfile
;Name of the profile to use if there's a choice. If Miranda is run with a
;command line parameter then that is used instead of this setting.
-;Default is empty
-;If ShowProfileMgr=never then this profile is run without question
+;Default is empty.
+;If ShowProfileMgr=never then this profile is run without question.
;Otherwise the profile manager is run as usual but initially this profile
-;is selected
-;
-;0.4.1+ (2005/05/16) Only: This string can contain environment variables, e.g. %USERNAME%
-;
+;is selected.
+;This string can contain environment variables, e.g., %USERNAME%
DefaultProfile=
;AutoCreate
;"yes": If DefaultProfile or the command line parameter gives a profile
-;name that doesn't exist then that profile is created.
+;name that doesn't exist then that profile is created
;"no": (default) The profile manager is shown in this case
AutoCreate=no
@@ -52,22 +50,22 @@ AutoCreate=no
Use=yes
;Glob
-;A global expression containing the files to watch for database settings
+;A global expression containing the files to watch for database settings.
;This will be checked just after database load and continuously all the
-;time Miranda is running
+;time Miranda is running.
;If this contains a relative path, it's relative to the directory containing
-;miranda32.exe
+;Miranda32.exe / Miranda64.exe.
;Default: autoexec_*.ini
Glob=autoexec_*.ini
;Safe
-;A space-separated list of database module names known to be safe to alter
+;A space-separated list of database module names known to be safe to alter.
;Default: CLC Icons CLUI CList SkinSounds PluginUpdater
Safe=CLC Icons CLUI CList Skin SkinSounds TopToolBar PluginUpdater
;Unsafe
;A space-separated list of database module names that could be alter to
-;malicious purposes (eg by faking a login server to steal passwords)
+;malicious purposes (e.g., by faking a login server to steal passwords).
;Default: AIM Facebook GG ICQ IRC JABBER MRA MSN SKYPE Tlen TWITTER XFire
Unsafe=AIM Facebook GG ICQ IRC JABBER MRA MSN SKYPE Tlen TWITTER XFire
@@ -81,7 +79,7 @@ Unsafe=AIM Facebook GG ICQ IRC JABBER MRA MSN SKYPE Tlen TWITTER XFire
OverrideSecurityFilename=autoexec_forced_*.ini
;OnCreateFilename
-;Defines ini file that will be executed every time new profile is created.
+;Defines .ini file that will be executed every time new profile is created.
;Default is empty (no override possible)
OnCreateFilename=
@@ -90,24 +88,24 @@ OnCreateFilename=
;"notsafe": (default) Warn before each change to a setting in a group
; that isn't listed in the 'Safe' setting
;"onlyunsafe": Warn before each change to a setting in a group that is
-; listed in the 'Unsafe' setting
+; listed in the 'Unsafe' setting
;"none": Never warn the user
Warn=notsafe
;OnCompletion
-;What to do with the ini file once it's imported
+;What to do with the .ini file once it's imported
;"delete": Delete the file from the disk
;"recycle": (default) Move the file to the recycle bin (same as delete
; if you've disabled Windows' recycle bin)
;"rename": Add the string in RenamePrefix to the beginning of the filename
;"leave": Leave the file as-is. Note that this could cause it to be
-; imported multiple times until it's moved.
+; imported multiple times until it's moved
;"ask": Show a dialog to ask the user
OnCompletion=recycle
;RenamePrefix
;A string to add before the filename if the 'rename' option is used for
-;OnCompletion. This can include a path specifier to move the file, eg ..\
+;OnCompletion. This can include a path specifier to move the file, e.g., ..\
;Default: done_
RenamePrefix=imported_
@@ -121,7 +119,7 @@ AskAboutIgnoredPlugins=0
[Language]
; DefaultLanguage
-; Stores the name of the default language pack to be loaded at startup
-; If skipped, loads the first file that matches the langpack_*.txt mask
+; Stores the name of the default language pack to be loaded at startup.
+; If skipped, loads the first file that matches the langpack_*.txt mask.
; DefaultLanguage=langpack_german.txt
DefaultLanguage=