Searched refs:N_ (Results 1 - 25 of 103) sorted by relevance

12345

/vbox/src/apps/svnsync-vbox/
H A Dsvn_private_config.h66 #define N_(x) x
65 #define N_ macro
/vbox/src/VBox/Main/xml/
H A Dovfreader.cpp72 throw OVFLogicError(N_("Root element in OVF file must be \"Envelope\"."));
77 throw OVFLogicError(N_("Error reading namespace URI in 'Envelope' element, line %d"), pRootElem->getLineNumber());
258 throw OVFLogicError(N_("Error reading \"%s\": missing or invalid attribute '%s' in 'File' element, line %d"),
264 throw OVFLogicError(N_("Error reading \"%s\": cannot find References/File element for ID '%s' referenced by 'Disk' element, line %d"),
272 throw OVFLogicError(N_("Error reading \"%s\": missing or invalid attribute '%s' in 'DiskSection' element, line %d"),
352 throw OVFLogicError(N_("Error reading \"%s\": element \"Section\" has no \"type\" attribute, line %d"),
430 throw OVFLogicError(N_("Error reading \"%s\": \"%s\""),
456 throw OVFLogicError(N_("Error reading \"%s\": \"%s\""),
480 throw OVFLogicError(N_("Error reading \"%s\": \"%s\""),
514 throw OVFLogicError(N_("Erro
[all...]
H A DSettings.cpp206 Utf8StrFmt str(N_("Error in %s%s -- %s"),
273 throw ConfigFileError(this, NULL, N_("Root element in VirtualBox settings files must be \"VirtualBox\"."));
276 throw ConfigFileError(this, m->pelmRoot, N_("Required VirtualBox/@version attribute is missing"));
347 throw ConfigFileError(this, m->pelmRoot, N_("Cannot handle settings version '%s'"), m->strSettingsVersionFull.c_str());
414 throw ConfigFileError(this, NULL, N_("UUID \"%s\" has zero format"), strUUID.c_str());
416 throw ConfigFileError(this, NULL, N_("UUID \"%s\" has invalid format"), strUUID.c_str());
439 throw ConfigFileError(this, NULL, N_("Cannot handle ISO timestamp '%s': is not UTC date"), str.c_str());
480 throw ConfigFileError(this, NULL, N_("Cannot parse ISO timestamp '%s': runtime error, %Rra"), str.c_str(), rc);
483 throw ConfigFileError(this, NULL, N_("Cannot parse ISO timestamp '%s': invalid format"), str.c_str());
496 throw ConfigFileError(this, NULL, N_("Timespe
[all...]
/vbox/src/VBox/Devices/PC/
H A DDevPcBios.cpp978 N_("Configuration error: Querying \"%s\" as a string failed"),
993 N_("Configuration error: The \"%s\" value \"%s\" is unknown"),
1079 N_("Invalid configuration for device pcbios device"));
1087 N_("Configuration error: Querying \"RamSize\" as integer failed"));
1092 N_("Configuration error: Querying \"RamHoleSize\" as integer failed"));
1097 N_("Configuration error: Querying \"NumCPUs\" as integer failed"));
1102 N_("Configuration error: Querying \"\" as integer failed"));
1106 N_("Configuration error: Querying \"McfgLength\" as integer failed"));
1114 N_("Configuration error: Failed to read \"IOAPIC\""));
1128 N_("Configuratio
[all...]
H A DDevACPI.cpp2240 return PDMDEV_SET_ERROR(pThis->pDevInsR3, VERR_NO_TMP_MEMORY, N_("Cannot allocate RSDT"));
2627 N_("Configuration error: Querying \"RamSize\" as integer failed"));
2633 N_("Configuration error: Querying \"RamHoleSize\" as integer failed"));
2708 N_("Error: ACPI tables bigger than 64KB"));
3058 N_("Configuration error: Invalid config key for ACPI device"));
3064 N_("Configuration error: Failed to read \"IOAPIC\""));
3069 N_("Configuration error: Querying \"NumCPUs\" as integer failed"));
3075 N_("Configuration error: Failed to read \"FdcEnabled\""));
3081 N_("Configuration error: Failed to read \"HpetEnabled\""));
3086 N_("Configuratio
[all...]
H A DDevFwCommon.cpp460 N_("One of the DMI strings is too long. Check all bios/Dmi* configuration entries. At least %zu bytes are needed but there is no space for more than %d bytes"), cbNeed, cbMax); \
479 N_("Configuration error: Querying \"" name "\" as a string failed")); \
516 N_("Configuration error: Querying \"" # name "\" as an int failed")); \
552 N_("Configuration error: Failed to read \"DmiUseHostInfo\""));
562 N_("Configuration error: Failed to read \"DmiExposeMemoryTable\""));
567 N_("Configuration error: Failed to read \"DmiExposeProcInf\""));
593 N_("Configuration error: Querying \"DmiSystemUuid\" as a string failed"));
681 N_("Configuration error: Invalid UUID for DMI tables specified"));
825 N_("Configuration error: Failed to read \"RamSize\""));
/vbox/src/VBox/Devices/Misc/
H A DVirtualKD.cpp180 N_("Failed to load VirtualKD library '%s'. Fast kernel-mode debugging will not work"), szPath);
191 N_("Failed to find entry point for VirtualKD library '%s'. Fast kernel-mode debugging will not work"), szPath);
201 N_("Failed to initialize VirtualKD library '%s'. Fast kernel-mode debugging will not work"), szPath);
/vbox/src/VBox/Devices/Serial/
H A DDrvTCP.cpp376 N_("Configuration error: querying \"Location\" resulted in %Rrc"), rc);
380 N_("Configuration error: querying \"IsServer\" resulted in %Rrc"), rc);
388 N_("DrvTCP#%d failed to create socket"), pDrvIns->iInstance);
404 N_("DrvTCP#%d failed to bind to socket %s"),
410 N_("DrvTCP#%d failed to create listening thread"), pDrvIns->iInstance);
433 N_("DrvTCP#%d failed to connect to socket %s"),
H A DDrvChar.cpp371 return PDMDrvHlpVMSetError(pDrvIns, VERR_PDM_MISSING_INTERFACE_ABOVE, RT_SRC_POS, N_("Char#%d has no char port interface above"), pDrvIns->iInstance);
382 return PDMDrvHlpVMSetError(pDrvIns, VERR_PDM_MISSING_INTERFACE_BELOW, RT_SRC_POS, N_("Char#%d has no stream interface below"), pDrvIns->iInstance);
392 return PDMDrvHlpVMSetError(pDrvIns, rc, RT_SRC_POS, N_("Char#%d cannot create receive thread"), pDrvIns->iInstance);
401 return PDMDrvHlpVMSetError(pDrvIns, rc, RT_SRC_POS, N_("Char#%d cannot create send thread"), pDrvIns->iInstance);
H A DDrvNamedPipe.cpp559 N_("Configuration error: querying \"Location\" resulted in %Rrc"), rc);
563 N_("Configuration error: querying \"IsServer\" resulted in %Rrc"), rc);
583 return PDMDrvHlpVMSetError(pDrvIns, rc, RT_SRC_POS, N_("NamedPipe#%d failed to create named pipe %s"),
593 return PDMDrvHlpVMSetError(pDrvIns, rc, RT_SRC_POS, N_("NamedPipe#%d failed to create listening thread"),
606 return PDMDrvHlpVMSetError(pDrvIns, rc, RT_SRC_POS, N_("NamedPipe#%d failed to connect to named pipe %s"),
623 N_("NamedPipe#%d failed to create local socket"), pDrvIns->iInstance);
637 N_("NamedPipe#%d failed to bind to local socket %s"),
643 N_("NamedPipe#%d failed to create listening thread"), pDrvIns->iInstance);
651 N_("NamedPipe#%d failed to connect to local socket %s"),
H A DDrvHostSerial.cpp904 N_("Ioctl failed for serial host device '%s' (%Rrc). The device will not work properly"),
964 N_("Suspending serial monitor thread failed for serial device '%s' (%Rrc). The shutdown may take longer than expected"),
1227 N_("Cannot open host device '%s' for read/write access. Check the permissions "
1232 N_("Cannot open host device '%s' for read/write access. Check the permissions "
1238 N_("Failed to open host device '%s'"),
1273 return PDMDrvHlpVMSetError(pDrvIns, VERR_PDM_MISSING_INTERFACE_ABOVE, RT_SRC_POS, N_("HostSerial#%d has no char port interface above"), pDrvIns->iInstance);
1280 return PDMDrvHlpVMSetError(pDrvIns, rc, RT_SRC_POS, N_("HostSerial#%d cannot create receive thread"), pDrvIns->iInstance);
1287 return PDMDrvHlpVMSetError(pDrvIns, rc, RT_SRC_POS, N_("HostSerial#%d cannot create send thread"), pDrvIns->iInstance);
1296 return PDMDrvHlpVMSetError(pDrvIns, rc, RT_SRC_POS, N_("HostSerial#%d cannot create monitor thread"), pDrvIns->iInstance);
/vbox/src/VBox/Devices/Network/
H A DDevINIP.cpp364 N_("Configuration error: Failed to get the \"IP\" value"));
375 N_("Configuration error: Failed to get the \"Netmask\" value"));
383 N_("Configuration error: Failed to get the \"Gateway\" value"));
516 N_("Configuration error: Invalid \"IP\" value"));
526 N_("Configuration error: Invalid \"Netmask\" value"));
538 N_("Configuration error: Invalid \"Gateway\" value"));
561 N_("netif_add failed"));
740 N_("Unknown Internal Networking IP configuration option"));
779 N_("Configuration error: Invalid \"MAC\" value"));
794 N_("Configuratio
[all...]
H A DDrvTAP.cpp598 N_("Failed to open /dev/udp. errno=%d"), errno);
603 N_("Failed to open /dev/tap for TAP. errno=%d"), errno);
624 N_("Failed to get new interface. errno=%d"), errno);
630 N_("Failed to open interface /dev/tap. errno=%d"), errno);
636 N_("Failed to push IP. errno=%d"), errno);
694 N_("Failed to link TAP device to IP. Check TAP interface name. errno=%d"), errno);
723 N_("Failed to set Mux ID. Check TAP interface name. errno=%d"), errno);
904 N_("Configuration error: The above device/driver didn't export the network port interface"));
916 N_("Invalid TAP setup program path: %s"), pThis->pszSetupApplication);
919 return PDMDRV_SET_ERROR(pDrvIns, rc, N_("Configuratio
[all...]
H A DDrvUDPTunnel.cpp502 N_("Configuration error: The above device/driver didn't export the network port interface"));
512 N_("DrvUDPTunnel: Configuration error: Querying \"sport\" as string failed"));
516 N_("DrvUDPTunnel: Configuration error: Converting \"sport\" to integer failed"));
523 N_("DrvUDPTunnel: Configuration error: Querying \"dport\" as string failed"));
527 N_("DrvUDPTunnel: Configuration error: Converting \"dport\" to integer failed"));
534 N_("DrvUDPTunnel: Configuration error: Querying \"dest\" as string failed"));
557 N_("UDPTunnel: Failed to start the UDP tunnel server"));
601 N_("UDPTunnel: Failed to start the UDP tunnel server"));
H A DDrvIntNet.cpp1290 N_("Configuration error: Failed to query value of \"%s\""), pszName);
1305 N_("Configuration error: The value of \"%s\" is unknown: \"%s\""), pszName, szValue);
1332 N_("Configuration error: The value of \"%s\" is unknown: \"%s\""), pszName, szValue);
1434 N_("Configuration error: Failed to get the \"Network\" value"));
1446 N_("Configuration error: Failed to get the \"TrunkType\" value"));
1457 N_("Configuration error: Failed to get the \"Trunk\" value"));
1469 N_("Configuration error: Failed to get the \"SharedMacOnWire\" value"));
1489 N_("Configuration error: Failed to get the \"RestrictAccess\" value"));
1500 N_("Configuration error: Failed to get the \"RequireExactPolicyMatch\" value"));
1512 N_("Configuratio
[all...]
H A DDrvNAT.cpp84 return PDMDrvHlpVMSetError((pthis)->pDrvIns, (rc), RT_SRC_POS, N_("NAT#%d: configuration query for \"" name "\" " #type_name " failed"), \
92 return PDMDrvHlpVMSetError((pthis)->pDrvIns, (rc), RT_SRC_POS, N_("NAT#%d: configuration query for \"" name "\" " #type_name " failed"), \
100 return PDMDrvHlpVMSetError((pthis)->pDrvIns, (rc), RT_SRC_POS, N_("NAT#%d: configuration query for \"" name "\" " #type_name " failed"), \
1204 N_("Unknown configuration in dns mapping"));
1265 N_("Unknown configuration in port forwarding"));
1285 N_("NAT#%d: Invalid configuration value for \"Protocol\": \"%s\""),
1290 N_("NAT#%d: configuration query for \"Protocol\" failed"),
1316 N_("NAT#%d: configuration error: failed to set up "
1451 N_("Unknown NAT configuration option, only supports PassDomain,"
1488 N_("Configuratio
[all...]
/vbox/src/VBox/Devices/Storage/
H A DDrvVD.cpp1588 N_("VD: The DEK for this disk is missing"));
2320 N_("Failed to write lock the images"));
2555 N_("No media port interface above"));
2563 return PDMDRV_SET_ERROR(pDrvIns, rc, N_("Loading VD plugins failed"));
2605 RT_SRC_POS, N_("DrvVD: Configuration error: keys incorrect at level %d"), iLevel);
2615 N_("DrvVD: Configuration error: Querying \"HostIPStack\" as boolean failed"));
2623 N_("DrvVD: Configuration error: Querying \"HonorZeroWrites\" as boolean failed"));
2631 N_("DrvVD: Configuration error: Querying \"ReadOnly\" as boolean failed"));
2639 N_("DrvVD: Configuration error: Querying \"MaybeReadOnly\" as boolean failed"));
2647 N_("DrvV
[all...]
H A DDrvBlock.cpp947 N_("No block port interface above"));
960 return PDMDRV_SET_ERROR(pDrvIns, VERR_PDM_BLOCK_NO_TYPE, N_("Failed to obtain the type"));
984 N_("Unknown type \"%s\""), psz);
994 return PDMDRV_SET_ERROR(pDrvIns, rc, N_("Failed to query \"Mountable\" from the config"));
999 return PDMDRV_SET_ERROR(pDrvIns, rc, N_("Failed to query \"Locked\" from the config"));
1004 return PDMDRV_SET_ERROR(pDrvIns, rc, N_("Failed to query \"BIOSVisible\" from the config"));
1011 return PDMDRV_SET_ERROR(pDrvIns, rc, N_("Failed to query \"Cylinders\" from the config"));
1016 return PDMDRV_SET_ERROR(pDrvIns, rc, N_("Failed to query \"Heads\" from the config"));
1021 return PDMDRV_SET_ERROR(pDrvIns, rc, N_("Failed to query \"Sectors\" from the config"));
1033 N_("Uui
[all...]
H A DDrvMediaISO.cpp251 return PDMDRV_SET_ERROR(pDrvIns, rc, N_("Failed to query \"Path\" from the config"));
264 PDMDrvHlpVMSetError(pDrvIns, rc, RT_SRC_POS, N_("Failed to open ISO file \"%s\""), pszName);
/vbox/src/VBox/Storage/
H A DVMDK.cpp756 rc = vdIfError(pImage->pIfError, rc, RT_SRC_POS, N_("VMDK: Compressed image is corrupted '%s'"), pExtent->pszFullname);
1076 rc = vdIfError(pImage->pIfError, rc, RT_SRC_POS, N_("VMDK: could not read grain directory in '%s': %Rrc"), pExtent->pszFullname);
1093 rc = vdIfError(pImage->pIfError, rc, RT_SRC_POS, N_("VMDK: could not read redundant grain directory in '%s'"), pExtent->pszFullname);
1134 rc = vdIfError(pImage->pIfError, VERR_VD_VMDK_INVALID_HEADER, RT_SRC_POS, N_("VMDK: inconsistent references to grain directory in '%s'"), pExtent->pszFullname);
1158 rc = vdIfError(pImage->pIfError, VERR_VD_VMDK_INVALID_HEADER, RT_SRC_POS, N_("VMDK: inconsistent references to grain directory in '%s'"), pExtent->pszFullname);
1213 N_("VMDK: error reading grain table in '%s'"), pExtent->pszFullname);
1224 N_("VMDK: error reading backup grain table in '%s'"), pExtent->pszFullname);
1230 N_("VMDK: inconsistency between grain table and backup grain table in '%s'"), pExtent->pszFullname);
1330 rc = vdIfError(pImage->pIfError, rc, RT_SRC_POS, N_("VMDK: cannot write new redundant grain directory entry in '%s'"), pExtent->pszFullname);
1348 rc = vdIfError(pImage->pIfError, rc, RT_SRC_POS, N_("VMD
[all...]
H A DQED.cpp993 N_("Qed: Querying the file size of image '%s' failed"),
1003 N_("Qed: Allocating memory for the L1 table for image '%s' failed"),
1012 N_("Qed: Allocating memory for the L2 table for image '%s' failed"),
1021 N_("Qed: Allocating memory for the cluster bitmap for image '%s' failed"),
1030 N_("Qed: L1 table offset of image '%s' is corrupt (%llu)"),
1041 N_("Qed: Reading the L1 table from image '%s' failed"),
1063 N_("Qed: Entry %d of the L1 table from image '%s' is invalid (%llu)"),
1074 N_("Qed: Entry %d of the L1 table from image '%s' points to a already used cluster (%llu)"),
1085 N_("Qed: Reading the L2 table from image '%s' failed"),
1099 N_("Qe
[all...]
/vbox/src/VBox/Devices/Parallel/
H A DDevParallel.cpp613 return SSMR3SetCfgError(pSSM, RT_SRC_POS, N_("IRQ changed: config=%#x state=%#x"), pThis->iIrq, iIrq);
616 return SSMR3SetCfgError(pSSM, RT_SRC_POS, N_("IOBase changed: config=%#x state=%#x"), pThis->IOBase, uIoBase);
685 N_("Configuration error: Unknown config key"));
690 N_("Configuration error: Failed to get the \"GCEnabled\" value"));
695 N_("Configuration error: Failed to get the \"R0Enabled\" value"));
699 N_("Configuration error: Failed to get the \"IRQ\" value"));
703 N_("Configuration error: Failed to get the \"IOBase\" value"));
781 N_("Parallel device %d cannot attach to host driver"), iInstance);
/vbox/src/VBox/VMM/VMMR3/
H A DGMM.cpp119 N_("GMMR0AllocatePages failed to allocate %u pages"),
130 N_("Out of memory (SUPR3PageAlloc) seeding a %u pages allocation request"),
135 return VMSetError(pVM, rc, RT_SRC_POS, N_("GMM seeding failed"));
228 N_("GMMR0FreePages failed to free %u pages"),
H A DGIMHv.cpp451 N_("Unsupported Hyper-V saved-state version %u (expected %u)."), uHvSavedStatVersion,
488 return SSMR3SetCfgError(pSSM, RT_SRC_POS, N_("Failed to enable the hypercall page. GCPhys=%#RGp rc=%Rrc"),
492 return SSMR3SetCfgError(pSSM, RT_SRC_POS, N_("Hypercall MMIO2 region not registered. Missing GIM device?!"));
514 return SSMR3SetCfgError(pSSM, RT_SRC_POS, N_("Failed to enable the TSC page. GCPhys=%#RGp rc=%Rrc"),
518 return SSMR3SetCfgError(pSSM, RT_SRC_POS, N_("TSC-page MMIO2 region not registered. Missing GIM device?!"));
/vbox/src/VBox/Devices/PC/ACPI/
H A DVBoxAcpi.cpp380 N_("Configuration error: Failed to read \"DsdtFilePath\""));
446 N_("Configuration error: Failed to read \"SsdtFilePath\""));

Completed in 1502 milliseconds

12345