update es-MX translation

This commit is contained in:
Diego Castro 2023-12-12 22:11:56 -05:00
parent 3af89ed9aa
commit 67d3edc38d
36 changed files with 2845 additions and 6 deletions

View file

@ -0,0 +1,132 @@
<?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" />
<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" />
</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" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</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" />
</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" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</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="btnRefresh.Text" xml:space="preserve">
<value>Actualizar</value>
</data>
<data name="btnClearClipboard.Text" xml:space="preserve">
<value>Limpiar portapapeles</value>
</data>
<data name="chFormat.Text" xml:space="preserve">
<value>Formato</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - Visualizador de portapapeles</value>
</data>
</root>

View file

@ -163,7 +163,7 @@
<value>Verde:</value>
</data>
<data name="rbRed.Text" xml:space="preserve">
<value>Rojo</value>
<value>Rojo:</value>
</data>
<data name="rbBrightness.Text" xml:space="preserve">
<value>Brillo:</value>
@ -235,7 +235,7 @@
<value>Cerrar</value>
</data>
<data name="btnScreenColorPicker.ToolTip" xml:space="preserve">
<value>Elegir color de la pantalla</value>
<value>Elegir color desde la pantalla</value>
</data>
<data name="mbCopy.Text" xml:space="preserve">
<value>Copiar</value>
@ -255,4 +255,7 @@
<data name="rbStandardColors.Text" xml:space="preserve">
<value>Colores estándar</value>
</data>
<data name="btnClipboardColorPicker.ToolTip" xml:space="preserve">
<value>Elegir color desde el portapapeles</value>
</data>
</root>

View file

@ -147,4 +147,16 @@
<data name="$this.Text" xml:space="preserve">
<value>ShareX - Degradado</value>
</data>
<data name="btnReverse.Text" xml:space="preserve">
<value>Reversa</value>
</data>
<data name="chGradient.Text" xml:space="preserve">
<value>Gradiente</value>
</data>
<data name="btnClear.Text" xml:space="preserve">
<value>Limpiar</value>
</data>
<data name="lblPresets.Text" xml:space="preserve">
<value>Preajustes:</value>
</data>
</root>

View file

@ -181,4 +181,19 @@
<value></value>
<comment>@Invariant</comment>
</data>
<data name="lblFilePath.Text" xml:space="preserve">
<value>Ruta del archivo:</value>
</data>
<data name="lblFilePath2.Text" xml:space="preserve">
<value>Ruta del archivo:</value>
</data>
<data name="btnFilePathBrowse2.Text" xml:space="preserve">
<value>Examinar</value>
</data>
<data name="cbCompareTwoFiles.Text" xml:space="preserve">
<value>Comparar dos archivos</value>
</data>
<data name="lblHashCheckASCII.Text" xml:space="preserve">
<value>ASCII:</value>
</data>
</root>

View file

