Adding Persian Language Support (#4314)

* Create Resources.fa-IR.resx

* Add more translations

* adding Persian language to enums and langauge helper

* Ading Persian to Main form and resources

* translate about form

* translate Standard Record Form

* add Iran icon

* add Ir Icon to resources

* update Resource file

* update main Form

* fix adding IR File

* catching all Exceptions!

* Adding More Forms

* merge commit

* Add More

* Back To Version

* A little Change

* Add Persian Resource Files

* Add More Persian

* add more translation

* add more traslation

* add resource file Fa-IR

* Revert "merge commit"

This reverts commit e5f4a36f8c.

# Conflicts:
#	ShareX/Forms/TaskSettingsForm.Designer.cs
#	ShareX/Forms/TaskSettingsForm.resx

* Revert History Form to its original state
This commit is contained in:
Amir Pourmand 2019-08-30 11:51:04 +04:30 committed by Jaex
parent 9e04fcf4bc
commit 83b1985f8f
87 changed files with 13535 additions and 1 deletions

View file

@ -0,0 +1,144 @@
<?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="btnExport.Text" xml:space="preserve">
<value>خروجی گرفتن</value>
</data>
<data name="btnImport.Text" xml:space="preserve">
<value>وارد کردن</value>
</data>
<data name="tsmiExportClipboard.Text" xml:space="preserve">
<value>کپی به کلیپ بورد</value>
</data>
<data name="tsmiImportClipboard.Text" xml:space="preserve">
<value>از کلیپ بورد</value>
</data>
<data name="tsmiImportFile.Text" xml:space="preserve">
<value>از فایل ...</value>
</data>
<data name="tsmiImportURL.Text" xml:space="preserve">
<value>از آدرس ...</value>
</data>
<data name="tsmiExportFile.Text" xml:space="preserve">
<value>ذخیره در فایل ...</value>
</data>
<data name="tsmiExportUpload.Text" xml:space="preserve">
<value>آپلود به عنوان متن</value>
</data>
</root>

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="tsmiCopyImage.Text" xml:space="preserve">
<value>کپی کردن عکس</value>
</data>
<data name="lblStatus.Text" xml:space="preserve">
<value>پیش نمایش عکس</value>
</data>
</root>

View file

@ -0,0 +1,139 @@
<?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="lblQuestion.Text" xml:space="preserve">
<value>کلیپ بورد شما حاوی مقادیر زیر است:</value>
</data>
<data name="btnOK.Text" xml:space="preserve">
<value>تایید</value>
</data>
<data name="btnCancel.Text" xml:space="preserve">
<value>انصراف</value>
</data>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="cbDontShowThisWindow.Size" type="System.Drawing.Size, System.Drawing">
<value>125, 17</value>
</data>
<data name="cbDontShowThisWindow.Text" xml:space="preserve">
<value>این پنجره را نشان نده</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - متن کلیپ بورد</value>
</data>
</root>

View file

@ -0,0 +1,169 @@
<?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="btnClose.Text" xml:space="preserve">
<value>بستن</value>
</data>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="rbRecentColors.Size" type="System.Drawing.Size, System.Drawing">
<value>87, 17</value>
</data>
<data name="rbRecentColors.Text" xml:space="preserve">
<value>رنگ های اخیر</value>
</data>
<data name="rbStandardColors.Location" type="System.Drawing.Point, System.Drawing">
<value>96, 3</value>
</data>
<data name="rbStandardColors.Size" type="System.Drawing.Size, System.Drawing">
<value>110, 17</value>
</data>
<data name="rbStandardColors.Text" xml:space="preserve">
<value>رنگ های استاندارد</value>
</data>
<data name="flpColorPaletteSelection.Size" type="System.Drawing.Size, System.Drawing">
<value>209, 23</value>
</data>
<data name="mbCopy.Text" xml:space="preserve">
<value>کپی</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - انتخاب رنگ</value>
</data>
<data name="lblYellow.Text" xml:space="preserve">
<value>زرد:</value>
</data>
<data name="cbTransparent.ToolTip" xml:space="preserve">
<value>شفاف</value>
</data>
<data name="btnOK.Text" xml:space="preserve">
<value>تایید</value>
</data>
<data name="lblNew.Text" xml:space="preserve">
<value>اعلامیه:</value>
</data>
<data name="btnCancel.Text" xml:space="preserve">
<value>انصراف</value>
</data>
<data name="txtY.Text" xml:space="preserve">
<value>۰</value>
</data>
<data name="txtX.Text" xml:space="preserve">
<value>۰</value>
</data>
</root>

View file

@ -0,0 +1,166 @@
<?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>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="lblAdapters.Size" type="System.Drawing.Size, System.Drawing">
<value>90, 13</value>
</data>
<data name="lblAdapters.Text" xml:space="preserve">
<value>آداپتورهای شبکه:</value>
</data>
<data name="lblPreferredDNS.Size" type="System.Drawing.Size, System.Drawing">
<value>101, 13</value>
</data>
<data name="lblPreferredDNS.Text" xml:space="preserve">
<value>سرور DNS ترجیحی:</value>
</data>
<data name="lblAlternateDNS.Size" type="System.Drawing.Size, System.Drawing">
<value>102, 13</value>
</data>
<data name="lblAlternateDNS.Text" xml:space="preserve">
<value>سرور DNS جایگزین:</value>
</data>
<data name="btnSave.Text" xml:space="preserve">
<value>اعمال</value>
</data>
<data name="btnCancel.Text" xml:space="preserve">
<value>بستن</value>
</data>
<data name="lblDNS.Size" type="System.Drawing.Size, System.Drawing">
<value>82, 13</value>
</data>
<data name="lblDNS.Text" xml:space="preserve">
<value>سرورهای DNS:</value>
</data>
<data name="cbAutomatic.Size" type="System.Drawing.Size, System.Drawing">
<value>212, 17</value>
</data>
<data name="cbAutomatic.Text" xml:space="preserve">
<value>آدرس سرور DNS را اتوماتیک بدست بیاور.</value>
</data>
<data name="btnPingPrimary.Text" xml:space="preserve">
<value>پینگ</value>
</data>
<data name="btnPingSecondary.Text" xml:space="preserve">
<value>پینگ</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - تغییر دهنده DNS</value>
</data>
</root>

View file

@ -0,0 +1,145 @@
<?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="btnLoadedAssemblies.Text" xml:space="preserve">
<value>اسمبلی های بارگذاری شده</value>
</data>
<data name="btnCopyAll.Text" xml:space="preserve">
<value>کپی همه</value>
</data>
<data name="btnOpenLogFile.Text" xml:space="preserve">
<value>بازکردن فایل لاگ...</value>
</data>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="llRunningFrom.Location" type="System.Drawing.Point, System.Drawing">
<value>93, 0</value>
</data>
<data name="lblRunningFrom.Size" type="System.Drawing.Size, System.Drawing">
<value>93, 13</value>
</data>
<data name="lblRunningFrom.Text" xml:space="preserve">
<value>مسیر شروع برنامه:</value>
</data>
<data name="btnUploadLog.Text" xml:space="preserve">
<value>آپلود کردن لاگ...</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - خطایابی</value>
</data>
</root>

View file

@ -0,0 +1,138 @@
<?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="btnSendBugReport.Text" xml:space="preserve">
<value>ارسال خطا ...</value>
</data>
<data name="btnClose.Text" xml:space="preserve">
<value>خروج از برنامه</value>
</data>
<data name="btnOpenLogFile.Text" xml:space="preserve">
<value>باز کردن فایل خطا ...</value>
</data>
<data name="btnContinue.Text" xml:space="preserve">
<value>ادامه دادن</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - خطا</value>
</data>
<data name="btnOK.Text" xml:space="preserve">
<value>تایید</value>
</data>
</root>

View file

@ -0,0 +1,135 @@
<?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="btnRemove.Text" xml:space="preserve">
<value>حذف کردن</value>
</data>
<data name="lblPreview.Text" xml:space="preserve">
<value>پیش نمایش:</value>
</data>
<data name="btnOK.Text" xml:space="preserve">
<value>تایید</value>
</data>
<data name="btnCancel.Text" xml:space="preserve">
<value>انصراف</value>
</data>
<data name="btnAdd.Text" xml:space="preserve">
<value>اضافه کردن</value>
</data>
</root>

View file

@ -0,0 +1,160 @@
<?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="btnFilePathBrowse.Text" xml:space="preserve">
<value>انتخاب ...</value>
</data>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="lblHashType.Size" type="System.Drawing.Size, System.Drawing">
<value>46, 13</value>
</data>
<data name="lblHashType.Text" xml:space="preserve">
<value>نوع هش:</value>
</data>
<data name="btnStartHashCheck.Text" xml:space="preserve">
<value>چک کن!</value>
</data>
<data name="lblFile.Size" type="System.Drawing.Size, System.Drawing">
<value>57, 13</value>
</data>
<data name="lblFile.Text" xml:space="preserve">
<value>مسیر فایل:</value>
</data>
<data name="tpFileHashCheck.Text" xml:space="preserve">
<value>چک هش فایل</value>
</data>
<data name="btnHashCheckCopyAll.Text" xml:space="preserve">
<value>کپی کردن همه</value>
</data>
<data name="lblHashCheckText.Size" type="System.Drawing.Size, System.Drawing">
<value>26, 13</value>
</data>
<data name="lblHashCheckText.Text" xml:space="preserve">
<value>متن:</value>
</data>
<data name="tpTextConversions.Text" xml:space="preserve">
<value>مبدل متن</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - چک کردن هش</value>
</data>
<data name="lblResult.Text" xml:space="preserve">
<value>نتایج:</value>
</data>
</root>

View file

@ -0,0 +1,129 @@
<?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="btnOK.Text" xml:space="preserve">
<value>تایید</value>
</data>
<data name="btnCancel.Text" xml:space="preserve">
<value>انصراف</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - باکس ورودی</value>
</data>
</root>

View file

@ -0,0 +1,181 @@
<?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="btnScreenTearingTest.Text" xml:space="preserve">
<value>تست انمیشین را شروع کن</value>
</data>
<data name="btnClose.Text" xml:space="preserve">
<value>بستن</value>
</data>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="lblShapeSize.Size" type="System.Drawing.Size, System.Drawing">
<value>32, 13</value>
</data>
<data name="lblShapeSize.Text" xml:space="preserve">
<value>سایز:</value>
</data>
<data name="rbShapes.Size" type="System.Drawing.Size, System.Drawing">
<value>51, 17</value>
</data>
<data name="rbShapes.Text" xml:space="preserve">
<value>شکل:</value>
</data>
<data name="rbRedGreenBlue.Size" type="System.Drawing.Size, System.Drawing">
<value>101, 17</value>
</data>
<data name="rbRedGreenBlue.Text" xml:space="preserve">
<value>قرمز، سبز، آبی:</value>
</data>
<data name="rbBlackWhite.Size" type="System.Drawing.Size, System.Drawing">
<value>82, 17</value>
</data>
<data name="rbBlackWhite.Text" xml:space="preserve">
<value>سیاه، سفید:</value>
</data>
<data name="cbShapes.Items1" xml:space="preserve">
<value>خطوط عمودی</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - تست صفحه نمایش</value>
</data>
<data name="lblBlackWhiteValue.Text" xml:space="preserve">
<value>۰</value>
</data>
<data name="lblRedValue.Text" xml:space="preserve">
<value>۰</value>
</data>
<data name="lblBlueValue.Text" xml:space="preserve">
<value>۰</value>
</data>
<data name="lblGreenValue.Text" xml:space="preserve">
<value>۰</value>
</data>
<data name="lblShapeSizeValue.Text" xml:space="preserve">
<value>۱</value>
</data>
<data name="btnColorDialog.Text" xml:space="preserve">
<value>پنجره رنگ ...</value>
</data>
<data name="btnGradientColor2.Text" xml:space="preserve">
<value>رنگ ۲</value>
</data>
<data name="lblTip.Text" xml:space="preserve">
<value>راهنما: برای مخفی کردن/نمایش این پنجره، خارج این پنجره کلیک کنید.</value>
</data>
</root>

View file

@ -0,0 +1,163 @@
<?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>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="cbAutoRotate.Size" type="System.Drawing.Size, System.Drawing">
<value>137, 17</value>
</data>
<data name="cbAutoRotate.Text" xml:space="preserve">
<value>عکس را اتوماتیک بچرخان</value>
</data>
<data name="cbAutoScale.Size" type="System.Drawing.Size, System.Drawing">
<value>171, 17</value>
</data>
<data name="cbAutoScale.Text" xml:space="preserve">
<value>عکس را اتوماتیک بزرگ کوچک کن</value>
</data>
<data name="lblMargin.Size" type="System.Drawing.Size, System.Drawing">
<value>39, 13</value>
</data>
<data name="lblMargin.Text" xml:space="preserve">
<value>حاشیه:</value>
</data>
<data name="cbAllowEnlarge.Size" type="System.Drawing.Size, System.Drawing">
<value>167, 17</value>
</data>
<data name="cbAllowEnlarge.Text" xml:space="preserve">
<value>به عکس اجازه بزرگ تر شدن بده</value>
</data>
<data name="cbCenterImage.Size" type="System.Drawing.Size, System.Drawing">
<value>138, 17</value>
</data>
<data name="cbCenterImage.Text" xml:space="preserve">
<value>عکس را در وسط قرار بده</value>
</data>
<data name="btnShowPreview.Text" xml:space="preserve">
<value>پیش نمایش ...</value>
</data>
<data name="btnPrint.Text" xml:space="preserve">
<value>چاپ ...</value>
</data>
<data name="btnCancel.Text" xml:space="preserve">
<value>انصراف</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - تنظیمات چاپ</value>
</data>
</root>

View file

@ -0,0 +1,142 @@
<?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="btnCancel.Text" xml:space="preserve">
<value>انصراف</value>
</data>
<data name="btnPrint.Text" xml:space="preserve">
<value>چاپ ...</value>
</data>
<data name="btnShowPreview.Text" xml:space="preserve">
<value>پیش نمایش ...</value>
</data>
<data name="btnChangeFont.Text" xml:space="preserve">
<value>تغییر فونت ...</value>
</data>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="lblFont.Size" type="System.Drawing.Size, System.Drawing">
<value>34, 13</value>
</data>
<data name="lblFont.Text" xml:space="preserve">
<value>فونت:</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - تنظیمات چاپ</value>
</data>
</root>

View file

@ -0,0 +1,871 @@
<?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="MyMessageBox_MyMessageBox_Yes" xml:space="preserve">
<value>بله</value>
</data>
<data name="HotkeyType_CaptureWebpage" xml:space="preserve">
<value>ضبط صفحه سایت</value>
</data>
<data name="DownloaderForm_DownloaderForm_Waiting_" xml:space="preserve">
<value>لطفا صبر کنید .</value>
</data>
<data name="HotkeyType_VideoThumbnailer" xml:space="preserve">
<value>خلاصه کننده ویدئو</value>
</data>
<data name="LinearGradientMode_Vertical" xml:space="preserve">
<value>عمودی</value>
</data>
<data name="ReplCodeMenuEntry_un_User_name" xml:space="preserve">
<value>نام کاربری:</value>
</data>
<data name="ReplCodeMenuEntry_uln_User_login_name" xml:space="preserve">
<value>نام کاربر وارد شده</value>
</data>
<data name="ExportImportControl_tsmiImportURL_Click_URL_to_download_settings_from" xml:space="preserve">
<value>آدرس دانلود تنظیمات:</value>
</data>
<data name="CustomUploaderDestinationType_URLShortener" xml:space="preserve">
<value>کوتاه کننده لینک</value>
</data>
<data name="CustomUploaderDestinationType_URLSharingService" xml:space="preserve">
<value>سرویس اشتراک گذاری لینک</value>
</data>
<data name="HotkeyType_UploadText" xml:space="preserve">
<value>آپلود متن</value>
</data>
<data name="AfterCaptureTasks_UploadImageToHost" xml:space="preserve">
<value>آپلودکردن عکس به هاست</value>
</data>
<data name="HotkeyType_ClipboardUpload" xml:space="preserve">
<value>آپلود از کلیپ بورد</value>
</data>
<data name="HotkeyType_FolderUpload" xml:space="preserve">
<value>آپلود پوشه</value>
</data>
<data name="HotkeyType_FileUpload" xml:space="preserve">
<value>آپلود فایل</value>
</data>
<data name="HotkeyType_FileUpload_Category" xml:space="preserve">
<value>آپلود</value>
</data>
<data name="HotkeyType_UploadText_Category" xml:space="preserve">
<value>آپلود</value>
</data>
<data name="HotkeyType_FolderUpload_Category" xml:space="preserve">
<value>آپلود</value>
</data>
<data name="HotkeyType_UploadURL_Category" xml:space="preserve">
<value>آپلود</value>
</data>
<data name="HotkeyType_ShortenURL_Category" xml:space="preserve">
<value>آپلود</value>
</data>
<data name="HotkeyType_ClipboardUploadWithContentViewer_Category" xml:space="preserve">
<value>آپلود</value>
</data>
<data name="HotkeyType_DragDropUpload_Category" xml:space="preserve">
<value>آپلود</value>
</data>
<data name="HotkeyType_ClipboardUpload_Category" xml:space="preserve">
<value>آپلود</value>
</data>
<data name="HotkeyType_StopUploads_Category" xml:space="preserve">
<value>آپلود</value>
</data>
<data name="UpdateMessageBox_UpdateMessageBox_update_is_available" xml:space="preserve">
<value>نسخه به روز موجود است</value>
</data>
<data name="UpdateCheckerLabel_UpdateControls_Update_check_failed" xml:space="preserve">
<value>چک کردن آپدیت با مشکل مواجه شد</value>
</data>
<data name="HotkeyType_TweetMessage" xml:space="preserve">
<value>پیام توئیت</value>
</data>
<data name="HotkeyType_ScreenColorPicker_Category" xml:space="preserve">
<value>ابزار</value>
</data>
<data name="HotkeyType_DNSChanger_Category" xml:space="preserve">
<value>ابزار</value>
</data>
<data name="HotkeyType_ImageEditor_Category" xml:space="preserve">
<value>ابزار</value>
</data>
<data name="HotkeyType_QRCode_Category" xml:space="preserve">
<value>ابزار</value>
</data>
<data name="HotkeyType_FTPClient_Category" xml:space="preserve">
<value>ابزار</value>
</data>
<data name="HotkeyType_VideoThumbnailer_Category" xml:space="preserve">
<value>ابزار</value>
</data>
<data name="HotkeyType_ImageCombiner_Category" xml:space="preserve">
<value>ابزار</value>
</data>
<data name="HotkeyType_Ruler_Category" xml:space="preserve">
<value>ابزار</value>
</data>
<data name="HotkeyType_ColorPicker_Category" xml:space="preserve">
<value>ابزار</value>
</data>
<data name="HotkeyType_TweetMessage_Category" xml:space="preserve">
<value>ابزار</value>
</data>
<data name="HotkeyType_HashCheck_Category" xml:space="preserve">
<value>ابزار</value>
</data>
<data name="HotkeyType_ImageEffects_Category" xml:space="preserve">
<value>ابزار</value>
</data>
<data name="HotkeyType_IndexFolder_Category" xml:space="preserve">
<value>ابزار</value>
</data>
<data name="HotkeyType_MonitorTest_Category" xml:space="preserve">
<value>ابزار</value>
</data>
<data name="ReplCodeMenuEntry_t_Title_of_active_window" xml:space="preserve">
<value>عنوان پنجره</value>
</data>
<data name="CustomUploaderDestinationType_TextUploader" xml:space="preserve">
<value>آپلود کننده های متن</value>
</data>
<data name="HotkeyType_TextCapture" xml:space="preserve">
<value>تشخیص متن از عکس (OCR) ...</value>
</data>
<data name="HotkeyType_StopUploads" xml:space="preserve">
<value>توقف تمام آپلودهای جاری</value>
</data>
<data name="Stop" xml:space="preserve">
<value>توقف</value>
</data>
<data name="ShapeType_DrawingSticker" xml:space="preserve">
<value>استیکر:</value>
</data>
<data name="DownloaderForm_ChangeStatus_Status___0_" xml:space="preserve">
<value>وضعیت: {0}</value>
</data>
<data name="AfterUploadTasks_ShowQRCode" xml:space="preserve">
<value>نمایش پنجره کد QR </value>
</data>
<data name="PopUpNotificationType_None" xml:space="preserve">
<value>هیچ چیزی نمایش نده</value>
</data>
<data name="AfterCaptureTasks_ShowInExplorer" xml:space="preserve">
<value>نشان دادن فایل در Explorer</value>
</data>
<data name="AfterCaptureTasks_ShowBeforeUploadWindow" xml:space="preserve">
<value>نشان دادن پنجره "قبل آپلود"</value>
</data>
<data name="AfterUploadTasks_ShowAfterUploadWindow" xml:space="preserve">
<value>نشان دادن پنجره "بعد آپلود"</value>
</data>
<data name="AfterCaptureTasks_ShowAfterCaptureWindow" xml:space="preserve">
<value>نشان دادن پنجره "بعد از ضبط"</value>
</data>
<data name="HotkeyType_ShortenURL" xml:space="preserve">
<value>کوتاه کردن آدرس</value>
</data>
<data name="AfterUploadTasks_UseURLShortener" xml:space="preserve">
<value>کوتاه کردن آدرس</value>
</data>
<data name="FileDestination_SharedFolder" xml:space="preserve">
<value>پوشه به اشتراک گذاری شده</value>
</data>
<data name="AfterUploadTasks_ShareURL" xml:space="preserve">
<value>اشتراک گذاری آدرس</value>
</data>
<data name="ExportImportControl_tsmiExportClipboard_Click_Settings_copied_to_your_clipboard_" xml:space="preserve">
<value>تنظیمات به کلیپ بورد شما کپی شدند.</value>
</data>
<data name="DNSChangerForm_btnSave_Click_Setting_DNS_failed_" xml:space="preserve">
<value>تنظیم DNS با مشکل مواجه شد.</value>
</data>
<data name="DNSChangerForm_btnSave_Click_Setting_DNS_failed_with_error_code_" xml:space="preserve">
<value>تنظیم DNS با مشکل مواجه شد. کد خطا:</value>
</data>
<data name="Extensions_AddContextMenu_SelectAll" xml:space="preserve">
<value>انتخاب همه</value>
</data>
<data name="FolderSelectDialog_Title_Select_a_folder" xml:space="preserve">
<value>انتخاب پوشه</value>
</data>
<data name="HotkeyType_ScrollingCapture" xml:space="preserve">
<value>ضبط تصویر با اسکرول...</value>
</data>
<data name="HotkeyType_ScreenRecorderCustomRegion_Category" xml:space="preserve">
<value>ضبط فیلم صفحه</value>
</data>
<data name="HotkeyType_AbortScreenRecording_Category" xml:space="preserve">
<value>ضبط فیلم صفحه</value>
</data>
<data name="HotkeyType_ScreenRecorderGIFActiveWindow_Category" xml:space="preserve">
<value>ضبط فیلم صفحه</value>
</data>
<data name="HotkeyType_StartScreenRecorder_Category" xml:space="preserve">
<value>ضبط فیلم صفحه</value>
</data>
<data name="HotkeyType_ScreenRecorderGIFCustomRegion_Category" xml:space="preserve">
<value>ضبط فیلم صفحه</value>
</data>
<data name="HotkeyType_ScreenRecorder_Category" xml:space="preserve">
<value>ضبط فیلم صفحه</value>
</data>
<data name="HotkeyType_ScreenRecorderGIF_Category" xml:space="preserve">
<value>ضبط فیلم صفحه</value>
</data>
<data name="HotkeyType_ScreenRecorderActiveWindow_Category" xml:space="preserve">
<value>ضبط فیلم صفحه</value>
</data>
<data name="HotkeyType_StartScreenRecorderGIF_Category" xml:space="preserve">
<value>ضبط فیلم صفحه</value>
</data>
<data name="HotkeyType_ScreenColorPicker" xml:space="preserve">
<value>انتخاب گر رنگ صفحه</value>
</data>
<data name="HotkeyType_ScrollingCapture_Category" xml:space="preserve">
<value>ضبط</value>
</data>
<data name="HotkeyType_WindowRectangle_Category" xml:space="preserve">
<value>ضبط</value>
</data>
<data name="HotkeyType_RectangleLight_Category" xml:space="preserve">
<value>ضبط</value>
</data>
<data name="HotkeyType_PrintScreen_Category" xml:space="preserve">
<value>ضبط</value>
</data>
<data name="HotkeyType_CustomRegion_Category" xml:space="preserve">
<value>ضبط</value>
</data>
<data name="HotkeyType_StartAutoCapture_Category" xml:space="preserve">
<value>ضبط</value>
</data>
<data name="HotkeyType_CaptureWebpage_Category" xml:space="preserve">
<value>ضبط</value>
</data>
<data name="HotkeyType_LastRegion_Category" xml:space="preserve">
<value>ضبط</value>
</data>
<data name="HotkeyType_TextCapture_Category" xml:space="preserve">
<value>ضبط</value>
</data>
<data name="HotkeyType_RectangleTransparent_Category" xml:space="preserve">
<value>ضبط</value>
</data>
<data name="HotkeyType_AutoCapture_Category" xml:space="preserve">
<value>ضبط</value>
</data>
<data name="HotkeyType_RectangleRegion_Category" xml:space="preserve">
<value>ضبط</value>
</data>
<data name="HotkeyType_ActiveMonitor_Category" xml:space="preserve">
<value>ضبط</value>
</data>
<data name="HotkeyType_ActiveWindow_Category" xml:space="preserve">
<value>ضبط</value>
</data>
<data name="AfterCaptureTasks_ScanQRCode" xml:space="preserve">
<value>اسکن کد QR</value>
</data>
<data name="AfterCaptureTasks_SaveImageToFileWithDialog" xml:space="preserve">
<value>عکس را در فایل ذخیره کن با عنوان ...</value>
</data>
<data name="AfterCaptureTasks_SaveImageToFile" xml:space="preserve">
<value>عکس را در فایل ذخیره کن</value>
</data>
<data name="HotkeyType_Ruler" xml:space="preserve">
<value>خط کش</value>
</data>
<data name="ResponseType_Text" xml:space="preserve">
<value>متن پاسخ</value>
</data>
<data name="RegionCaptureAction_RemoveShape" xml:space="preserve">
<value>پاک کردن شکل</value>
</data>
<data name="HotkeyType_QRCode" xml:space="preserve">
<value>کد QR</value>
</data>
<data name="PrintForm_LoadSettings_Print" xml:space="preserve">
<value>چاپ</value>
</data>
<data name="HotkeyType_OpenScreenshotsFolder_Category" xml:space="preserve">
<value>دیگر</value>
</data>
<data name="HotkeyType_DisableHotkeys_Category" xml:space="preserve">
<value>دیگر</value>
</data>
<data name="HotkeyType_OpenMainWindow_Category" xml:space="preserve">
<value>دیگر</value>
</data>
<data name="HotkeyType_OpenImageHistory_Category" xml:space="preserve">
<value>دیگر</value>
</data>
<data name="HotkeyType_ExitShareX_Category" xml:space="preserve">
<value>دیگر</value>
</data>
<data name="HotkeyType_ToggleActionsToolbar_Category" xml:space="preserve">
<value>دیگر</value>
</data>
<data name="HotkeyType_OpenHistory_Category" xml:space="preserve">
<value>دیگر</value>
</data>
<data name="MyMessageBox_MyMessageBox_OK" xml:space="preserve">
<value>تایید</value>
</data>
<data name="MyMessageBox_MyMessageBox_No" xml:space="preserve">
<value>خیر</value>
</data>
<data name="ReplCodeMenuEntry_n_New_line" xml:space="preserve">
<value>خط جدید</value>
</data>
<data name="PastebinExpiration_N" xml:space="preserve">
<value>هرگز</value>
</data>
<data name="HotkeyType_MonitorTest" xml:space="preserve">
<value>تست صفحه نمایش ...</value>
</data>
<data name="DNSChangerForm_DNSChangerForm_Manual" xml:space="preserve">
<value>دستی</value>
</data>
<data name="ProxyMethod_Manual" xml:space="preserve">
<value>دستی</value>
</data>
<data name="ShapeType_DrawingMagnify" xml:space="preserve">
<value>بزرگ کن</value>
</data>
<data name="FileDestination_Email" xml:space="preserve">
<value>ایمیل:</value>
</data>
<data name="URLSharingServices_Email" xml:space="preserve">
<value>ایمیل:</value>
</data>
<data name="HotkeyType_DragDropUpload" xml:space="preserve">
<value>آپلود با کشیدن و رهاکردن</value>
</data>
<data name="DownloaderForm_StartDownload_Downloading_" xml:space="preserve">
<value>در حال دانلود.</value>
</data>
<data name="DownloaderForm_fileDownloader_DownloadCompleted_Download_completed_" xml:space="preserve">
<value>دانلود تکمیل شد.</value>
</data>
<data name="FileExistAction_Cancel" xml:space="preserve">
<value>ذخیره نکن</value>
</data>
<data name="Extensions_AddContextMenu_Delete" xml:space="preserve">
<value>حذف</value>
</data>
<data name="AfterCaptureTasks_DeleteFile" xml:space="preserve">
<value>حذف فایل بصورت محلی</value>
</data>
<data name="Extensions_AddContextMenu_Copy" xml:space="preserve">
<value>کپی</value>
</data>
<data name="MyMessageBox_MyMessageBox_Cancel" xml:space="preserve">
<value>انصراف</value>
</data>
<data name="DownloaderForm_StartDownload_Cancel" xml:space="preserve">
<value>انصراف</value>
</data>
<data name="PastebinExpiration_M1" xml:space="preserve">
<value>۱ ماه</value>
</data>
<data name="PastebinExpiration_H1" xml:space="preserve">
<value>۱ ساعت</value>
</data>
<data name="PastebinExpiration_D1" xml:space="preserve">
<value>۱ روز</value>
</data>
<data name="PNGBitDepth_Bit32" xml:space="preserve">
<value>۳۲ بیت</value>
</data>
<data name="PNGBitDepth_Bit24" xml:space="preserve">
<value>۲۴ بیت</value>
</data>
<data name="UpdateCheckerLabel_UpdateControls_A_newer_version_of_ShareX_is_available" xml:space="preserve">
<value>نسخه جدیدتری از {0} در دسترس است.</value>
</data>
<data name="UpdateMessageBox_UpdateMessageBox_" xml:space="preserve">
<value>نسخه جدیدتری از {0} در دسترس است.
آیا مایلید آن را دانلود و نصب کنید؟</value>
</data>
<data name="UpdateMessageBox_UpdateMessageBox_Portable" xml:space="preserve">
<value>نسخه جدیدتری از {0} در دسترس است.
آیا مایلید آن را دانلود و نصب کنید؟</value>
</data>
<data name="HotkeyType_AbortScreenRecording" xml:space="preserve">
<value>انصراف از ضبط فیلم صفحه</value>
</data>
<data name="HotkeyType_RectangleTransparent" xml:space="preserve">
<value>ضبط ناحیه (شفاف)</value>
</data>
<data name="HotkeyType_RectangleRegion" xml:space="preserve">
<value>ضبط ناحیه</value>
</data>
<data name="HotkeyType_RectangleLight" xml:space="preserve">
<value>ضبط ناحیه (روشن)</value>
</data>
<data name="HotkeyType_StartScreenRecorder" xml:space="preserve">
<value>شروع/توقف ضبط فیلم صفحه با آخرین ناحیه</value>
</data>
<data name="HotkeyType_ScreenRecorderGIFActiveWindow" xml:space="preserve">
<value>شروع/توقف ضبط فیلم صفحه (GIF) از پنجره جاری</value>
</data>
<data name="HotkeyType_ScreenRecorderGIFCustomRegion" xml:space="preserve">
<value>شروع/توقف ضبط فیلم صفحه (GIF) با ناحیه از پیش تنظیم شده</value>
</data>
<data name="HotkeyType_ScreenRecorderActiveWindow" xml:space="preserve">
<value>شروع/توقف ضبط فیلم صفحه از پنجره جاری</value>
</data>
<data name="HotkeyType_ScreenRecorderGIF" xml:space="preserve">
<value>شروع/توقف ضبط فیلم صفحه (GIF) از ناحیه سفارشی</value>
</data>
<data name="HotkeyType_StartScreenRecorderGIF" xml:space="preserve">
<value>شروع/توقف ضبط فیلم صفحه (GIF) با آخرین ناحیه</value>
</data>
<data name="HotkeyType_ScreenRecorder" xml:space="preserve">
<value>شروع/توقف ضبط فیلم صفحه از ناحیه سفارشی</value>
</data>
<data name="HotkeyType_ScreenRecorderCustomRegion" xml:space="preserve">
<value>شروع/توقف ضبط فیلم صفحه با ناحیه از پیش تنظیم شده</value>
</data>
<data name="ImgurThumbnailType_Big_Square" xml:space="preserve">
<value>مربع بزرگ</value>
</data>
<data name="HotkeyType_AutoCapture" xml:space="preserve">
<value>ضبط خودکار</value>
</data>
<data name="ReplCodeMenuEntry_mo_Current_month" xml:space="preserve">
<value>ماه جاری</value>
</data>
<data name="HotkeyType_ImageEffects" xml:space="preserve">
<value>افکت های تصویر</value>
</data>
<data name="ShapeType_DrawingImageScreen" xml:space="preserve">
<value>عکس (اسکرین)</value>
</data>
<data name="ProxyMethod_None" xml:space="preserve">
<value>هیچ کدام</value>
</data>
<data name="ShapeType_DrawingSpeechBalloon" xml:space="preserve">
<value>بالن متن (S)</value>
</data>
<data name="ShapeType_RegionRectangle" xml:space="preserve">
<value>ناحیه مستطیلی</value>
</data>
<data name="AfterCaptureTasks_SendImageToPrinter" xml:space="preserve">
<value>چاپ عکس</value>
</data>
<data name="AfterCaptureTasks_PerformActions" xml:space="preserve">
<value>انجام اعمال</value>
</data>
<data name="ReplCodeMenuCategory_Date_and_Time" xml:space="preserve">
<value>تاریخ و زمان</value>
</data>
<data name="HotkeyType_ImageCombiner" xml:space="preserve">
<value>ترکیب کننده عکس</value>
</data>
<data name="YouTubeVideoPrivacy_Private" xml:space="preserve">
<value>شخصی</value>
</data>
<data name="CustomUploaderDestinationType_FileUploader" xml:space="preserve">
<value>آپلود کننده فایل</value>
</data>
<data name="ReplCodeMenuEntry_h_Current_hour" xml:space="preserve">
<value>ساعت جاری</value>
</data>
<data name="ReplCodeMenuEntry_ms_Current_millisecond" xml:space="preserve">
<value>زمان (بر حسب میلی ثانیه)</value>
</data>
<data name="DownloaderForm_fileDownloader_DownloadCompleted_Install" xml:space="preserve">
<value>نصب</value>
</data>
<data name="ReplCodeMenuEntry_mi_Current_minute" xml:space="preserve">
<value>دقیقه جاری</value>
</data>
<data name="ReplCodeMenuEntry_d_Current_day" xml:space="preserve">
<value>روز جاری</value>
</data>
<data name="PastebinPrivacy_Unlisted" xml:space="preserve">
<value>لیست نشده</value>
</data>
<data name="Extensions_AddContextMenu_Cut" xml:space="preserve">
<value>برداشتن</value>
</data>
<data name="AfterCaptureTasks_CopyImageToClipboard" xml:space="preserve">
<value>عکس را به کلیپ بورد کپی کن</value>
</data>
<data name="HotkeyType_PrintScreen" xml:space="preserve">
<value>ضبط صفحه بصورت کامل</value>
</data>
<data name="ImageEditorStartMode_Normal" xml:space="preserve">
<value>عادی</value>
</data>
<data name="DNSChangerForm_btnSave_Click_DNS_successfully_set_" xml:space="preserve">
<value>تنظیمات DNS با موفقیت انجام شد.</value>
</data>
<data name="ReplCodeMenuCategory_Image" xml:space="preserve">
<value>عکس</value>
</data>
<data name="PastebinExpiration_M10" xml:space="preserve">
<value>۱۰ دقیقه</value>
</data>
<data name="HotkeyType_ExitShareX" xml:space="preserve">
<value>خروج از برنامه</value>
</data>
<data name="Helpers_DownloadString_Download_failed_" xml:space="preserve">
<value>دانلود با مشکل مواجه شد:</value>
</data>
<data name="Start" xml:space="preserve">
<value>شروع</value>
</data>
<data name="ReplCodeMenuCategory_Random" xml:space="preserve">
<value>تصادفی</value>
</data>
<data name="CustomUploaderDestinationType_ImageUploader" xml:space="preserve">
<value>آپلود کننده عکس</value>
</data>
<data name="HotkeyType_HashCheck" xml:space="preserve">
<value>چک کردن Hash</value>
</data>
<data name="YouTubeVideoPrivacy_Public" xml:space="preserve">
<value>عمومی</value>
</data>
<data name="ShapeType_DrawingImage" xml:space="preserve">
<value>عکس (فایل)</value>
</data>
<data name="ImageEditorStartMode_Fullscreen" xml:space="preserve">
<value>تمام صفحه</value>
</data>
<data name="DownloaderForm_ChangeProgress_Progress" xml:space="preserve">
<value>پیشرفت: {0:0.0}%
سرعت دانلود: {1:0.0} کیلوبایت بر ثانیه
حجم فایل: {2:n0} بر {3:n0} کیلوبایت</value>
</data>
<data name="HotkeyType_None" xml:space="preserve">
<value>هیچ کدام</value>
</data>
<data name="ReplCodeMenuCategory_Computer" xml:space="preserve">
<value>کامیپوتر</value>
</data>
<data name="ReplCodeMenuEntry_yy_Current_year__2_digits_" xml:space="preserve">
<value>سال جاری (۲ رقم)</value>
</data>
<data name="PNGBitDepth_Automatic" xml:space="preserve">
<value>تشخیص خودکار</value>
</data>
<data name="ShapeType_RegionEllipse" xml:space="preserve">
<value>ناحیه بیضی</value>
</data>
<data name="HotkeyType_DNSChanger" xml:space="preserve">
<value>تغییردهنده DNS</value>
</data>
<data name="ExportImportControl_Serialize_Export_failed_" xml:space="preserve">
<value>خروجی گرفتن با مشکل مواجه شد.</value>
</data>
<data name="YouTubeVideoPrivacy_Unlisted" xml:space="preserve">
<value>لیست نشده</value>
</data>
<data name="AfterCaptureTasks_DoOCR" xml:space="preserve">
<value>متن را تشخیص بده (OCR)</value>
</data>
<data name="ShapeType_DrawingCursor" xml:space="preserve">
<value>کرسر</value>
</data>
<data name="LinearGradientMode_Horizontal" xml:space="preserve">
<value>افقی</value>
</data>
<data name="ReplCodeMenuEntry_y_Current_year" xml:space="preserve">
<value>سال جاری</value>
</data>
<data name="PastebinExpiration_W2" xml:space="preserve">
<value>۲ هفته</value>
</data>
<data name="HotkeyType_IndexFolder" xml:space="preserve">
<value>پوشه ایندکس</value>
</data>
<data name="ScreenRecordGIFEncoding_FFmpeg" xml:space="preserve">
<value>FFmpeg (کیفیت خوب)</value>
</data>
<data name="AfterUploadTasks_OpenURL" xml:space="preserve">
<value>بازکردن آدرس</value>
</data>
<data name="AfterCaptureTasks_AnnotateImage" xml:space="preserve">
<value>بازکردن در ویرایشگر عکس</value>
</data>
<data name="AfterCaptureTasks_CopyFilePathToClipboard" xml:space="preserve">
<value>کپی کردن مسیر فایل به کلیپ بورد</value>
</data>
<data name="MyPictureBox_LoadImageAsync_Loading_image___" xml:space="preserve">
<value>در حال بارگذاری عکس ...</value>
</data>
<data name="HotkeyType_LastRegion" xml:space="preserve">
<value>ضبط آخرین ناحیه</value>
</data>
<data name="UpdateMessageBox_UpdateMessageBox_CurrentVersion" xml:space="preserve">
<value>ورژن جاری</value>
</data>
<data name="Helpers_BrowseFolder_Choose_folder" xml:space="preserve">
<value>پوشه را انتخاب کن</value>
</data>
<data name="Helpers_OpenFile_File_not_exist_" xml:space="preserve">
<value>فایل وجود ندارد:</value>
</data>
<data name="ExportImportControl_Deserialize_Import_failed_" xml:space="preserve">
<value>وارد کردن اطلاعات با مشکل مواجه شد.</value>
</data>
<data name="Extensions_AddContextMenu_Paste" xml:space="preserve">
<value>چسباندن</value>
</data>
<data name="HotkeyType_OpenImageHistory" xml:space="preserve">
<value>بازکردن پنجره تاریخچه عکس</value>
</data>
<data name="CodeMenu_Create_Close" xml:space="preserve">
<value>بستن</value>
</data>
<data name="ScrollingCaptureScrollMethod_Automatic" xml:space="preserve">
<value>بصورت خودکار تمام روش ها را امتحان کن تا یکی جواب دهد</value>
</data>
<data name="PastebinPrivacy_Public" xml:space="preserve">
<value>عمومی</value>
</data>
<data name="Error" xml:space="preserve">
<value>خطا</value>
</data>
<data name="RegionCaptureAction_CaptureFullscreen" xml:space="preserve">
<value>ضبط تمام صفحه</value>
</data>
<data name="HotkeyType_ImageEditor" xml:space="preserve">
<value>ویرایشگر عکس</value>
</data>
<data name="HotkeyType_OpenHistory" xml:space="preserve">
<value>بازکردن پنجره تاریخچه</value>
</data>
<data name="ResponseType_Headers" xml:space="preserve">
<value>هدرهای پاسخ</value>
</data>
<data name="RegionCaptureAction_CancelCapture" xml:space="preserve">
<value>انصراف از ضبط</value>
</data>
<data name="ProxyMethod_Automatic" xml:space="preserve">
<value>خودکار</value>
</data>
<data name="AfterCaptureTasks_CopyFileToClipboard" xml:space="preserve">
<value>فایل را به کلیپ بورد کپی کن</value>
</data>
<data name="ShapeType_DrawingLine" xml:space="preserve">
<value>خط (L)</value>
</data>
<data name="ImageDestination_CustomImageUploader" xml:space="preserve">
<value>آپلود کننده عکس سفارشی</value>
</data>
<data name="HotkeyType_ActiveWindow" xml:space="preserve">
<value>ضبط پنجره جاری</value>
</data>
<data name="ReplCodeMenuEntry_width_Gets_image_width" xml:space="preserve">
<value>عرض تصویر</value>
</data>
<data name="ReplCodeMenuEntry_w2_Current_week_name__English_" xml:space="preserve">
<value>نام هفته جاری (انگلیسی)</value>
</data>
<data name="ImageDestination_FileUploader" xml:space="preserve">
<value>آپلودکننده فایل</value>
</data>
<data name="PNGBitDepth_Default" xml:space="preserve">
<value>پیش فرض</value>
</data>
<data name="HotkeyType_FTPClient" xml:space="preserve">
<value>کلاینت FTP</value>
</data>
<data name="Helpers_CreateDirectoryIfNotExist_Create_failed_" xml:space="preserve">
<value>ایحاد پوشه با مشکل مواجه شد.</value>
</data>
<data name="ImgurThumbnailType_Small_Square" xml:space="preserve">
<value>مربع کوچک</value>
</data>
<data name="DownloaderForm_StartDownload_Getting_file_size_" xml:space="preserve">
<value>در حال گرفتن اندازه فایل.</value>
</data>
<data name="ShapeType_DrawingEllipse" xml:space="preserve">
<value>بیضی (E)</value>
</data>
<data name="HotkeyType_ColorPicker" xml:space="preserve">
<value>انتخاب کننده رنگ</value>
</data>
<data name="TextDestination_FileUploader" xml:space="preserve">
<value>آپلود کننده فایل</value>
</data>
<data name="MyPictureBox_pbMain_LoadProgressChanged_Loading_image___0__" xml:space="preserve">
<value>در حال بارگزاری عکس: {0}%</value>
</data>
<data name="RegionCaptureAction_None" xml:space="preserve">
<value>هیچ کاری انجام نده</value>
</data>
<data name="HotkeyType_DisableHotkeys" xml:space="preserve">
<value>غیرفعال/فعال کردن کلیدهای میانبر</value>
</data>
<data name="ActionsCodeMenuEntry_FilePath_File_path" xml:space="preserve">
<value>مسیر فایل</value>
</data>
<data name="ImageEditorStartMode_PreviousState" xml:space="preserve">
<value>حالت قبلی</value>
</data>
<data name="SupportedLanguage_Automatic" xml:space="preserve">
<value>خودکار</value>
</data>
<data name="RegionCaptureAction_CaptureActiveMonitor" xml:space="preserve">
<value>ضبط صفحه جاری</value>
</data>
<data name="HotkeyType_OpenMainWindow" xml:space="preserve">
<value>بازکردن پنجره اصلی</value>
</data>
<data name="PastebinExpiration_W1" xml:space="preserve">
<value>۱ هفته</value>
</data>
<data name="ShapeType_DrawingRectangle" xml:space="preserve">
<value>مستطیل (R)</value>
</data>
<data name="Helpers_BrowseFile_Choose_file" xml:space="preserve">
<value>انتخاب فایل</value>
</data>
<data name="ReplCodeMenuEntry_height_Gets_image_height" xml:space="preserve">
<value>ارتفاع تصویر</value>
</data>
<data name="AmazonS3StorageClass_STANDARD" xml:space="preserve">
<value>فضای ذخیره سازی استاندار</value>
</data>
<data name="ShapeType_ToolCrop" xml:space="preserve">
<value>بریدن عکس (C)</value>
</data>
<data name="ReplCodeMenuEntry_cn_Computer_name" xml:space="preserve">
<value>نام کامیپوتر</value>
</data>
<data name="Extensions_AddContextMenu_Redo" xml:space="preserve">
<value>انجام دوباره</value>
</data>
<data name="AfterCaptureTasks_ShowQuickTaskMenu" xml:space="preserve">
<value>نمایش منوی وظایف سریع</value>
</data>
<data name="AfterCaptureTasks_AddImageEffects" xml:space="preserve">
<value>اضافه کردن افکت های عکس / واترمارک</value>
</data>
<data name="AfterUploadTasks_CopyURLToClipboard" xml:space="preserve">
<value>کپی کردن آدرس به کلیپ بورد</value>
</data>
</root>

View file

@ -470,6 +470,9 @@
<Compile Include="XmlColor.cs" />
<Compile Include="XmlFont.cs" />
<Compile Include="ZipManager.cs" />
<EmbeddedResource Include="Forms\ClipboardContentViewer.fa-IR.resx">
<DependentUpon>ClipboardContentViewer.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\ColorPickerForm.de.resx">
<DependentUpon>ColorPickerForm.cs</DependentUpon>
</EmbeddedResource>
@ -479,6 +482,9 @@
<EmbeddedResource Include="Forms\ColorPickerForm.es.resx">
<DependentUpon>ColorPickerForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\ColorPickerForm.fa-IR.resx">
<DependentUpon>ColorPickerForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\ColorPickerForm.fr.resx">
<DependentUpon>ColorPickerForm.cs</DependentUpon>
</EmbeddedResource>
@ -521,6 +527,15 @@
<EmbeddedResource Include="Forms\ColorPickerForm.zh-TW.resx">
<DependentUpon>ColorPickerForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\DebugForm.fa-IR.resx">
<DependentUpon>DebugForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\DNSChangerForm.fa-IR.resx">
<DependentUpon>DNSChangerForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\ErrorForm.fa-IR.resx">
<DependentUpon>ErrorForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\GradientPickerForm.de.resx">
<DependentUpon>GradientPickerForm.cs</DependentUpon>
</EmbeddedResource>
@ -530,6 +545,9 @@
<EmbeddedResource Include="Forms\GradientPickerForm.es.resx">
<DependentUpon>GradientPickerForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\GradientPickerForm.fa-IR.resx">
<DependentUpon>GradientPickerForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\GradientPickerForm.fr.resx">
<DependentUpon>GradientPickerForm.cs</DependentUpon>
</EmbeddedResource>
@ -887,6 +905,9 @@
<EmbeddedResource Include="Forms\HashCheckForm.es.resx">
<DependentUpon>HashCheckForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\HashCheckForm.fa-IR.resx">
<DependentUpon>HashCheckForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\HashCheckForm.fr.resx">
<DependentUpon>HashCheckForm.cs</DependentUpon>
</EmbeddedResource>
@ -938,6 +959,9 @@
<EmbeddedResource Include="Forms\InputBox.es.resx">
<DependentUpon>InputBox.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\InputBox.fa-IR.resx">
<DependentUpon>InputBox.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\InputBox.fr.resx">
<DependentUpon>InputBox.cs</DependentUpon>
</EmbeddedResource>
@ -989,6 +1013,9 @@
<EmbeddedResource Include="Forms\MonitorTestForm.es.resx">
<DependentUpon>MonitorTestForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\MonitorTestForm.fa-IR.resx">
<DependentUpon>MonitorTestForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\MonitorTestForm.fr.resx">
<DependentUpon>MonitorTestForm.cs</DependentUpon>
</EmbeddedResource>
@ -1043,6 +1070,9 @@
<EmbeddedResource Include="Forms\PrintForm.es.resx">
<DependentUpon>PrintForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\PrintForm.fa-IR.resx">
<DependentUpon>PrintForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\PrintForm.fr.resx">
<DependentUpon>PrintForm.cs</DependentUpon>
</EmbeddedResource>
@ -1091,6 +1121,9 @@
<EmbeddedResource Include="Forms\PrintTextForm.es.resx">
<DependentUpon>PrintTextForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\PrintTextForm.fa-IR.resx">
<DependentUpon>PrintTextForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\PrintTextForm.fr.resx">
<DependentUpon>PrintTextForm.cs</DependentUpon>
</EmbeddedResource>
@ -1133,6 +1166,7 @@
<EmbeddedResource Include="Properties\Resources.de.resx" />
<EmbeddedResource Include="Properties\Resources.es-MX.resx" />
<EmbeddedResource Include="Properties\Resources.es.resx" />
<EmbeddedResource Include="Properties\Resources.fa-IR.resx" />
<EmbeddedResource Include="Properties\Resources.fr.resx" />
<EmbeddedResource Include="Properties\Resources.hu.resx" />
<EmbeddedResource Include="Properties\Resources.id-ID.resx" />
@ -1156,6 +1190,9 @@
<EmbeddedResource Include="UpdateChecker\DownloaderForm.es.resx">
<DependentUpon>DownloaderForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="UpdateChecker\DownloaderForm.fa-IR.resx">
<DependentUpon>DownloaderForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="UpdateChecker\DownloaderForm.fr.resx">
<DependentUpon>DownloaderForm.cs</DependentUpon>
<SubType>Designer</SubType>

View file

@ -0,0 +1,135 @@
<?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="lblProgress.Text" xml:space="preserve">
<value>پیشرفت:</value>
</data>
<data name="lblStatus.Text" xml:space="preserve">
<value>وضعیت:</value>
</data>
<data name="lblFilename.Text" xml:space="preserve">
<value>نام فایل:</value>
</data>
<data name="btnAction.Text" xml:space="preserve">
<value>دانلود (بارگذاری)</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - دانلودکننده فایل</value>
</data>
</root>

View file

@ -0,0 +1,129 @@
<?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="lblStatus.Text" xml:space="preserve">
<value>... حاوی آخرین نسخه نرم افزار است.</value>
</data>
<data name="llblUpdateAvailable.Text" xml:space="preserve">
<value>نسخه جدیدتری از شیرایکس در دسترس است.</value>
</data>
<data name="lblCheckingUpdates.Text" xml:space="preserve">
<value>در حال چک کردن نسخه به روز ...</value>
</data>
</root>

View file

@ -0,0 +1,129 @@
<?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="btnYes.Text" xml:space="preserve">
<value>بله</value>
</data>
<data name="btnNo.Text" xml:space="preserve">
<value>خیر</value>
</data>
<data name="lblViewChangelog.Text" xml:space="preserve">
<value>مشاهده تغییرات نرم افزار ...</value>
</data>
</root>

View file

@ -0,0 +1,162 @@
<?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="lblURLFilter.Text" xml:space="preserve">
<value>آدرس:</value>
</data>
<data name="chURL.Text" xml:space="preserve">
<value>آدرس</value>
</data>
<data name="cbTypeFilter.Text" xml:space="preserve">
<value>نوع:</value>
</data>
<data name="lblFilterTo.Text" xml:space="preserve">
<value>به:</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - تاریخچه</value>
</data>
<data name="btnRemoveFilters.Text" xml:space="preserve">
<value>پاک کردن فیلترها</value>
</data>
<data name="chDateTime.Text" xml:space="preserve">
<value>تاریخ</value>
</data>
<data name="chFilename.Text" xml:space="preserve">
<value>نام فایل</value>
</data>
<data name="lblFilenameFilter.Text" xml:space="preserve">
<value>نام فایل:</value>
</data>
<data name="btnApplyFilters.Text" xml:space="preserve">
<value>اعمال فیلترها:</value>
</data>
<data name="cbHostFilter.Text" xml:space="preserve">
<value>هاست:</value>
</data>
<data name="lblFilterFrom.Text" xml:space="preserve">
<value>از:</value>
</data>
<data name="cbDateFilter.Text" xml:space="preserve">
<value>تاریخ:</value>
</data>
<data name="gbFilters.Text" xml:space="preserve">
<value>فیلترها</value>
</data>
</root>

View file

@ -0,0 +1,123 @@
<?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 - اطلاعات تاریخچه آیتم</value>
</data>
</root>

View file

@ -0,0 +1,135 @@
<?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 - تاریخچه عکس</value>
</data>
<data name="tsbSettings.Text" xml:space="preserve">
<value>تنظیمات...</value>
</data>
<data name="tslSearch.Text" xml:space="preserve">
<value>جست و جو:</value>
</data>
<data name="tsbSearch.ToolTipText" xml:space="preserve">
<value>جست و جو:</value>
</data>
<data name="tsbSearch.Text" xml:space="preserve">
<value>جست و جو:</value>
</data>
</root>

View file

@ -0,0 +1,129 @@
<?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 - تنظیمات تاریخچه عکس</value>
</data>
<data name="lblViewMode.Text" xml:space="preserve">
<value>حالت نمایش:</value>
</data>
<data name="lblThumbnailSizeUnit.Text" xml:space="preserve">
<value>پیکسل</value>
</data>
</root>

View 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="ObjectListView_ObjectListView_Value" xml:space="preserve">
<value>مقدار</value>
</data>
<data name="HistoryItemManager_InitializeComponent_URL" xml:space="preserve">
<value>آدرس</value>
</data>
<data name="HistoryItemManager_InitializeComponent_UploadFile" xml:space="preserve">
<value>آپلود فایل</value>
</data>
<data name="HistoryForm_UpdateItemCount_Total___0_" xml:space="preserve">
<value>جمع: {0}</value>
</data>
<data name="HistoryItemManager_InitializeComponent_Text" xml:space="preserve">
<value>متن</value>
</data>
<data name="HistoryItemManager_InitializeComponent_Show" xml:space="preserve">
<value>نمایش</value>
</data>
<data name="HistoryItemManager_InitializeComponent_Shortened_URL" xml:space="preserve">
<value>ادرس کوتاه شده</value>
</data>
<data name="HistoryItemManager_InitializeComponent_Open" xml:space="preserve">
<value>بازکردن</value>
</data>
<data name="ObjectListView_ObjectListView_Name" xml:space="preserve">
<value>نام:</value>
</data>
<data name="HistoryItemManager_InitializeComponent_Deletion_URL" xml:space="preserve">
<value>آدرس حذف</value>
</data>
<data name="HistoryItemManager_InitializeComponent_Copy" xml:space="preserve">
<value>کپی</value>
</data>
<data name="HistoryItemManager_InitializeComponent_File_name" xml:space="preserve">
<value>نام فایل</value>
</data>
<data name="HistoryItemManager_InitializeComponent_File_path" xml:space="preserve">
<value>مسیر فایل</value>
</data>
<data name="HistoryItemManager_InitializeComponent_HTML_link" xml:space="preserve">
<value>لینک HTML</value>
</data>
<data name="HistoryItemManager_UpdateTexts_HTML_link___0__" xml:space="preserve">
<value>لینک HTML ({0})</value>
</data>
<data name="HistoryItemManager_InitializeComponent_More_info" xml:space="preserve">
<value>اطلاعات بیشتر</value>
</data>
<data name="HistoryManager_GetHistoryItems_Error" xml:space="preserve">
<value>خطا</value>
</data>
<data name="HistoryItemManager_InitializeComponent_Image_preview" xml:space="preserve">
<value>پیش نمایش عکس</value>
</data>
<data name="HistoryItemManager_InitializeComponent_File" xml:space="preserve">
<value>فایل</value>
</data>
<data name="HistoryItemManager_InitializeComponent_Image" xml:space="preserve">
<value>عکس</value>
</data>
<data name="ObjectListView_ObjectListView_Copy_name" xml:space="preserve">
<value>کپی نام</value>
</data>
<data name="HistoryItemManager_InitializeComponent_Folder" xml:space="preserve">
<value>پوشه</value>
</data>
<data name="ObjectListView_ObjectListView_Copy_value" xml:space="preserve">
<value>کپی مقدار</value>
</data>
<data name="HistoryItemManager_InitializeComponent_File_name_with_extension" xml:space="preserve">
<value>نام فایل با پسوند</value>
</data>
<data name="HistoryItemManager_InitializeComponent_HTML_image" xml:space="preserve">
<value>عکس HTML</value>
</data>
<data name="HistoryForm_UpdateItemCount___Filtered___0_" xml:space="preserve">
<value>فیلترشده: {0}</value>
</data>
</root>

View file

@ -143,6 +143,9 @@
<EmbeddedResource Include="Forms\HistoryForm.es.resx">
<DependentUpon>HistoryForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\HistoryForm.fa-IR.resx">
<DependentUpon>HistoryForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\HistoryForm.fr.resx">
<DependentUpon>HistoryForm.cs</DependentUpon>
</EmbeddedResource>
@ -191,6 +194,9 @@
<EmbeddedResource Include="Forms\HistoryItemInfoForm.es.resx">
<DependentUpon>HistoryItemInfoForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\HistoryItemInfoForm.fa-IR.resx">
<DependentUpon>HistoryItemInfoForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\HistoryItemInfoForm.fr.resx">
<DependentUpon>HistoryItemInfoForm.cs</DependentUpon>
</EmbeddedResource>
@ -239,6 +245,9 @@
<EmbeddedResource Include="Forms\ImageHistoryForm.es.resx">
<DependentUpon>ImageHistoryForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\ImageHistoryForm.fa-IR.resx">
<DependentUpon>ImageHistoryForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\ImageHistoryForm.fr.resx">
<DependentUpon>ImageHistoryForm.cs</DependentUpon>
</EmbeddedResource>
@ -284,6 +293,9 @@
<EmbeddedResource Include="Forms\ImageHistorySettingsForm.es-MX.resx">
<DependentUpon>ImageHistorySettingsForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\ImageHistorySettingsForm.fa-IR.resx">
<DependentUpon>ImageHistorySettingsForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\ImageHistorySettingsForm.resx">
<DependentUpon>ImageHistorySettingsForm.cs</DependentUpon>
</EmbeddedResource>
@ -302,6 +314,7 @@
<EmbeddedResource Include="Properties\Resources.de.resx" />
<EmbeddedResource Include="Properties\Resources.es-MX.resx" />
<EmbeddedResource Include="Properties\Resources.es.resx" />
<EmbeddedResource Include="Properties\Resources.fa-IR.resx" />
<EmbeddedResource Include="Properties\Resources.fr.resx" />
<EmbeddedResource Include="Properties\Resources.hu.resx" />
<EmbeddedResource Include="Properties\Resources.it-IT.resx" />

View file

@ -0,0 +1,162 @@
<?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="btnUploadImage.Text" xml:space="preserve">
<value>آپلود عکس</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - افکت های عکس</value>
</data>
<data name="btnSaveImage.Text" xml:space="preserve">
<value>عکس را ذخیره کن ...</value>
</data>
<data name="btnRemove.Text" xml:space="preserve">
<value>حذف کردن</value>
</data>
<data name="btnRefresh.Text" xml:space="preserve">
<value>بارگذاری مجدد</value>
</data>
<data name="btnOK.Text" xml:space="preserve">
<value>تایید</value>
</data>
<data name="lblPresetName.Text" xml:space="preserve">
<value>نام:</value>
</data>
<data name="btnDuplicate.Text" xml:space="preserve">
<value>کپی کردن</value>
</data>
<data name="btnAdd.Text" xml:space="preserve">
<value>اضافه کردن</value>
</data>
<data name="btnClear.Text" xml:space="preserve">
<value>پاک کردن</value>
</data>
<data name="tsmiLoadImageFromFile.Text" xml:space="preserve">
<value>از فایل ...</value>
</data>
<data name="tsmiLoadImageFromClipboard.Text" xml:space="preserve">
<value>از کلیپ بورد</value>
</data>
<data name="mbLoadImage.Text" xml:space="preserve">
<value>بارگذاری عکس </value>
</data>
<data name="btnClose.Text" xml:space="preserve">
<value>بستن</value>
</data>
</root>

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="ImageEffectsForm_EditorMode_Cancel" xml:space="preserve">
<value>انصراف</value>
</data>
<data name="ImageEffectsForm_AddAllEffectsToTreeView_Filters" xml:space="preserve">
<value>فیلترها</value>
</data>
</root>

View file

@ -182,6 +182,9 @@
<EmbeddedResource Include="ImageEffectsForm.es.resx">
<DependentUpon>ImageEffectsForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="ImageEffectsForm.fa-IR.resx">
<DependentUpon>ImageEffectsForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="ImageEffectsForm.fr.resx">
<DependentUpon>ImageEffectsForm.cs</DependentUpon>
</EmbeddedResource>

View file

@ -0,0 +1,135 @@
<?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="btnUpload.Text" xml:space="preserve">
<value>آپلودکردن و بستن این پنجره</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - لیست کننده فایل های دایرکتوری</value>
</data>
<data name="tpSettings.Text" xml:space="preserve">
<value>تنظیمات</value>
</data>
<data name="tpPreview.Text" xml:space="preserve">
<value>پیش نمایش</value>
</data>
<data name="btnBrowseFolder.Text" xml:space="preserve">
<value>انتخاب پوشه ...</value>
</data>
</root>

View file

@ -112,6 +112,9 @@
<EmbeddedResource Include="Forms\DirectoryIndexerForm.es-MX.resx">
<DependentUpon>DirectoryIndexerForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\DirectoryIndexerForm.fa-IR.resx">
<DependentUpon>DirectoryIndexerForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\DirectoryIndexerForm.ko-KR.resx">
<DependentUpon>DirectoryIndexerForm.cs</DependentUpon>
</EmbeddedResource>

View file

@ -0,0 +1,160 @@
<?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="btnAdd.Text" xml:space="preserve">
<value>اضافه کردن...</value>
</data>
<data name="btnRemove.Text" xml:space="preserve">
<value>حذف کردن</value>
</data>
<data name="btnMoveUp.Text" xml:space="preserve">
<value>حرکت به بالا</value>
</data>
<data name="btnMoveDown.Text" xml:space="preserve">
<value>حرکت به پایین</value>
</data>
<data name="btnCombine.Text" xml:space="preserve">
<value>عکس ها را ترکیب کن و با توجه به تنظیمات بعد از ضبط ذخیره یا آپلود کن.</value>
</data>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="lblSpace.Size" type="System.Drawing.Size, System.Drawing">
<value>95, 13</value>
</data>
<data name="lblSpace.Text" xml:space="preserve">
<value>فاصله بین عکس ها:</value>
</data>
<data name="lblOrientation.Size" type="System.Drawing.Size, System.Drawing">
<value>57, 13</value>
</data>
<data name="lblOrientation.Text" xml:space="preserve">
<value>جهت عکس:</value>
</data>
<data name="lblSpacePixel.Size" type="System.Drawing.Size, System.Drawing">
<value>38, 13</value>
</data>
<data name="lblSpacePixel.Text" xml:space="preserve">
<value>پیکسل</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - ترکیب کننده عکس</value>
</data>
<data name="chFilepath.Text" xml:space="preserve">
<value>مسیر فایل عکس</value>
</data>
</root>

View file

@ -0,0 +1,144 @@
<?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="lblWidth.Text" xml:space="preserve">
<value>پهنا:</value>
</data>
<data name="btnRemove.Text" xml:space="preserve">
<value>حذف کردن</value>
</data>
<data name="lblQuality.Text" xml:space="preserve">
<value>کیفیت:</value>
</data>
<data name="btnAdd.Text" xml:space="preserve">
<value>اضافه کردن ...</value>
</data>
<data name="btnOutputFolder.Text" xml:space="preserve">
<value>...</value>
</data>
<data name="lblHeight.Text" xml:space="preserve">
<value>ارتفاع:</value>
</data>
<data name="lblOutputFilename.Text" xml:space="preserve">
<value>نام فایل خروجی:</value>
</data>
<data name="lblOutputFolder.Text" xml:space="preserve">
<value>پوشه خروجی:</value>
</data>
</root>

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="btnStart.Text" xml:space="preserve">
<value>عکس بگیر!</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - خلاصه کننده ویدئو</value>
</data>
</root>

View file

@ -0,0 +1,123 @@
<?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="VideoThumbnailerForm_btnBrowse_Click_Browse_for_media_file" xml:space="preserve">
<value>انتخاب فایل مدیا</value>
</data>
</root>

View file

@ -127,6 +127,9 @@
<EmbeddedResource Include="Forms\ImageCombinerForm.es-MX.resx">
<DependentUpon>ImageCombinerForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\ImageCombinerForm.fa-IR.resx">
<DependentUpon>ImageCombinerForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\ImageCombinerForm.fr.resx">
<DependentUpon>ImageCombinerForm.cs</DependentUpon>
</EmbeddedResource>
@ -172,6 +175,9 @@
<EmbeddedResource Include="Forms\ImageThumbnailerForm.es-MX.resx">
<DependentUpon>ImageThumbnailerForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\ImageThumbnailerForm.fa-IR.resx">
<DependentUpon>ImageThumbnailerForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\ImageThumbnailerForm.fr.resx">
<DependentUpon>ImageThumbnailerForm.cs</DependentUpon>
</EmbeddedResource>
@ -202,6 +208,9 @@
<EmbeddedResource Include="Forms\VideoThumbnailerForm.es-MX.resx">
<DependentUpon>VideoThumbnailerForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\VideoThumbnailerForm.fa-IR.resx">
<DependentUpon>VideoThumbnailerForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\VideoThumbnailerForm.fr.resx">
<DependentUpon>VideoThumbnailerForm.cs</DependentUpon>
</EmbeddedResource>
@ -243,6 +252,7 @@
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.de.resx" />
<EmbeddedResource Include="Properties\Resources.es-MX.resx" />
<EmbeddedResource Include="Properties\Resources.fa-IR.resx" />
<EmbeddedResource Include="Properties\Resources.fr.resx" />
<EmbeddedResource Include="Properties\Resources.id-ID.resx" />
<EmbeddedResource Include="Properties\Resources.it-IT.resx" />

View file

@ -0,0 +1,135 @@
<?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="lblTop.Text" xml:space="preserve">
<value>بالا:</value>
</data>
<data name="lblRight.Text" xml:space="preserve">
<value>راست:</value>
</data>
<data name="btnOK.Text" xml:space="preserve">
<value>تایید</value>
</data>
<data name="btnCancel.Text" xml:space="preserve">
<value>انصراف</value>
</data>
<data name="lblBottom.Text" xml:space="preserve">
<value>زیر:</value>
</data>
</root>

View file

@ -0,0 +1,135 @@
<?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="btnOpenImageFile.Text" xml:space="preserve">
<value>باز کردن فایل تصویر ...</value>
</data>
<data name="btnCreateNewImage.Text" xml:space="preserve">
<value>ساخت تصویر جدید ...</value>
</data>
<data name="btnLoadImageFromClipboard.Text" xml:space="preserve">
<value>لود تصویر از کلیپ بورد ...</value>
</data>
<data name="btnCancel.Text" xml:space="preserve">
<value>انصراف</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - ویرایشگر عکس</value>
</data>
</root>

View file

@ -0,0 +1,183 @@
<?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="lblVideoSource.Text" xml:space="preserve">
<value>منبع ویدئو:</value>
</data>
<data name="lblCodec.Text" xml:space="preserve">
<value>کدک ویدئو:</value>
</data>
<data name="lblVP8Bitrate.Text" xml:space="preserve">
<value>نرخ بیت متغیر:</value>
</data>
<data name="lblXvidQscale.Text" xml:space="preserve">
<value>نرخ بیت متغیر:</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - تنظیمات ضبط فیلم صفحه</value>
</data>
<data name="btnRefreshSources.Text" xml:space="preserve">
<value>بارگذاری مجدد</value>
</data>
<data name="lblMP3Quality.Text" xml:space="preserve">
<value>کیفیت:</value>
</data>
<data name="lblVorbisQuality.Text" xml:space="preserve">
<value>کیفیت:</value>
</data>
<data name="lblAMFQuality.Text" xml:space="preserve">
<value>کیفیت:</value>
</data>
<data name="btnDownload.Text" xml:space="preserve">
<value>دانلود (بارگذاری)</value>
</data>
<data name="btnCopyPreview.Text" xml:space="preserve">
<value>کپی</value>
</data>
<data name="btnHelperDevicesHelp.Text" xml:space="preserve">
<value>؟</value>
</data>
<data name="btnFFmpegBrowse.Text" xml:space="preserve">
<value>...</value>
</data>
<data name="lblAMFUsage.Text" xml:space="preserve">
<value>استفاده:</value>
</data>
<data name="lblQSVBitrate.Text" xml:space="preserve">
<value>نرخ بیت:</value>
</data>
<data name="lblNVENCBitrate.Text" xml:space="preserve">
<value>نرخ بیت:</value>
</data>
<data name="lblAACQuality.Text" xml:space="preserve">
<value>نرخ بیت:</value>
</data>
<data name="lblAudioSource.Text" xml:space="preserve">
<value>منبع صدا:</value>
</data>
<data name="lblAudioCodec.Text" xml:space="preserve">
<value>منبع صدا:</value>
</data>
<data name="gbSource.Text" xml:space="preserve">
<value>منابع</value>
</data>
<data name="gbCodecs.Text" xml:space="preserve">
<value>کدک ها</value>
</data>
</root>

View file

@ -0,0 +1,123 @@
<?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 - ورود عکس</value>
</data>
</root>

View file

@ -0,0 +1,138 @@
<?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="lblWidth.Text" xml:space="preserve">
<value>پنها:</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - اندازه عکس</value>
</data>
<data name="lblHeightPixels.Text" xml:space="preserve">
<value>پیکسل</value>
</data>
<data name="lblWidthPixels.Text" xml:space="preserve">
<value>پیکسل</value>
</data>
<data name="btnOK.Text" xml:space="preserve">
<value>تایید</value>
</data>
<data name="btnCancel.Text" xml:space="preserve">
<value>انصراف</value>
</data>
</root>

View file

@ -0,0 +1,150 @@
<?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="lblWidth.Text" xml:space="preserve">
<value>پهنا:</value>
</data>
<data name="cbTransparent.Text" xml:space="preserve">
<value>شفاف</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - عکس جدید</value>
</data>
<data name="lblWidthPixels.Text" xml:space="preserve">
<value>پیکسل</value>
</data>
<data name="lblHeightPixels.Text" xml:space="preserve">
<value>پیکسل</value>
</data>
<data name="btnOK.Text" xml:space="preserve">
<value>تایید</value>
</data>
<data name="btnCancel.Text" xml:space="preserve">
<value>انصراف</value>
</data>
<data name="lblHeight.Text" xml:space="preserve">
<value>ارتفاع:</value>
</data>
<data name="btnChangeColor.Text" xml:space="preserve">
<value>تغییر رنگ...</value>
</data>
<data name="gbBackgroundColor.Text" xml:space="preserve">
<value>رنگ پس زمینه </value>
</data>
</root>

View file

@ -0,0 +1,186 @@
<?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="lblCombineVertical.Text" xml:space="preserve">
<value>عمودی</value>
</data>
<data name="btnStartTask.Text" xml:space="preserve">
<value>آپلود/ذخیره کردن با توجه به تنظیمات بعد از ضبط</value>
</data>
<data name="chkAutoUpload.Text" xml:space="preserve">
<value>آپلود/ذخیره کردن با توجه به تنظیمات بعد از ضبط</value>
</data>
<data name="lblTrimTop.Text" xml:space="preserve">
<value>بالا:</value>
</data>
<data name="lblScrollMethod.Text" xml:space="preserve">
<value>روش اسکرول:</value>
</data>
<data name="lblScrollDelay.Text" xml:space="preserve">
<value>تاخیر اسکرول:</value>
</data>
<data name="lblTrimRight.Text" xml:space="preserve">
<value>راست:</value>
</data>
<data name="lblProcessing.Text" xml:space="preserve">
<value>در حال پردازش ...</value>
</data>
<data name="gbAfterCapture.Text" xml:space="preserve">
<value>بعد از ضبط</value>
</data>
<data name="cbStartSelectionAutomatically.Text" xml:space="preserve">
<value>قبل از بازکردن این پنجره، بگذار ناحیه ضبط را انتخاب کنم.</value>
</data>
<data name="btnCapture.Text" xml:space="preserve">
<value>شروع ضبط با اسکرول</value>
</data>
<data name="cbRemoveDuplicates.Text" xml:space="preserve">
<value>پاک کردن عکس های تکراری</value>
</data>
<data name="cbAutoDetectScrollEnd.Text" xml:space="preserve">
<value>تشخیص انتهای اسکرول</value>
</data>
<data name="gbWhileCapturing.Text" xml:space="preserve">
<value>در حال ضبط</value>
</data>
<data name="lblStartDelay.Text" xml:space="preserve">
<value>تاخیر شروع</value>
</data>
<data name="gbBeforeCapture.Text" xml:space="preserve">
<value>قبل از ضبط</value>
</data>
<data name="tpCapture.Text" xml:space="preserve">
<value>ضبط</value>
</data>
<data name="lblImageCount.Text" xml:space="preserve">
<value>تعداد عکس:</value>
</data>
<data name="gbImages.Text" xml:space="preserve">
<value>عکس ها</value>
</data>
<data name="lblTrimBottom.Text" xml:space="preserve">
<value>پایین:</value>
</data>
<data name="lblTrimLeft.Text" xml:space="preserve">
<value>چپ:</value>
</data>
<data name="tpOutput.Text" xml:space="preserve">
<value>خروجی</value>
</data>
</root>

View file

@ -0,0 +1,132 @@
<?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="tslStickers.Text" xml:space="preserve">
<value>ستیکرها:</value>
</data>
<data name="tslSize.Text" xml:space="preserve">
<value>سایز:</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - انتخاب استیکر</value>
</data>
<data name="tslSearch.Text" xml:space="preserve">
<value>جست و جو:</value>
</data>
</root>

View file

@ -0,0 +1,132 @@
<?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 - پک های استیکر</value>
</data>
<data name="btnRemove.Text" xml:space="preserve">
<value>حذف کردن</value>
</data>
<data name="lblName.Text" xml:space="preserve">
<value>نام:</value>
</data>
<data name="btnAdd.Text" xml:space="preserve">
<value>اضافه کردن</value>
</data>
</root>

View file

@ -0,0 +1,180 @@
<?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="btnAlignmentVertical.ToolTip" xml:space="preserve">
<value>تراز عمودی</value>
</data>
<data name="tsrbmiGradientVertical.Text" xml:space="preserve">
<value>عمودی</value>
</data>
<data name="tsmiAlignmentTop.Text" xml:space="preserve">
<value>بالا</value>
</data>
<data name="btnTextColor.ToolTip" xml:space="preserve">
<value>رنگ متن</value>
</data>
<data name="lblTextSize.Text" xml:space="preserve">
<value>سایز:</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - آپلود متن</value>
</data>
<data name="tsmiSecondColor.Text" xml:space="preserve">
<value>دیگر رنگ های متن ...</value>
</data>
<data name="tsmiAlignmentRight.Text" xml:space="preserve">
<value>راست</value>
</data>
<data name="btnOK.Text" xml:space="preserve">
<value>تایید</value>
</data>
<data name="btnCancel.Text" xml:space="preserve">
<value>انصراف</value>
</data>
<data name="lblFont.Text" xml:space="preserve">
<value>فونت:</value>
</data>
<data name="cbBold.ToolTip" xml:space="preserve">
<value>برجسته</value>
</data>
<data name="cbUnderline.ToolTip" xml:space="preserve">
<value>زیرخط دار کردن</value>
</data>
<data name="cbItalic.ToolTip" xml:space="preserve">
<value>ایتالیک</value>
</data>
<data name="btnAlignmentHorizontal.ToolTip" xml:space="preserve">
<value>تراز افقی</value>
</data>
<data name="tsmiAlignmentLeft.Text" xml:space="preserve">
<value>چپ</value>
</data>
<data name="tsmiAlignmentCenter.Text" xml:space="preserve">
<value>وسط</value>
</data>
<data name="tsmiAlignmentMiddle.Text" xml:space="preserve">
<value>وسط</value>
</data>
<data name="tsmiAlignmentBottom.Text" xml:space="preserve">
<value>پایین</value>
</data>
<data name="tsrbmiGradientHorizontal.Text" xml:space="preserve">
<value>افقی</value>
</data>
</root>

View file

@ -0,0 +1,228 @@
<?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="ShapeManager_CreateContextMenu_Width_" xml:space="preserve">
<value>پهنا:</value>
</data>
<data name="ShapeManager_CreateToolbar_StartingStepValue" xml:space="preserve">
<value>مقدار اولین گام:</value>
</data>
<data name="ShapeManager_CreateToolbar_UploadImage" xml:space="preserve">
<value>آپلود عکس (Ctrl + U)</value>
</data>
<data name="ScrollingCaptureForm_StartCapture_Stop_capture" xml:space="preserve">
<value>توقف ضبط</value>
</data>
<data name="WebpageCaptureForm_UpdateControls_Stop" xml:space="preserve">
<value>توقف</value>
</data>
<data name="ShapeManager_CreateContextMenu_Show_magnifier" xml:space="preserve">
<value>نشان دادن ذره بین</value>
</data>
<data name="RegionCaptureForm_ShowExitConfirmation_ShareXImageEditor" xml:space="preserve">
<value>ShareX - ویرایشگر عکس</value>
</data>
<data name="ShapeManager_CreateToolbar_ShapeOptions" xml:space="preserve">
<value>تنظیمات شکل</value>
</data>
<data name="ShapeManager_CreateToolbar_SendToBack" xml:space="preserve">
<value>فرستادن به پشت</value>
</data>
<data name="ShapeManager_CreateToolbar_SendBackward" xml:space="preserve">
<value>فرستادن به جلو</value>
</data>
<data name="ShapeManager_CreateToolbar_SaveImage" xml:space="preserve">
<value>عکس را ذخیره کن (Ctrl + S)</value>
</data>
<data name="BaseRegionForm_InitializeComponent_Region_capture" xml:space="preserve">
<value>ناحیه ضبط</value>
</data>
<data name="FFmpegOptionsForm_UpdateUI_Quality_" xml:space="preserve">
<value>کیفیت:</value>
</data>
<data name="ShapeManager_CreateContextMenu_Options" xml:space="preserve">
<value>تنظیمات</value>
</data>
<data name="ShapeManager_CreateToolbar_NewImage" xml:space="preserve">
<value>عکس جدید ...</value>
</data>
<data name="ShapeManager_CreateToolbar_Edit" xml:space="preserve">
<value>ویرایش</value>
</data>
<data name="ShapeManager_CreateToolbar_Delete" xml:space="preserve">
<value>حذف</value>
</data>
<data name="ShapeManager_CreateToolbar_DeleteAll" xml:space="preserve">
<value>حذف همه</value>
</data>
<data name="ShapeManager_CreateToolbar_CaptureRegions" xml:space="preserve">
<value>ناحیه های ضبط</value>
</data>
<data name="ShapeManager_CreateToolbar_UseLetters" xml:space="preserve">
<value>استفاده از حروف</value>
</data>
<data name="ShapeManager_CreateToolbar_ImageSize" xml:space="preserve">
<value>سایز عکس...</value>
</data>
<data name="RegionCaptureForm_InitializeComponent_ImageEditor" xml:space="preserve">
<value>ویرایشگر عکس</value>
</data>
<data name="FFmpegHelper_Record_FFmpeg_error" xml:space="preserve">
<value>خطای FFmpeg</value>
</data>
<data name="ShapeManager_CreateToolbar_BringForward" xml:space="preserve">
<value>آوردن به جلو</value>
</data>
<data name="ShapeManager_CreateToolbar_Rotate90CounterClockwise" xml:space="preserve">
<value>۹۰ درجه در جهت خلاف عقربه ساعت بچرخان</value>
</data>
<data name="ShapeManager_CreateContextMenu_Capture" xml:space="preserve">
<value>ضبط</value>
</data>
<data name="ShapeManager_CreateToolbar_OpenImageFile" xml:space="preserve">
<value>بازکردن فایل عکس ...</value>
</data>
<data name="ShapeManager_CreateToolbar_Rotate90Clockwise" xml:space="preserve">
<value>۹۰ درجه در جهت عقربه های ساعت بچرخان</value>
</data>
<data name="WebpageCaptureForm_UpdateControls_Capture" xml:space="preserve">
<value>ضبط</value>
</data>
<data name="ShapeManager_CreateToolbar_PrintImage" xml:space="preserve">
<value>چاپ عکس ... (Ctrl + P)</value>
</data>
<data name="ShapeManager_CursorType" xml:space="preserve">
<value>نوع کرسر:</value>
</data>
<data name="ShapeManager_CreateContextMenu_Capture_fullscreen" xml:space="preserve">
<value>ضبط تمام صفحه</value>
</data>
<data name="ScrollingCaptureForm_StopCapture_Start_capture" xml:space="preserve">
<value>شروع ضبط</value>
</data>
<data name="ShapeManager_CreateContextMenu_Height_" xml:space="preserve">
<value>ارتفاع:</value>
</data>
<data name="ShapeManager_CreateContextMenu_Fill_color___" xml:space="preserve">
<value>پرکردن رنگ ...</value>
</data>
<data name="ImageEffects" xml:space="preserve">
<value>اضافه کردن افکت های عکس...</value>
</data>
</root>

View file

@ -322,6 +322,9 @@
<EmbeddedResource Include="Forms\CanvasSizeForm.es-MX.resx">
<DependentUpon>CanvasSizeForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\CanvasSizeForm.fa-IR.resx">
<DependentUpon>CanvasSizeForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\CanvasSizeForm.id-ID.resx">
<DependentUpon>CanvasSizeForm.cs</DependentUpon>
</EmbeddedResource>
@ -349,6 +352,9 @@
<EmbeddedResource Include="Forms\EditorStartupForm.es-MX.resx">
<DependentUpon>EditorStartupForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\EditorStartupForm.fa-IR.resx">
<DependentUpon>EditorStartupForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\EditorStartupForm.id-ID.resx">
<DependentUpon>EditorStartupForm.cs</DependentUpon>
</EmbeddedResource>
@ -373,6 +379,9 @@
<EmbeddedResource Include="Forms\FFmpegOptionsForm.es-MX.resx">
<DependentUpon>FFmpegOptionsForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\FFmpegOptionsForm.fa-IR.resx">
<DependentUpon>FFmpegOptionsForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\FFmpegOptionsForm.id-ID.resx">
<DependentUpon>FFmpegOptionsForm.cs</DependentUpon>
</EmbeddedResource>
@ -388,6 +397,9 @@
<EmbeddedResource Include="Forms\ImageInsertForm.es-MX.resx">
<DependentUpon>ImageInsertForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\ImageInsertForm.fa-IR.resx">
<DependentUpon>ImageInsertForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\ImageInsertForm.id-ID.resx">
<DependentUpon>ImageInsertForm.cs</DependentUpon>
</EmbeddedResource>
@ -415,6 +427,9 @@
<EmbeddedResource Include="Forms\ImageSizeForm.es-MX.resx">
<DependentUpon>ImageSizeForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\ImageSizeForm.fa-IR.resx">
<DependentUpon>ImageSizeForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\ImageSizeForm.id-ID.resx">
<DependentUpon>ImageSizeForm.cs</DependentUpon>
</EmbeddedResource>
@ -433,6 +448,9 @@
<EmbeddedResource Include="Forms\NewImageForm.es-MX.resx">
<DependentUpon>NewImageForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\NewImageForm.fa-IR.resx">
<DependentUpon>NewImageForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\NewImageForm.id-ID.resx">
<DependentUpon>NewImageForm.cs</DependentUpon>
</EmbeddedResource>
@ -469,6 +487,9 @@
<EmbeddedResource Include="Forms\ScrollingCaptureForm.es-MX.resx">
<DependentUpon>ScrollingCaptureForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\ScrollingCaptureForm.fa-IR.resx">
<DependentUpon>ScrollingCaptureForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\ScrollingCaptureForm.fr.resx">
<DependentUpon>ScrollingCaptureForm.cs</DependentUpon>
</EmbeddedResource>
@ -511,6 +532,9 @@
<EmbeddedResource Include="Forms\StickerForm.es-MX.resx">
<DependentUpon>StickerForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\StickerForm.fa-IR.resx">
<DependentUpon>StickerForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\StickerForm.ko-KR.resx">
<DependentUpon>StickerForm.cs</DependentUpon>
</EmbeddedResource>
@ -532,6 +556,9 @@
<EmbeddedResource Include="Forms\StickerPackForm.es-MX.resx">
<DependentUpon>StickerPackForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\StickerPackForm.fa-IR.resx">
<DependentUpon>StickerPackForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\StickerPackForm.ko-KR.resx">
<DependentUpon>StickerPackForm.cs</DependentUpon>
</EmbeddedResource>
@ -556,6 +583,9 @@
<EmbeddedResource Include="Forms\TextDrawingInputBox.es-MX.resx">
<DependentUpon>TextDrawingInputBox.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\TextDrawingInputBox.fa-IR.resx">
<DependentUpon>TextDrawingInputBox.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\TextDrawingInputBox.fr.resx">
<DependentUpon>TextDrawingInputBox.cs</DependentUpon>
</EmbeddedResource>
@ -596,6 +626,7 @@
<EmbeddedResource Include="Properties\Resources.es.resx">
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.fa-IR.resx" />
<EmbeddedResource Include="Properties\Resources.fr.resx">
<SubType>Designer</SubType>
</EmbeddedResource>

View file

@ -0,0 +1,127 @@
<?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>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="lblAccountType.Size" type="System.Drawing.Size, System.Drawing">
<value>56, 13</value>
</data>
<data name="lblAccountType.Text" xml:space="preserve">
<value>نوع اکانت:</value>
</data>
</root>

View file

@ -0,0 +1,129 @@
<?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="lblVerificationCode.Text" xml:space="preserve">
<value>کد تائیدیه:</value>
</data>
<data name="gbUserAccount.Text" xml:space="preserve">
<value>اکانت کاربر</value>
</data>
<data name="lblStatus.Text" xml:space="preserve">
<value>وضعیت:</value>
</data>
</root>

View file

@ -0,0 +1,225 @@
<?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="tsbResponseTextXMLFormat.Text" xml:space="preserve">
<value>فرمت XML:</value>
</data>
<data name="cArgumentsValue.HeaderText" xml:space="preserve">
<value>مقدار</value>
</data>
<data name="cParametersValue.HeaderText" xml:space="preserve">
<value>مقدار</value>
</data>
<data name="cHeadersValue.HeaderText" xml:space="preserve">
<value>مقدار</value>
</data>
<data name="lblResultURL.Text" xml:space="preserve">
<value>آدرس:</value>
</data>
<data name="lblRequestURL.Text" xml:space="preserve">
<value>آدرس:</value>
</data>
<data name="lblURLShortener.Text" xml:space="preserve">
<value>کوتاه کننده لینک:</value>
</data>
<data name="lblURLSharingService.Text" xml:space="preserve">
<value>سرویس اشتراک گذاری لینک</value>
</data>
<data name="lblParameters.Text" xml:space="preserve">
<value>پارامترهای آدرس:</value>
</data>
<data name="gbCustomUploaders.Text" xml:space="preserve">
<value>آپلودکننده ها</value>
</data>
<data name="tsmiUpdateFolder.Text" xml:space="preserve">
<value>به روز رسانی پوشه...</value>
</data>
<data name="lblTextUploader.Text" xml:space="preserve">
<value>آپلود کننده های متن:</value>
</data>
<data name="btnImageUploaderTest.Text" xml:space="preserve">
<value>تست</value>
</data>
<data name="btnURLSharingServiceTest.Text" xml:space="preserve">
<value>تست</value>
</data>
<data name="btnTextUploaderTest.Text" xml:space="preserve">
<value>تست</value>
</data>
<data name="tpTest.Text" xml:space="preserve">
<value>تست</value>
</data>
<data name="btnFileUploaderTest.Text" xml:space="preserve">
<value>تست</value>
</data>
<data name="btnURLShortenerTest.Text" xml:space="preserve">
<value>تست</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - تنظیمات آپلودکننده سفارشی</value>
</data>
<data name="tpResult.Text" xml:space="preserve">
<value>نتیجه</value>
</data>
<data name="tpResponseText.Text" xml:space="preserve">
<value>متن پاسخ</value>
</data>
<data name="tpResponseInfo.Text" xml:space="preserve">
<value>اطلاعات پاسخ</value>
</data>
<data name="tpResponse.Text" xml:space="preserve">
<value>پاسخ</value>
</data>
<data name="tpRequest.Text" xml:space="preserve">
<value>درخواست</value>
</data>
<data name="btnRemove.Text" xml:space="preserve">
<value>حذف کردن</value>
</data>
<data name="btnNew.Text" xml:space="preserve">
<value>جدید</value>
</data>
<data name="lblName.Text" xml:space="preserve">
<value>نام:</value>
</data>
<data name="cParametersName.HeaderText" xml:space="preserve">
<value>نام:</value>
</data>
<data name="cArgumentsName.HeaderText" xml:space="preserve">
<value>نام:</value>
</data>
<data name="cHeadersName.HeaderText" xml:space="preserve">
<value>نام:</value>
</data>
<data name="btnDuplicate.Text" xml:space="preserve">
<value>کپی کردن</value>
</data>
<data name="lblResultDeletionURL.Text" xml:space="preserve">
<value>آدرس حذف:</value>
</data>
<data name="mbHelp.Text" xml:space="preserve">
<value>؟</value>
</data>
<data name="btnXPathHelp.Text" xml:space="preserve">
<value>؟</value>
</data>
<data name="btnJsonPathHelp.Text" xml:space="preserve">
<value>؟</value>
</data>
</root>

View file

@ -0,0 +1,148 @@
<?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>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="lblToEmail.Size" type="System.Drawing.Size, System.Drawing">
<value>50, 13</value>
</data>
<data name="lblToEmail.Text" xml:space="preserve">
<value>ارسال به ایمیل:</value>
</data>
<data name="lblSubject.Size" type="System.Drawing.Size, System.Drawing">
<value>43, 13</value>
</data>
<data name="lblSubject.Text" xml:space="preserve">
<value>موضوع:</value>
</data>
<data name="lblMessage.Size" type="System.Drawing.Size, System.Drawing">
<value>27, 13</value>
</data>
<data name="lblMessage.Text" xml:space="preserve">
<value>پیام:</value>
</data>
<data name="btnSend.Text" xml:space="preserve">
<value>ارسال</value>
</data>
<data name="btnCancel.Text" xml:space="preserve">
<value>انصراف</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - ارسال ایمیل</value>
</data>
</root>

View file

@ -0,0 +1,132 @@
<?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="btnUpload.Text" xml:space="preserve">
<value>آپلود</value>
</data>
<data name="gpSummary.Text" xml:space="preserve">
<value>خلاصه</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - آپلود فایل Jira</value>
</data>
<data name="btnCancel.Text" xml:space="preserve">
<value>انصراف</value>
</data>
</root>

View file

@ -0,0 +1,132 @@
<?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="btnStartOCR.Text" xml:space="preserve">
<value>شروع OCR:</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - شناسایی متن از تصویر</value>
</data>
<data name="lblResult.Text" xml:space="preserve">
<value>نتایج:</value>
</data>
<data name="llGoogleTranslate.Text" xml:space="preserve">
<value>باز کردن در مترجم گوگل و بستن این پنجره</value>
</data>
</root>

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="lblPassword.Text" xml:space="preserve">
<value>کلمه عبور:</value>
</data>
<data name="lblEmail.Text" xml:space="preserve">
<value>ایمیل:</value>
</data>
</root>

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="tpString.Text" xml:space="preserve">
<value>متن</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - پاسخ</value>
</data>
</root>

View file

@ -0,0 +1,129 @@
<?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="btnOK.Text" xml:space="preserve">
<value>توئیت</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - توئیت پیام</value>
</data>
<data name="btnCancel.Text" xml:space="preserve">
<value>انصراف</value>
</data>
</root>

View file

@ -0,0 +1,561 @@
<?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="tpYouTube.Text" xml:space="preserve">
<value>یوتیوب</value>
</data>
<data name="cbGoogleCloudStorageStripExtensionVideo.Text" xml:space="preserve">
<value>ویدئو</value>
</data>
<data name="cbAmazonS3StripExtensionVideo.Text" xml:space="preserve">
<value>ویدئو</value>
</data>
<data name="lblPhotobucketVerificationCode.Text" xml:space="preserve">
<value>کد تائیدیه: (کد را از صفحه Authorize بگیرید)</value>
</data>
<data name="btnSeafileLibraryPasswordValidate.Text" xml:space="preserve">
<value>اعتبارسنجی</value>
</data>
<data name="btnSeafileCheckAuthToken.Text" xml:space="preserve">
<value>اعتبارسنجی</value>
</data>
<data name="btnSeafilePathValidate.Text" xml:space="preserve">
<value>اعتبارسنجی</value>
</data>
<data name="btnSeafileCheckAPIURL.Text" xml:space="preserve">
<value>اعتبارسنجی</value>
</data>
<data name="lblPlikUsername.Text" xml:space="preserve">
<value>نام کاربری:</value>
</data>
<data name="lblOwnCloudUsername.Text" xml:space="preserve">
<value>نام کاربری:</value>
</data>
<data name="lblStreamableUsername.Text" xml:space="preserve">
<value>نام کاربری:</value>
</data>
<data name="lblPastebinUsername.Text" xml:space="preserve">
<value>نام کاربری:</value>
</data>
<data name="lblSendSpaceUsername.Text" xml:space="preserve">
<value>نام کاربری:</value>
</data>
<data name="lblYourlsUsername.Text" xml:space="preserve">
<value>نام کاربری:</value>
</data>
<data name="lblFTPUsername.Text" xml:space="preserve">
<value>نام کاربری:</value>
</data>
<data name="lblImageShackUsername.Text" xml:space="preserve">
<value>نام کاربری:</value>
</data>
<data name="cbPlikIsSecured.Text" xml:space="preserve">
<value>آیا نام کاربری و کلمه عبور لازم است؟</value>
</data>
<data name="lvlVgymeUserKey.Text" xml:space="preserve">
<value>کلید کاربر:</value>
</data>
<data name="lblPaste_eeUserAPIKey.Text" xml:space="preserve">
<value>کلید کاربر:</value>
</data>
<data name="lblUpasteUserKey.Text" xml:space="preserve">
<value>کلید کاربر:</value>
</data>
<data name="gbPhotobucketUserAccount.Text" xml:space="preserve">
<value>اکانت کاربر</value>
</data>
<data name="cbYouTubeUseShortenedLink.Text" xml:space="preserve">
<value>از لینک کوتاه شده استفاده کن</value>
</data>
<data name="cbLocalhostrDirectURL.Text" xml:space="preserve">
<value>اگر لینک مستقیم وجود دارد از آن استفاده کن</value>
</data>
<data name="cbDropboxUseDirectLink.Text" xml:space="preserve">
<value>از لینک مستقیم استفاده کن</value>
</data>
<data name="cbFlickrDirectLink.Text" xml:space="preserve">
<value>از لینک مستقیم استفاده کن</value>
</data>
<data name="cbGoogleDriveDirectLink.Text" xml:space="preserve">
<value>از لینک مستقیم استفاده کن</value>
</data>
<data name="cbImgurDirectLink.Text" xml:space="preserve">
<value>از لینک مستقیم استفاده کن</value>
</data>
<data name="cbStreamableUseDirectURL.Text" xml:space="preserve">
<value>از لینک مستقیم استفاده کن</value>
</data>
<data name="lblOwnCloudHost.Text" xml:space="preserve">
<value>آدرس:</value>
</data>
<data name="tpURLShorteners.Text" xml:space="preserve">
<value>کوتاه کننده لینک</value>
</data>
<data name="lblAzureStorageURLPreviewLabel.Text" xml:space="preserve">
<value>پیش نمایش آدرس:</value>
</data>
<data name="lblGoogleCloudStoragePathPreviewLabel.Text" xml:space="preserve">
<value>پیش نمایش آدرس:</value>
</data>
<data name="lblB2UrlPreview.Text" xml:space="preserve">
<value>پیش نمایش آدرس:</value>
</data>
<data name="lblAmazonS3PathPreviewLabel.Text" xml:space="preserve">
<value>پیش نمایش آدرس:</value>
</data>
<data name="lblFTPURLPreview.Text" xml:space="preserve">
<value>پیش نمایش آدرس:</value>
</data>
<data name="lblFTPURLPath.Text" xml:space="preserve">
<value>مسیر آدرس:</value>
</data>
<data name="lblPomfUploadURL.Text" xml:space="preserve">
<value>آپلود آدرس:</value>
</data>
<data name="lblCheveretoUploadURL.Text" xml:space="preserve">
<value>آپلود آدرس:</value>
</data>
<data name="lblGoogleCloudStorageObjectPrefix.Text" xml:space="preserve">
<value>مسیر آپلود:</value>
</data>
<data name="lblB2UploadPath.Text" xml:space="preserve">
<value>مسیر آپلود:</value>
</data>
<data name="lblAzureStorageUploadPath.Text" xml:space="preserve">
<value>مسیر آپلود:</value>
</data>
<data name="lblDropboxPath.Text" xml:space="preserve">
<value>مسیر آپلود:</value>
</data>
<data name="lblAmazonS3ObjectPrefix.Text" xml:space="preserve">
<value>مسیر آپلود:</value>
</data>
<data name="lblMediaFirePath.Text" xml:space="preserve">
<value>مسیر آپلود:</value>
</data>
<data name="gbPhotobucketAlbumPath.Text" xml:space="preserve">
<value>آپلودکردن عکس به</value>
</data>
<data name="cbGoogleDriveUseFolder.Text" xml:space="preserve">
<value>آپلود فایل ها به پوشه انتخابی</value>
</data>
<data name="btnTwitterNameUpdate.Text" xml:space="preserve">
<value>به روزرسانی</value>
</data>
<data name="tpTwitter.Text" xml:space="preserve">
<value>توییتر</value>
</data>
<data name="lblFTPTransferMode.Text" xml:space="preserve">
<value>حالت انتقال:</value>
</data>
<data name="chGoogleDriveTitle.Text" xml:space="preserve">
<value>عنوان</value>
</data>
<data name="chImgurTitle.Text" xml:space="preserve">
<value>عنوان</value>
</data>
<data name="lblSharedFolderText.Text" xml:space="preserve">
<value>متن:</value>
</data>
<data name="lblFTPText.Text" xml:space="preserve">
<value>متن:</value>
</data>
<data name="tpTextUploaders.Text" xml:space="preserve">
<value>آپلود کننده های متن</value>
</data>
<data name="cbAmazonS3StripExtensionText.Text" xml:space="preserve">
<value>متن</value>
</data>
<data name="cbGoogleCloudStorageStripExtensionText.Text" xml:space="preserve">
<value>متن</value>
</data>
<data name="btnFTPTest.Text" xml:space="preserve">
<value>تست</value>
</data>
<data name="lblMegaStatusTitle.Text" xml:space="preserve">
<value>وضعیت:</value>
</data>
<data name="lblPastebinLoginStatus.Text" xml:space="preserve">
<value>وضعیت:</value>
</data>
<data name="colSeafileLibrarySize.Text" xml:space="preserve">
<value>سایز:</value>
</data>
<data name="cbFirebaseIsShort.Text" xml:space="preserve">
<value>آدرس کوتاه</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - تنظیمات مقصد</value>
</data>
<data name="tpSharedFolder.Text" xml:space="preserve">
<value>پوشه به اشتراک گذاری شده</value>
</data>
<data name="lblSeafileSharePassword.Text" xml:space="preserve">
<value>اشتراک گذاری کلمه عبور:</value>
</data>
<data name="lblBoxFolderID.Text" xml:space="preserve">
<value>پوشه انتخاب شده:</value>
</data>
<data name="lblOneDriveFolderID.Text" xml:space="preserve">
<value>پوشه انتخاب شده:</value>
</data>
<data name="lblSeafileSelectLibrary.Text" xml:space="preserve">
<value>انتخاب کتابخانه:</value>
</data>
<data name="lblPomfResultURL.Text" xml:space="preserve">
<value>آدرس نتیجه:</value>
</data>
<data name="btnFTPRemove.Text" xml:space="preserve">
<value>حذف کردن</value>
</data>
<data name="btnSharedFolderRemove.Text" xml:space="preserve">
<value>حذف کردن</value>
</data>
<data name="btnTwitterRemove.Text" xml:space="preserve">
<value>حذف کردن</value>
</data>
<data name="cbPlikRemovable.Text" xml:space="preserve">
<value>قابل حذف</value>
</data>
<data name="btnMegaRegister.Text" xml:space="preserve">
<value>ثبت نام ...</value>
</data>
<data name="btnSendSpaceRegister.Text" xml:space="preserve">
<value>ثبت نام ...</value>
</data>
<data name="btnPastebinRegister.Text" xml:space="preserve">
<value>ثبت نام ...</value>
</data>
<data name="lblAmazonS3Region.Text" xml:space="preserve">
<value>ناحیه:</value>
</data>
<data name="btnRefreshSeafileAccInfo.Text" xml:space="preserve">
<value>بارگذاری مجدد</value>
</data>
<data name="txtSeafileUploadLocationRefresh.Text" xml:space="preserve">
<value>بارگذاری مجدد</value>
</data>
<data name="btnMegaRefreshFolders.Text" xml:space="preserve">
<value>بارگذاری مجدد</value>
</data>
<data name="lblAmazonS3PathPreview.Text" xml:space="preserve">
<value>پیش نمایش</value>
</data>
<data name="lblGoogleCloudStoragePathPreview.Text" xml:space="preserve">
<value>پیش نمایش</value>
</data>
<data name="lblAzureStorageURLPreview.Text" xml:space="preserve">
<value>پیش نمایش</value>
</data>
<data name="lblEmailSmtpPort.Text" xml:space="preserve">
<value>پورت:</value>
</data>
<data name="lblFTPPort.Text" xml:space="preserve">
<value>پورت:</value>
</data>
<data name="lblSeafilePath.Text" xml:space="preserve">
<value>مسیر:</value>
</data>
<data name="lblOwnCloudPath.Text" xml:space="preserve">
<value>مسیر:</value>
</data>
<data name="lblStreamablePassword.Text" xml:space="preserve">
<value>کلمه عبور:</value>
</data>
<data name="lblTinyPicPassword.Text" xml:space="preserve">
<value>کلمه عبور:</value>
</data>
<data name="lblEmailPassword.Text" xml:space="preserve">
<value>کلمه عبور:</value>
</data>
<data name="lblMediaFirePassword.Text" xml:space="preserve">
<value>کلمه عبور:</value>
</data>
<data name="lblPlikPassword.Text" xml:space="preserve">
<value>کلمه عبور:</value>
</data>
<data name="lblPastebinPassword.Text" xml:space="preserve">
<value>کلمه عبور:</value>
</data>
<data name="lblKuttPassword.Text" xml:space="preserve">
<value>کلمه عبور:</value>
</data>
<data name="lblImageShackPassword.Text" xml:space="preserve">
<value>کلمه عبور:</value>
</data>
<data name="lblYourlsPassword.Text" xml:space="preserve">
<value>کلمه عبور:</value>
</data>
<data name="lblOwnCloudPassword.Text" xml:space="preserve">
<value>کلمه عبور:</value>
</data>
<data name="lblGe_ttPassword.Text" xml:space="preserve">
<value>کلمه عبور:</value>
</data>
<data name="lblSendSpacePassword.Text" xml:space="preserve">
<value>کلمه عبور:</value>
</data>
<data name="lblSeafilePassword.Text" xml:space="preserve">
<value>کلمه عبور:</value>
</data>
<data name="lblLithiioPassword.Text" xml:space="preserve">
<value>کلمه عبور:</value>
</data>
<data name="lblPuushPassword.Text" xml:space="preserve">
<value>کلمه عبور:</value>
</data>
<data name="lblLocalhostrPassword.Text" xml:space="preserve">
<value>کلمه عبور:</value>
</data>
<data name="lblMegaPassword.Text" xml:space="preserve">
<value>کلمه عبور:</value>
</data>
<data name="lblFTPPassword.Text" xml:space="preserve">
<value>کلمه عبور:</value>
</data>
<data name="cbxPlikTTLUnit.Items3" xml:space="preserve">
<value>هرگز</value>
</data>
<data name="lblFTPName.Text" xml:space="preserve">
<value>نام:</value>
</data>
<data name="lblTwitterDescription.Text" xml:space="preserve">
<value>نام:</value>
</data>
<data name="colSeafileLibraryName.Text" xml:space="preserve">
<value>نام:</value>
</data>
<data name="chPicasaName.Text" xml:space="preserve">
<value>نام:</value>
</data>
<data name="cbxPlikTTLUnit.Items2" xml:space="preserve">
<value>دقیقه</value>
</data>
<data name="lblSeafileAccInfoEmail.Text" xml:space="preserve">
<value>ایمیل:</value>
</data>
<data name="lblSeafileUsername.Text" xml:space="preserve">
<value>ایمیل:</value>
</data>
<data name="lblMediaFireEmail.Text" xml:space="preserve">
<value>ایمیل:</value>
</data>
<data name="lblTinyPicUsername.Text" xml:space="preserve">
<value>ایمیل:</value>
</data>
<data name="lblMegaEmail.Text" xml:space="preserve">
<value>ایمیل:</value>
</data>
<data name="lblEmailFrom.Text" xml:space="preserve">
<value>ایمیل:</value>
</data>
<data name="lblPuushEmail.Text" xml:space="preserve">
<value>ایمیل:</value>
</data>
<data name="lblOneTimeSecretEmail.Text" xml:space="preserve">
<value>ایمیل:</value>
</data>
<data name="lblLithiioEmail.Text" xml:space="preserve">
<value>ایمیل:</value>
</data>
<data name="lblGe_ttEmail.Text" xml:space="preserve">
<value>ایمیل:</value>
</data>
<data name="lblLocalhostrEmail.Text" xml:space="preserve">
<value>ایمیل:</value>
</data>
<data name="tpEmail.Text" xml:space="preserve">
<value>ایمیل:</value>
</data>
<data name="btnSharedFolderDuplicate.Text" xml:space="preserve">
<value>کپی کردن</value>
</data>
<data name="btnFTPDuplicate.Text" xml:space="preserve">
<value>کپی کردن</value>
</data>
<data name="lblFirebaseDomain.Text" xml:space="preserve">
<value>دامنه:</value>
</data>
<data name="lblBitlyDomain.Text" xml:space="preserve">
<value>دامنه:</value>
</data>
<data name="chPicasaDescription.Text" xml:space="preserve">
<value>شرح</value>
</data>
<data name="chGoogleDriveDescription.Text" xml:space="preserve">
<value>شرح</value>
</data>
<data name="chImgurDescription.Text" xml:space="preserve">
<value>شرح</value>
</data>
<data name="gbAmazonS3Advanced.Text" xml:space="preserve">
<value>پیشرفته</value>
</data>
<data name="gbGoogleCloudStorageAdvanced.Text" xml:space="preserve">
<value>پیشرفته</value>
</data>
<data name="btnSharedFolderAdd.Text" xml:space="preserve">
<value>اضافه کردن</value>
</data>
<data name="btnFTPAdd.Text" xml:space="preserve">
<value>اضافه کردن</value>
</data>
<data name="btnTwitterAdd.Text" xml:space="preserve">
<value>اضافه کردن</value>
</data>
<data name="btnAmazonS3StorageClassHelp.Text" xml:space="preserve">
<value>؟</value>
</data>
<data name="btnAzureStoragePortal.Text" xml:space="preserve">
<value>...</value>
</data>
<data name="btnFTPSCertificateLocationBrowse.Text" xml:space="preserve">
<value>...</value>
</data>
<data name="btnSFTPKeyLocationBrowse.Text" xml:space="preserve">
<value>...</value>
</data>
<data name="btnAmazonS3AccessKeyOpen.Text" xml:space="preserve">
<value>...</value>
</data>
<data name="btnAmazonS3BucketNameOpen.Text" xml:space="preserve">
<value>...</value>
</data>
<data name="lblAzureStorageAccountName.Text" xml:space="preserve">
<value>نام اکانت:</value>
</data>
<data name="gbFTPAccount.Text" xml:space="preserve">
<value>اکانت</value>
</data>
<data name="lblAzureStorageAccessKey.Text" xml:space="preserve">
<value>کلید دسترسی:</value>
</data>
<data name="grpSeafileAccInfo.Text" xml:space="preserve">
<value>اطلاعات اکانت</value>
</data>
<data name="lblFTPAccounts.Text" xml:space="preserve">
<value>اکانت ها:</value>
</data>
<data name="rbFTPTransferModeActive.Text" xml:space="preserve">
<value>فعال</value>
</data>
<data name="btnPhotobucketAddAlbum.Text" xml:space="preserve">
<value>اضافه کردن آلبوم</value>
</data>
</root>

View file

@ -0,0 +1,151 @@
<?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="btnOK.Text" xml:space="preserve">
<value>تایید</value>
</data>
<data name="btnCancel.Text" xml:space="preserve">
<value>انصراف</value>
</data>
<data name="lblUserName.Text" xml:space="preserve">
<value>نام کاربری:</value>
</data>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="lblPassword.Size" type="System.Drawing.Size, System.Drawing">
<value>55, 13</value>
</data>
<data name="lblPassword.Text" xml:space="preserve">
<value>کلمه عبور:</value>
</data>
<data name="lblFullName.Size" type="System.Drawing.Size, System.Drawing">
<value>23, 13</value>
</data>
<data name="lblFullName.Text" xml:space="preserve">
<value>نام:</value>
</data>
<data name="lblEmail.Size" type="System.Drawing.Size, System.Drawing">
<value>33, 13</value>
</data>
<data name="lblEmail.Text" xml:space="preserve">
<value>ایمیل:</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - اطلاعات کاربری</value>
</data>
</root>

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="TwitterTweetForm_SendTweet_Tweet_error" xml:space="preserve">
<value>خطای توئیت</value>
</data>
<data name="UploadersConfigForm_LoadSettings_Selected_folder_" xml:space="preserve">
<value>پوشه انتخاب شده:</value>
</data>
<data name="OAuthInfo_OAuthInfo_New_account" xml:space="preserve">
<value>اکانت جدید</value>
</data>
<data name="UploadersConfigForm_eiCustomUploaders_ExportRequested_DestinationTypeMustBeConfigured" xml:space="preserve">
<value>نوع مقصد باید مشخص شده باشد.</value>
</data>
<data name="CustomUploaderItem_GetFileFormName_FileFormNameMustBeConfigured" xml:space="preserve">
<value>نام فایل باید مشخص شده باشد.</value>
</data>
<data name="UploadersConfigForm_eiCustomUploaders_ExportRequested_RequestURLMustBeConfigured" xml:space="preserve">
<value>آدرس درخواست باید تنظیم شده باشد.</value>
</data>
<data name="CustomUploaderItem_GetRequestURL_RequestURLMustBeConfigured" xml:space="preserve">
<value>آدرس درخواست باید تنظیم شده باشد.</value>
</data>
</root>

View file

@ -368,6 +368,9 @@
<EmbeddedResource Include="Controls\AccountTypeControl.es.resx">
<DependentUpon>AccountTypeControl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\AccountTypeControl.fa-IR.resx">
<DependentUpon>AccountTypeControl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\AccountTypeControl.fr.resx">
<DependentUpon>AccountTypeControl.cs</DependentUpon>
</EmbeddedResource>
@ -458,6 +461,9 @@
<EmbeddedResource Include="Forms\CustomUploaderSettingsForm.de.resx">
<DependentUpon>CustomUploaderSettingsForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\CustomUploaderSettingsForm.fa-IR.resx">
<DependentUpon>CustomUploaderSettingsForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\CustomUploaderSettingsForm.resx">
<DependentUpon>CustomUploaderSettingsForm.cs</DependentUpon>
</EmbeddedResource>
@ -476,6 +482,9 @@
<EmbeddedResource Include="Forms\EmailForm.es.resx">
<DependentUpon>EmailForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\EmailForm.fa-IR.resx">
<DependentUpon>EmailForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\EmailForm.fr.resx">
<DependentUpon>EmailForm.cs</DependentUpon>
</EmbeddedResource>
@ -524,6 +533,9 @@
<EmbeddedResource Include="Forms\JiraUpload.es.resx">
<DependentUpon>JiraUpload.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\JiraUpload.fa-IR.resx">
<DependentUpon>JiraUpload.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\JiraUpload.fr.resx">
<DependentUpon>JiraUpload.cs</DependentUpon>
</EmbeddedResource>
@ -569,6 +581,9 @@
<EmbeddedResource Include="Forms\OCRSpaceForm.es-MX.resx">
<DependentUpon>OCRSpaceForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\OCRSpaceForm.fa-IR.resx">
<DependentUpon>OCRSpaceForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\OCRSpaceForm.id-ID.resx">
<DependentUpon>OCRSpaceForm.cs</DependentUpon>
</EmbeddedResource>
@ -596,6 +611,9 @@
<EmbeddedResource Include="Forms\PuushLoginForm.es-MX.resx">
<DependentUpon>PuushLoginForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\PuushLoginForm.fa-IR.resx">
<DependentUpon>PuushLoginForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\PuushLoginForm.ko-KR.resx">
<DependentUpon>PuushLoginForm.cs</DependentUpon>
</EmbeddedResource>
@ -623,6 +641,9 @@
<EmbeddedResource Include="Forms\ResponseForm.es.resx">
<DependentUpon>ResponseForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\ResponseForm.fa-IR.resx">
<DependentUpon>ResponseForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\ResponseForm.fr.resx">
<DependentUpon>ResponseForm.cs</DependentUpon>
</EmbeddedResource>
@ -671,6 +692,9 @@
<EmbeddedResource Include="Forms\TwitterTweetForm.es.resx">
<DependentUpon>TwitterTweetForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\TwitterTweetForm.fa-IR.resx">
<DependentUpon>TwitterTweetForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\TwitterTweetForm.fr.resx">
<DependentUpon>TwitterTweetForm.cs</DependentUpon>
</EmbeddedResource>
@ -719,6 +743,9 @@
<EmbeddedResource Include="Forms\UploadersConfigForm.es.resx">
<DependentUpon>UploadersConfigForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\UploadersConfigForm.fa-IR.resx">
<DependentUpon>UploadersConfigForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\UploadersConfigForm.fr.resx">
<DependentUpon>UploadersConfigForm.cs</DependentUpon>
</EmbeddedResource>
@ -767,6 +794,9 @@
<EmbeddedResource Include="Forms\UserPassBox.es.resx">
<DependentUpon>UserPassBox.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\UserPassBox.fa-IR.resx">
<DependentUpon>UserPassBox.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\UserPassBox.fr.resx">
<DependentUpon>UserPassBox.cs</DependentUpon>
</EmbeddedResource>
@ -838,6 +868,7 @@
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.es-MX.resx" />
<EmbeddedResource Include="Properties\Resources.es.resx" />
<EmbeddedResource Include="Properties\Resources.fa-IR.resx" />
<EmbeddedResource Include="Properties\Resources.fr.resx" />
<EmbeddedResource Include="Properties\Resources.hu.resx" />
<EmbeddedResource Include="Properties\Resources.id-ID.resx" />

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="lblHotkeyDescription.Text" xml:space="preserve">
<value>شرح</value>
</data>
<data name="btnHotkey.Text" xml:space="preserve">
<value>کلید میانبر</value>
</data>
</root>

View file

@ -78,7 +78,9 @@ public enum SupportedLanguage
[Description("Українська (Ukrainian)")]
Ukrainian,
[Description("Tiếng Việt (Vietnamese)")]
Vietnamese
Vietnamese,
[Description("فارسی (Iran)")]
Persian
}
public enum TaskJob

