v/pol
1
0
mirror of https://github.com/taroved/pol synced 2025-05-20 00:00:07 -07:00

translations (1)

This commit is contained in:
Alexandr Nesterenko 2017-07-26 20:36:47 +03:00 committed by Alexandr Nesterenko
parent a60f5d27fb
commit a08a1b3675
5 changed files with 18 additions and 10 deletions

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-07-26 20:24+0300\n"
"POT-Creation-Date: 2017-07-26 20:30+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -152,9 +152,13 @@ msgstr "Link xpath"
msgid "setup.description_xpath"
msgstr "Description xpath"
#: templates/frontend/setup.html:105 templates/frontend/setup.html.py:108
msgid "setup.config"
msgstr "and"
#: templates/frontend/setup.html:105
msgid "setup.clicker_tip"
msgstr "Visual constructor"
#: templates/frontend/setup.html:108
msgid "setup.extended_tip"
msgstr "Selectors editor"
#: templates/frontend/setup.html:110
msgid "setup.create"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-07-26 20:24+0300\n"
"POT-Creation-Date: 2017-07-26 20:30+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -153,9 +153,13 @@ msgstr "Xpath ссылки"
msgid "setup.description_xpath"
msgstr "Xpath описания"
#: templates/frontend/setup.html:105 templates/frontend/setup.html.py:108
msgid "setup.config"
msgstr "и"
#: templates/frontend/setup.html:105
msgid "setup.clicker_tip"
msgstr "Визуальный конструктор"
#: templates/frontend/setup.html:108
msgid "setup.extended_tip"
msgstr "Редактор селекторов"
#: templates/frontend/setup.html:110
msgid "setup.create"

View File

@ -102,10 +102,10 @@
</form>
</div>
<div style="float:right">
<a id="st-clicker-trigger" href="javascript:void(0)" style="display:none" class="has-tooltip" title="{% trans 'setup.config' %}"
<a id="st-clicker-trigger" href="javascript:void(0)" style="display:none" class="has-tooltip" title="{% trans 'setup.clicker_tip' %}"
data-trigger="hover focus manual" data-animation="true"
confirm-text="You may loose your changes. Are you shure?"><img src="{% static 'frontend/images/target48.png' %}" /></a>
<a id="st-ext-trigger" href="javascript:void(0)" style="display:none" class="has-tooltip" title="{% trans 'setup.config' %}"
<a id="st-ext-trigger" href="javascript:void(0)" style="display:none" class="has-tooltip" title="{% trans 'setup.extended_tip' %}"
data-trigger="hover focus manual" data-animation="true"><img src="{% static 'frontend/images/wrench48.png' %}" /></a>
<button id="create" class="btn btn-large btn-primary disabled" style="" data-page-url="{{ page_url }}" data-feed-page-url="{{ feed_page_url }}">{% trans 'setup.create' %} <i class="icon-arrow-right icon-white" style="margin-top: 3px"></i></button>
</div>