mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-19 12:09:14 +02:00
* updates from Ido Kanner - synchronized with errore.msg r6685
git-svn-id: trunk@6706 -
This commit is contained in:
parent
240938a6ed
commit
b512e234c9
@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
# Hebrew (CP1255) language file for Free Pascal Compiler
|
# Hebrew (CP1255) language file for Free Pascal Compiler
|
||||||
# Contributed by Ido Kanner <idokan at gmail.com> and Dotan Kamber <kamberd at yahoo.com>
|
# Contributed by Ido Kanner <idokan at gmail.com> and Dotan Kamber <kamberd at yahoo.com>
|
||||||
# Based on errore.msg of SVN revision 6320
|
# Based on errore.msg of SVN revision 6685
|
||||||
#
|
#
|
||||||
# See the file COPYING.FPC, included in this distribution,
|
# See the file COPYING.FPC, included in this distribution,
|
||||||
# for details about the copyright.
|
# for details about the copyright.
|
||||||
@ -1114,9 +1114,23 @@ parser_e_type_object_constants=03230_E_
|
|||||||
% If an object requires a VMT either because it contains a constructor or virtual methods,
|
% If an object requires a VMT either because it contains a constructor or virtual methods,
|
||||||
% it's not allowed to create constants of it. In TP and Delphi mode this is allowed
|
% it's not allowed to create constants of it. In TP and Delphi mode this is allowed
|
||||||
% for compatibility reasons.
|
% for compatibility reasons.
|
||||||
parser_e_label_outside_proc=03231_E_ùéîåù áëúåáú ùì úååéåú äîåëøæåú îçåõ ìîúçí äðåëçé àéîå îåøùä
|
parser_e_label_outside_proc=03231_E_ùéîåù áëúåáú ùì úååéåú äîåëøæåú îçåõ ìîúçí äðåëçé àéðå îåøùä
|
||||||
% It isn't allowed to take the addresss of labels outside the
|
% It isn't allowed to take the addresss of labels outside the
|
||||||
% current procedure.
|
% current procedure.
|
||||||
|
parser_f_no_anonymous_specializations=03232_F_ôéøåè ùì generic àðåðéîé àéðå îåøùä
|
||||||
|
% Something like
|
||||||
|
% \begin{verbatim}
|
||||||
|
% var
|
||||||
|
% MyLinkedList: specialize TLinkedList<TFixedString15>;
|
||||||
|
% \end{verbatim}
|
||||||
|
% is not allowed. Declare a specialized type first:
|
||||||
|
% \begin{verbatim}
|
||||||
|
% type
|
||||||
|
% TMyLinkedList = specialize TLinkedList<TFixedString15>;
|
||||||
|
% var
|
||||||
|
% MyLinkedList: TMyLinkedList
|
||||||
|
parser_e_initialized_not_for_external=03233_E_ìà ðéúï ìàúçì òøê áøéøú îçãì ìîùúðéí äîåâãøéí ëexternal
|
||||||
|
% Variables declared as external can not be initialized with a default value.
|
||||||
% \end{description}
|
% \end{description}
|
||||||
#
|
#
|
||||||
# Type Checking
|
# Type Checking
|
||||||
@ -1671,6 +1685,9 @@ cg_f_unknown_system_type=06047_F_
|
|||||||
% and you didn't change the runtime library code, it's very likely that the runtime library
|
% and you didn't change the runtime library code, it's very likely that the runtime library
|
||||||
% you're using doesn't match the used compiler. If you changed the runtime library this error means
|
% you're using doesn't match the used compiler. If you changed the runtime library this error means
|
||||||
% that you removed a type which the compiler needs for internal use.
|
% that you removed a type which the compiler needs for internal use.
|
||||||
|
cg_h_inherited_ignored=06048_H_îúòìí îäùéîåù áinherited áîúåãä îñåâ abstract
|
||||||
|
% This messages appears only in Delphi mode when you call an abstract method
|
||||||
|
% of a parent class via \var{inherited;}. The call is then ignored.
|
||||||
% \end{description}
|
% \end{description}
|
||||||
# EndOfTeX
|
# EndOfTeX
|
||||||
|
|
||||||
@ -2492,6 +2509,7 @@ S*2Aas_
|
|||||||
*g2gg_îùúîù á gsym
|
*g2gg_îùúîù á gsym
|
||||||
*g2gh_îùúîù áéçéãä ìæéäåé îöáåøéí (ìðéôåé ùâéàåú ùì ãìéôåú æëøåï)
|
*g2gh_îùúîù áéçéãä ìæéäåé îöáåøéí (ìðéôåé ùâéàåú ùì ãìéôåú æëøåï)
|
||||||
*g2gl_äùúîù áéçéãú îéãò ùì ùåøä ìäöéâ îéãò ðåñó ìbacktraces
|
*g2gl_äùúîù áéçéãú îéãò ùì ùåøä ìäöéâ îéãò ðåñó ìbacktraces
|
||||||
|
*g2gp_îùîø âåãì ùîåú ñîìé ästabs
|
||||||
*g2gt_ìëìê îùúðéí î÷åîééí (ìæéäåé îéãò ìà îàåúçì)
|
*g2gt_ìëìê îùúðéí î÷åîééí (ìæéäåé îéãò ìà îàåúçì)
|
||||||
*g2gv_îééöø úåëðåú òí éëåìú îò÷á ùì valgrind
|
*g2gv_îééöø úåëðåú òí éëåìú îò÷á ùì valgrind
|
||||||
*g2gw_îééöø îéãò ìðéôåé ùâéàåú ìdwarf
|
*g2gw_îééöø îéãò ìðéôåé ùâéàåú ìdwarf
|
||||||
|
Loading…
Reference in New Issue
Block a user