diff options
| author | Georg Brandl <georg@python.org> | 2011-09-21 09:49:06 +0200 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2011-09-21 09:49:06 +0200 |
| commit | 62797af2b457fbd3f4ca4235f7cbbe4c6ab6a089 (patch) | |
| tree | f425555f6c7fbe169bebaaa2f103303d5a4d689d | |
| parent | 8f58df8f2e461c8f20d4832c92116f2369e97e93 (diff) | |
| download | sphinx-62797af2b457fbd3f4ca4235f7cbbe4c6ab6a089.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 1b45f690..6af7cee3 100644 --- a/sphinx/locale/fi/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/fi/LC_MESSAGES/sphinx.po @@ -692,7 +692,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 @@ -702,7 +702,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 c4e1105c..3a4ad6e1 100644 --- a/sphinx/locale/fr/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/fr/LC_MESSAGES/sphinx.po @@ -667,7 +667,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:29 #, fuzzy diff --git a/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.po b/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.po index 7667314f..4c4ceae6 100644 --- a/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.po @@ -580,7 +580,7 @@ msgstr "всі функції, класи, терміни" #: sphinx/themes/basic/genindex-single.html:35 #, python-format msgid "Index – %(key)s" -msgstr "Індекс – %(key)" +msgstr "Індекс – %(key)s" #: sphinx/themes/basic/genindex-single.html:63 #: sphinx/themes/basic/genindex-split.html:24 @@ -704,17 +704,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 323aa069..6ea02e82 100644 --- a/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.po @@ -618,7 +618,7 @@ msgstr "版权所有" #: sphinx/themes/basic/layout.html:189 #, 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:191 #, python-format |
