mirror of
https://gitlab.com/buildfeed/BuildFeed.git
synced 2024-03-22 21:10:34 +08:00
Add Polish and Turkish translations
This commit is contained in:
parent
5501453484
commit
3b27d9be75
|
@ -231,6 +231,16 @@
|
|||
<AutoGen>True</AutoGen>
|
||||
<DesignTime>True</DesignTime>
|
||||
</Compile>
|
||||
<Compile Include="Local\Common.pl.Designer.cs">
|
||||
<DependentUpon>Common.pl.resx</DependentUpon>
|
||||
<AutoGen>True</AutoGen>
|
||||
<DesignTime>True</DesignTime>
|
||||
</Compile>
|
||||
<Compile Include="Local\Common.tr.Designer.cs">
|
||||
<DependentUpon>Common.tr.resx</DependentUpon>
|
||||
<AutoGen>True</AutoGen>
|
||||
<DesignTime>True</DesignTime>
|
||||
</Compile>
|
||||
<Compile Include="Local\Common.ro.Designer.cs">
|
||||
<DependentUpon>Common.ro.resx</DependentUpon>
|
||||
<AutoGen>True</AutoGen>
|
||||
|
@ -356,6 +366,16 @@
|
|||
<AutoGen>True</AutoGen>
|
||||
<DesignTime>True</DesignTime>
|
||||
</Compile>
|
||||
<Compile Include="Local\Front.pl.Designer.cs">
|
||||
<DependentUpon>Front.pl.resx</DependentUpon>
|
||||
<AutoGen>True</AutoGen>
|
||||
<DesignTime>True</DesignTime>
|
||||
</Compile>
|
||||
<Compile Include="Local\Front.tr.Designer.cs">
|
||||
<DependentUpon>Front.tr.resx</DependentUpon>
|
||||
<AutoGen>True</AutoGen>
|
||||
<DesignTime>True</DesignTime>
|
||||
</Compile>
|
||||
<Compile Include="Local\Front.ro.Designer.cs">
|
||||
<DependentUpon>Front.ro.resx</DependentUpon>
|
||||
<AutoGen>True</AutoGen>
|
||||
|
@ -466,6 +486,16 @@
|
|||
<AutoGen>True</AutoGen>
|
||||
<DesignTime>True</DesignTime>
|
||||
</Compile>
|
||||
<Compile Include="Local\Model.pl.Designer.cs">
|
||||
<DependentUpon>Model.pl.resx</DependentUpon>
|
||||
<AutoGen>True</AutoGen>
|
||||
<DesignTime>True</DesignTime>
|
||||
</Compile>
|
||||
<Compile Include="Local\Model.tr.Designer.cs">
|
||||
<DependentUpon>Model.tr.resx</DependentUpon>
|
||||
<AutoGen>True</AutoGen>
|
||||
<DesignTime>True</DesignTime>
|
||||
</Compile>
|
||||
<Compile Include="Local\Model.he.Designer.cs">
|
||||
<DependentUpon>Model.he.resx</DependentUpon>
|
||||
<AutoGen>True</AutoGen>
|
||||
|
@ -596,6 +626,16 @@
|
|||
<AutoGen>True</AutoGen>
|
||||
<DesignTime>True</DesignTime>
|
||||
</Compile>
|
||||
<Compile Include="Local\Support.pl.Designer.cs">
|
||||
<DependentUpon>Support.pl.resx</DependentUpon>
|
||||
<AutoGen>True</AutoGen>
|
||||
<DesignTime>True</DesignTime>
|
||||
</Compile>
|
||||
<Compile Include="Local\Support.tr.Designer.cs">
|
||||
<DependentUpon>Support.tr.resx</DependentUpon>
|
||||
<AutoGen>True</AutoGen>
|
||||
<DesignTime>True</DesignTime>
|
||||
</Compile>
|
||||
<Compile Include="Local\Support.ro.Designer.cs">
|
||||
<DependentUpon>Support.ro.resx</DependentUpon>
|
||||
<AutoGen>True</AutoGen>
|
||||
|
@ -872,6 +912,14 @@
|
|||
<Generator>PublicResXFileCodeGenerator</Generator>
|
||||
<LastGenOutput>Common.id.Designer.cs</LastGenOutput>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Local\Common.pl.resx">
|
||||
<Generator>PublicResXFileCodeGenerator</Generator>
|
||||
<LastGenOutput>Common.pl.Designer.cs</LastGenOutput>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Local\Common.tr.resx">
|
||||
<Generator>PublicResXFileCodeGenerator</Generator>
|
||||
<LastGenOutput>Common.tr.Designer.cs</LastGenOutput>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Local\Common.ro.resx">
|
||||
<Generator>PublicResXFileCodeGenerator</Generator>
|
||||
<LastGenOutput>Common.ro.Designer.cs</LastGenOutput>
|
||||
|
@ -972,6 +1020,14 @@
|
|||
<Generator>PublicResXFileCodeGenerator</Generator>
|
||||
<LastGenOutput>Front.id.Designer.cs</LastGenOutput>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Local\Front.pl.resx">
|
||||
<Generator>PublicResXFileCodeGenerator</Generator>
|
||||
<LastGenOutput>Front.pl.Designer.cs</LastGenOutput>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Local\Front.tr.resx">
|
||||
<Generator>PublicResXFileCodeGenerator</Generator>
|
||||
<LastGenOutput>Front.tr.Designer.cs</LastGenOutput>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Local\Front.ro.resx">
|
||||
<Generator>PublicResXFileCodeGenerator</Generator>
|
||||
<LastGenOutput>Front.ro.Designer.cs</LastGenOutput>
|
||||
|
@ -1060,6 +1116,16 @@
|
|||
<Generator>PublicResXFileCodeGenerator</Generator>
|
||||
<LastGenOutput>Front.qps-ploc.Designer.cs</LastGenOutput>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Local\Model.pl.resx">
|
||||
<Generator>PublicResXFileCodeGenerator</Generator>
|
||||
<LastGenOutput>Model.pl.Designer.cs</LastGenOutput>
|
||||
<SubType>Designer</SubType>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Local\Model.tr.resx">
|
||||
<Generator>PublicResXFileCodeGenerator</Generator>
|
||||
<LastGenOutput>Model.tr.Designer.cs</LastGenOutput>
|
||||
<SubType>Designer</SubType>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Local\Model.he.resx">
|
||||
<Generator>PublicResXFileCodeGenerator</Generator>
|
||||
<LastGenOutput>Model.he.Designer.cs</LastGenOutput>
|
||||
|
@ -1188,6 +1254,14 @@
|
|||
<Generator>PublicResXFileCodeGenerator</Generator>
|
||||
<LastGenOutput>Support.id.Designer.cs</LastGenOutput>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Local\Support.pl.resx">
|
||||
<Generator>PublicResXFileCodeGenerator</Generator>
|
||||
<LastGenOutput>Support.pl.Designer.cs</LastGenOutput>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Local\Support.tr.resx">
|
||||
<Generator>PublicResXFileCodeGenerator</Generator>
|
||||
<LastGenOutput>Support.tr.Designer.cs</LastGenOutput>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Local\Support.ro.resx">
|
||||
<Generator>PublicResXFileCodeGenerator</Generator>
|
||||
<LastGenOutput>Support.ro.Designer.cs</LastGenOutput>
|
||||
|
|
|
@ -20,6 +20,7 @@ public class SiteLocale
|
|||
new SiteLocale("id"),
|
||||
new SiteLocale("it"),
|
||||
new SiteLocale("nl"),
|
||||
new SiteLocale("pl"),
|
||||
new SiteLocale("pt"),
|
||||
new SiteLocale("pt-br"),
|
||||
new SiteLocale("qps-ploc"),
|
||||
|
@ -28,6 +29,7 @@ public class SiteLocale
|
|||
new SiteLocale("sk"),
|
||||
new SiteLocale("sl"),
|
||||
new SiteLocale("sv"),
|
||||
new SiteLocale("tr"),
|
||||
new SiteLocale("zh-cn"),
|
||||
new SiteLocale("zh-tw")
|
||||
};
|
||||
|
|
0
BuildFeed/Local/Common.pl.Designer.cs
generated
Normal file
0
BuildFeed/Local/Common.pl.Designer.cs
generated
Normal file
198
BuildFeed/Local/Common.pl.resx
Normal file
198
BuildFeed/Local/Common.pl.resx
Normal file
|
@ -0,0 +1,198 @@
|
|||
<?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="AddBuild" xml:space="preserve">
|
||||
<value>Dodaj build</value>
|
||||
</data>
|
||||
<data name="Admin" xml:space="preserve">
|
||||
<value>Admin</value>
|
||||
</data>
|
||||
<data name="ContributeOn" xml:space="preserve">
|
||||
<value>Współtwórz na</value>
|
||||
</data>
|
||||
<data name="Credits" xml:space="preserve">
|
||||
<value>Autorzy</value>
|
||||
</data>
|
||||
<data name="DevelopedBy" xml:space="preserve">
|
||||
<value>Stworzone przez</value>
|
||||
</data>
|
||||
<data name="Error" xml:space="preserve">
|
||||
<value>Błąd</value>
|
||||
</data>
|
||||
<data name="LogIn" xml:space="preserve">
|
||||
<value>Zaloguj się</value>
|
||||
</data>
|
||||
<data name="LogOut" xml:space="preserve">
|
||||
<value>Wyloguj się</value>
|
||||
</data>
|
||||
<data name="PageTitleSegment" xml:space="preserve">
|
||||
<value>| Strona {0}</value>
|
||||
</data>
|
||||
<data name="ProductName" xml:space="preserve">
|
||||
<value>Windows NT</value>
|
||||
</data>
|
||||
<data name="RssFeeds" xml:space="preserve">
|
||||
<value>Kanał RSS</value>
|
||||
</data>
|
||||
<data name="Search" xml:space="preserve">
|
||||
<value>Szukaj</value>
|
||||
</data>
|
||||
<data name="SearchBuild" xml:space="preserve">
|
||||
<value>Build</value>
|
||||
</data>
|
||||
<data name="SearchBuildFeed" xml:space="preserve">
|
||||
<value>Przeszukaj Buildfeed...</value>
|
||||
</data>
|
||||
<data name="SearchEmpty" xml:space="preserve">
|
||||
<value>Nic nie znaleziono</value>
|
||||
</data>
|
||||
<data name="SearchLab" xml:space="preserve">
|
||||
<value>Lab</value>
|
||||
</data>
|
||||
<data name="SearchQuery" xml:space="preserve">
|
||||
<value>Fraza wyszukiwania</value>
|
||||
</data>
|
||||
<data name="SearchSource" xml:space="preserve">
|
||||
<value>Źródło</value>
|
||||
</data>
|
||||
<data name="SearchVersion" xml:space="preserve">
|
||||
<value>Wersja</value>
|
||||
</data>
|
||||
<data name="SearchYear" xml:space="preserve">
|
||||
<value>Rok</value>
|
||||
</data>
|
||||
<data name="Sitemap" xml:space="preserve">
|
||||
<value>Mapa strony</value>
|
||||
</data>
|
||||
<data name="SiteName" xml:space="preserve">
|
||||
<value>BuildFeed</value>
|
||||
</data>
|
||||
<data name="Statistics" xml:space="preserve">
|
||||
<value>Statystyki</value>
|
||||
</data>
|
||||
<data name="ToggleNavigation" xml:space="preserve">
|
||||
<value>Przełącz nawigację</value>
|
||||
</data>
|
||||
<data name="Twitter" xml:space="preserve">
|
||||
<value>Twitter</value>
|
||||
</data>
|
||||
<data name="TypeToSearch" xml:space="preserve">
|
||||
<value>pisz aby wyszukać...</value>
|
||||
</data>
|
||||
</root>
|
0
BuildFeed/Local/Common.tr.Designer.cs
generated
Normal file
0
BuildFeed/Local/Common.tr.Designer.cs
generated
Normal file
198
BuildFeed/Local/Common.tr.resx
Normal file
198
BuildFeed/Local/Common.tr.resx
Normal file
|
@ -0,0 +1,198 @@
|
|||
<?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="AddBuild" xml:space="preserve">
|
||||
<value>Yapı sürüm ekle</value>
|
||||
</data>
|
||||
<data name="Admin" xml:space="preserve">
|
||||
<value>Yönetici</value>
|
||||
</data>
|
||||
<data name="ContributeOn" xml:space="preserve">
|
||||
<value>Katkıda bulun</value>
|
||||
</data>
|
||||
<data name="Credits" xml:space="preserve">
|
||||
<value>Hazırlayanlar</value>
|
||||
</data>
|
||||
<data name="DevelopedBy" xml:space="preserve">
|
||||
<value>Geliştiren</value>
|
||||
</data>
|
||||
<data name="Error" xml:space="preserve">
|
||||
<value>Hata</value>
|
||||
</data>
|
||||
<data name="LogIn" xml:space="preserve">
|
||||
<value>Giriş yap</value>
|
||||
</data>
|
||||
<data name="LogOut" xml:space="preserve">
|
||||
<value>Çıkış yap</value>
|
||||
</data>
|
||||
<data name="PageTitleSegment" xml:space="preserve">
|
||||
<value>| Sayfa {0}</value>
|
||||
</data>
|
||||
<data name="ProductName" xml:space="preserve">
|
||||
<value>Windows NT</value>
|
||||
</data>
|
||||
<data name="RssFeeds" xml:space="preserve">
|
||||
<value>RSS beslemeleri</value>
|
||||
</data>
|
||||
<data name="Search" xml:space="preserve">
|
||||
<value>Ara</value>
|
||||
</data>
|
||||
<data name="SearchBuild" xml:space="preserve">
|
||||
<value>Yapı sürüm</value>
|
||||
</data>
|
||||
<data name="SearchBuildFeed" xml:space="preserve">
|
||||
<value>Buildfeed'de ara</value>
|
||||
</data>
|
||||
<data name="SearchEmpty" xml:space="preserve">
|
||||
<value>Sonuç bulunamadı</value>
|
||||
</data>
|
||||
<data name="SearchLab" xml:space="preserve">
|
||||
<value>Laboratuvar</value>
|
||||
</data>
|
||||
<data name="SearchQuery" xml:space="preserve">
|
||||
<value>Dizin ara</value>
|
||||
</data>
|
||||
<data name="SearchSource" xml:space="preserve">
|
||||
<value>Kaynak</value>
|
||||
</data>
|
||||
<data name="SearchVersion" xml:space="preserve">
|
||||
<value>Sürüm</value>
|
||||
</data>
|
||||
<data name="SearchYear" xml:space="preserve">
|
||||
<value>Yıl</value>
|
||||
</data>
|
||||
<data name="Sitemap" xml:space="preserve">
|
||||
<value>Site haritası</value>
|
||||
</data>
|
||||
<data name="SiteName" xml:space="preserve">
|
||||
<value>BuildFeed</value>
|
||||
</data>
|
||||
<data name="Statistics" xml:space="preserve">
|
||||
<value>İstatistikler</value>
|
||||
</data>
|
||||
<data name="ToggleNavigation" xml:space="preserve">
|
||||
<value>Gezinti bölmesi</value>
|
||||
</data>
|
||||
<data name="Twitter" xml:space="preserve">
|
||||
<value>Twitter</value>
|
||||
</data>
|
||||
<data name="TypeToSearch" xml:space="preserve">
|
||||
<value>Aramak için yazın...</value>
|
||||
</data>
|
||||
</root>
|
0
BuildFeed/Local/Front.pl.Designer.cs
generated
Normal file
0
BuildFeed/Local/Front.pl.Designer.cs
generated
Normal file
198
BuildFeed/Local/Front.pl.resx
Normal file
198
BuildFeed/Local/Front.pl.resx
Normal file
|
@ -0,0 +1,198 @@
|
|||
<?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="About" xml:space="preserve">
|
||||
<value>Informacje</value>
|
||||
</data>
|
||||
<data name="AddABuild" xml:space="preserve">
|
||||
<value>Dodaj build</value>
|
||||
</data>
|
||||
<data name="BuildMetaDate" xml:space="preserve">
|
||||
<value>Odkryj informacje o Windows Build {0}, z {1} i skompilowane w {2}.</value>
|
||||
</data>
|
||||
<data name="BuildMetaNoDate" xml:space="preserve">
|
||||
<value>Odkryj informacje o Windows Build {0}, z {1}. BuildFeed śledzi buildy Windowsa w trakcie całego procesu rozwiju.</value>
|
||||
</data>
|
||||
<data name="BuildsFrom" xml:space="preserve">
|
||||
<value>Buildy z {0}</value>
|
||||
</data>
|
||||
<data name="Comments" xml:space="preserve">
|
||||
<value>Komentarze</value>
|
||||
</data>
|
||||
<data name="Delete" xml:space="preserve">
|
||||
<value>Usuń</value>
|
||||
</data>
|
||||
<data name="Edit" xml:space="preserve">
|
||||
<value>Edytuj</value>
|
||||
</data>
|
||||
<data name="EditBuild" xml:space="preserve">
|
||||
<value>Edytuj build</value>
|
||||
</data>
|
||||
<data name="EditorActions" xml:space="preserve">
|
||||
<value>Edytor akcje</value>
|
||||
</data>
|
||||
<data name="HomepageH1" xml:space="preserve">
|
||||
<value>Lista buildów Windows NT</value>
|
||||
</data>
|
||||
<data name="LabMetaGeneric" xml:space="preserve">
|
||||
<value>Obejrzyj wszystkie znane buildy wychodzące z Windows development lab {0} przez BuildFeed, wpólna lista buildów Windowsa</value>
|
||||
</data>
|
||||
<data name="Listing" xml:space="preserve">
|
||||
<value>Lista</value>
|
||||
</data>
|
||||
<data name="MoreFromLab" xml:space="preserve">
|
||||
<value>Znajdź więcej buildów z {0}</value>
|
||||
</data>
|
||||
<data name="MoreFromSource" xml:space="preserve">
|
||||
<value>Znajdź więcej buildów ze źródła {0}</value>
|
||||
</data>
|
||||
<data name="MoreFromYear" xml:space="preserve">
|
||||
<value>Znajdź więcej buildów skompilowanych w {0}</value>
|
||||
</data>
|
||||
<data name="NoLab" xml:space="preserve">
|
||||
<value>Brak nazwy Labu</value>
|
||||
</data>
|
||||
<data name="Private" xml:space="preserve">
|
||||
<value>Prywatny</value>
|
||||
</data>
|
||||
<data name="Public" xml:space="preserve">
|
||||
<value>Publiczny</value>
|
||||
</data>
|
||||
<data name="QuickPaste" xml:space="preserve">
|
||||
<value>Szybkie wklejanie</value>
|
||||
</data>
|
||||
<data name="ReturnToListing" xml:space="preserve">
|
||||
<value>Powrót do listy buildów</value>
|
||||
</data>
|
||||
<data name="ReturnToOverview" xml:space="preserve">
|
||||
<value>Powrót do informacji o buildzie</value>
|
||||
</data>
|
||||
<data name="Share" xml:space="preserve">
|
||||
<value>Udostępnij</value>
|
||||
</data>
|
||||
<data name="Today" xml:space="preserve">
|
||||
<value>Dzisiaj</value>
|
||||
</data>
|
||||
<data name="xBuilds" xml:space="preserve">
|
||||
<value>{0} buildów</value>
|
||||
</data>
|
||||
<data name="YearMetaGeneric" xml:space="preserve">
|
||||
<value>Zobacz listę wszystkich buildów Windowsa skompilowanych w {0} i zobacz jak Windows rozwijał się w czasie, dzięki liście buildów, BuildFeed</value>
|
||||
</data>
|
||||
</root>
|
0
BuildFeed/Local/Front.tr.Designer.cs
generated
Normal file
0
BuildFeed/Local/Front.tr.Designer.cs
generated
Normal file
198
BuildFeed/Local/Front.tr.resx
Normal file
198
BuildFeed/Local/Front.tr.resx
Normal file
|
@ -0,0 +1,198 @@
|
|||
<?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="About" xml:space="preserve">
|
||||
<value>Hakkında</value>
|
||||
</data>
|
||||
<data name="AddABuild" xml:space="preserve">
|
||||
<value>Yapı sürüm ekle</value>
|
||||
</data>
|
||||
<data name="BuildMetaDate" xml:space="preserve">
|
||||
<value>{2} yılında derlenmiş olan {1} laboratuvarına gelen {0} yapı sürümlü Windows'u inceliyorsunuz.</value>
|
||||
</data>
|
||||
<data name="BuildMetaNoDate" xml:space="preserve">
|
||||
<value>{1} laboratuvarına gelen {0} yapı sürümlü Windows'u inceliyorsunuz. BuildFeed, şuana dek bütün Windows yapı sürümlerin, geliştirme sürecini izlemektedir.</value>
|
||||
</data>
|
||||
<data name="BuildsFrom" xml:space="preserve">
|
||||
<value>{0} olan yapı sürümleri</value>
|
||||
</data>
|
||||
<data name="Comments" xml:space="preserve">
|
||||
<value>Yorumlar</value>
|
||||
</data>
|
||||
<data name="Delete" xml:space="preserve">
|
||||
<value>Sil</value>
|
||||
</data>
|
||||
<data name="Edit" xml:space="preserve">
|
||||
<value>Düzenle</value>
|
||||
</data>
|
||||
<data name="EditBuild" xml:space="preserve">
|
||||
<value>Yapı sürüm düzenle</value>
|
||||
</data>
|
||||
<data name="EditorActions" xml:space="preserve">
|
||||
<value>Editör eylemleri</value>
|
||||
</data>
|
||||
<data name="HomepageH1" xml:space="preserve">
|
||||
<value>Windows NT yapı sürüm listesi</value>
|
||||
</data>
|
||||
<data name="LabMetaGeneric" xml:space="preserve">
|
||||
<value>Windows geliştirme laboratuvarında {0} olan, BuildFeed aracılığıyla, işbirlikçi, bilinen tüm yapı sürümlerine göz atın</value>
|
||||
</data>
|
||||
<data name="Listing" xml:space="preserve">
|
||||
<value>Listelenmişler</value>
|
||||
</data>
|
||||
<data name="MoreFromLab" xml:space="preserve">
|
||||
<value>{0} ile ilgili daha fazla yapı sürüm ara</value>
|
||||
</data>
|
||||
<data name="MoreFromSource" xml:space="preserve">
|
||||
<value>{0} olan yapı sürümleri ara</value>
|
||||
</data>
|
||||
<data name="MoreFromYear" xml:space="preserve">
|
||||
<value>{0} yılında bulunan yapı sürümleri ara</value>
|
||||
</data>
|
||||
<data name="NoLab" xml:space="preserve">
|
||||
<value>Hiçbir laboratuvar dizesi yok</value>
|
||||
</data>
|
||||
<data name="Private" xml:space="preserve">
|
||||
<value>Gizli</value>
|
||||
</data>
|
||||
<data name="Public" xml:space="preserve">
|
||||
<value>Herkese açık</value>
|
||||
</data>
|
||||
<data name="QuickPaste" xml:space="preserve">
|
||||
<value>Hızlı yapıştırma</value>
|
||||
</data>
|
||||
<data name="ReturnToListing" xml:space="preserve">
|
||||
<value>Yapı sürüm listesine geri dön</value>
|
||||
</data>
|
||||
<data name="ReturnToOverview" xml:space="preserve">
|
||||
<value>Yapı sürümlerine geri dön</value>
|
||||
</data>
|
||||
<data name="Share" xml:space="preserve">
|
||||
<value>Paylaş</value>
|
||||
</data>
|
||||
<data name="Today" xml:space="preserve">
|
||||
<value>Bugün</value>
|
||||
</data>
|
||||
<data name="xBuilds" xml:space="preserve">
|
||||
<value>{0} yapı sürüm</value>
|
||||
</data>
|
||||
<data name="YearMetaGeneric" xml:space="preserve">
|
||||
<value>BuildFeed aracılığıyla, {0} derlenen tüm Windows yapı sürümler listesini görüntüleme ve Windows işbirlikçi yapı listesinde, zamanla giderek nasıl geliştiğini izleyin.</value>
|
||||
</data>
|
||||
</root>
|
0
BuildFeed/Local/Model.pl.Designer.cs
generated
Normal file
0
BuildFeed/Local/Model.pl.Designer.cs
generated
Normal file
201
BuildFeed/Local/Model.pl.resx
Normal file
201
BuildFeed/Local/Model.pl.resx
Normal file
|
@ -0,0 +1,201 @@
|
|||
<?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="Added" xml:space="preserve">
|
||||
<value>Data utworzenia</value>
|
||||
</data>
|
||||
<data name="AppPackage" xml:space="preserve">
|
||||
<value>Pakiet aplikacji</value>
|
||||
</data>
|
||||
<data name="BuildTime" xml:space="preserve">
|
||||
<value>Data buildu</value>
|
||||
</data>
|
||||
<data name="BuildTools" xml:space="preserve">
|
||||
<value>Narzędzia buildu</value>
|
||||
</data>
|
||||
<data name="Documentation" xml:space="preserve">
|
||||
<value>Dokumentacja</value>
|
||||
</data>
|
||||
<data name="FlightCanary" xml:space="preserve">
|
||||
<value>Canary</value>
|
||||
</data>
|
||||
<data name="FlightLevel" xml:space="preserve">
|
||||
<value>Poziom</value>
|
||||
</data>
|
||||
<data name="FlightMSIT" xml:space="preserve">
|
||||
<value>Wewnętrzny Microsoftu</value>
|
||||
</data>
|
||||
<data name="FlightNone" xml:space="preserve">
|
||||
<value>Żaden</value>
|
||||
</data>
|
||||
<data name="FlightOSG" xml:space="preserve">
|
||||
<value>Geupa systemu operacyjnego</value>
|
||||
</data>
|
||||
<data name="FlightWIF" xml:space="preserve">
|
||||
<value>Windows Insider Fast</value>
|
||||
</data>
|
||||
<data name="FlightWIS" xml:space="preserve">
|
||||
<value>Windows Insider Slow</value>
|
||||
</data>
|
||||
<data name="InternalLeak" xml:space="preserve">
|
||||
<value>Publiczny wyciek</value>
|
||||
</data>
|
||||
<data name="Lab" xml:space="preserve">
|
||||
<value>Nazwa Labu</value>
|
||||
</data>
|
||||
<data name="LeakDate" xml:space="preserve">
|
||||
<value>Data wycieku lub wydania</value>
|
||||
</data>
|
||||
<data name="Logging" xml:space="preserve">
|
||||
<value>Zarejestrowany</value>
|
||||
</data>
|
||||
<data name="MajorVersion" xml:space="preserve">
|
||||
<value>Główna wersja</value>
|
||||
</data>
|
||||
<data name="MinorVersion" xml:space="preserve">
|
||||
<value>Drugorzędna wersja</value>
|
||||
</data>
|
||||
<data name="Modified" xml:space="preserve">
|
||||
<value>Data modyfikacji</value>
|
||||
</data>
|
||||
<data name="Number" xml:space="preserve">
|
||||
<value>Numer buildu</value>
|
||||
</data>
|
||||
<data name="PrivateLeak" xml:space="preserve">
|
||||
<value>Prywatny wyciek</value>
|
||||
</data>
|
||||
<data name="PublicRelease" xml:space="preserve">
|
||||
<value>Publiczne wydanie</value>
|
||||
</data>
|
||||
<data name="Revision" xml:space="preserve">
|
||||
<value>Rewizja buildu</value>
|
||||
</data>
|
||||
<data name="SourceDetails" xml:space="preserve">
|
||||
<value>Informacje o źródle</value>
|
||||
</data>
|
||||
<data name="SourceType" xml:space="preserve">
|
||||
<value>Typ źródła</value>
|
||||
</data>
|
||||
<data name="UpdateGDR" xml:space="preserve">
|
||||
<value>Aktualizacja (GDR)</value>
|
||||
</data>
|
||||
<data name="UpdateLDR" xml:space="preserve">
|
||||
<value>Aktualizacja (LDR)</value>
|
||||
</data>
|
||||
</root>
|
0
BuildFeed/Local/Model.tr.Designer.cs
generated
Normal file
0
BuildFeed/Local/Model.tr.Designer.cs
generated
Normal file
201
BuildFeed/Local/Model.tr.resx
Normal file
201
BuildFeed/Local/Model.tr.resx
Normal file
|
@ -0,0 +1,201 @@
|
|||
<?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="Added" xml:space="preserve">
|
||||
<value>Oluşturulan tarih</value>
|
||||
</data>
|
||||
<data name="AppPackage" xml:space="preserve">
|
||||
<value>Uygulama paketi</value>
|
||||
</data>
|
||||
<data name="BuildTime" xml:space="preserve">
|
||||
<value>Yapı sürüm tarihi</value>
|
||||
</data>
|
||||
<data name="BuildTools" xml:space="preserve">
|
||||
<value>Yapı sürüm araçları</value>
|
||||
</data>
|
||||
<data name="Documentation" xml:space="preserve">
|
||||
<value>Belgeler</value>
|
||||
</data>
|
||||
<data name="FlightCanary" xml:space="preserve">
|
||||
<value>Kanarya</value>
|
||||
</data>
|
||||
<data name="FlightLevel" xml:space="preserve">
|
||||
<value>Uçuş seviyesi</value>
|
||||
</data>
|
||||
<data name="FlightMSIT" xml:space="preserve">
|
||||
<value>Microsoft Internal</value>
|
||||
</data>
|
||||
<data name="FlightNone" xml:space="preserve">
|
||||
<value>Hiç</value>
|
||||
</data>
|
||||
<data name="FlightOSG" xml:space="preserve">
|
||||
<value>İşletim Sistemi Grubu</value>
|
||||
</data>
|
||||
<data name="FlightWIF" xml:space="preserve">
|
||||
<value>Windows Insider Hızlı</value>
|
||||
</data>
|
||||
<data name="FlightWIS" xml:space="preserve">
|
||||
<value>Windows Insider Yavaş</value>
|
||||
</data>
|
||||
<data name="InternalLeak" xml:space="preserve">
|
||||
<value>Sızdırılmış</value>
|
||||
</data>
|
||||
<data name="Lab" xml:space="preserve">
|
||||
<value>Laboratuvar dizesi</value>
|
||||
</data>
|
||||
<data name="LeakDate" xml:space="preserve">
|
||||
<value>Sızdırılma veya sunulma tarihi</value>
|
||||
</data>
|
||||
<data name="Logging" xml:space="preserve">
|
||||
<value>Giriş yapılıyor</value>
|
||||
</data>
|
||||
<data name="MajorVersion" xml:space="preserve">
|
||||
<value>Ana sürüm</value>
|
||||
</data>
|
||||
<data name="MinorVersion" xml:space="preserve">
|
||||
<value>Küçük sürüm</value>
|
||||
</data>
|
||||
<data name="Modified" xml:space="preserve">
|
||||
<value>Modifiyeli tarih</value>
|
||||
</data>
|
||||
<data name="Number" xml:space="preserve">
|
||||
<value>Yapı sürüm numarası</value>
|
||||
</data>
|
||||
<data name="PrivateLeak" xml:space="preserve">
|
||||
<value>Gizli sızdırılmış</value>
|
||||
</data>
|
||||
<data name="PublicRelease" xml:space="preserve">
|
||||
<value>Herkese açık sunulmuş</value>
|
||||
</data>
|
||||
<data name="Revision" xml:space="preserve">
|
||||
<value>Yapı sürüm revizyonu</value>
|
||||
</data>
|
||||
<data name="SourceDetails" xml:space="preserve">
|
||||
<value>Kaynaktaki ayrıntılar</value>
|
||||
</data>
|
||||
<data name="SourceType" xml:space="preserve">
|
||||
<value>Kaynak tipi</value>
|
||||
</data>
|
||||
<data name="UpdateGDR" xml:space="preserve">
|
||||
<value>Güncelleme (GDR)</value>
|
||||
</data>
|
||||
<data name="UpdateLDR" xml:space="preserve">
|
||||
<value>Güncelleme (LDR)</value>
|
||||
</data>
|
||||
</root>
|
0
BuildFeed/Local/Support.pl.Designer.cs
generated
Normal file
0
BuildFeed/Local/Support.pl.Designer.cs
generated
Normal file
198
BuildFeed/Local/Support.pl.resx
Normal file
198
BuildFeed/Local/Support.pl.resx
Normal file
|
@ -0,0 +1,198 @@
|
|||
<?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="AccountValidation" xml:space="preserve">
|
||||
<value>Każde konto jest sprawdzane przez Administratora, więc proszę uzbroić się w cierpliwość i sprawdzić ponownie później.</value>
|
||||
</data>
|
||||
<data name="AdditionsToBuildFeed" xml:space="preserve">
|
||||
<value>Dodatki do BuildFeed</value>
|
||||
</data>
|
||||
<data name="BuildsCompiled" xml:space="preserve">
|
||||
<value>Skompilowane Buildy</value>
|
||||
</data>
|
||||
<data name="ChangePassword" xml:space="preserve">
|
||||
<value>Zmień swoje hasło</value>
|
||||
</data>
|
||||
<data name="ConfirmNewPassword" xml:space="preserve">
|
||||
<value>Potwierdź nowe hasło</value>
|
||||
</data>
|
||||
<data name="ConfirmPassword" xml:space="preserve">
|
||||
<value>Potwierdź hasło</value>
|
||||
</data>
|
||||
<data name="EmailAddress" xml:space="preserve">
|
||||
<value>Adres E-mail</value>
|
||||
</data>
|
||||
<data name="EnterCurrentPassword" xml:space="preserve">
|
||||
<value>Wprowadź aktualne hasło</value>
|
||||
</data>
|
||||
<data name="EnterNewPassword" xml:space="preserve">
|
||||
<value>Wprowadź nowe hasło</value>
|
||||
</data>
|
||||
<data name="EnterPassword" xml:space="preserve">
|
||||
<value>Wprowadź hasło</value>
|
||||
</data>
|
||||
<data name="HighestVersion" xml:space="preserve">
|
||||
<value>Najwyższa wersja</value>
|
||||
</data>
|
||||
<data name="Labs" xml:space="preserve">
|
||||
<value>Laby</value>
|
||||
</data>
|
||||
<data name="Login" xml:space="preserve">
|
||||
<value>Zaloguj się</value>
|
||||
</data>
|
||||
<data name="Password" xml:space="preserve">
|
||||
<value>Hasło</value>
|
||||
</data>
|
||||
<data name="RecentlyAdded" xml:space="preserve">
|
||||
<value>Niedawno dodane</value>
|
||||
</data>
|
||||
<data name="RecentlyCompiled" xml:space="preserve">
|
||||
<value>Niedawno skompilowane</value>
|
||||
</data>
|
||||
<data name="RecentlyLeaked" xml:space="preserve">
|
||||
<value>Niedawno wyciekły</value>
|
||||
</data>
|
||||
<data name="Register" xml:space="preserve">
|
||||
<value>Rejestracja</value>
|
||||
</data>
|
||||
<data name="RememberMe" xml:space="preserve">
|
||||
<value>Zapamiętaj mnie</value>
|
||||
</data>
|
||||
<data name="StatsCompiled" xml:space="preserve">
|
||||
<value>Buildy skompilowane w każdym kwartale</value>
|
||||
</data>
|
||||
<data name="StatsLab" xml:space="preserve">
|
||||
<value>Zarejestowane buildy w każdym labie</value>
|
||||
</data>
|
||||
<data name="StatsLabIncluded" xml:space="preserve">
|
||||
<value>Tylko laby z 100 lub więcej zarejestowanych buildów są widoczne.</value>
|
||||
</data>
|
||||
<data name="StatsNewAdditions" xml:space="preserve">
|
||||
<value>Nowe dodania do BuildFeed stosunku do roku poprzedniego.</value>
|
||||
</data>
|
||||
<data name="ThanksRegister" xml:space="preserve">
|
||||
<value>Dziękujemy za rejestrację</value>
|
||||
</data>
|
||||
<data name="UserName" xml:space="preserve">
|
||||
<value>Nazwa użytkownika</value>
|
||||
</data>
|
||||
<data name="Week" xml:space="preserve">
|
||||
<value>Tydzień</value>
|
||||
</data>
|
||||
</root>
|
0
BuildFeed/Local/Support.tr.Designer.cs
generated
Normal file
0
BuildFeed/Local/Support.tr.Designer.cs
generated
Normal file
198
BuildFeed/Local/Support.tr.resx
Normal file
198
BuildFeed/Local/Support.tr.resx
Normal file
|
@ -0,0 +1,198 @@
|
|||
<?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="AccountValidation" xml:space="preserve">
|
||||
<value>Bu hesap yönetici tarafından onaylanmamış, bu yüzden sabırlı olun ve sonra tekrar deneyin.</value>
|
||||
</data>
|
||||
<data name="AdditionsToBuildFeed" xml:space="preserve">
|
||||
<value>BuildFeed'ten eklemeler</value>
|
||||
</data>
|
||||
<data name="BuildsCompiled" xml:space="preserve">
|
||||
<value>Yapı Sürümleri Derleyen</value>
|
||||
</data>
|
||||
<data name="ChangePassword" xml:space="preserve">
|
||||
<value>Şifremi değiştir</value>
|
||||
</data>
|
||||
<data name="ConfirmNewPassword" xml:space="preserve">
|
||||
<value>Yeni şifreyi onayla</value>
|
||||
</data>
|
||||
<data name="ConfirmPassword" xml:space="preserve">
|
||||
<value>Şifreyi onayla</value>
|
||||
</data>
|
||||
<data name="EmailAddress" xml:space="preserve">
|
||||
<value>E-Posta adresi</value>
|
||||
</data>
|
||||
<data name="EnterCurrentPassword" xml:space="preserve">
|
||||
<value>Geçerli şifreyi girin</value>
|
||||
</data>
|
||||
<data name="EnterNewPassword" xml:space="preserve">
|
||||
<value>Yeni şifrenizi yazın</value>
|
||||
</data>
|
||||
<data name="EnterPassword" xml:space="preserve">
|
||||
<value>Şifrenizi girin</value>
|
||||
</data>
|
||||
<data name="HighestVersion" xml:space="preserve">
|
||||
<value>En yüksek sürüm</value>
|
||||
</data>
|
||||
<data name="Labs" xml:space="preserve">
|
||||
<value>Laboratuvarlar</value>
|
||||
</data>
|
||||
<data name="Login" xml:space="preserve">
|
||||
<value>Giriş yap</value>
|
||||
</data>
|
||||
<data name="Password" xml:space="preserve">
|
||||
<value>Şifre</value>
|
||||
</data>
|
||||
<data name="RecentlyAdded" xml:space="preserve">
|
||||
<value>En son eklenen</value>
|
||||
</data>
|
||||
<data name="RecentlyCompiled" xml:space="preserve">
|
||||
<value>En son derlenen</value>
|
||||
</data>
|
||||
<data name="RecentlyLeaked" xml:space="preserve">
|
||||
<value>En son sızdırılmışlar</value>
|
||||
</data>
|
||||
<data name="Register" xml:space="preserve">
|
||||
<value>Kaydol</value>
|
||||
</data>
|
||||
<data name="RememberMe" xml:space="preserve">
|
||||
<value>Beni hatırla</value>
|
||||
</data>
|
||||
<data name="StatsCompiled" xml:space="preserve">
|
||||
<value>Her çeyrekte derlenmiş yapı sürümleri</value>
|
||||
</data>
|
||||
<data name="StatsLab" xml:space="preserve">
|
||||
<value>Her laboratuvarda kaydedilen yapı sürümleri</value>
|
||||
</data>
|
||||
<data name="StatsLabIncluded" xml:space="preserve">
|
||||
<value>100 veya daha fazla kaydedilmiş olan yapı sürümleri, laboratuvarlar tablosuna dahil edilmiştir.</value>
|
||||
</data>
|
||||
<data name="StatsNewAdditions" xml:space="preserve">
|
||||
<value>BuildFeed'te bir önceki yıla göre yeni eklenenler</value>
|
||||
</data>
|
||||
<data name="ThanksRegister" xml:space="preserve">
|
||||
<value>Kaydolduğunuz için teşekkür ederiz</value>
|
||||
</data>
|
||||
<data name="UserName" xml:space="preserve">
|
||||
<value>Kullanıcı adı</value>
|
||||
</data>
|
||||
<data name="Week" xml:space="preserve">
|
||||
<value>Hafta</value>
|
||||
</data>
|
||||
</root>
|
|
@ -39,14 +39,16 @@
|
|||
<dd>David Fainshtein <a target="_blank" rel="nofollow" href="https://twitter.com/david_f"><i class="fa fa-twitter"></i></a></dd>
|
||||
<dt>Indonesian (@System.Globalization.CultureInfo.GetCultureInfo("id").NativeName) Translation</dt>
|
||||
<dd>Andreas</dd>
|
||||
</dl>
|
||||
</div>
|
||||
<div class="col-sm-6">
|
||||
<dl class="credits-list">
|
||||
<dt>Italian (@System.Globalization.CultureInfo.GetCultureInfo("it").NativeName) Translation</dt>
|
||||
<dd>OBattler</dd>
|
||||
<dt>Dutch (@System.Globalization.CultureInfo.GetCultureInfo("nl").NativeName) Translation</dt>
|
||||
<dd>Nick (ultrawindows) <a target="_blank" rel="nofollow" href="https://twitter.com/nickurtnl"><i class="fa fa-twitter"></i></a></dd>
|
||||
</dl>
|
||||
</div>
|
||||
<div class="col-sm-6">
|
||||
<dl class="credits-list">
|
||||
<dt>Polish (@System.Globalization.CultureInfo.GetCultureInfo("pl").NativeName) Translation</dt>
|
||||
<dd>piotrulos <a target="_blank" rel="nofollow" href="https://twitter.com/piotrulos"><i class="fa fa-twitter"></i></a></dd>
|
||||
<dt>Portuguese (@System.Globalization.CultureInfo.GetCultureInfo("pt").NativeName) Translation</dt>
|
||||
<dd>OBattler</dd>
|
||||
<dt>Portugese - Brazilian (@System.Globalization.CultureInfo.GetCultureInfo("pt-br").NativeName) Translation</dt>
|
||||
|
@ -63,6 +65,8 @@
|
|||
<dd>Overdoze</dd>
|
||||
<dt>Swedish (@System.Globalization.CultureInfo.GetCultureInfo("sv").NativeName) Translation</dt>
|
||||
<dd>mrpijey <a target="_blank" rel="nofollow" href="http://www.mrpijey.net/"><i class="fa fa-globe"></i></a></dd>
|
||||
<dt>Turkish (@System.Globalization.CultureInfo.GetCultureInfo("tr").NativeName) Translation</dt>
|
||||
<dd>Furkan AKÇATEPE <a target="_blank" rel="nofollow" href="https://twitter.com/FurkanAKATEPE"><i class="fa fa-twitter"></i></a></dd>
|
||||
<dt>Chinese - Simplified (@System.Globalization.CultureInfo.GetCultureInfo("zh-cn").NativeName) Translation</dt>
|
||||
<dd>Zheng He <a target="_blank" rel="nofollow" href="http://www.betaworld.cn/"><i class="fa fa-globe"></i></a></dd>
|
||||
<dt>Chinese - Traditional (@System.Globalization.CultureInfo.GetCultureInfo("zh-tw").NativeName) Translation</dt>
|
||||
|
|
Loading…
Reference in New Issue
Block a user