ShareX/ShareX.UploadersLib/Properties/Resources.Designer.cs
osfancy 64cc6f39ec Closes #1466 - Uplea Integration (#1899)
* Initial check-in to address feature enhancement request #1466.

* Checking in missing constructor parameter so fork is stable.

* Wrapping up Uplea integration support for #1466.

* Reverted Uploader.cs to earlier version as those changes weren't actually needed.

* Removed use of DataContractJsonSerializer, using JSON .NET instead. Updated the Uplea class to not store the configuration object internally, but to only pull out the API key when the config is passed through its constructor.

* Incorporating recent round of refactoring changes suggested by Jaex.

* Addressing issue with user workflow on the Uplea destination configuration tab.

* Attempt to reconcile UploadersConfigForm.resx.

* Fixing the name for an unnamed label. Updating resx formatting for base64 encoded pbDropboxLogo.Image value; since the diff on GitHub was showing a material change although VS diff ignores the formatting difference. Removed unneeded string.Format from Upload() in Uplea along with the set for IsURLExpected (since it is already true by default).

* Removed extra whitespace next to the end of the value tag since GitHub diff was still showing a difference.

* Removing references to label4 from resx which weren't removed by VS automatically when the control was renamed. The new entries for the renamed control lblUpleaEmailAddress already exist in the file.
2016-09-13 02:13:34 +03:00

944 lines
37 KiB
C#

