Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWalter Bender <walter.bender@gmail.com>2012-03-16 11:31:58 (GMT)
committer Walter Bender <walter.bender@gmail.com>2012-03-16 11:31:58 (GMT)
commit9fca414121f838c599df0918f410fac8798f19cf (patch)
treef40172f8091fd1e59ca7bf68a99be9287c014750
parente2d73c20698222cc480f027a2bdbdf7ef57acfdc (diff)
Color Deducto strings
-rw-r--r--extras.py23
1 files changed, 23 insertions, 0 deletions
diff --git a/extras.py b/extras.py
new file mode 100644
index 0000000..9dae67d
--- /dev/null
+++ b/extras.py
@@ -0,0 +1,23 @@
+# -*- coding: utf-8 -*-
+#Copyright (c) 2012 Walter Bender
+
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 3 of the License, or
+# (at your option) any later version.
+#
+# You should have received a copy of the GNU General Public License
+# along with this library; if not, write to the Free Software
+# Foundation, 51 Franklin Street, Suite 500 Boston, MA 02110-1335 USA
+
+
+from gettext import gettext as _
+
+'''
+Note: this file contains string from Color Deducto that are not
+included in the default packaaging of Deducto. The reason for
+gathering these strings here is to enable us to use one common POT
+file across both of these projects.
+'''
+
+COLORDEDUCTO = _('ColorDeducto')