Remove unused resx fields

This commit is contained in:
Jaex 2016-09-17 11:33:27 +03:00
parent 17566b3b82
commit 1aa169fb6a
18 changed files with 13 additions and 79 deletions

View file

@ -23,7 +23,7 @@ You should have received a copy of the GNU General Public License
#endregion License Information (GPL v3)
// https://github.com/Burtsev-Alexey/net-object-deep-copy
// Credits: https://github.com/Burtsev-Alexey/net-object-deep-copy
using System;
using System.Collections.Generic;

View file

@ -120,9 +120,6 @@
<data name="lblFont.Text" xml:space="preserve">
<value>Police:</value>
</data>
<data name="btnClose.Text" xml:space="preserve">
<value>Fermer</value>
</data>
<data name="tsmiAlignmentLeft.Text" xml:space="preserve">
<value>Gauche</value>
</data>

View file

@ -123,9 +123,6 @@
<data name="lblTextSize.Text" xml:space="preserve">
<value>Tamanho:</value>
</data>
<data name="btnClose.Text" xml:space="preserve">
<value>Fechar</value>
</data>
<data name="tsmiAlignmentLeft.Text" xml:space="preserve">
<value>Esquerda</value>
</data>

View file

@ -138,9 +138,6 @@
<data name="tsmiAlignmentLeft.Text" xml:space="preserve">
<value>Слева</value>
</data>
<data name="btnClose.Text" xml:space="preserve">
<value>Закрыть</value>
</data>
<data name="lblTextSize.Text" xml:space="preserve">
<value>Размер:</value>
</data>

View file

@ -138,9 +138,6 @@
<data name="tsmiAlignmentLeft.Text" xml:space="preserve">
<value>左面</value>
</data>
<data name="btnClose.Text" xml:space="preserve">
<value>关闭</value>
</data>
<data name="lblTextSize.Text" xml:space="preserve">
<value>尺寸:</value>
</data>

View file

@ -105,7 +105,7 @@ public string GetApiKey(string username, string password)
}
}
return string.Empty;
return "";
}
private string GetUpleaResponse<T>(T upleaRequest) where T : IUpleaRequest

View file