@ -964,4 +964,292 @@ Tamaño: {2:n0} / {3:n0} KB</value>
<data name="ShapeType_ToolSelect" xml:space="preserve">
<value>Seleccionar y mover (M)</value>
</data>
<data name="DrawImageSizeMode_PercentageOfCanvas" xml:space="preserve">
<value>Porcentaje de lienzo</value>
</data>
<data name="ShapeType_DrawingSmartEraser" xml:space="preserve">
<value>Borrador inteligente</value>
</data>
<data name="HotkeyType_ImageThumbnailer" xml:space="preserve">
<value>Generador de miniaturas de imágenes</value>
</data>
<data name="ObjectListView_ObjectListView_Name" xml:space="preserve">
<value>Nombre</value>
</data>
<data name="ReplCodeMenuCategory_Window" xml:space="preserve">
<value>Ventana</value>
</data>
<data name="DrawImageSizeMode_DontResize" xml:space="preserve">
<value>No redimensionar</value>
</data>
<data name="HotkeyType_QRCodeDecodeFromScreen" xml:space="preserve">
<value>Código QR (Decodificar desde la pantalla)</value>
</data>
<data name="DrawImageSizeMode_AbsoluteSize" xml:space="preserve">
<value>Tamaño absoluto</value>
</data>
<data name="ObjectListView_ObjectListView_Copy_value" xml:space="preserve">
<value>Copiar valor</value>
</data>
<data name="ObjectListView_ObjectListView_Value" xml:space="preserve">
<value>Valor</value>
</data>
<data name="ObjectListView_ObjectListView_Copy_name" xml:space="preserve">
<value>Copiar nombre</value>
</data>
<data name="HotkeyType_VideoConverter" xml:space="preserve">
<value>Conversor de video</value>
</data>
<data name="DrawImageSizeMode_PercentageOfWatermark" xml:space="preserve">
<value>Porcentaje de imagen</value>
</data>
<data name="HotkeyType_ImageSplitter" xml:space="preserve">
<value>Divisor de imágenes</value>
</data>
<data name="ResultOfFirstFile" xml:space="preserve">
<value>Resultado del primer archivo:</value>
</data>
<data name="ResultOfSecondFile" xml:space="preserve">
<value>Resultado del segundo archivo:</value>
</data>
<data name="Result" xml:space="preserve">
<value>Resultado:</value>
</data>
<data name="Target" xml:space="preserve">
<value>Objetivo:</value>
</data>
<data name="ArrowHeadDirection_End" xml:space="preserve">
<value>Fin</value>
</data>
<data name="ArrowHeadDirection_Start" xml:space="preserve">
<value>Inicio</value>
</data>
<data name="ArrowHeadDirection_Both" xml:space="preserve">
<value>Ambos</value>
</data>
<data name="StepType_LettersLowercase" xml:space="preserve">
<value>Letras (Minúsculas)</value>
</data>
<data name="StepType_LettersUppercase" xml:space="preserve">
<value>Letras (Mayúsculas)</value>
</data>
<data name="StepType_Numbers" xml:space="preserve">
<value>Números</value>
</data>
<data name="StepType_RomanNumeralsLowercase" xml:space="preserve">
<value>Numerales romanos (Minúsculas)</value>
</data>
<data name="StepType_RomanNumeralsUppercase" xml:space="preserve">
<value>Numerales romanos (Mayúsculas)</value>
</data>
<data name="HotkeyType_ClipboardViewer" xml:space="preserve">
<value>Visualizador de portapapeles</value>
</data>
<data name="HotkeyType_InspectWindow" xml:space="preserve">
<value>Inspeccionar ventana</value>
</data>
<data name="BorderStyle_Solid" xml:space="preserve">
<value>Sólido</value>
</data>
<data name="BorderStyle_Dash" xml:space="preserve">
<value>Guión</value>
</data>
<data name="BorderStyle_Dot" xml:space="preserve">
<value>Punto</value>
</data>
<data name="BorderStyle_DashDot" xml:space="preserve">
<value>GuiónPunto</value>
</data>
<data name="BorderStyle_DashDotDot" xml:space="preserve">
<value>GuiónPuntoPunto</value>
</data>
<data name="ToastClickAction_CloseNotification" xml:space="preserve">
<value>Cerrar notificación</value>
</data>
<data name="ToastClickAction_AnnotateImage" xml:space="preserve">
<value>Editar imagen</value>
</data>
<data name="ToastClickAction_CopyImageToClipboard" xml:space="preserve">
<value>Copiar imagen</value>
</data>
<data name="ToastClickAction_CopyFile" xml:space="preserve">
<value>Copiar archivo</value>
</data>
<data name="ToastClickAction_CopyFilePath" xml:space="preserve">
<value>Copiar ruta de archivo</value>
</data>
<data name="ToastClickAction_CopyUrl" xml:space="preserve">
<value>Copiar enlace</value>
</data>
<data name="ToastClickAction_OpenFile" xml:space="preserve">
<value>Abrir archivo</value>
</data>
<data name="ToastClickAction_OpenFolder" xml:space="preserve">
<value>Abrir carpeta</value>
</data>
<data name="ToastClickAction_OpenUrl" xml:space="preserve">
<value>Abrir enlace</value>
</data>
<data name="ToastClickAction_Upload" xml:space="preserve">
<value>Subir archivo</value>
</data>
<data name="ContentAlignment_TopLeft" xml:space="preserve">
<value>Superior izquierda</value>
</data>
<data name="ContentAlignment_TopCenter" xml:space="preserve">
<value>Centro superior</value>
</data>
<data name="ContentAlignment_TopRight" xml:space="preserve">
<value>Superior derecha</value>
</data>
<data name="ContentAlignment_MiddleLeft" xml:space="preserve">
<value>Centro izquierda</value>
</data>
<data name="ContentAlignment_MiddleCenter" xml:space="preserve">
<value>Centro medio</value>
</data>
<data name="ContentAlignment_MiddleRight" xml:space="preserve">
<value>Centro derecha</value>
</data>
<data name="ContentAlignment_BottomLeft" xml:space="preserve">
<value>Inferior izquierda</value>
</data>
<data name="ContentAlignment_BottomCenter" xml:space="preserve">
<value>Centro inferior</value>
</data>
<data name="ContentAlignment_BottomRight" xml:space="preserve">
<value>Inferior derecha</value>
</data>
<data name="URLSharingServices_BingVisualSearch" xml:space="preserve">
<value>Búsqueda visual de Bing</value>
</data>
<data name="EDataType_Default" xml:space="preserve">
<value>Predeterminado</value>
</data>
<data name="EDataType_File" xml:space="preserve">
<value>Archivo</value>
</data>
<data name="EDataType_Image" xml:space="preserve">
<value>Imagen</value>
</data>
<data name="EDataType_Text" xml:space="preserve">
<value>Texto</value>
</data>
<data name="EDataType_URL" xml:space="preserve">
<value>URL</value>
</data>
<data name="RegionCaptureAction_CaptureLastRegion" xml:space="preserve">
<value>Capturar última región</value>
</data>
<data name="HotkeyType_StopScreenRecording" xml:space="preserve">
<value>Detener grabación de pantalla</value>
</data>
<data name="HotkeyType_ToggleTrayMenu" xml:space="preserve">
<value>Activar/Desactivar menú de la bandeja</value>
</data>
<data name="ThumbnailViewClickAction_Default" xml:space="preserve">
<value>Predeterminado</value>
</data>
<data name="ThumbnailViewClickAction_EditImage" xml:space="preserve">
<value>Editar imagen</value>
</data>
<data name="ThumbnailViewClickAction_OpenFile" xml:space="preserve">
<value>Abrir archivo</value>
</data>
<data name="ThumbnailViewClickAction_OpenFolder" xml:space="preserve">
<value>Abrir carpeta</value>
</data>
<data name="ThumbnailViewClickAction_OpenImageViewer" xml:space="preserve">
<value>Abrir visualizador de imágenes</value>
</data>
<data name="ThumbnailViewClickAction_OpenURL" xml:space="preserve">
<value>Abrir URL</value>
</data>
<data name="ThumbnailViewClickAction_Select" xml:space="preserve">
<value>Seleccionar</value>
</data>
<data name="ImagePreviewLocation_Bottom" xml:space="preserve">
<value>Inferior</value>
</data>
<data name="ImagePreviewLocation_Side" xml:space="preserve">
<value>Lateral</value>
</data>
<data name="ImagePreviewVisibility_Automatic" xml:space="preserve">
<value>Automático</value>
</data>
<data name="ImagePreviewVisibility_Hide" xml:space="preserve">
<value>Ocultar</value>
</data>
<data name="ImagePreviewVisibility_Show" xml:space="preserve">
<value>Mostrar</value>
</data>
<data name="TaskViewMode_ListView" xml:space="preserve">
<value>Vista de lista</value>
</data>
<data name="TaskViewMode_ThumbnailView" xml:space="preserve">
<value>Vista de miniatura</value>
</data>
<data name="ThumbnailTitleLocation_Bottom" xml:space="preserve">
<value>Inferior</value>
</data>
<data name="ThumbnailTitleLocation_Top" xml:space="preserve">
<value>Superior</value>
</data>
<data name="HotkeyType_ImageViewer" xml:space="preserve">
<value>Visualizador de imágenes</value>
</data>
<data name="HotkeyType_OCR" xml:space="preserve">
<value>OCR</value>
</data>
<data name="HotkeyType_BorderlessWindow" xml:space="preserve">
<value>Ventana sin bordes</value>
</data>
<data name="AfterCaptureTasks_PinToScreen" xml:space="preserve">
<value>Fijar a pantalla</value>
</data>
<data name="ToastClickAction_PinToScreen" xml:space="preserve">
<value>Fijar a pantalla</value>
</data>
<data name="ShareXImageViewer" xml:space="preserve">
<value>ShareX - Visualizador de imagen</value>
</data>
<data name="HotkeyType_PinToScreen" xml:space="preserve">
<value>Fijar a pantalla</value>
</data>
<data name="CutOutEffectType_None" xml:space="preserve">
<value>Sin efecto</value>
</data>
<data name="CutOutEffectType_TornEdge" xml:space="preserve">
<value>Bordes rasgados</value>
</data>
<data name="CutOutEffectType_Wave" xml:space="preserve">
<value>Onda</value>
</data>
<data name="CutOutEffectType_ZigZag" xml:space="preserve">
<value>Dientes de sierra</value>
</data>
<data name="ShapeType_ToolCutOut" xml:space="preserve">
<value>Recorte (X)</value>
</data>
<data name="HotkeyType_PinToScreenFromClipboard" xml:space="preserve">
<value>Fijar en pantalla (Desde portapapeles)</value>
</data>
<data name="HotkeyType_PinToScreenFromFile" xml:space="preserve">
<value>Fijar en pantalla (Desde archivo)</value>
</data>
<data name="HotkeyType_PinToScreenFromScreen" xml:space="preserve">
<value>Fijar en pantalla (Desde pantalla)</value>
</data>
<data name="HotkeyType_PauseScreenRecording" xml:space="preserve">
<value>Pausar grabacióñ de pantalla</value>
</data>
<data name="ShapeType_DrawingFreehandArrow" xml:space="preserve">
<value>Flecha a mano alzada</value>
</data>
<data name="HotkeyType_ImageBeautifier" xml:space="preserve">
<value>Embellecedor de imagen</value>
</data>
<data name="AfterCaptureTasks_BeautifyImage" xml:space="preserve">
<value>Embellecer imagen</value>
</data>
</root>