View file

@ -0,0 +1,139 @@
<?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="btnClose.Text" xml:space="preserve">
<value>بستن</value>
</data>
<data name="btnShareXLicense.Text" xml:space="preserve">
<value>لایسنس ShareX</value>
</data>
<data name="btnLicenses.Text" xml:space="preserve">
<value>لایسنس ها</value>
</data>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="lblBuild.Size" type="System.Drawing.Size, System.Drawing">
<value>34, 16</value>
</data>
<data name="lblBuild.Text" xml:space="preserve">
<value>نسخه</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - درباره ما</value>
</data>
</root>

View file

@ -0,0 +1,153 @@
<?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="cbDeleteInputFile.Text" xml:space="preserve">
<value>حذف فایل ورودی</value>
</data>
<data name="lblPath.Text" xml:space="preserve">
<value>مسیر فایل:</value>
</data>
<data name="lblExtensions.Text" xml:space="preserve">
<value>فیلتر پسوند فایل (مثلا mp4)</value>
</data>
<data name="btnPathBrowse.Text" xml:space="preserve">
<value>...</value>
</data>
<data name="lblOutputExtension.Text" xml:space="preserve">
<value>پسوند فایل خروجی (خالی = از همان نام فایل استفاده کن):</value>
</data>
<data name="cbHiddenWindow.Text" xml:space="preserve">
<value>پنجره مخفی</value>
</data>
<data name="btnOK.Text" xml:space="preserve">
<value>تایید</value>
</data>
<data name="lblName.Text" xml:space="preserve">
<value>نام:</value>
</data>
<data name="btnCancel.Text" xml:space="preserve">
<value>انصراف</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - اعمال</value>
</data>
<data name="lblArgs.Text" xml:space="preserve">
<value>آرگومان های ورودی:</value>
</data>
</root>

