diff options
| author | Tibor T?th <szunyog@gmail.com> | 2011-09-28 21:06:03 +0200 |
|---|---|---|
| committer | Tibor T?th <szunyog@gmail.com> | 2011-09-28 21:06:03 +0200 |
| commit | e909df274fa329e779a8778b8298d256da1dc4c5 (patch) | |
| tree | 0c16ab3575ea5dd049c7b825e3cbf17ff5ef3593 /sphinx | |
| parent | de91dbb50f6612c226b47a7732203a80e4a09cc0 (diff) | |
| download | sphinx-e909df274fa329e779a8778b8298d256da1dc4c5.tar.gz | |
Fix date format, js text capitalization.
Diffstat (limited to 'sphinx')
| -rw-r--r-- | sphinx/locale/hu/LC_MESSAGES/sphinx.js | 2 | ||||
| -rw-r--r-- | sphinx/locale/hu/LC_MESSAGES/sphinx.mo | bin | 8160 -> 8164 bytes | |||
| -rw-r--r-- | sphinx/locale/hu/LC_MESSAGES/sphinx.po | 4 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sphinx/locale/hu/LC_MESSAGES/sphinx.js b/sphinx/locale/hu/LC_MESSAGES/sphinx.js index 47830b89..2d347242 100644 --- a/sphinx/locale/hu/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/hu/LC_MESSAGES/sphinx.js @@ -1 +1 @@ -Documentation.addTranslations({"locale": "hu", "plural_expr": "(n != 1)", "messages": {"Hide Search Matches": "Keresési Találatok Elrejtése", "Permalink to this definition": "Hivatkozás erre a definícióra", "Expand sidebar": "Oldalsáv kinyitása", "Permalink to this headline": "Hivatkozás erre a fejezetcímre", "Collapse sidebar": "Oldalsáv összezárása"}});
\ No newline at end of file +Documentation.addTranslations({"locale": "hu", "plural_expr": "(n != 1)", "messages": {"Hide Search Matches": "Keresési találatok elrejtése", "Permalink to this definition": "Hivatkozás erre a definícióra", "Expand sidebar": "Oldalsáv kinyitása", "Permalink to this headline": "Hivatkozás erre a fejezetcímre", "Collapse sidebar": "Oldalsáv összezárása"}});
\ No newline at end of file diff --git a/sphinx/locale/hu/LC_MESSAGES/sphinx.mo b/sphinx/locale/hu/LC_MESSAGES/sphinx.mo Binary files differindex 193626f8..63c64bcb 100644 --- a/sphinx/locale/hu/LC_MESSAGES/sphinx.mo +++ b/sphinx/locale/hu/LC_MESSAGES/sphinx.mo diff --git a/sphinx/locale/hu/LC_MESSAGES/sphinx.po b/sphinx/locale/hu/LC_MESSAGES/sphinx.po index f8643685..8f01bdce 100644 --- a/sphinx/locale/hu/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/hu/LC_MESSAGES/sphinx.po @@ -20,7 +20,7 @@ msgstr "" #: sphinx/writers/manpage.py:67 sphinx/writers/texinfo.py:203 #, python-format msgid "%B %d, %Y" -msgstr "%Y %B %d" +msgstr "%Y. %m. %d." #: sphinx/environment.py:1619 #, python-format @@ -48,7 +48,7 @@ msgstr "Modul szint" #: sphinx/builders/html.py:276 #, python-format msgid "%b %d, %Y" -msgstr "%Y %b %d" +msgstr "%b %d, %Y" #: sphinx/builders/html.py:295 sphinx/themes/basic/defindex.html:30 msgid "General Index" |