View file

@ -150,4 +150,31 @@
<data name="lblURLFilter.Text" xml:space="preserve">
<value>Enlace:</value>
</data>
<data name="tslSearch.Text" xml:space="preserve">
<value>Buscar:</value>
</data>
<data name="tsbSearch.Text" xml:space="preserve">
<value>Buscar</value>
</data>
<data name="tsbAdvancedSearch.Text" xml:space="preserve">
<value>Búsqueda avanzada...</value>
</data>
<data name="tsbToggleMoreInfo.Text" xml:space="preserve">
<value>Activar/Desactivar más información</value>
</data>
<data name="tsbShowStats.Text" xml:space="preserve">
<value>Mostrar estadísticas...</value>
</data>
<data name="tsbSettings.Text" xml:space="preserve">
<value>Ajustes...</value>
</data>
<data name="btnAdvancedSearchClose.Text" xml:space="preserve">
<value>Cerrar</value>
</data>
<data name="btnAdvancedSearchReset.Text" xml:space="preserve">
<value>Restablecer</value>
</data>
<data name="gbAdvancedSearch.Text" xml:space="preserve">
<value>Búsqueda avanzada</value>
</data>
</root>

View file

@ -0,0 +1,129 @@
<?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" />
<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" />
</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" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</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" />
</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" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</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="cbRememberSearchText.Text" xml:space="preserve">
<value>Recordar búsqueda</value>
</data>
<data name="cbRememberWindowState.Text" xml:space="preserve">
<value>Recordar estado de ventana</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - Ajustes de historial</value>
</data>
</root>

View file

@ -135,4 +135,7 @@
<data name="lblThumbnailSizeUnit.Text" xml:space="preserve">
<value> px</value>
</data>
<data name="cbRememberWindowState.Text" xml:space="preserve">
<value>Recordar estado de ventana</value>
</data>
</root>

View file

@ -219,4 +219,25 @@
<data name="HistoryStats_YearlyUsages" xml:space="preserve">
<value>Usos al año:</value>
</data>
<data name="Filtered" xml:space="preserve">
<value>Filtrado</value>
</data>
<data name="ErrorOccuredWhileReadingHistoryFile" xml:space="preserve">
<value>Ocurrió un error al leer el archivo de historial:</value>
</data>
<data name="Total" xml:space="preserve">
<value>Total</value>
</data>
<data name="HistoryForm_Search_Watermark" xml:space="preserve">
<value>Nombre de archivo, título de ventana, nombre de proceso, etc.</value>
</data>
<data name="ProcessNames" xml:space="preserve">
<value>Nombres de procesos:</value>
</data>
<data name="HistoryStats" xml:space="preserve">
<value>Estadísticas de historial</value>
</data>
<data name="PinToScreen" xml:space="preserve">
<value>Fijar a pantalla</value>
</data>
</root>

View file

@ -0,0 +1,135 @@
<?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" />
<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" />
</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" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</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" />
</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" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</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="btnPackage.Text" xml:space="preserve">
<value>Paquete</value>
</data>
<data name="lblAssetsFolderPath.Text" xml:space="preserve">
<value>Ruta de la carpeta de recursos:</value>
</data>
<data name="lblPackageFilePath.Text" xml:space="preserve">
<value>Ruta del archivo de paquete:</value>
</data>
<data name="btnOpenImageEffectsFolder.Text" xml:space="preserve">
<value>Abrir carpeta de efectos de imagen...</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - Empaquetador de efectos de imagen</value>
</data>
</root>

View file

@ -144,4 +144,43 @@
<data name="tsmiLoadImageFromFile.Text" xml:space="preserve">
<value>Desde archivo...</value>
</data>
<data name="lblPresets.Text" xml:space="preserve">
<value>Preajustes:</value>
</data>
<data name="btnPackager.Text" xml:space="preserve">
<value>Empaquetador...</value>
</data>
<data name="btnPresetNew.ToolTip" xml:space="preserve">
<value>Nuevo</value>
</data>
<data name="btnPresetRemove.ToolTip" xml:space="preserve">
<value>Eliminar</value>
</data>
<data name="btnPresetDuplicate.ToolTip" xml:space="preserve">
<value>Duplicar</value>
</data>
<data name="lblEffects.Text" xml:space="preserve">
<value>Efectos:</value>
</data>
<data name="btnEffectAdd.ToolTip" xml:space="preserve">
<value>Agregar</value>
</data>
<data name="btnEffectRemove.ToolTip" xml:space="preserve">
<value>Eliminar</value>
</data>
<data name="btnEffectDuplicate.ToolTip" xml:space="preserve">
<value>Duplicar</value>
</data>
<data name="btnEffectClear.ToolTip" xml:space="preserve">
<value>Limpiar...</value>
</data>
<data name="btnEffectRefresh.ToolTip" xml:space="preserve">
<value>Actualizar</value>
</data>
<data name="btnImageEffects.Text" xml:space="preserve">
<value>Efectos de imagen...</value>
</data>
<data name="lblEffectName.Text" xml:space="preserve">
<value>Nombre del efecto:</value>
</data>
</root>

View file

@ -135,4 +135,26 @@
<data name="ImageEffectsForm_UpdatePreview_Image_effects___Width___0___Height___1___Render_time___2__ms" xml:space="preserve">
<value>Efectos de imágenes - Ancho: {0}, Alto: {1}, Tiempo de procesamiento: {2} ms</value>
</data>
<data name="AssetsFolderMustBeInsideShareXImageEffectsFolder" xml:space="preserve">
<value>La carpeta de recursos debe estar dentro de la carpeta de efectos de imagen de ShareX.</value>
</data>
<data name="InvalidAssetsFolderPath" xml:space="preserve">
<value>Ruta de carpeta de recursos inválida</value>
</data>
<data name="PackageWithThisFileNameAlreadyExistsRNWouldYouLikeToOverwriteIt" xml:space="preserve">
<value>Ya existe un paquete con este nombre de archivo.
¿Quieres sobreescribirlo?</value>
</data>
<data name="WouldYouLikeToClearEffects" xml:space="preserve">
<value>¿Quieres limpiar los efectos?</value>
</data>
<data name="Confirmation" xml:space="preserve">
<value>Confirmación</value>
</data>
<data name="PresetNameCannotBeEmpty" xml:space="preserve">
<value>El nombre del preajuste no puede estar vacío.</value>
</data>
<data name="MissingPresetName" xml:space="preserve">
<value>Nombre del preajuste no encontrado</value>
</data>
</root>

