summaryrefslogtreecommitdiff
path: root/docs/_locale/ru_RU
diff options
context:
space:
mode:
Diffstat (limited to 'docs/_locale/ru_RU')
-rw-r--r--docs/_locale/ru_RU/LC_MESSAGES/api.po2
-rw-r--r--docs/_locale/ru_RU/LC_MESSAGES/index.po2
-rw-r--r--docs/_locale/ru_RU/LC_MESSAGES/tutorial.po4
3 files changed, 4 insertions, 4 deletions
diff --git a/docs/_locale/ru_RU/LC_MESSAGES/api.po b/docs/_locale/ru_RU/LC_MESSAGES/api.po
index 2dab4dc..9ef5907 100644
--- a/docs/_locale/ru_RU/LC_MESSAGES/api.po
+++ b/docs/_locale/ru_RU/LC_MESSAGES/api.po
@@ -1211,7 +1211,7 @@ msgstr ""
#: ../../../bottle.pydocstring of bottle.BaseResponse.set_cookie:17
msgid ""
"prevents client-side javascript to read this cookie (default: off, requires "
-"Python 2.6 or newer)."
+"Python 2.7 or newer)."
msgstr ""
#: ../../../bottle.pydocstring of bottle.BaseResponse.set_cookie:20
diff --git a/docs/_locale/ru_RU/LC_MESSAGES/index.po b/docs/_locale/ru_RU/LC_MESSAGES/index.po
index 8087402..83078e7 100644
--- a/docs/_locale/ru_RU/LC_MESSAGES/index.po
+++ b/docs/_locale/ru_RU/LC_MESSAGES/index.po
@@ -71,7 +71,7 @@ msgid ""
"Install the latest stable release with ``pip install bottle``, "
"``easy_install -U bottle`` or download `bottle.py`__ (unstable) into your "
"project directory. There are no hard [1]_ dependencies other than the Python"
-" standard library. Bottle runs with **Python 2.6+ and 3.2+**."
+" standard library. Bottle runs with **Python 2.7 or 3.2+**."
msgstr ""
#: ../../index.rst:52
diff --git a/docs/_locale/ru_RU/LC_MESSAGES/tutorial.po b/docs/_locale/ru_RU/LC_MESSAGES/tutorial.po
index 28b9441..85a6806 100644
--- a/docs/_locale/ru_RU/LC_MESSAGES/tutorial.po
+++ b/docs/_locale/ru_RU/LC_MESSAGES/tutorial.po
@@ -56,7 +56,7 @@ msgstr ""
#: ../../tutorial.rst:47
msgid ""
-"Either way, you'll need Python 2.6 or newer (including 3.2+) to run bottle "
+"Either way, you'll need Python 2.7 or newer (including 3.2+) to run bottle "
"applications. If you do not have permissions to install packages system-wide"
" or simply don't want to, create a `virtualenv "
"<http://pypi.python.org/pypi/virtualenv>`_ first:"
@@ -656,7 +656,7 @@ msgstr ""
#: ../../tutorial.rst:422
msgid ""
"**httponly:** Prevent client-side javascript to read this cookie (default:"
-" off, requires Python 2.6 or newer)."
+" off, requires Python 2.7 or newer)."
msgstr ""
#: ../../tutorial.rst:424