|
@@ -1,10 +1,10 @@
|
|
|
#
|
|
|
# This file is part of the Free Pascal Compiler
|
|
|
-# Copyright (c) 1999-2000 by the Free Pascal Development team
|
|
|
+# Copyright (c) 1999-2006 by the Free Pascal Development team
|
|
|
#
|
|
|
# Hebrew (CP1255) language file for Free Pascal Compiler
|
|
|
# Contributed by Ido Kanner <idokan at gmail.com> and Dotan Kamber <kamberd at yahoo.com>
|
|
|
-# Based on errore.msg of SVN revision 4364
|
|
|
+# Based on errore.msg of SVN revision 4489
|
|
|
#
|
|
|
# See the file COPYING.FPC, included in this distribution,
|
|
|
# for details about the copyright.
|
|
@@ -1324,6 +1324,16 @@ type_w_double_c_varargs=04059_W_
|
|
|
% this from happening, add an explicit typecast around the constant.
|
|
|
type_e_class_or_cominterface_type_expected=04060_E_îöôä ìèéôåñ îçì÷ä àå îîù÷ COM, àáì äú÷áì "$1"
|
|
|
% Some operators like the AS operator are only appliable to classes or COM interfaces.
|
|
|
+type_e_no_const_packed_array=04061_E_àéï úîéëä áîòøê ÷áåò ãçåñ
|
|
|
+% You cannot declare a (bit)packed array as a typed constant.
|
|
|
+type_e_got_expected_packed_array=04062_E_çåñø úàéîåú ìèéôåñ äðúåðéí ùì àøâåîðè $1. äú÷áì: "$2" îöà ì "(bit)packed array"
|
|
|
+% The compiler expects a (bit)packed array as the specified parameter
|
|
|
+type_e_got_expected_unpacked_array=04063_E_çåñø úàéîåú èéôåñ äðúåðéí ùì àøâåîðè $1. äú÷áì "$2" îöôä ì "(not packed) Array"
|
|
|
+% The compiler expects a regular (i.e., not packed) array as the specified parameter
|
|
|
+type_e_no_packed_inittable=04064_E_àìîèéí ùì îòøê ãçåñ àéðí éëåìéí ìäéåú îèéôåñ ðúåðéí àùø ãåøù àúçåì
|
|
|
+% Support for packed arrays of types that need initialization (such as ansistrings, or records which contain ansistrings) is not yet implemented.
|
|
|
+type_e_no_const_packed_record=04065_E_àéï úîéëä ìøùåîåú åàáéé÷èéí ÷áåòéí åãçåñéí
|
|
|
+% You cannot declare a (bit)packed array as a typed constant at this time.
|
|
|
% \end{description}
|
|
|
#
|
|
|
# Symtable
|