Fixed some missing translations
This commit is contained in:
		
					parent
					
						
							
								d0fb2c1f70
							
						
					
				
			
			
				commit
				
					
						f4d3d53d0c
					
				
			
		
					 2 changed files with 6 additions and 7 deletions
				
			
		| 
						 | 
					@ -8,7 +8,7 @@ msgid ""
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
"Project-Id-Version: PACKAGE VERSION\n"
 | 
					"Project-Id-Version: PACKAGE VERSION\n"
 | 
				
			||||||
"Report-Msgid-Bugs-To: \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"
 | 
					"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 | 
				
			||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 | 
					"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 | 
				
			||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
 | 
					"Language-Team: LANGUAGE <LL@li.org>\n"
 | 
				
			||||||
| 
						 | 
					@ -399,7 +399,7 @@ msgstr ""
 | 
				
			||||||
"Kreditkateninformationen wirst du auf die Bestellbestätigungsseite "
 | 
					"Kreditkateninformationen wirst du auf die Bestellbestätigungsseite "
 | 
				
			||||||
"weitergeleitet."
 | 
					"weitergeleitet."
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: templates/hosting/payment.html:101
 | 
					#: templates/hosting/payment.html:101 templates/hosting/payment.html.py:136
 | 
				
			||||||
msgid "Submit"
 | 
					msgid "Submit"
 | 
				
			||||||
msgstr "Absenden"
 | 
					msgstr "Absenden"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -417,7 +417,7 @@ msgstr ""
 | 
				
			||||||
"Kreditkateninformationen wirst du auf die Bestellbestätigungsseite "
 | 
					"Kreditkateninformationen wirst du auf die Bestellbestätigungsseite "
 | 
				
			||||||
"weitergeleitet."
 | 
					"weitergeleitet."
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: templates/hosting/payment.html:172
 | 
					#: templates/hosting/payment.html:171
 | 
				
			||||||
msgid "Processing"
 | 
					msgid "Processing"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -98,7 +98,7 @@
 | 
				
			||||||
                                        <button style="width: 100px; float: right; font-style: normal; font-weight: bold; position: absolute; right: 0;"
 | 
					                                        <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"
 | 
					                                                id="payment_button_with_creditcard" class="btn btn-success"
 | 
				
			||||||
                                                type="submit">
 | 
					                                                type="submit">
 | 
				
			||||||
                                            {% trans "Submit" %}
 | 
					                                            {%trans "Submit" %}
 | 
				
			||||||
                                        </button>
 | 
					                                        </button>
 | 
				
			||||||
                                    </div>
 | 
					                                    </div>
 | 
				
			||||||
                                </div>
 | 
					                                </div>
 | 
				
			||||||
| 
						 | 
					@ -133,8 +133,7 @@
 | 
				
			||||||
                                    </div>
 | 
					                                    </div>
 | 
				
			||||||
                                    <div class="col-xs-12">
 | 
					                                    <div class="col-xs-12">
 | 
				
			||||||
                                        <div class="col-xs-6 pull-right">
 | 
					                                        <div class="col-xs-6 pull-right">
 | 
				
			||||||
                                            <button class="btn btn-success stripe-payment-btn" type="submit">{% trans
 | 
					                                            <button class="btn btn-success stripe-payment-btn" type="submit">{%trans "Submit" %}
 | 
				
			||||||
                                                "Submit" %}
 | 
					 | 
				
			||||||
                                            </button>
 | 
					                                            </button>
 | 
				
			||||||
                                        </div>
 | 
					                                        </div>
 | 
				
			||||||
                                    </div>
 | 
					                                    </div>
 | 
				
			||||||
| 
						 | 
					@ -169,7 +168,7 @@
 | 
				
			||||||
{% if stripe_key %}
 | 
					{% if stripe_key %}
 | 
				
			||||||
{% get_current_language as LANGUAGE_CODE %}
 | 
					{% get_current_language as LANGUAGE_CODE %}
 | 
				
			||||||
<script type="text/javascript">
 | 
					<script type="text/javascript">
 | 
				
			||||||
    window.processing_text = '{% trans "Processing" %}';
 | 
					    window.processing_text = '{%trans "Processing" %}';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    (function () {
 | 
					    (function () {
 | 
				
			||||||
        window.stripeKey = "{{stripe_key}}";
 | 
					        window.stripeKey = "{{stripe_key}}";
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue