Turkish language update, resx fixes

This commit is contained in:
Jaex 2015-09-02 23:10:06 +03:00
parent 5b0e138322
commit 74c67cec36
33 changed files with 632 additions and 150 deletions

View file

@ -418,7 +418,7 @@
<value>2</value>
</data>
<data name="tpMain.Text" xml:space="preserve">
<value>Main</value>
<value>Settings</value>
</data>
<data name="&gt;&gt;tpMain.Name" xml:space="preserve">
<value>tpMain</value>
@ -581,7 +581,7 @@
</data>
<data name="btnMessagesMenu.Text" xml:space="preserve">
<value>...</value>
</data>
<comment>@Invariant</comment></data>
<data name="&gt;&gt;btnMessagesMenu.Name" xml:space="preserve">
<value>btnMessagesMenu</value>
</data>

View file

@ -0,0 +1,213 @@
<?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="$this.Text" xml:space="preserve">
<value>ShareX - IRC istemcisi</value>
</data>
<data name="btnCommandSend.Text" xml:space="preserve">
<value>Gönder</value>
</data>
<data name="btnConnect.Text" xml:space="preserve">
<value>Bağlan</value>
</data>
<data name="btnMessageSend.Text" xml:space="preserve">
<value>Gönder</value>
</data>
<data name="lblChannel.Text" xml:space="preserve">
<value>Kanal/Nick:</value>
</data>
<data name="lblCommand.Text" xml:space="preserve">
<value>Komut:</value>
</data>
<data name="lblMessage.Text" xml:space="preserve">
<value>Mesaj:</value>
</data>
<data name="tpMessages.Text" xml:space="preserve">
<value>Mesajlar</value>
</data>
<data name="tpOutput.Text" xml:space="preserve">
<value>IRC çıktısı</value>
</data>
<data name="tsmiMessageBold.Text" xml:space="preserve">
<value>Kalın</value>
</data>
<data name="tsmiMessageItalic.Text" xml:space="preserve">
<value>İtalik</value>
</data>
<data name="tsmiMessageNormal.Text" xml:space="preserve">
<value>Normal</value>
</data>
<data name="tsmiMessageUnderline.Text" xml:space="preserve">
<value>Altı çizgili</value>
</data>
<data name="tsmiColorYellow.Text" xml:space="preserve">
<value>Sarı</value>
</data>
<data name="tpMain.Text" xml:space="preserve">
<value>Ayarlar</value>
</data>
<data name="tsmiColorBlack.Text" xml:space="preserve">
<value>Siyah</value>
</data>
<data name="tsmiColorBlue.Text" xml:space="preserve">
<value>Mavi</value>
</data>
<data name="tsmiColorBrown.Text" xml:space="preserve">
<value>Kahverengi</value>
</data>
<data name="tsmiColorCyan.Text" xml:space="preserve">
<value>Camgöbeği</value>
</data>
<data name="tsmiColorGreen.Text" xml:space="preserve">
<value>Yeşil</value>
</data>
<data name="tsmiColorGrey.Text" xml:space="preserve">
<value>Gri</value>
</data>
<data name="tsmiColorLightBlue.Text" xml:space="preserve">
<value>Açık mavi</value>
</data>
<data name="tsmiColorLightCyan.Text" xml:space="preserve">
<value>Açık camgöbeği</value>
</data>
<data name="tsmiColorLightGreen.Text" xml:space="preserve">
<value>Açık yeşil</value>
</data>
<data name="tsmiColorLightGrey.Text" xml:space="preserve">
<value>Açık gri</value>
</data>
<data name="tsmiColorLightRed.Text" xml:space="preserve">
<value>Açık kırmızı</value>
</data>
<data name="tsmiColorOrange.Text" xml:space="preserve">
<value>Turuncu</value>
</data>
<data name="tsmiColorPink.Text" xml:space="preserve">
<value>Pembe</value>
</data>
<data name="tsmiColorPurple.Text" xml:space="preserve">
<value>Mor</value>
</data>
<data name="tsmiColors.Text" xml:space="preserve">
<value>Renkler</value>
</data>
<data name="tsmiColorWhite.Text" xml:space="preserve">
<value>Beyaz</value>
</data>
</root>

View file

@ -64,6 +64,9 @@
<EmbeddedResource Include="IRCClient\IRCClientForm.resx">
<DependentUpon>IRCClientForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="IRCClient\IRCClientForm.tr.resx">
<DependentUpon>IRCClientForm.cs</DependentUpon>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ShareX.HelpersLib\ShareX.HelpersLib.csproj">

View file

@ -0,0 +1,126 @@
<?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="$this.Text" xml:space="preserve">
<value>ShareX - Video küçük resim yapıcı</value>
</data>
<data name="btnStart.Text" xml:space="preserve">
<value>Ekran görüntülerini al</value>
</data>
</root>

View file