View file

@ -0,0 +1,129 @@
<?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="btnRemove.Text" xml:space="preserve">
<value>حذف کردن</value>
</data>
<data name="btnAdd.Text" xml:space="preserve">
<value>اضافه کردن</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - ویرایش نوارابزار اعمال</value>
</data>
</root>

View file

@ -0,0 +1,144 @@
<?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="btnContinue.Text" xml:space="preserve">
<value>ادامه دادن</value>
</data>
<data name="btnCancel.Text" xml:space="preserve">
<value>انصراف</value>
</data>
<data name="btnCopy.Text" xml:space="preserve">
<value>کپی کردن</value>
</data>
<data name="tpAfterCapture.Text" xml:space="preserve">
<value>بعد از ضبط</value>
</data>
<data name="tpBeforeUpload.Text" xml:space="preserve">
<value>مقصدها</value>
</data>
<data name="tpAfterUpload.Text" xml:space="preserve">
<value>بعد از آپلود</value>
</data>
<data name="lblFileName.Text" xml:space="preserve">
<value>نام فایل:</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - بعد از ضبط</value>
</data>
</root>

View file

@ -0,0 +1,147 @@
<?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="btnCopyImage.Text" xml:space="preserve">
<value>کپی کردن تصویر</value>
</data>
<data name="btnCopyLink.Text" xml:space="preserve">
<value>کپی کردن لینک</value>
</data>
<data name="btnOpenLink.Text" xml:space="preserve">
<value>باز کردن لینک ...</value>
</data>
<data name="btnOpenFile.Text" xml:space="preserve">
<value>باز کردن فایل ...</value>
</data>
<data name="btnOpenFolder.Text" xml:space="preserve">
<value>باز کردن پوشه ...</value>
</data>
<data name="btnClose.Text" xml:space="preserve">
<value>بستن</value>
</data>
<data name="chDescription.Text" xml:space="preserve">
<value>شرح</value>
</data>
<data name="chFormat.Text" xml:space="preserve">
<value>فرمت</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - بعد از آپلود</value>
</data>
</root>