View file

@ -135,4 +135,7 @@
<data name="tpSettings.Text" xml:space="preserve">
<value>Configuración</value>
</data>
<data name="btnSaveAs.Text" xml:space="preserve">
<value>Guardar como y cerrar esta ventana...</value>
</data>
</root>

View file

@ -147,4 +147,19 @@
<data name="lblSpacePixel.Text" xml:space="preserve">
<value>píxeles</value>
</data>
<data name="lblImageAlignment.Text" xml:space="preserve">
<value>Alineación de imagen:</value>
</data>
<data name="rbOrientationHorizontal.Text" xml:space="preserve">
<value>Horizontal</value>
</data>
<data name="rbOrientationVertical.Text" xml:space="preserve">
<value>Vertical</value>
</data>
<data name="cbAutoFillBackground.Text" xml:space="preserve">
<value>Auto rellenar fondo</value>
</data>
<data name="lblWrapAfterImages.Text" xml:space="preserve">
<value>imágenes</value>
</data>
</root>

View file

@ -141,4 +141,7 @@
<data name="lblRowCount.Text" xml:space="preserve">
<value>Número de filas:</value>
</data>
<data name="btnCopyChatEmoji.Text" xml:space="preserve">
<value>Copiar sintaxis de emojis de chat</value>
</data>
</root>

View file

@ -0,0 +1,150 @@
<?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" />
<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" />
</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" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</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" />
</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" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</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="lblInputFilePath.Text" xml:space="preserve">
<value>Ruta de archivo de entrada:</value>
</data>
<data name="lblOutputFolder.Text" xml:space="preserve">
<value>Carpeta de salida:</value>
</data>
<data name="lblOutputFileName.Text" xml:space="preserve">
<value>Nombre de archivo de salida:</value>
</data>
<data name="lblVideoQuality.Text" xml:space="preserve">
<value>Calidad de video:</value>
</data>
<data name="btnEncode.Text" xml:space="preserve">
<value>Iniciar codificación</value>
</data>
<data name="cbAutoOpenFolder.Text" xml:space="preserve">
<value>Abrir carpeta luego de codificar</value>
</data>
<data name="cbUseCustomArguments.Text" xml:space="preserve">
<value>Usar argumentos personalizados:</value>
</data>
<data name="lblVideoEncoder.Text" xml:space="preserve">
<value>Codificador de video:</value>
</data>
<data name="cbVideoQualityUseBitrate.Text" xml:space="preserve">
<value>Usar bitrate</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - Conversor de video</value>
</data>
</root>

View file

@ -132,4 +132,7 @@
<data name="btnOpenImageFile.Text" xml:space="preserve">
<value>Abrir archivo de imagen...</value>
</data>
<data name="btnLoadImageFromURL.Text" xml:space="preserve">
<value>Cargar imagen desde URL</value>
</data>
</root>

View file

@ -120,4 +120,7 @@
<data name="btnHotkey.Text" xml:space="preserve">
<value>Atajo de teclado</value>
</data>
<data name="btnTask.Text" xml:space="preserve">
<value>Tarea...</value>
</data>
</root>

View file

@ -0,0 +1,129 @@
<?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" />
<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" />
</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" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</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" />
</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" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</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="lblCombineVertical.Text" xml:space="preserve">
<value>Combinar imágenes (Vertical)</value>
</data>
<data name="lblError.Text" xml:space="preserve">
<value>Error</value>
</data>
<data name="lblCombineHorizontal.Text" xml:space="preserve">
<value>Combinar imágenes (Horizontal)</value>
</data>
</root>

View file

@ -211,7 +211,7 @@
<value>Examinar...</value>
</data>
<data name="btnOpenPersonalFolderPath.Text" xml:space="preserve">
<value>Abrir:</value>
<value>Abrir...</value>
</data>
<data name="cbUseCustomScreenshotsPath.Text" xml:space="preserve">
<value>Usar carpeta de captura de imágenes personalizada:</value>
@ -244,7 +244,7 @@
<value>Tamaño del búfer:</value>
</data>
<data name="btnClipboardFormatEdit.Text" xml:space="preserve">
<value>Editar:</value>
<value>Editar...</value>
</data>
<data name="btnClipboardFormatRemove.Text" xml:space="preserve">
<value>Eliminar</value>
@ -346,7 +346,7 @@
<value>Usar icono blanco de ShareX</value>
</data>
<data name="btnThemeReset.Text" xml:space="preserve">
<value>Restablecer</value>
<value>Restablecer...</value>
</data>
<data name="btnThemeRemove.Text" xml:space="preserve">
<value>Quitar</value>
@ -369,4 +369,76 @@
<data name="lblExportImportNote.Text" xml:space="preserve">
<value>Nota: No comparta con nadie el archivo exportado ya que podría contener información privada, como los detalles de su cuenta y su historial de subidas.</value>
</data>
<data name="cbAutoCheckUpdate.Text" xml:space="preserve">
<value>Comprobar actualizaciones automáticamente</value>
</data>
<data name="cbUseCustomTheme.Text" xml:space="preserve">
<value>Usar tema personalizado</value>
</data>
<data name="lblSaveImageSubFolderPatternWindow.Text" xml:space="preserve">
<value>Patrón de subcarpeta para ventana:</value>
</data>
<data name="cbAutomaticallyCleanupLogFiles.Text" xml:space="preserve">
<value>Eliminar automáticamente archivos de registro antiguos</value>
</data>
<data name="lblCleanupKeepFileCount.Text" xml:space="preserve">
<value>Número de archivos a mantener:</value>
</data>
<data name="cbAutomaticallyCleanupBackupFiles.Text" xml:space="preserve">
<value>Eliminar automáticamente archivos de respaldo antiguos</value>
</data>
<data name="tpSettings.Text" xml:space="preserve">
<value>Configuración</value>
</data>
<data name="lblListViewImagePreviewLocation.Text" xml:space="preserve">
<value>Ubicación de previsualización de imagen:</value>
</data>
<data name="lblListViewImagePreviewVisibility.Text" xml:space="preserve">
<value>Visibilidad de previsualización de imagen:</value>
</data>
<data name="cbListViewShowColumns.Text" xml:space="preserve">
<value>Mostrar columnas</value>
</data>
<data name="gbListView.Text" xml:space="preserve">
<value>Vista de lista</value>
</data>
<data name="btnThumbnailViewThumbnailSizeReset.Text" xml:space="preserve">
<value>Restablecer</value>
</data>
<data name="lblThumbnailViewThumbnailClickAction.Text" xml:space="preserve">
<value>Acción al hacer click en la miniatura:</value>
</data>
<data name="lblThumbnailViewThumbnailSize.Text" xml:space="preserve">
<value>Tamaño de la miniatura:</value>
</data>
<data name="lblThumbnailViewTitleLocation.Text" xml:space="preserve">
<value>Ubicación del título:</value>
</data>
<data name="cbThumbnailViewShowTitle.Text" xml:space="preserve">
<value>Mostrar título</value>
</data>
<data name="gbThumbnailView.Text" xml:space="preserve">
<value>Vista de miniatura</value>
</data>
<data name="cbMainWindowShowMenu.Text" xml:space="preserve">
<value>Mostrar menú</value>
</data>
<data name="lblMainWindowTaskViewMode.Text" xml:space="preserve">
<value>Modo vista de tarea:</value>
</data>
<data name="tpMainWindow.Text" xml:space="preserve">
<value>Ventana principal</value>
</data>
<data name="lblClipboardFormatsTip.Text" xml:space="preserve">
<value>Estos formatos aparecerán bajo el submenú "Copiar" en el menú contextual de la ventana principal.</value>
</data>
<data name="tpClipboardFormats.Text" xml:space="preserve">
<value>Formatos de portapapeles</value>
</data>
<data name="cbUseSecondaryUploaders.Text" xml:space="preserve">
<value>Usar el orden de preferencia de los servidores secundarios al reintentar</value>
</data>
<data name="lblDefaultPrinterOverride.Text" xml:space="preserve">
<value>Sobrescribir impresora predeterminada:</value>
</data>
</root>

