From 57090e294249d20de98fc692163e82aa0813d64c Mon Sep 17 00:00:00 2001 From: Agustin Zubiaga Date: Thu, 02 Feb 2012 19:35:56 +0000 Subject: Small bugs fixed... Changes: * PieChart Button is now the default active button * gettext bugs fixed * pep8 & pylint fixes Signed-off-by: Agustin Zubiaga --- (limited to 'po/SimpleGraph.pot') diff --git a/po/SimpleGraph.pot b/po/SimpleGraph.pot new file mode 100644 index 0000000..b122f63 --- /dev/null +++ b/po/SimpleGraph.pot @@ -0,0 +1,87 @@ +# 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 , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-02-02 17:19-0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" + +#: activity/activity.info:2 +msgid "SimpleGraph" +msgstr "" + +#: /home/agustin/Activities/SimpleGraph.activity/activity.py:113 +msgid "Save as image" +msgstr "" + +#: /home/agustin/Activities/SimpleGraph.activity/activity.py:128 +msgid "Add a value" +msgstr "" + +#: /home/agustin/Activities/SimpleGraph.activity/activity.py:134 +msgid "Remove the selected value" +msgstr "" + +#: /home/agustin/Activities/SimpleGraph.activity/activity.py:145 +msgid "Create a vertical bar chart" +msgstr "" + +#: /home/agustin/Activities/SimpleGraph.activity/activity.py:153 +msgid "Create a horizontal bar chart" +msgstr "" + +#: /home/agustin/Activities/SimpleGraph.activity/activity.py:160 +msgid "Create a line chart" +msgstr "" + +#: /home/agustin/Activities/SimpleGraph.activity/activity.py:167 +msgid "Create a pie chart" +msgstr "" + +#: /home/agustin/Activities/SimpleGraph.activity/activity.py:185 +msgid "Show or hide options" +msgstr "" + +#: /home/agustin/Activities/SimpleGraph.activity/activity.py:454 +msgid "Label" +msgstr "" + +#: /home/agustin/Activities/SimpleGraph.activity/activity.py:465 +msgid "Value" +msgstr "" + +#: /home/agustin/Activities/SimpleGraph.activity/activity.py:538 +msgid "Horizontal label:" +msgstr "" + +#: /home/agustin/Activities/SimpleGraph.activity/activity.py:551 +msgid "Vertical label:" +msgstr "" + +#: /home/agustin/Activities/SimpleGraph.activity/activity.py:564 +msgid "Chart color:" +msgstr "" + +#: /home/agustin/Activities/SimpleGraph.activity/activity.py:567 +#: /home/agustin/Activities/SimpleGraph.activity/activity.py:584 +msgid "Color" +msgstr "" + +#: /home/agustin/Activities/SimpleGraph.activity/activity.py:579 +msgid "Lines Color:" +msgstr "" + +#: /home/agustin/Activities/SimpleGraph.activity/activity.py:601 +msgid "Color Selector" +msgstr "" -- cgit v0.9.1