ShareX/ShareX.UploadersLib/Forms/UploadersConfigForm.es.resx

500 lines
20 KiB
Plaintext
Raw Normal View History

2015-04-09 05:12:31 +12:00
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
2015-04-09 05:12:31 +12:00
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
2015-04-09 05:12:31 +12:00
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
2015-04-09 05:12:31 +12:00
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
2015-04-09 05:12:31 +12:00
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
2015-04-09 05:12:31 +12:00
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
2015-04-09 05:12:31 +12:00
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
2015-04-09 05:12:31 +12:00
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
2015-04-09 05:12:31 +12:00
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="cbAmazonS3CustomCNAME.Text" xml:space="preserve">
<value>Utilizar un dominio personalizado:</value>
2015-04-09 05:12:31 +12:00
</data>
<data name="cbAmazonS3CustomCNAME.ToolTip" xml:space="preserve">
<value>Utilice esta opción si tiene un balde creado con un dominio personalizado.
Si el campo de texto está vacío, nombre de balde se utilizará para URL.
Por ejemplo, si el balde se llama balde.ejemplo.com entonces URL será http://balde.ejemplo.com/...</value>
2015-04-09 05:12:31 +12:00
</data>
<data name="tpOtherUploaders.Text" xml:space="preserve">
<value>Otras cargadores</value>
2015-04-09 05:12:31 +12:00
</data>
<data name="tpURLShorteners.Text" xml:space="preserve">
<value>Acortadores de URL</value>
2015-04-09 05:12:31 +12:00
</data>
<data name="lblBitlyDomain.Text" xml:space="preserve">
<value>Dominio:</value>
2015-04-09 05:12:31 +12:00
</data>
<data name="lblYourlsNote.Text" xml:space="preserve">
<value>Nota: Si usted tiene una firma de correo, entonces usted no necesita un nombre de usuario / contraseña.</value>
2015-04-09 05:12:31 +12:00
</data>
<data name="lblYourlsPassword.Text" xml:space="preserve">
<value>Contraseña:</value>
2015-04-09 05:12:31 +12:00
</data>
<data name="lblYourlsUsername.Text" xml:space="preserve">
<value>Nombre de usuario:</value>
2015-04-09 05:12:31 +12:00
</data>
<data name="lblYourlsSignature.Text" xml:space="preserve">
<value>Firma de correo:</value>
2015-04-09 05:12:31 +12:00
</data>
<data name="llAdflyLink.Text" xml:space="preserve">
<value>Puede encontrar su clave de API y UID aquí</value>
2015-04-09 05:12:31 +12:00
</data>
<data name="lblAdflyAPIKEY.Text" xml:space="preserve">
<value>Clave de la API:</value>
2015-04-09 05:12:31 +12:00
</data>
<data name="tpSharedFolder.Text" xml:space="preserve">
<value>Carpeta compartida</value>
2015-04-09 05:12:31 +12:00
</data>
<data name="tpEmail.Text" xml:space="preserve">
<value>Email</value>
</data>
<data name="tpFileUploaders.Text" xml:space="preserve">
<value>Cargadores de archivos</value>
2015-04-09 05:12:31 +12:00
</data>
<data name="tpTextUploaders.Text" xml:space="preserve">
<value>Cargadores de texto</value>
2015-04-09 05:12:31 +12:00
</data>
<data name="tpImageUploaders.Text" xml:space="preserve">
<value>Cargadores de imagenes</value>
2015-04-09 05:12:31 +12:00
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - Configuración de destino</value>
2015-04-09 05:12:31 +12:00
</data>
<data name="lblCheveretoAPIKey.Text" xml:space="preserve">
<value>Clave de la API:</value>
2015-04-09 05:12:31 +12:00
</data>
<data name="cbCheveretoDirectURL.Text" xml:space="preserve">
<value>Enlace directo</value>
2015-04-09 05:12:31 +12:00
</data>
<data name="btnPicasaRefreshAlbumList.Text" xml:space="preserve">
<value>Refrescar lista de álbum</value>
2016-03-24 09:26:29 +13:00
</data>
<data name="chPicasaDescription.Text" xml:space="preserve">
New Crowdin translations (#3265) * New translations ClipboardContentViewer.resx (Hungarian) * New translations UpdateMessageBox.resx (Vietnamese) * New translations OAuthControl.resx (Vietnamese) * New translations WebpageCaptureForm.resx (Vietnamese) * New translations Resources.resx (Vietnamese) * New translations AccountTypeControl.resx (Vietnamese) * New translations AccountsControl.resx (Vietnamese) * New translations FTPClientForm.resx (Vietnamese) * New translations ScrollingCaptureForm.resx (Vietnamese) * New translations EmailForm.resx (Vietnamese) * New translations JiraUpload.resx (Vietnamese) * New translations OAuthWebForm.resx (Vietnamese) * New translations ResponseForm.resx (Vietnamese) * New translations TwitterTweetForm.resx (Vietnamese) * New translations UserPassBox.resx (Vietnamese) * New translations Resources.resx (Vietnamese) * New translations HistoryForm.resx (Vietnamese) * New translations HistoryItemInfoForm.resx (Vietnamese) * New translations ImageHistoryForm.resx (Vietnamese) * New translations Resources.resx (Vietnamese) * New translations ImageEffectsForm.resx (Vietnamese) * New translations ImageCombinerForm.resx (Vietnamese) * New translations VideoThumbnailerForm.resx (Vietnamese) * New translations Resources.resx (Vietnamese) * New translations FFmpegOptionsForm.resx (Vietnamese) * New translations UploadersConfigForm.resx (Vietnamese) * New translations Resources.resx (Vietnamese) * New translations DNSChangerForm.resx (Hungarian) * New translations GradientPickerForm.resx (Hungarian) * New translations TaskSettingsForm.resx (Vietnamese) * New translations VideoEncodersForm.resx (Vietnamese) * New translations WatchFolderForm.resx (Vietnamese) * New translations Resources.resx (Vietnamese) * New translations ColorPickerForm.resx (Hungarian) * New translations ScreenColorPicker.resx (Vietnamese) * New translations ExportImportControl.resx (Hungarian) * New translations MyPictureBox.resx (Hungarian) * New translations ScreenRecordForm.resx (Vietnamese) * New translations HotkeySelectionControl.resx (Vietnamese) * New translations AutoCaptureForm.resx (Vietnamese) * New translations AboutForm.resx (Vietnamese) * New translations ActionsForm.resx (Vietnamese) * New translations AfterCaptureForm.resx (Vietnamese) * New translations AfterUploadForm.resx (Vietnamese) * New translations ApplicationSettingsForm.resx (Vietnamese) * New translations BeforeUploadForm.resx (Vietnamese) * New translations ClipboardFormatForm.resx (Vietnamese) * New translations EncoderProgramForm.resx (Vietnamese) * New translations FileExistForm.resx (Vietnamese) * New translations FirstTimeConfigForm.resx (Vietnamese) * New translations HotkeySettingsForm.resx (Vietnamese) * New translations MainForm.resx (Vietnamese) * New translations QRCodeForm.resx (Vietnamese) * New translations WebpageCaptureForm.resx (Korean) * New translations StickerPackForm.resx (Korean) * New translations GradientPickerForm.resx (Italian) * New translations MonitorTestForm.resx (Chinese Simplified) * New translations DNSChangerForm.resx (Chinese Simplified) * New translations ClipboardContentViewer.resx (Chinese Simplified) * New translations DebugForm.resx (Chinese Simplified) * New translations ErrorForm.resx (Chinese Simplified) * New translations HashCheckForm.resx (Chinese Simplified) * New translations InputBox.resx (Chinese Simplified) * New translations PrintForm.resx (Chinese Simplified) * New translations PrintTextForm.resx (Chinese Simplified) * New translations Resources.resx (Chinese Simplified) * New translations DownloaderForm.resx (Chinese Simplified) * New translations UpdateCheckerLabel.resx (Chinese Simplified) * New translations UpdateMessageBox.resx (Chinese Simplified) * New translations Resources.resx (Chinese Simplified) * New translations MyPictureBox.resx (Chinese Simplified) * New translations HistoryItemInfoForm.resx (Chinese Simplified) * New translations VideoEncodersForm.resx (Italian) * New translations QuickTaskInfoEditForm.resx (Italian) * New translations QuickTaskMenuEditorForm.resx (Italian) * New translations ScreenColorPicker.resx (Italian) * New translations ScreenRecordForm.resx (Italian) * New translations TaskSettingsForm.resx (Italian) * New translations WatchFolderForm.resx (Italian) * New translations Resources.resx (Italian) * New translations ColorPickerForm.resx (Chinese Simplified) * New translations GradientPickerForm.resx (Chinese Simplified) * New translations ExportImportControl.resx (Chinese Simplified) * New translations HistoryForm.resx (Chinese Simplified) * New translations ImageHistoryForm.resx (Chinese Simplified) * New translations MainForm.resx (Italian) * New translations AccountsControl.resx (Chinese Simplified) * New translations OAuthControl.resx (Chinese Simplified) * New translations FTPClientForm.resx (Chinese Simplified) * New translations EmailForm.resx (Chinese Simplified) * New translations JiraUpload.resx (Chinese Simplified) * New translations OAuthWebForm.resx (Chinese Simplified) * New translations Resources.resx (Chinese Simplified) * New translations ResponseForm.resx (Chinese Simplified) * New translations TwitterTweetForm.resx (Chinese Simplified) * New translations UploadersConfigForm.resx (Chinese Simplified) * New translations UserPassBox.resx (Chinese Simplified) * New translations Resources.resx (Chinese Simplified) * New translations HotkeySelectionControl.resx (Chinese Simplified) * New translations AccountTypeControl.resx (Chinese Simplified) * New translations WebpageCaptureForm.resx (Chinese Simplified) * New translations Resources.resx (Chinese Simplified) * New translations Resources.resx (Chinese Simplified) * New translations ImageEffectsForm.resx (Chinese Simplified) * New translations ImageCombinerForm.resx (Chinese Simplified) * New translations VideoThumbnailerForm.resx (Chinese Simplified) * New translations TextDrawingInputBox.resx (Chinese Simplified) * New translations FFmpegOptionsForm.resx (Chinese Simplified) * New translations ScrollingCaptureForm.resx (Chinese Simplified) * New translations QRCodeForm.resx (Italian) * New translations HotkeySettingsForm.resx (Italian) * New translations ActionsForm.resx (Chinese Simplified) * New translations ImageHistoryForm.resx (Italian) * New translations DownloaderForm.resx (Italian) * New translations UpdateCheckerLabel.resx (Italian) * New translations UpdateMessageBox.resx (Italian) * New translations Resources.resx (Italian) * New translations HistoryForm.resx (Italian) * New translations HistoryItemInfoForm.resx (Italian) * New translations Resources.resx (Italian) * New translations PrintTextForm.resx (Italian) * New translations ImageEffectsForm.resx (Italian) * New translations ImageCombinerForm.resx (Italian) * New translations VideoThumbnailerForm.resx (Italian) * New translations Resources.resx (Italian) * New translations Resources.resx (Italian) * New translations PrintForm.resx (Italian) * New translations ExportImportControl.resx (Italian) * New translations MyPictureBox.resx (Italian) * New translations DNSChangerForm.resx (Italian) * New translations ClipboardContentViewer.resx (Italian) * New translations DebugForm.resx (Italian) * New translations ErrorForm.resx (Italian) * New translations HashCheckForm.resx (Italian) * New translations InputBox.resx (Italian) * New translations MonitorTestForm.resx (Italian) * New translations FFmpegOptionsForm.resx (Italian) * New translations FirstTimeConfigForm.resx (Italian) * New translations ActionsToolbarEditForm.resx (Italian) * New translations UserPassBox.resx (Italian) * New translations Resources.resx (Italian) * New translations HotkeySelectionControl.resx (Italian) * New translations AboutForm.resx (Italian) * New translations ActionsForm.resx (Italian) * New translations AfterCaptureForm.resx (Italian) * New translations TwitterTweetForm.resx (Italian) * New translations AfterUploadForm.resx (Italian) * New translations ApplicationSettingsForm.resx (Italian) * New translations AutoCaptureForm.resx (Italian) * New translations BeforeUploadForm.resx (Italian) * New translations ClipboardFormatForm.resx (Italian) * New translations EncoderProgramForm.resx (Italian) * New translations FileExistForm.resx (Italian) * New translations UploadersConfigForm.resx (Italian) * New translations ResponseForm.resx (Italian) * New translations Resources.resx (Italian) * New translations ScrollingCaptureForm.resx (Italian) * New translations TextDrawingInputBox.resx (Italian) * New translations WebpageCaptureForm.resx (Italian) * New translations AccountTypeControl.resx (Italian) * New translations AccountsControl.resx (Italian) * New translations OAuthControl.resx (Italian) * New translations FTPClientForm.resx (Italian) * New translations EmailForm.resx (Italian) * New translations JiraUpload.resx (Italian) * New translations OAuthWebForm.resx (Italian) * New translations AboutForm.resx (Chinese Simplified) * New translations ActionsToolbarEditForm.resx (Chinese Simplified) * New translations StickerForm.resx (Korean) * New translations TaskSettingsForm.resx (Dutch) * New translations MainForm.resx (Dutch) * New translations QRCodeForm.resx (Dutch) * New translations ScreenColorPicker.resx (Dutch) * New translations ScreenRecordForm.resx (Dutch) * New translations FirstTimeConfigForm.resx (Dutch) * New translations VideoEncodersForm.resx (Dutch) * New translations WatchFolderForm.resx (Dutch) * New translations Resources.resx (Dutch) * New translations ColorPickerForm.resx (Korean) * New translations GradientPickerForm.resx (Korean) * New translations HotkeySettingsForm.resx (Dutch) * New translations FileExistForm.resx (Dutch) * New translations AboutForm.resx (Dutch) * New translations TwitterTweetForm.resx (Dutch) * New translations UploadersConfigForm.resx (Dutch) * New translations UserPassBox.resx (Dutch) * New translations Resources.resx (Dutch) * New translations HotkeySelectionControl.resx (Dutch) * New translations ActionsForm.resx (Dutch) * New translations EncoderProgramForm.resx (Dutch) * New translations AfterCaptureForm.resx (Dutch) * New translations AfterUploadForm.resx (Dutch) * New translations ApplicationSettingsForm.resx (Dutch) * New translations AutoCaptureForm.resx (Dutch) * New translations BeforeUploadForm.resx (Dutch) * New translations ClipboardFormatForm.resx (Dutch) * New translations ExportImportControl.resx (Korean) * New translations ImageThumbnailerForm.resx (Korean) * New translations ImageHistoryForm.resx (Korean) * New translations Resources.resx (Korean) * New translations ImageEffectsForm.resx (Korean) * New translations DirectoryIndexerForm.resx (Korean) * New translations Resources.resx (Korean) * New translations ImageCombinerForm.resx (Korean) * New translations VideoThumbnailerForm.resx (Korean) * New translations HistoryForm.resx (Korean) * New translations Resources.resx (Korean) * New translations CanvasSizeForm.resx (Korean) * New translations EditorStartupForm.resx (Korean) * New translations FFmpegOptionsForm.resx (Korean) * New translations ImageSizeForm.resx (Korean) * New translations NewImageForm.resx (Korean) * New translations ScrollingCaptureForm.resx (Korean) * New translations HistoryItemInfoForm.resx (Korean) * New translations Resources.resx (Korean) * New translations MyPictureBox.resx (Korean) * New translations HashCheckForm.resx (Korean) * New translations DNSChangerForm.resx (Korean) * New translations ClipboardContentViewer.resx (Korean) * New translations DebugForm.resx (Korean) * New translations ErrorForm.resx (Korean) * New translations InputBox.resx (Korean) * New translations UpdateMessageBox.resx (Korean) * New translations MonitorTestForm.resx (Korean) * New translations PrintForm.resx (Korean) * New translations PrintTextForm.resx (Korean) * New translations Resources.resx (Korean) * New translations DownloaderForm.resx (Korean) * New translations UpdateCheckerLabel.resx (Korean) * New translations ResponseForm.resx (Dutch) * New translations OCRSpaceForm.resx (Dutch) * New translations AfterCaptureForm.resx (Chinese Simplified) * New translations Resources.resx (Chinese Simplified) * New translations ColorPickerForm.resx (Dutch) * New translations GradientPickerForm.resx (Dutch) * New translations ExportImportControl.resx (Dutch) * New translations VideoEncodersForm.resx (Chinese Simplified) * New translations MyPictureBox.resx (Dutch) * New translations DNSChangerForm.resx (Dutch) * New translations ClipboardContentViewer.resx (Dutch) * New translations DebugForm.resx (Dutch) * New translations ErrorForm.resx (Dutch) * New translations WatchFolderForm.resx (Chinese Simplified) * New translations InputBox.resx (Dutch) * New translations FileExistForm.resx (Chinese Simplified) * New translations AfterUploadForm.resx (Chinese Simplified) * New translations ApplicationSettingsForm.resx (Chinese Simplified) * New translations AutoCaptureForm.resx (Chinese Simplified) * New translations BeforeUploadForm.resx (Chinese Simplified) * New translations ClipboardFormatForm.resx (Chinese Simplified)
2018-03-30 09:04:35 +13:00
<value>Descripción</value>
2015-04-09 05:12:31 +12:00
</data>
<data name="chPicasaName.Text" xml:space="preserve">
<value>Nombre</value>
2015-04-09 05:12:31 +12:00
</data>
<data name="lblPicasaAlbumID.Text" xml:space="preserve">
<value>Identificación del álbum para subir (vacío = No subida álbum):</value>
2015-04-09 05:12:31 +12:00
</data>
<data name="lblPhotobucketAccountStatus.Text" xml:space="preserve">
<value>Inicio de sesión es necesario.</value>
2015-04-09 05:12:31 +12:00
</data>
<data name="btnPhotobucketAuthComplete.Text" xml:space="preserve">
<value>Paso 2: Completar autorización </value>
2015-04-09 05:12:31 +12:00
</data>
<data name="lblPhotobucketVerificationCode.Text" xml:space="preserve">
<value>Código de verificación (Obtener el código de verificación de la página autorización):</value>
2016-03-24 09:26:29 +13:00
</data>
<data name="btnPhotobucketAuthOpen.Text" xml:space="preserve">
<value>Paso 1: Abrir la página de autorización...</value>
2016-03-24 09:26:29 +13:00
</data>
<data name="lblPhotobucketDefaultAlbumName.Text" xml:space="preserve">
<value>Nombre del álbum predeterminado</value>
2015-04-09 05:12:31 +12:00
</data>
<data name="gbPhotobucketUserAccount.Text" xml:space="preserve">
<value>Cuenta de usuario</value>
2015-04-09 05:12:31 +12:00
</data>
<data name="btnPhotobucketCreateAlbum.Text" xml:space="preserve">
<value>Crear álbum</value>
2016-03-24 09:26:29 +13:00
</data>
<data name="lblPhotobucketParentAlbumPath.Text" xml:space="preserve">
<value>Ruta álbum de origen</value>
2015-04-09 05:12:31 +12:00
</data>
<data name="lblPhotobucketNewAlbumName.Text" xml:space="preserve">
<value>Nuevo nombre del álbum (debe estar entre 2 y 50 caracteres. Los caracteres válidos son letras, números, guión bajo (_), guiones (-), y el espacio)</value>
2015-04-09 05:12:31 +12:00
</data>
<data name="btnPhotobucketRemoveAlbum.Text" xml:space="preserve">
<value>Quitar álbum</value>
2015-04-09 05:12:31 +12:00
</data>
<data name="btnPhotobucketAddAlbum.Text" xml:space="preserve">
<value>Añadir álbum</value>
2015-04-09 05:12:31 +12:00
</data>
<data name="gbPhotobucketAlbumPath.Text" xml:space="preserve">
<value>Subir imágenes a</value>
2015-04-09 05:12:31 +12:00
</data>
<data name="lblImageShackPassword.Text" xml:space="preserve">
<value>Contraseña:</value>
2015-04-09 05:12:31 +12:00
</data>
<data name="lblImageShackUsername.Text" xml:space="preserve">
<value>Nombre de usuario:</value>
2015-04-09 05:12:31 +12:00
</data>
<data name="btnImageShackOpenMyImages.Text" xml:space="preserve">
<value>Abrir mi página de imágenes</value>
2015-04-09 05:12:31 +12:00
</data>
<data name="cbImageShackIsPublic.Text" xml:space="preserve">
<value>¿Es carga pública?</value>
2015-04-09 05:12:31 +12:00
</data>
<data name="btnImageShackOpenPublicProfile.Text" xml:space="preserve">
<value>Abrir la página de perfil público</value>
2015-04-09 05:12:31 +12:00
</data>
<data name="btnImageShackLogin.Text" xml:space="preserve">
<value>Login</value>
2015-04-09 05:12:31 +12:00
</data>
<data name="lblImgurThumbnailType.Text" xml:space="preserve">
<value>Tipo miniatura:</value>
2015-04-09 05:12:31 +12:00
</data>
<data name="btnImgurRefreshAlbumList.Text" xml:space="preserve">
<value>Refrescar lista de álbum</value>
2015-04-09 05:12:31 +12:00
</data>
<data name="chImgurDescription.Text" xml:space="preserve">
<value>Descripción</value>
2015-04-09 05:12:31 +12:00
</data>
<data name="chImgurTitle.Text" xml:space="preserve">
<value>Título</value>
2015-04-09 05:12:31 +12:00
</data>
<data name="cbImgurDirectLink.Text" xml:space="preserve">
<value>Utilice enlace directo</value>
</data>
<data name="cbImgurUploadSelectedAlbum.Text" xml:space="preserve">
<value>Subir imágenes al álbum seleccionado</value>
</data>
<data name="lblHastebinCustomDomain.Text" xml:space="preserve">
<value>Dominio personalizado:</value>
2015-04-09 05:12:31 +12:00
</data>
<data name="lblHastebinSyntaxHighlighting.Text" xml:space="preserve">
<value>Destacando de sintaxis:</value>
2015-04-09 05:12:31 +12:00
</data>
<data name="lblUpasteUserKey.Text" xml:space="preserve">
<value>Clave de usuario:</value>
</data>
<data name="cbUpasteIsPublic.Text" xml:space="preserve">
<value>¿Es carga pública?</value>
2015-04-09 05:12:31 +12:00
</data>
<data name="lblPaste_eeUserAPIKey.Text" xml:space="preserve">
<value>Clave de API de usuario:</value>
2015-04-09 05:12:31 +12:00
</data>
<data name="btnPastebinLogin.Text" xml:space="preserve">
<value>Login</value>
</data>
<data name="lblPastebinLoginStatus.Text" xml:space="preserve">
<value>Estado:</value>
2015-04-09 05:12:31 +12:00
</data>
<data name="lblPastebinUsername.Text" xml:space="preserve">
<value>Nombre de usuario:</value>
</data>
<data name="lblPastebinPassword.Text" xml:space="preserve">
New Crowdin translations (#3265) * New translations ClipboardContentViewer.resx (Hungarian) * New translations UpdateMessageBox.resx (Vietnamese) * New translations OAuthControl.resx (Vietnamese) * New translations WebpageCaptureForm.resx (Vietnamese) * New translations Resources.resx (Vietnamese) * New translations AccountTypeControl.resx (Vietnamese) * New translations AccountsControl.resx (Vietnamese) * New translations FTPClientForm.resx (Vietnamese) * New translations ScrollingCaptureForm.resx (Vietnamese) * New translations EmailForm.resx (Vietnamese) * New translations JiraUpload.resx (Vietnamese) * New translations OAuthWebForm.resx (Vietnamese) * New translations ResponseForm.resx (Vietnamese) * New translations TwitterTweetForm.resx (Vietnamese) * New translations UserPassBox.resx (Vietnamese) * New translations Resources.resx (Vietnamese) * New translations HistoryForm.resx (Vietnamese) * New translations HistoryItemInfoForm.resx (Vietnamese) * New translations ImageHistoryForm.resx (Vietnamese) * New translations Resources.resx (Vietnamese) * New translations ImageEffectsForm.resx (Vietnamese) * New translations ImageCombinerForm.resx (Vietnamese) * New translations VideoThumbnailerForm.resx (Vietnamese) * New translations Resources.resx (Vietnamese) * New translations FFmpegOptionsForm.resx (Vietnamese) * New translations UploadersConfigForm.resx (Vietnamese) * New translations Resources.resx (Vietnamese) * New translations DNSChangerForm.resx (Hungarian) * New translations GradientPickerForm.resx (Hungarian) * New translations TaskSettingsForm.resx (Vietnamese) * New translations VideoEncodersForm.resx (Vietnamese) * New translations WatchFolderForm.resx (Vietnamese) * New translations Resources.resx (Vietnamese) * New translations ColorPickerForm.resx (Hungarian) * New translations ScreenColorPicker.resx (Vietnamese) * New translations ExportImportControl.resx (Hungarian) * New translations MyPictureBox.resx (Hungarian) * New translations ScreenRecordForm.resx (Vietnamese) * New translations HotkeySelectionControl.resx (Vietnamese) * New translations AutoCaptureForm.resx (Vietnamese) * New translations AboutForm.resx (Vietnamese) * New translations ActionsForm.resx (Vietnamese) * New translations AfterCaptureForm.resx (Vietnamese) * New translations AfterUploadForm.resx (Vietnamese) * New translations ApplicationSettingsForm.resx (Vietnamese) * New translations BeforeUploadForm.resx (Vietnamese) * New translations ClipboardFormatForm.resx (Vietnamese) * New translations EncoderProgramForm.resx (Vietnamese) * New translations FileExistForm.resx (Vietnamese) * New translations FirstTimeConfigForm.resx (Vietnamese) * New translations HotkeySettingsForm.resx (Vietnamese) * New translations MainForm.resx (Vietnamese) * New translations QRCodeForm.resx (Vietnamese) * New translations WebpageCaptureForm.resx (Korean) * New translations StickerPackForm.resx (Korean) * New translations GradientPickerForm.resx (Italian) * New translations MonitorTestForm.resx (Chinese Simplified) * New translations DNSChangerForm.resx (Chinese Simplified) * New translations ClipboardContentViewer.resx (Chinese Simplified) * New translations DebugForm.resx (Chinese Simplified) * New translations ErrorForm.resx (Chinese Simplified) * New translations HashCheckForm.resx (Chinese Simplified) * New translations InputBox.resx (Chinese Simplified) * New translations PrintForm.resx (Chinese Simplified) * New translations PrintTextForm.resx (Chinese Simplified) * New translations Resources.resx (Chinese Simplified) * New translations DownloaderForm.resx (Chinese Simplified) * New translations UpdateCheckerLabel.resx (Chinese Simplified) * New translations UpdateMessageBox.resx (Chinese Simplified) * New translations Resources.resx (Chinese Simplified) * New translations MyPictureBox.resx (Chinese Simplified) * New translations HistoryItemInfoForm.resx (Chinese Simplified) * New translations VideoEncodersForm.resx (Italian) * New translations QuickTaskInfoEditForm.resx (Italian) * New translations QuickTaskMenuEditorForm.resx (Italian) * New translations ScreenColorPicker.resx (Italian) * New translations ScreenRecordForm.resx (Italian) * New translations TaskSettingsForm.resx (Italian) * New translations WatchFolderForm.resx (Italian) * New translations Resources.resx (Italian) * New translations ColorPickerForm.resx (Chinese Simplified) * New translations GradientPickerForm.resx (Chinese Simplified) * New translations ExportImportControl.resx (Chinese Simplified) * New translations HistoryForm.resx (Chinese Simplified) * New translations ImageHistoryForm.resx (Chinese Simplified) * New translations MainForm.resx (Italian) * New translations AccountsControl.resx (Chinese Simplified) * New translations OAuthControl.resx (Chinese Simplified) * New translations FTPClientForm.resx (Chinese Simplified) * New translations EmailForm.resx (Chinese Simplified) * New translations JiraUpload.resx (Chinese Simplified) * New translations OAuthWebForm.resx (Chinese Simplified) * New translations Resources.resx (Chinese Simplified) * New translations ResponseForm.resx (Chinese Simplified) * New translations TwitterTweetForm.resx (Chinese Simplified) * New translations UploadersConfigForm.resx (Chinese Simplified) * New translations UserPassBox.resx (Chinese Simplified) * New translations Resources.resx (Chinese Simplified) * New translations HotkeySelectionControl.resx (Chinese Simplified) * New translations AccountTypeControl.resx (Chinese Simplified) * New translations WebpageCaptureForm.resx (Chinese Simplified) * New translations Resources.resx (Chinese Simplified) * New translations Resources.resx (Chinese Simplified) * New translations ImageEffectsForm.resx (Chinese Simplified) * New translations ImageCombinerForm.resx (Chinese Simplified) * New translations VideoThumbnailerForm.resx (Chinese Simplified) * New translations TextDrawingInputBox.resx (Chinese Simplified) * New translations FFmpegOptionsForm.resx (Chinese Simplified) * New translations ScrollingCaptureForm.resx (Chinese Simplified) * New translations QRCodeForm.resx (Italian) * New translations HotkeySettingsForm.resx (Italian) * New translations ActionsForm.resx (Chinese Simplified) * New translations ImageHistoryForm.resx (Italian) * New translations DownloaderForm.resx (Italian) * New translations UpdateCheckerLabel.resx (Italian) * New translations UpdateMessageBox.resx (Italian) * New translations Resources.resx (Italian) * New translations HistoryForm.resx (Italian) * New translations HistoryItemInfoForm.resx (Italian) * New translations Resources.resx (Italian) * New translations PrintTextForm.resx (Italian) * New translations ImageEffectsForm.resx (Italian) * New translations ImageCombinerForm.resx (Italian) * New translations VideoThumbnailerForm.resx (Italian) * New translations Resources.resx (Italian) * New translations Resources.resx (Italian) * New translations PrintForm.resx (Italian) * New translations ExportImportControl.resx (Italian) * New translations MyPictureBox.resx (Italian) * New translations DNSChangerForm.resx (Italian) * New translations ClipboardContentViewer.resx (Italian) * New translations DebugForm.resx (Italian) * New translations ErrorForm.resx (Italian) * New translations HashCheckForm.resx (Italian) * New translations InputBox.resx (Italian) * New translations MonitorTestForm.resx (Italian) * New translations FFmpegOptionsForm.resx (Italian) * New translations FirstTimeConfigForm.resx (Italian) * New translations ActionsToolbarEditForm.resx (Italian) * New translations UserPassBox.resx (Italian) * New translations Resources.resx (Italian) * New translations HotkeySelectionControl.resx (Italian) * New translations AboutForm.resx (Italian) * New translations ActionsForm.resx (Italian) * New translations AfterCaptureForm.resx (Italian) * New translations TwitterTweetForm.resx (Italian) * New translations AfterUploadForm.resx (Italian) * New translations ApplicationSettingsForm.resx (Italian) * New translations AutoCaptureForm.resx (Italian) * New translations BeforeUploadForm.resx (Italian) * New translations ClipboardFormatForm.resx (Italian) * New translations EncoderProgramForm.resx (Italian) * New translations FileExistForm.resx (Italian) * New translations UploadersConfigForm.resx (Italian) * New translations ResponseForm.resx (Italian) * New translations Resources.resx (Italian) * New translations ScrollingCaptureForm.resx (Italian) * New translations TextDrawingInputBox.resx (Italian) * New translations WebpageCaptureForm.resx (Italian) * New translations AccountTypeControl.resx (Italian) * New translations AccountsControl.resx (Italian) * New translations OAuthControl.resx (Italian) * New translations FTPClientForm.resx (Italian) * New translations EmailForm.resx (Italian) * New translations JiraUpload.resx (Italian) * New translations OAuthWebForm.resx (Italian) * New translations AboutForm.resx (Chinese Simplified) * New translations ActionsToolbarEditForm.resx (Chinese Simplified) * New translations StickerForm.resx (Korean) * New translations TaskSettingsForm.resx (Dutch) * New translations MainForm.resx (Dutch) * New translations QRCodeForm.resx (Dutch) * New translations ScreenColorPicker.resx (Dutch) * New translations ScreenRecordForm.resx (Dutch) * New translations FirstTimeConfigForm.resx (Dutch) * New translations VideoEncodersForm.resx (Dutch) * New translations WatchFolderForm.resx (Dutch) * New translations Resources.resx (Dutch) * New translations ColorPickerForm.resx (Korean) * New translations GradientPickerForm.resx (Korean) * New translations HotkeySettingsForm.resx (Dutch) * New translations FileExistForm.resx (Dutch) * New translations AboutForm.resx (Dutch) * New translations TwitterTweetForm.resx (Dutch) * New translations UploadersConfigForm.resx (Dutch) * New translations UserPassBox.resx (Dutch) * New translations Resources.resx (Dutch) * New translations HotkeySelectionControl.resx (Dutch) * New translations ActionsForm.resx (Dutch) * New translations EncoderProgramForm.resx (Dutch) * New translations AfterCaptureForm.resx (Dutch) * New translations AfterUploadForm.resx (Dutch) * New translations ApplicationSettingsForm.resx (Dutch) * New translations AutoCaptureForm.resx (Dutch) * New translations BeforeUploadForm.resx (Dutch) * New translations ClipboardFormatForm.resx (Dutch) * New translations ExportImportControl.resx (Korean) * New translations ImageThumbnailerForm.resx (Korean) * New translations ImageHistoryForm.resx (Korean) * New translations Resources.resx (Korean) * New translations ImageEffectsForm.resx (Korean) * New translations DirectoryIndexerForm.resx (Korean) * New translations Resources.resx (Korean) * New translations ImageCombinerForm.resx (Korean) * New translations VideoThumbnailerForm.resx (Korean) * New translations HistoryForm.resx (Korean) * New translations Resources.resx (Korean) * New translations CanvasSizeForm.resx (Korean) * New translations EditorStartupForm.resx (Korean) * New translations FFmpegOptionsForm.resx (Korean) * New translations ImageSizeForm.resx (Korean) * New translations NewImageForm.resx (Korean) * New translations ScrollingCaptureForm.resx (Korean) * New translations HistoryItemInfoForm.resx (Korean) * New translations Resources.resx (Korean) * New translations MyPictureBox.resx (Korean) * New translations HashCheckForm.resx (Korean) * New translations DNSChangerForm.resx (Korean) * New translations ClipboardContentViewer.resx (Korean) * New translations DebugForm.resx (Korean) * New translations ErrorForm.resx (Korean) * New translations InputBox.resx (Korean) * New translations UpdateMessageBox.resx (Korean) * New translations MonitorTestForm.resx (Korean) * New translations PrintForm.resx (Korean) * New translations PrintTextForm.resx (Korean) * New translations Resources.resx (Korean) * New translations DownloaderForm.resx (Korean) * New translations UpdateCheckerLabel.resx (Korean) * New translations ResponseForm.resx (Dutch) * New translations OCRSpaceForm.resx (Dutch) * New translations AfterCaptureForm.resx (Chinese Simplified) * New translations Resources.resx (Chinese Simplified) * New translations ColorPickerForm.resx (Dutch) * New translations GradientPickerForm.resx (Dutch) * New translations ExportImportControl.resx (Dutch) * New translations VideoEncodersForm.resx (Chinese Simplified) * New translations MyPictureBox.resx (Dutch) * New translations DNSChangerForm.resx (Dutch) * New translations ClipboardContentViewer.resx (Dutch) * New translations DebugForm.resx (Dutch) * New translations ErrorForm.resx (Dutch) * New translations WatchFolderForm.resx (Chinese Simplified) * New translations InputBox.resx (Dutch) * New translations FileExistForm.resx (Chinese Simplified) * New translations AfterUploadForm.resx (Chinese Simplified) * New translations ApplicationSettingsForm.resx (Chinese Simplified) * New translations AutoCaptureForm.resx (Chinese Simplified) * New translations BeforeUploadForm.resx (Chinese Simplified) * New translations ClipboardFormatForm.resx (Chinese Simplified)
2018-03-30 09:04:35 +13:00
<value>Contraseña:</value>
</data>
<data name="lblPastebinTitle.Text" xml:space="preserve">
<value>Pegar título:</value>
</data>
<data name="lblPastebinPrivacy.Text" xml:space="preserve">
<value>Privacidad:</value>
</data>
<data name="lblPastebinExpiration.Text" xml:space="preserve">
<value>Vencimiento:</value>
</data>
<data name="lblPastebinSyntax.Text" xml:space="preserve">
<value>Pegar sintaxis:</value>
</data>
New Crowdin translations (#3265) * New translations ClipboardContentViewer.resx (Hungarian) * New translations UpdateMessageBox.resx (Vietnamese) * New translations OAuthControl.resx (Vietnamese) * New translations WebpageCaptureForm.resx (Vietnamese) * New translations Resources.resx (Vietnamese) * New translations AccountTypeControl.resx (Vietnamese) * New translations AccountsControl.resx (Vietnamese) * New translations FTPClientForm.resx (Vietnamese) * New translations ScrollingCaptureForm.resx (Vietnamese) * New translations EmailForm.resx (Vietnamese) * New translations JiraUpload.resx (Vietnamese) * New translations OAuthWebForm.resx (Vietnamese) * New translations ResponseForm.resx (Vietnamese) * New translations TwitterTweetForm.resx (Vietnamese) * New translations UserPassBox.resx (Vietnamese) * New translations Resources.resx (Vietnamese) * New translations HistoryForm.resx (Vietnamese) * New translations HistoryItemInfoForm.resx (Vietnamese) * New translations ImageHistoryForm.resx (Vietnamese) * New translations Resources.resx (Vietnamese) * New translations ImageEffectsForm.resx (Vietnamese) * New translations ImageCombinerForm.resx (Vietnamese) * New translations VideoThumbnailerForm.resx (Vietnamese) * New translations Resources.resx (Vietnamese) * New translations FFmpegOptionsForm.resx (Vietnamese) * New translations UploadersConfigForm.resx (Vietnamese) * New translations Resources.resx (Vietnamese) * New translations DNSChangerForm.resx (Hungarian) * New translations GradientPickerForm.resx (Hungarian) * New translations TaskSettingsForm.resx (Vietnamese) * New translations VideoEncodersForm.resx (Vietnamese) * New translations WatchFolderForm.resx (Vietnamese) * New translations Resources.resx (Vietnamese) * New translations ColorPickerForm.resx (Hungarian) * New translations ScreenColorPicker.resx (Vietnamese) * New translations ExportImportControl.resx (Hungarian) * New translations MyPictureBox.resx (Hungarian) * New translations ScreenRecordForm.resx (Vietnamese) * New translations HotkeySelectionControl.resx (Vietnamese) * New translations AutoCaptureForm.resx (Vietnamese) * New translations AboutForm.resx (Vietnamese) * New translations ActionsForm.resx (Vietnamese) * New translations AfterCaptureForm.resx (Vietnamese) * New translations AfterUploadForm.resx (Vietnamese) * New translations ApplicationSettingsForm.resx (Vietnamese) * New translations BeforeUploadForm.resx (Vietnamese) * New translations ClipboardFormatForm.resx (Vietnamese) * New translations EncoderProgramForm.resx (Vietnamese) * New translations FileExistForm.resx (Vietnamese) * New translations FirstTimeConfigForm.resx (Vietnamese) * New translations HotkeySettingsForm.resx (Vietnamese) * New translations MainForm.resx (Vietnamese) * New translations QRCodeForm.resx (Vietnamese) * New translations WebpageCaptureForm.resx (Korean) * New translations StickerPackForm.resx (Korean) * New translations GradientPickerForm.resx (Italian) * New translations MonitorTestForm.resx (Chinese Simplified) * New translations DNSChangerForm.resx (Chinese Simplified) * New translations ClipboardContentViewer.resx (Chinese Simplified) * New translations DebugForm.resx (Chinese Simplified) * New translations ErrorForm.resx (Chinese Simplified) * New translations HashCheckForm.resx (Chinese Simplified) * New translations InputBox.resx (Chinese Simplified) * New translations PrintForm.resx (Chinese Simplified) * New translations PrintTextForm.resx (Chinese Simplified) * New translations Resources.resx (Chinese Simplified) * New translations DownloaderForm.resx (Chinese Simplified) * New translations UpdateCheckerLabel.resx (Chinese Simplified) * New translations UpdateMessageBox.resx (Chinese Simplified) * New translations Resources.resx (Chinese Simplified) * New translations MyPictureBox.resx (Chinese Simplified) * New translations HistoryItemInfoForm.resx (Chinese Simplified) * New translations VideoEncodersForm.resx (Italian) * New translations QuickTaskInfoEditForm.resx (Italian) * New translations QuickTaskMenuEditorForm.resx (Italian) * New translations ScreenColorPicker.resx (Italian) * New translations ScreenRecordForm.resx (Italian) * New translations TaskSettingsForm.resx (Italian) * New translations WatchFolderForm.resx (Italian) * New translations Resources.resx (Italian) * New translations ColorPickerForm.resx (Chinese Simplified) * New translations GradientPickerForm.resx (Chinese Simplified) * New translations ExportImportControl.resx (Chinese Simplified) * New translations HistoryForm.resx (Chinese Simplified) * New translations ImageHistoryForm.resx (Chinese Simplified) * New translations MainForm.resx (Italian) * New translations AccountsControl.resx (Chinese Simplified) * New translations OAuthControl.resx (Chinese Simplified) * New translations FTPClientForm.resx (Chinese Simplified) * New translations EmailForm.resx (Chinese Simplified) * New translations JiraUpload.resx (Chinese Simplified) * New translations OAuthWebForm.resx (Chinese Simplified) * New translations Resources.resx (Chinese Simplified) * New translations ResponseForm.resx (Chinese Simplified) * New translations TwitterTweetForm.resx (Chinese Simplified) * New translations UploadersConfigForm.resx (Chinese Simplified) * New translations UserPassBox.resx (Chinese Simplified) * New translations Resources.resx (Chinese Simplified) * New translations HotkeySelectionControl.resx (Chinese Simplified) * New translations AccountTypeControl.resx (Chinese Simplified) * New translations WebpageCaptureForm.resx (Chinese Simplified) * New translations Resources.resx (Chinese Simplified) * New translations Resources.resx (Chinese Simplified) * New translations ImageEffectsForm.resx (Chinese Simplified) * New translations ImageCombinerForm.resx (Chinese Simplified) * New translations VideoThumbnailerForm.resx (Chinese Simplified) * New translations TextDrawingInputBox.resx (Chinese Simplified) * New translations FFmpegOptionsForm.resx (Chinese Simplified) * New translations ScrollingCaptureForm.resx (Chinese Simplified) * New translations QRCodeForm.resx (Italian) * New translations HotkeySettingsForm.resx (Italian) * New translations ActionsForm.resx (Chinese Simplified) * New translations ImageHistoryForm.resx (Italian) * New translations DownloaderForm.resx (Italian) * New translations UpdateCheckerLabel.resx (Italian) * New translations UpdateMessageBox.resx (Italian) * New translations Resources.resx (Italian) * New translations HistoryForm.resx (Italian) * New translations HistoryItemInfoForm.resx (Italian) * New translations Resources.resx (Italian) * New translations PrintTextForm.resx (Italian) * New translations ImageEffectsForm.resx (Italian) * New translations ImageCombinerForm.resx (Italian) * New translations VideoThumbnailerForm.resx (Italian) * New translations Resources.resx (Italian) * New translations Resources.resx (Italian) * New translations PrintForm.resx (Italian) * New translations ExportImportControl.resx (Italian) * New translations MyPictureBox.resx (Italian) * New translations DNSChangerForm.resx (Italian) * New translations ClipboardContentViewer.resx (Italian) * New translations DebugForm.resx (Italian) * New translations ErrorForm.resx (Italian) * New translations HashCheckForm.resx (Italian) * New translations InputBox.resx (Italian) * New translations MonitorTestForm.resx (Italian) * New translations FFmpegOptionsForm.resx (Italian) * New translations FirstTimeConfigForm.resx (Italian) * New translations ActionsToolbarEditForm.resx (Italian) * New translations UserPassBox.resx (Italian) * New translations Resources.resx (Italian) * New translations HotkeySelectionControl.resx (Italian) * New translations AboutForm.resx (Italian) * New translations ActionsForm.resx (Italian) * New translations AfterCaptureForm.resx (Italian) * New translations TwitterTweetForm.resx (Italian) * New translations AfterUploadForm.resx (Italian) * New translations ApplicationSettingsForm.resx (Italian) * New translations AutoCaptureForm.resx (Italian) * New translations BeforeUploadForm.resx (Italian) * New translations ClipboardFormatForm.resx (Italian) * New translations EncoderProgramForm.resx (Italian) * New translations FileExistForm.resx (Italian) * New translations UploadersConfigForm.resx (Italian) * New translations ResponseForm.resx (Italian) * New translations Resources.resx (Italian) * New translations ScrollingCaptureForm.resx (Italian) * New translations TextDrawingInputBox.resx (Italian) * New translations WebpageCaptureForm.resx (Italian) * New translations AccountTypeControl.resx (Italian) * New translations AccountsControl.resx (Italian) * New translations OAuthControl.resx (Italian) * New translations FTPClientForm.resx (Italian) * New translations EmailForm.resx (Italian) * New translations JiraUpload.resx (Italian) * New translations OAuthWebForm.resx (Italian) * New translations AboutForm.resx (Chinese Simplified) * New translations ActionsToolbarEditForm.resx (Chinese Simplified) * New translations StickerForm.resx (Korean) * New translations TaskSettingsForm.resx (Dutch) * New translations MainForm.resx (Dutch) * New translations QRCodeForm.resx (Dutch) * New translations ScreenColorPicker.resx (Dutch) * New translations ScreenRecordForm.resx (Dutch) * New translations FirstTimeConfigForm.resx (Dutch) * New translations VideoEncodersForm.resx (Dutch) * New translations WatchFolderForm.resx (Dutch) * New translations Resources.resx (Dutch) * New translations ColorPickerForm.resx (Korean) * New translations GradientPickerForm.resx (Korean) * New translations HotkeySettingsForm.resx (Dutch) * New translations FileExistForm.resx (Dutch) * New translations AboutForm.resx (Dutch) * New translations TwitterTweetForm.resx (Dutch) * New translations UploadersConfigForm.resx (Dutch) * New translations UserPassBox.resx (Dutch) * New translations Resources.resx (Dutch) * New translations HotkeySelectionControl.resx (Dutch) * New translations ActionsForm.resx (Dutch) * New translations EncoderProgramForm.resx (Dutch) * New translations AfterCaptureForm.resx (Dutch) * New translations AfterUploadForm.resx (Dutch) * New translations ApplicationSettingsForm.resx (Dutch) * New translations AutoCaptureForm.resx (Dutch) * New translations BeforeUploadForm.resx (Dutch) * New translations ClipboardFormatForm.resx (Dutch) * New translations ExportImportControl.resx (Korean) * New translations ImageThumbnailerForm.resx (Korean) * New translations ImageHistoryForm.resx (Korean) * New translations Resources.resx (Korean) * New translations ImageEffectsForm.resx (Korean) * New translations DirectoryIndexerForm.resx (Korean) * New translations Resources.resx (Korean) * New translations ImageCombinerForm.resx (Korean) * New translations VideoThumbnailerForm.resx (Korean) * New translations HistoryForm.resx (Korean) * New translations Resources.resx (Korean) * New translations CanvasSizeForm.resx (Korean) * New translations EditorStartupForm.resx (Korean) * New translations FFmpegOptionsForm.resx (Korean) * New translations ImageSizeForm.resx (Korean) * New translations NewImageForm.resx (Korean) * New translations ScrollingCaptureForm.resx (Korean) * New translations HistoryItemInfoForm.resx (Korean) * New translations Resources.resx (Korean) * New translations MyPictureBox.resx (Korean) * New translations HashCheckForm.resx (Korean) * New translations DNSChangerForm.resx (Korean) * New translations ClipboardContentViewer.resx (Korean) * New translations DebugForm.resx (Korean) * New translations ErrorForm.resx (Korean) * New translations InputBox.resx (Korean) * New translations UpdateMessageBox.resx (Korean) * New translations MonitorTestForm.resx (Korean) * New translations PrintForm.resx (Korean) * New translations PrintTextForm.resx (Korean) * New translations Resources.resx (Korean) * New translations DownloaderForm.resx (Korean) * New translations UpdateCheckerLabel.resx (Korean) * New translations ResponseForm.resx (Dutch) * New translations OCRSpaceForm.resx (Dutch) * New translations AfterCaptureForm.resx (Chinese Simplified) * New translations Resources.resx (Chinese Simplified) * New translations ColorPickerForm.resx (Dutch) * New translations GradientPickerForm.resx (Dutch) * New translations ExportImportControl.resx (Dutch) * New translations VideoEncodersForm.resx (Chinese Simplified) * New translations MyPictureBox.resx (Dutch) * New translations DNSChangerForm.resx (Dutch) * New translations ClipboardContentViewer.resx (Dutch) * New translations DebugForm.resx (Dutch) * New translations ErrorForm.resx (Dutch) * New translations WatchFolderForm.resx (Chinese Simplified) * New translations InputBox.resx (Dutch) * New translations FileExistForm.resx (Chinese Simplified) * New translations AfterUploadForm.resx (Chinese Simplified) * New translations ApplicationSettingsForm.resx (Chinese Simplified) * New translations AutoCaptureForm.resx (Chinese Simplified) * New translations BeforeUploadForm.resx (Chinese Simplified) * New translations ClipboardFormatForm.resx (Chinese Simplified)
2018-03-30 09:04:35 +13:00
<data name="btnPastebinRegister.Text" xml:space="preserve">
<value>Registrar...</value>
</data>
<data name="lblEmailSmtpPort.Text" xml:space="preserve">
<value>Puerto:</value>
</data>
<data name="lblEmailDefaultBody.Text" xml:space="preserve">
<value>Mensaje predeterminado:</value>
</data>
<data name="lblEmailDefaultSubject.Text" xml:space="preserve">
<value>Asunto predeterminado:</value>
</data>
<data name="lblEmailFrom.Text" xml:space="preserve">
<value>Email:</value>
</data>
<data name="cbEmailRememberLastTo.Text" xml:space="preserve">
<value>Recordar la última dirección del destinatario</value>
</data>
<data name="lblEmailPassword.Text" xml:space="preserve">
<value>Contraseña:</value>
</data>
<data name="lblEmailSmtpServer.Text" xml:space="preserve">
<value>Servidor SMTP:</value>
</data>
<data name="lblSharedFolderImages.Text" xml:space="preserve">
<value>Imagen:</value>
</data>
<data name="lblSharedFolderText.Text" xml:space="preserve">
<value>Texto:</value>
</data>
<data name="lblSharedFolderFiles.Text" xml:space="preserve">
<value>Archivo:</value>
</data>
<data name="lblLambdaApiKey.Text" xml:space="preserve">
<value>Clave de la API:</value>
</data>
<data name="lblLambdaInfo.Text" xml:space="preserve">
<value>Para obtener una clave de API, inicie sesión en Lambda en https://lambda.sx/ haga clic en la rueda dentada configuración en la parte superior derecha.</value>
</data>
<data name="lblJiraHost.Text" xml:space="preserve">
<value>Host Jira:</value>
</data>
<data name="txtJiraConfigHelp.Text" xml:space="preserve">
<value>Plantilla</value>
</data>
<data name="lblJiraIssuePrefix.Text" xml:space="preserve">
<value>Jira problema prefijo:</value>
</data>
<data name="lblLocalhostrEmail.Text" xml:space="preserve">
<value>Email:</value>
</data>
<data name="lblLocalhostrPassword.Text" xml:space="preserve">
<value>Contraseña:</value>
</data>
<data name="cbLocalhostrDirectURL.Text" xml:space="preserve">
<value>Utilice URL directa si existe</value>
</data>
<data name="lblSendSpaceUsername.Text" xml:space="preserve">
<value>Nombre de usuario:</value>
</data>
<data name="lblSendSpacePassword.Text" xml:space="preserve">
<value>Contraseña:</value>
</data>
<data name="btnSendSpaceRegister.Text" xml:space="preserve">
<value>&amp;Registrar...</value>
</data>
<data name="lblPushbulletUserKey.Text" xml:space="preserve">
<value>Clave de API de usuario:</value>
</data>
<data name="btnPushbulletGetDeviceList.Text" xml:space="preserve">
<value>Obtener lista de equipos</value>
</data>
<data name="lblPushbulletDevices.Text" xml:space="preserve">
<value>Dispositivo:</value>
</data>
<data name="lblMediaFireEmail.Text" xml:space="preserve">
<value>Email:</value>
</data>
<data name="lblMediaFirePassword.Text" xml:space="preserve">
<value>Contraseña:</value>
</data>
<data name="lblMediaFirePath.Text" xml:space="preserve">
<value>Ruta de subir:</value>
</data>
<data name="cbMediaFireUseLongLink.Text" xml:space="preserve">
<value>Utilizar enlace de largo que incluye el nombre del archivo</value>
</data>
<data name="lblOwnCloudHost.Text" xml:space="preserve">
<value>Host:</value>
</data>
<data name="lblOwnCloudUsername.Text" xml:space="preserve">
<value>Nombre de usuario:</value>
</data>
<data name="lblOwnCloudPassword.Text" xml:space="preserve">
<value>Contraseña:</value>
</data>
<data name="lblOwnCloudPath.Text" xml:space="preserve">
<value>Ruta:</value>
</data>
<data name="cbOwnCloudCreateShare.Text" xml:space="preserve">
<value>Crear URL compartible</value>
</data>
<data name="cbOwnCloudDirectLink.Text" xml:space="preserve">
<value>Enlace directo (Añade "&amp;descargar" a la URL)</value>
</data>
<data name="lblMegaPassword.Text" xml:space="preserve">
<value>Contraseña:</value>
</data>
<data name="btnMegaLogin.Text" xml:space="preserve">
<value>Login</value>
</data>
<data name="lblMegaEmail.Text" xml:space="preserve">
<value>Email:</value>
</data>
<data name="lblMegaStatusTitle.Text" xml:space="preserve">
<value>Estado:</value>
</data>
<data name="lblMegaFolder.Text" xml:space="preserve">
<value>Carpeta:</value>
</data>
<data name="btnMegaRegister.Text" xml:space="preserve">
<value>Registrar...</value>
</data>
<data name="lblMegaStatus.Text" xml:space="preserve">
<value>Configurado / No configurado</value>
</data>
<data name="btnMegaRefreshFolders.Text" xml:space="preserve">
<value>Refrescar</value>
</data>
<data name="lblAmazonS3AccessKey.Text" xml:space="preserve">
<value>Clave de acceso:</value>
</data>
<data name="lblAmazonS3SecretKey.Text" xml:space="preserve">
<value>Clave secreta:</value>
2015-04-09 05:12:31 +12:00
</data>
<data name="lblAmazonS3ObjectPrefix.Text" xml:space="preserve">
<value>Ruta de subir:</value>
2015-04-09 05:12:31 +12:00
</data>
<data name="lblAmazonS3Endpoint.Text" xml:space="preserve">
<value>Punto final:</value>
2015-04-09 05:12:31 +12:00
</data>
<data name="lblAmazonS3BucketName.Text" xml:space="preserve">
<value>Nombre del balde:</value>
2015-04-09 05:12:31 +12:00
</data>
<data name="lblAmazonS3PathPreview.Text" xml:space="preserve">
<value>Vista previa</value>
</data>
<data name="lblAmazonS3PathPreviewLabel.Text" xml:space="preserve">
<value>Vista previa de URL:</value>
2015-04-09 05:12:31 +12:00
</data>
<data name="btnBoxRefreshFolders.Text" xml:space="preserve">
<value>Refrescar lista de carpetas</value>
2015-04-09 05:12:31 +12:00
</data>
<data name="lblBoxFolderID.Text" xml:space="preserve">
<value>Carpeta seleccionada:</value>
2016-03-24 09:26:29 +13:00
</data>
<data name="chBoxFoldersName.Text" xml:space="preserve">
<value>Nombre de la carpeta</value>
</data>
<data name="cbBoxShare.Text" xml:space="preserve">
<value>Crear un enlace compartible</value>
</data>
<data name="lblBoxFolderTip.Text" xml:space="preserve">
<value>Nota: Puede hacer doble clic en el nombre de carpeta para ir dentro de esa carpeta.</value>
</data>
<data name="cbGoogleDriveIsPublic.Text" xml:space="preserve">
<value>¿Es carga pública?</value>
</data>
<data name="btnGoogleDriveRefreshFolders.Text" xml:space="preserve">
<value>Refrescar lista de carpetas</value>
</data>
<data name="chGoogleDriveDescription.Text" xml:space="preserve">
<value>Descripción</value>
2016-03-24 09:26:29 +13:00
</data>
<data name="chGoogleDriveTitle.Text" xml:space="preserve">
<value>Título</value>
</data>
<data name="lblGoogleDriveFolderID.Text" xml:space="preserve">
<value>ID de carpeta:</value>
2016-03-26 05:10:42 +13:00
</data>
<data name="cbGoogleDriveUseFolder.Text" xml:space="preserve">
<value>Subir archivos a la carpeta seleccionada</value>
</data>
<data name="cbOneDriveCreateShareableLink.Text" xml:space="preserve">
<value>Crear URL compartible</value>
</data>
<data name="lblOneDriveFolderID.Text" xml:space="preserve">
<value>Carpeta seleccionada:</value>
</data>
<data name="lblDropboxPath.Text" xml:space="preserve">
<value>Ruta de subir:</value>
</data>
<data name="cbDropboxAutoCreateShareableLink.Text" xml:space="preserve">
<value>Crear URL compartible:</value>
</data>
<data name="gbPhotobucketAlbums.Text" xml:space="preserve">
<value>Crear nuevo álbum</value>
</data>
</root>