Mirandaboot.ini/pl: Difference between revisions

From Miranda NG
Mirandaboot.ini/pl
Jump to navigation Jump to search
(prepare for migration)
(Updating to match new version of source page)
Line 1: Line 1:
Plik '''<tt>Mirandaboot.ini</tt>''' zawiera informacje konieczne do startu i działania Mirandy NG jak np. ścieżka do profilu.
<languages/>
<big>File '''mirandaboot.ini''' contains the information required to get Miranda NG up and running, i.e., everything before a database is loaded.</big>


__TOC__


== Treść pliku ==
== Content of the file ==
: ''See: [[mirandaboot.ini/Raw file|mirandaboot.ini]]''


Zobacz:
== Description of parameters ==


=== [Database] ===
Settings related to the location and loading of the database.


== Opis parametrów ==
==== ProfileDir ====
Allows you to specify the directory to search for database files. If it's a relative path then it's relative to the directory containing Miranda*.exe file. You can use environment variables. To comply with Windows security guidelines, it is recommended that you keep your profile in %APPDATA%\Miranda NG.


If you do not specify directory, then default will be used, which is <code>Profiles</code> subdirectory in Miranda NG root folder.
ProfileDir=


Ustawienia dotyczące lokalizacji i ładowania profilu.


Pozwala na określenie katalogu z profilami. Ścieżka względna jest w stosunku do katalogu zawierającego plik <tt>Miranda*.exe</tt>. Można użyć zmiennych środowiskowych. Aby zachować zgodność z wytycznymi bezpieczeństwa systemu Windows, zaleca się, aby przechowywać swój profil w <tt>%APPDATA%\Miranda NG</tt>.
==== ShowProfileMgr ====
Decides whether to show the profile manager on Miranda NG startup.


Jeżeli nie podamy żadnej ścieżki to zostanie użyta domyślna, czyli folder <tt>Profiles</tt> w głównym katalogu Mirandy NG.
Accepts values:
* <code>never</code> — Show it only if the profile to use can't be guessed by any means.
* <code>yes</code> — Show it always.
* <code>smart</code> — (default) Show it if the command line doesn't contain a database name that exists or there is more or less than one database file in the [[#ProfileDir|ProfileDir]].
ShowProfileMgr=smart




Określa sposób pokazywania menedżera profili przy starcie.
==== DefaultProfile ====
Name of the profile to use if there's a choice. It can contain environment variables, e.g., <code>%USERNAME%</code>.


Przyjmuje wartości:
If Miranda is run with a command line parameter then that parameter is used instead of this setting.


