jscript.dll.mui Microsoft (R) JScript 43b4a7a9aa1b3ae7a90817d51c358022

File info

File name: jscript.dll.mui
Size: 14848 byte
MD5: 43b4a7a9aa1b3ae7a90817d51c358022
SHA1: d6905999837b5eb97192fb09e8d8751b2d49e548
SHA256: 6f5e328e4c54180eca4532f531e8d6abb29aafb126bd30f0230e605b20269ca9
Operating systems: Windows 10
Extension: MUI

Translations messages and strings

If an error occurred or the following message in Swedish 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 Swedish English
5Ogiltigt proceduranrop eller argument. Invalid procedure call or argument
6Spill Overflow
7Slut på minne. Out of memory
9Felaktigt matrisindex Subscript out of range
10Matrisen är fast eller tillfälligt låst. This array is fixed or temporarily locked
11Division med noll Division by zero
13Inkompatibla typer Type mismatch
14Slut på strängutrymme. Out of string space
17Det går inte att utföra begärd åtgärd Can't perform requested operation
28Slut på stackutrymme. Out of stack space
35Sub eller Function har inte definierats Sub or Function not defined
48Det går inte att ladda DLL-filen Error in loading DLL
51Internt fel Internal error
52Felaktigt filnamn eller filnummer Bad file name or number
53Det går inte att hitta filen. File not found
54Felaktigt filåtkomstläge Bad file mode
55Filen är redan öppen File already open
57Läs/skrivfel Device I/O error
58Filen finns redan. File already exists
61Slut på diskutrymme. Disk full
62Indata överskrider filslut Input past end of file
67För många öppna filer. Too many files
68Enheten är inte tillgänglig Device unavailable
70Åtkomst nekad. Permission denied
71Disken är inte klar Disk not ready
74Det går inte att döpa om filen på en annan enhet Can't rename with different drive
75Det går inte att hitta angiven fil eller sökväg. Path/File access error
76Det går inte att hitta angiven sökväg. Path not found
91Objektvariabel eller With-blockvariabel har inte angetts Object variable or With block variable not set
92For-loop har inte initierats For loop not initialized
94Ogiltig användning av Null Invalid use of Null
322Det går inte att skapa nödvändig temporär fil Can't create necessary temporary file
424Objekt krävs. Object required
429Automation-server kan inte skapa objekt. Automation server can't create object
430Klassen stöder inte Automation. Class doesn't support Automation
432Det går inte att hitta fil- eller klassnamn under Automation-åtgärden. File name or class name not found during Automation operation
438Objektet stöder inte egenskapen eller metoden. Object doesn't support this property or method
440Automation-fel Automation error
445Objektet kan inte hantera denna åtgärd. Object doesn't support this action
446Namngivna argument stöds inte av objektet. Object doesn't support named arguments
447Objektet stöder inte de aktuella landsinställningarna. Object doesn't support current locale setting
448Det namngivna argumentet finns inte. Named argument not found
449Argumentet är inte valfritt. Argument not optional
450Fel antal argument eller felaktig egenskapstilldelning. Wrong number of arguments or invalid property assignment
451Objektet måste vara en mängd. Object not a collection
453Det går inte att hitta angiven DLL-funktion. Specified DLL function not found
458Variabeln använder en Automation-typ som inte kan användas i JScript. Variable uses an Automation type not supported in JScript
462Fjärrservern finns inte eller också är den otillgänglig The remote server machine does not exist or is unavailable
501Det går inte att tilldela en variabel. Cannot assign to variable
502Objektet är inte säkert nog att använda i skript. Object not safe for scripting
503Objektet är inte säkert nog att initiera. Object not safe for initializing
504Objektet är inte säkert och kan inte skapas Object not safe for creating
507Ett undantag uppstod An exception occurred
1002Syntaxfel Syntax error
1003':' förväntas Expected ':'
1004';' förväntas Expected ';'
1005'(' förväntas Expected '('
1006')' förväntas Expected ')'
1007']' förväntas Expected ']'
1008'{' förväntas Expected '{'
1009'}' förväntas Expected '}'
1010Identifierare förväntas. Expected identifier
1011'=' förväntas Expected '='
1012'/' förväntas Expected '/'
1013Ogiltigt tal Invalid number
1014Ogiltigt tecken Invalid character
1015Oavslutad strängkonstant Unterminated string constant
1016Oavslutad kommentar Unterminated comment
1018'return'-instruktion får inte förekomma utanför funktion. 'return' statement outside of function
1019'break' får inte förekomma utanför loop. Can't have 'break' outside of loop
1020'continue' får inte förekomma utanför loop. Can't have 'continue' outside of loop
1023Ett hexadecimalt tal förväntas. Expected hexadecimal digit
1024Förväntade 'while' Expected 'while'
1025Definiera om etikett. Label redefined
1026Etiketten kunde inte hittas. Label not found
1027'default' kan bara förekomma en gång i en 'switch'-instruktion. 'default' can only appear once in a 'switch' statement
1028Identifierare, sträng eller tal förväntas Expected identifier, string or number
1029'@end' förväntas Expected '@end'
1030Villkorlig kompilering har stängts av Conditional compilation is turned off
1031Konstant förväntas. Expected constant
1032'@' förväntas. Expected '@'
1033'catch' förväntas Expected 'catch'
1034'var' förväntas Expected 'var'
1035throw måste följas av ett uttryck på samma källrad throw must be followed by an expression on the same source line
1036'with' är inte tillgänglig i ECMA 327 Compact Profile 'with' not available in the ECMA 327 Compact Profile
4096Kompileringsfel i Microsoft JScript Microsoft JScript compilation error
4097Körningsfel i Microsoft JScript Microsoft JScript runtime error
4098Okänt körningsfel Unknown runtime error
5000Det går inte att tilldela 'this'. Cannot assign to 'this'
5001Ett tal förväntas. Number expected
5002En funktion förväntas. Function expected
5003Det går inte att tilldela ett funktionsresultat. Cannot assign to a function result
5004Det går inte att indexera objekt. Cannot index object
5005En sträng förväntas. String expected
5006Ett datumobjekt förväntas. Date object expected
5007Ett objekt förväntas. Object expected
5008Otillåten tilldelning. Illegal assignment
5009Odefinierad identifierare. Undefined identifier
5010Ett boolskt värde förväntas. Boolean expected
5011Det går inte att köra kod från detta skript Can't execute code from a freed script
5012Objektmedlem förväntas Object member expected
5013VBArray förväntas VBArray expected
5014Ett JScript-objekt förväntas JScript object expected
5015Uppräkningsobjekt förväntas Enumerator object expected
5016Ett reguljärt uttryck förväntas Regular Expression object expected
5017Syntaxfel i reguljärt uttryck Syntax error in regular expression
5018Oväntad kvantifierare Unexpected quantifier
5019Förväntade ']' i reguljärt uttryck Expected ']' in regular expression
5020Förväntade ')' i reguljärt uttryck Expected ')' in regular expression
5021Ogiltigt intervall i teckenuppsättning Invalid range in character set
5022Undantag thrown och inte caught Exception thrown and not caught
5023Funktionen saknar ett giltigt prototypobjekt Function does not have a valid prototype object
5024Den URI som ska kodas innehåller ett ogiltigt tecken The URI to be encoded contains an invalid character
5025Den URI som ska avkodas är inte en giltig kodning The URI to be decoded is not a valid encoding
5026Antalet bråktal är utanför intervallet The number of fractional digits is out of range
5027Precisionen är utanför intervallet The precision is out of range
5028Ett Array- eller arguments-objekt förväntas Array or arguments object expected
5029Matrislängden måste vara ett ändligt positivt heltal Array length must be a finite positive integer
5030Ett ändligt positivt heltal måste anges för matrislängden Array length must be assigned a finite positive number
5031Array-objekt förväntas Array object expected
5032'eval' är inte tillgänglig i ECMA 327 Compact Profile 'eval' is not available in the ECMA 327 Compact Profile
5033Konstruktorn Function är inte tillgänglig i ECMA 327 Compact Profile Function constructor is not available in the ECMA 327 Compact Profile
5034Cirkelreferens i värdeargument stöds inte Circular reference in value argument not supported
5035Ogiltigt ersättningsargument Invalid replacer argument
6000Oändligt Infinity
6001-Oändligt -Infinity
10438Objektet kan inte hantera egenskapen eller metoden '|'. Object doesn't support property or method '|'
15001'|' är inte ett tal. '|' is not a number
15002'|' är inte en funktion. '|' is not a function
15004'|' är inte ett indexerbart objekt. '|' is not an indexable object
15005'|' är inte en sträng. '|' is not a string
15006'|' är inte ett datumobjekt. '|' is not a date object
15007'|' är null eller inte ett objekt '|' is null or not an object
15008Det går inte att tilldela till '|'. Cannot assign to '|'
15009'|' är odefinierad. '|' is undefined
15010'|' är inte ett boolskt värde. '|' is not a boolean
15012Du kan inte ta bort '|' Cannot delete '|'
15013'|' är inte en VBArray '|' is not a VBArray
15014'|' är inte ett JScript-objekt '|' is not a JScript object
15015'|' är inte ett uppräkningsobjekt '|' is not an enumerator object
15016'|' är inte ett reguljärt uttryck '|' is not a regular expression object
15028| är inte ett Array- eller arguments-objekt | is not an Array or arguments object
15031| är inte ett Array-objekt | is not an Array object
15036Attributet '|' på egenskapsbeskrivningen kan inte ha värdet true på det här objektet '|' attribute on the property descriptor cannot be set to 'true' on this object
15037Attributet '|' på egenskapsbeskrivningen kan inte ha värdet false på det här objektet '|' attribute on the property descriptor cannot be set to 'false' on this object
32812Det angivna datumet är inte tillgängligt i kalendern för den aktuella platsen The specified date is not available in the current locale's calendar
32813Skriptet har skadligt innehåll och blockeras av ditt antivirusprogram. This script contains malicious content and has been blocked by your antivirus software.

