Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo J. Caballero G. <leonardocaballero@gmail.com>2013-03-04 20:05:30 +0400
committerLeonardo J. Caballero G. <leonardocaballero@gmail.com>2013-03-04 20:05:30 +0400
commitc215cae4d517a54e84f421abe70bb52f5d0003a9 (patch)
treea8830c8b249a71171289a1d725e6188f089c8285 /sphinx/themes/basic/searchresults.html
parent35c44b63fb3598e49f347faa8717dfa3617c85ec (diff)
Added improvements about i18n for themes "basic", "haiku" and "scrolls" that Sphinx built-in. Closes #1120
Diffstat (limited to 'sphinx/themes/basic/searchresults.html')
-rw-r--r--sphinx/themes/basic/searchresults.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/sphinx/themes/basic/searchresults.html b/sphinx/themes/basic/searchresults.html
index 5c42fbaeb..125338ac1 100644
--- a/sphinx/themes/basic/searchresults.html
+++ b/sphinx/themes/basic/searchresults.html
@@ -7,20 +7,20 @@
:copyright: Copyright 2007-2013 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
#}
-<h1 id="search-documentation">Search</h1>
+<h1 id="search-documentation">{{ _('Search') }}</h1>
<p>
From here you can search these documents. Enter your search
words into the box below and click "search".
</p>
<form action="" method="get">
<input type="text" name="q" value="" />
- <input type="submit" value="search" />
+ <input type="submit" value="{{ _('search') }}" />
<span id="search-progress" style="padding-left: 10px"></span>
</form>
{%- if search_performed %}
- <h2>Search Results</h2>
+ <h2>{{ _('Search Results') }}</h2>
{%- if not search_results %}
- <p>Your search did not match any results.</p>
+ <p>{{ _('Your search did not match any results.') }}</p>
{%- endif %}
{%- endif %}
<div id="search-results">