* Dutch translation, thanks, Frank Sierens!

pull/3/merge
jmoenig 2013-07-24 17:09:57 +02:00
rodzic 4c9150d7e7
commit af5c688407
3 zmienionych plików z 1218 dodań i 1 usunięć

Wyświetl plik

@ -1819,3 +1819,7 @@ ______
------
* Objects: increased palette's vertical growth by scrollBarSize
* Objects, Blocks, Threads: experimental text-function primitive (hidden, shown only in dev mode)
130724
------
* Dutch translation, yay!! Thanks, Frank Sierens

1202
lang-nl.js 100644

Plik diff jest za duży Load Diff

Wyświetl plik

@ -42,7 +42,7 @@
/*global modules, contains*/
modules.locale = '2013-July-11';
modules.locale = '2013-July-24';
// Global stuff
@ -292,3 +292,14 @@ SnapTranslator.dict.es = {
'last_changed':
'2013-03-25'
};
SnapTranslator.dict.nl = {
'language_name':
'Nederlands',
'language_translator':
'Frank Sierens',
'translator_e-mail':
'frank.sierens@telenet.be',
'last_changed':
'2013-07-24'
};