diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2006-06-03 16:49:32 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2006-06-03 16:49:32 +0000 |
commit | b734fc67a9eafd6f787fe0aaddb45ed879a6698e (patch) | |
tree | 03a0d13a054249750162570376b0c47393fb5a3a /src | |
parent | 9b3d3e9baf1e1133cf5afa80bef7260d467964dc (diff) | |
download | postgresql-b734fc67a9eafd6f787fe0aaddb45ed879a6698e.tar.gz postgresql-b734fc67a9eafd6f787fe0aaddb45ed879a6698e.zip |
Fix copy-and-pasteo in Russian translation: message complaining about
HAVE_INT64_TIMESTAMP was mentioning PG_CONTROL_VERSION instead.
Victor Snezhko
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/po/ru.po | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/po/ru.po b/src/backend/po/ru.po index f041a0d634a..12d9e4de19e 100644 --- a/src/backend/po/ru.po +++ b/src/backend/po/ru.po @@ -4,7 +4,7 @@ # Copyright (c) 2001-2004 Serguei A. Mokhov, mokhov@cs.concordia.ca # Distributed under the same licensing terms as PostgreSQL itself. # -# $PostgreSQL: pgsql/src/backend/po/ru.po,v 1.30 2005/01/17 20:27:44 petere Exp $ +# $PostgreSQL: pgsql/src/backend/po/ru.po,v 1.30.4.1 2006/06/03 16:49:32 tgl Exp $ # # ChangeLog: # - December 10, 2004 - January 17, 2005: @@ -610,7 +610,7 @@ msgstr "Кластер баз данных был инициализирован без HAVE_INT64_TIMESTAMP, но серв #: access/transam/xlog.c:3298 msgid "The database cluster was initialized with HAVE_INT64_TIMESTAMP but the server was compiled without HAVE_INT64_TIMESTAMP." -msgstr "Кластер баз данных был инициализирован с PG_CONTROL_VERSION, но сервер был скомпилирован без PG_CONTROL_VERSION." +msgstr "Кластер баз данных был инициализирован с HAVE_INT64_TIMESTAMP, но сервер был скомпилирован без HAVE_INT64_TIMESTAMP." #: access/transam/xlog.c:3306 #, c-format |