summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Mönig <jens@moenig.org>2013-04-18 02:15:37 -0700
committerJens Mönig <jens@moenig.org>2013-04-18 02:15:37 -0700
commit59e7de2b8d0d5291640cc2abbdee98da437a44eb (patch)
tree24603a4f0ad6826b71f545a1c6b0cb09e9a64f6a
parent42c264ec16b24ecc9e5a9290839365fed75dcf65 (diff)
parent5bc613f4d915893593b597aa8d33751a642d511c (diff)
downloadsnap-byow-59e7de2b8d0d5291640cc2abbdee98da437a44eb.tar.gz
snap-byow-59e7de2b8d0d5291640cc2abbdee98da437a44eb.zip
Merge pull request #37 from queryselector/issue-29
Fixed #29
-rw-r--r--gui.js2
-rw-r--r--lang-cs.js4
-rw-r--r--lang-de.js2
-rw-r--r--lang-eo.js2
-rw-r--r--lang-es.js4
-rw-r--r--lang-fr.js2
-rw-r--r--lang-it.js4
-rwxr-xr-xlang-ja.js2
-rwxr-xr-xlang-ja_HIRA.js2
-rw-r--r--lang-ko.js2
-rwxr-xr-xlang-pt.js4
-rw-r--r--lang-ru.js2
-rw-r--r--lang-si.js2
-rw-r--r--lang-zh.js2
14 files changed, 18 insertions, 18 deletions
diff --git a/gui.js b/gui.js
index f7a1db6..592ddc5 100644
--- a/gui.js
+++ b/gui.js
@@ -1130,7 +1130,7 @@ IDE_Morph.prototype.createCorralBar = function () {
button.labelColor = new Color(255, 255, 255);
button.contrast = this.buttonContrast;
button.drawNew();
- button.hint = 'add a new Sprite';
+ button.hint = 'add a new sprite';
button.fixLayout();
button.setCenter(this.corralBar.center());
button.setLeft(this.corralBar.left() + padding);
diff --git a/lang-cs.js b/lang-cs.js
index 4490ced..6bd9697 100644
--- a/lang-cs.js
+++ b/lang-cs.js
@@ -243,8 +243,8 @@ SnapTranslator.dict.cs = {
'jen vlevo/vpravo',
// new sprite button:
- 'add a new Sprite':
- 'přidat nový Sprite',
+ 'add a new sprite':
+ 'přidat nový sprite',
// tab help
'costumes tab help':
diff --git a/lang-de.js b/lang-de.js
index 2f5c5e2..89c0ecb 100644
--- a/lang-de.js
+++ b/lang-de.js
@@ -243,7 +243,7 @@ SnapTranslator.dict.de = {
'kann sich nur nach\nlinks/rechts drehen',
// new sprite button:
- 'add a new Sprite':
+ 'add a new sprite':
'ein neues Objekt\nhinzuf\u00fcgen',
// tab help
diff --git a/lang-eo.js b/lang-eo.js
index 18c6b6b..c8d07d1 100644
--- a/lang-eo.js
+++ b/lang-eo.js
@@ -248,7 +248,7 @@ SnapTranslator.dict.eo = {
'nur maldekstren/dekstren',
// new sprite button:
- 'add a new Sprite':
+ 'add a new sprite':
'aldoni novan objekton',
// tab help
diff --git a/lang-es.js b/lang-es.js
index 1c6ace7..fec4cfe 100644
--- a/lang-es.js
+++ b/lang-es.js
@@ -243,8 +243,8 @@ SnapTranslator.dict.es = {
's\u00F3lo mirar izquierda/derecha',
// new sprite button:
- 'add a new Sprite':
- 'Agregar un nuevo objeto',
+ 'add a new sprite':
+ 'agregar un nuevo objeto',
// tab help
'costumes tab help':
diff --git a/lang-fr.js b/lang-fr.js
index 5e6edfe..d554965 100644
--- a/lang-fr.js
+++ b/lang-fr.js
@@ -243,7 +243,7 @@ SnapTranslator.dict.fr = {
'le lutin reste en position horizontale \nsoit vers la gauche soit vers la droite ',
// new sprite button:
- 'add a new Sprite':
+ 'add a new sprite':
'ajouter un nouveau lutin',
// tab help
diff --git a/lang-it.js b/lang-it.js
index b6801dd..c86a7cc 100644
--- a/lang-it.js
+++ b/lang-it.js
@@ -243,8 +243,8 @@ SnapTranslator.dict.it = {
'voltati solo a destra/sinistra',
// new sprite button:
- 'add a new Sprite':
- 'aggiungi un nuovo Sprite',
+ 'add a new sprite':
+ 'aggiungi un nuovo sprite',
// tab help
'costumes tab help':
diff --git a/lang-ja.js b/lang-ja.js
index 3c54574..56e1f3b 100755
--- a/lang-ja.js
+++ b/lang-ja.js
@@ -243,7 +243,7 @@ SnapTranslator.dict.ja = {
'左右に反転するだけ',
// new sprite button:
- 'add a new Sprite':
+ 'add a new sprite':
'新しいスプライトを追加する',
// tab help
diff --git a/lang-ja_HIRA.js b/lang-ja_HIRA.js
index 4d5de8d..d42ecfb 100755
--- a/lang-ja_HIRA.js
+++ b/lang-ja_HIRA.js
@@ -243,7 +243,7 @@ SnapTranslator.dict.ja_HIRA = {
'さゆうにはんてんするだけ',
// new sprite button:
- 'add a new Sprite':
+ 'add a new sprite':
'あたらしいスプライトをついかする',
// tab help
diff --git a/lang-ko.js b/lang-ko.js
index 14c9dac..955d30b 100644
--- a/lang-ko.js
+++ b/lang-ko.js
@@ -243,7 +243,7 @@ SnapTranslator.dict.ko = {
'왼쪽에서 오른쪽으로만',
// new sprite button:
- 'add a new Sprite':
+ 'add a new sprite':
'새로운 스프라이트 추가',
// tab help
diff --git a/lang-pt.js b/lang-pt.js
index 14e70b9..b964a7c 100755
--- a/lang-pt.js
+++ b/lang-pt.js
@@ -243,8 +243,8 @@ SnapTranslator.dict.pt = {
'olha apenas para a esquerda ou para a direita',
// botão de criação de novo actor:
- 'add a new Sprite':
- 'adicionar um novo Actor',
+ 'add a new sprite':
+ 'adicionar um novo actor',
// ajuda nos tabuladores
'costumes tab help':
diff --git a/lang-ru.js b/lang-ru.js
index cca11bf..fc334b6 100644
--- a/lang-ru.js
+++ b/lang-ru.js
@@ -239,7 +239,7 @@ SnapTranslator.dict.ru = {
'вращаемый только слева направо',
// new sprite button:
- 'add a new Sprite':
+ 'add a new sprite':
'Добавить новый Образ',
// tab help
diff --git a/lang-si.js b/lang-si.js
index dfb927a..d5fa36f 100644
--- a/lang-si.js
+++ b/lang-si.js
@@ -245,7 +245,7 @@ SnapTranslator.dict.si = {
'lahko obrnemo le levo/desno',
// new sprite button:
- 'add a new Sprite':
+ 'add a new sprite':
'dodaj nov objekt',
// tab help
diff --git a/lang-zh.js b/lang-zh.js
index cac4099..b4d75b8 100644
--- a/lang-zh.js
+++ b/lang-zh.js
@@ -244,7 +244,7 @@ SnapTranslator.dict.zh = {
'只能水平翻转',
// new sprite button:
- 'add a new Sprite':
+ 'add a new sprite':
'新建角色',
// tab help