diff options
| -rw-r--r-- | libcpp/po/ChangeLog | 4 | ||||
| -rw-r--r-- | libcpp/po/ru.po | 18 | 
2 files changed, 12 insertions, 10 deletions
| diff --git a/libcpp/po/ChangeLog b/libcpp/po/ChangeLog index 224e859..cdcd1d0 100644 --- a/libcpp/po/ChangeLog +++ b/libcpp/po/ChangeLog @@ -1,3 +1,7 @@ +2019-02-06  Joseph Myers  <joseph@codesourcery.com> + +	* ru.po: Update. +  2019-02-05  Joseph Myers  <joseph@codesourcery.com>  	* be.po, ca.po, da.po, de.po, el.po, eo.po, es.po, fi.po, fr.po, diff --git a/libcpp/po/ru.po b/libcpp/po/ru.po index 107187a..2cfe2a4 100644 --- a/libcpp/po/ru.po +++ b/libcpp/po/ru.po @@ -2,13 +2,13 @@  # Copyright (C) 2011 Free Software Foundation, Inc.  # This file is distributed under the same license as the gcc package.  # -# Yuri Kozlov <yuray@komyakino.ru>, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018. +# Yuri Kozlov <yuray@komyakino.ru>, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019.  msgid ""  msgstr "" -"Project-Id-Version: cpplib 8.1-b20180128\n" +"Project-Id-Version: cpplib 9.1-b20190203\n"  "Report-Msgid-Bugs-To: https://gcc.gnu.org/bugs/\n"  "POT-Creation-Date: 2019-02-01 23:01+0000\n" -"PO-Revision-Date: 2018-02-04 10:01+0300\n" +"PO-Revision-Date: 2019-02-06 18:46+0300\n"  "Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n"  "Language-Team: Russian <gnu@d07.ru>\n"  "Language: ru\n" @@ -859,26 +859,24 @@ msgstr "повторяющийся параметр макроса «%s»"  #: macro.c:3141  #, c-format  msgid "expected parameter name, found \"%s\"" -msgstr "" +msgstr "ожидалось имя параметра, обнаружено «%s»"  #: macro.c:3142  #, c-format  msgid "expected ',' or ')', found \"%s\"" -msgstr "" +msgstr "ожидалась «,» или «)», обнаружено «%s»"  #: macro.c:3143  msgid "expected parameter name before end of line" -msgstr "" +msgstr "ожидалось имя параметра до конца строки"  #: macro.c:3144 -#, fuzzy -#| msgid "unexpected end of file after #line"  msgid "expected ')' before end of line" -msgstr "неожиданный конец файла после #line" +msgstr "ожидалась «)» до конца строки"  #: macro.c:3145  msgid "expected ')' after \"...\"" -msgstr "" +msgstr "ожидалась «)» после «…»"  #: macro.c:3202  msgid "anonymous variadic macros were introduced in C++11" | 