View file

@ -129,4 +129,7 @@
<data name="$this.Text" xml:space="preserve">
<value>ShareX - Visor de contenido del portapapeles</value>
</data>
<data name="btnUpload.Text" xml:space="preserve">
<value>Subir</value>
</data>
</root>

View file

@ -0,0 +1,137 @@
<?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" />
<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" />
</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" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</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" />
</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" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</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="lblInfo.Text" xml:space="preserve">
<value>¿Quieres que ShareX suba capturas de pantalla?
Presiona "No" para cancelar la carga actual y desactivar la carga automática de capturas de pantalla.</value>
</data>
<data name="btnYes.Text" xml:space="preserve">
<value>Si</value>
</data>
<data name="btnNo.Text" xml:space="preserve">
<value>No</value>
</data>
<data name="lblHeader.Text" xml:space="preserve">
<value>¡Atención!</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - Advertencia de carga inicial</value>
</data>
</root>

View file

@ -132,4 +132,10 @@
<data name="$this.Text" xml:space="preserve">
<value>ShareX - Configuración de atajos de teclado</value>
</data>
<data name="btnHotkeysDisabled.Text" xml:space="preserve">
<value>Las teclas de acceso rápido están desactivadas. Puedes hacer click aquí para activarlas.</value>
</data>
<data name="btnReset.Text" xml:space="preserve">
<value>Restablecer</value>
</data>
</root>

View file

@ -0,0 +1,135 @@
<?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" />
<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" />
</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" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</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" />
</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" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</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="btnInspectWindow.Text" xml:space="preserve">
<value>Inspeccionar ventana...</value>
</data>
<data name="btnInspectControl.Text" xml:space="preserve">
<value>Inspeccionar control...</value>
</data>
<data name="btnRefresh.Text" xml:space="preserve">
<value>Actualizar</value>
</data>
<data name="btnPinToTop.Text" xml:space="preserve">
<value>Fijar en la parte superior</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - Inspeccionar ventana</value>
</data>
</root>

View file

@ -735,4 +735,79 @@
<data name="tsbDiscord.Text" xml:space="preserve">
<value>Discord</value>
</data>
<data name="tsmiImageBeautifier.Text" xml:space="preserve">
<value>Embellecedor de imágenes...</value>
</data>
<data name="tsmiImageViewer.Text" xml:space="preserve">
<value>Visualizador de imágenes...</value>
</data>
<data name="tsmiVideoConverter.Text" xml:space="preserve">
<value>Conversor de video...</value>
</data>
<data name="tsmiOCR.Text" xml:space="preserve">
<value>OCR...</value>
</data>
<data name="tsmiClipboardViewer.Text" xml:space="preserve">
<value>Visualizador de portapapeles...</value>
</data>
<data name="tsmiBorderlessWindow.Text" xml:space="preserve">
<value>Ventana sin bordes...</value>
</data>
<data name="tsmiInspectWindow.Text" xml:space="preserve">
<value>Inspeccionar ventana....</value>
</data>
<data name="tsmiBeautifyImage.Text" xml:space="preserve">
<value>Embellecer imagen...</value>
</data>
<data name="tsmiAddImageEffects.Text" xml:space="preserve">
<value>Añadir efectos de imagen...</value>
</data>
<data name="tsmiGoogleImageSearch.Text" xml:space="preserve">
<value>Búsqueda de imágenes de Google...</value>
</data>
<data name="tsmiBingVisualSearch.Text" xml:space="preserve">
<value>Búsqueda visual de Bing (OCR)...</value>
</data>
<data name="tsmiCombineImagesHorizontally.Text" xml:space="preserve">
<value>Combinar horizontalmente</value>
</data>
<data name="tsmiCombineImagesVertically.Text" xml:space="preserve">
<value>Combinar verticalmente</value>
</data>
<data name="tsmiTrayImageBeautifier.Text" xml:space="preserve">
<value>Embellecedor de imágenes...</value>
</data>
<data name="cDescription.HeaderText" xml:space="preserve">
<value>Descripción</value>
</data>
<data name="tsmiTrayImageViewer.Text" xml:space="preserve">
<value>Visualizador de imágenes...</value>
</data>
<data name="tsmiTrayVideoConverter.Text" xml:space="preserve">
<value>Conversor de videos...</value>
</data>
<data name="tsmiTrayOCR.Text" xml:space="preserve">
<value>OCR...</value>
</data>
<data name="tsmiTrayClipboardViewer.Text" xml:space="preserve">
<value>Visualizador de portapapeles...</value>
</data>
<data name="tsmiTrayBorderlessWindow.Text" xml:space="preserve">
<value>Ventana sin bordes...</value>
</data>
<data name="tsmiTrayInspectWindow.Text" xml:space="preserve">
<value>Inspeccionar ventana...</value>
</data>
<data name="cHotkey.HeaderText" xml:space="preserve">
<value>Atajo de teclado</value>
</data>
<data name="tsmiTrayPinToScreen.Text" xml:space="preserve">
<value>Fijar a pantalla...</value>
</data>
<data name="tsmiPinSelectedFile.Text" xml:space="preserve">
<value>Fijar a pantalla</value>
</data>
<data name="tsmiPinToScreen.Text" xml:space="preserve">
<value>Fijar a pantalla...</value>
</data>
</root>

View file