View file

@ -0,0 +1,327 @@
<?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="cbExperimentalDarkTheme.Text" xml:space="preserve">
<value>تم مشکی آزمایشی</value>
</data>
<data name="cbUseWhiteShareXIcon.Text" xml:space="preserve">
<value>از ایکن سفید ShareX استفاده کن</value>
</data>
<data name="cbUseDarkTheme.Text" xml:space="preserve">
<value>از تم تیره استفاده کن</value>
</data>
<data name="btnCheckDevBuild.Text" xml:space="preserve">
<value>نصب نسخه برنامه نویس ...</value>
</data>
<data name="cbCheckPreReleaseUpdates.Text" xml:space="preserve">
<value>همه اپدیت ها را انجام بده (ممکن است خطا داشته باشد)</value>
</data>
<data name="lblTrayMiddleClickAction.Text" xml:space="preserve">
<value>کلیک وسط روی آیکن در نواروظیفه:</value>
</data>
<data name="lblTrayLeftDoubleClickAction.Text" xml:space="preserve">
<value>دابل کلیک روی آیکن در نواروظیفه:</value>
</data>
<data name="lblTrayLeftClickAction.Text" xml:space="preserve">
<value>کلیک چپ روی آیکن در نواروظیفه:</value>
</data>
<data name="btnEditQuickTaskMenu.Text" xml:space="preserve">
<value>ویرایش منوی اعمال سریع:</value>
</data>
<data name="cbShowTray.Text" xml:space="preserve">
<value>نشان دادن آیکن در نوار وظیفه:</value>
</data>
<data name="cbTrayIconProgressEnabled.Text" xml:space="preserve">
<value>نشان دادن پیشرفت در نوار وظیفه:</value>
</data>
<data name="cbRememberMainFormPosition.Text" xml:space="preserve">
<value>محل پنجره اصلی را به یاد داشته باش</value>
</data>
<data name="cbSilentRun.Text" xml:space="preserve">
<value>در هنگام شروع ضبط نرم افزار را کوچک کن</value>
</data>
<data name="cbTaskbarProgressEnabled.Text" xml:space="preserve">
<value>پیشرفت را در نوار وظیفه نشان بده</value>
</data>
<data name="cbRememberMainFormSize.Text" xml:space="preserve">
<value>اندازه پنجره اصلی را به یاد داشته باش</value>
</data>
<data name="lblLanguage.Text" xml:space="preserve">
<value>زبان:</value>
</data>
<data name="tpGeneral.Text" xml:space="preserve">
<value>عمومی</value>
</data>
<data name="cbFirefoxAddonSupport.Text" xml:space="preserve">
<value>افزونه فایرفاکس را فعال کن</value>
</data>
<data name="btnFirefoxOpenAddonPage.Text" xml:space="preserve">
<value>نصب افزونه ShareX فایرفاکس ...</value>
</data>
<data name="gbFirefox.Text" xml:space="preserve">
<value>افزونه فایرفاکس</value>
</data>
<data name="cbChromeExtensionSupport.Text" xml:space="preserve">
<value>افزونه کروم را فعال کن</value>
</data>
<data name="btnChromeOpenExtensionPage.Text" xml:space="preserve">
<value>نصب افزونه ShareX کروم ...</value>
</data>
<data name="cbSendToMenu.Text" xml:space="preserve">
<value>نشان دادن ShareX در "SendTo" </value>
</data>
<data name="btnPersonalFolderPathApply.Text" xml:space="preserve">
<value>اعمال کردن</value>
</data>
<data name="btnOpenScreenshotsFolder.Text" xml:space="preserve">
<value>بازکردن...</value>
</data>
<data name="lblPreviewPersonalFolderPath.Text" xml:space="preserve">
<value>...</value>
</data>
<data name="lblPersonalFolderPath.Text" xml:space="preserve">
<value>پوشه شخصی ShareX :</value>
</data>
<data name="btnBrowsePersonalFolderPath.Text" xml:space="preserve">
<value>انتخاب ...</value>
</data>
<data name="btnBrowseCustomScreenshotsPath.Text" xml:space="preserve">
<value>انتخاب ...</value>
</data>
<data name="btnOpenPersonalFolderPath.Text" xml:space="preserve">
<value>بازکردن...</value>
</data>
<data name="lblSaveImageSubFolderPatternPreview.Text" xml:space="preserve">
<value>...</value>
</data>
<data name="tpPaths.Text" xml:space="preserve">
<value>مسیرها</value>
</data>
<data name="btnResetSettings.Text" xml:space="preserve">
<value>برگرداندن تنظیمات اولیه...</value>
</data>
<data name="btnExport.Text" xml:space="preserve">
<value>خروجی گرفتن از تنظیمات برنامه...</value>
</data>
<data name="btnImport.Text" xml:space="preserve">
<value>وارد کردن تنظیمات برنامه ...</value>
</data>
<data name="tpExportImport.Text" xml:space="preserve">
<value>خروجی گرفتن / وارد کردن</value>
</data>
<data name="lblUploadLimit.Text" xml:space="preserve">
<value>محدودیت آپلود همزمان:</value>
</data>
<data name="lblUploadLimitHint.Text" xml:space="preserve">
<value>۰ - ۲۵ (۰ یعنی غیرفعال)</value>
</data>
<data name="lblBufferSize.Text" xml:space="preserve">
<value>سایز بافر:</value>
</data>
<data name="btnClipboardFormatEdit.Text" xml:space="preserve">
<value>ویرایش...</value>
</data>
<data name="btnClipboardFormatRemove.Text" xml:space="preserve">
<value>حذف کردن</value>
</data>
<data name="btnClipboardFormatAdd.Text" xml:space="preserve">
<value>اضافه کردن</value>
</data>
<data name="chDescription.Text" xml:space="preserve">
<value>شرح</value>
</data>
<data name="chFormat.Text" xml:space="preserve">
<value>فرمت</value>
</data>
<data name="tpUploadResults.Text" xml:space="preserve">
<value>نتایج</value>
</data>
<data name="gbSecondaryFileUploaders.Text" xml:space="preserve">
<value>دیگر آپلودکننده های فایل</value>
</data>
<data name="gbSecondaryImageUploaders.Text" xml:space="preserve">
<value>دیگر آپلودکننده های عکس</value>
</data>
<data name="gbSecondaryTextUploaders.Text" xml:space="preserve">
<value>دیگر آپلودکننده های متن</value>
</data>
<data name="tpUploadRetry.Text" xml:space="preserve">
<value>دوباره سعی کن</value>
</data>
<data name="tpUpload.Text" xml:space="preserve">
<value>آپلود</value>
</data>
<data name="cbHistorySaveTasks.Text" xml:space="preserve">
<value>وظایف را در تاریخچه ذخیره کن</value>
</data>
<data name="gbHistory.Text" xml:space="preserve">
<value>تاریخچه</value>
</data>
<data name="tpHistory.Text" xml:space="preserve">
<value>تاریخچه</value>
</data>
<data name="tpPrint.Text" xml:space="preserve">
<value>چاپ</value>
</data>
<data name="lblProxyMethod.Text" xml:space="preserve">
<value>تنظیمات پراکسی:</value>
</data>
<data name="lblProxyHost.Text" xml:space="preserve">
<value>هاست:</value>
</data>
<data name="lblProxyPort.Text" xml:space="preserve">
<value>پورت:</value>
</data>
<data name="lblProxyPassword.Text" xml:space="preserve">
<value>کلمه عبور:</value>
</data>
<data name="lblProxyUsername.Text" xml:space="preserve">
<value>نام کاربری:</value>
</data>
<data name="tpProxy.Text" xml:space="preserve">
<value>پراکسی</value>
</data>
<data name="tpAdvanced.Text" xml:space="preserve">
<value>پیشرفته</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - تنظیمات برنامه</value>
</data>
<data name="cbShellContextMenu.Text" xml:space="preserve">
<value>منوی آپلود با ShareX را در راست کلیک Windows Explorer اضافه کن</value>
</data>
<data name="cbEditWithShareX.Text" xml:space="preserve">
<value>منوی ویرایش با ShareX را در راست کلیک Windows Explorer اضافه کن</value>
</data>
<data name="cbRecentTasksSave.Text" xml:space="preserve">
<value>وظایف اخیر را ذخیره کن</value>
</data>
<data name="gbRecentLinks.Text" xml:space="preserve">
<value>وظایف اخیر</value>
</data>
<data name="cbUseCustomScreenshotsPath.Text" xml:space="preserve">
<value>از پوشه سفارشی برای اسکرین شات ها استفاده کن:</value>
</data>
<data name="cbIfUploadFailRetryOnce.Text" xml:space="preserve">
<value>تعداد سعی ها در صورتی که آپلود با مشکل مواجه شود.</value>
</data>
<data name="cbHistoryCheckURL.Text" xml:space="preserve">
<value>فقط در صورتی آدرس را ذخیره کن که خالی نباشد</value>
</data>
</root>

