diff --git a/hosting/locale/de/LC_MESSAGES/django.po b/hosting/locale/de/LC_MESSAGES/django.po index 13a0ecf4..0e777a19 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-03 03:31+0530\n" +"POT-Creation-Date: 2017-08-04 18:25+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -39,6 +39,9 @@ msgstr "Meine virtuellen Maschinen" msgid "My Orders" msgstr "Meine Bestellungen" +msgid "SSH Keys" +msgstr "SSH Key" + msgid "Notifications " msgstr "Benachrichtigungen" @@ -212,9 +215,6 @@ msgstr "Als gelesen markieren" msgid "All notifications" msgstr "Alle Benachrichtigungen" -msgid "Confirm Order" -msgstr "Bestellung Bestätigen" - msgid "Date" msgstr "Datum" @@ -390,12 +390,12 @@ msgstr "" msgid "Private Key" msgstr "" +msgid "Delete SSH Key" +msgstr "SSH Key löschen" + msgid "Do You want to delete this key?" msgstr "Möchtest Du den Schlüssel löschen?" -msgid "Close" -msgstr "Schliessen" - msgid "Show" msgstr "Anzeigen" @@ -474,11 +474,17 @@ msgstr "Du kannst dich nun" msgid "Sorry. Your request is invalid." msgstr "Entschuldigung, deine Anfrage ist ungültig." +msgid "Confirm Order" +msgstr "Bestellung Bestätigen" + msgid "" "We could not find the requested VM. Please " "contact Data Center Light Support." msgstr "" +#~ msgid "Close" +#~ msgstr "Schliessen" + #~ msgid "Cancel" #~ msgstr "Beenden" diff --git a/hosting/static/hosting/css/user_keys.css b/hosting/static/hosting/css/user_keys.css index 5e693384..77a12155 100644 --- a/hosting/static/hosting/css/user_keys.css +++ b/hosting/static/hosting/css/user_keys.css @@ -140,10 +140,11 @@ .btn-custom-delete a, .btn-custom-download a{ text-decoration: none; } -.modal-body p{ +.modal-body p.ssh-key{ width: 100%; word-wrap: break-word; text-align: left; + margin-top: 10px; } @media screen and (max-width: 768px) { diff --git a/hosting/templates/hosting/orders.html b/hosting/templates/hosting/orders.html index c9c1ca22..9699cbaa 100644 --- a/hosting/templates/hosting/orders.html +++ b/hosting/templates/hosting/orders.html @@ -59,7 +59,7 @@ action="{% url 'hosting:delete_order' order.id %}"> {% csrf_token %} diff --git a/hosting/templates/hosting/user_keys.html b/hosting/templates/hosting/user_keys.html index 321512d5..2125bd9f 100644 --- a/hosting/templates/hosting/user_keys.html +++ b/hosting/templates/hosting/user_keys.html @@ -38,7 +38,6 @@ {% trans "Delete" %} -