1 ## version $VER: dos.catalog 1.0 (13.03.2001)
5 MSG_ERROR_NO_FREE_STORE
7 ; not enough memory available
9 MSG_ERROR_TASK_TABLE_FULL
10 processtabellen är full
13 MSG_ERROR_BAD_TEMPLATE
21 MSG_ERROR_REQUIRED_ARG_MISSING
22 nödvändigt argument saknas
23 ; required argument missing
25 MSG_ERROR_KEY_NEEDS_ARG
26 värde efter nyckelord saknas
27 ; value after keyword missing
29 MSG_ERROR_TOO_MANY_ARGS
30 felaktigt antal argument
31 ; wrong number of arguments
33 MSG_ERROR_UNMATCHED_QUOTES
34 icke matchande citationstecken
37 MSG_ERROR_LINE_TOO_LONG
38 argumentet ogiltigt eller för långt
39 ; argument line invalid or too long
41 MSG_ERROR_FILE_NOT_OBJECT
43 ; file is not executable
45 MSG_ERROR_INVALID_RESIDENT_LIBRARY
46 ogiltigt resident bibliotek
47 ; invalid resident library
49 MSG_ERROR_NO_DEFAULT_DIR
53 MSG_ERROR_OBJECT_IN_USE
57 MSG_ERROR_OBJECT_EXISTS
59 ; object already exists
61 MSG_ERROR_DIR_NOT_FOUND
65 MSG_ERROR_OBJECT_NOT_FOUND
66 objektet kan ej hittas
69 MSG_ERROR_BAD_STREAM_NAME
70 ogiltig fönsterbeskrivning
71 ; invalid window description
73 MSG_ERROR_OBJECT_TOO_LARGE
77 MSG_ERROR_ACTION_NOT_KNOWN
78 okänd typ av filsystemsåtgärd
79 ; filesystem action type unknown
81 MSG_ERROR_INVALID_COMPONENT_NAME
85 MSG_ERROR_INVALID_LOCK
89 MSG_ERROR_OBJECT_WRONG_TYPE
90 objektet är ej av nödvändigt slag
91 ; object is not of required type
93 MSG_ERROR_DISK_NOT_VALIDATED
94 disken är ej validerad
97 MSG_ERROR_DISK_WRITE_PROTECTED
98 disken är skrivskyddad
99 ; disk is write-protected
101 MSG_ERROR_RENAME_ACROSS_DEVICES
102 försök av namnbyte över enheter
103 ; rename across devices attempted
105 MSG_ERROR_DIRECTORY_NOT_EMPTY
107 ; directory not empty
109 MSG_ERROR_TOO_MANY_LEVELS
113 MSG_ERROR_DEVICE_NOT_MOUNTED
114 enhet (eller volym) är ej monterad
115 ; device (or volume) is not mounted
121 MSG_ERROR_COMMENT_TOO_BIG
123 ; comment is too long
129 MSG_ERROR_DELETE_PROTECTED
130 objektet är raderingsskyddat
131 ; object is protected from deletion
133 MSG_ERROR_WRITE_PROTECTED
134 filen är skrivskyddad
135 ; file is write protected
137 MSG_ERROR_READ_PROTECTED
139 ; file is read protected
141 MSG_ERROR_NOT_A_DOS_DISK
143 ; not a valid DOS disk
149 MSG_ERROR_NO_MORE_ENTRIES
150 inga fler poster i lådan
151 ; no more entries in directory
153 MSG_ERROR_IS_SOFT_LINK
154 objektet är en mjuk länk
155 ; object is soft link
157 MSG_ERROR_OBJECT_LINKED
165 MSG_ERROR_NOT_IMPLEMENTED
166 ej implementerad funktion
167 ; function not implemented
169 MSG_ERROR_RECORD_NOT_LOCKED
173 MSG_ERROR_LOCK_COLLISION
174 låskonflikt i resultat
175 ; record lock collision
177 MSG_ERROR_LOCK_TIMEOUT
178 timeout av resultatslås
179 ; record lock timeout
181 MSG_ERROR_UNLOCK_ERROR
182 upplåsningsfel i resultat
183 ; record unlock error
185 MSG_ERROR_BUFFER_OVERFLOW
193 MSG_ERROR_NOT_EXECUTABLE
195 ; file not executable
197 ; === New ErrorReport() format strings. Need to be translated.
199 MSG_STRING_DISK_NOT_VALIDATED
200 Volume "%s" is not validated
202 MSG_STRING_DISK_WRITE_PROTECTED
203 Volume "%s" is write protected
205 MSG_STRING_DEVICE_NOT_MOUNTED_INSERT
206 Please insert volume "%s" in any drive
208 MSG_STRING_DEVICE_NOT_MOUNTED_REPLACE
209 Please replace volume "%s" in any drive
211 MSG_STRING_DEVICE_NOT_MOUNTED_REPLACE_TARGET
212 Please replace volume "%s" in "%s"
217 MSG_STRING_NOT_A_DOS_DISK
218 Not a DOS disk in "%s"
221 No disk present in "%s"
223 MSG_STRING_ABORT_BUSY
224 You MUST replace volume "%s" in "%s"!
226 MSG_STRING_ABORT_DISK_ERROR
227 Volume "%s" has a read/write error
229 ; === End of new ErrorRequest() format strings. Old ones follow for reference.
231 ;MSG_STRING_INSERT_VOLUME
232 ;Vad god sätt in volymen\n%s\ni en enhet
233 ; Please insert volume\n%s\nin any drive
235 ;MSG_STRING_VOLUME_FULL
237 ; The volume %s is full
240 ;Ingen disk i enhet %s
241 ; No disk in drive %s
243 ;MSG_STRING_NO_DOS_DISK
244 ;Inte en DOS disk i enhet %s
245 ; Not a DOS disk in drive %s
247 ;MSG_STRING_MUST_REPLACE
248 ;Du MÅSTE sätta tillbaka volym\n\
251 ; You MUST replace volume\n\
255 ; === End of ErrorRequest() format strings.
265 MSG_STRING_REQUESTTITLE
269 MSG_ERROR_NO_MATCHING_ELSEENDIF
270 icke matchande Else eller EndIf
271 ; no matching Else or EndIf
273 MSG_ERROR_SCRIPT_ONLY
274 det här kommandot är bara tänkt att användas i skriptfiler
275 ; this command is supposed to be used in command files only