View file

@ -0,0 +1,159 @@
<?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="ssBar.Text" xml:space="preserve">
<value>وضعیت</value>
</data>
<data name="btnExecute.Text" xml:space="preserve">
<value>شروع</value>
</data>
<data name="cbWaitUploads.Text" xml:space="preserve">
<value>صبر کنید تا وظایف پایان یابند</value>
</data>
<data name="lblRegion.Text" xml:space="preserve">
<value>ناحیه</value>
</data>
<data name="btnRegion.Text" xml:space="preserve">
<value>انتخاب ناحیه</value>
</data>
<data name="lblDuration.Text" xml:space="preserve">
<value>تعداد تکرار:</value>
</data>
<data name="niTray.Text" xml:space="preserve">
<value>ShareX - ضبط خودکار</value>
</data>
<data name="lblDurationSeconds.Text" xml:space="preserve">
<value>ثانیه</value>
</data>
<data name="rbFullscreen.Text" xml:space="preserve">
<value>تمام صفحه</value>
</data>
<data name="gbRegion.Text" xml:space="preserve">
<value>ناحیه</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - ضبط خودکار</value>
</data>
<data name="cbAutoMinimize.Text" xml:space="preserve">
<value>به صورت خودکار شیرایکس را به نواروظیفه کوچک کن</value>
</data>
<data name="rbCustomRegion.Text" xml:space="preserve">
<value>ناحیه سفارشی</value>
</data>
</root>

