diff options
| author | Nathan Dinsmore <queryselector@gmail.com> | 2013-04-13 02:50:00 -0400 |
|---|---|---|
| committer | Nathan Dinsmore <queryselector@gmail.com> | 2013-04-13 02:50:00 -0400 |
| commit | 5bc613f4d915893593b597aa8d33751a642d511c (patch) | |
| tree | 7d5f80bcad28d7b9feae53df2ca563b2f67ded9c | |
| parent | 15718f44a30a022a5f45001f3fd2d506da504ff1 (diff) | |
| download | snap-5bc613f4d915893593b597aa8d33751a642d511c.tar.gz snap-5bc613f4d915893593b597aa8d33751a642d511c.zip | |
Fixed #29
Corrected the capitalization of the "add a new sprite" tooltip
| -rw-r--r-- | gui.js | 2 | ||||
| -rw-r--r-- | lang-cs.js | 4 | ||||
| -rw-r--r-- | lang-de.js | 2 | ||||
| -rw-r--r-- | lang-eo.js | 2 | ||||
| -rw-r--r-- | lang-es.js | 4 | ||||
| -rw-r--r-- | lang-fr.js | 2 | ||||
| -rw-r--r-- | lang-it.js | 4 | ||||
| -rwxr-xr-x | lang-ja.js | 2 | ||||
| -rwxr-xr-x | lang-ja_HIRA.js | 2 | ||||
| -rw-r--r-- | lang-ko.js | 2 | ||||
| -rwxr-xr-x | lang-pt.js | 4 | ||||
| -rw-r--r-- | lang-ru.js | 2 | ||||
| -rw-r--r-- | lang-si.js | 2 | ||||
| -rw-r--r-- | lang-zh.js | 2 |
14 files changed, 18 insertions, 18 deletions
@@ -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); @@ -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': @@ -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 @@ -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
@@ -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': @@ -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 @@ -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': @@ -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 0bf8596..b8454b2 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
@@ -243,7 +243,7 @@ SnapTranslator.dict.ko = { '왼쪽에서 오른쪽으로만', // new sprite button: - 'add a new Sprite': + 'add a new sprite': '새로운 스프라이트 추가', // tab help @@ -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': @@ -239,7 +239,7 @@ SnapTranslator.dict.ru = { 'вращаемый только слева направо',
// new sprite button:
- 'add a new Sprite':
+ 'add a new sprite':
'Добавить новый Образ',
// tab help
@@ -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 @@ -244,7 +244,7 @@ SnapTranslator.dict.zh = { '只能水平翻转',
// new sprite button:
- 'add a new Sprite':
+ 'add a new sprite':
'新建角色',
// tab help
|
