Fixed some missing translations

This commit is contained in:
PCoder 2017-07-16 16:52:53 +05:30
parent d0fb2c1f70
commit f4d3d53d0c
2 changed files with 6 additions and 7 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-16 16:40+0530\n"
"POT-Creation-Date: 2017-07-16 16:51+0530\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"
@ -399,7 +399,7 @@ msgstr ""
"Kreditkateninformationen wirst du auf die Bestellbestätigungsseite "
"weitergeleitet."
#: templates/hosting/payment.html:101
#: templates/hosting/payment.html:101 templates/hosting/payment.html.py:136
msgid "Submit"
msgstr "Absenden"
@ -417,7 +417,7 @@ msgstr ""
"Kreditkateninformationen wirst du auf die Bestellbestätigungsseite "
"weitergeleitet."
#: templates/hosting/payment.html:172
#: templates/hosting/payment.html:171
msgid "Processing"
msgstr ""

View File

@ -98,7 +98,7 @@
<button style="width: 100px; float: right; font-style: normal; font-weight: bold; position: absolute; right: 0;"
id="payment_button_with_creditcard" class="btn btn-success"
type="submit">
{% trans "Submit" %}
{%trans "Submit" %}
</button>
</div>
</div>
@ -133,8 +133,7 @@
</div>
<div class="col-xs-12">
<div class="col-xs-6 pull-right">
<button class="btn btn-success stripe-payment-btn" type="submit">{% trans
"Submit" %}
<button class="btn btn-success stripe-payment-btn" type="submit">{%trans "Submit" %}
</button>
</div>
</div>
@ -169,7 +168,7 @@
{% if stripe_key %}
{% get_current_language as LANGUAGE_CODE %}
<script type="text/javascript">
window.processing_text = '{% trans "Processing" %}';
window.processing_text = '{%trans "Processing" %}';
(function () {
window.stripeKey = "{{stripe_key}}";