View file

@ -0,0 +1,129 @@
<?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="btnOK.Text" xml:space="preserve">
<value>تایید</value>
</data>
<data name="btnCancel.Text" xml:space="preserve">
<value>انصراف</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - قبل از آپلود</value>
</data>
</root>

View file

@ -0,0 +1,135 @@
<?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="lblFilter.Text" xml:space="preserve">
<value>فرمت:</value>
</data>
<data name="lblFolderPath.Text" xml:space="preserve">
<value>شرح:</value>
</data>
<data name="btnOK.Text" xml:space="preserve">
<value>تایید</value>
</data>
<data name="btnCancel.Text" xml:space="preserve">
<value>انصراف</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - فرمت متن کلیپ بورد</value>
</data>
</root>

View file

@ -0,0 +1,136 @@
<?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="lblTitle.Text" xml:space="preserve">
<value>یک فایل با همین نام در این مکان وجود دارد.
لطفا فایل یا عمل جدیدی را انتخاب کنید:</value>
</data>
<data name="btnUniqueName.Text" xml:space="preserve">
<value>از یک نام غیرتکراری استفاده کن:</value>
</data>
<data name="btnNewName.Text" xml:space="preserve">
<value>از نام جدید استفاده کن:</value>
</data>
<data name="btnCancel.Text" xml:space="preserve">
<value>ذخیره نکن</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - چگونه ذخیره کنم؟</value>
</data>
</root>

View file

@ -0,0 +1,135 @@
<?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="lblTitle.Text" xml:space="preserve">
<value>ShareX تنظیمات اولیه نرم افزار</value>
</data>
<data name="cbSendToMenu.Text" xml:space="preserve">
<value>نشان دادن شیرایکس در منوی «ارسال به»</value>
</data>
<data name="cbRunStartup.Text" xml:space="preserve">
<value>هنگام شروع ویندوز، ShareX را اجرا کن</value>
</data>
<data name="btnOK.Text" xml:space="preserve">
<value>تایید</value>
</data>
<data name="cbShellContextMenuButton.Text" xml:space="preserve">
<value>منوی آپلود با ShareX را در راست کلیک Windows Explorer اضافه کن</value>
</data>
</root>

View file

@ -0,0 +1,138 @@
<?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="btnReset.Text" xml:space="preserve">
<value>برگرداندن تنظیمات اولیه ....</value>
</data>
<data name="btnRemove.Text" xml:space="preserve">
<value>پاک کردن</value>
</data>
<data name="btnEdit.Text" xml:space="preserve">
<value>ویرایش..</value>
</data>
<data name="btnDuplicate.Text" xml:space="preserve">
<value>کپی کردن</value>
</data>
<data name="btnAdd.Text" xml:space="preserve">
<value>اضافه کردن ...</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - تنظیمات کلید میانبر</value>
</data>
</root>

View file

@ -0,0 +1,841 @@
<?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>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="scMain.Panel1.RightToLeft" type="System.Windows.Forms.RightToLeft, System.Windows.Forms">
<value>No</value>
</data>
<data name="scMain.Panel2.RightToLeft" type="System.Windows.Forms.RightToLeft, System.Windows.Forms">
<value>No</value>
</data>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="tsmiFullscreen.Size" type="System.Drawing.Size, System.Drawing">
<value>184, 22</value>
</data>
<data name="tsmiFullscreen.Text" xml:space="preserve">
<value>تمام صفحه</value>
</data>
<data name="tsmiWindow.Size" type="System.Drawing.Size, System.Drawing">
<value>184, 22</value>
</data>
<data name="tsmiWindow.Text" xml:space="preserve">
<value>پنجره</value>
</data>
<data name="tsmiMonitor.Size" type="System.Drawing.Size, System.Drawing">
<value>184, 22</value>
</data>
<data name="tsmiMonitor.Text" xml:space="preserve">
<value>صفحه نمایش</value>
</data>
<data name="tsmiRectangle.Size" type="System.Drawing.Size, System.Drawing">
<value>184, 22</value>
</data>
<data name="tsmiRectangle.Text" xml:space="preserve">
<value>ناحیه</value>
</data>
<data name="tsmiRectangleLight.Size" type="System.Drawing.Size, System.Drawing">
<value>184, 22</value>
</data>
<data name="tsmiRectangleTransparent.Size" type="System.Drawing.Size, System.Drawing">
<value>184, 22</value>
</data>
<data name="tsmiLastRegion.Size" type="System.Drawing.Size, System.Drawing">
<value>184, 22</value>
</data>
<data name="tsmiLastRegion.Text" xml:space="preserve">
<value>آخرین ناحیه</value>
</data>
<data name="tsmiScreenRecordingFFmpeg.Size" type="System.Drawing.Size, System.Drawing">
<value>184, 22</value>
</data>
<data name="tsmiScreenRecordingFFmpeg.Text" xml:space="preserve">
<value>ضبط فیلم صفحه</value>
</data>
<data name="tsmiScreenRecordingGIF.Size" type="System.Drawing.Size, System.Drawing">
<value>184, 22</value>
</data>
<data name="tsmiScreenRecordingGIF.Text" xml:space="preserve">
<value>ضبط فیلم صفحه (GIF)</value>
</data>
<data name="tsmiScrollingCapture.Size" type="System.Drawing.Size, System.Drawing">
<value>184, 22</value>
</data>
<data name="tsmiTextCapture.Size" type="System.Drawing.Size, System.Drawing">
<value>184, 22</value>
</data>
<data name="tsmiTextCapture.Text" xml:space="preserve">
<value>تشخیص متن از عکس (OCR) ...</value>
</data>
<data name="tsmiAutoCapture.Size" type="System.Drawing.Size, System.Drawing">
<value>184, 22</value>
</data>
<data name="tsmiAutoCapture.Text" xml:space="preserve">
<value>ضبط خودکار ...</value>
</data>
<data name="tssCapture1.Size" type="System.Drawing.Size, System.Drawing">
<value>181, 6</value>
</data>
<data name="tsmiShowCursor.Size" type="System.Drawing.Size, System.Drawing">
<value>184, 22</value>
</data>
<data name="tsmiShowCursor.Text" xml:space="preserve">
<value>نمایش کرسر</value>
</data>
<data name="tsmiScreenshotDelay.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAABl0RVh0U29m
dHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAI4SURBVDhPpZHvaxJxHMfvD7CMHoqPm4igCDLxgYHN
o84fCOqT1SSEarL1pAfd9qAHgwqEJgvGKscY5IOspAKpIAnBqEHqGdvKnTd1O+dZ7Mc5fGKPPt3nmIey
9aQevO4+fD/v9+u+cAQA/Bfyw+v1Ej6fj/D7/UQgEDgVDAaHJfwS4SNwHsYdZjCLnZMEuqvhcGRheflF
oVyuN/f2ugjOeIY7zPxNoLs2Pj6VZZgG12rB7uEhxJ+vwdsvImQZEQqcIL2ZxvVIZAqzAwKPx3P68tjY
ZLZYbHzb2oJf7bYsoO+9gvTnNiQzBzCX/AmvP9UgVyo1roRCk9hRBBRF2ebi8VShWoWKIMhlZGL6Kbxb
acu8yYlw++EGfChuwsLSUgo7ioAkydGP+fw2Cvpxjd6FRGZHIZrg4M6jPKysrm5jRxE4HI6JAsd1e8Xe
DeyeaeUGSCq7CxdvvIcfPN/FjiKw2+03mWpVFvTKFosFaJoGvfMx6MgEDJHP4ByZhKFLL4FtNrvYUQQ2
my2UYxi+X7BZr4PVapXfPTiJAstCqVzmsaMIpK+dj83Pp/EPtERxQNKbEdyt8Tw8WVxMY0cRmM3mMxdG
Ruiv6+vCzv7+QKmfprT7XqkITqeTxo4iMJlMhMFgMFIuVxQDB53OsTKecbWa4Ha7o5jFzoBAr9cTWq3W
bDQaZx7MzmbKLCuInc7vtsSGJI3FYhkpN4MZzJ4o0Gg0hFqtPqtSqSiJWxL3j8CZwh1mjgn+HSD+ABVB
iM3ORgOyAAAAAElFTkSuQmCC
</value>
</data>
<data name="tsmiScreenshotDelay.Size" type="System.Drawing.Size, System.Drawing">
<value>184, 22</value>
</data>
<data name="tsmiScreenshotDelay.Text" xml:space="preserve">
<value>تاخیر ضبط</value>
</data>
<data name="tsddbCapture.Text" xml:space="preserve">
<value>ضبط</value>
</data>
<data name="tsmiUploadFile.Size" type="System.Drawing.Size, System.Drawing">
<value>199, 22</value>
</data>
<data name="tsmiUploadFile.Text" xml:space="preserve">
<value>آپلود فایل ...</value>
</data>
<data name="tsmiUploadFolder.Size" type="System.Drawing.Size, System.Drawing">
<value>199, 22</value>
</data>
<data name="tsmiUploadFolder.Text" xml:space="preserve">
<value>آپلود پوشه ...</value>
</data>
<data name="tsmiUploadClipboard.Size" type="System.Drawing.Size, System.Drawing">
<value>199, 22</value>
</data>
<data name="tsmiUploadClipboard.Text" xml:space="preserve">
<value>آپلود از کلیپ بورد ...</value>
</data>
<data name="tsmiUploadText.Size" type="System.Drawing.Size, System.Drawing">
<value>199, 22</value>
</data>
<data name="tsmiUploadText.Text" xml:space="preserve">
<value>آپلود متن ...</value>
</data>
<data name="tsmiUploadURL.Size" type="System.Drawing.Size, System.Drawing">
<value>199, 22</value>
</data>
<data name="tsmiUploadURL.Text" xml:space="preserve">
<value>آپلود از طریق URL</value>
</data>
<data name="tsmiUploadDragDrop.Size" type="System.Drawing.Size, System.Drawing">
<value>199, 22</value>
</data>
<data name="tsmiShortenURL.Size" type="System.Drawing.Size, System.Drawing">
<value>199, 22</value>
</data>
<data name="tsmiShortenURL.Text" xml:space="preserve">
<value>کوتاه کردن آدرس ...</value>
</data>
<data name="tsddbUpload.Text" xml:space="preserve">
<value>آپلود</value>
</data>
<data name="tsmiColorPicker.Text" xml:space="preserve">
<value>انتخاب رنگ ...</value>
</data>
<data name="tsmiScreenColorPicker.Text" xml:space="preserve">
<value>انتخاب رنگ صفحه ...</value>
</data>
<data name="tsmiImageEditor.Text" xml:space="preserve">
<value>ویرایشگر عکس ...</value>
</data>
<data name="tsmiImageEffects.Text" xml:space="preserve">
<value>افکت های عکس ...</value>
</data>
<data name="tsmiHashCheck.Text" xml:space="preserve">
<value>چک کردن Hash</value>
</data>
<data name="tsmiQRCode.Text" xml:space="preserve">
<value>کد QR ...</value>
</data>
<data name="tsmiRuler.Text" xml:space="preserve">
<value>خط کش...</value>
</data>
<data name="tsmiImageCombiner.Text" xml:space="preserve">
<value>ترکیب کننده عکس...</value>
</data>
<data name="tsmiMonitorTest.Text" xml:space="preserve">
<value>تست صفحه نمایش ...</value>
</data>
<data name="tsddbTools.Text" xml:space="preserve">
<value>ابزار</value>
</data>
<data name="tsddbAfterCaptureTasks.Text" xml:space="preserve">
<value>وظایف بعد از ضبط</value>
</data>
<data name="tsddbAfterUploadTasks.Text" xml:space="preserve">
<value>وظایف بعد از آپلود</value>
</data>
<data name="tsddbDestinations.Text" xml:space="preserve">
<value>مقصدها</value>
</data>
<data name="tsbTaskSettings.Text" xml:space="preserve">
<value>تنظیمات وظیفه ...</value>
</data>
<data name="tsbApplicationSettings.Text" xml:space="preserve">
<value>تنظیمات برنامه ...</value>
</data>
<data name="tsbHotkeySettings.Text" xml:space="preserve">
<value>تنظیمات کلیدهای میانبر...</value>
</data>
<data name="tsbScreenshotsFolder.Text" xml:space="preserve">
<value>رجوع به فولدر عکس ها</value>
</data>
<data name="tsbHistory.Text" xml:space="preserve">
<value>تاریخچه ...</value>
</data>
<data name="tsbImageHistory.Text" xml:space="preserve">
<value>تاریخچه عکس ...</value>
</data>
<data name="tsbNews.Text" xml:space="preserve">
<value>اعلامیه ها</value>
</data>
<data name="tsmiShowDebugLog.Size" type="System.Drawing.Size, System.Drawing">
<value>180, 22</value>
</data>
<data name="tsmiTestImageUpload.Size" type="System.Drawing.Size, System.Drawing">
<value>180, 22</value>
</data>
<data name="tsmiTestTextUpload.Size" type="System.Drawing.Size, System.Drawing">
<value>180, 22</value>
</data>
<data name="tsmiTestFileUpload.Size" type="System.Drawing.Size, System.Drawing">
<value>180, 22</value>
</data>
<data name="tsmiTestURLShortener.Size" type="System.Drawing.Size, System.Drawing">
<value>180, 22</value>
</data>
<data name="tsmiTestURLSharing.Size" type="System.Drawing.Size, System.Drawing">
<value>180, 22</value>
</data>
<data name="tsddbDebug.Text" xml:space="preserve">
<value>خطایابی</value>
</data>
<data name="tsbDonate.Text" xml:space="preserve">
<value>کمک مالی ...</value>
</data>
<data name="tsbAbout.Text" xml:space="preserve">
<value>درباره ما ...</value>
</data>
<data name="tsmiTrayScreenshotDelay.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAABl0RVh0U29m
dHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAI4SURBVDhPpZHvaxJxHMfvD7CMHoqPm4igCDLxgYHN
o84fCOqT1SSEarL1pAfd9qAHgwqEJgvGKscY5IOspAKpIAnBqEHqGdvKnTd1O+dZ7Mc5fGKPPt3nmIey
9aQevO4+fD/v9+u+cAQA/Bfyw+v1Ej6fj/D7/UQgEDgVDAaHJfwS4SNwHsYdZjCLnZMEuqvhcGRheflF
oVyuN/f2ugjOeIY7zPxNoLs2Pj6VZZgG12rB7uEhxJ+vwdsvImQZEQqcIL2ZxvVIZAqzAwKPx3P68tjY
ZLZYbHzb2oJf7bYsoO+9gvTnNiQzBzCX/AmvP9UgVyo1roRCk9hRBBRF2ebi8VShWoWKIMhlZGL6Kbxb
acu8yYlw++EGfChuwsLSUgo7ioAkydGP+fw2Cvpxjd6FRGZHIZrg4M6jPKysrm5jRxE4HI6JAsd1e8Xe
DeyeaeUGSCq7CxdvvIcfPN/FjiKw2+03mWpVFvTKFosFaJoGvfMx6MgEDJHP4ByZhKFLL4FtNrvYUQQ2
my2UYxi+X7BZr4PVapXfPTiJAstCqVzmsaMIpK+dj83Pp/EPtERxQNKbEdyt8Tw8WVxMY0cRmM3mMxdG
Ruiv6+vCzv7+QKmfprT7XqkITqeTxo4iMJlMhMFgMFIuVxQDB53OsTKecbWa4Ha7o5jFzoBAr9cTWq3W
bDQaZx7MzmbKLCuInc7vtsSGJI3FYhkpN4MZzJ4o0Gg0hFqtPqtSqSiJWxL3j8CZwh1mjgn+HSD+ABVB
iM3ORgOyAAAAAElFTkSuQmCC
</value>
</data>
<data name="tsmiVideoThumbnailer.Text" xml:space="preserve">
<value>خلاصه کننده ویدئو ...</value>
</data>
<data name="tsmiURLShorteners.Text" xml:space="preserve">
<value>کوتاه کننده لینک</value>
</data>
<data name="tsmiURLSharingServices.Text" xml:space="preserve">
<value>سرویس های اشتراک گذاری لینک</value>
</data>
<data name="tsmiUploadSelectedFile.Text" xml:space="preserve">
<value>آپلود</value>
</data>
<data name="tsmiUploadDragDrop.Text" xml:space="preserve">
<value>آپلود با کشیدن و رهاکردن ...</value>
</data>
<data name="tsmiTweetMessage.Text" xml:space="preserve">
<value>پیام توئیت ...</value>
</data>
<data name="tsmiTrayWorkflows.Text" xml:space="preserve">
<value>گردش کار</value>
</data>
<data name="tsmiTrayWindow.Text" xml:space="preserve">
<value>پنجره</value>
</data>
<data name="tsmiTrayVideoThumbnailer.Text" xml:space="preserve">
<value>خلاصه کننده ویدئو ...</value>
</data>
<data name="tsmiTrayURLShorteners.Text" xml:space="preserve">
<value>کوتاه کننده لینک</value>
</data>
<data name="tsmiTrayURLSharingServices.Text" xml:space="preserve">
<value>سرویس های اشتراک گذاری لینک</value>
</data>
<data name="tsmiTrayUploadURL.Text" xml:space="preserve">
<value>آپلود از طریق URL</value>
</data>
<data name="tsmiTrayUploadText.Text" xml:space="preserve">
<value>آپلود متن ...</value>
</data>
<data name="tsmiTrayUploadFolder.Text" xml:space="preserve">
<value>آپلود پوشه ...</value>
</data>
<data name="tsmiTrayUploadFile.Text" xml:space="preserve">
<value>اپلود فایل ...</value>
</data>
<data name="tsmiTrayUploadDragDrop.Text" xml:space="preserve">
<value>آپلود با کشیدن و رهاکردن ...</value>
</data>
<data name="tsmiTrayUploadClipboard.Text" xml:space="preserve">
<value>آپلود از کلیپ بورد ...</value>
</data>
<data name="tsmiTrayUpload.Text" xml:space="preserve">
<value>آپلود</value>
</data>
<data name="tsmiTrayTweetMessage.Text" xml:space="preserve">
<value>پیام توئیت ...</value>
</data>
<data name="tsmiTrayTools.Text" xml:space="preserve">
<value>ابزار</value>
</data>
<data name="tsmiTrayToggleHotkeys.Text" xml:space="preserve">
<value>غیرفعال کردن کلیدهای میانبر</value>
</data>
<data name="tsmiTrayTextUploaders.Text" xml:space="preserve">
<value>آپلود کننده های متن</value>
</data>
<data name="tsmiTrayTextCapture.Text" xml:space="preserve">
<value>تشخیص متن از عکس (OCR) ...</value>
</data>
<data name="tsmiTrayTestURLShortener.Text" xml:space="preserve">
<value>تست کردن کوتاه کننده آٔدرس</value>
</data>
<data name="tsmiTrayTestURLSharing.Text" xml:space="preserve">
<value>تست به اشتراک گذاری آدرس</value>
</data>
<data name="tsmiTrayTestTextUpload.Text" xml:space="preserve">
<value>تست آپلود متن</value>
</data>
<data name="tsmiTrayTestImageUpload.Text" xml:space="preserve">
<value>تست آپلود عکس</value>
</data>
<data name="tsmiTrayTestFileUpload.Text" xml:space="preserve">
<value>تست آپلود فایل</value>
</data>
<data name="tsmiTrayTaskSettings.Text" xml:space="preserve">
<value>تنظیمات وظیفه ...</value>
</data>
<data name="tsmiTrayShowDebugLog.Text" xml:space="preserve">
<value>خطایابی ...</value>
</data>
<data name="tsmiTrayShowCursor.Text" xml:space="preserve">
<value>نمایش کرسر</value>
</data>
<data name="tsmiTrayShow.Text" xml:space="preserve">
<value>باز کردن پنجره اصلی</value>
</data>
<data name="tsmiTrayShortenURL.Text" xml:space="preserve">
<value>کوتاه کردن آدرس ...</value>
</data>
<data name="tsmiTrayScrollingCapture.Text" xml:space="preserve">
<value>ضبط تصویر با اسکرول ...</value>
</data>
<data name="tsmiTrayScreenshotDelay5.Text" xml:space="preserve">
<value>۵ ثانیه</value>
</data>
<data name="tsmiTrayScreenshotDelay4.Text" xml:space="preserve">
<value>۴ ثانیه</value>
</data>
<data name="tsmiTrayScreenshotDelay3.Text" xml:space="preserve">
<value>۳ ثانیه</value>
</data>
<data name="tsmiTrayScreenshotDelay2.Text" xml:space="preserve">
<value>۲ ثانیه</value>
</data>
<data name="tsmiTrayScreenshotDelay1.Text" xml:space="preserve">
<value>۱ ثانیه</value>
</data>
<data name="tsmiTrayScreenshotDelay0.Text" xml:space="preserve">
<value>بدون تاخیر</value>
</data>
<data name="tsmiTrayScreenshotDelay.Text" xml:space="preserve">
<value>تاخیر ضبط</value>
</data>
<data name="tsmiTrayScreenRecordingGIF.Text" xml:space="preserve">
<value>ضبط فیلم صفحه (GIF)</value>
</data>
<data name="tsmiTrayScreenRecordingFFmpeg.Text" xml:space="preserve">
<value>ضبط فیلم صفحه</value>
</data>
<data name="tsmiTrayScreenColorPicker.Text" xml:space="preserve">
<value>انتخاب رنگ صفحه ...</value>
</data>
<data name="tsmiTrayRuler.Text" xml:space="preserve">
<value>خط کش...</value>
</data>
<data name="tsmiTrayRectangle.Text" xml:space="preserve">
<value>ناحیه</value>
</data>
<data name="tsmiTrayRecentItems.Text" xml:space="preserve">
<value>لینک های اخیر</value>
</data>
<data name="tsmiTrayQRCode.Text" xml:space="preserve">
<value>کد QR ...</value>
</data>
<data name="tsmiTrayMonitorTest.Text" xml:space="preserve">
<value>تست صفحه نمایش ...</value>
</data>
<data name="tsmiTrayMonitor.Text" xml:space="preserve">
<value>صفحه نمایش</value>
</data>
<data name="tsmiTrayLastRegion.Text" xml:space="preserve">
<value>آخرین ناحیه</value>
</data>
<data name="tsmiTrayIndexFolder.Text" xml:space="preserve">
<value>لیست کننده کل دایرکتوری ...</value>
</data>
<data name="tsmiTrayImageUploaders.Text" xml:space="preserve">
<value>آپلودکننده های عکس</value>
</data>
<data name="tsmiTrayImageThumbnailer.Text" xml:space="preserve">
<value>خلاصه کننده عکس ...</value>
</data>
<data name="tsmiTrayImageHistory.Text" xml:space="preserve">
<value>تاریخچه عکس ...</value>
</data>
<data name="tsmiTrayImageEffects.Text" xml:space="preserve">
<value>افکت های عکس ...</value>
</data>
<data name="tsmiTrayImageEditor.Text" xml:space="preserve">
<value>ویرایشگر عکس ...</value>
</data>
<data name="tsmiTrayImageCombiner.Text" xml:space="preserve">
<value>ترکیب کننده عکس...</value>
</data>
<data name="tsmiTrayRectangleTransparent.Text" xml:space="preserve">
<value>ناحیه (شفاف)</value>
</data>
<data name="tsmiTrayRectangleLight.Text" xml:space="preserve">
<value>ناحیه (روشن)</value>
</data>
<data name="tsmiTrayHotkeySettings.Text" xml:space="preserve">
<value>تنظیمات کلیدهای میانبر...</value>
</data>
<data name="tsmiTrayHistory.Text" xml:space="preserve">
<value>تاریخچه ...</value>
</data>
<data name="tsmiTrayHashCheck.Text" xml:space="preserve">
<value>چک کردن Hash ...</value>
</data>
<data name="tsmiTrayFullscreen.Text" xml:space="preserve">
<value>تمام صفحه</value>
</data>
<data name="tsmiTrayFileUploaders.Text" xml:space="preserve">
<value>آپلودکننده های فایل</value>
</data>
<data name="tsmiTrayExit.Text" xml:space="preserve">
<value>خروج</value>
</data>
<data name="tsmiTrayDonate.Text" xml:space="preserve">
<value>کمک مالی ...</value>
</data>
<data name="tsmiTrayDNSChanger.Text" xml:space="preserve">
<value>تغییردادن DNS ...</value>
</data>
<data name="tsmiTrayDestinationSettings.Text" xml:space="preserve">
<value>تنظیمات مقصد ...</value>
</data>
<data name="tsmiTrayDestinations.Text" xml:space="preserve">
<value>مقصدها</value>
</data>
<data name="tsmiTrayDebug.Text" xml:space="preserve">
<value>خطایابی</value>
</data>
<data name="tsmiTrayCustomUploaderSettings.Text" xml:space="preserve">
<value>تنظیمات آپلود سفارشی ...</value>
</data>
<data name="tsmiTrayColorPicker.Text" xml:space="preserve">
<value>انتخاب رنگ ...</value>
</data>
<data name="tsmiTrayCapture.Text" xml:space="preserve">
<value>ضبط</value>
</data>
<data name="tsmiTrayAutoCapture.Text" xml:space="preserve">
<value>ضبط خودکار ...</value>
</data>
<data name="tsmiTrayApplicationSettings.Text" xml:space="preserve">
<value>تنظیمات برنامه ...</value>
</data>
<data name="tsmiTrayAfterUploadTasks.Text" xml:space="preserve">
<value>وظایف بعد از آپلود</value>
</data>
<data name="tsmiTrayAfterCaptureTasks.Text" xml:space="preserve">
<value>وظایف بعد از ضبط</value>
</data>
<data name="tsmiTrayAbout.Text" xml:space="preserve">
<value>درباره ما ...</value>
</data>
<data name="tsmiTextUploaders.Text" xml:space="preserve">
<value>آپلود کننده های متن</value>
</data>
<data name="tsmiTestURLShortener.Text" xml:space="preserve">
<value>تست کردن کوتاه کننده آٔدرس</value>
</data>
<data name="tsmiScreenshotDelay1.Text" xml:space="preserve">
<value>۱ ثانیه</value>
</data>
<data name="tsmiScreenshotDelay2.Text" xml:space="preserve">
<value>۲ ثانیه</value>
</data>
<data name="tsmiScreenshotDelay3.Text" xml:space="preserve">
<value>۳ ثانیه</value>
</data>
<data name="tsmiScreenshotDelay4.Text" xml:space="preserve">
<value>۴ ثانیه</value>
</data>
<data name="tsmiScreenshotDelay5.Text" xml:space="preserve">
<value>۵ ثانیه</value>
</data>
<data name="tsmiImagePreviewAutomatic.Text" xml:space="preserve">
<value>خودکار</value>
</data>
<data name="tsmiImagePreviewBottom.Text" xml:space="preserve">
<value>زیر</value>
</data>
<data name="tsmiClearList.Text" xml:space="preserve">
<value>پاک کردن لیست وظایف</value>
</data>
<data name="btnCloseNews.Text" xml:space="preserve">
<value>بستن</value>
</data>
<data name="tsmiCombineImages.Text" xml:space="preserve">
<value>ترکیب کردن عکس ها ...</value>
</data>
<data name="tsmiCopy.Text" xml:space="preserve">
<value>کپی</value>
</data>
<data name="tsmiCustomUploaderSettings.Text" xml:space="preserve">
<value>تنظیمات آپلود سفارشی ...</value>
</data>
<data name="tsmiShowDebugLog.Text" xml:space="preserve">
<value>خطایابی ...</value>
</data>
<data name="tsmiDeleteSelectedItem.ShortcutKeyDisplayString" xml:space="preserve">
<value>کلید Delete</value>
</data>
<data name="tsmiDeleteSelectedFile.Text" xml:space="preserve">
<value>حذف فایل بصورت محلی ...</value>
</data>
<data name="tsmiCopyDeletionURL.Text" xml:space="preserve">
<value>آدرس حذف</value>
</data>
<data name="tsmiOpenDeletionURL.Text" xml:space="preserve">
<value>آدرس حذف</value>
</data>
<data name="tsmiDestinationSettings.Text" xml:space="preserve">
<value>تنظیمات مقصد ...</value>
</data>
<data name="tsmiIndexFolder.Text" xml:space="preserve">
<value>لیست کننده کل دایرکتوری ...</value>
</data>
<data name="tsmiDNSChanger.Text" xml:space="preserve">
<value>تغییردادن DNS ...</value>
</data>
<data name="tsmiDownloadSelectedURL.Text" xml:space="preserve">
<value>دانلود (بارگذاری)</value>
</data>
<data name="tsmiEditSelectedFile.Text" xml:space="preserve">
<value>ویرایش عکس ...</value>
</data>
<data name="chElapsed.Text" xml:space="preserve">
<value>زمان گذشته</value>
</data>
<data name="tsmiOpenURL.ShortcutKeyDisplayString" xml:space="preserve">
<value>واردشدن</value>
</data>
<data name="tsmiOpenFile.Text" xml:space="preserve">
<value>فایل</value>
</data>
<data name="tsmiCopyFile.Text" xml:space="preserve">
<value>فایل </value>
</data>
<data name="tsmiCopyFileName.Text" xml:space="preserve">
<value>نام فایل</value>
</data>
<data name="tsmiCopyFileNameWithExtension.Text" xml:space="preserve">
<value>نام فایل به همراه پسوند</value>
</data>
<data name="tsmiCopyFilePath.Text" xml:space="preserve">
<value>مسیرفایل</value>
</data>
<data name="tsmiFileUploaders.Text" xml:space="preserve">
<value>آپلودکننده های فایل</value>
</data>
<data name="chFilename.Text" xml:space="preserve">
<value>نام فایل</value>
</data>
<data name="tsmiOpenFolder.Text" xml:space="preserve">
<value>پوشه</value>
</data>
<data name="tsmiCopyFolder.Text" xml:space="preserve">
<value>پوشه</value>
</data>
<data name="tsmiSearchImage.Text" xml:space="preserve">
<value>جستجوی عکس با گوگل ...</value>
</data>
<data name="tsmiImagePreviewHide.Text" xml:space="preserve">
<value>مخفی کردن</value>
</data>
<data name="tsmiHideColumns.Text" xml:space="preserve">
<value>مخفی کردن ستون ها</value>
</data>
<data name="tsmiHideMenu.Text" xml:space="preserve">
<value>مخفی کردن منو</value>
</data>
<data name="tsmiHideThumbnailTitle.Text" xml:space="preserve">
<value>مخفی کردن عنوان</value>
</data>
<data name="tsmiCopyHTMLImage.Text" xml:space="preserve">
<value>عکس HTML</value>
</data>
<data name="tsmiCopyHTMLLink.Text" xml:space="preserve">
<value>لینک HTML</value>
</data>
<data name="tsmiCopyImage.Text" xml:space="preserve">
<value>عکس</value>
</data>
<data name="tsmiCopyImageDimensions.Text" xml:space="preserve">
<value>ابعاد عکس</value>
</data>
<data name="tsmiImagePreview.Text" xml:space="preserve">
<value>پیش نمایش عکس</value>
</data>
<data name="tsmiImageThumbnailer.Text" xml:space="preserve">
<value>خلاصه کننده عکس ...</value>
</data>
<data name="tsmiImageUploaders.Text" xml:space="preserve">
<value>آپلودکننده های عکس</value>
</data>
<data name="tsmiScreenshotDelay0.Text" xml:space="preserve">
<value>بدون تاخیر</value>
</data>
<data name="tsmiOCRImage.Text" xml:space="preserve">
<value>تصویر OCR ...</value>
</data>
<data name="tsmiOpen.Text" xml:space="preserve">
<value>بازکردن</value>
</data>
<data name="chProgress.Text" xml:space="preserve">
<value>پیشرفت</value>
</data>
<data name="tsmiRectangleLight.Text" xml:space="preserve">
<value>ناحیه (روشن)</value>
</data>
<data name="tsmiRectangleTransparent.Text" xml:space="preserve">
<value>ناحیه (شفاف)</value>
</data>
<data name="chRemaining.Text" xml:space="preserve">
<value>باقیمانده</value>
</data>
<data name="tsmiDeleteSelectedItem.Text" xml:space="preserve">
<value>پاک کردن وظیفه از لیست</value>
</data>
<data name="tsmiScreenshotsFolder.Text" xml:space="preserve">
<value>رجوع به فولدر عکس ها</value>
</data>
<data name="tsmiScrollingCapture.Text" xml:space="preserve">
<value>ضبط تصویر با اسکرول ...</value>
</data>
<data name="tsmiShareSelectedURL.Text" xml:space="preserve">
<value>اشتراک گذاری آدرس</value>
</data>
<data name="tsmiShortenSelectedURL.Text" xml:space="preserve">
<value>کوتاه کردن آدرس</value>
</data>
<data name="tsmiOpenShortenedURL.Text" xml:space="preserve">
<value>ادرس کوتاه شده</value>
</data>
<data name="tsmiCopyShortenedURL.Text" xml:space="preserve">
<value>ادرس کوتاه شده</value>
</data>
<data name="tsmiImagePreviewShow.Text" xml:space="preserve">
<value>نمایش</value>
</data>
<data name="tsmiShowErrors.Text" xml:space="preserve">
<value>نمایش خطاها</value>
</data>
<data name="tsmiShowQRCode.Text" xml:space="preserve">
<value>نمایش کد QR ...</value>
</data>
<data name="tsmiShowResponse.Text" xml:space="preserve">
<value>نمایش پاسخ ...</value>
</data>
<data name="chSpeed.Text" xml:space="preserve">
<value>سرعت</value>
</data>
<data name="chStatus.Text" xml:space="preserve">
<value>وضعیت</value>
</data>
<data name="tsmiStopUpload.Text" xml:space="preserve">
<value>توقف آپلود</value>
</data>
<data name="tsmiSwitchTaskViewMode.Text" xml:space="preserve">
<value>سوییچ به حالت نمایش خلاصه</value>
</data>
<data name="tsmiTestFileUpload.Text" xml:space="preserve">
<value>تست آپلود فایل</value>
</data>
<data name="tsmiTestImageUpload.Text" xml:space="preserve">
<value>تست آپلود عکس</value>
</data>
<data name="tsmiTestTextUpload.Text" xml:space="preserve">
<value>تست آپلود متن</value>
</data>
<data name="tsmiTestURLSharing.Text" xml:space="preserve">
<value>تست به اشتراک گذاری آدرس</value>
</data>
<data name="tsmiCopyText.Text" xml:space="preserve">
<value>متن</value>
</data>
<data name="tsmiCopyURL.Text" xml:space="preserve">
<value>آدرس</value>
</data>
<data name="tsmiOpenURL.Text" xml:space="preserve">
<value>آدرس</value>
</data>
<data name="chURL.Text" xml:space="preserve">
<value>آدرس</value>
</data>
<data name="tsddbWorkflows.Text" xml:space="preserve">
<value>گردش کار</value>
</data>
</root>

