Windows.Devices.Bluetooth.dll.mui DLL de Windows.Devices.Bluetooth 29bd15b635f769f989f233b0e22cff09

File info

File name: Windows.Devices.Bluetooth.dll.mui
Size: 12288 byte
MD5: 29bd15b635f769f989f233b0e22cff09
SHA1: 61282718bb7687aabed702222f39a4d0b064ab66
SHA256: 1670e9dca8668a502cc6089872c675dc1b43fe78d9d16bf7fc898ceb0fc8aedd
Operating systems: Windows 10
Extension: MUI

Translations messages and strings

If an error occurred or the following message in Spanish (Modern) language and you cannot find a solution, than check answer in English. Table below helps to know how correctly this phrase sounds in English.

id Spanish (Modern) English
1%1 es un parámetro obligatorio. %1 is a required parameter.
2Una radio Bluetooth es necesaria y debe habilitarse para realizar esta operación. A Bluetooth radio is required and it must be enabled to perform this operation.
100Este objeto de transacción ya se ha confirmado. No se pueden realizar operaciones en este objeto de transacción. This transaction object has already been committed. You cannot perform any operations on this transaction object.
101No se admite la propiedad de la característica de difusión. The broadcast characteristic property is not supported.
102Al especificar una propiedad de característica extendida, también se debe establecer la propiedad ExtendProperties. When specifying an extended characteristic property, the ExtendProperties property must also be set.
103El sistema ha reservado el UUID de la característica proporcionado. The provided characteristic uuid is reserved by the system.
104Se ha intentado enviar una notificación desde una característica que no se puede notificar o indicar. An attempt was made to send a notification from a characteristic that is not notifiable or indicatable.
105El UUID de descriptor proporcionado está reservado y el sistema lo publicará automáticamente. The provided descriptor uuid is reserved and will be automatically published by the system.
106Solo se puede realizar una llamada a StopAdvertising en un servicio que ya esté anunciando a través de una llamada a StartAdvertising. A call to StopAdvertising can only be made on a service that is already advertising via a call to StartAdvertising.
107Un servicio no puede publicar más de %1 servicios incluidos recursivos. A service cannot publish more than %1 recursive included services.
108No se puede hacer que el sistema sea reconocible mientras está en segundo plano. The system cannot be made discoverable while in the background.
109El adaptador Bluetooth no admite el rol periférico. Consulta BluetoothAdapter para comprobar la funcionalidad del adaptador. The Bluetooth adapter does not support peripheral role. Please see BluetoothAdapter to check the capabilities of the adapter.
110Una llamada a Start solo puede realizarse en el objeto devuelto por la propiedad Connection GattServiceProviderTriggerDetails en el contexto del método de la ejecución del desencadenador. A call to Start can only be made on the object returned by the GattServiceProviderTriggerDetails Connection property in the context of the trigger Run method.
200La lista de identificadores de clase SDP se genera automáticamente con RfcommServiceProvider. No la especifique en el mapa de atributos sin formato SDP. The SDP Class Id List is automatically generated by the RfcommServiceProvider. Do not specify it in the SDP raw attribute map.
201StreamSocketListener debe estar enlazado para poder iniciar el anuncio. The StreamSocketListener must be bound before you can start advertising.
202Los descriptores de protocolo SDP RFCOMM y L2CAP se generan automáticamente con RfcommServiceProvider. No loa especifique en el mapa de atributos sin formato SDP. The SDP RFCOMM and L2CAP protocol descriptors are automatically generated by the RfcommServiceProvider. Do not specify it in the SDP raw attribute map.
203RfcommServiceProvider se puede usar solo desde tareas en segundo plano a través de desencadenadores de dispositivos. RfcommServiceProvider can only be used from background tasks via Device Triggers.
301Se debe registrar al menos un controlador de eventos Received para poder iniciar un observador. At least one Received event handler must be registered before a watcher can be started.
401El intervalo de umbral de intensidad de la señal no es válido, debe estar comprendido entre %d dBm y %d dBm. Signal strength threshold range is invalid, must be between %d dBm and %d dBm.
402InRangeThresholdInDBm debe ser superior o igual a OutOfRangeThresholdInDBm. InRangeThresholdInDBm must be greater than or equal to OutOfRangeThresholdInDBm.
403El intervalo de OutOfRangeTimeout no es válido, debe estar comprendido entre %d y %d segundos. OutOfRangeTimeout range is invalid, must be between %d seconds and %d seconds.
404El intervalo de SamplingInterval no es válido. SamplingInterval range is invalid.
501La suma del tamaño del patrón y el desplazamiento no debe superar el tamaño de la carga de anuncios. The sum of the pattern size and the offset must not exceed the size of the advertisement payload.
502Se ha superado el número máximo de patrones. The maximum number of patterns has been exceeded.
601La longitud del nombre local no debe superar el tamaño de la carga de anuncios. Local name length must not exceed the size of the advertisement payload.
602La lista de UUID de servicios no debe superar el tamaño de la carga de anuncios. List of service UUIDs must not exceed the size of the advertisement payload.
603Se superó el número máximo de secciones de datos de anuncios. Maximum number of advertisement data sections exceeded.
701Se detectó una carga de anuncios no válida. Invalid advertisement payload detected.
702El anunciante solo se puede iniciar con una carga que no esté vacía. Publisher can only be started with a non-empty payload.
801El valor de SamplingInterval no es válido para usar el desencadenador en segundo plano. The SamplingInterval is invalid for background trigger use.
802Debe especificarse al menos una condición de filtro de anuncios y no puede superar el número máximo de condiciones permitidas para desencadenadores en segundo plano. At least one advertisement filter condition must be specified and it cannot exceed the maximum number of conditions allowed for background triggers.
803Las condiciones del filtro de anuncios contienen patrones no válidos o tipos de sección bloqueados. The advertisement filter conditions contain invalid patterns or blocked section types.
901El modo de supervisión seleccionado no es compatible con este tipo de dispositivo. The selected monitoring mode is not supported for this type of device.
1001La aplicación no tiene permiso para usar Bluetooth en segundo plano. Asegúrate de que se ha declarado el tipo de tarea "bluetooth" en el manifiesto. Your App does not have permission to use Bluetooth in the background. Make sure you have declared the Task Type 'bluetooth' in your manifest.
1002La aplicación no tiene permiso para usar el servicio Gatt en segundo plano. Asegúrate de que se han declarado la DeviceCapability y el tipo de tarea "bluetooth" en el manifiesto y que la aplicación tiene acceso a este dispositivo. Your App does not have permission to use the Gatt Service in the background. Make sure you have declared the DeviceCapability and Task Type 'bluetooth' in your manifest and that the application has been granted access to this device.
1003La aplicación no tiene permiso para usar el dispositivo Bluetooth en segundo plano. Asegúrate de que se han declarado la DeviceCapability "bluetooth" y el tipo de tarea "deviceConnectionChange" en el manifiesto y que la aplicación tiene acceso a este dispositivo. Your App does not have permission to use the Bluetooth Device. Make sure you have declared the DeviceCapability 'bluetooth' and Task Type 'deviceConnectionChange' in your manifest and that the application has been granted access to this device.
1004El servicio Rfcomm que estás intentando registrar ya se ha registrado en segundo plano. The Rfcomm Service you are attempting to register has already been registered in the background.
1005El identificador de dispositivo especificado no es de un tipo de dispositivo compatible con este desencadenador. The provided device ID is not from a type of device supported by this trigger.
1006Esta categoría de dispositivo no es compatible con el mantenimiento de la conexión. This category of device does not support maintaining the connection.
1101El id. de dispositivo proporcionado no es un objeto BluetoothDevice válido. The provided device ID is not a valid BluetoothDevice object.
1201El id. de dispositivo proporcionado no es un objeto BluetoothLEDevice válido. The provided device ID is not a valid BluetoothLEDevice object.