EXIF

File Name:jscript.dll.mui
Directory:%WINDIR%\WinSxS\amd64_microsoft-windows-s..g-jscript.resources_31bf3856ad364e35_11.0.15063.0_sv-se_7e17e1967240ff57\
File Size:14 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:14336
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:5.812.10240.16384
Product Version Number:5.812.10240.16384
File Flags Mask:0x0003
File Flags:(none)
File OS:Win32
Object File Type:Dynamic link library
File Subtype:0
Language Code:Swedish
Character Set:Unicode
Company Name:Microsoft Corporation
File Description:Microsoft (R) JScript
File Version:5.812.10240.16384
Internal Name:jscript.dll
Legal Copyright:© Microsoft Corporation. Med ensamrätt.
Original File Name:jscript.dll.mui
Product Name:Microsoft (R) JScript
Product Version:5.812.10240.16384
Directory:%WINDIR%\WinSxS\wow64_microsoft-windows-s..g-jscript.resources_31bf3856ad364e35_11.0.15063.0_sv-se_886c8be8a6a1c152\

What is jscript.dll.mui?

jscript.dll.mui is Multilingual User Interface resource file that contain Swedish language for file jscript.dll (Microsoft (R) JScript).

File version info

File Description:Microsoft (R) JScript
File Version:5.812.10240.16384
Company Name:Microsoft Corporation
Internal Name:jscript.dll
Legal Copyright:© Microsoft Corporation. Med ensamrätt.
Original Filename:jscript.dll.mui
Product Name:Microsoft (R) JScript
Product Version:5.812.10240.16384
Translation:0x41D, 1200