kopia lustrzana https://github.com/backface/turtlestitch
rodzic
f9c8fb04e0
commit
c01a236f95
|
@ -4776,7 +4776,11 @@ ScriptsMorph.prototype.userMenu = function () {
|
||||||
menu.addItem('clean up', 'cleanUp', 'arrange scripts\nvertically');
|
menu.addItem('clean up', 'cleanUp', 'arrange scripts\nvertically');
|
||||||
menu.addItem('add comment', 'addComment');
|
menu.addItem('add comment', 'addComment');
|
||||||
if (this.lastDroppedBlock) {
|
if (this.lastDroppedBlock) {
|
||||||
menu.addItem('undrop', 'undrop');
|
menu.addItem(
|
||||||
|
'undrop',
|
||||||
|
'undrop',
|
||||||
|
'undo the last\nblock drop\nin this pane'
|
||||||
|
);
|
||||||
}
|
}
|
||||||
menu.addItem(
|
menu.addItem(
|
||||||
'scripts pic...',
|
'scripts pic...',
|
||||||
|
|
|
@ -1845,3 +1845,4 @@ ______
|
||||||
* Blocks: Undrop Reporters feature tweaks
|
* Blocks: Undrop Reporters feature tweaks
|
||||||
* Blocks: Undrop Comments feature
|
* Blocks: Undrop Comments feature
|
||||||
* Blocks: Undrop Commands feature
|
* Blocks: Undrop Commands feature
|
||||||
|
* German translation update (for Undrop feature)
|
||||||
|
|
|
@ -185,7 +185,7 @@ SnapTranslator.dict.de = {
|
||||||
'translator_e-mail':
|
'translator_e-mail':
|
||||||
'jens@moenig.org', // optional
|
'jens@moenig.org', // optional
|
||||||
'last_changed':
|
'last_changed':
|
||||||
'2013-07-30', // this, too, will appear in the Translators tab
|
'2013-08-02', // this, too, will appear in the Translators tab
|
||||||
|
|
||||||
// GUI
|
// GUI
|
||||||
// control bar:
|
// control bar:
|
||||||
|
@ -821,6 +821,10 @@ SnapTranslator.dict.de = {
|
||||||
'Skripte der Reihe nach\nanordnen',
|
'Skripte der Reihe nach\nanordnen',
|
||||||
'add comment':
|
'add comment':
|
||||||
'Anmerkung hinzuf\u00fcgen',
|
'Anmerkung hinzuf\u00fcgen',
|
||||||
|
'undrop':
|
||||||
|
'R\u00fcckg\u00e4ngig',
|
||||||
|
'undo the last\nblock drop\nin this pane':
|
||||||
|
'Setzen des letzten Blocks\nwiderrufen',
|
||||||
'scripts pic...':
|
'scripts pic...':
|
||||||
'Bild aller Scripte...',
|
'Bild aller Scripte...',
|
||||||
'open a new window\nwith a picture of all scripts':
|
'open a new window\nwith a picture of all scripts':
|
||||||
|
|
|
@ -42,7 +42,7 @@
|
||||||
|
|
||||||
/*global modules, contains*/
|
/*global modules, contains*/
|
||||||
|
|
||||||
modules.locale = '2013-July-24';
|
modules.locale = '2013-August-02';
|
||||||
|
|
||||||
// Global stuff
|
// Global stuff
|
||||||
|
|
||||||
|
@ -149,7 +149,7 @@ SnapTranslator.dict.de = {
|
||||||
'translator_e-mail':
|
'translator_e-mail':
|
||||||
'jens@moenig.org',
|
'jens@moenig.org',
|
||||||
'last_changed':
|
'last_changed':
|
||||||
'2013-07-30'
|
'2013-08-02'
|
||||||
};
|
};
|
||||||
|
|
||||||
SnapTranslator.dict.it = {
|
SnapTranslator.dict.it = {
|
||||||
|
|
|
@ -83,7 +83,7 @@ ArgLabelMorph, localize, XML_Element, hex_sha512*/
|
||||||
|
|
||||||
// Global stuff ////////////////////////////////////////////////////////
|
// Global stuff ////////////////////////////////////////////////////////
|
||||||
|
|
||||||
modules.threads = '2013-August-01';
|
modules.threads = '2013-August-02';
|
||||||
|
|
||||||
var ThreadManager;
|
var ThreadManager;
|
||||||
var Process;
|
var Process;
|
||||||
|
|
Ładowanie…
Reference in New Issue