EXIF

File Name:Windows.Devices.Bluetooth.dll.mui
Directory:%WINDIR%\WinSxS\amd64_microsoft-windows-d..bluetooth.resources_31bf3856ad364e35_10.0.15063.0_es-es_53d4375e0af556ea\
File Size:12 kB
File Permissions:rw-rw-rw-
File Type:Win32 DLL
File Type Extension:dll
MIME Type:application/octet-stream
Machine Type:Intel 386 or later, and compatibles
Time Stamp:0000:00:00 00:00:00
PE Type:PE32
Linker Version:14.10
Code Size:0
Initialized Data Size:11776
Uninitialized Data Size:0
Entry Point:0x0000
OS Version:10.0
Image Version:10.0
Subsystem Version:6.0
Subsystem:Windows GUI
File Version Number:10.0.15063.0
Product Version Number:10.0.15063.0
File Flags Mask:0x003f
File Flags:(none)
File OS:Windows NT 32-bit
Object File Type:Dynamic link library
File Subtype:0
Language Code:Spanish (Modern)
Character Set:Unicode
Company Name:Microsoft Corporation
File Description:DLL de Windows.Devices.Bluetooth
File Version:10.0.15063.0 (WinBuild.160101.0800)
Internal Name:Windows.Devices.Bluetooth.dll
Legal Copyright:© Microsoft Corporation. Todos los derechos reservados.
Original File Name:Windows.Devices.Bluetooth.dll.MUI
Product Name:Sistema operativo Microsoft® Windows®
Product Version:10.0.15063.0
Directory:%WINDIR%\WinSxS\wow64_microsoft-windows-d..bluetooth.resources_31bf3856ad364e35_10.0.15063.0_es-es_5e28e1b03f5618e5\

What is Windows.Devices.Bluetooth.dll.mui?

Windows.Devices.Bluetooth.dll.mui is Multilingual User Interface resource file that contain Spanish (Modern) language for file Windows.Devices.Bluetooth.dll (DLL de Windows.Devices.Bluetooth).

File version info

File Description:DLL de Windows.Devices.Bluetooth
File Version:10.0.15063.0 (WinBuild.160101.0800)
Company Name:Microsoft Corporation
Internal Name:Windows.Devices.Bluetooth.dll
Legal Copyright:© Microsoft Corporation. Todos los derechos reservados.
Original Filename:Windows.Devices.Bluetooth.dll.MUI
Product Name:Sistema operativo Microsoft® Windows®
Product Version:10.0.15063.0
Translation:0xC0A, 1200