From 5e26d6df04376b7b5122e3649e1a88d224973bbf Mon Sep 17 00:00:00 2001 From: "M.Ravi" Date: Thu, 24 Aug 2017 13:18:59 +0200 Subject: [PATCH] Simplified text -> You are not making payment + translation --- hosting/locale/de/LC_MESSAGES/django.po | 46 ++++++++++++------------- hosting/templates/hosting/payment.html | 10 ++---- 2 files changed, 25 insertions(+), 31 deletions(-) diff --git a/hosting/locale/de/LC_MESSAGES/django.po b/hosting/locale/de/LC_MESSAGES/django.po index 97434487..ddb853da 100644 --- a/hosting/locale/de/LC_MESSAGES/django.po +++ b/hosting/locale/de/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-20 21:37+0530\n" +"POT-Creation-Date: 2017-08-24 11:12+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -254,6 +254,9 @@ msgstr "Betrag" msgid "Status" msgstr "" +msgid "See Invoice" +msgstr "Rechnung" + msgid "View Detail" msgstr "Details anzeigen" @@ -272,6 +275,9 @@ msgstr "Konfiguration" msgid "including VAT" msgstr "inkl. Mehrwertsteuer" +msgid "Month" +msgstr "Monat" + msgid "Billing Address" msgstr "Rechnungsadresse" @@ -293,14 +299,9 @@ msgstr "" "speichern keine Informationen in unserer Datenbank." msgid "" -"\n" -" You are not making any " -"payment yet. After submitting your card\n" -" information, you will be " -"taken to the Confirm Order Page.\n" -" " +"You are not making any payment yet. After submitting your card information, " +"you will be taken to the Confirm Order Page." msgstr "" -"\n" "Es wird noch keine Bezahlung vorgenommen. Nach der Eingabe Deiner " "Kreditkateninformationen wirst du auf die Bestellbestätigungsseite " "weitergeleitet." @@ -383,7 +384,7 @@ msgstr "Anzeigen" #, fuzzy #| msgid "Public SSH Key" -msgid "Public SSH key" +msgid "Public SSH Key" msgstr "Public SSH Key" msgid "Download" @@ -407,12 +408,6 @@ msgstr "Abrechnungen" msgid "Current Pricing" msgstr "Aktueller Preis" -msgid "Month" -msgstr "Monat" - -msgid "See Invoice" -msgstr "Rechnung" - msgid "Your VM is" msgstr "Deine VM ist" @@ -499,6 +494,19 @@ msgid "" "contact Data Center Light Support." msgstr "" +#~ msgid "" +#~ "\n" +#~ " You are not making any " +#~ "payment yet. After submitting your card\n" +#~ " information, you will be " +#~ "taken to the Confirm Order Page.\n" +#~ " " +#~ msgstr "" +#~ "\n" +#~ "Es wird noch keine Bezahlung vorgenommen. Nach der Eingabe Deiner " +#~ "Kreditkateninformationen wirst du auf die Bestellbestätigungsseite " +#~ "weitergeleitet." + #~ msgid "Approved" #~ msgstr "Akzeptiert" @@ -662,14 +670,6 @@ msgstr "" #~ msgid "Place Order" #~ msgstr "Bestelle" -#~ msgid "" -#~ "You are not making any payment yet. After placing your order, you will be " -#~ "taken to the Submit Payment Page." -#~ msgstr "" -#~ "Es wird noch keine Bezahlung vorgenommen. Nach der Eingabe deiner " -#~ "Kreditkateninformationen wirst du auf die Bestellbestätigungsseite " -#~ "weitergeleitet." - #~ msgid "CARD NUMBER" #~ msgstr "Kreditkartennummer" diff --git a/hosting/templates/hosting/payment.html b/hosting/templates/hosting/payment.html index 3a533df6..499511f8 100644 --- a/hosting/templates/hosting/payment.html +++ b/hosting/templates/hosting/payment.html @@ -87,10 +87,7 @@
{% if not messages and not form.non_field_errors %}

- {% blocktrans %} - You are not making any payment yet. After submitting your card - information, you will be taken to the Confirm Order Page. - {% endblocktrans %} + {% blocktrans %}You are not making any payment yet. After submitting your card information, you will be taken to the Confirm Order Page.{% endblocktrans %}

{% endif %}
@@ -147,10 +144,7 @@
{% if not messages and not form.non_field_errors %}

- {% blocktrans %} - You are not making any payment yet. After submitting your card - information, you will be taken to the Confirm Order Page. - {% endblocktrans %} + {% blocktrans %}You are not making any payment yet. After submitting your card information, you will be taken to the Confirm Order Page.{% endblocktrans %}

{% endif %}