diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2023-02-06 12:21:32 +0100 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2023-02-06 12:21:32 +0100 |
commit | bc9edc6b59aceee6fa40fbd74a1ee2b5f1546073 (patch) | |
tree | 0230e1eb5f5e7c3a910c503a12c2e19359c9f0de /src/interfaces/ecpg | |
parent | 3f7342671341a7a137f2d8b06ab3461cdb0e1d88 (diff) | |
download | postgresql-bc9edc6b59aceee6fa40fbd74a1ee2b5f1546073.tar.gz postgresql-bc9edc6b59aceee6fa40fbd74a1ee2b5f1546073.zip |
Translation updates
Source-Git-URL: https://git.postgresql.org/git/pgtranslation/messages.git
Source-Git-Hash: c0b6943fdf3e16682c81db112bff4cb0f67b71fc
Diffstat (limited to 'src/interfaces/ecpg')
-rw-r--r-- | src/interfaces/ecpg/ecpglib/po/ru.po | 4 | ||||
-rw-r--r-- | src/interfaces/ecpg/preproc/po/ru.po | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/interfaces/ecpg/ecpglib/po/ru.po b/src/interfaces/ecpg/ecpglib/po/ru.po index cc961c4fb68..7f9041d5417 100644 --- a/src/interfaces/ecpg/ecpglib/po/ru.po +++ b/src/interfaces/ecpg/ecpglib/po/ru.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " +"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" #: connect.c:243 msgid "empty message text" diff --git a/src/interfaces/ecpg/preproc/po/ru.po b/src/interfaces/ecpg/preproc/po/ru.po index 63418bbc5a6..56c485c2d16 100644 --- a/src/interfaces/ecpg/preproc/po/ru.po +++ b/src/interfaces/ecpg/preproc/po/ru.po @@ -14,8 +14,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && " +"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" #: descriptor.c:64 #, c-format |