View file

@ -0,0 +1,150 @@
<?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="tsmiCopy.Text" xml:space="preserve">
<value>کپی کردن عکس به کلیپ بورد</value>
</data>
<data name="tsmiUpload.Text" xml:space="preserve">
<value>آپلود عکس</value>
</data>
<data name="tpDecode.Text" xml:space="preserve">
<value>تبدیل به QR</value>
</data>
<data name="tsmiDecode.Text" xml:space="preserve">
<value>تبدیل به QR</value>
</data>
<data name="btnDecodeFromFile.Text" xml:space="preserve">
<value>خواندن کد QR از عکس ...</value>
</data>
<data name="btnDecodeFromScreen.Text" xml:space="preserve">
<value>خواندن QR از صفحه نمایش ...</value>
</data>
<data name="tpEncode.Text" xml:space="preserve">
<value>بخوان! </value>
</data>
<data name="lblDecodeResult.Text" xml:space="preserve">
<value>نتایج:</value>
</data>
<data name="tsmiSaveAs.Text" xml:space="preserve">
<value>ذخیره به عنوان عکس</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - کد QR</value>
</data>
</root>

View file

@ -0,0 +1,132 @@
<?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="lblAfterCaptureTasks.Text" xml:space="preserve">
<value>وظایف بعد از ضبط:</value>
</data>
<data name="lblAfterUploadTasks.Text" xml:space="preserve">
<value>وظایف بعد از آپلود:</value>
</data>
<data name="lblName.Text" xml:space="preserve">
<value>متن منو:</value>
</data>
<data name="btnOK.Text" xml:space="preserve">
<value>تایید</value>
</data>
</root>

View file

@ -0,0 +1,135 @@
<?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="btnAdd.Text" xml:space="preserve">
<value>اضافه کردن</value>
</data>
<data name="btnClose.Text" xml:space="preserve">
<value>بستن</value>
</data>
<data name="btnEdit.Text" xml:space="preserve">
<value>ویرایش</value>
</data>
<data name="btnRemove.Text" xml:space="preserve">
<value>حذف کردن</value>
</data>
<data name="btnReset.Text" xml:space="preserve">
<value>ریست به تنظیمات اولیه ...</value>
</data>
</root>

View file

@ -0,0 +1,138 @@
<?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="btnStart.Text" xml:space="preserve">
<value>شروع</value>
</data>
<data name="btnAbort.Text" xml:space="preserve">
<value>انصراف</value>
</data>
<data name="lblTimer.Text" xml:space="preserve">
<value>۰۰:۰۰:۰۰</value>
</data>
<data name="tsmiAbort.Text" xml:space="preserve">
<value>انصراف</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - ضبط فیلم صفحه</value>
</data>
<data name="tsmiStart.Text" xml:space="preserve">
<value>شروع</value>
</data>
</root>

View file

@ -0,0 +1,405 @@
<?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="lblImageJPEGQualityHint.Text" xml:space="preserve">
<value>۰ - ۱۰۰</value>
</data>
<data name="tpActions.Text" xml:space="preserve">
<value>کارها</value>
</data>
<data name="btnRegionCaptureSnapSizesDialogAdd.Text" xml:space="preserve">
<value>اضافه کردن</value>
</data>
<data name="btnUploaderFiltersAdd.Text" xml:space="preserve">
<value>اضافه کردن</value>
</data>
<data name="btnActionsAdd.Text" xml:space="preserve">
<value>اضافه کردن</value>
</data>
<data name="btnWatchFolderAdd.Text" xml:space="preserve">
<value>اضافه کردن...</value>
</data>
<data name="tpAdvanced.Text" xml:space="preserve">
<value>پیشرفته</value>
</data>
<data name="btnAfterCapture.Text" xml:space="preserve">
<value>بعد از ضبط ...</value>
</data>
<data name="lblAfterTaskNotification.Text" xml:space="preserve">
<value>بعد از اتمام وظیفه:</value>
</data>
<data name="btnAfterUpload.Text" xml:space="preserve">
<value>بعد از آپلود ...</value>
</data>
<data name="chActionsArgs.Text" xml:space="preserve">
<value>آرگومان های ورودی:</value>
</data>
<data name="lblCaptureCustomRegionHeight.Text" xml:space="preserve">
<value>ارتفاع:</value>
</data>
<data name="lblThumbnailHeight.Text" xml:space="preserve">
<value>ارتفاع:</value>
</data>
<data name="lblRegionCaptureFixedSizeHeight.Text" xml:space="preserve">
<value>ارتفاع:</value>
</data>
<data name="RegionCaptureSnapSizesHeight.Text" xml:space="preserve">
<value>ارتفاع:</value>
</data>
<data name="lblImageGIFQuality.Text" xml:space="preserve">
<value>کیفیت GIF:</value>
</data>
<data name="lblRegionCaptureSnapSizesWidth.Text" xml:space="preserve">
<value>پهنا:</value>
</data>
<data name="lblRegionCaptureFixedSizeWidth.Text" xml:space="preserve">
<value>پهنا:</value>
</data>
<data name="lblThumbnailWidth.Text" xml:space="preserve">
<value>پهنا:</value>
</data>
<data name="lblCaptureCustomRegionWidth.Text" xml:space="preserve">
<value>پهنا:</value>
</data>
<data name="tpWatchFolders.Text" xml:space="preserve">
<value>پوشه های در حال مشاهده</value>
</data>
<data name="tsmiURLShorteners.Text" xml:space="preserve">
<value>کوتاه کننده لینک</value>
</data>
<data name="tsmiURLSharingServices.Text" xml:space="preserve">
<value>سرویس های اشتراک گذاری لینک</value>
</data>
<data name="lblUploaderFiltersDestination.Text" xml:space="preserve">
<value>آپلودکننده ها:</value>
</data>
<data name="tpUploaderFilters.Text" xml:space="preserve">
<value>فیلترهای آپلودکننده ها:</value>
</data>
<data name="chUploaderFiltersName.Text" xml:space="preserve">
<value>آپلودکننده</value>
</data>
<data name="tpUpload.Text" xml:space="preserve">
<value>آپلود</value>
</data>
<data name="btnUploaderFiltersUpdate.Text" xml:space="preserve">
<value>به روزرسانی</value>
</data>
<data name="tpTools.Text" xml:space="preserve">
<value>ابزار</value>
</data>
<data name="tsmiTextUploaders.Text" xml:space="preserve">
<value>آپلود کننده های متن</value>
</data>
<data name="btnTask.Text" xml:space="preserve">
<value>وظیفه ...</value>
</data>
<data name="tpTask.Text" xml:space="preserve">
<value>وظیفه</value>
</data>
<data name="cbRegionCaptureShowMagnifier.Text" xml:space="preserve">
<value>نشان دادن ذره بین کنار کرسر</value>
</data>
<data name="cbShowCursor.Text" xml:space="preserve">
<value>نمایش کرسر در اسکرین شات ها</value>
</data>
<data name="cbScreenRecorderShowCursor.Text" xml:space="preserve">
<value>نمایش کرسر هنگام ضبط فیلم صفحه</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - تنظیمات وظیفه</value>
</data>
<data name="btnCaptureCustomRegionSelectRectangle.Text" xml:space="preserve">
<value>انتخاب ناحیه...</value>
</data>
<data name="lblScreenRecorderStartDelay.Text" xml:space="preserve">
<value>ثانیه</value>
</data>
<data name="lblScreenRecorderFixedDuration.Text" xml:space="preserve">
<value>ثانیه</value>
</data>
<data name="lblScreenshotDelayInfo.Text" xml:space="preserve">
<value>ثانیه</value>
</data>
<data name="lblScreenshotDelay.Text" xml:space="preserve">
<value>تاخیر ضبط:</value>
</data>
<data name="btnScreenRecorderFFmpegOptions.Text" xml:space="preserve">
<value>تنظیمات ضبط فیلم صفحه ...</value>
</data>
<data name="lblScreenRecordFPS.Text" xml:space="preserve">
<value>تنظیم FPS:</value>
</data>
<data name="tpScreenRecorder.Text" xml:space="preserve">
<value>ضبط کننده فیلم صفحه</value>
</data>
<data name="lblToolsScreenColorPickerFormat.Text" xml:space="preserve">
<value>فرمت انتخاب گر رنگ صفحه:</value>
</data>
<data name="btnUploaderFiltersRemove.Text" xml:space="preserve">
<value>حذف کردن</value>
</data>
<data name="btnWatchFolderRemove.Text" xml:space="preserve">
<value>حذف کردن</value>
</data>
<data name="btnActionsRemove.Text" xml:space="preserve">
<value>حذف کردن</value>
</data>
<data name="tpRegionCapture.Text" xml:space="preserve">
<value>ناحیه ضبط</value>
</data>
<data name="lblNameFormatPatternPreview.Text" xml:space="preserve">
<value>پیش نمایش:</value>
</data>
<data name="lblNameFormatPatternPreviewActiveWindow.Text" xml:space="preserve">
<value>پیش نمایش:</value>
</data>
<data name="lblThumbnailNamePreview.Text" xml:space="preserve">
<value>پیش نمایش</value>
</data>
<data name="chActionsPath.Text" xml:space="preserve">
<value>مسیر</value>
</data>
<data name="chActionsName.Text" xml:space="preserve">
<value>نام:</value>
</data>
<data name="btnWatchFolderEdit.Text" xml:space="preserve">
<value>ویرایش..</value>
</data>
<data name="btnActionsEdit.Text" xml:space="preserve">
<value>ویرایش</value>
</data>
<data name="btnActionsDuplicate.Text" xml:space="preserve">
<value>کپی کردن</value>
</data>
<data name="btnDestinations.Text" xml:space="preserve">
<value>مقصدها...</value>
</data>
<data name="lblDescription.Text" xml:space="preserve">
<value>شرح:</value>
</data>
<data name="btnRegionCaptureSnapSizesDialogCancel.Text" xml:space="preserve">
<value>انصراف</value>
</data>
<data name="tsmiImageUploaders.Text" xml:space="preserve">
<value>آپلود کننده های عکس</value>
</data>
<data name="tsmiFileUploaders.Text" xml:space="preserve">
<value>آپلودکننده فایل</value>
</data>
<data name="tpGeneral.Text" xml:space="preserve">
<value>عمومی</value>
</data>
<data name="lblImagePNGBitDepth.Text" xml:space="preserve">
<value>عمق رنگ PNG:</value>
</data>
<data name="lblImageFormat.Text" xml:space="preserve">
<value>فرمت عکس:</value>
</data>
<data name="lblImageFileExist.Text" xml:space="preserve">
<value>اگر فایل وجود داشت:</value>
</data>
<data name="lblImageSizeLimitHint.Text" xml:space="preserve">
<value>کیلوبابت</value>
</data>
<data name="lblImageJPEGQuality.Text" xml:space="preserve">
<value>کیفیت JPEG:</value>
</data>
<data name="chkShowImageEffectsWindowAfterCapture.Text" xml:space="preserve">
<value>افکت های عکس را بعد از ضبط نشان بده</value>
</data>
<data name="btnImageEffects.Text" xml:space="preserve">
<value>تنظیمات افکت های عکس ...</value>
</data>
<data name="tpEffects.Text" xml:space="preserve">
<value>افکت ها</value>
</data>
<data name="tpImage.Text" xml:space="preserve">
<value>عکس</value>
</data>
<data name="lblCaptureCustomRegion.Text" xml:space="preserve">
<value>ناحیه از پیش تنظیم شده:</value>
</data>
<data name="cbRegionCaptureShowInfo.Text" xml:space="preserve">
<value>نمایش اطلاعات مکان و سایز</value>
</data>
<data name="lblRegionCaptureMouseMiddleClickAction.Text" xml:space="preserve">
<value>عمل وسط کلیک موس:</value>
</data>
<data name="lblRegionCaptureMouseRightClickAction.Text" xml:space="preserve">
<value>عمل راست کلیک موس:</value>
</data>
<data name="chkScreenRecordAutoStart.Text" xml:space="preserve">
<value>شروع کردن ضبط بعد از:</value>
</data>
<data name="cbScreenRecorderFixedDuration.Text" xml:space="preserve">
<value>مدت ثابت:</value>
</data>
<data name="lblOCRDefaultLanguage.Text" xml:space="preserve">
<value>زبان پیش فرض:</value>
</data>
<data name="cbCaptureOCRAutoCopy.Text" xml:space="preserve">
<value>به صورت خودکار نتایج را در کلیپ بورد کپی کن</value>
</data>
<data name="tpCapture.Text" xml:space="preserve">
<value>ضبط</value>
</data>
<data name="btnAutoIncrementNumber.Text" xml:space="preserve">
<value>تغییردادن</value>
</data>
<data name="tpFileNaming.Text" xml:space="preserve">
<value>نام گذاری فایل</value>
</data>
<data name="tpUploadClipboard.Text" xml:space="preserve">
<value>آپلود کلیپ بورد</value>
</data>
<data name="cbClipboardUploadShortenURL.Text" xml:space="preserve">
<value>اگر کلیپ بورد حاوی لینک است لینک را کوتاه کن</value>
</data>
<data name="cbClipboardUploadAutoIndexFolder.Text" xml:space="preserve">
<value>اگر کلیپ بورد حاوی آدرس پوشه است، پوشه را ایندکس کن و ایندکس را آپلود کن</value>
</data>
<data name="cbClipboardUploadURLContents.Text" xml:space="preserve">
<value>اگر کلیپ بورد حاوی آدرس فایل است، آن را دانلود و سپس آپلود کن</value>
</data>
<data name="cbClipboardUploadShareURL.Text" xml:space="preserve">
<value>اگر کلیپ بورد حاوی آدرس است، آن را با سرویس اشتراک گذاری آدرس به اشتراک بگذار.</value>
</data>
<data name="chUploaderFiltersExtension.Text" xml:space="preserve">
<value>پسوند</value>
</data>
<data name="lblUploaderFiltersExtensionsExample.Text" xml:space="preserve">
<value>نمونه: png, jpg, jpeg</value>
</data>
<data name="lblUploaderFiltersExtensions.Text" xml:space="preserve">
<value>فیلتر پسوند:</value>
</data>
<data name="chActionsExtensions.Text" xml:space="preserve">
<value>پسوندها</value>
</data>
<data name="chWatchFolderFolderPath.Text" xml:space="preserve">
<value>مسیر پوشه</value>
</data>
<data name="chWatchFolderFilter.Text" xml:space="preserve">
<value>فیلتر</value>
</data>
<data name="lblImageEffectsNote.Text" xml:space="preserve">
<value>شما می توانید افکت های عکس را با رفتن به منوی «وظایف بعد از ضبط» -&gt; «اضافه کردن افکت های عکس» فعال / غیرفعال کنید.</value>
</data>
</root>

View file

@ -0,0 +1,129 @@
<?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="btnCancel.Text" xml:space="preserve">
<value>انصراف</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - آپلود متن</value>
</data>
<data name="btnUpload.Text" xml:space="preserve">
<value>آپلود</value>
</data>
</root>

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="btnCancel.Text" xml:space="preserve">
<value>انصراف</value>
</data>
<data name="lblFilterExample.Text" xml:space="preserve">
<value>نمونه: *.png</value>
</data>
<data name="lblFilter.Text" xml:space="preserve">
<value>فیلتر:</value>
</data>
<data name="lblFolderPath.Text" xml:space="preserve">
<value>مسیر پوشه:</value>
</data>
<data name="cbIncludeSubdirectories.Text" xml:space="preserve">
<value>زیرپوشه ها را نیز ذر نظر بگیر</value>
</data>
<data name="btnOK.Text" xml:space="preserve">
<value>تایید</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - مشاهده تغییرات پوشه</value>
</data>
</root>

View file

@ -128,6 +128,9 @@ public static Image GetLanguageIcon(SupportedLanguage language)
case SupportedLanguage.Vietnamese:
icon = Resources.vn;
break;
case SupportedLanguage.Persian:
icon = Resources.IR;
break;
}
return icon;
@ -191,6 +194,9 @@ public static string GetCultureName(SupportedLanguage language)
case SupportedLanguage.Vietnamese:
cultureName = "vi-VN";
break;
case SupportedLanguage.Persian:
cultureName = "fa-IR";
break;
}
return cultureName;

View file