@ -73,6 +73,9 @@
<EmbeddedResource Include="Forms\VideoThumbnailerForm.resx">
<DependentUpon>VideoThumbnailerForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\VideoThumbnailerForm.tr.resx">
<DependentUpon>VideoThumbnailerForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.pt-BR.resx" />
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>

View file

@ -310,7 +310,7 @@ internal static string RectangleRegion_WriteTips__F1__Hide_tips {
}
/// <summary>
/// Looks up a localized string similar to [Hold Alt] Snap resizing to preset sizes.
/// Looks up a localized string similar to [Hold Alt] Snap selection to preset sizes.
/// </summary>
internal static string RectangleRegion_WriteTips__Hold_Alt__Snap_resizing_to_preset_sizes {
get {
@ -373,7 +373,7 @@ internal static string RectangleRegion_WriteTips__I___0__position_and_size_info
}
/// <summary>
/// Looks up a localized string similar to [Insert] Stop region selection.
/// Looks up a localized string similar to [Release left click] [Insert] Finish region selection.
/// </summary>
internal static string RectangleRegion_WriteTips__Insert__Stop_region_selection {
get {

View file

@ -291,9 +291,9 @@ X: {4} Y: {5}</value>
<value>[Numpad + or -] Change triangle angle</value>
</data>
<data name="RectangleRegion_WriteTips__Insert__Stop_region_selection" xml:space="preserve">
<value>[Insert] Stop region selection</value>
<value>[Release left click] [Insert] Finish region selection</value>
</data>
<data name="RectangleRegion_WriteTips__Hold_Alt__Snap_resizing_to_preset_sizes" xml:space="preserve">
<value>[Hold Alt] Snap resizing to preset sizes</value>
<value>[Hold Alt] Snap selection to preset sizes</value>
</data>
</root>

View file

@ -281,4 +281,10 @@ Mesafe: {6:0.00} px / Açı: {7:0.00}°</value>
<data name="RectangleRegion_WriteTips__Tab__Swap_resize_anchor_to__0_" xml:space="preserve">
<value>[Tab] Boyutlandırma noktasını {0} olarak değiştir</value>
</data>
<data name="RectangleRegion_WriteTips__Hold_Alt__Snap_resizing_to_preset_sizes" xml:space="preserve">
<value>[Alt basılı tut] Seçimi önceden ayarlı boyutlara hizala</value>
</data>
<data name="RectangleRegion_WriteTips__Insert__Stop_region_selection" xml:space="preserve">
<value>[Sağ tık bırak] [Insert] Alan seçimini bitir</value>
</data>
</root>

View file

@ -742,9 +742,6 @@ Cela signifie qu'ils peuvent être perdu d'Amazon S3 à un certain moment.</valu
<data name="cbTwitterSkipMessageBox.Text" xml:space="preserve">
<value>Ignorer la boîte de message du tweet</value>
</data>
<data name="chTwitterAccount.Text" xml:space="preserve">
<value>Nom</value>
</data>
<data name="lblLambdaApiKey.Text" xml:space="preserve">
<value>Clé API:</value>
</data>

View file

@ -748,9 +748,6 @@ De bestanden kunnen dus bij Amazon S3 verloren gaan op een bepaald punt.</value>
<data name="cbTwitterSkipMessageBox.Text" xml:space="preserve">
<value>Sla venster met tweet bericht over</value>
</data>
<data name="chTwitterAccount.Text" xml:space="preserve">
<value>Naam</value>
</data>
<data name="lblTwitterDefaultMessage.Text" xml:space="preserve">
<value>Standaard inhoud tweet:</value>
</data>

View file

@ -389,9 +389,6 @@ Por exemplo, se o seu bucket é chamado bucket.example.com então o URL será ht
<data name="chPicasaName.Text" xml:space="preserve">
<value>Nome</value>
</data>
<data name="chTwitterAccount.Text" xml:space="preserve">
<value>Nome</value>
</data>
<data name="gbCustomUploaderArguments.Text" xml:space="preserve">
<value>Parâmetros</value>
</data>

View file

@ -486,7 +486,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
</data>
<data name="tpTwitter.Text" xml:space="preserve">
<value>Twitter</value>
</data>
<comment>@Invariant</comment></data>
<data name="&gt;&gt;tpTwitter.Name" xml:space="preserve">
<value>tpTwitter</value>
</data>
@ -2190,7 +2190,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
</data>
<data name="txtCustomUploaderLog.Text" xml:space="preserve">
<value />
</data>
<comment>@Invariant</comment></data>
<data name="&gt;&gt;txtCustomUploaderLog.Name" xml:space="preserve">
<value>txtCustomUploaderLog</value>
</data>
@ -2352,7 +2352,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
</data>
<data name="lblCustomUploaderURL.Text" xml:space="preserve">
<value>URL:</value>
</data>
<comment>@Invariant</comment></data>
<data name="&gt;&gt;lblCustomUploaderURL.Name" xml:space="preserve">
<value>lblCustomUploaderURL</value>
</data>
@ -2814,7 +2814,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
</data>
<data name="tpBitly.Text" xml:space="preserve">
<value>bit.ly</value>
</data>
<comment>@Invariant</comment></data>
<data name="&gt;&gt;tpBitly.Name" xml:space="preserve">
<value>tpBitly</value>
</data>
@ -2937,7 +2937,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
</data>
<data name="tpGoogleURLShortener.Text" xml:space="preserve">
<value>Google</value>
</data>
<comment>@Invariant</comment></data>
<data name="&gt;&gt;tpGoogleURLShortener.Name" xml:space="preserve">
<value>tpGoogleURLShortener</value>
</data>
@ -3114,7 +3114,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
</data>
<data name="tpYourls.Text" xml:space="preserve">
<value>YOURLS</value>
</data>
<comment>@Invariant</comment></data>
<data name="&gt;&gt;tpYourls.Name" xml:space="preserve">
<value>tpYourls</value>
</data>
@ -3348,7 +3348,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
</data>
<data name="lblYourlsAPIURL.Text" xml:space="preserve">
<value>API URL:</value>
</data>
<comment>@Invariant</comment></data>
<data name="&gt;&gt;lblYourlsAPIURL.Name" xml:space="preserve">
<value>lblYourlsAPIURL</value>
</data>
@ -3435,7 +3435,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
</data>
<data name="tpAdFly.Text" xml:space="preserve">
<value>adf.ly</value>
</data>
<comment>@Invariant</comment></data>
<data name="&gt;&gt;tpAdFly.Name" xml:space="preserve">
<value>tpAdFly</value>
</data>
@ -3516,7 +3516,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
</data>
<data name="lblAdflyAPIUID.Text" xml:space="preserve">
<value>API UID:</value>
</data>
<comment>@Invariant</comment></data>
<data name="&gt;&gt;lblAdflyAPIUID.Name" xml:space="preserve">
<value>lblAdflyAPIUID</value>
</data>
@ -3615,7 +3615,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
</data>
<data name="tpLnkU.Text" xml:space="preserve">
<value>LnkU.co</value>
</data>
<comment>@Invariant</comment></data>
<data name="&gt;&gt;tpLnkU.Name" xml:space="preserve">
<value>tpLnkU</value>
</data>
@ -3714,7 +3714,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
</data>
<data name="tpCoinURL.Text" xml:space="preserve">
<value>CoinURL</value>
</data>
<comment>@Invariant</comment></data>
<data name="&gt;&gt;tpCoinURL.Name" xml:space="preserve">
<value>tpCoinURL</value>
</data>
@ -3765,7 +3765,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
</data>
<data name="lblCoinURLUUID.Text" xml:space="preserve">
<value>UUID:</value>
</data>
<comment>@Invariant</comment></data>
<data name="&gt;&gt;lblCoinURLUUID.Name" xml:space="preserve">
<value>lblCoinURLUUID</value>
</data>
@ -3837,7 +3837,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
</data>
<data name="tpPolr.Text" xml:space="preserve">
<value>Polr</value>
</data>
<comment>@Invariant</comment></data>
<data name="&gt;&gt;tpPolr.Name" xml:space="preserve">
<value>tpPolr</value>
</data>
@ -4389,7 +4389,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
</data>
<data name="tpFTP.Text" xml:space="preserve">
<value>FTP</value>
</data>
<comment>@Invariant</comment></data>
<data name="&gt;&gt;tpFTP.Name" xml:space="preserve">
<value>tpFTP</value>
</data>
@ -4752,7 +4752,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
</data>
<data name="tpDropbox.Text" xml:space="preserve">
<value>Dropbox</value>
</data>
<comment>@Invariant</comment></data>
<data name="&gt;&gt;tpDropbox.Name" xml:space="preserve">
<value>tpDropbox</value>
</data>
@ -5183,7 +5183,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
</data>
<data name="tpOneDrive.Text" xml:space="preserve">
<value>OneDrive</value>
</data>
<comment>@Invariant</comment></data>
<data name="&gt;&gt;tpOneDrive.Name" xml:space="preserve">
<value>tpOneDrive</value>
</data>
@ -5399,7 +5399,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
</data>
<data name="tpGoogleDrive.Text" xml:space="preserve">
<value>Google Drive</value>
</data>
<comment>@Invariant</comment></data>
<data name="&gt;&gt;tpGoogleDrive.Name" xml:space="preserve">
<value>tpGoogleDrive</value>
</data>
@ -5693,7 +5693,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
</data>
<data name="tpBox.Text" xml:space="preserve">
<value>Box</value>
</data>
<comment>@Invariant</comment></data>
<data name="&gt;&gt;tpBox.Name" xml:space="preserve">
<value>tpBox</value>
</data>
@ -5972,7 +5972,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
</data>
<data name="tpCopy.Text" xml:space="preserve">
<value>Copy</value>
</data>
<comment>@Invariant</comment></data>
<data name="&gt;&gt;tpCopy.Name" xml:space="preserve">
<value>tpCopy</value>
</data>
@ -6338,7 +6338,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
</data>
<data name="tpHubic.Text" xml:space="preserve">
<value>hubiC</value>
</data>
<comment>@Invariant</comment></data>
<data name="&gt;&gt;tpHubic.Name" xml:space="preserve">
<value>tpHubic</value>
</data>
@ -6713,7 +6713,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
</data>
<data name="tpAmazonS3.Text" xml:space="preserve">
<value>Amazon S3</value>
</data>
<comment>@Invariant</comment></data>
<data name="&gt;&gt;tpAmazonS3.Name" xml:space="preserve">
<value>tpAmazonS3</value>
</data>
@ -6821,7 +6821,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
</data>
<data name="btnAmazonS3BucketNameOpen.Text" xml:space="preserve">
<value>...</value>
</data>
<comment>@Invariant</comment></data>
<data name="&gt;&gt;btnAmazonS3BucketNameOpen.Name" xml:space="preserve">
<value>btnAmazonS3BucketNameOpen</value>
</data>
@ -6848,7 +6848,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
</data>
<data name="btnAmazonS3AccessKeyOpen.Text" xml:space="preserve">
<value>...</value>
</data>
<comment>@Invariant</comment></data>
<data name="&gt;&gt;btnAmazonS3AccessKeyOpen.Name" xml:space="preserve">
<value>btnAmazonS3AccessKeyOpen</value>
</data>
@ -7259,7 +7259,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
</data>
<data name="tpMega.Text" xml:space="preserve">
<value>Mega</value>
</data>
<comment>@Invariant</comment></data>
<data name="&gt;&gt;tpMega.Name" xml:space="preserve">
<value>tpMega</value>
</data>
@ -7724,7 +7724,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
</data>
<data name="tpOwnCloud.Text" xml:space="preserve">
<value>ownCloud</value>
</data>
<comment>@Invariant</comment></data>
<data name="&gt;&gt;tpOwnCloud.Name" xml:space="preserve">
<value>tpOwnCloud</value>
</data>
@ -8159,7 +8159,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
</data>
<data name="tpMediaFire.Text" xml:space="preserve">
<value>MediaFire</value>
</data>
<comment>@Invariant</comment></data>
<data name="&gt;&gt;tpMediaFire.Name" xml:space="preserve">
<value>tpMediaFire</value>
</data>
@ -8432,7 +8432,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
</data>
<data name="tpPushbullet.Text" xml:space="preserve">
<value>Pushbullet</value>
</data>
<comment>@Invariant</comment></data>
<data name="&gt;&gt;tpPushbullet.Name" xml:space="preserve">
<value>tpPushbullet</value>
</data>
@ -8666,7 +8666,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
</data>
<data name="tpSendSpace.Text" xml:space="preserve">
<value>SendSpace</value>
</data>
<comment>@Invariant</comment></data>
<data name="&gt;&gt;tpSendSpace.Name" xml:space="preserve">
<value>tpSendSpace</value>
</data>
@ -8915,7 +8915,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
</data>
<data name="tpGe_tt.Text" xml:space="preserve">
<value>Ge.tt</value>
</data>
<comment>@Invariant</comment></data>
<data name="&gt;&gt;tpGe_tt.Name" xml:space="preserve">
<value>tpGe_tt</value>
</data>
@ -9161,7 +9161,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
</data>
<data name="tpHostr.Text" xml:space="preserve">
<value>Hostr</value>
</data>
<comment>@Invariant</comment></data>
<data name="&gt;&gt;tpHostr.Name" xml:space="preserve">
<value>tpHostr</value>
</data>
@ -9368,7 +9368,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
</data>
<data name="tpMinus.Text" xml:space="preserve">
<value>Minus</value>
</data>
<comment>@Invariant</comment></data>
<data name="&gt;&gt;tpMinus.Name" xml:space="preserve">
<value>tpMinus</value>
</data>
@ -10007,7 +10007,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
</data>
<data name="tpJira.Text" xml:space="preserve">
<value>Atlassian Jira</value>
</data>
<comment>@Invariant</comment></data>
<data name="&gt;&gt;tpJira.Name" xml:space="preserve">
<value>tpJira</value>
</data>
@ -10031,7 +10031,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
</data>
<data name="txtJiraIssuePrefix.Text" xml:space="preserve">
<value>PROJECT-</value>
</data>
<comment>@Invariant</comment></data>
<data name="&gt;&gt;txtJiraIssuePrefix.Name" xml:space="preserve">
<value>txtJiraIssuePrefix</value>
</data>
@ -10175,7 +10175,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
</data>
<data name="txtJiraHost.Text" xml:space="preserve">
<value>http://</value>
</data>
<comment>@Invariant</comment></data>
<data name="&gt;&gt;txtJiraHost.Name" xml:space="preserve">
<value>txtJiraHost</value>
</data>
@ -10289,7 +10289,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
</data>
<data name="tpLambda.Text" xml:space="preserve">
<value>Lambda</value>
</data>
<comment>@Invariant</comment></data>
<data name="&gt;&gt;tpLambda.Name" xml:space="preserve">
<value>tpLambda</value>
</data>
@ -10445,7 +10445,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
</data>
<data name="tpUp1.Text" xml:space="preserve">
<value>Up1</value>
</data>
<comment>@Invariant</comment></data>
<data name="&gt;&gt;tpUp1.Name" xml:space="preserve">
<value>tpUp1</value>
</data>
@ -11777,7 +11777,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
</data>
<data name="tpPastebin.Text" xml:space="preserve">
<value>Pastebin</value>
</data>
<comment>@Invariant</comment></data>
<data name="&gt;&gt;tpPastebin.Name" xml:space="preserve">
<value>tpPastebin</value>
</data>
@ -12218,7 +12218,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
</data>
<data name="tpPaste_ee.Text" xml:space="preserve">
<value>Paste.ee</value>
</data>
<comment>@Invariant</comment></data>
<data name="&gt;&gt;tpPaste_ee.Name" xml:space="preserve">
<value>tpPaste_ee</value>
</data>
@ -12329,7 +12329,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
</data>
<data name="tpGist.Text" xml:space="preserve">
<value>Gist</value>
</data>
<comment>@Invariant</comment></data>
<data name="&gt;&gt;tpGist.Name" xml:space="preserve">
<value>tpGist</value>
</data>
@ -12467,7 +12467,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
</data>
<data name="tpUpaste.Text" xml:space="preserve">
<value>uPaste</value>
</data>
<comment>@Invariant</comment></data>
<data name="&gt;&gt;tpUpaste.Name" xml:space="preserve">
<value>tpUpaste</value>
</data>
@ -12623,7 +12623,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
</data>
<data name="tpHastebin.Text" xml:space="preserve">
<value>Hastebin</value>
</data>
<comment>@Invariant</comment></data>
<data name="&gt;&gt;tpHastebin.Name" xml:space="preserve">
<value>tpHastebin</value>
</data>
@ -12800,7 +12800,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
</data>
<data name="tpOneTimeSecret.Text" xml:space="preserve">
<value>OneTimeSecret</value>
</data>
<comment>@Invariant</comment></data>
<data name="&gt;&gt;tpOneTimeSecret.Name" xml:space="preserve">
<value>tpOneTimeSecret</value>
</data>
@ -13187,7 +13187,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
</data>
<data name="tpImgur.Text" xml:space="preserve">
<value>Imgur</value>
</data>
<comment>@Invariant</comment></data>
<data name="&gt;&gt;tpImgur.Name" xml:space="preserve">
<value>tpImgur</value>
</data>
@ -13355,7 +13355,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
</data>
<data name="chImgurID.Text" xml:space="preserve">
<value>ID</value>
</data>
<comment>@Invariant</comment></data>
<data name="chImgurTitle.Text" xml:space="preserve">
<value>Title</value>
</data>
@ -13559,7 +13559,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
</data>
<data name="tpImageShack.Text" xml:space="preserve">
<value>ImageShack</value>
</data>
<comment>@Invariant</comment></data>
<data name="&gt;&gt;tpImageShack.Name" xml:space="preserve">
<value>tpImageShack</value>
</data>
@ -13883,7 +13883,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
</data>
<data name="tpTinyPic.Text" xml:space="preserve">
<value>TinyPic</value>
</data>
<comment>@Invariant</comment></data>
<data name="&gt;&gt;tpTinyPic.Name" xml:space="preserve">
<value>tpTinyPic</value>
</data>
@ -14159,7 +14159,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
</data>
<data name="tpFlickr.Text" xml:space="preserve">
<value>Flickr</value>
</data>
<comment>@Invariant</comment></data>
<data name="&gt;&gt;tpFlickr.Name" xml:space="preserve">
<value>tpFlickr</value>
</data>
@ -14375,7 +14375,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
</data>
<data name="tpPhotobucket.Text" xml:space="preserve">
<value>Photobucket</value>
</data>
<comment>@Invariant</comment></data>
<data name="&gt;&gt;tpPhotobucket.Name" xml:space="preserve">
<value>tpPhotobucket</value>
</data>
@ -15107,7 +15107,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
</data>
<data name="tpPicasa.Text" xml:space="preserve">
<value>Picasa</value>
</data>
<comment>@Invariant</comment></data>
<data name="&gt;&gt;tpPicasa.Name" xml:space="preserve">
<value>tpPicasa</value>
</data>
@ -15194,7 +15194,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
</data>
<data name="chPicasaID.Text" xml:space="preserve">
<value>ID</value>
</data>
<comment>@Invariant</comment></data>
<data name="chPicasaID.Width" type="System.Int32, mscorlib">
<value>135</value>
</data>
@ -15347,7 +15347,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
</data>
<data name="tpChevereto.Text" xml:space="preserve">
<value>Chevereto</value>
</data>
<comment>@Invariant</comment></data>
<data name="&gt;&gt;tpChevereto.Name" xml:space="preserve">
<value>tpChevereto</value>
</data>
@ -15407,7 +15407,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/
</data>
<data name="lblCheveretoWebsiteTip.Text" xml:space="preserve">
<value>/api/1/upload</value>
</data>
<comment>@Invariant</comment></data>
<data name="&gt;&gt;lblCheveretoWebsiteTip.Name" xml:space="preserve">
<value>lblCheveretoWebsiteTip</value>
</data>

View file

@ -743,9 +743,6 @@ Bir başka deyişle Amazon S3'den bazı durumlarda kaybolabilirler.</value>
<data name="btnTwitterRemove.Text" xml:space="preserve">
<value>Kaldır</value>
</data>
<data name="chTwitterAccount.Text" xml:space="preserve">
<value>İsim</value>
</data>
<data name="lblTwitterDescription.Text" xml:space="preserve">
<value>İsim:</value>
</data>
@ -788,4 +785,7 @@ Bir başka deyişle Amazon S3'den bazı durumlarda kaybolabilirler.</value>
<data name="btnCustomUploaderClearUploaders.Text" xml:space="preserve">
<value>Yükleyicileri temizle</value>
</data>
<data name="btnTwitterNameUpdate.Text" xml:space="preserve">
<value>Güncelle</value>
</data>
</root>

View file

@ -37,13 +37,13 @@ private void InitializeComponent()
this.lblMike = new System.Windows.Forms.Label();
this.rtbCredits = new System.Windows.Forms.RichTextBox();
this.rtbShareXInfo = new System.Windows.Forms.RichTextBox();
this.lblOwners = new System.Windows.Forms.Label();
this.cLogo = new ShareX.HelpersLib.Canvas();
this.uclUpdate = new ShareX.HelpersLib.UpdateCheckerLabel();
this.pbMikeURL = new System.Windows.Forms.PictureBox();
this.pbAU = new System.Windows.Forms.PictureBox();
this.pbBerkURL = new System.Windows.Forms.PictureBox();
this.pbTR = new System.Windows.Forms.PictureBox();
this.lblTeam = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.pbMikeURL)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pbAU)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pbBerkURL)).BeginInit();
@ -91,11 +91,6 @@ private void InitializeComponent()
this.rtbShareXInfo.ReadOnly = true;
this.rtbShareXInfo.LinkClicked += new System.Windows.Forms.LinkClickedEventHandler(this.rtb_LinkClicked);
//
// lblOwners
//
resources.ApplyResources(this.lblOwners, "lblOwners");
this.lblOwners.Name = "lblOwners";
//
// cLogo
//
resources.ApplyResources(this.cLogo, "cLogo");
@ -145,12 +140,17 @@ private void InitializeComponent()
this.pbTR.Name = "pbTR";
this.pbTR.TabStop = false;
//
// lblTeam
//
resources.ApplyResources(this.lblTeam, "lblTeam");
this.lblTeam.Name = "lblTeam";
//
// AboutForm
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.WhiteSmoke;
this.Controls.Add(this.lblOwners);
this.Controls.Add(this.lblTeam);
this.Controls.Add(this.rtbShareXInfo);
this.Controls.Add(this.rtbCredits);
this.Controls.Add(this.lblBerk);
@ -186,7 +186,7 @@ private void InitializeComponent()
private HelpersLib.Canvas cLogo;
private System.Windows.Forms.RichTextBox rtbCredits;
private System.Windows.Forms.RichTextBox rtbShareXInfo;
private System.Windows.Forms.Label lblOwners;
private HelpersLib.UpdateCheckerLabel uclUpdate;
private System.Windows.Forms.Label lblTeam;
}
}

