Polish translation, thanks, Witek Kranas!

pull/3/merge
jmoenig 2013-08-06 07:59:29 +02:00
rodzic c01a236f95
commit ade3c6ab48
4 zmienionych plików z 1245 dodań i 2 usunięć

Wyświetl plik

@ -1846,3 +1846,7 @@ ______
* Blocks: Undrop Comments feature
* Blocks: Undrop Commands feature
* German translation update (for Undrop feature)
130805
------
* Polish translation, yay!! Thanks, Witek Kranas!

1225
lang-pl.js 100644

Plik diff jest za duży Load Diff

Wyświetl plik

@ -42,7 +42,7 @@
/*global modules, contains*/
modules.locale = '2013-August-02';
modules.locale = '2013-August-06';
// Global stuff
@ -303,3 +303,14 @@ SnapTranslator.dict.nl = {
'last_changed':
'2013-07-24'
};
SnapTranslator.dict.pl = {
'language_name':
'Polski',
'language_translator':
'Witek Kranas',
'translator_e-mail':
'witek@oeiizk.waw.pl',
'last_changed':
'2013-08-05'
};

Wyświetl plik

@ -123,7 +123,7 @@ PrototypeHatBlockMorph*/
// Global stuff ////////////////////////////////////////////////////////
modules.objects = '2013-July-31';
modules.objects = '2013-August-06';
var SpriteMorph;
var StageMorph;
@ -1169,6 +1169,9 @@ SpriteMorph.prototype.init = function (globals) {
this.idx = 0; // not to be serialized (!) - used for de-serialization
this.wasWarped = false; // not to be serialized, used for fast-tracking
this.parts = []; // sprite nesting
this.anchor = null; // sprite nesting
SpriteMorph.uber.init.call(this);
this.isDraggable = true;