diff options
author | Jakub Jelinek <jakub@gcc.gnu.org> | 2019-04-13 17:22:23 +0200 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2019-04-13 17:22:23 +0200 |
commit | 151c5c0b80a30ba4316c86fcd0a7bf232a4ff127 (patch) | |
tree | 7b3f057ee6f122c59d4c6b408325ade9dc29103b | |
parent | 6cf5881044dcf60e556c9667a878bcb7e5834017 (diff) | |
download | gcc-151c5c0b80a30ba4316c86fcd0a7bf232a4ff127.zip gcc-151c5c0b80a30ba4316c86fcd0a7bf232a4ff127.tar.gz gcc-151c5c0b80a30ba4316c86fcd0a7bf232a4ff127.tar.bz2 |
* gcc.pot: Regenerate.
From-SVN: r270340
-rw-r--r-- | gcc/po/gcc.pot | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/gcc/po/gcc.pot b/gcc/po/gcc.pot index d1f457e..c08a7bc 100644 --- a/gcc/po/gcc.pot +++ b/gcc/po/gcc.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: https://gcc.gnu.org/bugs/\n" -"POT-Creation-Date: 2019-04-13 10:12+0200\n" +"POT-Creation-Date: 2019-04-13 17:21+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -60410,9 +60410,14 @@ msgid "" "different version of GNU Fortran" msgstr "" -#: fortran/module.c:7147 -#, gcc-internal-format, gfc-internal-format -msgid "Cannot USE the same %smodule we're building" +#: fortran/module.c:7149 +#, gcc-internal-format +msgid "Cannot USE a submodule that is currently built" +msgstr "" + +#: fortran/module.c:7151 +#, gcc-internal-format +msgid "Cannot USE a module that is currently built" msgstr "" #: fortran/openmp.c:296 fortran/openmp.c:397 fortran/openmp.c:692 |