View | Details | Raw Unified | Return to bug 39019
Collapse All | Expand All

(-)univention-system-activation/css/document.styl (+5 lines)
 Lines 14-19    Link Here 
14
  p {
14
  p {
15
	line-height: 1.3em;
15
	line-height: 1.3em;
16
  }
16
  }
17
18
  ol {
19
  	margin-top: 10px;
20
  	margin-bottom: 10px;
21
  }
17
}
22
}
18
23
19
html {
24
html {
(-)univention-system-activation/js/ucs/app.js (-3 / +3 lines)
 Lines 343-354    Link Here 
343
			this._createNavButton('upload');
343
			this._createNavButton('upload');
344
			var contentNode = dom.byId('content');
344
			var contentNode = dom.byId('content');
345
			var tabNode = put(contentNode, 'div.tab#upload-tab.hide-tab');
345
			var tabNode = put(contentNode, 'div.tab#upload-tab.hide-tab');
346
			put(tabNode, 'p > b', _('You have got mail!'));
346
			put(tabNode, 'p > b', _('You have received a license file by email!'));
347
			put(tabNode, 'p', {
347
			put(tabNode, 'p', {
348
				innerHTML: _('A license file has been sent to <strong id="email-address">{0}</strong>. Upload the license file from the email to activate {1} Univention App. Once the activation has been finished, your email address will be sent to the app provider. The app provider may contact you.', [email_address, entries.appliance_name])
348
				innerHTML: _('A license file has been sent to <strong id="email-address">{0}</strong>. This file is necessary to activate the system. For this, please carry out the following steps: <ol><li>Open the email.</li><li>Save the attachement (ucs.license) on your computer.</li><li>Click the button \'Upload license file\'.</li><li>Select the file (ucs.license) you just saved.</li><li>Confirm the selection.</li></ol>Once the activation has been finished your email address will be sent to the app provider. The app provider may contact you.', [email_address])
349
			});
349
			});
350
			put(tabNode, 'p', {
350
			put(tabNode, 'p', {
351
				innerHTML: _('If you did not received an email, please make sure to check your SPAM directory or <a href="#register">try it again</a>.')
351
				innerHTML: _('If you did not receive an email, please check your SPAM directory or <a href="#register"> request the email again</a>.')
352
			});
352
			});
353
			put(tabNode, '>', this._createUploader());
353
			put(tabNode, '>', this._createUploader());
354
			this._uploader.startup();
354
			this._uploader.startup();
(-)univention-system-activation/js/ucs/de.po (-40 / +49 lines)
 Lines 3-9    Link Here 
3
msgstr ""
3
msgstr ""
4
"Project-Id-Version: univention-apache\n"
4
"Project-Id-Version: univention-apache\n"
5
"Report-Msgid-Bugs-To: packages@univention.de\n"
5
"Report-Msgid-Bugs-To: packages@univention.de\n"
6
"POT-Creation-Date: 2015-07-02 16:16+0200\n"
6
"POT-Creation-Date: 2015-07-29 07:58+0200\n"
7
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
7
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
8
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
8
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
9
"Language-Team: LANGUAGE <LL@li.org>\n"
9
"Language-Team: LANGUAGE <LL@li.org>\n"
 Lines 12-79    Link Here 
12
"Content-Type: text/plain; charset=UTF-8\n"
12
"Content-Type: text/plain; charset=UTF-8\n"
13
"Content-Transfer-Encoding: 8bit\n"
13
"Content-Transfer-Encoding: 8bit\n"
14
14
15
#: js/ucs/app.js:363
15
#: app.js:348
16
msgid ""
16
msgid ""
17
"A license file has been sent to <strong id=\"email-address\">{0}</strong>. "
17
"A license file has been sent to <strong id=\"email-address\">{0}</strong>. "
18
"Upload the license file from the email to activate {1} Univention App. Once "
18
"This file is necessary to activate the system. For this, please carry out "
19
"the activation has been finished, your email address will be sent to the app "
19
"the following steps: <ol><li>Open the email.</li><li>Save the attachement "
20
"provider. The app provider may contact you."
20
"(ucs.license) on your computer.</li><li>Click the button 'Upload license "
21
"file'.</li><li>Select the file (ucs.license) you just saved.</li><li>Confirm "
22
"the selection.</li></ol>Once the activation has been finished your email "
23
"address will be sent to the app provider. The app provider may contact you."
21
msgstr ""
24
msgstr ""
22
"Eine Lizenzdatei wurde an <strong id=\"email-address\">{0}</strong> "
25
"Eine Lizenzdatei wurde an <strong id=\"email-address\">{0}</strong> "
23
"gesendet. Laden Sie die Lizenzdatei hoch, um {1} Univention App zu "
26
"gesendet. Sie wird benötigt um das System zu aktivieren. Bitte befolgen "
24
"aktivieren. Sobald die Aktivierung durchgeführt wurde, wird Ihre E-Mail-"
27
"Sie dazu folgende Schritte: <ol><li>Öffnen Sie die E-Mail.</li>"
25
"Adresse an den App-Anbieter weitergeleitet werden. Der App-Anbieter wird Sie "
28
"<li>Speichern Sie den Anhang (ucs.license) auf Ihren Computer.</li>"
26
"ggf. kontaktieren."
29
"<li>Klicken Sie auf die Schaltfläche 'Lizenzdatei hochladen'.</li>"
30
"<li>Wählen Sie die soeben gespeicherte Datei (ucs.license) aus.</li>"
31
"<li>Bestätigen Sie die Auswahl.</li></ol> Sobald die Aktivierung "
32
"durchgeführt ist, wird Ihre E-Mail-Adresse an den App-Anbieter "
33
"weitergeleitet. Der App-Anbieter wird Sie ggf. kontaktieren."
27
34
28
#: js/ucs/app.js:188
35
#: app.js:173
29
msgid "Activation of {appliance_name} Univention App"
36
msgid "Activation of {appliance_name} Univention App"
30
msgstr "Aktivierung von {appliance_name} Univention App"
37
msgstr "Aktivierung von {appliance_name} Univention App"
31
38
32
#: js/ucs/app.js:382
39
#: app.js:367
33
msgid "Activation successful!"
40
msgid "Activation successful!"
34
msgstr "Aktivierung erfolgreich!"
41
msgstr "Aktivierung erfolgreich!"
35
42
36
#: js/ucs/app.js:346 js/ucs/app.js:352
43
#: app.js:331 app.js:337
37
msgid "An unknown error has occurred."
44
msgid "An unknown error has occurred."
38
msgstr ""
45
msgstr "Ein unbekannter Fehler trat auf."
39
"Ein unbekannter Fehler trat auf."
40
46
41
#: js/ucs/app.js:261
47
#: app.js:246
42
msgid "An unknown error occured. Please try it again later!"
48
msgid "An unknown error occured. Please try it again later!"
43
msgstr ""
49
msgstr ""
44
"Ein unbekannter Fehler trat auf. Bitte versuchen sie es später noch einmal!"
50
"Ein unbekannter Fehler trat auf. Bitte versuchen sie es später noch einmal!"
45
51
46
#: js/ucs/app.js:377
52
#: app.js:362
47
msgid "Continue"
53
msgid "Continue"
48
msgstr "Weiter"
54
msgstr "Weiter"
49
55
50
#: js/ucs/app.js:209
56
#: app.js:194
51
msgid "E-mail address"
57
msgid "E-mail address"
52
msgstr "E-Mail-Adresse"
58
msgstr "E-Mail-Adresse"
53
59
54
#: js/ucs/app.js:263
60
#: app.js:248
55
msgid "Error "
61
msgid "Error "
56
msgstr "Fehler "
62
msgstr "Fehler "
57
63
58
#: js/ucs/i18n.js:84
64
#: i18n.js:84
59
#, python-format
65
#, python-format
60
msgid "Hello %(last)s, %(first)s!"
66
msgid "Hello %(last)s, %(first)s!"
61
msgstr ""
67
msgstr ""
62
68
63
#: js/ucs/i18n.js:83
69
#: i18n.js:83
64
#, python-format
70
#, python-format
65
msgid "Hello %s %s!"
71
msgid "Hello %s %s!"
66
msgstr ""
72
msgstr ""
67
73
68
#: js/ucs/app.js:366
74
#: app.js:351
69
msgid ""
75
msgid ""
70
"If you did not received an email, please make sure to check your SPAM "
76
"If you did not receive an email, please check your SPAM directory or <a href="
71
"directory or <a href=\"#register\">try it again</a>."
77
"\"#register\"> request the email again</a>."
72
msgstr ""
78
msgstr ""
73
"Sollten Sie keine E-Mail erhalten haben, prüfen Sie Ihr SPAM-Verzeichnis "
79
"Sollten Sie keine E-Mail erhalten haben, prüfen Sie Ihr SPAM-Verzeichnis "
74
"oder <a href=\"#register\">probieren Sie es noch einmal</a>."
80
"oder <a href=\"#register\">fordern Sie die Lizenzdatei noch einmal an</a>."
75
81
76
#: js/ucs/app.js:305
82
#: app.js:290
77
msgid ""
83
msgid ""
78
"If you encounter problems during the activation, please send an email to: "
84
"If you encounter problems during the activation, please send an email to: "
79
"<strong><a href=\"mailto:feedback@univention.de\" style=\"color:"
85
"<strong><a href=\"mailto:feedback@univention.de\" style=\"color:"
 Lines 83-97    Link Here 
83
"an: <strong><a href=\"mailto:feedback@univention.de\" style=\"color:"
89
"an: <strong><a href=\"mailto:feedback@univention.de\" style=\"color:"
84
"#000\">feedback@univention.de</a></strong>"
90
"#000\">feedback@univention.de</a></strong>"
85
91
86
#: js/ucs/app.js:178
92
#: app.js:163
87
msgid "Language"
93
msgid "Language"
88
msgstr "Language"
94
msgstr "Language"
89
95
90
#: js/ucs/app.js:204
96
#: app.js:189
91
msgid "License request."
97
msgid "License request."
92
msgstr "Anforderung einer Lizenz."
98
msgstr "Anforderung einer Lizenz."
93
99
94
#: js/ucs/app.js:222
100
#: app.js:207
95
msgid ""
101
msgid ""
96
"More details about the activation can be found in the <a href=\"http://docs."
102
"More details about the activation can be found in the <a href=\"http://docs."
97
"univention.de/manual.html#central:license\" target=\"_blank\">UCS manual</a>."
103
"univention.de/manual.html#central:license\" target=\"_blank\">UCS manual</a>."
 Lines 100-110    Link Here 
100
"univention.de/handbuch.html#central:license\" target=\"_blank\">UCS-"
106
"univention.de/handbuch.html#central:license\" target=\"_blank\">UCS-"
101
"Handbuch</a> gefunden werden."
107
"Handbuch</a> gefunden werden."
102
108
103
#: js/ucs/app.js:211
109
#: app.js:196
104
msgid "No valid email address."
110
msgid "No valid email address."
105
msgstr "Keine gültige E-Mail-Adresse."
111
msgstr "Keine gültige E-Mail-Adresse."
106
112
107
#: js/ucs/app.js:205
113
#: app.js:190
108
msgid ""
114
msgid ""
109
"Please enter a valid email address in order to activate {appliance_name} "
115
"Please enter a valid email address in order to activate {appliance_name} "
110
"Univention App. The activation is mandatory to deploy the system. In the "
116
"Univention App. The activation is mandatory to deploy the system. In the "
 Lines 116-154    Link Here 
116
"System in Gebrauch zu nehmen. Im nächsten Schritt können sie die Lizenzdatei "
122
"System in Gebrauch zu nehmen. Im nächsten Schritt können sie die Lizenzdatei "
117
"hochladen, die an Ihre E-Mail-Adresse gesendet wurde."
123
"hochladen, die an Ihre E-Mail-Adresse gesendet wurde."
118
124
119
#: js/ucs/app.js:227
125
#: app.js:212
120
msgid "Request activation"
126
msgid "Request activation"
121
msgstr "Aktivierung anfordern"
127
msgstr "Aktivierung anfordern"
122
128
123
#: js/ucs/app.js:303
129
#: app.js:288
124
msgid "The following error occurred:"
130
msgid "The following error occurred:"
125
msgstr "Der folgende Fehler trat auf:"
131
msgstr "Der folgende Fehler trat auf:"
126
132
127
#: js/ucs/i18n.js:82
133
#: i18n.js:82
128
#, python-format
134
#, python-format
129
msgid "The total cost was %.2f EUR!"
135
msgid "The total cost was %.2f EUR!"
130
msgstr ""
136
msgstr ""
131
137
132
#: js/ucs/i18n.js:81
138
#: i18n.js:81
133
msgid "Translate me!"
139
msgid "Translate me!"
134
msgstr ""
140
msgstr ""
135
141
136
#: js/ucs/app.js:320
142
#: app.js:305
137
msgid "Upload license file"
143
msgid "Upload license file"
138
msgstr "Lizenzdatei hochladen"
144
msgstr "Lizenzdatei hochladen"
139
145
140
#: js/ucs/app.js:361
146
#: app.js:346
141
msgid "You have got mail!"
147
msgid "You have received a license file by email!"
142
msgstr "Sie haben eine neue E-Mail!"
148
msgstr "Sie haben eine Lizendatei per E-Mail erhalten!"
143
149
144
#: js/ucs/app.js:66
150
#: app.js:66
145
msgid "your email address"
151
msgid "your email address"
146
msgstr "Ihre E-Mail-Adresse"
152
msgstr "Ihre E-Mail-Adresse"
147
153
148
#: js/ucs/app.js:383
154
#: app.js:368
149
msgid ""
155
msgid ""
150
"{appliance_name} Univention App is now activated. Click \"Continue\" to "
156
"{appliance_name} Univention App is now activated. Click \"Continue\" to "
151
"access the management interface."
157
"access the management interface."
152
msgstr ""
158
msgstr ""
153
"{appliance_name} Univention App ist nun aktiviert. Klicken sie auf \"Weiter"
159
"{appliance_name} Univention App ist nun aktiviert. Klicken sie auf \"Weiter"
154
"\", um auf die Verwaltungsoberfläche zuzugreifen."
160
"\", um auf die Verwaltungsoberfläche zuzugreifen."
161
162
#~ msgid "You have got mail!"
163
#~ msgstr "Sie haben eine neue E-Mail!"

Return to bug 39019