@ -147,4 +147,28 @@
<data name="$this.Text" xml:space="preserve">
<value>ShareX - Código QR</value>
</data>
<data name="lblQRCodeSize.Text" xml:space="preserve">
<value>Tamaño del código QR:</value>
</data>
<data name="lblQRCode.Text" xml:space="preserve">
<value>Código QR:</value>
</data>
<data name="lblText.Text" xml:space="preserve">
<value>Texto:</value>
</data>
<data name="btnCopyImage.Text" xml:space="preserve">
<value>Copiar imagen</value>
</data>
<data name="btnSaveImage.Text" xml:space="preserve">
<value>Guardar imagen...</value>
</data>
<data name="btnUploadImage.Text" xml:space="preserve">
<value>Subir imagen</value>
</data>
<data name="btnScanQRCodeFromScreen.Text" xml:space="preserve">
<value>Escanear código QR desde la pantalla...</value>
</data>
<data name="btnScanQRCodeFromImageFile.Text" xml:space="preserve">
<value>Escanear código QR desde un archivo de imagen...</value>
</data>
</root>

View file

@ -523,4 +523,133 @@ en el portapapeles</value>
<data name="lblOCRDefaultLanguage.Text" xml:space="preserve">
<value>Idioma predefinido:</value>
</data>
<data name="lblTask.Text" xml:space="preserve">
<value>Tarea:</value>
</data>
<data name="btnScreenshotsFolderBrowse.Text" xml:space="preserve">
<value>Buscar...</value>
</data>
<data name="cbOverrideScreenshotsFolder.Text" xml:space="preserve">
<value>Sobreescribir carpeta de capturas de pantalla</value>
</data>
<data name="cbOverrideCustomUploader.Text" xml:space="preserve">
<value>Sobreescribir servidor de carga predeterminado</value>
</data>
<data name="cbOverrideFTPAccount.Text" xml:space="preserve">
<value>Sobreescribir cuenta FTP predeterminada</value>
</data>
<data name="cbOverrideGeneralSettings.Text" xml:space="preserve">
<value>Sobreescribir ajustes generales</value>
</data>
<data name="cbShowToastNotificationAfterTaskCompleted.Text" xml:space="preserve">
<value>Mostrar notificación emergente después de que la tarea se haya completado</value>
</data>
<data name="cbUseCustomErrorSound.Text" xml:space="preserve">
<value>Usar sonido de error personalizado:</value>
</data>
<data name="cbUseCustomTaskCompletedSound.Text" xml:space="preserve">
<value>Usar sonido de tarea completada personalizado:</value>
</data>
<data name="cbUseCustomCaptureSound.Text" xml:space="preserve">
<value>Usar sonido de captura personalizado:</value>
</data>
<data name="cbToastWindowAutoHide.Text" xml:space="preserve">
<value>Ocultar automáticamente al capturar pantalla</value>
</data>
<data name="lblToastWindowFadeDurationSeconds.Text" xml:space="preserve">
<value>segundos</value>
</data>
<data name="lblToastWindowDurationSeconds.Text" xml:space="preserve">
<value>segundos</value>
</data>
<data name="lblToastWindowMiddleClickAction.Text" xml:space="preserve">
<value>Acción al hacer click con la rueda del ratón:</value>
</data>
<data name="lblToastWindowRightClickAction.Text" xml:space="preserve">
<value>Acción al hacer click derecho:</value>
</data>
<data name="gbToastWindow.Text" xml:space="preserve">
<value>Notificación emergente</value>
</data>
<data name="lblToastWindowLeftClickAction.Text" xml:space="preserve">
<value>Acción al hacer click izquierdo:</value>
</data>
<data name="lblToastWindowSize.Text" xml:space="preserve">
<value>Tamaño:</value>
</data>
<data name="lblToastWindowPlacement.Text" xml:space="preserve">
<value>Posición:</value>
</data>
<data name="lblToastWindowFadeDuration.Text" xml:space="preserve">
<value>Duración de la transición:</value>
</data>
<data name="lblToastWindowDuration.Text" xml:space="preserve">
<value>Duración:</value>
</data>
<data name="cbDisableNotificationsOnFullscreen.Text" xml:space="preserve">
<value>Desactivar notificaciones en pantalla completa</value>
</data>
<data name="cbDisableNotifications.Text" xml:space="preserve">
<value>Desactivar notificaciones</value>
</data>
<data name="tpNotifications.Text" xml:space="preserve">
<value>Notificaciones</value>
</data>
<data name="cbImageAutoJPEGQuality.Text" xml:space="preserve">
<value>Ajustar calidad de JPEG automáticamente para mantener el tamaño de la imagen más cerca al tamaño especificado</value>
</data>
<data name="cbOverrideImageSettings.Text" xml:space="preserve">
<value>Sobreescribir ajustes de imagen</value>
</data>
<data name="cbUseRandomImageEffect.Text" xml:space="preserve">
<value>Usar efecto de imagen aleatorio</value>
</data>
<data name="cbShowImageEffectsWindowAfterCapture.Text" xml:space="preserve">
<value>Mostrar ventana de efectos de imagen luego de capturar</value>
</data>
<data name="cbOverrideCaptureSettings.Text" xml:space="preserve">
<value>Sobreescribir ajustes de captura</value>
</data>
<data name="cbRegionCaptureActiveMonitorMode.Text" xml:space="preserve">
<value>Restringir región de captura y cursor al monitor activo</value>
</data>
<data name="lblRegionCaptureFPSLimit.Text" xml:space="preserve">
<value>Límite de FPS:</value>
</data>
<data name="cbScreenRecordTransparentRegion.Text" xml:space="preserve">
<value>Usar región de selección transparente</value>
</data>
<data name="cbScreenRecordAutoStart.Text" xml:space="preserve">
<value>Iniciar grabación luego de:</value>
</data>
<data name="cbOverrideUploadSettings.Text" xml:space="preserve">
<value>Sobreescribir ajustes de carga</value>
</data>
<data name="lblURLRegexReplaceReplacement.Text" xml:space="preserve">
<value>Reemplazo:</value>
</data>
<data name="lblURLRegexReplacePattern.Text" xml:space="preserve">
<value>Patrón:</value>
</data>
<data name="cbURLRegexReplace.Text" xml:space="preserve">
<value>Reemplazar URL resultante utilizando sustituciones con expresiones regulares</value>
</data>
<data name="btnActions.Text" xml:space="preserve">
<value>Acciones...</value>
</data>
<data name="cbOverrideActions.Text" xml:space="preserve">
<value>Sobreescribir acciones</value>
</data>
<data name="lblToolsScreenColorPickerFormatCtrl.Text" xml:space="preserve">
<value>Formato del selector de color de pantalla (Ctrl + click):</value>
</data>
<data name="lblToolsScreenColorPickerInfoText.Text" xml:space="preserve">
<value>Texto de información del selector de color de pantalla:</value>
</data>
<data name="cbOverrideToolsSettings.Text" xml:space="preserve">
<value>Sobreescribir ajustes de herramientas</value>
</data>
<data name="cbOverrideAdvancedSettings.Text" xml:space="preserve">
<value>Sobreescribir ajustes avanzados</value>
</data>
</root>

