Translation changes for about form

This commit is contained in:
Jaex 2014-12-31 12:07:19 +02:00
parent e770e8600f
commit 65dd658913
13 changed files with 479 additions and 479 deletions

View file

@ -10,7 +10,7 @@
[Setup]
AllowNoIcons=true
AppCopyright=Copyright © 2007-2015 {#MyAppPublisher}
AppCopyright=Copyright © 2007-2015 {#MyAppPublisher}
AppId={#MyAppId}
AppMutex={#MyAppId}
AppName={#MyAppName}

View file

@ -1,8 +1,8 @@
#region License Information (GPL v3)
#region License Information (GPL v3)
/*
ShareX - A program that allows you to take screenshots and share any file type
Copyright © 2007-2015 ShareX Developers
Copyright © 2007-2015 ShareX Developers
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License

View file

@ -1,8 +1,8 @@
#region License Information (GPL v3)
#region License Information (GPL v3)
/*
ShareX - A program that allows you to take screenshots and share any file type
Copyright © 2007-2015 ShareX Developers
Copyright © 2007-2015 ShareX Developers
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License

View file

@ -1,8 +1,8 @@
#region License Information (GPL v3)
#region License Information (GPL v3)
/*
ShareX - A program that allows you to take screenshots and share any file type
Copyright © 2007-2015 ShareX Developers
Copyright © 2007-2015 ShareX Developers
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License

View file

@ -38,8 +38,8 @@ private void InitializeComponent()
this.rtbCredits = new System.Windows.Forms.RichTextBox();
this.rtbShareXInfo = new System.Windows.Forms.RichTextBox();
this.lblOwners = new System.Windows.Forms.Label();
this.cLogo = new HelpersLib.Canvas();
this.uclUpdate = new HelpersLib.UpdateCheckerLabel();
this.cLogo = new ShareX.HelpersLib.Canvas();
this.uclUpdate = new ShareX.HelpersLib.UpdateCheckerLabel();
this.pbMikeGooglePlus = new System.Windows.Forms.PictureBox();
this.pbBerkSteamURL = new System.Windows.Forms.PictureBox();
this.pbMikeURL = new System.Windows.Forms.PictureBox();
@ -79,18 +79,18 @@ private void InitializeComponent()
//
// rtbCredits
//
resources.ApplyResources(this.rtbCredits, "rtbCredits");
this.rtbCredits.BackColor = System.Drawing.Color.WhiteSmoke;
this.rtbCredits.BorderStyle = System.Windows.Forms.BorderStyle.None;
resources.ApplyResources(this.rtbCredits, "rtbCredits");
this.rtbCredits.Name = "rtbCredits";
this.rtbCredits.ReadOnly = true;
this.rtbCredits.LinkClicked += new System.Windows.Forms.LinkClickedEventHandler(this.rtb_LinkClicked);
//
// rtbShareXInfo
//
resources.ApplyResources(this.rtbShareXInfo, "rtbShareXInfo");
this.rtbShareXInfo.BackColor = System.Drawing.Color.WhiteSmoke;
this.rtbShareXInfo.BorderStyle = System.Windows.Forms.BorderStyle.None;
resources.ApplyResources(this.rtbShareXInfo, "rtbShareXInfo");
this.rtbShareXInfo.Name = "rtbShareXInfo";
this.rtbShareXInfo.ReadOnly = true;
this.rtbShareXInfo.LinkClicked += new System.Windows.Forms.LinkClickedEventHandler(this.rtb_LinkClicked);
@ -102,10 +102,10 @@ private void InitializeComponent()
//
// cLogo
//
resources.ApplyResources(this.cLogo, "cLogo");
this.cLogo.Interval = 100;
resources.ApplyResources(this.cLogo, "cLogo");
this.cLogo.Name = "cLogo";
this.cLogo.Draw += new HelpersLib.Canvas.DrawEventHandler(this.cLogo_Draw);
this.cLogo.Draw += new ShareX.HelpersLib.Canvas.DrawEventHandler(this.cLogo_Draw);
this.cLogo.MouseDown += new System.Windows.Forms.MouseEventHandler(this.cLogo_MouseDown);
//
// uclUpdate
@ -115,57 +115,57 @@ private void InitializeComponent()
//
// pbMikeGooglePlus
//
resources.ApplyResources(this.pbMikeGooglePlus, "pbMikeGooglePlus");
this.pbMikeGooglePlus.BackColor = System.Drawing.Color.Transparent;
this.pbMikeGooglePlus.Cursor = System.Windows.Forms.Cursors.Hand;
this.pbMikeGooglePlus.Image = global::ShareX.Properties.Resources.google_plus;
resources.ApplyResources(this.pbMikeGooglePlus, "pbMikeGooglePlus");
this.pbMikeGooglePlus.Name = "pbMikeGooglePlus";
this.pbMikeGooglePlus.TabStop = false;
this.pbMikeGooglePlus.Click += new System.EventHandler(this.pbMikeGooglePlus_Click);
//
// pbBerkSteamURL
//
resources.ApplyResources(this.pbBerkSteamURL, "pbBerkSteamURL");
this.pbBerkSteamURL.BackColor = System.Drawing.Color.Transparent;
this.pbBerkSteamURL.Cursor = System.Windows.Forms.Cursors.Hand;
this.pbBerkSteamURL.Image = global::ShareX.Properties.Resources.steam;
resources.ApplyResources(this.pbBerkSteamURL, "pbBerkSteamURL");
this.pbBerkSteamURL.Name = "pbBerkSteamURL";
this.pbBerkSteamURL.TabStop = false;
this.pbBerkSteamURL.Click += new System.EventHandler(this.pbBerkSteamURL_Click);
//
// pbMikeURL
//
resources.ApplyResources(this.pbMikeURL, "pbMikeURL");
this.pbMikeURL.BackColor = System.Drawing.Color.Transparent;
this.pbMikeURL.Cursor = System.Windows.Forms.Cursors.Hand;
this.pbMikeURL.Image = global::ShareX.Properties.Resources.GitHub;
resources.ApplyResources(this.pbMikeURL, "pbMikeURL");
this.pbMikeURL.Name = "pbMikeURL";
this.pbMikeURL.TabStop = false;
this.pbMikeURL.Click += new System.EventHandler(this.pbMikeURL_Click);
//
// pbAU
//
resources.ApplyResources(this.pbAU, "pbAU");
this.pbAU.BackColor = System.Drawing.Color.Transparent;
this.pbAU.Image = global::ShareX.Properties.Resources.au;
resources.ApplyResources(this.pbAU, "pbAU");
this.pbAU.Name = "pbAU";
this.pbAU.TabStop = false;
//
// pbBerkURL
//
resources.ApplyResources(this.pbBerkURL, "pbBerkURL");
this.pbBerkURL.BackColor = System.Drawing.Color.Transparent;
this.pbBerkURL.Cursor = System.Windows.Forms.Cursors.Hand;
this.pbBerkURL.Image = global::ShareX.Properties.Resources.GitHub;
resources.ApplyResources(this.pbBerkURL, "pbBerkURL");
this.pbBerkURL.Name = "pbBerkURL";
this.pbBerkURL.TabStop = false;
this.pbBerkURL.Click += new System.EventHandler(this.pbBerkURL_Click);
//
// pbTR
//
resources.ApplyResources(this.pbTR, "pbTR");
this.pbTR.BackColor = System.Drawing.Color.Transparent;
this.pbTR.Image = global::ShareX.Properties.Resources.tr;
resources.ApplyResources(this.pbTR, "pbTR");
this.pbTR.Name = "pbTR";
this.pbTR.TabStop = false;
//

View file

@ -24,6 +24,7 @@
#endregion License Information (GPL v3)
using ShareX.HelpersLib;
using ShareX.Properties;
using System;
using System.Drawing;
using System.Drawing.Drawing2D;
@ -44,6 +45,44 @@ public AboutForm()
rtbCredits.AddContextMenu();
uclUpdate.CheckUpdate(TaskHelpers.CheckUpdate);
rtbShareXInfo.Text = string.Format(@"{0}: http://getsharex.com
{1}: https://github.com/ShareX/ShareX
{2}: https://github.com/ShareX/ShareX/issues", Resources.AboutForm_AboutForm_Website, Resources.AboutForm_AboutForm_Project_page, Resources.AboutForm_AboutForm_Issues);
rtbCredits.Text = string.Format(@"{0}:
Mega, Gist and Jira support: https://github.com/gpailler
Web site: https://github.com/dmxt
MediaCrush support: https://github.com/SirCmpwn
Amazon S3 and DreamObjects support: https://github.com/alanedwardes
Gfycat support: https://github.com/Dinnerbone
Copy support: https://github.com/KamilKZ
AdFly support: https://github.com/LRNAB
MediaFire support: https://github.com/michalx2
Pushbullet support: https://github.com/BallisticLingonberries
{1}:
Turkish: https://github.com/muratmoon
{2}:
Greenshot Image Editor: https://bitbucket.org/greenshot/greenshot
Json.NET: https://json.codeplex.com
SSH.NET: https://sshnet.codeplex.com
Icons: http://p.yusukekamiyamane.com
ImageListView: https://code.google.com/p/imagelistview
AviWriter: https://code.google.com/p/aforge
FFmpeg: http://www.ffmpeg.org
FFmpeg Windows builds: http://ffmpeg.zeranoe.com/builds
7-Zip: http://www.7-zip.org
SevenZipSharp: https://sevenzipsharp.codeplex.com
DirectShow video and audio device: https://github.com/rdp/screen-capture-recorder-to-video-windows-free
QrCode.Net: https://qrcodenet.codeplex.com
System.Net.FtpClient: https://netftp.codeplex.com
Copyright © 2007-2015 ShareX Developers", Resources.AboutForm_AboutForm_Contributors, Resources.AboutForm_AboutForm_Translators, Resources.AboutForm_AboutForm_External_libraries);
}
private void AboutForm_Shown(object sender, EventArgs e)

View file

@ -116,50 +116,7 @@
<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 - Über</value>
</data>
<data name="lblOwners.Text" xml:space="preserve">
<value>Besitzer:</value>
</data>
<data name="rtbCredits.Text" xml:space="preserve">
<value>Mitwirkende:
Mega, Gist and Jira support: https://github.com/gpailler
Web site: https://github.com/dmxt
MediaCrush support: https://github.com/SirCmpwn
Amazon S3 and DreamObjects support: https://github.com/alanedwardes
Gfycat support: https://github.com/Dinnerbone
Copy support: https://github.com/KamilKZ
AdFly support: https://github.com/LRNAB
MediaFire support: https://github.com/michalx2
Pushbullet support: https://github.com/BallisticLingonberries
Übersetzer:
Türkisch: https://github.com/muratmoon
Externe Bibliotheken:
Greenshot Image Editor: https://bitbucket.org/greenshot/greenshot
Json.NET: https://json.codeplex.com
SSH.NET: https://sshnet.codeplex.com
Icons: http://p.yusukekamiyamane.com
ImageListView: https://code.google.com/p/imagelistview
AviWriter: https://code.google.com/p/aforge
FFmpeg: http://www.ffmpeg.org
FFmpeg Windows builds: http://ffmpeg.zeranoe.com/builds
7-Zip: http://www.7-zip.org
SevenZipSharp: https://sevenzipsharp.codeplex.com
DirectShow video and audio device: https://github.com/rdp/screen-capture-recorder-to-video-windows-free
QrCode.Net: https://qrcodenet.codeplex.com
System.Net.FtpClient: https://netftp.codeplex.com
Copyright © 2007-2015 ShareX Developers</value>
</data>
<data name="rtbShareXInfo.Text" xml:space="preserve">
<value>Homepage: http://getsharex.com
Projektseite: https://github.com/ShareX/ShareX
Probleme: https://github.com/ShareX/ShareX/issues</value>
</data>
</root>

View file

@ -1,4 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
@ -117,416 +116,376 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="lblOwners.Text" xml:space="preserve">
<value>Owners:</value>
<assembly alias="mscorlib" name="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="lblProductName.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="lblBerk.Size" type="System.Drawing.Size, System.Drawing">
<value>60, 13</value>
</data>
<data name="&gt;&gt;pbBerkURL.Type" xml:space="preserve">
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<assembly alias="mscorlib" name="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="lblOwners.TabIndex" type="System.Int32, mscorlib">
<value>3</value>
</data>
<data name="pbBerkURL.Location" type="System.Drawing.Point, System.Drawing">
<value>41, 142</value>
</data>
<data name="lblBerk.TabIndex" type="System.Int32, mscorlib">
<value>4</value>
</data>
<data name="pbBerkURL.TabIndex" type="System.Int32, mscorlib">
<value>10</value>
</data>
<data name="pbBerkSteamURL.Location" type="System.Drawing.Point, System.Drawing">
<value>65, 142</value>
</data>
<data name="uclUpdate.Size" type="System.Drawing.Size, System.Drawing">
<value>224, 24</value>
</data>
<data name="&gt;&gt;cLogo.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;pbMikeURL.Type" xml:space="preserve">
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="pbTR.Location" type="System.Drawing.Point, System.Drawing">
<value>17, 142</value>
</data>
<data name="&gt;&gt;cLogo.Name" xml:space="preserve">
<value>cLogo</value>
</data>
<data name="&gt;&gt;lblProductName.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="pbMikeGooglePlus.SizeMode" type="System.Windows.Forms.PictureBoxSizeMode, System.Windows.Forms">
<value>StretchImage</value>
</data>
<data name="&gt;&gt;$this.Name" xml:space="preserve">
<value>AboutForm</value>
</data>
<data name="&gt;&gt;pbAU.Name" xml:space="preserve">
<value>pbAU</value>
</data>
<data name="&gt;&gt;rtbCredits.Type" xml:space="preserve">
<value>System.Windows.Forms.RichTextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;uclUpdate.Name" xml:space="preserve">
<value>uclUpdate</value>
</data>
<data name="pbAU.TabIndex" type="System.Int32, mscorlib">
<value>12</value>
</data>
<data name="pbBerkSteamURL.Size" type="System.Drawing.Size, System.Drawing">
<value>16, 16</value>
</data>
<data name="&gt;&gt;lblOwners.Name" xml:space="preserve">
<value>lblOwners</value>
</data>
<data name="uclUpdate.TabIndex" type="System.Int32, mscorlib">
<value>1</value>
</data>
<data name="&gt;&gt;lblMike.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="lblProductName.Size" type="System.Drawing.Size, System.Drawing">
<value>134, 24</value>
</data>
<data name="&gt;&gt;cLogo.Type" xml:space="preserve">
<value>HelpersLib.Canvas, HelpersLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null</value>
</data>
<data name="&gt;&gt;lblOwners.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">
<value>6, 13</value>
</data>
<data name="&gt;&gt;rtbShareXInfo.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="pbMikeGooglePlus.TabIndex" type="System.Int32, mscorlib">
<value>22</value>
</data>
<data name="pbBerkSteamURL.SizeMode" type="System.Windows.Forms.PictureBoxSizeMode, System.Windows.Forms">
<value>CenterImage</value>
</data>
<data name="&gt;&gt;rtbCredits.ZOrder" xml:space="preserve">
<value>3</value>
</data>
<data name="&gt;&gt;rtbShareXInfo.Name" xml:space="preserve">
<value>rtbShareXInfo</value>
</data>
<data name="rtbCredits.ScrollBars" type="System.Windows.Forms.RichTextBoxScrollBars, System.Windows.Forms">
<value>Vertical</value>
</data>
<data name="&gt;&gt;pbAU.Type" xml:space="preserve">
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;uclUpdate.Type" xml:space="preserve">
<value>HelpersLib.UpdateCheckerLabel, HelpersLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null</value>
</data>
<data name="&gt;&gt;$this.Type" xml:space="preserve">
<value>System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="cLogo.Size" type="System.Drawing.Size, System.Drawing">
<value>200, 200</value>
</data>
<data name="&gt;&gt;pbAU.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;pbBerkSteamURL.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;lblBerk.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;pbMikeURL.Name" xml:space="preserve">
<value>pbMikeURL</value>
</data>
<data name="pbTR.Size" type="System.Drawing.Size, System.Drawing">
<value>16, 16</value>
</data>
<data name="rtbCredits.Location" type="System.Drawing.Point, System.Drawing">
<value>15, 200</value>
</data>
<data name="&gt;&gt;pbBerkSteamURL.ZOrder" xml:space="preserve">
<value>4</value>
</data>
<data name="&gt;&gt;lblBerk.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="pbMikeGooglePlus.Location" type="System.Drawing.Point, System.Drawing">
<value>64, 166</value>
</data>
<data name="&gt;&gt;pbBerkURL.ZOrder" xml:space="preserve">
<value>10</value>
</data>
<data name="cLogo.TabIndex" type="System.Int32, mscorlib">
<value>7</value>
</data>
<data name="pbTR.TabIndex" type="System.Int32, mscorlib">
<value>8</value>
</data>
<data name="lblMike.Text" xml:space="preserve">
<value>mcored (Michael Delpach)</value>
<comment>@Invariant</comment></data>
<data name="&gt;&gt;lblProductName.ZOrder" xml:space="preserve">
<value>12</value>
</data>
<data name="rtbShareXInfo.Location" type="System.Drawing.Point, System.Drawing">
<value>15, 66</value>
</data>
<data name="lblProductName.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
<value>MiddleCenter</value>
</data>
<data name="&gt;&gt;pbBerkSteamURL.Name" xml:space="preserve">
<value>pbBerkSteamURL</value>
</data>
<data name="pbMikeURL.Location" type="System.Drawing.Point, System.Drawing">
<value>41, 166</value>
</data>
<data name="lblMike.Size" type="System.Drawing.Size, System.Drawing">
<value>131, 13</value>
</data>
<data name="rtbShareXInfo.Size" type="System.Drawing.Size, System.Drawing">
<value>251, 48</value>
</data>
<data name="&gt;&gt;cLogo.ZOrder" xml:space="preserve">
<value>13</value>
</data>
<data name="pbMikeGooglePlus.Size" type="System.Drawing.Size, System.Drawing">
<value>16, 16</value>
</data>
<data name="$this.StartPosition" type="System.Windows.Forms.FormStartPosition, System.Windows.Forms">
<value>CenterScreen</value>
</data>
<data name="pbMikeURL.SizeMode" type="System.Windows.Forms.PictureBoxSizeMode, System.Windows.Forms">
<value>CenterImage</value>
</data>
<data name="lblOwners.Location" type="System.Drawing.Point, System.Drawing">
<value>14, 117</value>
</data>
<data name="rtbShareXInfo.TabIndex" type="System.Int32, mscorlib">
<value>2</value>
</data>
<data name="rtbCredits.Size" type="System.Drawing.Size, System.Drawing">
<value>409, 234</value>
</data>
<data name="&gt;&gt;rtbShareXInfo.ZOrder" xml:space="preserve">
<value>2</value>
</data>
<data name="pbMikeURL.TabIndex" type="System.Int32, mscorlib">
<value>14</value>
</data>
<data name="&gt;&gt;lblMike.ZOrder" xml:space="preserve">
<value>6</value>
</data>
<data name="pbAU.Size" type="System.Drawing.Size, System.Drawing">
<value>16, 16</value>
</data>
<data name="pbBerkURL.SizeMode" type="System.Windows.Forms.PictureBoxSizeMode, System.Windows.Forms">
<value>CenterImage</value>
</data>
<data name="&gt;&gt;uclUpdate.ZOrder" xml:space="preserve">
<value>7</value>
</data>
<data name="lblBerk.Text" xml:space="preserve">
<value>Jaex (Berk)</value>
<comment>@Invariant</comment></data>
<data name="lblMike.TabIndex" type="System.Int32, mscorlib">
<value>5</value>
</data>
<data name="&gt;&gt;lblMike.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="lblProductName.Font" type="System.Drawing.Font, System.Drawing">
<value>Microsoft Sans Serif, 14.25pt</value>
</data>
<data name="cLogo.Location" type="System.Drawing.Point, System.Drawing">
<value>240, -8</value>
</data>
<data name="&gt;&gt;pbBerkURL.Name" xml:space="preserve">
<value>pbBerkURL</value>
</data>
<data name="&gt;&gt;lblOwners.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;lblBerk.ZOrder" xml:space="preserve">
<value>5</value>
</data>
<data name="rtbShareXInfo.Text" xml:space="preserve">
<value>Website: http://getsharex.com
Project page: https://github.com/ShareX/ShareX
Issues: https://github.com/ShareX/ShareX/issues</value>
</data>
<data name="pbBerkSteamURL.TabIndex" type="System.Int32, mscorlib">
<value>21</value>
</data>
<data name="&gt;&gt;lblBerk.Name" xml:space="preserve">
<value>lblBerk</value>
</data>
<data name="&gt;&gt;pbMikeGooglePlus.Name" xml:space="preserve">
<value>pbMikeGooglePlus</value>
</data>
<data name="&gt;&gt;pbAU.ZOrder" xml:space="preserve">
<value>9</value>
</data>
<data name="lblOwners.Size" type="System.Drawing.Size, System.Drawing">
<value>46, 13</value>
</data>
<data name="rtbCredits.TabIndex" type="System.Int32, mscorlib">
<value>6</value>
</data>
<data name="lblBerk.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="pbBerkURL.Size" type="System.Drawing.Size, System.Drawing">
<value>16, 16</value>
</data>
<data name="lblMike.Location" type="System.Drawing.Point, System.Drawing">
<value>89, 168</value>
</data>
<data name="&gt;&gt;lblProductName.Name" xml:space="preserve">
<value>lblProductName</value>
</data>
<data name="&gt;&gt;pbBerkURL.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;rtbCredits.Name" xml:space="preserve">
<value>rtbCredits</value>
</data>
<data name="uclUpdate.Location" type="System.Drawing.Point, System.Drawing">
<value>13, 36</value>
</data>
<data name="&gt;&gt;pbMikeURL.ZOrder" xml:space="preserve">
<value>8</value>
</data>
<data name="&gt;&gt;pbBerkSteamURL.Type" xml:space="preserve">
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;pbTR.Name" xml:space="preserve">
<value>pbTR</value>
</data>
<data name="rtbCredits.Text" xml:space="preserve">
<value>Contributors:
Mega, Gist and Jira support: https://github.com/gpailler
Web site: https://github.com/dmxt
MediaCrush support: https://github.com/SirCmpwn
Amazon S3 and DreamObjects support: https://github.com/alanedwardes
Gfycat support: https://github.com/Dinnerbone
Copy support: https://github.com/KamilKZ
AdFly support: https://github.com/LRNAB
MediaFire support: https://github.com/michalx2
Pushbullet support: https://github.com/BallisticLingonberries
Translators:
Turkish: https://github.com/muratmoon
External libraries:
Greenshot Image Editor: https://bitbucket.org/greenshot/greenshot
Json.NET: https://json.codeplex.com
SSH.NET: https://sshnet.codeplex.com
Icons: http://p.yusukekamiyamane.com
ImageListView: https://code.google.com/p/imagelistview
AviWriter: https://code.google.com/p/aforge
FFmpeg: http://www.ffmpeg.org
FFmpeg Windows builds: http://ffmpeg.zeranoe.com/builds
7-Zip: http://www.7-zip.org
SevenZipSharp: https://sevenzipsharp.codeplex.com
DirectShow video and audio device: https://github.com/rdp/screen-capture-recorder-to-video-windows-free
QrCode.Net: https://qrcodenet.codeplex.com
System.Net.FtpClient: https://netftp.codeplex.com
Copyright © 2007-2015 ShareX Developers</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - About</value>
</data>
<data name="lblProductName.Text" xml:space="preserve">
<value>ShareX 1.0.0.0</value>
<comment>@Invariant</comment></data>
<data name="&gt;&gt;pbMikeGooglePlus.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="rtbCredits.WordWrap" type="System.Boolean, mscorlib">
<value>False</value>
</data>
<data name="lblProductName.TabIndex" type="System.Int32, mscorlib">
<value>0</value>
</data>
<data name="lblMike.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="&gt;&gt;uclUpdate.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="lblProductName.Location" type="System.Drawing.Point, System.Drawing">
<value>12, 8</value>
</data>
<data name="&gt;&gt;lblMike.Name" xml:space="preserve">
<value>lblMike</value>
<data name="lblProductName.Size" type="System.Drawing.Size, System.Drawing">
<value>0, 24</value>
</data>
<data name="&gt;&gt;pbMikeURL.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;pbMikeGooglePlus.ZOrder" xml:space="preserve">
<data name="lblProductName.TabIndex" type="System.Int32, mscorlib">
<value>0</value>
</data>
<data name="&gt;&gt;pbTR.Parent" xml:space="preserve">
<value>$this</value>
<data name="lblProductName.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
<value>MiddleCenter</value>
</data>
<data name="lblBerk.Location" type="System.Drawing.Point, System.Drawing">
<value>89, 144</value>
<data name="&gt;&gt;lblProductName.Name" xml:space="preserve">
<value>lblProductName</value>
</data>
<data name="pbAU.Location" type="System.Drawing.Point, System.Drawing">
<value>17, 166</value>
<data name="&gt;&gt;lblProductName.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;lblProductName.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;pbMikeGooglePlus.Type" xml:space="preserve">
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<data name="&gt;&gt;lblProductName.ZOrder" xml:space="preserve">
<value>12</value>
</data>
<data name="lblBerk.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="lblBerk.Location" type="System.Drawing.Point, System.Drawing">
<value>89, 144</value>
</data>
<data name="lblBerk.Size" type="System.Drawing.Size, System.Drawing">
<value>60, 13</value>
</data>
<data name="lblBerk.TabIndex" type="System.Int32, mscorlib">
<value>4</value>
</data>
<data name="lblBerk.Text" xml:space="preserve">
<value>Jaex (Berk)</value>
<comment>@Invariant</comment></data>
<data name="&gt;&gt;lblBerk.Name" xml:space="preserve">
<value>lblBerk</value>
</data>
<data name="&gt;&gt;lblBerk.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;lblBerk.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;lblBerk.ZOrder" xml:space="preserve">
<value>5</value>
</data>
<data name="lblMike.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="lblMike.Location" type="System.Drawing.Point, System.Drawing">
<value>89, 168</value>
</data>
<data name="lblMike.Size" type="System.Drawing.Size, System.Drawing">
<value>131, 13</value>
</data>
<data name="lblMike.TabIndex" type="System.Int32, mscorlib">
<value>5</value>
</data>
<data name="lblMike.Text" xml:space="preserve">
<value>mcored (Michael Delpach)</value>
<comment>@Invariant</comment></data>
<data name="&gt;&gt;lblMike.Name" xml:space="preserve">
<value>lblMike</value>
</data>
<data name="&gt;&gt;lblMike.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;lblMike.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;lblMike.ZOrder" xml:space="preserve">
<value>6</value>
</data>
<data name="rtbCredits.Location" type="System.Drawing.Point, System.Drawing">
<value>15, 200</value>
</data>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="rtbCredits.ScrollBars" type="System.Windows.Forms.RichTextBoxScrollBars, System.Windows.Forms">
<value>Vertical</value>
</data>
<data name="rtbCredits.Size" type="System.Drawing.Size, System.Drawing">
<value>409, 234</value>
</data>
<data name="rtbCredits.TabIndex" type="System.Int32, mscorlib">
<value>6</value>
</data>
<data name="rtbCredits.Text" xml:space="preserve">
<value />
<comment>@Invariant</comment></data>
<data name="rtbCredits.WordWrap" type="System.Boolean, mscorlib">
<value>False</value>
</data>
<data name="&gt;&gt;rtbCredits.Name" xml:space="preserve">
<value>rtbCredits</value>
</data>
<data name="&gt;&gt;rtbCredits.Type" xml:space="preserve">
<value>System.Windows.Forms.RichTextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;rtbCredits.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;rtbCredits.ZOrder" xml:space="preserve">
<value>3</value>
</data>
<data name="rtbShareXInfo.Location" type="System.Drawing.Point, System.Drawing">
<value>15, 66</value>
</data>
<data name="rtbShareXInfo.Size" type="System.Drawing.Size, System.Drawing">
<value>251, 48</value>
</data>
<data name="rtbShareXInfo.TabIndex" type="System.Int32, mscorlib">
<value>2</value>
</data>
<data name="rtbShareXInfo.Text" xml:space="preserve">
<value />
<comment>@Invariant</comment></data>
<data name="&gt;&gt;rtbShareXInfo.Name" xml:space="preserve">
<value>rtbShareXInfo</value>
</data>
<data name="&gt;&gt;rtbShareXInfo.Type" xml:space="preserve">
<value>System.Windows.Forms.RichTextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;rtbShareXInfo.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;rtbShareXInfo.ZOrder" xml:space="preserve">
<value>2</value>
</data>
<data name="lblOwners.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="lblOwners.Location" type="System.Drawing.Point, System.Drawing">
<value>14, 117</value>
</data>
<data name="lblOwners.Size" type="System.Drawing.Size, System.Drawing">
<value>46, 13</value>
</data>
<data name="lblOwners.TabIndex" type="System.Int32, mscorlib">
<value>3</value>
</data>
<data name="lblOwners.Text" xml:space="preserve">
<value>Owners:</value>
</data>
<data name="&gt;&gt;lblOwners.Name" xml:space="preserve">
<value>lblOwners</value>
</data>
<data name="&gt;&gt;lblOwners.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;lblOwners.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;lblOwners.ZOrder" xml:space="preserve">
<value>1</value>
</data>
<data name="&gt;&gt;pbTR.Type" xml:space="preserve">
<data name="cLogo.Location" type="System.Drawing.Point, System.Drawing">
<value>240, -8</value>
</data>
<data name="cLogo.Size" type="System.Drawing.Size, System.Drawing">
<value>200, 200</value>
</data>
<data name="cLogo.TabIndex" type="System.Int32, mscorlib">
<value>7</value>
</data>
<data name="&gt;&gt;cLogo.Name" xml:space="preserve">
<value>cLogo</value>
</data>
<data name="&gt;&gt;cLogo.Type" xml:space="preserve">
<value>ShareX.HelpersLib.Canvas, ShareX.HelpersLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null</value>
</data>
<data name="&gt;&gt;cLogo.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;cLogo.ZOrder" xml:space="preserve">
<value>13</value>
</data>
<data name="uclUpdate.Location" type="System.Drawing.Point, System.Drawing">
<value>13, 36</value>
</data>
<data name="uclUpdate.Size" type="System.Drawing.Size, System.Drawing">
<value>224, 24</value>
</data>
<data name="uclUpdate.TabIndex" type="System.Int32, mscorlib">
<value>1</value>
</data>
<data name="&gt;&gt;uclUpdate.Name" xml:space="preserve">
<value>uclUpdate</value>
</data>
<data name="&gt;&gt;uclUpdate.Type" xml:space="preserve">
<value>ShareX.HelpersLib.UpdateCheckerLabel, ShareX.HelpersLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null</value>
</data>
<data name="&gt;&gt;uclUpdate.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;uclUpdate.ZOrder" xml:space="preserve">
<value>7</value>
</data>
<data name="pbMikeGooglePlus.Location" type="System.Drawing.Point, System.Drawing">
<value>64, 166</value>
</data>
<data name="pbMikeGooglePlus.Size" type="System.Drawing.Size, System.Drawing">
<value>16, 16</value>
</data>
<data name="pbMikeGooglePlus.SizeMode" type="System.Windows.Forms.PictureBoxSizeMode, System.Windows.Forms">
<value>StretchImage</value>
</data>
<data name="pbMikeGooglePlus.TabIndex" type="System.Int32, mscorlib">
<value>22</value>
</data>
<data name="&gt;&gt;pbMikeGooglePlus.Name" xml:space="preserve">
<value>pbMikeGooglePlus</value>
</data>
<data name="&gt;&gt;pbMikeGooglePlus.Type" xml:space="preserve">
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="$this.ClientSize" type="System.Drawing.Size, System.Drawing">
<value>433, 446</value>
<data name="&gt;&gt;pbMikeGooglePlus.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="lblOwners.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
<data name="&gt;&gt;pbMikeGooglePlus.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<data name="&gt;&gt;pbTR.ZOrder" xml:space="preserve">
<value>11</value>
<data name="pbBerkSteamURL.Location" type="System.Drawing.Point, System.Drawing">
<value>65, 142</value>
</data>
<data name="&gt;&gt;rtbShareXInfo.Type" xml:space="preserve">
<value>System.Windows.Forms.RichTextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<data name="pbBerkSteamURL.Size" type="System.Drawing.Size, System.Drawing">
<value>16, 16</value>
</data>
<data name="pbBerkSteamURL.SizeMode" type="System.Windows.Forms.PictureBoxSizeMode, System.Windows.Forms">
<value>CenterImage</value>
</data>
<data name="pbBerkSteamURL.TabIndex" type="System.Int32, mscorlib">
<value>21</value>
</data>
<data name="&gt;&gt;pbBerkSteamURL.Name" xml:space="preserve">
<value>pbBerkSteamURL</value>
</data>
<data name="&gt;&gt;pbBerkSteamURL.Type" xml:space="preserve">
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;pbBerkSteamURL.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;pbBerkSteamURL.ZOrder" xml:space="preserve">
<value>4</value>
</data>
<data name="pbMikeURL.Location" type="System.Drawing.Point, System.Drawing">
<value>41, 166</value>
</data>
<data name="pbMikeURL.Size" type="System.Drawing.Size, System.Drawing">
<value>16, 16</value>
</data>
<data name="pbMikeURL.SizeMode" type="System.Windows.Forms.PictureBoxSizeMode, System.Windows.Forms">
<value>CenterImage</value>
</data>
<data name="pbMikeURL.TabIndex" type="System.Int32, mscorlib">
<value>14</value>
</data>
<data name="&gt;&gt;pbMikeURL.Name" xml:space="preserve">
<value>pbMikeURL</value>
</data>
<data name="&gt;&gt;pbMikeURL.Type" xml:space="preserve">
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;pbMikeURL.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;pbMikeURL.ZOrder" xml:space="preserve">
<value>8</value>
</data>
<data name="pbAU.Location" type="System.Drawing.Point, System.Drawing">
<value>17, 166</value>
</data>
<data name="pbAU.Size" type="System.Drawing.Size, System.Drawing">
<value>16, 16</value>
</data>
<data name="pbAU.SizeMode" type="System.Windows.Forms.PictureBoxSizeMode, System.Windows.Forms">
<value>CenterImage</value>
</data>
<data name="lblProductName.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
<data name="pbAU.TabIndex" type="System.Int32, mscorlib">
<value>12</value>
</data>
<data name="&gt;&gt;pbAU.Name" xml:space="preserve">
<value>pbAU</value>
</data>
<data name="&gt;&gt;pbAU.Type" xml:space="preserve">
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;pbAU.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;pbAU.ZOrder" xml:space="preserve">
<value>9</value>
</data>
<data name="pbBerkURL.Location" type="System.Drawing.Point, System.Drawing">
<value>41, 142</value>
</data>
<data name="pbBerkURL.Size" type="System.Drawing.Size, System.Drawing">
<value>16, 16</value>
</data>
<data name="pbBerkURL.SizeMode" type="System.Windows.Forms.PictureBoxSizeMode, System.Windows.Forms">
<value>CenterImage</value>
</data>
<data name="pbBerkURL.TabIndex" type="System.Int32, mscorlib">
<value>10</value>
</data>
<data name="&gt;&gt;pbBerkURL.Name" xml:space="preserve">
<value>pbBerkURL</value>
</data>
<data name="&gt;&gt;pbBerkURL.Type" xml:space="preserve">
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;pbBerkURL.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;pbBerkURL.ZOrder" xml:space="preserve">
<value>10</value>
</data>
<data name="pbTR.Location" type="System.Drawing.Point, System.Drawing">
<value>17, 142</value>
</data>
<data name="pbTR.Size" type="System.Drawing.Size, System.Drawing">
<value>16, 16</value>
</data>
<data name="pbTR.SizeMode" type="System.Windows.Forms.PictureBoxSizeMode, System.Windows.Forms">
<value>CenterImage</value>
</data>
<data name="pbTR.TabIndex" type="System.Int32, mscorlib">
<value>8</value>
</data>
<data name="&gt;&gt;pbTR.Name" xml:space="preserve">
<value>pbTR</value>
</data>
<data name="&gt;&gt;pbTR.Type" xml:space="preserve">
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;pbTR.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;pbTR.ZOrder" xml:space="preserve">
<value>11</value>
</data>
<metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">
<value>6, 13</value>
</data>
<data name="$this.ClientSize" type="System.Drawing.Size, System.Drawing">
<value>433, 446</value>
</data>
<data name="$this.StartPosition" type="System.Windows.Forms.FormStartPosition, System.Windows.Forms">
<value>CenterScreen</value>
</data>
<data name="&gt;&gt;$this.Name" xml:space="preserve">
<value>AboutForm</value>
</data>
<data name="&gt;&gt;$this.Type" xml:space="preserve">
<value>System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
</root>

View file

@ -1,4 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
@ -117,50 +116,7 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="rtbCredits.Text" xml:space="preserve">
<value>Katılımcılar:
Mega, Gist and Jira support: https://github.com/gpailler
Web site: https://github.com/dmxt
MediaCrush support: https://github.com/SirCmpwn
Amazon S3 and DreamObjects support: https://github.com/alanedwardes
Gfycat support: https://github.com/Dinnerbone
Copy support: https://github.com/KamilKZ
AdFly support: https://github.com/LRNAB
MediaFire support: https://github.com/michalx2
Pushbullet support: https://github.com/BallisticLingonberries
Çevirmenler:
Türkçe: https://github.com/muratmoon
Harici kütüphaneler:
Greenshot Image Editor: https://bitbucket.org/greenshot/greenshot
Json.NET: https://json.codeplex.com
SSH.NET: https://sshnet.codeplex.com
Icons: http://p.yusukekamiyamane.com
ImageListView: https://code.google.com/p/imagelistview
AviWriter: https://code.google.com/p/aforge
FFmpeg: http://www.ffmpeg.org
FFmpeg Windows builds: http://ffmpeg.zeranoe.com/builds
7-Zip: http://www.7-zip.org
SevenZipSharp: https://sevenzipsharp.codeplex.com
DirectShow video and audio device: https://github.com/rdp/screen-capture-recorder-to-video-windows-free
QrCode.Net: https://qrcodenet.codeplex.com
System.Net.FtpClient: https://netftp.codeplex.com
Copyright © 2007-2015 ShareX Developers</value>
</data>
<data name="rtbShareXInfo.Text" xml:space="preserve">
<value>Website: http://getsharex.com
Proje sayfası: https://github.com/ShareX/ShareX
Sorunlar: https://github.com/ShareX/ShareX/issues</value>
</data>
<data name="lblOwners.Text" xml:space="preserve">
<value>Sahipler:</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - Hakkında</value>
</data>
</root>

View file

@ -1,8 +1,8 @@
#region License Information (GPL v3)
#region License Information (GPL v3)
/*
ShareX - A program that allows you to take screenshots and share any file type
Copyright © 2007-2015 ShareX Developers
Copyright © 2007-2015 ShareX Developers
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License

View file

@ -60,6 +60,60 @@ public class Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Contributors.
/// </summary>
public static string AboutForm_AboutForm_Contributors {
get {
return ResourceManager.GetString("AboutForm_AboutForm_Contributors", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to External libraries.
/// </summary>
public static string AboutForm_AboutForm_External_libraries {
get {
return ResourceManager.GetString("AboutForm_AboutForm_External_libraries", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Issues.
/// </summary>
public static string AboutForm_AboutForm_Issues {
get {
return ResourceManager.GetString("AboutForm_AboutForm_Issues", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Project page.
/// </summary>
public static string AboutForm_AboutForm_Project_page {
get {
return ResourceManager.GetString("AboutForm_AboutForm_Project_page", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Translators.
/// </summary>
public static string AboutForm_AboutForm_Translators {
get {
return ResourceManager.GetString("AboutForm_AboutForm_Translators", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Website.
/// </summary>
public static string AboutForm_AboutForm_Website {
get {
return ResourceManager.GetString("AboutForm_AboutForm_Website", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to File path can&apos;t be empty..
/// </summary>

View file

@ -655,4 +655,22 @@ Please run ShareX as administrator to change personal folder path.</value>
<data name="MainForm_UpdateMainFormTip_Currently_configured_hotkeys_" xml:space="preserve">
<value>Currently configured hotkeys:</value>
</data>
<data name="AboutForm_AboutForm_Contributors" xml:space="preserve">
<value>Contributors</value>
</data>
<data name="AboutForm_AboutForm_Translators" xml:space="preserve">
<value>Translators</value>
</data>
<data name="AboutForm_AboutForm_External_libraries" xml:space="preserve">
<value>External libraries</value>
</data>
<data name="AboutForm_AboutForm_Website" xml:space="preserve">
<value>Website</value>
</data>
<data name="AboutForm_AboutForm_Project_page" xml:space="preserve">
<value>Project page</value>
</data>
<data name="AboutForm_AboutForm_Issues" xml:space="preserve">
<value>Issues</value>
</data>
</root>

View file

@ -1,4 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
@ -396,4 +395,22 @@ Lütfen başka bir kısayol seçin veya çakışan uygulamayı kapatın ve Share
<data name="MainForm_UpdateMainFormTip_Currently_configured_hotkeys_" xml:space="preserve">
<value>Şu anda ayarlı olan kısayollar:</value>
</data>
<data name="AboutForm_AboutForm_Contributors" xml:space="preserve">
<value>Katkıda bulunanlar</value>
</data>
<data name="AboutForm_AboutForm_External_libraries" xml:space="preserve">
<value>Harici kütüphaneler</value>
</data>
<data name="AboutForm_AboutForm_Issues" xml:space="preserve">
<value>Sorunlar</value>
</data>
<data name="AboutForm_AboutForm_Project_page" xml:space="preserve">
<value>Proje sayfası</value>
</data>
<data name="AboutForm_AboutForm_Translators" xml:space="preserve">
<value>Çevirmenler</value>
</data>
<data name="AboutForm_AboutForm_Website" xml:space="preserve">
<value>Web sitesi</value>
</data>
</root>