View file

@ -44,6 +44,10 @@ public AboutForm()
uclUpdate.CheckUpdate(TaskHelpers.CheckUpdate);
lblTeam.Text = "ShareX Team:";
lblBerk.Text = "Jaex (Berk)";
lblMike.Text = "mcored (Michael Delpach)";
rtbShareXInfo.Text = string.Format(@"{0}: {1}
{2}: {3}
{4}: {5}", Resources.AboutForm_AboutForm_Website, Links.URL_WEBSITE, Resources.AboutForm_AboutForm_Project_page, Links.URL_PROJECT, Resources.AboutForm_AboutForm_Issues, Links.URL_ISSUES);
@ -59,7 +63,7 @@ public AboutForm()
AdFly support: https://github.com/LRNAB
MediaFire support: https://github.com/michalx2
Pushbullet support: https://github.com/BallisticLingonberries
Lambda support: https://github.com/marcusant
Lambda support: https://github.com/mstojcevich
VideoBin support: https://github.com/corey-/
Up1 support: https://github.com/Upload
LnkU, CoinURL, QRnet, VURL, 2gp, SomeImage, OneTimeSecret, Polr support: https://github.com/DanielMcAssey
@ -73,7 +77,7 @@ public AboutForm()
Hungarian: https://github.com/devBluestar
Korean: https://github.com/123jimin
Spanish: https://github.com/ovnisoftware
Dutch: https://github.com/wforums
Dutch: https://github.com/canihavesomecoffee
Portuguese (Brazil): https://github.com/athosbr99 & https://github.com/RockyTV
{2}:

View file

@ -1,3 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
@ -116,7 +117,4 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="lblOwners.Text" xml:space="preserve">
<value>Besitzer:</value>
</data>
</root>

View file

@ -117,7 +117,4 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="lblOwners.Text" xml:space="preserve">
<value>Propietarios:</value>
</data>
</root>

View file

@ -117,9 +117,6 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="lblOwners.Text" xml:space="preserve">
<value>Propriétaires:</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - À propos</value>
</data>

View file

@ -117,7 +117,4 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="lblOwners.Text" xml:space="preserve">
<value>Fejlesztők:</value>
</data>
</root>

View file

@ -117,7 +117,4 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="lblOwners.Text" xml:space="preserve">
<value>개발자:</value>
</data>
</root>

View file

@ -117,9 +117,6 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="lblOwners.Text" xml:space="preserve">
<value>Ontwikkeld door:</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - Over</value>
</data>

View file

@ -117,9 +117,6 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="lblOwners.Text" xml:space="preserve">
<value>Proprietários:</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - Sobre</value>
</data>

View file

@ -156,14 +156,11 @@
<value>64, 144</value>
</data>
<data name="lblBerk.Size" type="System.Drawing.Size, System.Drawing">
<value>60, 13</value>
<value>0, 13</value>
</data>
<data name="lblBerk.TabIndex" type="System.Int32, mscorlib">
<value>4</value>
</data>
<data name="lblBerk.Text" xml:space="preserve">
<value>Jaex (Berk)</value>
<comment>@Invariant</comment></data>
<data name="&gt;&gt;lblBerk.Name" xml:space="preserve">
<value>lblBerk</value>
</data>
@ -183,14 +180,11 @@
<value>64, 168</value>
</data>
<data name="lblMike.Size" type="System.Drawing.Size, System.Drawing">
<value>131, 13</value>
<value>0, 13</value>
</data>
<data name="lblMike.TabIndex" type="System.Int32, mscorlib">
<value>5</value>
</data>
<data name="lblMike.Text" xml:space="preserve">
<value>mcored (Michael Delpach)</value>
<comment>@Invariant</comment></data>
<data name="&gt;&gt;lblMike.Name" xml:space="preserve">
<value>lblMike</value>
</data>
@ -216,9 +210,6 @@
<data name="rtbCredits.TabIndex" type="System.Int32, mscorlib">
<value>7</value>
</data>
<data name="rtbCredits.Text" xml:space="preserve">
<value />
<comment>@Invariant</comment></data>
<data name="rtbCredits.WordWrap" type="System.Boolean, mscorlib">
<value>False</value>
</data>
@ -243,9 +234,6 @@
<data name="rtbShareXInfo.TabIndex" type="System.Int32, mscorlib">
<value>2</value>
</data>
<data name="rtbShareXInfo.Text" xml:space="preserve">
<value />
<comment>@Invariant</comment></data>
<data name="&gt;&gt;rtbShareXInfo.Name" xml:space="preserve">
<value>rtbShareXInfo</value>
</data>
@ -258,33 +246,6 @@
<data name="&gt;&gt;rtbShareXInfo.ZOrder" xml:space="preserve">
<value>1</value>
</data>
<data name="lblOwners.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="lblOwners.Location" type="System.Drawing.Point, System.Drawing">
<value>14, 117</value>
</data>
<data name="lblOwners.Size" type="System.Drawing.Size, System.Drawing">
<value>75, 13</value>
</data>
<data name="lblOwners.TabIndex" type="System.Int32, mscorlib">
<value>3</value>
</data>
<data name="lblOwners.Text" xml:space="preserve">
<value>ShareX Team:</value>
</data>
<data name="&gt;&gt;lblOwners.Name" xml:space="preserve">
<value>lblOwners</value>
</data>
<data name="&gt;&gt;lblOwners.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;lblOwners.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;lblOwners.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<data name="cLogo.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Top, Right</value>
</data>
@ -426,6 +387,30 @@
<data name="&gt;&gt;pbTR.ZOrder" xml:space="preserve">
<value>9</value>
</data>
<data name="lblTeam.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="lblTeam.Location" type="System.Drawing.Point, System.Drawing">
<value>14, 117</value>
</data>
<data name="lblTeam.Size" type="System.Drawing.Size, System.Drawing">
<value>0, 13</value>
</data>
<data name="lblTeam.TabIndex" type="System.Int32, mscorlib">
<value>15</value>
</data>
<data name="&gt;&gt;lblTeam.Name" xml:space="preserve">
<value>lblTeam</value>
</data>
<data name="&gt;&gt;lblTeam.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;lblTeam.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;lblTeam.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>

View file

@ -117,9 +117,6 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="lblOwners.Text" xml:space="preserve">
<value>Sahipler:</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - Hakkında</value>
</data>

View file

@ -1,3 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
@ -116,7 +117,4 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="lblOwners.Text" xml:space="preserve">
<value>开发者:</value>
</data>
</root>

View file

@ -267,4 +267,7 @@
<data name="llTranslators.Text" xml:space="preserve">
<value>ShareX i kendi dilinize çevirmek için bize yardım edin!</value>
</data>
<data name="btnChromeSupport.Text" xml:space="preserve">
<value>Chrome eklenti desteği...</value>
</data>
</root>

View file

@ -286,7 +286,7 @@
<value>5</value>
</data>
<data name="lbl3.Text" xml:space="preserve">
<value>3. In Chrome right click on image or selected text and you will see "Upload with ShareX" button in context menu.</value>
<value>3. In Chrome right click on image, video, audio or selected text and you will see "Upload with ShareX" button in context menu.</value>
</data>
<data name="&gt;&gt;lbl3.Name" xml:space="preserve">
<value>lbl3</value>

View file

@ -0,0 +1,141 @@
<?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="$this.Text" xml:space="preserve">
<value>ShareX - Chrome eklenti desteği</value>
</data>
<data name="btnInstallExtension.Text" xml:space="preserve">
<value>ShareX Chrome eklentisini yükle</value>
</data>
<data name="btnRegister.Text" xml:space="preserve">
<value>Chrome desteğini aktif et</value>
</data>
<data name="btnUnregister.Text" xml:space="preserve">
<value>Chrome desteğini devre dışı bırak</value>
</data>
<data name="lbl1.Text" xml:space="preserve">
<value>1. Chrome desteğini aktif edin yoksa eklenti ShareX ile bağlantı kuramaz.</value>
</data>
<data name="lbl2.Text" xml:space="preserve">
<value>2. ShareX eklentisini Chrome web mağazasından indirin.</value>
</data>
<data name="lbl3.Text" xml:space="preserve">
<value>3. Chrome da resim, video, ses veya seçilmiş yazı üstünde sağ tıkladığınızda "Upload with ShareX" tuşunu görüceksiniz.</value>
</data>
</root>

View file

@ -1517,7 +1517,7 @@
</data>
<data name="niTray.Text" xml:space="preserve">
<value>ShareX</value>
</data>
<comment>@Invariant</comment></data>
<metadata name="timerTraySingleClick.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>405, 17</value>
</metadata>

View file

@ -630,4 +630,10 @@
<data name="tsmiVideoThumbnailer.Text" xml:space="preserve">
<value>Video küçük resim yapıcı...</value>
</data>
<data name="tsmiIRCClient.Text" xml:space="preserve">
<value>IRC istemcisi...</value>
</data>
<data name="tsmiTrayIRCClient.Text" xml:space="preserve">
<value>IRC istemcisi...</value>
</data>
</root>

View file

@ -444,4 +444,10 @@
<data name="tpTools.Text" xml:space="preserve">
<value>Araçlar</value>
</data>
<data name="tpIRCClient.Text" xml:space="preserve">
<value>IRC istemcisi</value>
</data>
<data name="tpVideoThumbnailer.Text" xml:space="preserve">
<value>Video küçük resim yapıcı</value>
</data>
</root>

View file

@ -450,4 +450,21 @@ Lütfen başka bir kısayol seçin veya çakışan uygulamayı kapatın ve Share
<value>Büyük bir dosya yüklüyorsunuz.
Devam etmek istediğinizden emin misiniz?</value>
</data>
<data name="UploadTask_DownloadAndUpload_Downloading" xml:space="preserve">
<value>İndiriliyor</value>
</data>
<data name="ChromeForm_btnRegister_Click_Chrome_support_enabled_" xml:space="preserve">
<value>Chrome desteği aktif edildi.</value>
</data>
<data name="ChromeForm_btnUnregister_Click_Chrome_support_disabled_" xml:space="preserve">
<value>Chrome desteği devre dışı bırakıldı.</value>
</data>
<data name="TaskHelpers_OpenImageEditor_Image_editor___How_to_load_image_" xml:space="preserve">
<value>Resim düzenleyici - Resim nasıl açılsın?</value>
</data>
<data name="TaskHelpers_OpenImageEditor_Your_clipboard_contains_image" xml:space="preserve">
<value>Panonuzda resim bulunmaktadır, bunu resim düzenleyicide açmak ister misiniz?
Evet tuşuna basarsanız panonuzdaki resim açılır. Veya hayır tuşuna basarak resim dosyası seçebilirsiniz.</value>
</data>
</root>

View file

@ -482,6 +482,9 @@
<EmbeddedResource Include="Forms\ChromeForm.resx">
<DependentUpon>ChromeForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\ChromeForm.tr.resx">
<DependentUpon>ChromeForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\ClipboardFormatForm.de.resx">
<DependentUpon>ClipboardFormatForm.cs</DependentUpon>
</EmbeddedResource>