From e63fae2de1de49f0f126525dbd9b293a3d917a75 Mon Sep 17 00:00:00 2001 From: Tomas Hajny Date: Wed, 23 Aug 2006 22:28:22 +0000 Subject: [PATCH] * updates corresponding to errore.msg r4489 git-svn-id: trunk@4497 - --- compiler/msg/errorhe.msg | 14 ++++++++++++-- compiler/msg/errorheu.msg | 14 +++++++++++++- 2 files changed, 25 insertions(+), 3 deletions(-) diff --git a/compiler/msg/errorhe.msg b/compiler/msg/errorhe.msg index 280c5757be..c8dd439148 100644 --- a/compiler/msg/errorhe.msg +++ b/compiler/msg/errorhe.msg @@ -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 and Dotan Kamber -# 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 diff --git a/compiler/msg/errorheu.msg b/compiler/msg/errorheu.msg index b2bea6a777..d50ecc60b0 100644 --- a/compiler/msg/errorheu.msg +++ b/compiler/msg/errorheu.msg @@ -4,7 +4,7 @@ # # Hebrew (UTF-8) language file for Free Pascal Compiler # Contributed by Ido Kanner and Dotan Kamber -# 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,18 @@ type_w_double_c_varargs=04059_W_ממיר את הטיפוס real לטיפוס dou % 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_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