@@ -9098,19 +9098,19 @@ msgid "Initialized variable '%s' at %L is in a blank COMMON but initialization i
msgstr "在 %2$L 处初始化的变量“%1$s”是在一个空白 COMMON 中,但是初始化仅容许在命名公用的块中"
#: fortran/resolve.c:734
#, fuzzy, no-c-format
#, no-c-format
msgid "Derived type variable '%s' in COMMON at %L has neither the SEQUENCE nor the BIND(C) attribute"
msgstr "%2$L 处 COMMON 中的派生类型变量“%1$s”必须既不是 SEQUENCE 也不是 BIND(C) 属性"
msgstr "%2$L处 COMMON 中的派生类型变量‘%1$s’既没有 SEQUENCE 也没有 BIND(C) 属性"
#: fortran/resolve.c:738
#, fuzzy, no-c-format
#, no-c-format
msgid "Derived type variable '%s' in COMMON at %L has an ultimate component that is allocatable"
msgstr "%2$L 处 COMMON 中的派生类型变量“%1$s”有一个可分配的根本的组件"
msgstr "%2$L处 COMMON 中的派生类型变量‘%1$s’有一个可分配的最终组件"
#: fortran/resolve.c:742
#, fuzzy, no-c-format
#, no-c-format
msgid "Derived type variable '%s' in COMMON at %L may not have default initializer"
msgstr "在 %2$L 处 COMMON 中的派生类型变量“%1$s”不能有默认的初始化器"
msgstr "%2$L处 COMMON 中的派生类型变量‘%1$s’不能有默认的初始化设定"
#: fortran/resolve.c:772
#, no-c-format
...
...
@@ -9173,9 +9173,9 @@ msgid "GENERIC procedure '%s' is not allowed as an actual argument at %L"
msgstr "GENERIC 过程‘%s’在%L处不允许用作实参"
#: fortran/resolve.c:1202
#, fuzzy, no-c-format
#, no-c-format
msgid "Type specified for intrinsic function '%s' at %L is ignored"
msgstr "在 %2$L 处内建函数“%1$s”中类型指定符被忽略"
msgstr "%2$L处为内建函数‘%1$s’指定的类型被忽略"
#: fortran/resolve.c:1215
#, no-c-format
...
...
@@ -9248,18 +9248,18 @@ msgid "Passing internal procedure at %L by location not allowed"
msgstr "不允许按位置传递%L处的内部过程"
#: fortran/resolve.c:1645
#, fuzzy, no-c-format
#, no-c-format
msgid "'%s' at %L is an array and OPTIONAL; IF IT IS MISSING, it cannot be the actual argument of an ELEMENTAL procedure unless there is a non-optional argument with the same rank (12.4.1.5)"