Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary Martin <gary@garycmartin.com>2011-06-03 19:42:11 (GMT)
committer Gary Martin <gary@garycmartin.com>2011-06-03 19:42:11 (GMT)
commitc26a1a645278ddd378b8ded537ed04ad59c9a5f3 (patch)
treef9854d24fe33d07ef4f94619a6954bbe4d5c85bc
parent028fd8f4944711da9356ea0ad74cf6fa09ae4a80 (diff)
Removed po/templates.po file at cjls suggestion, held only 2 strings.
-rw-r--r--po/templates.po85
1 files changed, 0 insertions, 85 deletions
diff --git a/po/templates.po b/po/templates.po
deleted file mode 100644
index da0028c..0000000
--- a/po/templates.po
+++ /dev/null
@@ -1,85 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-03-23 00:34-0400\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.2\n"
-
-#: activity/activity.info:2
-msgid "Clock"
-msgstr ""
-
-#. TRANS: The rules to print the time in the localized language.
-#.
-#. Example syntax:
-#. time(h, 15) => a quarter to hour(h) am_pm(h) |
-#. The left hand side of the rule defines a pattern with a variable 'h' and a
-#. value '15'.
-#. The right hand side, when applied, will use the text "a quarter to " and call
-#. the first rule matching hour(h) after substituting the variable 'h' by its value,
-#. and call the rule matching am_pm(h).
-#. Internal spaces are significant on the right side of a rule. In calls, all
-#. arguments which are not numbers are considered to be variables. The rule parser
-#. is very simple and will let many syntax errors go ignored.
-#.
-#. A rule ends with the character '|'.
-#. The character '_' is a anonymous variable.
-#. The character '#' can be used to concatenate two text fragments. For instance:
-#. plural(1) => |
-#. plural(_) => s |
-#. hour(h) => number(h) hour#plural(h) |
-#. Use '\#' to use a # character, for instance in a pango color
-#. tag like <span foreground="\#FF0055">
-#.
-#. You can put range conditions on firing a rule, with the syntax [var1 < var2] or
-#. [var1 < var2 < var3]. For instance:
-#. hours(h) [h < 12] => in the morning |
-#. hours(h) [12 < h < 18] => in the afternoon |
-#. hours(_) => in the night |
-#.
-#. These rules will be called with the root pattern "time(hour, minute)", with the
-#. variable 'hour' bound to the current hour and the variable 'minute' to the
-#. current minute.
-#. Order of rules is important. Rules are tried from first to last. So most precise
-#. rule must be placed first in the list.
-#.
-#. You can validate your set of rules by running the command line:
-#. python timewriter.py LANG
-#.
-#. You should use pango markup to respect the same colors as for the clock hands.
-#. Look at the README file from the activity for explanations on how to create
-#. rules.
-#: timewriter.py:204
-msgid "time(h, m) => What Time Is It?"
-msgstr ""