Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/svg
diff options
context:
space:
mode:
Diffstat (limited to 'svg')
-rwxr-xr-xsvg/hat1.py1
-rwxr-xr-xsvg/hat2.py1
-rwxr-xr-xsvg/myblocksgroup.py2
-rwxr-xr-xsvg/stack1.py1
-rwxr-xr-xsvg/stack2.py1
5 files changed, 6 insertions, 0 deletions
diff --git a/svg/hat1.py b/svg/hat1.py
index f1bc124..e0e4ba9 100755
--- a/svg/hat1.py
+++ b/svg/hat1.py
@@ -37,6 +37,7 @@ def main():
_ = t.ugettext
t.install()
+ # TRANS: Please use "action 1" to indicate an action is invoked
mystring = _("stack 1")
mygroup = "myblocks"
diff --git a/svg/hat2.py b/svg/hat2.py
index 23d64e7..e7968fd 100755
--- a/svg/hat2.py
+++ b/svg/hat2.py
@@ -37,6 +37,7 @@ def main():
_ = t.ugettext
t.install()
+ # TRANS: Please use "action 2" to indicate an action is invoked
mystring = _("stack 2")
mygroup = "myblocks"
diff --git a/svg/myblocksgroup.py b/svg/myblocksgroup.py
index 176ada0..67a6c38 100755
--- a/svg/myblocksgroup.py
+++ b/svg/myblocksgroup.py
@@ -38,7 +38,9 @@ def main():
t.install()
mystring1 = _("My Blocks")
+ # TRANS: Please use "action 1" to indicate an action is invoked
mystring2 = _("stack 1")
+ # TRANS: Please use "action 2" to indicate an action is invoked
mystring3 = _("stack 2")
mystring4 = _("store in box 1")
mystring5 = _("box 1")
diff --git a/svg/stack1.py b/svg/stack1.py
index 7368953..f030dec 100755
--- a/svg/stack1.py
+++ b/svg/stack1.py
@@ -37,6 +37,7 @@ def main():
_ = t.ugettext
t.install()
+ # TRANS: Please use "action 1" to indicate an action is invoked
mystring = _("stack 1")
mygroup = "myblocks"
diff --git a/svg/stack2.py b/svg/stack2.py
index 28cfb1f..b37eb4e 100755
--- a/svg/stack2.py
+++ b/svg/stack2.py
@@ -37,6 +37,7 @@ def main():
_ = t.ugettext
t.install()
+ # TRANS: Please use "action 2" to indicate an action is invoked
mystring = _("stack 2")
mygroup = "myblocks"