You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: new/AutoItInterpreter/lang/lang-en.yml
+1-1
Original file line number
Diff line number
Diff line change
@@ -192,7 +192,7 @@ strings:
192
192
thread_already_running: "The thread 0x{0:x4} is already executing a function."
193
193
too_many_args: "The function '{0}' expects at a maximum of {1} arguments, however, {2} arguments were given."
194
194
too_many_array_items: "Array declaration '{0}' has too many items: The array was constrained to a size of {1} item(s), however, {2} array items have been specified during initialization."
195
-
undeclared_variable: "The variable '{0}' has not been declared previously to this line and can therefore not be used in this expression."
195
+
undeclared_variable: "The variable '{0}' has not been declared prior to this line and can therefore not be used in this expression."
196
196
unexpected_case: "Unexpected 'Case'-statement outside a 'Switch'- or 'Select'-block."
197
197
unexpected_close: "Unexpected statement '{0}': A '{1}'-statement must be opened before it can be closed."
198
198
unexpected_continuecase: "Unexpected 'ContinueCase'-statement outside a 'Switch'- or 'Select'-block."
0 commit comments