diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-01-02 19:42:28 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-01-02 19:42:28 +0000 |
commit | 03cf70354883afe50085fee5f9c918869639f0d9 (patch) | |
tree | b0e2964ae409e3ceb045a6abc4a1d9416bdbad96 /tools | |
parent | 8b370768afba86951fb6ef5071b429d57855b202 (diff) |
- LangpackSuite: Ukrainian translation added (not working yet)
git-svn-id: http://svn.miranda-ng.org/main/trunk@2917 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Langpack Suite/Form1.Designer.cs | 1 | ||||
-rw-r--r-- | tools/Langpack Suite/Form1.cs | 5 | ||||
-rw-r--r-- | tools/Langpack Suite/LangpackSuite.csproj | 20 | ||||
-rw-r--r-- | tools/Langpack Suite/Properties/Resources.Designer.cs | 24 | ||||
-rw-r--r-- | tools/Langpack Suite/Properties/Settings.Designer.cs | 10 | ||||
-rw-r--r-- | tools/Langpack Suite/app.config | 2 | ||||
-rw-r--r-- | tools/Langpack Suite/myRes.Designer.cs | 2 | ||||
-rw-r--r-- | tools/Langpack Suite/myRes.uk-UA.Designer.cs | 0 | ||||
-rw-r--r-- | tools/Langpack Suite/myRes.uk-UA.resx | 312 |
9 files changed, 354 insertions, 22 deletions
diff --git a/tools/Langpack Suite/Form1.Designer.cs b/tools/Langpack Suite/Form1.Designer.cs index 5c6276d6d7..2e3098e01a 100644 --- a/tools/Langpack Suite/Form1.Designer.cs +++ b/tools/Langpack Suite/Form1.Designer.cs @@ -444,6 +444,7 @@ this.LanguageComboBox.FormattingEnabled = true;
this.LanguageComboBox.Items.AddRange(new object[] {
"English",
+ "Українська",
"Русский"});
this.LanguageComboBox.Location = new System.Drawing.Point(204, 324);
this.LanguageComboBox.Name = "LanguageComboBox";
diff --git a/tools/Langpack Suite/Form1.cs b/tools/Langpack Suite/Form1.cs index 2a71eacc6c..d9ceceb1c3 100644 --- a/tools/Langpack Suite/Form1.cs +++ b/tools/Langpack Suite/Form1.cs @@ -77,6 +77,11 @@ namespace Langpack_Suite culture = CultureInfo.CurrentCulture;
if (culture.ToString() == "ru-RU")
{
+ LanguageComboBox.SelectedIndex = 2;
+ }
+ else
+ if (culture.ToString() == "uk-UA")
+ {
LanguageComboBox.SelectedIndex = 1;
}
else
diff --git a/tools/Langpack Suite/LangpackSuite.csproj b/tools/Langpack Suite/LangpackSuite.csproj index 5b49ca5edf..464ebf1e01 100644 --- a/tools/Langpack Suite/LangpackSuite.csproj +++ b/tools/Langpack Suite/LangpackSuite.csproj @@ -10,8 +10,9 @@ <AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>LangpackSuite</RootNamespace>
<AssemblyName>LangpackSuite</AssemblyName>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- <TargetFrameworkProfile>Client</TargetFrameworkProfile>
+ <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
+ <TargetFrameworkProfile>
+ </TargetFrameworkProfile>
<FileAlignment>512</FileAlignment>
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
@@ -38,6 +39,7 @@ <DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
+ <Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<PlatformTarget>x86</PlatformTarget>
@@ -47,6 +49,7 @@ <DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
+ <Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>res/miranda_logo.ico</ApplicationIcon>
@@ -83,12 +86,23 @@ <DesignTime>True</DesignTime>
<DependentUpon>myRes.ru-RU.resx</DependentUpon>
</Compile>
- <Compile Include="Program.cs" />
+ <Compile Include="myRes.uk-UA.Designer.cs">
+ <AutoGen>True</AutoGen>
+ <DesignTime>True</DesignTime>
+ <DependentUpon>myRes.uk-UA.resx</DependentUpon>
+ </Compile>
+ <Compile Include="Program.cs">
+ <Generator>ResXFileCodeGenerator</Generator>
+ </Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Searcher.cs" />
<EmbeddedResource Include="Form1.resx">
<DependentUpon>Form1.cs</DependentUpon>
</EmbeddedResource>
+ <EmbeddedResource Include="myRes.uk-UA.resx">
+ <Generator>ResXFileCodeGenerator</Generator>
+ <LastGenOutput>myRes.uk-UA.Designer.cs</LastGenOutput>
+ </EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
diff --git a/tools/Langpack Suite/Properties/Resources.Designer.cs b/tools/Langpack Suite/Properties/Resources.Designer.cs index 2b8724b2a0..6230c3a0a5 100644 --- a/tools/Langpack Suite/Properties/Resources.Designer.cs +++ b/tools/Langpack Suite/Properties/Resources.Designer.cs @@ -1,10 +1,10 @@ //------------------------------------------------------------------------------
// <auto-generated>
-// Этот код создан программой.
-// Исполняемая версия:4.0.30319.239
+// This code was generated by a tool.
+// Runtime Version:4.0.30319.17929
//
-// Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
-// повторной генерации кода.
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
@@ -13,12 +13,12 @@ namespace LangpackSuite.Properties { /// <summary>
- /// Класс ресурса со строгой типизацией для поиска локализованных строк и т.д.
+ /// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
- // Этот класс создан автоматически классом StronglyTypedResourceBuilder
- // с помощью такого средства, как ResGen или Visual Studio.
- // Чтобы добавить или удалить член, измените файл .ResX и снова запустите ResGen
- // с параметром /str или перестройте свой проект VS.
+ // This class was auto-generated by the StronglyTypedResourceBuilder
+ // class via a tool like ResGen or Visual Studio.
+ // To add or remove a member, edit your .ResX file then rerun ResGen
+ // with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
@@ -33,7 +33,7 @@ namespace LangpackSuite.Properties { }
/// <summary>
- /// Возвращает кэшированный экземпляр ResourceManager, использованный этим классом.
+ /// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
@@ -47,8 +47,8 @@ namespace LangpackSuite.Properties { }
/// <summary>
- /// Перезаписывает свойство CurrentUICulture текущего потока для всех
- /// обращений к ресурсу с помощью этого класса ресурса со строгой типизацией.
+ /// Overrides the current thread's CurrentUICulture property for all
+ /// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
diff --git a/tools/Langpack Suite/Properties/Settings.Designer.cs b/tools/Langpack Suite/Properties/Settings.Designer.cs index a02c6aae83..d198aa5d96 100644 --- a/tools/Langpack Suite/Properties/Settings.Designer.cs +++ b/tools/Langpack Suite/Properties/Settings.Designer.cs @@ -1,10 +1,10 @@ //------------------------------------------------------------------------------
// <auto-generated>
-// Этот код создан программой.
-// Исполняемая версия:4.0.30319.239
+// This code was generated by a tool.
+// Runtime Version:4.0.30319.17929
//
-// Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
-// повторной генерации кода.
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
@@ -12,7 +12,7 @@ namespace LangpackSuite.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")]
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
diff --git a/tools/Langpack Suite/app.config b/tools/Langpack Suite/app.config index f76deb94ff..b7a7ef1660 100644 --- a/tools/Langpack Suite/app.config +++ b/tools/Langpack Suite/app.config @@ -1,3 +1,3 @@ <?xml version="1.0"?>
<configuration>
-<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0,Profile=Client"/></startup></configuration>
+<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/></startup></configuration>
diff --git a/tools/Langpack Suite/myRes.Designer.cs b/tools/Langpack Suite/myRes.Designer.cs index 07087604bd..de131dc25a 100644 --- a/tools/Langpack Suite/myRes.Designer.cs +++ b/tools/Langpack Suite/myRes.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
-// Runtime Version:4.0.30319.269
+// Runtime Version:4.0.30319.17929
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
diff --git a/tools/Langpack Suite/myRes.uk-UA.Designer.cs b/tools/Langpack Suite/myRes.uk-UA.Designer.cs new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/tools/Langpack Suite/myRes.uk-UA.Designer.cs diff --git a/tools/Langpack Suite/myRes.uk-UA.resx b/tools/Langpack Suite/myRes.uk-UA.resx new file mode 100644 index 0000000000..6be9f10a21 --- /dev/null +++ b/tools/Langpack Suite/myRes.uk-UA.resx @@ -0,0 +1,312 @@ +<?xml version="1.0" encoding="utf-8"?>
+<root>
+ <!--
+ Microsoft ResX Schema
+
+ Version 2.0
+
+ The primary goals of this format is to allow a simple XML format
+ that is mostly human readable. The generation and parsing of the
+ various data types are done through the TypeConverter classes
+ associated with the data types.
+
+ Example:
+
+ ... ado.net/XML headers & schema ...
+ <resheader name="resmimetype">text/microsoft-resx</resheader>
+ <resheader name="version">2.0</resheader>
+ <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
+ <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
+ <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
+ <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
+ <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
+ <value>[base64 mime encoded serialized .NET Framework object]</value>
+ </data>
+ <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+ <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
+ <comment>This is a comment</comment>
+ </data>
+
+ There are any number of "resheader" rows that contain simple
+ name/value pairs.
+
+ Each data row contains a name, and value. The row also contains a
+ type or mimetype. Type corresponds to a .NET class that support
+ text/value conversion through the TypeConverter architecture.
+ Classes that don't support this are serialized and stored with the
+ mimetype set.
+
+ The mimetype is used for serialized objects, and tells the
+ ResXResourceReader how to depersist the object. This is currently not
+ extensible. For a given mimetype the value must be set accordingly:
+
+ Note - application/x-microsoft.net.object.binary.base64 is the format
+ that the ResXResourceWriter will generate, however the reader can
+ read any of the formats listed below.
+
+ mimetype: application/x-microsoft.net.object.binary.base64
+ value : The object must be serialized with
+ : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
+ : and then encoded with base64 encoding.
+
+ mimetype: application/x-microsoft.net.object.soap.base64
+ value : The object must be serialized with
+ : System.Runtime.Serialization.Formatters.Soap.SoapFormatter
+ : and then encoded with base64 encoding.
+
+ mimetype: application/x-microsoft.net.object.bytearray.base64
+ value : The object must be serialized into a byte array
+ : using a System.ComponentModel.TypeConverter
+ : and then encoded with base64 encoding.
+ -->
+ <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
+ <xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
+ <xsd:element name="root" msdata:IsDataSet="true">
+ <xsd:complexType>
+ <xsd:choice maxOccurs="unbounded">
+ <xsd:element name="metadata">
+ <xsd:complexType>
+ <xsd:sequence>
+ <xsd:element name="value" type="xsd:string" minOccurs="0" />
+ </xsd:sequence>
+ <xsd:attribute name="name" use="required" type="xsd:string" />
+ <xsd:attribute name="type" type="xsd:string" />
+ <xsd:attribute name="mimetype" type="xsd:string" />
+ <xsd:attribute ref="xml:space" />
+ </xsd:complexType>
+ </xsd:element>
+ <xsd:element name="assembly">
+ <xsd:complexType>
+ <xsd:attribute name="alias" type="xsd:string" />
+ <xsd:attribute name="name" type="xsd:string" />
+ </xsd:complexType>
+ </xsd:element>
+ <xsd:element name="data">
+ <xsd:complexType>
+ <xsd:sequence>
+ <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
+ <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
+ </xsd:sequence>
+ <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
+ <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
+ <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
+ <xsd:attribute ref="xml:space" />
+ </xsd:complexType>
+ </xsd:element>
+ <xsd:element name="resheader">
+ <xsd:complexType>
+ <xsd:sequence>
+ <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
+ </xsd:sequence>
+ <xsd:attribute name="name" type="xsd:string" use="required" />
+ </xsd:complexType>
+ </xsd:element>
+ </xsd:choice>
+ </xsd:complexType>
+ </xsd:element>
+ </xsd:schema>
+ <resheader name="resmimetype">
+ <value>text/microsoft-resx</value>
+ </resheader>
+ <resheader name="version">
+ <value>2.0</value>
+ </resheader>
+ <resheader name="reader">
+ <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+ </resheader>
+ <resheader name="writer">
+ <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+ </resheader>
+ <data name="AssignLang" xml:space="preserve">
+ <value>Ленгпак вибрано...</value>
+ </data>
+ <data name="AssignLangBtn" xml:space="preserve">
+ <value>Вибрати</value>
+ </data>
+ <data name="AutoModeBtn" xml:space="preserve">
+ <value>Автоматичний</value>
+ </data>
+ <data name="ComFound" xml:space="preserve">
+ <value>Знайдені закоментовані рядки...</value>
+ </data>
+ <data name="CommentFindBtn" xml:space="preserve">
+ <value>Пошук закоментованного</value>
+ </data>
+ <data name="ComNotFound" xml:space="preserve">
+ <value>Закоментовані рядки не знайдені!</value>
+ </data>
+ <data name="CoreNotFound" xml:space="preserve">
+ <value>Файл =CORE=.txt не знайден...</value>
+ </data>
+ <data name="CreateLangpackBtn" xml:space="preserve">
+ <value>Генорувати ленгпак</value>
+ </data>
+ <data name="Done" xml:space="preserve">
+ <value>Виконано!</value>
+ </data>
+ <data name="DupesFindBtn" xml:space="preserve">
+ <value>Пошук дублів</value>
+ </data>
+ <data name="DupesNotFound" xml:space="preserve">
+ <value>Файл =DUPES=.txt не знайдено...</value>
+ </data>
+ <data name="DupFound" xml:space="preserve">
+ <value>Дублі знайдені...</value>
+ </data>
+ <data name="DupNotFound" xml:space="preserve">
+ <value>Дублі не знайдені!</value>
+ </data>
+ <data name="DupStop" xml:space="preserve">
+ <value>Робота зупинина.</value>
+ </data>
+ <data name="Error" xml:space="preserve">
+ <value>Помилка</value>
+ </data>
+ <data name="File2NotFound" xml:space="preserve">
+ <value>.txt не знайдено...</value>
+ </data>
+ <data name="FileNotFound" xml:space="preserve">
+ <value> не знайдено...</value>
+ </data>
+ <data name="FileText" xml:space="preserve">
+ <value>Файл </value>
+ </data>
+ <data name="FindLang" xml:space="preserve">
+ <value>Пошук ленгпака...</value>
+ </data>
+ <data name="GenStop" xml:space="preserve">
+ <value>Генерація зупинина.</value>
+ </data>
+ <data name="GenText" xml:space="preserve">
+ <value>Генерація ленгпака...</value>
+ </data>
+ <data name="groupBox1" xml:space="preserve">
+ <value>Вибір файлу ленгпака</value>
+ </data>
+ <data name="groupBox2" xml:space="preserve">
+ <value>Файл результату</value>
+ </data>
+ <data name="groupBox5" xml:space="preserve">
+ <value>Режим роботи</value>
+ </data>
+ <data name="HeadNotFound" xml:space="preserve">
+ <value>Файл =HEAD=.txt не знайдено...</value>
+ </data>
+ <data name="Inf" xml:space="preserve">
+ <value>Інформація</value>
+ </data>
+ <data name="label1" xml:space="preserve">
+ <value>Назва ленгпака:</value>
+ </data>
+ <data name="label2" xml:space="preserve">
+ <value>Ім'я:</value>
+ </data>
+ <data name="label3" xml:space="preserve">
+ <value>Файл LinkList.txt містить посилання на окремі файли
+локалізації і може бути використаний в будь-якій програмі
+для завантаження файлів з мережі. Завантажені файли можуть
+бути використані для створення повної локалізації або
+складається тільки з використовуваних Вами модулів
+(інформація взята з version info файлу, при його
+наявності).</value>
+ </data>
+ <data name="label4" xml:space="preserve">
+ <value>URL сайту з першоджерелами:</value>
+ </data>
+ <data name="LangNotFound" xml:space="preserve">
+ <value>Ленгпак не знайдено...</value>
+ </data>
+ <data name="LangPathLbl" xml:space="preserve">
+ <value>не выбран</value>
+ </data>
+ <data name="LanguageLbl" xml:space="preserve">
+ <value>Мова інтерфейсу:</value>
+ </data>
+ <data name="LinkListGen" xml:space="preserve">
+ <value>Генерація LinkList...</value>
+ </data>
+ <data name="LinkListGenBtn" xml:space="preserve">
+ <value>Створити файл</value>
+ </data>
+ <data name="ManualModeBtn" xml:space="preserve">
+ <value>Ручний</value>
+ </data>
+ <data name="NotOpen" xml:space="preserve">
+ <value>Неможливо відкрити файл.</value>
+ </data>
+ <data name="NotTransFound" xml:space="preserve">
+ <value>Знайдені неперекладені рядки...</value>
+ </data>
+ <data name="NotTranslFindBtn" xml:space="preserve">
+ <value>Пошук неперекладеного</value>
+ </data>
+ <data name="NotTransNotFound" xml:space="preserve">
+ <value>Неперекладені рядки не знайдені!</value>
+ </data>
+ <data name="NotWrite" xml:space="preserve">
+ <value>Неможливо записати файл.</value>
+ </data>
+ <data name="OwnFileCheckBox" xml:space="preserve">
+ <value>Додати свій файл до ленгпаку</value>
+ </data>
+ <data name="PlugLink" xml:space="preserve">
+ <value>Запис файлів з папки Plugins...</value>
+ </data>
+ <data name="RootLink" xml:space="preserve">
+ <value>Запис файлів з кореневої папки...</value>
+ </data>
+ <data name="SelectOwnFileBtn" xml:space="preserve">
+ <value>Вибрати</value>
+ </data>
+ <data name="tabPage1" xml:space="preserve">
+ <value>Генератор</value>
+ </data>
+ <data name="tabPage2" xml:space="preserve">
+ <value>Список файлів</value>
+ </data>
+ <data name="tabPage3" xml:space="preserve">
+ <value>Пошук дублів</value>
+ </data>
+ <data name="VersionNotFound" xml:space="preserve">
+ <value>Файл =VERSION=.txt не знайден...</value>
+ </data>
+ <data name="VIGen" xml:space="preserve">
+ <value>Знайдено файл VersionInfo.txt, буде сгенеровано короткий ленгпак...</value>
+ </data>
+ <data name="WeatherLink" xml:space="preserve">
+ <value>Запис файлів з папки Weather...</value>
+ </data>
+ <data name="WOVIGen" xml:space="preserve">
+ <value>VersionInfo.txt не знайдено, буде згенерировано повний ленгпак...</value>
+ </data>
+ <data name="WrongSelect" xml:space="preserve">
+ <value>Папка обрана неправильно...</value>
+ </data>
+ <data name="PlugLinkNotFound" xml:space="preserve">
+ <value>Підпапка Plugins не знайдена...</value>
+ </data>
+ <data name="WeatherLinkNotFound" xml:space="preserve">
+ <value>Підпапка Weather не знайдена...</value>
+ </data>
+ <data name="GetVICheckBox" xml:space="preserve">
+ <value>Завантажити файл ВІ з Інтернету або повніий шлях</value>
+ </data>
+ <data name="label6" xml:space="preserve">
+ <value>наприклад, http://www.miranda-vi.org/report/mataes</value>
+ </data>
+ <data name="tipper" xml:space="preserve">
+ <value>Список параметрів командного рядка</value>
+ </data>
+ <data name="VarHead" xml:space="preserve">
+ <value>Аргументи</value>
+ </data>
+ <data name="VarText" xml:space="preserve">
+ <value>\q - тиха генерація
+\n - ім'я файла ленгпака
+\o - шлях до файлу для включення у ленгпак
+\u - Посилання на ВІ с miranda-vi.org або повний локальний шлях
+\l - шлях вихідного файлу ленгпаку
+
+Приклад, LangpackSuite.exe \q \nLang_Test \o"My Strings.txt" \uD:\Miranda\VersionInfo.txt</value>
+ </data>
+</root>
\ No newline at end of file |