View file

@ -138,4 +138,7 @@
<data name="$this.Text" xml:space="preserve">
<value>ShareX - Vigilar carpeta</value>
</data>
<data name="cbMoveToScreenshotsFolder.Text" xml:space="preserve">
<value>Mover archivo a carpeta de capturas de pantalla</value>
</data>
</root>

View file

@ -279,7 +279,7 @@ Por favor seleccione un atajo de teclado diferente o salga de la aplicación que
aquí</value>
</data>
<data name="TaskHelpers_ToggleHotkeys_Hotkeys_enabled_" xml:space="preserve">
<value>Atajos de teclado habilitados</value>
<value>Atajos de teclado habilitados.</value>
</data>
<data name="HotkeyManager_ShowFailedHotkeys_hotkeys" xml:space="preserve">
<value>atajos de teclado</value>
@ -504,4 +504,152 @@ Clic medio para cerrar</value>
<data name="SwitchToThumbnailView" xml:space="preserve">
<value>Cambiar a vista de miniaturas</value>
</data>
<data name="ShareXIsMinimizedToTheSystemTray" xml:space="preserve">
<value>ShareX está minimizado en la bandeja del sistema.</value>
</data>
<data name="PinToScreen" xml:space="preserve">
<value>Fijar a la pantalla</value>
</data>
<data name="AboutForm_AboutForm_Language_pt_PT" xml:space="preserve">
<value>Portugués</value>
</data>
<data name="InspectWindow_ProcessName" xml:space="preserve">
<value>Procesar nombre</value>
</data>
<data name="AboutForm_AboutForm_Credits" xml:space="preserve">
<value>Créditos</value>
</data>
<data name="InspectWindow_ClassName" xml:space="preserve">
<value>Nombre de clase</value>
</data>
<data name="ClipboardContentViewer_ClipboardContentViewer_Load_Clipboard_content__File__Count___0__" xml:space="preserve">
<value>Contenido del portapapeles: Archivo (Cantidad: {0})</value>
</data>
<data name="FFmpegOnlySupports64BitOperatingSystems" xml:space="preserve">
<value>FFmpeg que incluye ShareX solo soporta sistemas operativos de 64 bits.</value>
</data>
<data name="ClipboardContentViewer_ClipboardContentViewer_Load_Clipboard_content__Text__Length___0__" xml:space="preserve">
<value>Contenido del portapapeles: Texto (Longitud: {0})</value>
</data>
<data name="InspectWindow_ProcessFileName" xml:space="preserve">
<value>Nombre de proceso del archivo</value>
</data>
<data name="FFmpegIsMissing" xml:space="preserve">
<value>FFmpeg no encontrado</value>
</data>
<data name="AboutForm_AboutForm_Language_pl" xml:space="preserve">
<value>Polaco</value>
</data>
<data name="AboutForm_AboutForm_Privacy_policy" xml:space="preserve">
<value>Política de privacidad</value>
</data>
<data name="AboutForm_AboutForm_Language_ro" xml:space="preserve">
<value>Rumano</value>
</data>
<data name="AboutForm_AboutForm_Language_he-IL" xml:space="preserve">
<value>Hebreo</value>
</data>
<data name="ThisFeatureWillNotWorkWhenDisableUploadOptionIsEnabled" xml:space="preserve">
<value>¡Esta característica no funcionará cuando la opción "DesactivarCarga" esté activada!</value>
</data>
<data name="InspectWindow_WindowRectangle" xml:space="preserve">
<value>Rectángulo de ventana</value>
</data>
<data name="WouldYouLikeToEnableImageEffects" xml:space="preserve">
<value>¿Te gustaría activar los efectos de imagen?
Puedes desactivarlo más adelante desde el menú "Tareas después de capturar".</value>
</data>
<data name="AboutForm_AboutForm_Language_fa_IR" xml:space="preserve">
<value>Persa</value>
</data>
<data name="AboutForm_AboutForm_Links" xml:space="preserve">
<value>Enlaces</value>
</data>
<data name="ClipboardDoesNotContainAnImage" xml:space="preserve">
<value>El portapapeles no contiene una imagen.</value>
</data>
<data name="YourAntiVirusSoftwareOrTheControlledFolderAccessFeatureInWindowsCouldBeBlockingShareX" xml:space="preserve">
<value>Tu antivirus o la característica de control de carpetas en Windows podría estar bloqueando ShareX.</value>
</data>
<data name="AboutForm_AboutForm_Language_ja_JP" xml:space="preserve">
<value>Japonés</value>
</data>
<data name="FFmpeg_FFmpeg_error" xml:space="preserve">
<value>Error de FFmpeg</value>
</data>
<data name="WouldYouLikeToResetThemes" xml:space="preserve">
<value>¿Te gustaría restablecer los temas?</value>
</data>
<data name="Error" xml:space="preserve">
<value>Error</value>
</data>
<data name="ScreenColorPicker" xml:space="preserve">
<value>Selector de colores de pantalla</value>
</data>
<data name="InspectWindow_WindowStyles" xml:space="preserve">
<value>Estilos de ventana</value>
</data>
<data name="OpticalCharacterRecognitionFeatureIsOnlyAvailableWithWindowsVersion0OrNewer" xml:space="preserve">
<value>La característica de reconocimiento óptico de caracteres (OCR) solo está disponible en la versión de Windows {0} o superior.</value>
</data>
<data name="Confirmation" xml:space="preserve">
<value>Confirmación</value>
</data>
<data name="InspectWindow_WindowTitle" xml:space="preserve">
<value>Título de ventana</value>
</data>
<data name="ClipboardContentViewer_ClipboardContentViewer_Load_Clipboard_content__Image__Size___0_x_1__" xml:space="preserve">
<value>Contenido del portapapeles: Imagen (Tamaño: {0}x{1})</value>
</data>
<data name="InspectWindow_ExtendedWindowStyles" xml:space="preserve">
<value>Estilos de ventana extendidos</value>
</data>
<data name="FFmpeg_FFmpeg_video_and_audio_source_both_can_t_be__None__" xml:space="preserve">
<value>La fuente de audio y video FFmpeg no pueden ser ambos "Ninguno".</value>
</data>
<data name="InspectWindow_ProcessIdentifier" xml:space="preserve">
<value>Identificador de procesos</value>
</data>
<data name="UnableToFindAWindowWithSpecifiedWindowTitle" xml:space="preserve">
<value>No se pudo encontrar una ventana con el título de ventana especificado.</value>
</data>
<data name="FailedToSaveSettings" xml:space="preserve">
<value>Error al guardar los ajustes</value>
</data>
<data name="InspectWindow_WindowHandle" xml:space="preserve">
<value>Identificador de ventana</value>
</data>
<data name="InspectWindow_ClientRectangle" xml:space="preserve">
<value>Rectángulo del cliente</value>
</data>
<data name="AboutForm_AboutForm_Team" xml:space="preserve">
<value>Equipo</value>
</data>
<data name="FFmpegDoesNotExistAtTheFollowingPath" xml:space="preserve">
<value>El FFmpeg no existe en la siguiente ruta:</value>
</data>
<data name="ImageData_Write_Error_Message" xml:space="preserve">
<value>No se pudo escribir la imagen en la ruta:</value>
</data>
<data name="ClipboardContentViewer_ClipboardContentViewer_Load_Clipboard_is_empty_or_contains_unknown_data_" xml:space="preserve">
<value>El portapapeles está vacío o contiene datos desconocidos.</value>
</data>
<data name="YourSystemAdminDisabledTheUploadFeature" xml:space="preserve">
<value>El administrador de tu sistema desactivó la característica de carga.</value>
</data>
<data name="ShareXCannotBeClosedWhileScreenRecordingIsActive" xml:space="preserve">
<value>ShareX no se puede cerrar mientras la grabación de pantalla está activa.
¿Quieres detener la grabación de pantalla?</value>
</data>
<data name="ShareXIsUpToDate" xml:space="preserve">
<value>¡ShareX está actualizado!</value>
</data>
<data name="ClipboardUpload" xml:space="preserve">
<value>Carga de portapapeles</value>
</data>
<data name="WouldYouLikeToRetryClipboardUpload" xml:space="preserve">
<value>¿Te gustaría reintentar la carga del portapapeles?</value>
</data>
</root>

