Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/constants.py
diff options
context:
space:
mode:
authorerikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2008-01-06 19:52:21 (GMT)
committer erikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2008-01-06 19:52:21 (GMT)
commit47edbf0cfb6c59205935babc04190b2038886cb6 (patch)
tree4b24706f47f94beee30c205c0f48ab95faba1a2e /constants.py
parent52e8f3ed365ff53e3fba2bb5a013559bedebdbc1 (diff)
yet more fixes to the po files
git-svn-id: http://mediamods.com/public-svn/camera-activity/tags/50@1003 574bc980-5f2d-0410-acbc-c8f9f0eb14e0
Diffstat (limited to 'constants.py')
-rw-r--r--constants.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/constants.py b/constants.py
index df917ed..e30c03f 100644
--- a/constants.py
+++ b/constants.py
@@ -98,7 +98,6 @@ class Constants:
istrInterview= _('Interview')
#TRANS: photo by photographer, e.g., "Photo by Mary"
istrBy = _("%(1)s by %(2)s")
- print( "istrBy", istrBy )
istrTitle = _('Title:')
istrRecorder = _('Recorder:')
istrDate = _('Date:')
@@ -119,8 +118,6 @@ class Constants:
istrTimer = _("Timer:")
istrDuration = _("Duration:")
istrNow = _("Immediate")
- istrSeconds = _("%(1)s seconds")
- istrMinutes = _("%(1)s minutes")
istrPlay = _("Play")
istrPause = _("Pause")
istrAddFrame = _("Add frame")