Mercurial > lada > lada-client
comparison app/view/window/ImportResponse.js @ 1226:531db469779f
Put message more precisely.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Thu, 27 Oct 2016 19:51:58 +0200 |
parents | 4c443efd5587 |
children | cfc24d2ae268 |
comparison
equal
deleted
inserted
replaced
1225:19855757a950 | 1226:531db469779f |
---|---|
86 ' war nicht erfolgreich. Der Importvorgang konnte ' + | 86 ' war nicht erfolgreich. Der Importvorgang konnte ' + |
87 'aufgrund eines Fehlers im Server nicht beendet werden.'); | 87 'aufgrund eines Fehlers im Server nicht beendet werden.'); |
88 } | 88 } |
89 else { | 89 else { |
90 if (numErrors > 0) { | 90 if (numErrors > 0) { |
91 out.push(numErrors + ' Probe(n) konnten nicht erfolgreich ' + | 91 out.push(numErrors + ' Probe(n) konnten nicht vollständig ' |
92 'importiert werden.'); | 92 + 'erfolgreich importiert werden.'); |
93 out.push('<br/>'); | 93 out.push('<br/>'); |
94 out.push('<br/>'); | 94 out.push('<br/>'); |
95 } | 95 } |
96 if (numWarnings > 0) { | 96 if (numWarnings > 0) { |
97 out.push('Bei ' + numWarnings + ' Probe(n) traten Warnungen auf. '); | 97 out.push('Bei ' + numWarnings + ' Probe(n) traten Warnungen auf. '); |