@ -2560,7 +2560,7 @@ private void btnUpleaLogin_Click(object sender, EventArgs e)
Uplea uplea = new Uplea();
txtUpleaApiKey.Text = string.Empty;
txtUpleaApiKey.Text = "";
cbUpleaIsPremium.Checked = false;
cbUpleaInstantDownloadEnabled.Checked = false;
@ -2590,11 +2590,11 @@ private void btnUpleaLogin_Click(object sender, EventArgs e)
private void txtUpleaApiKey_TextChanged(object sender, EventArgs e)
{
Config.UpleaApiKey = (sender as TextBox).Text;
Config.UpleaApiKey = txtUpleaApiKey.Text;
if (string.IsNullOrEmpty(txtUpleaApiKey.Text))
if (string.IsNullOrEmpty(Config.UpleaApiKey))
{
txtUpleaEmailAddress.Text = string.Empty;
txtUpleaEmailAddress.Text = "";
cbUpleaIsPremium.Checked = false;
cbUpleaInstantDownloadEnabled.Checked = false;
}
@ -2602,17 +2602,17 @@ private void txtUpleaApiKey_TextChanged(object sender, EventArgs e)
private void txtUpleaEmailAddress_TextChanged(object sender, EventArgs e)
{
Config.UpleaEmailAddress = (sender as TextBox).Text;
Config.UpleaEmailAddress = txtUpleaEmailAddress.Text;
}
private void cbUpleaIsPremium_CheckedChanged(object sender, EventArgs e)
{
Config.UpleaIsPremiumMember = (sender as CheckBox).Checked;
Config.UpleaIsPremiumMember = cbUpleaIsPremium.Checked;
}
private void cbUpleaInstantDownloadEnabled_CheckedChanged(object sender, EventArgs e)
{
Config.UpleaInstantDownloadEnabled = (sender as CheckBox).Checked;
Config.UpleaInstantDownloadEnabled = cbUpleaInstantDownloadEnabled.Checked;
}
#endregion Uplea

View file

@ -498,12 +498,6 @@ Das Benutzen einer verschlüsselten Bibliothek deaktivieren das Teilen.</value>
<data name="grpSeafileShareSettings.Text" xml:space="preserve">
<value>Seafile "Teilen" Einstellungen:</value>
</data>
<data name="lblUp1Host.Text" xml:space="preserve">
<value>Host:</value>
</data>
<data name="lblUp1Key.Text" xml:space="preserve">
<value>API Schlüssel:</value>
</data>
<data name="lblPomfUploaders.Text" xml:space="preserve">
<value>Hochlader:</value>
</data>

View file

@ -447,12 +447,6 @@ Utiliser une librairie chiffrée désactive le partage.</value>
<data name="grpSeafileShareSettings.Text" xml:space="preserve">
<value>Paramètres de partage Seafile</value>
</data>
<data name="lblUp1Host.Text" xml:space="preserve">
<value>Hôte : </value>
</data>
<data name="lblUp1Key.Text" xml:space="preserve">
<value>Clé API :</value>
</data>
<data name="lblPomfUploaders.Text" xml:space="preserve">
<value>Services de mise en ligne :</value>
</data>

View file

@ -465,12 +465,6 @@ Een versleutelde bibliotheek gebruiken schakelt delen uit.</value>
<data name="grpSeafileShareSettings.Text" xml:space="preserve">
<value>Seafile instellingen voor share:</value>
</data>
<data name="lblUp1Host.Text" xml:space="preserve">
<value>Host:</value>
</data>
<data name="lblUp1Key.Text" xml:space="preserve">
<value>API sleutel:</value>
</data>
<data name="lblPomfUploaders.Text" xml:space="preserve">
<value>Uploaders:</value>
</data>

View file

@ -182,9 +182,6 @@ Por exemplo, se o seu bucket é chamado bucket.example.com então o URL será ht
<data name="tpPomf.Text" xml:space="preserve">
<value>Pomf</value>
</data>
<data name="tpUp1.Text" xml:space="preserve">
<value>Up1</value>
</data>
<data name="tpSeafile.Text" xml:space="preserve">
<value>Seafile</value>
</data>
@ -390,12 +387,6 @@ Usar uma biblioteca encriptada desabilita o compartilhamento.</value>
<data name="cbSeafileAPIURL.Items" xml:space="preserve">
<value>https://seacloud.cc/api2/</value>
</data>
<data name="lblUp1Host.Text" xml:space="preserve">
<value>Hospedagem:</value>
</data>
<data name="lblUp1Key.Text" xml:space="preserve">
<value>Chave da API:</value>
</data>
<data name="lblPomfUploaders.Text" xml:space="preserve">
<value>Uploaders:</value>
</data>

View file

@ -2338,9 +2338,6 @@ store.book[0].title</value>
<data name="txtCustomUploaderLog.TabIndex" type="System.Int32, mscorlib">
<value>30</value>
</data>
<data name="txtCustomUploaderLog.Text" xml:space="preserve">
<value />
</data>
<data name="&gt;&gt;txtCustomUploaderLog.Name" xml:space="preserve">
<value>txtCustomUploaderLog</value>
</data>
@ -13863,5 +13860,5 @@ Using an encrypted library disables sharing.</value>
</data>
<data name="&gt;&gt;lblUpleaEmailAddress.ZOrder" xml:space="preserve">
<value>0</value>
</data>
</data>
</root>

View file

@ -453,12 +453,6 @@ store.book[0].title</value>
<data name="grpSeafileShareSettings.Text" xml:space="preserve">
<value>Настройки публикации</value>
</data>
<data name="lblUp1Host.Text" xml:space="preserve">
<value>Хост:</value>
</data>
<data name="lblUp1Key.Text" xml:space="preserve">
<value>Ключ API:</value>
</data>
<data name="lblPomfUploaders.Text" xml:space="preserve">
<value>Сервисы:</value>
</data>

View file

@ -456,12 +456,6 @@ store.book[0].title</value>
<data name="grpSeafileShareSettings.Text" xml:space="preserve">
<value>Paylaşma ayarları</value>
</data>
<data name="lblUp1Host.Text" xml:space="preserve">
<value>Sunucu:</value>
</data>
<data name="lblUp1Key.Text" xml:space="preserve">
<value>API anahtarı:</value>
</data>
<data name="lblPomfUploaders.Text" xml:space="preserve">
<value>Yükleyiciler:</value>
</data>

View file

@ -365,12 +365,6 @@ Ví dụ: nếu tên bucket là bucket.example.com thì URL sẽ là http://buck
<data name="lblSharedFolderFiles.Text" xml:space="preserve">
<value>Tệp:</value>
</data>
<data name="lblUp1Host.Text" xml:space="preserve">
<value>Host:</value>
</data>
<data name="lblUp1Key.Text" xml:space="preserve">
<value>API key:</value>
</data>
<data name="lblPomfUploaders.Text" xml:space="preserve">
<value>Dịch vụ:</value>
</data>

View file

@ -481,9 +481,6 @@
<data name="grpSeafileShareSettings.Text" xml:space="preserve">
<value>Seafile共享设置</value>
</data>
<data name="lblUp1Host.Text" xml:space="preserve">
<value>域名:</value>
</data>
<data name="lblPomfUploaders.Text" xml:space="preserve">
<value>上传者:</value>
</data>

View file

@ -288,11 +288,11 @@ public class UploadersConfig : SettingsBase<UploadersConfig>
// Uplea
public string UpleaApiKey = string.Empty;
public string UpleaEmailAddress = string.Empty;
public string UpleaApiKey = "";
public string UpleaEmailAddress = "";
public bool UpleaIsPremiumMember = false;
public bool UpleaInstantDownloadEnabled = false;
#endregion File uploaders
#region URL shorteners

View file

@ -120,9 +120,6 @@
<data name="lblAfterCaptureTasks.Text" xml:space="preserve">
<value>捕捉任务后:</value>
</data>
<data name="After upload tasks:" xml:space="preserve">
<value>上传任务后:</value>
</data>
<data name="lblName.Text" xml:space="preserve">
<value>菜单:</value>
</data>