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>2007-10-31 21:29:19 (GMT)
committer erikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-10-31 21:29:19 (GMT)
commit803eadcc9173d85ade6215bba1242536b578293f (patch)
treea4088b00fd28c3d6985218233834c4bf0397ae87 /constants.py
parent94a04a3e28542895fb0459c474fe3989b5b14454 (diff)
soundClick
git-svn-id: http://mediamods.com/public-svn/camera-activity/Record.activity@795 574bc980-5f2d-0410-acbc-c8f9f0eb14e0
Diffstat (limited to 'constants.py')
-rw-r--r--constants.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/constants.py b/constants.py
index 0955299..8bf93d2 100644
--- a/constants.py
+++ b/constants.py
@@ -87,7 +87,7 @@ class Constants:
istrTimelapse = _('Time Lapse')
istrAnimation = _('Animation')
istrPanorama = _('Panorama')
- #TRANS: photo by photographer, e.g., "Photo by Mary"
+ #TRANS: photo by photographer, e.g., "Photo by Mary"
istrBy = _("%(1)s by %(2)s")
istrTitle = _('Title:')
istrRecorder = _('Recorder:')
@@ -120,9 +120,9 @@ class Constants:
istrRotate = _("Rotate")
istrClickToTakePicture = _("Click to take picture")
istrClickToAddPicture = _("Click to add picture")
- #TRANS: Downloading Photo from Mary
+ #TRANS: Downloading Photo from Mary
istrDownloadingFrom = _("Downloading %(1)s from %(2)s")
- #TRANS: Cannot download this Photo
+ #TRANS: Cannot download this Photo
istrCannotDownload = _("Cannot download this %(1)s")
thumbPhotoSvgData = None