msgid "Array-section actual argument with vector subscripts at %L is incompatible with INTENT(OUT), INTENT(INOUT) or VOLATILE attribute of the dummy argument '%s'"
@@ -6571,14 +6571,14 @@ msgid "Procedure argument at %L is INTENT(IN) while interface specifies INTENT(%
msgstr "%L处过程实参是 INTENT(IN) 而接口指定了 INTENT(%s)"
#: fortran/interface.c:2353
#, fuzzy, no-c-format
#, no-c-format
msgid "Procedure argument at %L is local to a PURE procedure and is passed to an INTENT(%s) argument"
msgstr "在 %1$L 处的过程参数对于 PURE 过程是局部的参数并且被传递给一个 INTENT(%2$s) 参数"
msgstr "%L处的过程参数对于 PURE 过程是局部的,但被传递给一个 INTENT(%2s) 参数"
#: fortran/interface.c:2361
#, fuzzy, no-c-format
#, no-c-format
msgid "Procedure argument at %L is local to a PURE procedure and has the POINTER attribute"
msgstr "在 %2$L 处的过程参数对于 PURE 过程是局部的参数并且有 POINTER 属性"
msgstr "%L处的过程参数对于 PURE 过程是局部的,但是有 POINTER 属性"
#: fortran/interface.c:2387
#, no-c-format
...
...
@@ -6606,9 +6606,9 @@ msgid "Entity '%s' at %C is already present in the interface"
msgstr "%2$C处实体‘%1$s’已经出现在接口中"
#: fortran/intrinsic.c:961
#, fuzzy, no-c-format
#, no-c-format
msgid "The intrinsic '%s' at %L is not included in the selected standard but %s and '%s' will be treated as if declared EXTERNAL. Use an appropriate -std=* option or define -fall-intrinsics to allow this intrinsic."
@@ -6681,14 +6681,14 @@ msgid "Can't convert %s to %s at %L"
msgstr "不能将 %s 转换为 %s,于 %L"
#: fortran/intrinsic.c:4135
#, fuzzy, no-c-format
#, no-c-format
msgid "'%s' declared at %L may shadow the intrinsic of the same name. In order to call the intrinsic, explicit INTRINSIC declarations may be required."