From fca81a765f153308d2d7157d387b0c95ca46a327 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Sat, 25 Sep 2010 15:36:59 +0000 Subject: new strings for i18n --- (limited to 'TurtleArt/taconstants.py') diff --git a/TurtleArt/taconstants.py b/TurtleArt/taconstants.py index c8ca7e0..dbdc305 100644 --- a/TurtleArt/taconstants.py +++ b/TurtleArt/taconstants.py @@ -281,6 +281,7 @@ BLOCK_NAMES = { 'audio':[' '], 'back':[_('back')], 'black':[_('black')], + 'blocks':[_('blocks')], 'blue':[_('blue')+' = 70'], 'bottompos':[_('bottom')], 'bottomy':[_('picture bottom')], @@ -291,13 +292,16 @@ BLOCK_NAMES = { 'clean':[_(' clean ')], 'clearheap':[_('empty heap')], 'color':[_('color')], + 'colors':[_('colors')], 'comment':[_('comment')], 'cyan':[_('cyan')+' = 50'], 'decription':[' '], 'division2':['/'], 'empty':[_('empty trash')], 'equal2':['='], + 'extras':[_('extras')], 'fillscreen':[_('fill screen'), _('color'), _('shade')], + 'flow':[_('flow')], 'forever':[_('forever')], 'forward':[_('forward')], 'fullscreen':[_('full screen')], @@ -331,8 +335,10 @@ BLOCK_NAMES = { 'nop':[_(' ')], 'not':[_('not')], 'number':['100'], + 'numbers':[_('numbers')], 'orange':[_('orange')+' = 10'], 'or2':[_('or')], + 'pen':[_('pen')], 'pendown':[_('pen down')], 'pensize':[_('pen size')], 'penup':[_('pen up')], @@ -346,6 +352,7 @@ BLOCK_NAMES = { 'plus2':['+'], 'polar':[_('polar')], 'pop':[_('pop')], + 'portfolio':[_('portfolio')], 'printheap':[_('show heap')], 'print':[_('print')], 'product2':['×'], @@ -411,6 +418,7 @@ BLOCK_NAMES = { 'titley':[_('title y')], 'toppos':[_('top')], 'topy':[_('picture top')], + 'trash':[_('trash')], 'turtle':[_('turtle')], 'until':[_('until')], 'userdefined':[_(' ')], -- cgit v0.9.1