Skip to content

Commit

Permalink
* cpplib.pot: Regenerate.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@171406 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
jsm28 committed Mar 24, 2011
1 parent 08d88e7 commit 8ead626
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 39 deletions.
4 changes: 4 additions & 0 deletions libcpp/po/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2011-03-24 Joseph Myers <joseph@codesourcery.com>

* cpplib.pot: Regenerate.

2011-03-05 Joseph Myers <joseph@codesourcery.com>

* cpplib.pot: Regenerate.
Expand Down
78 changes: 39 additions & 39 deletions libcpp/po/cpplib.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://gcc.gnu.org/bugs.html\n"
"POT-Creation-Date: 2011-03-05 19:43+0000\n"
"POT-Creation-Date: 2011-03-24 16:40+0000\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"
Expand Down Expand Up @@ -353,57 +353,57 @@ msgstr ""
msgid "_Pragma takes a parenthesized string literal"
msgstr ""

#: directives.c:1917
#: directives.c:1927
msgid "#else without #if"
msgstr ""

#: directives.c:1922
#: directives.c:1932
msgid "#else after #else"
msgstr ""

#: directives.c:1924
#: directives.c:1957
#: directives.c:1934
#: directives.c:1967
msgid "the conditional began here"
msgstr ""

#: directives.c:1950
#: directives.c:1960
msgid "#elif without #if"
msgstr ""

#: directives.c:1955
#: directives.c:1965
msgid "#elif after #else"
msgstr ""

#: directives.c:1993
#: directives.c:2003
msgid "#endif without #if"
msgstr ""

#: directives.c:2073
#: directives.c:2083
msgid "missing '(' after predicate"
msgstr ""

#: directives.c:2088
#: directives.c:2098
msgid "missing ')' to complete answer"
msgstr ""

#: directives.c:2108
#: directives.c:2118
msgid "predicate's answer is empty"
msgstr ""

#: directives.c:2135
#: directives.c:2145
msgid "assertion without predicate"
msgstr ""

#: directives.c:2138
#: directives.c:2148
msgid "predicate must be an identifier"
msgstr ""

#: directives.c:2224
#: directives.c:2234
#, c-format
msgid "\"%s\" re-asserted"
msgstr ""

#: directives.c:2515
#: directives.c:2525
#, c-format
msgid "unterminated #%s"
msgstr ""
Expand Down Expand Up @@ -532,106 +532,106 @@ msgstr ""
msgid "this use of \"defined\" may not be portable"
msgstr ""

#: expr.c:751
#: expr.c:756
msgid "floating constant in preprocessor expression"
msgstr ""

#: expr.c:757
#: expr.c:762
msgid "imaginary number in preprocessor expression"
msgstr ""

#: expr.c:804
#: expr.c:809
#, c-format
msgid "\"%s\" is not defined"
msgstr ""

#: expr.c:816
#: expr.c:821
msgid "assertions are a GCC extension"
msgstr ""

#: expr.c:819
#: expr.c:824
msgid "assertions are a deprecated extension"
msgstr ""

#: expr.c:952
#: expr.c:981
#: expr.c:957
#: expr.c:986
#, c-format
msgid "missing binary operator before token \"%s\""
msgstr ""

#: expr.c:972
#: expr.c:977
#, c-format
msgid "token \"%s\" is not valid in preprocessor expressions"
msgstr ""

#: expr.c:989
#: expr.c:994
msgid "missing expression between '(' and ')'"
msgstr ""

#: expr.c:992
#: expr.c:997
#, c-format
msgid "%s with no expression"
msgstr ""

#: expr.c:995
#: expr.c:1000
#, c-format
msgid "operator '%s' has no right operand"
msgstr ""

#: expr.c:1000
#: expr.c:1005
#, c-format
msgid "operator '%s' has no left operand"
msgstr ""

#: expr.c:1026
#: expr.c:1031
msgid " ':' without preceding '?'"
msgstr ""

#: expr.c:1054
#: expr.c:1059
#, c-format
msgid "unbalanced stack in %s"
msgstr ""

#: expr.c:1074
#: expr.c:1079
#, c-format
msgid "impossible operator '%u'"
msgstr ""

#: expr.c:1175
#: expr.c:1180
msgid "missing ')' in expression"
msgstr ""

#: expr.c:1204
#: expr.c:1209
msgid "'?' without following ':'"
msgstr ""

#: expr.c:1214
#: expr.c:1219
msgid "integer overflow in preprocessor expression"
msgstr ""

#: expr.c:1219
#: expr.c:1224
msgid "missing '(' in expression"
msgstr ""

#: expr.c:1251
#: expr.c:1256
#, c-format
msgid "the left operand of \"%s\" changes sign when promoted"
msgstr ""

#: expr.c:1256
#: expr.c:1261
#, c-format
msgid "the right operand of \"%s\" changes sign when promoted"
msgstr ""

#: expr.c:1515
#: expr.c:1520
msgid "traditional C rejects the unary plus operator"
msgstr ""

#: expr.c:1598
#: expr.c:1603
msgid "comma operator in operand of #if"
msgstr ""

#: expr.c:1734
#: expr.c:1739
msgid "division by zero in #if"
msgstr ""

Expand Down

0 comments on commit 8ead626

Please sign in to comment.