@ -1568,6 +1568,16 @@ public class Resources {
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
public static System.Drawing.Bitmap IR {
get {
object obj = ResourceManager.GetObject("IR", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>

View file

@ -0,0 +1,483 @@
<?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="UploadTask_Stop_Stopping" xml:space="preserve">
<value>در حال توقف</value>
</data>
<data name="UploadTask_CreateURLShortenerTask_Shorten_URL___0__" xml:space="preserve">
<value>کوتاه کردن آدرس {{0}}</value>
</data>
<data name="BeforeUploadControl_AddDestination_Custom" xml:space="preserve">
<value>سفارشی سازی</value>
</data>
<data name="ActionsToolbar_OpenAtShareXStartup" xml:space="preserve">
<value>بازکردن برنامه در هنگام شروع ویندوز</value>
</data>
<data name="AboutForm_AboutForm_Language_fr" xml:space="preserve">
<value>فرانسوی</value>
</data>
<data name="UploadTask_DoUploadJob_Uploading" xml:space="preserve">
<value>در حال آپلود کردن</value>
</data>
<data name="ScreenRecordForm_StartRecording_does_not_exist" xml:space="preserve">
<value>فایل {0} وجود ندارد
آیا مایل به دانلود آن هستید؟</value>
</data>
<data name="ScreenRecord_ConfirmCancel" xml:space="preserve">
<value>آیا از توقف ضبط اطمینان دارید؟</value>
</data>
<data name="UploadManager_IsUploadConfirmed_Are_you_sure_you_want_to_upload__0__files_" xml:space="preserve">
<value>آیا میخواهید {0} فایل را آپلود کنید؟</value>
</data>
<data name="UploadTask_DoAfterCaptureJobs_Choose_a_folder_to_save" xml:space="preserve">
<value>یک فولدر برای ذخیره کردن انتخاب کنید</value>
</data>
<data name="ScreenRecordForm_StartRecording_Click_tray_icon_to_start_recording_" xml:space="preserve">
<value>برای شروع کلیک کنید</value>
</data>
<data name="ScreenRecordForm_StartRecording_Click_tray_icon_to_stop_recording_" xml:space="preserve">
<value>برای توقف کلیک کنید</value>
</data>
<data name="ActionsToolbar_Close" xml:space="preserve">
<value>بستن</value>
</data>
<data name="QuickTaskMenu_ShowMenu_Continue" xml:space="preserve">
<value>ادامه دادن</value>
</data>
<data name="AboutForm_AboutForm_Contributors" xml:space="preserve">
<value>مشارکت کنندگان</value>
</data>
<data name="MainForm_UpdateToggleHotkeyButton_Disable_hotkeys" xml:space="preserve">
<value>غیرفعال کردن کلیدهای سریع</value>
</data>
<data name="MainForm_tsmiDeleteSelectedFile_Click_Do_you_really_want_to_delete_this_file_" xml:space="preserve">
<value>آیا مایل به حذف این فایل هستید؟</value>
</data>
<data name="UploadTask_OnUploadCompleted_Done" xml:space="preserve">
<value>انجام شد</value>
</data>
<data name="UploadManager_IsUploadConfirmed_Don_t_show_this_message_again_" xml:space="preserve">
<value>دیگر این پیام را نمایش نده</value>
</data>
<data name="ScreenRecordForm_DownloaderForm_InstallRequested_Download_of_FFmpeg_failed_" xml:space="preserve">
<value>دانلود برنامه FFmpeg با مشکل مواجه شد.</value>
</data>
<data name="UploadTask_DownloadAndUpload_Downloading" xml:space="preserve">
<value>در حال دانلود</value>
</data>
<data name="TaskManager_task_UploadCompleted_Error" xml:space="preserve">
<value>خطا</value>
</data>
<data name="Program_Run_Error" xml:space="preserve">
<value>خطا</value>
</data>
<data name="ActionsToolbar_Edit" xml:space="preserve">
<value>ویرایش..</value>
</data>
<data name="ScreenRecordForm_StartRecording_Waiting___" xml:space="preserve">
<value>لطفا صبر کنید...</value>
</data>
<data name="AboutForm_AboutForm_Website" xml:space="preserve">
<value>سایت</value>
</data>
<data name="UploadTask_ThreadDoWork_URL_is_empty_" xml:space="preserve">
<value>آدرس خالی است.</value>
</data>
<data name="AboutForm_AboutForm_Language_de" xml:space="preserve">
<value>آلمانی</value>
</data>
<data name="AboutForm_AboutForm_Language_es" xml:space="preserve">
<value>اسپانیایی</value>
</data>
<data name="AboutForm_AboutForm_Language_it_IT" xml:space="preserve">
<value>ایتالیایی</value>
</data>
<data name="AboutForm_AboutForm_Language_ko_KR" xml:space="preserve">
<value>کره ای</value>
</data>
<data name="AboutForm_AboutForm_Language_nl_NL" xml:space="preserve">
<value>هلندی</value>
</data>
<data name="AboutForm_AboutForm_Language_pt_BR" xml:space="preserve">
<value>پرتغالی</value>
</data>
<data name="AboutForm_AboutForm_Language_tr" xml:space="preserve">
<value>ترکی</value>
</data>
<data name="AboutForm_AboutForm_Language_uk" xml:space="preserve">
<value>اوکراینی</value>
</data>
<data name="AutoCaptureForm_Execute_Start" xml:space="preserve">
<value>شروع</value>
</data>
<data name="AutoCaptureForm_Execute_Stop" xml:space="preserve">
<value>توقف</value>
</data>
<data name="AboutForm_AboutForm_Language_ru" xml:space="preserve">
<value>روسی</value>
</data>
<data name="AboutForm_AboutForm_Language_vi_VN" xml:space="preserve">
<value>ویتنامی</value>
</data>
<data name="AboutForm_AboutForm_Language_zh_CH" xml:space="preserve">
<value>چینی (ساده)</value>
</data>
<data name="AboutForm_AboutForm_Language_zh_TW" xml:space="preserve">
<value>چینی (سنتی)</value>
</data>
<data name="AboutForm_AboutForm_Language_id_ID" xml:space="preserve">
<value>اندونزیایی</value>
</data>
<data name="AboutForm_AboutForm_Language_hu" xml:space="preserve">
<value>مجاری</value>
</data>
<data name="AboutForm_AboutForm_Language_es_MX" xml:space="preserve">
<value>اسپانیایی - مکزیکی</value>
</data>
<data name="AboutForm_AboutForm_External_libraries" xml:space="preserve">
<value>کتابخانه های خارجی</value>
</data>
<data name="AboutForm_AboutForm_Translators" xml:space="preserve">
<value>مترجمین</value>
</data>
<data name="HotkeyManager_ShowFailedHotkeys_hotkey" xml:space="preserve">
<value>کلیدمیانبر</value>
</data>
<data name="HotkeyManager_ShowFailedHotkeys_hotkeys" xml:space="preserve">
<value>کلیدهای میانبر</value>
</data>
<data name="QuickTaskMenu_ShowMenu_Cancel" xml:space="preserve">
<value>انصراف</value>
</data>
<data name="TaskManager_CreateListViewItem_History" xml:space="preserve">
<value>تاریخچه</value>
</data>
<data name="TaskManager_CreateListViewItem_In_queue" xml:space="preserve">
<value>در صف</value>
</data>
<data name="TaskSettingsForm_txtNameFormatPatternActiveWindow_TextChanged_Preview_" xml:space="preserve">
<value>پیش نمایش:</value>
</data>
<data name="TaskManager_task_UploadCompleted_ShareX___Task_completed" xml:space="preserve">
<value>وظیفه انجام شد.</value>
</data>
<data name="UploadManager_ShowShortenURLDialog_Shorten" xml:space="preserve">
<value>کوتاه کن</value>
</data>
<data name="UploadManager_ShowShortenURLDialog_ShortenURL" xml:space="preserve">
<value>کوتاه کردن آدرس</value>
</data>
<data name="UploadManager_UploadFile_File_upload" xml:space="preserve">
<value>آپلود فایل</value>
</data>
<data name="UploadManager_UploadFolder_Folder_upload" xml:space="preserve">
<value>آپلود فولدر</value>
</data>
<data name="TaskHelpers_ToggleHotkeys_Hotkeys_disabled_" xml:space="preserve">
<value>کلیدهای میانبر غیرفعال شدند.</value>
</data>
<data name="TaskHelpers_ToggleHotkeys_Hotkeys_enabled_" xml:space="preserve">
<value>کلیدهای میانبر غیرفعال شدند.</value>
</data>
<data name="ApplicationSettingsForm_btnResetSettings_Click_WouldYouLikeToResetShareXSettings" xml:space="preserve">
<value>آیا می خواهید تنظیمات ShareX را به حالت اولیه برگردانید؟</value>
</data>
<data name="FileExistForm_txtNewName_TextChanged_Use_new_name__" xml:space="preserve">
<value>از نام جدید استفاده کن:</value>
</data>
<data name="TaskSettingsForm_UpdateUploaderMenuNames_URL_shortener___0_" xml:space="preserve">
<value>کوتاه کننده لینک : {0}</value>
</data>
<data name="TaskSettingsForm_UpdateUploaderMenuNames_URL_sharing_service___0_" xml:space="preserve">
<value>سرویس اشتراک گذاری لینک: {0}</value>
</data>
<data name="IntegrationHelpers_UploadWithShareX" xml:space="preserve">
<value>آپلود با ShareX</value>
</data>
<data name="UploadManager_IsUploadConfirmed_Upload_files" xml:space="preserve">
<value>آپلود فایل ها</value>
</data>
<data name="UploadInfoManager_ShowErrors_Upload_errors" xml:space="preserve">
<value>آپلود خطاها</value>
</data>
<data name="Program_Run_Unable_to_create_folder_" xml:space="preserve">
<value>ایجاد پوشه با مشکل مواجه شد:</value>
</data>
<data name="TaskHelpers_TweetMessage_Tweet_successfully_sent_" xml:space="preserve">
<value>توییت با موفقیت ارسال شد</value>
</data>
<data name="TaskSettingsForm_UpdateUploaderMenuNames_Text_uploader___0_" xml:space="preserve">
<value>آپلود کننده های متن: {0}</value>
</data>
<data name="MainForm_tsmiTestTextUpload_Click_Text_upload_test" xml:space="preserve">
<value>تست آپلود متن</value>
</data>
<data name="TaskSettingsForm_UpdateUploaderMenuNames_Task___0_" xml:space="preserve">
<value>وظیفه: {0}</value>
</data>
<data name="TaskSettingsForm_UpdateWindowTitle_Task_settings_for__0_" xml:space="preserve">
<value>تنظیمات وظیفه برای {0}</value>
</data>
<data name="TaskSettingsForm_UpdateWindowTitle_Task_settings" xml:space="preserve">
<value>تنظیمات وظیفه</value>
</data>
<data name="UploadTask_OnUploadCompleted_Stopped" xml:space="preserve">
<value>متوقف شد</value>
</data>
<data name="UploadTask_Prepare_Starting" xml:space="preserve">
<value>در حال شروع</value>
</data>
<data name="MainForm_UpdateMenu_Show_menu" xml:space="preserve">
<value>نشان دادن منو</value>
</data>
<data name="MainForm_UpdateMainWindowLayout_Show_columns" xml:space="preserve">
<value>نمایش ستون ها</value>
</data>
<data name="ShareXNeedsToBeRestartedForThePersonalFolderChangesToApply" xml:space="preserve">
<value>برای تغییر پوشه شخصی ShareX نیاز به راه اندازی مجدد دارد.
آیا می خواهید ShareX مجدد راه اندازی شود؟</value>
</data>
<data name="ApplicationSettingsForm_cbLanguage_SelectedIndexChanged_Language_Restart" xml:space="preserve">
<value>ShareX برای تغییر زبان نیاز به راه اندازی مجدد دارد.
آیا می خواهید ShareX را مجددا راه اندازی کنید؟</value>
</data>
<data name="ShareXOpticalCharacterRecognition" xml:space="preserve">
<value>ShareX - شناسایی متن از تصویر</value>
</data>
<data name="ShareXConfirmation" xml:space="preserve">
<value>ShareX - تاییدیه</value>
</data>
<data name="UploadTask_CreateShareURLTask_Share_URL___0__" xml:space="preserve">
<value>اشتراک گذاری آدرس ({0})</value>
</data>
<data name="ActionsToolbarEditForm_Separator" xml:space="preserve">
<value>جداکننده</value>
</data>
<data name="HotkeySelectionControl_StartEditing_Select_a_hotkey___" xml:space="preserve">
<value>کلید میانبر را انتخاب کن...</value>
</data>
<data name="ScreenshotDelay0S" xml:space="preserve">
<value>تاخیر ضبط: {0} ثانیه</value>
</data>
<data name="ApplicationSettingsForm_cbStartWithWindows_Text" xml:space="preserve">
<value>هنگام شروع ویندوز، ShareX را اجرا کن</value>
</data>
<data name="IntegrationHelpers_EditWithShareX" xml:space="preserve">
<value>ویرایش با ShareX ...</value>
</data>
<data name="ScreenRecordForm_StartRecording_Encoding___" xml:space="preserve">
<value>در حال انکدکردن ...</value>
</data>
<data name="UploadTask_DoUploadJob_You_are_attempting_to_upload_a_large_file" xml:space="preserve">
<value>شما در حال آپلود یک فایل بزرگ هستید.
آیا مایل به ادامه هستید؟</value>
</data>
<data name="ScreenRecordForm_StartRecording_FFmpeg_error" xml:space="preserve">
<value>خطای FFmpeg</value>
</data>
<data name="QRCodeForm_InputTextToEncode" xml:space="preserve">
<value>متن ورودی برای انکد کردن</value>
</data>
<data name="OCRForm_AutoCompleteFail" xml:space="preserve">
<value>خطایی در هنگام پردازش OCR صورت گرفته یا هیچ متنی تشخیص داده نشده است.</value>
</data>
<data name="OCRForm_AutoComplete" xml:space="preserve">
<value>خروجی OCR به کلیپ بورد شما کپی شد.</value>
</data>
<data name="MainForm_UpdateMainWindowLayout_Hide_columns" xml:space="preserve">
<value>مخفی کردن ستون ها</value>
</data>
<data name="ActionsForm_btnOK_Click_Name_can_t_be_empty_" xml:space="preserve">
<value>نام نمی تواند خالی باشد</value>
</data>
<data name="ApplicationSettingsForm_cbSteamShowInApp_CheckedChanged_For_settings_to_take_effect_ShareX_needs_to_be_reopened_from_Steam_" xml:space="preserve">
<value>برای اعمال تنظیمات نرم افزار باید بسته و سپس باز شود. </value>
</data>
<data name="ApplicationSettingsForm_btnBrowsePersonalFolderPath_Click_Choose_ShareX_personal_folder_path" xml:space="preserve">
<value>پوشه شخصی شیرایکس را انتخاب کن</value>
</data>
<data name="MainForm_tsmiDeleteSelectedFile_Click_File_delete_confirmation" xml:space="preserve">
<value>تاییدیه حذف فایل</value>
</data>
<data name="TaskSettingsForm_UpdateUploaderMenuNames_After_upload___0_" xml:space="preserve">
<value>بعد از آپلود: {0}</value>
</data>
<data name="HotkeySettingsForm_Reset_all_hotkeys_to_defaults_Confirmation" xml:space="preserve">
<value>آیا می خواهید تمام تنظیمات کلیدهای میانبر به حالت اولیه خودشان بازگردند؟</value>
</data>
<data name="AboutForm_AboutForm_Changelog" xml:space="preserve">
<value>تغییرات</value>
</data>
<data name="BeforeUploadForm_BeforeUploadForm_Please_choose_a_destination_" xml:space="preserve">
<value>لطفا یک مقصد انتخاب کنید.</value>
</data>
<data name="TaskSettingsForm_UpdateUploaderMenuNames_Image_uploader___0_" xml:space="preserve">
<value>آپلود کننده عکس: {0}</value>
</data>
<data name="TaskHelpers_OpenQuickScreenColorPicker_Copied_to_clipboard___0_" xml:space="preserve">
<value>به کلیپ بورد کپی شد: {0}</value>
</data>
<data name="MainForm_UpdateMenu_Hide_menu" xml:space="preserve">
<value>مخفی کردن منو</value>
</data>
<data name="UploadManager_UploadURL_URL_to_download_from_and_upload" xml:space="preserve">
<value>آدرس برای دانلود و آپلود</value>
</data>
<data name="ActionsForm_btnOK_Click_File_path_can_t_be_empty_" xml:space="preserve">
<value>مسیر فایل نمی تواند خالی باشد</value>
</data>
<data name="MainForm_UpdateToggleHotkeyButton_Enable_hotkeys" xml:space="preserve">
<value>فعال سازی کلیدهای میانبر</value>
</data>
<data name="AutoCaptureForm_UpdateStatus_Timeleft___0_s___1____Total___2_" xml:space="preserve">
<value>زمان باقیمانده: {0} ثانیه ({1}%) مجموع: {2}</value>
</data>
<data name="HotkeyManager_ShowFailedHotkeys_Hotkey_registration_failed" xml:space="preserve">
<value>تنظیم کلیدهای میانبر با مشکل مواجه شد.</value>
</data>
<data name="ApplicationSettingsForm_cbStartWithWindows_DisabledByUser_Text" xml:space="preserve">
<value>شروع خودکار در Task Manager غیرفعال شده است.</value>
</data>
<data name="DropForm_DrawDropImage_Drop_here" xml:space="preserve">
<value>اینجا
رها کنید</value>
</data>
<data name="TaskSettingsForm_UpdateUploaderMenuNames_File_uploader___0_" xml:space="preserve">
<value>آپلودکننده فایل: {0}</value>
</data>
<data name="AboutForm_AboutForm_Project_page" xml:space="preserve">
<value>صفحه پروزّه</value>
</data>
<data name="UploadManager_DownloadAndUploadFile_Download_failed" xml:space="preserve">
<value>دانلود با مشکل مواجه شد:
{0}</value>
</data>
<data name="UploadTask_Prepare_Preparing" xml:space="preserve">
<value>در حال آماده سازی</value>
</data>
<data name="QuickTaskMenu_ShowMenu_Edit_this_menu___" xml:space="preserve">
<value>ویرایش این منو ...</value>
</data>
<data name="ChromeForm_btnUnregister_Click_Chrome_support_disabled_" xml:space="preserve">
<value>پشتیبانی از کروم غیرفعال شد.</value>
</data>
</root>

View file

@ -1024,4 +1024,7 @@ Middle click to close</value>
<data name="SwitchToListView" xml:space="preserve">
<value>Switch to list view</value>
</data>
<data name="IR" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\IR.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
</root>

BIN
ShareX/Resources/IR.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 385 B

View file

@ -421,6 +421,9 @@
<EmbeddedResource Include="Forms\AboutForm.es.resx">
<DependentUpon>AboutForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\AboutForm.fa-IR.resx">
<DependentUpon>AboutForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\AboutForm.fr.resx">
<DependentUpon>AboutForm.cs</DependentUpon>
</EmbeddedResource>
@ -473,6 +476,9 @@
<EmbeddedResource Include="Forms\ActionsForm.es.resx">
<DependentUpon>ActionsForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\ActionsForm.fa-IR.resx">
<DependentUpon>ActionsForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\ActionsForm.fr.resx">
<DependentUpon>ActionsForm.cs</DependentUpon>
</EmbeddedResource>
@ -518,6 +524,9 @@
<EmbeddedResource Include="Forms\ActionsToolbarEditForm.es-MX.resx">
<DependentUpon>ActionsToolbarEditForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\ActionsToolbarEditForm.fa-IR.resx">
<DependentUpon>ActionsToolbarEditForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\ActionsToolbarEditForm.fr.resx">
<DependentUpon>ActionsToolbarEditForm.cs</DependentUpon>
</EmbeddedResource>
@ -554,6 +563,9 @@
<EmbeddedResource Include="Forms\AfterCaptureForm.es.resx">
<DependentUpon>AfterCaptureForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\AfterCaptureForm.fa-IR.resx">
<DependentUpon>AfterCaptureForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\AfterCaptureForm.fr.resx">
<DependentUpon>AfterCaptureForm.cs</DependentUpon>
</EmbeddedResource>
@ -605,6 +617,9 @@
<EmbeddedResource Include="Forms\AfterUploadForm.es.resx">
<DependentUpon>AfterUploadForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\AfterUploadForm.fa-IR.resx">
<DependentUpon>AfterUploadForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\AfterUploadForm.fr.resx">
<DependentUpon>AfterUploadForm.cs</DependentUpon>
</EmbeddedResource>
@ -653,6 +668,9 @@
<EmbeddedResource Include="Forms\ApplicationSettingsForm.es.resx">
<DependentUpon>ApplicationSettingsForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\ApplicationSettingsForm.fa-IR.resx">
<DependentUpon>ApplicationSettingsForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\ApplicationSettingsForm.fr.resx">
<DependentUpon>ApplicationSettingsForm.cs</DependentUpon>
</EmbeddedResource>
@ -701,6 +719,9 @@
<EmbeddedResource Include="Forms\AutoCaptureForm.es.resx">
<DependentUpon>AutoCaptureForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\AutoCaptureForm.fa-IR.resx">
<DependentUpon>AutoCaptureForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\AutoCaptureForm.fr.resx">
<DependentUpon>AutoCaptureForm.cs</DependentUpon>
</EmbeddedResource>
@ -752,6 +773,9 @@
<EmbeddedResource Include="Forms\BeforeUploadForm.es.resx">
<DependentUpon>BeforeUploadForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\BeforeUploadForm.fa-IR.resx">
<DependentUpon>BeforeUploadForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\BeforeUploadForm.fr.resx">
<DependentUpon>BeforeUploadForm.cs</DependentUpon>
</EmbeddedResource>
@ -804,6 +828,9 @@
<EmbeddedResource Include="Forms\ClipboardFormatForm.es.resx">
<DependentUpon>ClipboardFormatForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\ClipboardFormatForm.fa-IR.resx">
<DependentUpon>ClipboardFormatForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\ClipboardFormatForm.fr.resx">
<DependentUpon>ClipboardFormatForm.cs</DependentUpon>
</EmbeddedResource>
@ -858,6 +885,9 @@
<EmbeddedResource Include="Forms\FileExistForm.es.resx">
<DependentUpon>FileExistForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\FileExistForm.fa-IR.resx">
<DependentUpon>FileExistForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\FileExistForm.fr.resx">
<DependentUpon>FileExistForm.cs</DependentUpon>
</EmbeddedResource>
@ -906,6 +936,9 @@
<EmbeddedResource Include="Forms\FirstTimeConfigForm.es-MX.resx">
<DependentUpon>FirstTimeConfigForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\FirstTimeConfigForm.fa-IR.resx">
<DependentUpon>FirstTimeConfigForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\FirstTimeConfigForm.fr.resx">
<DependentUpon>FirstTimeConfigForm.cs</DependentUpon>
</EmbeddedResource>
@ -951,6 +984,9 @@
<EmbeddedResource Include="Forms\HotkeySettingsForm.es.resx">
<DependentUpon>HotkeySettingsForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\HotkeySettingsForm.fa-IR.resx">
<DependentUpon>HotkeySettingsForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\HotkeySettingsForm.fr.resx">
<DependentUpon>HotkeySettingsForm.cs</DependentUpon>
</EmbeddedResource>
@ -999,6 +1035,9 @@
<EmbeddedResource Include="Forms\MainForm.es.resx">
<DependentUpon>MainForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\MainForm.fa-IR.resx">
<DependentUpon>MainForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\MainForm.fr.resx">
<DependentUpon>MainForm.cs</DependentUpon>
</EmbeddedResource>
@ -1047,6 +1086,9 @@
<EmbeddedResource Include="Forms\QRCodeForm.es.resx">
<DependentUpon>QRCodeForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\QRCodeForm.fa-IR.resx">
<DependentUpon>QRCodeForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\QRCodeForm.fr.resx">
<DependentUpon>QRCodeForm.cs</DependentUpon>
</EmbeddedResource>
@ -1138,6 +1180,9 @@
<EmbeddedResource Include="Forms\QuickTaskMenuEditorForm.es-MX.resx">
<DependentUpon>QuickTaskMenuEditorForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\QuickTaskMenuEditorForm.fa-IR.resx">
<DependentUpon>QuickTaskMenuEditorForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\QuickTaskMenuEditorForm.fr.resx">
<DependentUpon>QuickTaskMenuEditorForm.cs</DependentUpon>
</EmbeddedResource>
@ -1183,6 +1228,9 @@
<EmbeddedResource Include="Forms\ScreenRecordForm.es.resx">
<DependentUpon>ScreenRecordForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\ScreenRecordForm.fa-IR.resx">
<DependentUpon>ScreenRecordForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\ScreenRecordForm.fr.resx">
<DependentUpon>ScreenRecordForm.cs</DependentUpon>
</EmbeddedResource>
@ -1247,6 +1295,9 @@
<EmbeddedResource Include="Forms\TaskSettingsForm.es.resx">
<DependentUpon>TaskSettingsForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\TaskSettingsForm.fa-IR.resx">
<DependentUpon>TaskSettingsForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\TaskSettingsForm.fr.resx">
<DependentUpon>TaskSettingsForm.cs</DependentUpon>
</EmbeddedResource>
@ -1292,6 +1343,9 @@
<EmbeddedResource Include="Forms\TextUploadForm.es-MX.resx">
<DependentUpon>TextUploadForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\TextUploadForm.fa-IR.resx">
<DependentUpon>TextUploadForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\TextUploadForm.ko-KR.resx">
<DependentUpon>TextUploadForm.cs</DependentUpon>
</EmbeddedResource>
@ -1319,6 +1373,9 @@
<EmbeddedResource Include="Forms\WatchFolderForm.es.resx">
<DependentUpon>WatchFolderForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\WatchFolderForm.fa-IR.resx">
<DependentUpon>WatchFolderForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\WatchFolderForm.fr.resx">
<DependentUpon>WatchFolderForm.cs</DependentUpon>
</EmbeddedResource>
@ -1373,6 +1430,7 @@
<EmbeddedResource Include="Properties\Resources.de.resx" />
<EmbeddedResource Include="Properties\Resources.es-MX.resx" />
<EmbeddedResource Include="Properties\Resources.es.resx" />
<EmbeddedResource Include="Properties\Resources.fa-IR.resx" />
<EmbeddedResource Include="Properties\Resources.fr.resx" />
<EmbeddedResource Include="Properties\Resources.hu.resx" />
<EmbeddedResource Include="Properties\Resources.id-ID.resx" />
@ -1609,6 +1667,9 @@
<ItemGroup>
<None Include="Resources\SocialHideButton.png" />
</ItemGroup>
<ItemGroup>
<Content Include="Resources\IR.png" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>