kopia lustrzana https://github.com/backface/turtlestitch
				
				
				
			Update German translation
							rodzic
							
								
									e5e216ccf2
								
							
						
					
					
						commit
						e6dcf07b3d
					
				
							
								
								
									
										6
									
								
								gui.js
								
								
								
								
							
							
						
						
									
										6
									
								
								gui.js
								
								
								
								
							| 
						 | 
				
			
			@ -69,7 +69,7 @@ SpeechBubbleMorph*/
 | 
			
		|||
 | 
			
		||||
// Global stuff ////////////////////////////////////////////////////////
 | 
			
		||||
 | 
			
		||||
modules.gui = '2015-February-20';
 | 
			
		||||
modules.gui = '2015-February-23';
 | 
			
		||||
 | 
			
		||||
// Declarations
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2376,8 +2376,8 @@ IDE_Morph.prototype.projectMenu = function () {
 | 
			
		|||
    menu.addItem(
 | 
			
		||||
        'Save to disk',
 | 
			
		||||
        'saveProjectToDisk',
 | 
			
		||||
        'store this project\nin your downloads folder\n'
 | 
			
		||||
            + '(not supported by all browsers)'
 | 
			
		||||
        'store this project\nin the downloads folder\n'
 | 
			
		||||
            + '(in supporting browsers)'
 | 
			
		||||
    );
 | 
			
		||||
    menu.addItem('Save As...', 'saveProjectsBrowser');
 | 
			
		||||
    menu.addLine();
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -2441,3 +2441,8 @@ ______
 | 
			
		|||
* Un-hide “Save to disk” feature (currently supported by both Chrome and Firefox, but not by Safari)
 | 
			
		||||
* Update German translation
 | 
			
		||||
* GUI: Make “project data in URLs” a hidden dev option (prevent long urls per default)
 | 
			
		||||
 | 
			
		||||
150223
 | 
			
		||||
------
 | 
			
		||||
* Blocks, Objects: Add user-interaction choices to the “When I am ...” hat block
 | 
			
		||||
* Update German translation
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										21
									
								
								lang-de.js
								
								
								
								
							
							
						
						
									
										21
									
								
								lang-de.js
								
								
								
								
							| 
						 | 
				
			
			@ -185,7 +185,7 @@ SnapTranslator.dict.de = {
 | 
			
		|||
    'translator_e-mail':
 | 
			
		||||
        'jens@moenig.org', // optional
 | 
			
		||||
    'last_changed':
 | 
			
		||||
        '2015-02-20', // this, too, will appear in the Translators tab
 | 
			
		||||
        '2015-02-23', // this, too, will appear in the Translators tab
 | 
			
		||||
 | 
			
		||||
    // GUI
 | 
			
		||||
    // control bar:
 | 
			
		||||
| 
						 | 
				
			
			@ -417,8 +417,18 @@ SnapTranslator.dict.de = {
 | 
			
		|||
        'Wenn %greenflag angeklickt',
 | 
			
		||||
    'when %keyHat key pressed':
 | 
			
		||||
        'Wenn Taste %keyHat gedr\u00fcckt',
 | 
			
		||||
    'when I am clicked':
 | 
			
		||||
        'Wenn ich angeklickt werde',
 | 
			
		||||
    'when I am %interaction':
 | 
			
		||||
        'Wenn ich %interaction werde',
 | 
			
		||||
    'clicked':
 | 
			
		||||
        'angeklickt',
 | 
			
		||||
    'pressed':
 | 
			
		||||
        'gedr\u00fcckt',
 | 
			
		||||
    'dropped':
 | 
			
		||||
        'abgestellt',
 | 
			
		||||
    'mouse-entered':
 | 
			
		||||
        'vom Mauszeiger betreten',
 | 
			
		||||
    'mouse-departed':
 | 
			
		||||
        'vom Mauszeiger verlassen',
 | 
			
		||||
    'when I receive %msgHat':
 | 
			
		||||
        'Wenn ich %msgHat empfange',
 | 
			
		||||
    'broadcast %msg':
 | 
			
		||||
| 
						 | 
				
			
			@ -649,8 +659,9 @@ SnapTranslator.dict.de = {
 | 
			
		|||
        'Sichern',
 | 
			
		||||
    'Save to disk':
 | 
			
		||||
        'Abpeichern',
 | 
			
		||||
    'store this project\nin your downloads folder\n(not supported by all browsers)':
 | 
			
		||||
        'dieses Projekt herunterladen\nund lokal speichern\n(nicht von allen Browsern unters\u00fctzt)',
 | 
			
		||||
    'store this project\nin the downloads folder\n(in supporting browsers)':
 | 
			
		||||
        'dieses Projekt herunterladen\nund lokal speichern\n'
 | 
			
		||||
            + '(nicht von allen Browsern unters\u00fctzt)',
 | 
			
		||||
    'Save As...':
 | 
			
		||||
        'Sichern als...',
 | 
			
		||||
    'Import...':
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -42,7 +42,7 @@
 | 
			
		|||
 | 
			
		||||
/*global modules, contains*/
 | 
			
		||||
 | 
			
		||||
modules.locale = '2015-February-20';
 | 
			
		||||
modules.locale = '2015-February-23';
 | 
			
		||||
 | 
			
		||||
// Global stuff
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -149,7 +149,7 @@ SnapTranslator.dict.de = {
 | 
			
		|||
    'translator_e-mail':
 | 
			
		||||
        'jens@moenig.org',
 | 
			
		||||
    'last_changed':
 | 
			
		||||
        '2015-02-20'
 | 
			
		||||
        '2015-02-23'
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
SnapTranslator.dict.it = {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Ładowanie…
	
		Reference in New Issue