diff options
| author | Georg Brandl <georg@python.org> | 2011-09-21 09:49:12 +0200 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2011-09-21 09:49:12 +0200 |
| commit | 748799b0044adb483518a82a363a4fb85f6fce1f (patch) | |
| tree | fa405d226dc63ab869ef4c458af9817b1efe95e3 | |
| parent | 928422869d83a8fbed187c84803f2d8d7746b965 (diff) | |
| download | sphinx-748799b0044adb483518a82a363a4fb85f6fce1f.tar.gz | |
Fix #698: msgstr errors found by msgfmt -c.
| -rw-r--r-- | sphinx/locale/fi/LC_MESSAGES/sphinx.po | 4 | ||||
| -rw-r--r-- | sphinx/locale/fr/LC_MESSAGES/sphinx.po | 2 | ||||
| -rw-r--r-- | sphinx/locale/uk_UA/LC_MESSAGES/sphinx.po | 8 | ||||
| -rw-r--r-- | sphinx/locale/zh_CN/LC_MESSAGES/sphinx.po | 2 |
4 files changed, 8 insertions, 8 deletions
diff --git a/sphinx/locale/fi/LC_MESSAGES/sphinx.po b/sphinx/locale/fi/LC_MESSAGES/sphinx.po index 04839bba..77076231 100644 --- a/sphinx/locale/fi/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/fi/LC_MESSAGES/sphinx.po @@ -676,7 +676,7 @@ msgstr "Tämä sivu" #: sphinx/themes/basic/changes/versionchanges.html:12 #, python-format msgid "Changes in Version %(version)s — %(docstitle)s" -msgstr "Muutos versiosta %(version) — %(docstitle)" +msgstr "Muutos versiosta %(version)s — %(docstitle)s" #: sphinx/themes/basic/changes/rstsource.html:5 #, python-format @@ -686,7 +686,7 @@ msgstr "" #: sphinx/themes/basic/changes/versionchanges.html:17 #, python-format msgid "Automatically generated list of changes in version %(version)s" -msgstr "Automaattisesti luotu muutoshistoria alkaen versiosta %(version)" +msgstr "Automaattisesti luotu muutoshistoria alkaen versiosta %(version)s" #: sphinx/themes/basic/changes/versionchanges.html:18 msgid "Library changes" diff --git a/sphinx/locale/fr/LC_MESSAGES/sphinx.po b/sphinx/locale/fr/LC_MESSAGES/sphinx.po index 8afcf435..bdb13396 100644 --- a/sphinx/locale/fr/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/fr/LC_MESSAGES/sphinx.po @@ -650,7 +650,7 @@ msgstr "Chapitre suivant" msgid "" "Please activate JavaScript to enable the search\n" " functionality." -msgstr "Activez le JavaScript pour que la recherche fonctionne\n" +msgstr "Activez le JavaScript pour que la recherche fonctionne." #: sphinx/themes/basic/search.html:23 #, fuzzy diff --git a/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.po b/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.po index a85eaebe..6871e412 100644 --- a/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.po @@ -565,7 +565,7 @@ msgstr "всі функції, класи, терміни" #: sphinx/themes/basic/genindex-single.html:14 #, python-format msgid "Index – %(key)s" -msgstr "Індекс – %(key)" +msgstr "Індекс – %(key)s" #: sphinx/themes/basic/genindex-single.html:46 #: sphinx/themes/basic/genindex-split.html:24 @@ -690,17 +690,17 @@ msgstr "Ця сторінка" #: sphinx/themes/basic/changes/versionchanges.html:12 #, python-format msgid "Changes in Version %(version)s — %(docstitle)s" -msgstr "Зміни в Версії %(version)s — %(docstitle)" +msgstr "Зміни в Версії %(version)s — %(docstitle)s" #: sphinx/themes/basic/changes/rstsource.html:5 #, python-format msgid "%(filename)s — %(docstitle)s" -msgstr "%(filename) — %(docstitle)" +msgstr "%(filename)s — %(docstitle)s" #: sphinx/themes/basic/changes/versionchanges.html:17 #, python-format msgid "Automatically generated list of changes in version %(version)s" -msgstr "Автоматичного згенерований список змін в версії %(version)" +msgstr "Автоматичного згенерований список змін в версії %(version)s" #: sphinx/themes/basic/changes/versionchanges.html:18 msgid "Library changes" diff --git a/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.po b/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.po index c1762043..7afde026 100644 --- a/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.po @@ -601,7 +601,7 @@ msgstr "版权所有" #: sphinx/themes/basic/layout.html:180 #, python-format msgid "© <a href=\"%(path)s\">Copyright</a> %(copyright)s." -msgstr "© <a href=\"%(path)s\">版权所有</a> % (copyright)s." +msgstr "© <a href=\"%(path)s\">版权所有</a> %(copyright)s." #: sphinx/themes/basic/layout.html:182 #, python-format |
