From 549555554162e190bd79da2bae740db4a4ac5fe9 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Thu, 24 Sep 2009 15:27:30 +0000 Subject: adding translator notes --- (limited to 'svg') 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" -- cgit v0.9.1