kopia lustrzana https://github.com/backface/turtlestitch
changed help text for exporting project summary
and updated German translationpull/95/head
rodzic
54bb8e2bd4
commit
6901a9ac6e
|
|
@ -907,9 +907,8 @@ SnapTranslator.dict.de = {
|
||||||
'nicht verwendete Bl\u00f6cke entfernt',
|
'nicht verwendete Bl\u00f6cke entfernt',
|
||||||
'Export summary...':
|
'Export summary...':
|
||||||
'Zusammenfassung exportieren...',
|
'Zusammenfassung exportieren...',
|
||||||
'open a new browser browser window\n with a summary of this project':
|
'save a summary\nof this project':
|
||||||
'eine Zusammenfassung dieses Projekts\nin einem neuen Browserfenster'
|
'eine Zusammenfassung\ndieses Projekts speichern',
|
||||||
+ 'anzeigen',
|
|
||||||
'Contents':
|
'Contents':
|
||||||
'Inhalt',
|
'Inhalt',
|
||||||
'Kind of':
|
'Kind of':
|
||||||
|
|
|
||||||
|
|
@ -3539,14 +3539,14 @@ IDE_Morph.prototype.projectMenu = function () {
|
||||||
menu.addItem(
|
menu.addItem(
|
||||||
'Export summary...',
|
'Export summary...',
|
||||||
() => this.exportProjectSummary(),
|
() => this.exportProjectSummary(),
|
||||||
'open a new browser browser window\n with a summary of this project'
|
'save a summary\nof this project'
|
||||||
);
|
);
|
||||||
|
|
||||||
if (shiftClicked) {
|
if (shiftClicked) {
|
||||||
menu.addItem(
|
menu.addItem(
|
||||||
'Export summary with drop-shadows...',
|
'Export summary with drop-shadows...',
|
||||||
() => this.exportProjectSummary(true),
|
() => this.exportProjectSummary(true),
|
||||||
'open a new browser browser window' +
|
'download and save' +
|
||||||
'\nwith a summary of this project' +
|
'\nwith a summary of this project' +
|
||||||
'\nwith drop-shadows on all pictures.' +
|
'\nwith drop-shadows on all pictures.' +
|
||||||
'\nnot supported by all browsers',
|
'\nnot supported by all browsers',
|
||||||
|
|
|
||||||
Ładowanie…
Reference in New Issue