aboutsummaryrefslogtreecommitdiff
path: root/libcpp
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2019-02-06 17:41:59 +0000
committerJoseph Myers <jsm28@gcc.gnu.org>2019-02-06 17:41:59 +0000
commitd24b0ba320554d0e8cee3dc81e99bb7356737e3e (patch)
tree77f21947ce521016bab95a9d886ba0d852d230ec /libcpp
parent373c726ec641e33ca640a51d6f4200318101f49d (diff)
downloadgcc-d24b0ba320554d0e8cee3dc81e99bb7356737e3e.zip
gcc-d24b0ba320554d0e8cee3dc81e99bb7356737e3e.tar.gz
gcc-d24b0ba320554d0e8cee3dc81e99bb7356737e3e.tar.bz2
* ru.po: Update.
From-SVN: r268587
Diffstat (limited to 'libcpp')
-rw-r--r--libcpp/po/ChangeLog4
-rw-r--r--libcpp/po/ru.po18
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"