Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArt/taconstants.py
diff options
context:
space:
mode:
authorWalter Bender <walter@sugarlabs.org>2010-09-25 15:36:59 (GMT)
committer Walter Bender <walter@sugarlabs.org>2010-09-25 15:36:59 (GMT)
commitfca81a765f153308d2d7157d387b0c95ca46a327 (patch)
tree1d98f9b69faa24dc7df427f5580d970032b99db0 /TurtleArt/taconstants.py
parent00419e63fc69bcb23627b1178931fe44d25a975f (diff)
new strings for i18n
Diffstat (limited to 'TurtleArt/taconstants.py')
-rw-r--r--TurtleArt/taconstants.py8
1 files changed, 8 insertions, 0 deletions
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':[_(' ')],