//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace ShareX.UploadersLib.Properties {
using System;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Resources {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal Resources() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("ShareX.UploadersLib.Properties.Resources", typeof(Resources).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
/// </summary>
internal static System.Drawing.Icon AdFly {
get {
object obj = ResourceManager.GetObject("AdFly", resourceCulture);
return ((System.Drawing.Icon)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
/// </summary>
internal static System.Drawing.Icon AmazonS3 {
get {
object obj = ResourceManager.GetObject("AmazonS3", resourceCulture);
return ((System.Drawing.Icon)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
/// </summary>
internal static System.Drawing.Icon Bitly {
get {
object obj = ResourceManager.GetObject("Bitly", resourceCulture);
return ((System.Drawing.Icon)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
/// </summary>
internal static System.Drawing.Icon Box {
get {
object obj = ResourceManager.GetObject("Box", resourceCulture);
return ((System.Drawing.Icon)(obj));
}
}
/// <summary>
/// Looks up a localized string similar to Browse for a certificate file....
/// </summary>
internal static string CertFileNameEditor_EditValue_Browse_for_a_certificate_file___ {
get {
return ResourceManager.GetString("CertFileNameEditor_EditValue_Browse_for_a_certificate_file___", resourceCulture);
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap Chevereto {
get {
object obj = ResourceManager.GetObject("Chevereto", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
/// </summary>
internal static System.Drawing.Icon CoinURL {
get {
object obj = ResourceManager.GetObject("CoinURL", resourceCulture);
return ((System.Drawing.Icon)(obj));
}
}
/// <summary>
/// Looks up a localized string similar to Response parse failed..
/// </summary>
internal static string CustomFileUploader_Upload_Response_parse_failed_ {
get {
return ResourceManager.GetString("CustomFileUploader_Upload_Response_parse_failed_", resourceCulture);
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap document {
get {
object obj = ResourceManager.GetObject("document", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
/// </summary>
internal static System.Drawing.Icon Dropbox {
get {
object obj = ResourceManager.GetObject("Dropbox", resourceCulture);
return ((System.Drawing.Icon)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
/// </summary>
internal static System.Drawing.Icon Flickr {
get {
object obj = ResourceManager.GetObject("Flickr", resourceCulture);
return ((System.Drawing.Icon)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap folder_network {
get {
object obj = ResourceManager.GetObject("folder_network", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized string similar to Connecting to {0}.
/// </summary>
internal static string FTPClientForm_FTPClientForm_Connecting_to__0_ {
get {
return ResourceManager.GetString("FTPClientForm_FTPClientForm_Connecting_to__0_", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ShareX FTP client.
/// </summary>
internal static string FTPClientForm_FTPClientForm_ShareX_FTP_client {
get {
return ResourceManager.GetString("FTPClientForm_FTPClientForm_ShareX_FTP_client", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Directory name to create.
/// </summary>
internal static string FTPClientForm_FTPCreateDirectory_Directory_name_to_create {
get {
return ResourceManager.GetString("FTPClientForm_FTPCreateDirectory_Directory_name_to_create", resourceCulture);
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
/// </summary>
internal static System.Drawing.Icon Gett {
get {
object obj = ResourceManager.GetObject("Gett", resourceCulture);
return ((System.Drawing.Icon)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
/// </summary>
internal static System.Drawing.Icon GitHub {
get {
object obj = ResourceManager.GetObject("GitHub", resourceCulture);
return ((System.Drawing.Icon)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap globe_network {
get {
object obj = ResourceManager.GetObject("globe_network", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
/// </summary>
internal static System.Drawing.Icon Google {
get {
object obj = ResourceManager.GetObject("Google", resourceCulture);
return ((System.Drawing.Icon)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
/// </summary>
internal static System.Drawing.Icon GoogleDrive {
get {
object obj = ResourceManager.GetObject("GoogleDrive", resourceCulture);
return ((System.Drawing.Icon)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap Hastebin {
get {
object obj = ResourceManager.GetObject("Hastebin", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
/// </summary>
internal static System.Drawing.Icon Hostr {
get {
object obj = ResourceManager.GetObject("Hostr", resourceCulture);
return ((System.Drawing.Icon)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
/// </summary>
internal static System.Drawing.Icon ImageShack {
get {
object obj = ResourceManager.GetObject("ImageShack", resourceCulture);
return ((System.Drawing.Icon)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
/// </summary>
internal static System.Drawing.Icon Imgur {
get {
object obj = ResourceManager.GetObject("Imgur", resourceCulture);
return ((System.Drawing.Icon)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap jira {
get {
object obj = ResourceManager.GetObject("jira", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized string similar to Issue not found.
/// </summary>
internal static string JiraUpload_ValidateIssueId_Issue_not_found {
get {
return ResourceManager.GetString("JiraUpload_ValidateIssueId_Issue_not_found", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Browse for a key file....
/// </summary>
internal static string KeyFileNameEditor_EditValue_Browse_for_a_key_file___ {
get {
return ResourceManager.GetString("KeyFileNameEditor_EditValue_Browse_for_a_key_file___", resourceCulture);
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
/// </summary>
internal static System.Drawing.Icon Lambda {
get {
object obj = ResourceManager.GetObject("Lambda", resourceCulture);
return ((System.Drawing.Icon)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
/// </summary>
internal static System.Drawing.Icon Lithiio {
get {
object obj = ResourceManager.GetObject("Lithiio", resourceCulture);
return ((System.Drawing.Icon)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap mail {
get {
object obj = ResourceManager.GetObject("mail", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
/// </summary>
internal static System.Drawing.Icon MediaFire {
get {
object obj = ResourceManager.GetObject("MediaFire", resourceCulture);
return ((System.Drawing.Icon)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
/// </summary>
internal static System.Drawing.Icon Mega {
get {
object obj = ResourceManager.GetObject("Mega", resourceCulture);
return ((System.Drawing.Icon)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
/// </summary>
internal static System.Drawing.Icon Minus {
get {
object obj = ResourceManager.GetObject("Minus", resourceCulture);
return ((System.Drawing.Icon)(obj));
}
}
/// <summary>
/// Looks up a localized string similar to Status: Logged in..
/// </summary>
internal static string OAuthControl_Status_Status__Logged_in_ {
get {
return ResourceManager.GetString("OAuthControl_Status_Status__Logged_in_", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Status: Login failed..
/// </summary>
internal static string OAuthControl_Status_Status__Login_failed_ {
get {
return ResourceManager.GetString("OAuthControl_Status_Status__Login_failed_", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Status: Not logged in..
/// </summary>
internal static string OAuthControl_Status_Status__Not_logged_in_ {
get {
return ResourceManager.GetString("OAuthControl_Status_Status__Not_logged_in_", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to New account.
/// </summary>
internal static string OAuthInfo_OAuthInfo_New_account {
get {
return ResourceManager.GetString("OAuthInfo_OAuthInfo_New_account", resourceCulture);
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
/// </summary>
internal static System.Drawing.Icon OneDrive {
get {
object obj = ResourceManager.GetObject("OneDrive", resourceCulture);
return ((System.Drawing.Icon)(obj));
}
}
/// <summary>
/// Looks up a localized string similar to Root folder.
/// </summary>
internal static string OneDrive_RootFolder_Root_folder {
get {
return ResourceManager.GetString("OneDrive_RootFolder_Root_folder", resourceCulture);
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
/// </summary>
internal static System.Drawing.Icon OneTimeSecret {
get {
object obj = ResourceManager.GetObject("OneTimeSecret", resourceCulture);
return ((System.Drawing.Icon)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap OwnCloud {
get {
object obj = ResourceManager.GetObject("OwnCloud", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
/// </summary>
internal static System.Drawing.Icon Pastebin {
get {
object obj = ResourceManager.GetObject("Pastebin", resourceCulture);
return ((System.Drawing.Icon)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
/// </summary>
internal static System.Drawing.Icon Photobucket {
get {
object obj = ResourceManager.GetObject("Photobucket", resourceCulture);
return ((System.Drawing.Icon)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
/// </summary>
internal static System.Drawing.Icon Picasa {
get {
object obj = ResourceManager.GetObject("Picasa", resourceCulture);
return ((System.Drawing.Icon)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
/// </summary>
internal static System.Drawing.Icon Polr {
get {
object obj = ResourceManager.GetObject("Polr", resourceCulture);
return ((System.Drawing.Icon)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
/// </summary>
internal static System.Drawing.Icon Pomf {
get {
object obj = ResourceManager.GetObject("Pomf", resourceCulture);
return ((System.Drawing.Icon)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
/// </summary>
internal static System.Drawing.Icon Pushbullet {
get {
object obj = ResourceManager.GetObject("Pushbullet", resourceCulture);
return ((System.Drawing.Icon)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
/// </summary>
internal static System.Drawing.Icon puush {
get {
object obj = ResourceManager.GetObject("puush", resourceCulture);
return ((System.Drawing.Icon)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap puush_256 {
get {
object obj = ResourceManager.GetObject("puush_256", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap Seafile {
get {
object obj = ResourceManager.GetObject("Seafile", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
/// </summary>
internal static System.Drawing.Icon SendSpace {
get {
object obj = ResourceManager.GetObject("SendSpace", resourceCulture);
return ((System.Drawing.Icon)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap server_network {
get {
object obj = ResourceManager.GetObject("server_network", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
/// </summary>
internal static System.Drawing.Icon SomeImage {
get {
object obj = ResourceManager.GetObject("SomeImage", resourceCulture);
return ((System.Drawing.Icon)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
/// </summary>
internal static System.Drawing.Icon Streamable {
get {
object obj = ResourceManager.GetObject("Streamable", resourceCulture);
return ((System.Drawing.Icon)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap Sul {
get {
object obj = ResourceManager.GetObject("Sul", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
/// </summary>
internal static System.Drawing.Icon TinyPic {
get {
object obj = ResourceManager.GetObject("TinyPic", resourceCulture);
return ((System.Drawing.Icon)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
/// </summary>
internal static System.Drawing.Icon Twitter {
get {
object obj = ResourceManager.GetObject("Twitter", resourceCulture);
return ((System.Drawing.Icon)(obj));
}
}
/// <summary>
/// Looks up a localized string similar to Tweet error.
/// </summary>
internal static string TwitterTweetForm_SendTweet_Tweet_error {
get {
return ResourceManager.GetString("TwitterTweetForm_SendTweet_Tweet_error", resourceCulture);
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
/// </summary>
internal static System.Drawing.Icon Upaste {
get {
object obj = ResourceManager.GetObject("Upaste", resourceCulture);
return ((System.Drawing.Icon)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
/// </summary>
internal static System.Drawing.Icon Uplea {
get {
object obj = ResourceManager.GetObject("Uplea", resourceCulture);
return ((System.Drawing.Icon)(obj));
}
}
/// <summary>
/// Looks up a localized string similar to Box refresh folders list failed.
/// </summary>
internal static string UploadersConfigForm_BoxListFolders_Box_refresh_folders_list_failed {
get {
return ResourceManager.GetString("UploadersConfigForm_BoxListFolders_Box_refresh_folders_list_failed", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Login successful but getting account info failed..
/// </summary>
internal static string UploadersConfigForm_DropboxAuthComplete_Login_successful_but_getting_account_info_failed_ {
get {
return ResourceManager.GetString("UploadersConfigForm_DropboxAuthComplete_Login_successful_but_getting_account_info" +
"_failed_", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error.
/// </summary>
internal static string UploadersConfigForm_Error {
get {
return ResourceManager.GetString("UploadersConfigForm_Error", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to FTP client only supports FTP or FTPS..
/// </summary>
internal static string UploadersConfigForm_FTPOpenClient_FTP_client_only_supports_FTP_or_FTPS_ {
get {
return ResourceManager.GetString("UploadersConfigForm_FTPOpenClient_FTP_client_only_supports_FTP_or_FTPS_", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Unable to find valid FTP account..
/// </summary>
internal static string UploadersConfigForm_FTPOpenClient_Unable_to_find_valid_FTP_account_ {
get {
return ResourceManager.GetString("UploadersConfigForm_FTPOpenClient_Unable_to_find_valid_FTP_account_", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Authentication required..
/// </summary>
internal static string UploadersConfigForm_ListFolders_Authentication_required_ {
get {
return ResourceManager.GetString("UploadersConfigForm_ListFolders_Authentication_required_", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Invalid device name.
/// </summary>
internal static string UploadersConfigForm_LoadSettings_Invalid_device_name {
get {
return ResourceManager.GetString("UploadersConfigForm_LoadSettings_Invalid_device_name", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Parent album path e.g..
/// </summary>
internal static string UploadersConfigForm_LoadSettings_Parent_album_path_e_g_ {
get {
return ResourceManager.GetString("UploadersConfigForm_LoadSettings_Parent_album_path_e_g_", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Selected folder:.
/// </summary>
internal static string UploadersConfigForm_LoadSettings_Selected_folder_ {
get {
return ResourceManager.GetString("UploadersConfigForm_LoadSettings_Selected_folder_", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Login failed..
/// </summary>
internal static string UploadersConfigForm_Login_failed {
get {
return ResourceManager.GetString("UploadersConfigForm_Login_failed", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Login successful..
/// </summary>
internal static string UploadersConfigForm_Login_successful {
get {
return ResourceManager.GetString("UploadersConfigForm_Login_successful", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Click refresh button.
/// </summary>
internal static string UploadersConfigForm_MegaConfigureTab_Click_refresh_button {
get {
return ResourceManager.GetString("UploadersConfigForm_MegaConfigureTab_Click_refresh_button", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Configured.
/// </summary>
internal static string UploadersConfigForm_MegaConfigureTab_Configured {
get {
return ResourceManager.GetString("UploadersConfigForm_MegaConfigureTab_Configured", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Invalid authentication.
/// </summary>
internal static string UploadersConfigForm_MegaConfigureTab_Invalid_authentication {
get {
return ResourceManager.GetString("UploadersConfigForm_MegaConfigureTab_Invalid_authentication", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Not configured.
/// </summary>
internal static string UploadersConfigForm_MegaConfigureTab_Not_configured {
get {
return ResourceManager.GetString("UploadersConfigForm_MegaConfigureTab_Not_configured", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Logged in as {0}..
/// </summary>
internal static string UploadersConfigForm_MinusUpdateControls_Logged_in_as__0__ {
get {
return ResourceManager.GetString("UploadersConfigForm_MinusUpdateControls_Logged_in_as__0__", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Not logged in..
/// </summary>
internal static string UploadersConfigForm_MinusUpdateControls_Not_logged_in_ {
get {
return ResourceManager.GetString("UploadersConfigForm_MinusUpdateControls_Not_logged_in_", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Refresh authorization is not supported..
/// </summary>
internal static string UploadersConfigForm_oAuthJira_RefreshButtonClicked_Refresh_authorization_is_not_supported_ {
get {
return ResourceManager.GetString("UploadersConfigForm_oAuthJira_RefreshButtonClicked_Refresh_authorization_is_not_s" +
"upported_", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Querying folders....
/// </summary>
internal static string UploadersConfigForm_OneDriveAddFolder_Querying_folders___ {
get {
return ResourceManager.GetString("UploadersConfigForm_OneDriveAddFolder_Querying_folders___", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to {0} successfully created..
/// </summary>
internal static string UploadersConfigForm_PhotobucketCreateAlbum__0__successfully_created_ {
get {
return ResourceManager.GetString("UploadersConfigForm_PhotobucketCreateAlbum__0__successfully_created_", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Remove all custom uploaders?.
/// </summary>
internal static string UploadersConfigForm_Remove_all_custom_uploaders_Confirmation {
get {
return ResourceManager.GetString("UploadersConfigForm_Remove_all_custom_uploaders_Confirmation", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to SendSpace registration.
/// </summary>
internal static string UploadersConfigForm_SendSpaceRegister_SendSpace_Registration___ {
get {
return ResourceManager.GetString("UploadersConfigForm_SendSpaceRegister_SendSpace_Registration___", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Error: Result is empty..
/// </summary>
internal static string UploadersConfigForm_TestCustomUploader_Error__Result_is_empty_ {
get {
return ResourceManager.GetString("UploadersConfigForm_TestCustomUploader_Error__Result_is_empty_", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Connected!.
/// </summary>
internal static string UploadersConfigForm_TestFTPAccount_Connected_ {
get {
return ResourceManager.GetString("UploadersConfigForm_TestFTPAccount_Connected_", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Connected!
///Created folders:.
/// </summary>
internal static string UploadersConfigForm_TestFTPAccount_Connected_Created_folders {
get {
return ResourceManager.GetString("UploadersConfigForm_TestFTPAccount_Connected_Created_folders", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Download path:.
/// </summary>
internal static string UploadersConfigForm_UpdateDropboxStatus_Download_path_ {
get {
return ResourceManager.GetString("UploadersConfigForm_UpdateDropboxStatus_Download_path_", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Email:.
/// </summary>
internal static string UploadersConfigForm_UpdateDropboxStatus_Email_ {
get {
return ResourceManager.GetString("UploadersConfigForm_UpdateDropboxStatus_Email_", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Name:.
/// </summary>
internal static string UploadersConfigForm_UpdateDropboxStatus_Name_ {
get {
return ResourceManager.GetString("UploadersConfigForm_UpdateDropboxStatus_Name_", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Upload path:.
/// </summary>
internal static string UploadersConfigForm_UpdateDropboxStatus_Upload_path_ {
get {
return ResourceManager.GetString("UploadersConfigForm_UpdateDropboxStatus_Upload_path_", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to User ID:.
/// </summary>
internal static string UploadersConfigForm_UpdateDropboxStatus_User_ID_ {
get {
return ResourceManager.GetString("UploadersConfigForm_UpdateDropboxStatus_User_ID_", resourceCulture);
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
/// </summary>
internal static System.Drawing.Icon Vgyme {
get {
object obj = ResourceManager.GetObject("Vgyme", resourceCulture);
return ((System.Drawing.Icon)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
/// </summary>
internal static System.Drawing.Icon Yourls {
get {
object obj = ResourceManager.GetObject("Yourls", resourceCulture);
return ((System.Drawing.Icon)(obj));
}
}
}
}