msgid"Array-section actual argument with vector subscripts at %L is incompatible with INTENT(OUT), INTENT(INOUT), VOLATILE or ASYNCHRONOUS attribute of the dummy argument '%s'"
msgstr"Feldbereich mit Vektorindex als effektives Argument bei %L ist unverträglich mit INTENT(OUT), INTENT(INOUT) und VOLATILE-Attribut des Scheinarguments »%s«"
msgstr"Feldbereich mit Vektorindex als effektives Argument bei %L ist unverträglich mit INTENT(OUT), INTENT(INOUT), VOLATILE- und ASYNCHRONOUS-Attribut des Scheinarguments »%s«"
#: fortran/interface.c:2514
#, gcc-internal-format, gfc-internal-format
...
...
@@ -37700,14 +37700,14 @@ msgid "Procedure argument at %L is local to a PURE procedure and has the POINTER
msgstr"Prozedurargument bei %L ist lokal für PURE-Prozedur und hat das POINTER-Attribut"
msgid"Fortran 2003: CONTAINS block in derived type definition at %C"
msgstr"Fortran 2003: Definition des abgeleiteten Typs bei %C ohne Komponenten"
msgstr"Fortran 2003: CONTAINS-Block in Definition des abgeleiteten Typs bei %C"
#: fortran/parse.c:2255
#, gcc-internal-format, gfc-internal-format
msgid"Component %s at %L of type LOCK_TYPE must have a codimension or be a subcomponent of a coarray, which is not possible as the component has the pointer attribute"
msgstr""
msgstr"Komponente %s bei %L des Typs LOCK_TYPE muss eine Kodimension haben oder eine Subkomponente eines Koarrays sein, was wegen des Zeigerattributs der Komponente nicht möglich ist"
#: fortran/parse.c:2261
#, gcc-internal-format, gfc-internal-format
msgid"Pointer component %s at %L has a noncoarray subcomponent of type LOCK_TYPE, which must have a codimension or be a subcomponent of a coarray"
msgstr""
msgstr"Zeigerkomponente %s bei %L hat eine Subkomponente als Nicht-Koarray des Type LOCK_TYPE, die eine Kodimension haben muss oder eine Subkomponente eines Koarrays sein muss"
msgid"Allocatable component %s at %L of type LOCK_TYPE must have a codimension"
msgstr"Allozierbare Komponente der Struktur bei %C muss eine aufgeschobene Form haben"
msgstr"Allozierbare Komponente %s bei %L des Typs LOCK_TYPE muss eine Kodimension haben"
#: fortran/parse.c:2270
#, gcc-internal-format, gfc-internal-format
msgid"Allocatable component %s at %L must have a codimension as it has a noncoarray subcomponent of type LOCK_TYPE"
msgstr""
msgstr"Allozierbare Komponente %s bei %L muss eine Kodimension haben, da es eine Subkomponente als Nicht-Koarray des Typs LOCK_TYPE hat"
#: fortran/parse.c:2275
#, gcc-internal-format, gfc-internal-format
msgid"Noncoarray component %s at %L of type LOCK_TYPE or with subcomponent of type LOCK_TYPE must have a codimension or be a subcomponent of a coarray. (Variables of type %s may not have a codimension as already a coarray subcomponent exists)"
msgstr""
msgstr"Nicht-Koarray-Komponente %s bei %L des Typs LOCK_TYPE oder mit Subkomponente des Typs LOCK_TYPE muss eine Kodimension haben oder die Subkomponente eines Koarrays sein. (Variablen des Typs %s dürfen keine Kodimension haben, da es bereits eine Koarray-Subkomponente gibt.)"
#: fortran/parse.c:2282
#, gcc-internal-format, gfc-internal-format
msgid"Noncoarray component %s at %L of type LOCK_TYPE or with subcomponent of type LOCK_TYPE must have a codimension or be a subcomponent of a coarray. (Variables of type %s may not have a codimension as %s at %L has a codimension or a coarray subcomponent)"
msgstr""
msgstr"Nicht-Koarray-Komponente %s bei %L des Typs LOCK_TYPE oder mit Subkomponente des Typs LOCK_TYPE muss eine Kodimension haben oder die Subkomponente eines Koarrays sein. (Variablen des Typs %s dürfen keine Kodimension haben, da %s bei %L eine Kodimension oder Koarray-Subkomponente hat.)"
#: fortran/parse.c:2334
#, gcc-internal-format, gfc-internal-format
...
...
@@ -39975,9 +39975,9 @@ msgid "INTERFACE procedure '%s' at %L has the same name as the enclosing procedu
msgstr"Schnittstellenprozedur »%s« bei %L hat den selben Namen wie die umgebende Prozedur"
msgid"'%s' declared INTRINSIC at %L does not exist"
msgstr"COMMON »%s« bei %L existiert nicht"
msgstr"INTRINSIC deklariertes »%s« bei %L existiert nicht"
#: fortran/resolve.c:1541
#, gcc-internal-format, gfc-internal-format
msgid"The intrinsic '%s' declared INTRINSIC at %L is not available in the current standard settings but %s. Use an appropriate -std=* option or enable -fall-intrinsics in order to use it."
msgstr""
msgstr"Das bei %2$L deklarierte INTRINSIC »%1$s« ist in den derzeitigen Standardeinstellungen nicht verfügbar, außer %3$s. Entsprechende Option -std=* verwenden, oder -fall-intrinsics einschalten, um es zu verwenden."
#: fortran/resolve.c:1577
#, gcc-internal-format, gfc-internal-format
msgid"Non-RECURSIVE procedure '%s' at %L is possibly calling itself recursively. Declare it RECURSIVE or use -frecursive"
msgstr""
msgstr"Nicht-RECURSIVE Prozedur »%s« bei %L ruft sich möglicherweise rekursiv selbst auf. Sollte als RECURSIVE oder mit -frecursive verwendet werden"
msgid"Fortran 2008: Internal procedure '%s' is used as actual argument at %L"
msgstr"Interne Prozedur »%s« ist nicht als effektives Argument bei %L erlaubt"
msgstr"Fortran 2008: Interne Prozedur »%s« wird als effektives Argument bei %L verwendet"
#: fortran/resolve.c:1689
#, gcc-internal-format, gfc-internal-format
...
...
@@ -40803,24 +40803,24 @@ msgid "Actual argument at %L for INTENT(%s) dummy '%s' of ELEMENTAL subroutine '
msgstr"Effektives Argument bei %L für INTENT(%s)-Dummy »%s« von ELEMENTAL-Unterprogramm »%s« ist skalar, aber ein anderes effektives Argument ist ein Feld"