Pokaż wyłącznie gdy w żaden sposób nie można określić jaki profil użyć.
If [[#ShowProfileMgr|ShowProfileMgr=never]] then this profile is run without a question. Otherwise the profile manager is run as usual but initially this profile is selected.


Zawsze pokazuj.
Default value: It is empty.
DefaultProfile=


(domyślna) Pokaż jeżeli wiersz poleceń nie zawiera nazwy profilu lub gdy jest więcej niż jeden profil w katalogu z profilami ('''ProfileDir''').


==== AutoCreate ====
Accepts values:
* <code>yes</code> — If [[#DefaultProfile|DefaultProfile]] setting or the command line parameter gives a profile name that doesn't exist then that profile is created.
* <code>no</code> — (default) The profile manager is shown in this case.
AutoCreate=no


Nazwa profilu, który ma zostać użyty jeżeli istnieje wybór. Tekst może zawierać zmienne środowiskowe jak np. <tt>%USERNAME%</tt>.


Jeżeli Miranda zostanie uruchamiana z wiersza poleceń z podanym profilem, to to ustawienie zostanie zignorowane. Jeżeli <tt>ShowProfileMgr=never</tt>, to uruchamiany jest ten profil. W innym wypadku menedżer profili jest pokazywany normalnie, a podany profil zostaje zaznaczony.
==== RememberPassword ====
When set to <code>1</code> it will store password in Windows Credential Manager.


Domyślnie puste.
Default value: <code>0</code>
RememberPassword=0




Przyjmuje wartości:
=== [AutoExec] ===
AutoExec is a system for batch addition of multiple settings to the database.
==== Use ====
Accepts values:
* <code>yes</code> — Install .ini files automatically.
* <code>no</code> — Disable the AutoExec system entirely.
* <code>prompt</code> — (default) Prompt the user before each installation. This setting doesn't affect the decision of whether to display further prompts.
Use=prompt


Jeżeli '''DefaultProfile''' lub wiersz poleceń podaje nazwę profilu, który nie istnieje, to profil zostaje utworzony.


(domyślna) Pokazuje menedżera profili.
==== Glob ====
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.


If this contains a relative path, it's relative to the directory containing Miranda*.exe file.


Gdy ustawione na <tt>1</tt>, będzie przechowywać hasło w Menedżerze połączeń systemu Windows. Domyślnie <tt>0</tt>.
Default value: <code>autoexec_*.ini</code>
Glob=autoexec_*.ini




AutoExec to system pozwalający na wprowadzeniu z pliku wielu ustawień do profilu (bazy danych).
==== Safe ====
A space-separated list of database module names known to be safe to alter.


Przyjmuje wartości:
Default value: <code>CLC Icons CLUI CList SkinSounds</code>
Safe=CLC Icons CLUI CList SkinSounds


Instaluj pliki <tt>*.ini</tt> automatycznie.
Całkowicie wyłącz system '''AutoExec'''.
(domyślna) Zapytaj użytkownika przed każdą instalacją. To ustawienie nie ma wpływu na to, czy wyświetlać dalsze powiadomienia.


==== Unsafe ====
A space-separated list of database module names that could be altered for malicious purposes (e.g., by faking a login server to steal passwords).


Wyrażenie wskazujące pliki, z których będą wczytywane ustawienia profilu. Sprawdzane po wczytaniu profilu i nieustannie w trakcie działanie Mirandy. Jeżeli zawiera względną ścieżkę to w stosunku do pliku <tt>Miranda*.exe</tt>.
Default value: <code>Facebook GG ICQ IRC JABBER MRA MSN SKYPE TWITTER VKontakte</code>
Unsafe=Facebook GG ICQ IRC JABBER MRA MSN SKYPE TWITTER




Oddzielona spacjami lista modułów bazy danych znana jako bezpieczne do zmiany.
==== OverrideSecurityFilename ====
System administrators may find it desirable to install settings without prompting the user. In that case all prompts and security will be overridden if the name of the .ini file matches the name given here.


Oddzielona spacjami lista modułów bazy danych, które mogą zostać zmienione w złych celach (np. podmianie serwera logowania w celu wykradnięcia hasła).
If this is used, make sure it's suitably random and hence not likely to be downloaded.


Administratorzy systemu mogą uznać za pożądane, aby instalować ustawienia bez powiadamiania użytkownika. Jeżeli nazwa pliku <tt>.ini</tt> będzie się zgadzać z podaną tutaj, to wszystkie monity i ostrzeżenia zostaną pominięte.
Default value: It is empty (no override possible).
OverrideSecurityFilename=


Gdy używane, zwróć uwagę żeby zawierało losową trudną do podrobienia nazwę.


Domyślnie puste (nadpisywanie niemożliwe).
==== OnCreateFilename ====
Defines .ini file that will be executed every time new profile is created.


Określa plik <tt>.ini</tt>, który będzie wykonywany za każdym razem gdy zostanie utworzony nowy profil.
Default value: It is empty (no override possible).
OnCreateFilename=


Domyślnie puste (nadpisywanie niemożliwe).


==== Warn ====
Accepts values:
* <code>all</code> — Warn the user before each setting change is made.
* <code>notsafe</code> — (default) Warn before each change to a setting in a group that isn't listed in the [[#Safe|Safe]] setting.
* <code>onlyunsafe</code> — Warn before each change to a setting in a group that is listed in the [[#Unsafe|Unsafe]] setting.
* <code>none</code> — Never warn the user.
Warn=notsafe


Przyjmuje wartości:


Ostrzegaj użytkownika przed zmianą każdego ustawienia.
==== OnCompletion ====
Defines what to do with the .ini file once it's imported.


(domyślna) Ostrzegaj przed zmianami w modułach, które nie są w wymienione w liście '''Safe'''.
Accepts values:
* <code>delete</code> — Delete the file from the disk.
* <code>recycle</code> — (default) Move the file to the recycle bin (same as delete if you've disabled Windows' recycle bin).
* <code>rename</code> — Add the string from the [[#RenamePrefix|RenamePrefix]] setting to the beginning of the filename.
* <code>leave</code> — Leave the file as-is. Note that this could cause it to be imported multiple times until it's moved.
* <code>ask</code> — Show a dialog to ask the user.
OnCompletion=recycle


Ostrzegaj przed zmianami w modułach, które są wymienione w liście '''Unsafe'''.


Nigdy nie ostrzegaj.
==== RenamePrefix ====
A string to add before the filename if the <code>rename</code> option is used for [[#OnCompletion|OnCompletion]] setting. This can include a path specifier to move the file, e.g., <code>..\</code>


Default value: <code>done_</code>
RenamePrefix=done_


Określa co robić z plikiem <tt>.ini</tt> po jego wczytaniu/przetworzeniu.


Przyjmuje wartości:
=== [PluginLoader] ===
Settings that determine how plugins are loaded.


Usuń plik z dysku.
==== AskAboutIgnoredPlugins ====
When set to <code>1</code>, will ask if re-enable a disabled plugin.


(domyślna) Przenieś plik do kosza. Jeżeli kosz jest wyłączony, to zadziała jak <tt>delete</tt>.
Default value: <code>0</code>
AskAboutIgnoredPlugins=0


Dodaj '''RenamePrefix''' do nazwy pliku.


Zostaw plik tak jak jest. Może to oznaczać, że będzie on wielokrotnie wczytywany aż do momentu przeniesienia.
=== [Language] ===
Language related settings.


Pokaż komunikat.
==== DefaultLanguage ====
Stores the name of the default language pack to be loaded at startup. If skipped, loads the first file that matches the <code>langpack_*.txt</code> mask.


Example: <code>DefaultLanguage=langpack_german.txt</code>


Określa tekst dodawany na początek nazwy pliku jeżeli <tt>OnCompletion=rename</tt>. Może zawierać specyfikator ścieżki, aby przenieść plik (np. <tt>..\</tt>).
It also accepts value of:
* <code>default</code> — Built-in English language.


Default value: It is empty.
DefaultLanguage=


Ustawienia określające sposób ładowania wtyczek.
Gdy ustawione na <tt>1</tt>, będzie pytać czy włączyć wyłączone wtyczki. Domyślnie <tt>0</tt>.
Ustawienia dotyczące języka.


=== [Interface] ===
Interface related settings.
   
   
Przechowuje nazwę pakietu językowego ładowanego na starcie. W przypadku pominięcia, ładuje pierwszy plik pasujący do schematu <tt>langpack_*.txt</tt>.
==== DpiAware ====
{{Strong|Experimental!}} Enables HiDPI ("Retina Display") support when set to <code>1</code>.


Przykład:
Default value: <code>0</code>
DpiAware=0


Może także przyjąć wartość:
[[Category: Pomoc]]
 
Wbudowany język angielski.
 
 
Ustawienia dotyczące interfejsu.
 
Eksperymentalne! Włącza wsparcie dla HiDPI (wyświetlaczy Retina), gdy ustawione na <tt>1</tt>. Domyślnie <tt>0</tt>.

Revision as of 15:02, 8 April 2018

Other languages:

File mirandaboot.ini contains the information required to get Miranda NG up and running, i.e., everything before a database is loaded.

Content of the file

See: mirandaboot.ini

Description of parameters

[Database]

Settings related to the location and loading of the database.

ProfileDir

Allows you to specify the directory to search for database files. If it's a relative path then it's relative to the directory containing Miranda*.exe file. You can use environment variables. To comply with Windows security guidelines, it is recommended that you keep your profile in %APPDATA%\Miranda NG.

If you do not specify directory, then default will be used, which is Profiles subdirectory in Miranda NG root folder.

ProfileDir=


ShowProfileMgr

Decides whether to show the profile manager on Miranda NG startup.

Accepts values:

  • never — Show it only if the profile to use can't be guessed by any means.
  • yes — Show it always.
  • smart — (default) Show it if the command line doesn't contain a database name that exists or there is more or less than one database file in the ProfileDir.
ShowProfileMgr=smart


DefaultProfile

Name of the profile to use if there's a choice. It can contain environment variables, e.g., %USERNAME%.

If Miranda is run with a command line parameter then that parameter is used instead of this setting.

If ShowProfileMgr=never then this profile is run without a question. Otherwise the profile manager is run as usual but initially this profile is selected.

Default value: It is empty.

DefaultProfile=


AutoCreate

Accepts values:

  • yes — If DefaultProfile setting or the command line parameter gives a profile name that doesn't exist then that profile is created.
  • no — (default) The profile manager is shown in this case.
AutoCreate=no


RememberPassword

When set to 1 it will store password in Windows Credential Manager.

Default value: 0

RememberPassword=0


[AutoExec]

AutoExec is a system for batch addition of multiple settings to the database.

Use

Accepts values:

  • yes — Install .ini files automatically.
  • no — Disable the AutoExec system entirely.
  • prompt — (default) Prompt the user before each installation. This setting doesn't affect the decision of whether to display further prompts.
Use=prompt


Glob

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.

If this contains a relative path, it's relative to the directory containing Miranda*.exe file.

Default value: autoexec_*.ini

Glob=autoexec_*.ini


Safe

A space-separated list of database module names known to be safe to alter.

Default value: CLC Icons CLUI CList SkinSounds

Safe=CLC Icons CLUI CList SkinSounds


Unsafe

A space-separated list of database module names that could be altered for malicious purposes (e.g., by faking a login server to steal passwords).

Default value: Facebook GG ICQ IRC JABBER MRA MSN SKYPE TWITTER VKontakte

Unsafe=Facebook GG ICQ IRC JABBER MRA MSN SKYPE TWITTER


OverrideSecurityFilename

System administrators may find it desirable to install settings without prompting the user. In that case all prompts and security will be overridden if the name of the .ini file matches the name given here.

If this is used, make sure it's suitably random and hence not likely to be downloaded.

Default value: It is empty (no override possible).

OverrideSecurityFilename=


OnCreateFilename

Defines .ini file that will be executed every time new profile is created.

Default value: It is empty (no override possible).

OnCreateFilename=


Warn

Accepts values:

  • all — Warn the user before each setting change is made.
  • 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.
  • none — Never warn the user.
Warn=notsafe


OnCompletion

Defines what to do with the .ini file once it's imported.

Accepts values:

  • 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 from the RenamePrefix setting 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.
  • 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 setting. This can include a path specifier to move the file, e.g., ..\

Default value: done_

RenamePrefix=done_


[PluginLoader]

Settings that determine how plugins are loaded.

AskAboutIgnoredPlugins

When set to 1, will ask if re-enable a disabled plugin.

Default value: 0

AskAboutIgnoredPlugins=0


[Language]

Language related settings.

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.

Example: DefaultLanguage=langpack_german.txt

It also accepts value of:

  • default — Built-in English language.

Default value: It is empty.

DefaultLanguage=


[Interface]

Interface related settings.

DpiAware

Experimental! Enables HiDPI ("Retina Display") support when set to 1.

Default value: 0

DpiAware=0