From 74c67cec365b2bcebf4ae473b317c975a4a67381 Mon Sep 17 00:00:00 2001 From: Jaex Date: Wed, 2 Sep 2015 23:10:06 +0300 Subject: [PATCH] Turkish language update, resx fixes --- ShareX.IRCLib/IRCClient/IRCClientForm.resx | 4 +- ShareX.IRCLib/IRCClient/IRCClientForm.tr.resx | 213 ++++++++++++++++++ ShareX.IRCLib/ShareX.IRCLib.csproj | 3 + .../Forms/VideoThumbnailerForm.tr.resx | 126 +++++++++++ ShareX.MediaLib/ShareX.MediaLib.csproj | 3 + .../Properties/Resources.Designer.cs | 4 +- .../Properties/Resources.resx | 4 +- .../Properties/Resources.tr.resx | 6 + .../Forms/UploadersConfigForm.fr.resx | 3 - .../Forms/UploadersConfigForm.nl-NL.resx | 3 - .../Forms/UploadersConfigForm.pt-BR.resx | 3 - .../Forms/UploadersConfigForm.resx | 104 ++++----- .../Forms/UploadersConfigForm.tr.resx | 6 +- ShareX/Forms/AboutForm.Designer.cs | 16 +- ShareX/Forms/AboutForm.cs | 8 +- ShareX/Forms/AboutForm.de.resx | 4 +- ShareX/Forms/AboutForm.es.resx | 3 - ShareX/Forms/AboutForm.fr.resx | 3 - ShareX/Forms/AboutForm.hu.resx | 3 - ShareX/Forms/AboutForm.ko-KR.resx | 3 - ShareX/Forms/AboutForm.nl-NL.resx | 3 - ShareX/Forms/AboutForm.pt-BR.resx | 3 - ShareX/Forms/AboutForm.resx | 67 +++--- ShareX/Forms/AboutForm.tr.resx | 3 - ShareX/Forms/AboutForm.zh-CN.resx | 4 +- ShareX/Forms/ApplicationSettingsForm.tr.resx | 3 + ShareX/Forms/ChromeForm.resx | 2 +- ShareX/Forms/ChromeForm.tr.resx | 141 ++++++++++++ ShareX/Forms/MainForm.resx | 2 +- ShareX/Forms/MainForm.tr.resx | 6 + ShareX/Forms/TaskSettingsForm.tr.resx | 6 + ShareX/Properties/Resources.tr.resx | 17 ++ ShareX/ShareX.csproj | 3 + 33 files changed, 632 insertions(+), 150 deletions(-) create mode 100644 ShareX.IRCLib/IRCClient/IRCClientForm.tr.resx create mode 100644 ShareX.MediaLib/Forms/VideoThumbnailerForm.tr.resx create mode 100644 ShareX/Forms/ChromeForm.tr.resx diff --git a/ShareX.IRCLib/IRCClient/IRCClientForm.resx b/ShareX.IRCLib/IRCClient/IRCClientForm.resx index 9a24c579d..7a98eb1a3 100644 --- a/ShareX.IRCLib/IRCClient/IRCClientForm.resx +++ b/ShareX.IRCLib/IRCClient/IRCClientForm.resx @@ -418,7 +418,7 @@ 2 - Main + Settings tpMain @@ -581,7 +581,7 @@ ... - + @Invariant btnMessagesMenu diff --git a/ShareX.IRCLib/IRCClient/IRCClientForm.tr.resx b/ShareX.IRCLib/IRCClient/IRCClientForm.tr.resx new file mode 100644 index 000000000..047443062 --- /dev/null +++ b/ShareX.IRCLib/IRCClient/IRCClientForm.tr.resx @@ -0,0 +1,213 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ShareX - IRC istemcisi + + + Gönder + + + Bağlan + + + Gönder + + + Kanal/Nick: + + + Komut: + + + Mesaj: + + + Mesajlar + + + IRC çıktısı + + + Kalın + + + İtalik + + + Normal + + + Altı çizgili + + + Sarı + + + Ayarlar + + + Siyah + + + Mavi + + + Kahverengi + + + Camgöbeği + + + Yeşil + + + Gri + + + Açık mavi + + + Açık camgöbeği + + + Açık yeşil + + + Açık gri + + + Açık kırmızı + + + Turuncu + + + Pembe + + + Mor + + + Renkler + + + Beyaz + + \ No newline at end of file diff --git a/ShareX.IRCLib/ShareX.IRCLib.csproj b/ShareX.IRCLib/ShareX.IRCLib.csproj index 005b32dc7..6e9b882f9 100644 --- a/ShareX.IRCLib/ShareX.IRCLib.csproj +++ b/ShareX.IRCLib/ShareX.IRCLib.csproj @@ -64,6 +64,9 @@ IRCClientForm.cs + + IRCClientForm.cs + diff --git a/ShareX.MediaLib/Forms/VideoThumbnailerForm.tr.resx b/ShareX.MediaLib/Forms/VideoThumbnailerForm.tr.resx new file mode 100644 index 000000000..ad7bd065e --- /dev/null +++ b/ShareX.MediaLib/Forms/VideoThumbnailerForm.tr.resx @@ -0,0 +1,126 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ShareX - Video küçük resim yapıcı + + + Ekran görüntülerini al + + \ No newline at end of file diff --git a/ShareX.MediaLib/ShareX.MediaLib.csproj b/ShareX.MediaLib/ShareX.MediaLib.csproj index fda7134d5..af734b97c 100644 --- a/ShareX.MediaLib/ShareX.MediaLib.csproj +++ b/ShareX.MediaLib/ShareX.MediaLib.csproj @@ -73,6 +73,9 @@ VideoThumbnailerForm.cs + + VideoThumbnailerForm.cs + ResXFileCodeGenerator diff --git a/ShareX.ScreenCaptureLib/Properties/Resources.Designer.cs b/ShareX.ScreenCaptureLib/Properties/Resources.Designer.cs index 65bd32b75..400499529 100644 --- a/ShareX.ScreenCaptureLib/Properties/Resources.Designer.cs +++ b/ShareX.ScreenCaptureLib/Properties/Resources.Designer.cs @@ -310,7 +310,7 @@ internal static string RectangleRegion_WriteTips__F1__Hide_tips { } /// - /// Looks up a localized string similar to [Hold Alt] Snap resizing to preset sizes. + /// Looks up a localized string similar to [Hold Alt] Snap selection to preset sizes. /// internal static string RectangleRegion_WriteTips__Hold_Alt__Snap_resizing_to_preset_sizes { get { @@ -373,7 +373,7 @@ internal static string RectangleRegion_WriteTips__I___0__position_and_size_info } /// - /// Looks up a localized string similar to [Insert] Stop region selection. + /// Looks up a localized string similar to [Release left click] [Insert] Finish region selection. /// internal static string RectangleRegion_WriteTips__Insert__Stop_region_selection { get { diff --git a/ShareX.ScreenCaptureLib/Properties/Resources.resx b/ShareX.ScreenCaptureLib/Properties/Resources.resx index 1ee708982..e460574b2 100644 --- a/ShareX.ScreenCaptureLib/Properties/Resources.resx +++ b/ShareX.ScreenCaptureLib/Properties/Resources.resx @@ -291,9 +291,9 @@ X: {4} Y: {5} [Numpad + or -] Change triangle angle - [Insert] Stop region selection + [Release left click] [Insert] Finish region selection - [Hold Alt] Snap resizing to preset sizes + [Hold Alt] Snap selection to preset sizes \ No newline at end of file diff --git a/ShareX.ScreenCaptureLib/Properties/Resources.tr.resx b/ShareX.ScreenCaptureLib/Properties/Resources.tr.resx index 8a7d63a34..df03585dc 100644 --- a/ShareX.ScreenCaptureLib/Properties/Resources.tr.resx +++ b/ShareX.ScreenCaptureLib/Properties/Resources.tr.resx @@ -281,4 +281,10 @@ Mesafe: {6:0.00} px / Açı: {7:0.00}° [Tab] Boyutlandırma noktasını {0} olarak değiştir + + [Alt basılı tut] Seçimi önceden ayarlı boyutlara hizala + + + [Sağ tık bırak] [Insert] Alan seçimini bitir + \ No newline at end of file diff --git a/ShareX.UploadersLib/Forms/UploadersConfigForm.fr.resx b/ShareX.UploadersLib/Forms/UploadersConfigForm.fr.resx index 0b9286069..cb0fb2306 100644 --- a/ShareX.UploadersLib/Forms/UploadersConfigForm.fr.resx +++ b/ShareX.UploadersLib/Forms/UploadersConfigForm.fr.resx @@ -742,9 +742,6 @@ Cela signifie qu'ils peuvent être perdu d'Amazon S3 à un certain moment. Ignorer la boîte de message du tweet - - Nom - Clé API: diff --git a/ShareX.UploadersLib/Forms/UploadersConfigForm.nl-NL.resx b/ShareX.UploadersLib/Forms/UploadersConfigForm.nl-NL.resx index 7ed8f4973..179a5241c 100644 --- a/ShareX.UploadersLib/Forms/UploadersConfigForm.nl-NL.resx +++ b/ShareX.UploadersLib/Forms/UploadersConfigForm.nl-NL.resx @@ -748,9 +748,6 @@ De bestanden kunnen dus bij Amazon S3 verloren gaan op een bepaald punt. Sla venster met tweet bericht over - - Naam - Standaard inhoud tweet: diff --git a/ShareX.UploadersLib/Forms/UploadersConfigForm.pt-BR.resx b/ShareX.UploadersLib/Forms/UploadersConfigForm.pt-BR.resx index 1d589c0bf..8b95b48bb 100644 --- a/ShareX.UploadersLib/Forms/UploadersConfigForm.pt-BR.resx +++ b/ShareX.UploadersLib/Forms/UploadersConfigForm.pt-BR.resx @@ -389,9 +389,6 @@ Por exemplo, se o seu bucket é chamado bucket.example.com então o URL será ht Nome - - Nome - Parâmetros diff --git a/ShareX.UploadersLib/Forms/UploadersConfigForm.resx b/ShareX.UploadersLib/Forms/UploadersConfigForm.resx index 94cca111a..77a1337be 100644 --- a/ShareX.UploadersLib/Forms/UploadersConfigForm.resx +++ b/ShareX.UploadersLib/Forms/UploadersConfigForm.resx @@ -486,7 +486,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/ Twitter - + @Invariant tpTwitter @@ -2190,7 +2190,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/ - + @Invariant txtCustomUploaderLog @@ -2352,7 +2352,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/ URL: - + @Invariant lblCustomUploaderURL @@ -2814,7 +2814,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/ bit.ly - + @Invariant tpBitly @@ -2937,7 +2937,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/ Google - + @Invariant tpGoogleURLShortener @@ -3114,7 +3114,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/ YOURLS - + @Invariant tpYourls @@ -3348,7 +3348,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/ API URL: - + @Invariant lblYourlsAPIURL @@ -3435,7 +3435,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/ adf.ly - + @Invariant tpAdFly @@ -3516,7 +3516,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/ API UID: - + @Invariant lblAdflyAPIUID @@ -3615,7 +3615,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/ LnkU.co - + @Invariant tpLnkU @@ -3714,7 +3714,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/ CoinURL - + @Invariant tpCoinURL @@ -3765,7 +3765,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/ UUID: - + @Invariant lblCoinURLUUID @@ -3837,7 +3837,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/ Polr - + @Invariant tpPolr @@ -4389,7 +4389,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/ FTP - + @Invariant tpFTP @@ -4752,7 +4752,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/ Dropbox - + @Invariant tpDropbox @@ -5183,7 +5183,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/ OneDrive - + @Invariant tpOneDrive @@ -5399,7 +5399,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/ Google Drive - + @Invariant tpGoogleDrive @@ -5693,7 +5693,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/ Box - + @Invariant tpBox @@ -5972,7 +5972,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/ Copy - + @Invariant tpCopy @@ -6338,7 +6338,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/ hubiC - + @Invariant tpHubic @@ -6713,7 +6713,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/ Amazon S3 - + @Invariant tpAmazonS3 @@ -6821,7 +6821,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/ ... - + @Invariant btnAmazonS3BucketNameOpen @@ -6848,7 +6848,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/ ... - + @Invariant btnAmazonS3AccessKeyOpen @@ -7259,7 +7259,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/ Mega - + @Invariant tpMega @@ -7724,7 +7724,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/ ownCloud - + @Invariant tpOwnCloud @@ -8159,7 +8159,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/ MediaFire - + @Invariant tpMediaFire @@ -8432,7 +8432,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/ Pushbullet - + @Invariant tpPushbullet @@ -8666,7 +8666,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/ SendSpace - + @Invariant tpSendSpace @@ -8915,7 +8915,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/ Ge.tt - + @Invariant tpGe_tt @@ -9161,7 +9161,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/ Hostr - + @Invariant tpHostr @@ -9368,7 +9368,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/ Minus - + @Invariant tpMinus @@ -10007,7 +10007,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/ Atlassian Jira - + @Invariant tpJira @@ -10031,7 +10031,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/ PROJECT- - + @Invariant txtJiraIssuePrefix @@ -10175,7 +10175,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/ http:// - + @Invariant txtJiraHost @@ -10289,7 +10289,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/ Lambda - + @Invariant tpLambda @@ -10445,7 +10445,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/ Up1 - + @Invariant tpUp1 @@ -11777,7 +11777,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/ Pastebin - + @Invariant tpPastebin @@ -12218,7 +12218,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/ Paste.ee - + @Invariant tpPaste_ee @@ -12329,7 +12329,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/ Gist - + @Invariant tpGist @@ -12467,7 +12467,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/ uPaste - + @Invariant tpUpaste @@ -12623,7 +12623,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/ Hastebin - + @Invariant tpHastebin @@ -12800,7 +12800,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/ OneTimeSecret - + @Invariant tpOneTimeSecret @@ -13187,7 +13187,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/ Imgur - + @Invariant tpImgur @@ -13355,7 +13355,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/ ID - + @Invariant Title @@ -13559,7 +13559,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/ ImageShack - + @Invariant tpImageShack @@ -13883,7 +13883,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/ TinyPic - + @Invariant tpTinyPic @@ -14159,7 +14159,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/ Flickr - + @Invariant tpFlickr @@ -14375,7 +14375,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/ Photobucket - + @Invariant tpPhotobucket @@ -15107,7 +15107,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/ Picasa - + @Invariant tpPicasa @@ -15194,7 +15194,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/ ID - + @Invariant 135 @@ -15347,7 +15347,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/ Chevereto - + @Invariant tpChevereto @@ -15407,7 +15407,7 @@ For example, if your bucket is called bucket.example.com then URL will be http:/ /api/1/upload - + @Invariant lblCheveretoWebsiteTip diff --git a/ShareX.UploadersLib/Forms/UploadersConfigForm.tr.resx b/ShareX.UploadersLib/Forms/UploadersConfigForm.tr.resx index 009299828..085e4dbff 100644 --- a/ShareX.UploadersLib/Forms/UploadersConfigForm.tr.resx +++ b/ShareX.UploadersLib/Forms/UploadersConfigForm.tr.resx @@ -743,9 +743,6 @@ Bir başka deyişle Amazon S3'den bazı durumlarda kaybolabilirler. Kaldır - - İsim - İsim: @@ -788,4 +785,7 @@ Bir başka deyişle Amazon S3'den bazı durumlarda kaybolabilirler. Yükleyicileri temizle + + Güncelle + \ No newline at end of file diff --git a/ShareX/Forms/AboutForm.Designer.cs b/ShareX/Forms/AboutForm.Designer.cs index f0b162c60..4ee9be5b2 100644 --- a/ShareX/Forms/AboutForm.Designer.cs +++ b/ShareX/Forms/AboutForm.Designer.cs @@ -37,13 +37,13 @@ private void InitializeComponent() this.lblMike = new System.Windows.Forms.Label(); this.rtbCredits = new System.Windows.Forms.RichTextBox(); this.rtbShareXInfo = new System.Windows.Forms.RichTextBox(); - this.lblOwners = new System.Windows.Forms.Label(); this.cLogo = new ShareX.HelpersLib.Canvas(); this.uclUpdate = new ShareX.HelpersLib.UpdateCheckerLabel(); this.pbMikeURL = new System.Windows.Forms.PictureBox(); this.pbAU = new System.Windows.Forms.PictureBox(); this.pbBerkURL = new System.Windows.Forms.PictureBox(); this.pbTR = new System.Windows.Forms.PictureBox(); + this.lblTeam = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.pbMikeURL)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pbAU)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pbBerkURL)).BeginInit(); @@ -91,11 +91,6 @@ private void InitializeComponent() this.rtbShareXInfo.ReadOnly = true; this.rtbShareXInfo.LinkClicked += new System.Windows.Forms.LinkClickedEventHandler(this.rtb_LinkClicked); // - // lblOwners - // - resources.ApplyResources(this.lblOwners, "lblOwners"); - this.lblOwners.Name = "lblOwners"; - // // cLogo // resources.ApplyResources(this.cLogo, "cLogo"); @@ -145,12 +140,17 @@ private void InitializeComponent() this.pbTR.Name = "pbTR"; this.pbTR.TabStop = false; // + // lblTeam + // + resources.ApplyResources(this.lblTeam, "lblTeam"); + this.lblTeam.Name = "lblTeam"; + // // AboutForm // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.WhiteSmoke; - this.Controls.Add(this.lblOwners); + this.Controls.Add(this.lblTeam); this.Controls.Add(this.rtbShareXInfo); this.Controls.Add(this.rtbCredits); this.Controls.Add(this.lblBerk); @@ -186,7 +186,7 @@ private void InitializeComponent() private HelpersLib.Canvas cLogo; private System.Windows.Forms.RichTextBox rtbCredits; private System.Windows.Forms.RichTextBox rtbShareXInfo; - private System.Windows.Forms.Label lblOwners; private HelpersLib.UpdateCheckerLabel uclUpdate; + private System.Windows.Forms.Label lblTeam; } } \ No newline at end of file diff --git a/ShareX/Forms/AboutForm.cs b/ShareX/Forms/AboutForm.cs index 5c436b92a..0095c4df2 100644 --- a/ShareX/Forms/AboutForm.cs +++ b/ShareX/Forms/AboutForm.cs @@ -44,6 +44,10 @@ public AboutForm() uclUpdate.CheckUpdate(TaskHelpers.CheckUpdate); + lblTeam.Text = "ShareX Team:"; + lblBerk.Text = "Jaex (Berk)"; + lblMike.Text = "mcored (Michael Delpach)"; + rtbShareXInfo.Text = string.Format(@"{0}: {1} {2}: {3} {4}: {5}", Resources.AboutForm_AboutForm_Website, Links.URL_WEBSITE, Resources.AboutForm_AboutForm_Project_page, Links.URL_PROJECT, Resources.AboutForm_AboutForm_Issues, Links.URL_ISSUES); @@ -59,7 +63,7 @@ public AboutForm() AdFly support: https://github.com/LRNAB MediaFire support: https://github.com/michalx2 Pushbullet support: https://github.com/BallisticLingonberries -Lambda support: https://github.com/marcusant +Lambda support: https://github.com/mstojcevich VideoBin support: https://github.com/corey-/ Up1 support: https://github.com/Upload LnkU, CoinURL, QRnet, VURL, 2gp, SomeImage, OneTimeSecret, Polr support: https://github.com/DanielMcAssey @@ -73,7 +77,7 @@ public AboutForm() Hungarian: https://github.com/devBluestar Korean: https://github.com/123jimin Spanish: https://github.com/ovnisoftware -Dutch: https://github.com/wforums +Dutch: https://github.com/canihavesomecoffee Portuguese (Brazil): https://github.com/athosbr99 & https://github.com/RockyTV {2}: diff --git a/ShareX/Forms/AboutForm.de.resx b/ShareX/Forms/AboutForm.de.resx index c8781a8e5..1af7de150 100644 --- a/ShareX/Forms/AboutForm.de.resx +++ b/ShareX/Forms/AboutForm.de.resx @@ -1,3 +1,4 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ShareX - Chrome eklenti desteği + + + ShareX Chrome eklentisini yükle + + + Chrome desteğini aktif et + + + Chrome desteğini devre dışı bırak + + + 1. Chrome desteğini aktif edin yoksa eklenti ShareX ile bağlantı kuramaz. + + + 2. ShareX eklentisini Chrome web mağazasından indirin. + + + 3. Chrome da resim, video, ses veya seçilmiş yazı üstünde sağ tıkladığınızda "Upload with ShareX" tuşunu görüceksiniz. + + \ No newline at end of file diff --git a/ShareX/Forms/MainForm.resx b/ShareX/Forms/MainForm.resx index 4776224f7..2baace343 100644 --- a/ShareX/Forms/MainForm.resx +++ b/ShareX/Forms/MainForm.resx @@ -1517,7 +1517,7 @@ ShareX - + @Invariant 405, 17 diff --git a/ShareX/Forms/MainForm.tr.resx b/ShareX/Forms/MainForm.tr.resx index 618ba5264..edea5b99a 100644 --- a/ShareX/Forms/MainForm.tr.resx +++ b/ShareX/Forms/MainForm.tr.resx @@ -630,4 +630,10 @@ Video küçük resim yapıcı... + + IRC istemcisi... + + + IRC istemcisi... + \ No newline at end of file diff --git a/ShareX/Forms/TaskSettingsForm.tr.resx b/ShareX/Forms/TaskSettingsForm.tr.resx index fad7bb25a..2b4829e1c 100644 --- a/ShareX/Forms/TaskSettingsForm.tr.resx +++ b/ShareX/Forms/TaskSettingsForm.tr.resx @@ -444,4 +444,10 @@ Araçlar + + IRC istemcisi + + + Video küçük resim yapıcı + \ No newline at end of file diff --git a/ShareX/Properties/Resources.tr.resx b/ShareX/Properties/Resources.tr.resx index 7d38db91b..ba2bcf2c9 100644 --- a/ShareX/Properties/Resources.tr.resx +++ b/ShareX/Properties/Resources.tr.resx @@ -450,4 +450,21 @@ Lütfen başka bir kısayol seçin veya çakışan uygulamayı kapatın ve Share Büyük bir dosya yüklüyorsunuz. Devam etmek istediğinizden emin misiniz? + + İndiriliyor + + + Chrome desteği aktif edildi. + + + Chrome desteği devre dışı bırakıldı. + + + Resim düzenleyici - Resim nasıl açılsın? + + + Panonuzda resim bulunmaktadır, bunu resim düzenleyicide açmak ister misiniz? + +Evet tuşuna basarsanız panonuzdaki resim açılır. Veya hayır tuşuna basarak resim dosyası seçebilirsiniz. + \ No newline at end of file diff --git a/ShareX/ShareX.csproj b/ShareX/ShareX.csproj index ebca61a18..64dda44e7 100644 --- a/ShareX/ShareX.csproj +++ b/ShareX/ShareX.csproj @@ -482,6 +482,9 @@ ChromeForm.cs + + ChromeForm.cs + ClipboardFormatForm.cs