mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-16 11:49:22 +02:00
+ set the code page of errord.msg (German) to 850; the file contents were also
regenerated from errordu.msg, which fixed two small typos (that were fixed only in errordu.msg, but hadn't been applied to errord.msg) git-svn-id: trunk@36455 -
This commit is contained in:
parent
4d79c91507
commit
5df3e2cfc2
@ -15,6 +15,9 @@
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
#
|
||||
|
||||
# CodePage 850
|
||||
|
||||
#
|
||||
# The constants are build in the following order:
|
||||
# <part>_<type>_<txtidentifier>
|
||||
@ -2494,7 +2497,7 @@ cg_e_function_not_support_by_selected_instruction_set=06056_E_Die verwendete Fun
|
||||
% Some functions cannot be implemented efficiently for certain instruction sets, one example is fused multiply/add.
|
||||
% To avoid very inefficient code, the compiler complains in this case, so either select another instruction set
|
||||
% or replace the function call by alternative code
|
||||
cg_f_max_units_reached=06057_F_Maximale Anzahl an Units ($1) fŸr das aktuelle Zielsystem erreicht
|
||||
cg_f_max_units_reached=06057_F_Maximale Anzahl an Units ($1) f<EFBFBD>r das aktuelle Zielsystem erreicht
|
||||
% Depending of target architecture, the number of units is limited. This limit
|
||||
% has been reached. A unit counts only if it contains initialization or finalization count.
|
||||
%
|
||||
@ -3496,8 +3499,8 @@ wpo_symbol_live_info_needs_smart_linking=12018_E_Die Sammlung der "symbol livene
|
||||
% actually used or not. So in that case all symbols will be seen as live, which makes this optimization ineffective.
|
||||
wpo_cant_create_feedback_file=12019_E_Die angegebene Feedback-Eingabe-Datei "$1" f<>r die Gesamtprogramm-Optimierung kann nicht erzeugt werden
|
||||
% The compiler is unable to create the file specified using the -FW parameter to store the whole program optimisation information.
|
||||
%
|
||||
%\end{description}
|
||||
%
|
||||
# EndOfTeX
|
||||
|
||||
#
|
||||
@ -3854,7 +3857,7 @@ J*2Cv_Var/out Parameter copy-out
|
||||
**2Mmacpas_Kompatibilit„ts-Modus f<>r MacIntosh Pascal-Dialekte
|
||||
**2Miso_ISO 7185 Modus
|
||||
**2Mextendedpascal_ISO 10206 Modus
|
||||
**2Mdelphiunicode_Kompatibilit„ts-Modus f<>r Delphi 2009 und sp„ter
|
||||
**2Mdelphiunicode_Kompatibilit„ts-Modus f<>r Delphi 2009 und sp„ter
|
||||
**1n_Standard-Konfigurationsdatei ignorieren
|
||||
**1o<x>_Die erzeugte, ausf<73>hrbare Datei bekommt den Namen <x>
|
||||
**1O<x>_Optimierungen:
|
||||
|
Loading…
Reference in New Issue
Block a user