All translations

Jump to navigation Jump to search

Enter a message name below to show all available translations.

Message

Found 2 translations.

NameCurrent message text
 h English (en)# Import settings from <tt>Autoexec_PackUpdater.ini</tt> to profile. Add strings needed for plugin (e.g., descriptions of update components) to your <tt>langpack_*.txt</tt>.
#; Variables in <tt>Autoexec_PackUpdater.ini</tt>
#* <tt>AutoUpdate</tt> – check updates automatically on Miranda startup. Can be configured in {{Menu|Events|Pack updates}}.
#* <tt>File_VersionURL</tt> – URL where file with information about versions for all files (<tt>File1.ini</tt>) is stored.
#* <tt>FileCount</tt> – number of files to check updates for. Plugin supports checking for several files, but in most cases it is enough to check only pack setup file.
#* <tt>File_x_CurrentVersion</tt> and <tt>File_x_LastVersion</tt> where
#** <tt>x</tt> is a serial number of file beginning with <tt>1</tt>
#** <tt>CurrentVersion</tt> – set it to 1.0.0 (or any other you like) and don't change it any more
#** <tt>LastVersion</tt> – the same.
# Create file with information about versions (<tt>File1.ini</tt>), one for all files to check.
#; Options of <tt>File1.ini</tt>
#* Handle <tt>[FileInfo_х]</tt> where <tt>х</tt> is a serial number of file beginning with <tt>1</tt>. Must match the number in profile.
#* <tt>FileVersion</tt> – current version of file (i.e. version of file in new pack).
#* <tt>Message</tt> – the message that user will see when plugin finds new version.
#* <tt>DownloadURL</tt> – URL of update file (pack setup).
#* <tt>DiskFileName</tt> – name of file saved on user's PC.
#* <tt>FileType</tt> – type of file. Defines final destination of file:
#** 1 – pack
#** 2 – plugin (will be installed into <tt>Plugins</tt> folder)
#** 3 – icon set (will be installed into <tt>Icons</tt> folder)
#** 4 – files in Miranda root folder
#* <tt>Descr</tt> – description to show in update list.
#* <tt>InfoURL</tt> (optional) – sets the URL to be opened by click on ''See information'' button in update message box.
#* <tt>AdvFolder</tt> (optional) – sets subfolder in the folder defined by <tt>FileType</tt>.
#* <tt>Force</tt> (optional) – to update a non-existent file, i.e. add file which is not present in current Miranda installation.
# Upload your updates and file with information on server.
 h русский (ru)# Импортируйте настройки из <tt>Autoexec_PackUpdater.ini</tt> в профиль и добавьте в {{GlossLink|Языковой пакет|лангпак}} блок с переводом (например, описания компонентов обновления).
#; Опции <tt>Autoexec_PackUpdater.ini</tt>
#* <tt>AutoUpdate</tt> — проверять обновления при запуске Миранды. Настраивается в опциях, в разделе {{Menu|События|Обновление сборки}}.
#* <tt>File_VersionURL</tt> — URL, по которому лежит файл <tt>File1.ini</tt> с информацией о версиях для всех файлов.
#* <tt>FileCount</tt> — количество файлов, для которых нужно проверять обновления. Плагин поддерживает проверку нескольких файлов, однако чаще всего бывает достаточно одного (установщика сборки).
#* <tt>File_x_CurrentVersion</tt> и <tt>File_x_LastVersion</tt>, где
#** <tt>x</tt> — порядковый номер файла, начиная с <tt>1</tt>
#** <tt>CurrentVersion</tt> — выставьте 1.0.0 (или любое другое значение) и больше не меняйте
#** <tt>LastVersion</tt> — то же самое.
# Создайте файл с информацией о версиях (<tt>File1.ini</tt>), один для всех проверяемых файлов.
#; Опции <tt>File1.ini</tt>
#* Заголовок <tt>[FileInfo_х]</tt>, где <tt>х</tt> — номер файла, начиная с <tt>1</tt>. Должен совпадать с номером, импортированным в профиль.
#* <tt>FileVersion</tt> — текущая версия файла (т. е. та, на которую обновляемся).
#* <tt>Message</tt> — сообщение, которое выводит плагин при нахождении этого обновления.
#* <tt>DownloadURL</tt> — URL, по которому лежит файл обновления (установщик сборки).
#* <tt>DiskFileName</tt> — имя файла на диске.
#* <tt>FileType</tt> — тип файла. Определяет конечное его расположение:
#** 1 — сборка
#** 2 — плагин (будет установлен в папку <tt>Plugins</tt>)
#** 3 — набор значков (будет установлен в папку <tt>Icons</tt>)
#** 4 — файлы в корне Миранды
#* <tt>Descr</tt> — описание, которое будет выводиться в окне обновления.
#* <tt>InfoURL</tt> (опционально) — в окошке уведомления появляется кнопка {{Button|Смотреть инфо}}, при нажатии на которую в новом окне откроется указанная страница.
#* <tt>AdvFolder</tt> (опционально) — задает подпапку в папке, определяемой типом файла <tt>FileType</tt>.
#* <tt>Force</tt> (опционально) — файл будет предложен для обновления, даже если он отсутствует.
# Загрузите обновления и файл с информацией о версиях на сервер.