diff options
| author | Peter Eisentraut | 2013-10-14 02:13:43 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2013-10-14 02:14:26 +0000 |
| commit | 382b694175e9dfda98c508cedc70b7b4d1bcfb19 (patch) | |
| tree | d17bc4c3a1b426823ed86aeef1037fac37123a96 /src/interfaces/ecpg | |
| parent | 4aeceb4683575bccf9417452a01171a4c0596cc7 (diff) | |
Translation updates to fix build failures
Now that msgfmt is run with -c by default, older versions of gettext are
complaining about the PO headers Last-Translator and Language-Team
still having their default values. Newer gettext versions fail to catch
this because of a bug (https://savannah.gnu.org/bugs/?40261), which is
why this hasn't been noticed before.
Copy updated versions of affected translation files from the
pgtranslations repository, were those files have been fixed.
Diffstat (limited to 'src/interfaces/ecpg')
| -rw-r--r-- | src/interfaces/ecpg/ecpglib/po/cs.po | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/interfaces/ecpg/ecpglib/po/cs.po b/src/interfaces/ecpg/ecpglib/po/cs.po index a42441bbb8b..1582505f52d 100644 --- a/src/interfaces/ecpg/ecpglib/po/cs.po +++ b/src/interfaces/ecpg/ecpglib/po/cs.po @@ -9,9 +9,9 @@ msgstr "" "Project-Id-Version: PostgreSQL 9.2\n" "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n" "POT-Creation-Date: 2012-09-18 16:40+0000\n" -"PO-Revision-Date: 2012-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" +"PO-Revision-Date: 2013-10-13 22:05-0400\n" +"Last-Translator: Tomas Vondra\n" +"Language-Team: Czech <kde-i18n-doc@kde.org>\n" "Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" |