View file

@ -0,0 +1,132 @@
<?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" />
<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" />
</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" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</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" />
</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" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</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="lblWindowTitle.Text" xml:space="preserve">
<value>Título de ventana:</value>
</data>
<data name="btnMakeWindowBorderless.Text" xml:space="preserve">
<value>Hacer la ventana sin bordes</value>
</data>
<data name="mbWindowList.Text" xml:space="preserve">
<value>Seleccionar una entana</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - Ventana sin bordes</value>
</data>
</root>

View file

@ -0,0 +1,132 @@
<?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" />
<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" />
</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" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</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" />
</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" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</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="cbRememberWindowTitle.Text" xml:space="preserve">
<value>Recordar título de ventana</value>
</data>
<data name="cbAutoCloseWindow.Text" xml:space="preserve">
<value>Cerrar ventana automáticamente</value>
</data>
<data name="cbExcludeTaskbarArea.Text" xml:space="preserve">
<value>Excluir área de la barra de tareas</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - Ajustes de ventana sin bordes</value>
</data>
</root>

View file

@ -0,0 +1,147 @@
<?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" />
<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" />
</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" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</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" />
</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" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</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="lblLanguage.Text" xml:space="preserve">
<value>Idioma:</value>
</data>
<data name="lblResult.Text" xml:space="preserve">
<value>Resultado:</value>
</data>
<data name="lblScaleFactor.Text" xml:space="preserve">
<value>Factor de escalado:</value>
</data>
<data name="btnOpenServiceLink.Text" xml:space="preserve">
<value>Abrir enlace de servicio...</value>
</data>
<data name="lblService.Text" xml:space="preserve">
<value>Servicio:</value>
</data>
<data name="btnSelectRegion.Text" xml:space="preserve">
<value>Seleccionar región para OCR...</value>
</data>
<data name="cbSingleLine.Text" xml:space="preserve">
<value>Línea única</value>
</data>
<data name="btnCopyAll.Text" xml:space="preserve">
<value>Copiar todo</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - Reconocimiento óptico de caracteres</value>
</data>
</root>

View file

@ -0,0 +1,141 @@
<?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" />
<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" />
</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" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</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" />
</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" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</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="lblServices.Text" xml:space="preserve">
<value>Servicios:</value>
</data>
<data name="btnNew.Text" xml:space="preserve">
<value>Nuevo</value>
</data>
<data name="btnRemove.Text" xml:space="preserve">
<value>Eliminar</value>
</data>
<data name="lblName.Text" xml:space="preserve">
<value>Nombre:</value>
</data>
<data name="lblURL.Text" xml:space="preserve">
<value>URL:</value>
</data>
<data name="btnReset.Text" xml:space="preserve">
<value>Restablecer</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - Enlaces de servicio</value>
</data>
</root>

View file

@ -0,0 +1,135 @@
<?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" />
<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" />
</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" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</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" />
</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" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</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="tsbCopy.Text" xml:space="preserve">
<value>Copiar</value>
</data>
<data name="tslScale.ToolTipText" xml:space="preserve">
<value>Escalar</value>
</data>
<data name="tsbOptions.Text" xml:space="preserve">
<value>Opciones...</value>
</data>
<data name="tsbClose.Text" xml:space="preserve">
<value>Cerrar</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - Fijar a la pantalla</value>
</data>
</root>

View file

@ -0,0 +1,153 @@
<?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" />
<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" />
</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" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</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" />
</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" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</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="btnOK.Text" xml:space="preserve">
<value>Aceptar</value>
</data>
<data name="btnCancel.Text" xml:space="preserve">
<value>Cancelar</value>
</data>
<data name="lblPlacement.Text" xml:space="preserve">
<value>Posición:</value>
</data>
<data name="lblPlacementOffset.Text" xml:space="preserve">
<value>Desplazamiento de posición:</value>
</data>
<data name="cbKeepCenterLocation.Text" xml:space="preserve">
<value>Mantener ubicación del centro</value>
</data>
<data name="cbShadow.Text" xml:space="preserve">
<value>Sombra</value>
</data>
<data name="cbBorder.Text" xml:space="preserve">
<value>Borde</value>
</data>
<data name="lblBorderSize.Text" xml:space="preserve">
<value>Tamaño de borde:</value>
</data>
<data name="btnBorderColor.Text" xml:space="preserve">
<value>Color de borde:</value>
</data>
<data name="lblMinimizeSize.Text" xml:space="preserve">
<value>Minimizar tamaño:</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - Ajustes de fijar a pantalla</value>
</data>
</root>

View file

@ -0,0 +1,135 @@
<?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" />
<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" />
</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" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</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" />
</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" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</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="btnFromFile.Text" xml:space="preserve">
<value>Fijar a pantalla desde archivo...</value>
</data>
<data name="btnFromClipboard.Text" xml:space="preserve">
<value>Fijar a pantalla desde portapapeles</value>
</data>
<data name="btnFromScreen.Text" xml:space="preserve">
<value>Fijar a pantalla desde pantalla...</value>
</data>
<data name="btnCancel.Text" xml:space="preserve">
<value>Cancelar</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>ShareX - Fijar a pantalla</value>
</data>
</root>