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-05 18:20:30 (GMT)
committer erikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2008-01-05 18:20:30 (GMT)
commit52e8f3ed365ff53e3fba2bb5a013559bedebdbc1 (patch)
tree794cf0d90856837c10ae77c297b6fec2729402b2 /constants.py
parent605eb39d18fcde18570eb8e889a21a94e039529d (diff)
changes to all the translations
git-svn-id: http://mediamods.com/public-svn/camera-activity/tags/50@1002 574bc980-5f2d-0410-acbc-c8f9f0eb14e0
Diffstat (limited to 'constants.py')
-rw-r--r--constants.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/constants.py b/constants.py
index 641c02d..df917ed 100644
--- a/constants.py
+++ b/constants.py
@@ -1,3 +1,4 @@
+# -*- coding: UTF-8 -*-
import os
import gtk
from gettext import gettext as _
@@ -97,13 +98,14 @@ 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:')
istrTags = _('Tags:')
istrSaving = _('Saving')
istrFinishedRecording = _("Finished recording")
- istrHoursMinutesSecondsRemaining = _("%(1)s hours, %(2)s minutes, %(1)s seconds remaining")
+ istrHoursMinutesSecondsRemaining = _("%(1)s hours, %(2)s minutes, %(3)s seconds remaining")
istrMinutesSecondsRemaining = _("%(1)s minutes, %(2)s seconds remaining")
istrHoursRemaining = _("%(1)s hours remaining")
istrMinutesRemaining = _("%(1)s minutes remaining")
@@ -142,7 +144,7 @@ class Constants:
#TRANS: Cannot download this Photo
istrCannotDownload = _("Cannot download this %(1)s")
#TRANS: Save Photo to:
- istrSaveTo = _("Save %(1) to:")
+ istrSaveTo = _("Save %(1)s to:")
istrYourDiskIsFull = _("Your %(1)s is full")
istrJournal = _("Journal")
istrUSB = _("USB")