Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/po/SimpleGraph.pot
blob: 18078a67c477a7ef0c292e94cdb93c9448d7bf40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
# 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: 2012-03-10 00:31-0500\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=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"

#: activity/activity.info:2
msgid "SimpleGraph"
msgstr ""

#: activity.py:131
msgid "Save as image"
msgstr ""

#: activity.py:138
msgid "Read StopWatch data"
msgstr ""

#: activity.py:144
msgid "Read Measure data"
msgstr ""

#: activity.py:163
msgid "Add a value"
msgstr ""

#: activity.py:169
msgid "Remove the selected value"
msgstr ""

#: activity.py:180
msgid "Vertical Bar Chart"
msgstr ""

#: activity.py:188
msgid "Horizontal Bar Chart"
msgstr ""

#: activity.py:195
msgid "Line Chart"
msgstr ""

#: activity.py:202
msgid "Pie Chart"
msgstr ""

#: activity.py:223
msgid "Chart Color"
msgstr ""

#: activity.py:229
msgid "Line Color"
msgstr ""

#: activity.py:244
msgid "Horizontal label..."
msgstr ""

#: activity.py:258
msgid "Vertical label..."
msgstr ""

#: activity.py:273
msgid "Fullscreen"
msgstr ""

#: activity.py:494
msgid "Invalid object"
msgstr ""

#: activity.py:496
#, python-format
msgid "The selected object must be a %s file"
msgstr ""

#: activity.py:499 activity.py:726
msgid "Ok"
msgstr ""

#: activity.py:531 readers.py:62
msgid "StopWatch"
msgstr ""

#: activity.py:543
msgid "Measure"
msgstr ""

#: activity.py:645
msgid "Label"
msgstr ""

#: activity.py:656
msgid "Value"
msgstr ""

#: activity.py:721
msgid "Invalid Value"
msgstr ""

#: activity.py:723
msgid "The value must be a number (integer or decimal)"
msgstr ""

#: helpbutton.py:36
msgid "Help"
msgstr ""

#: readers.py:41
msgid "Time"
msgstr ""

#: readers.py:51
msgid "Mark"
msgstr ""

#: readers.py:126
msgid "Values"
msgstr ""

#: readers.py:127
msgid "Samples"
msgstr ""

#: simplegraphhelp.py:12
msgid "Basic usage"
msgstr ""

#: simplegraphhelp.py:13
msgid "First you need add data to create the graph"
msgstr ""

#: simplegraphhelp.py:14
msgid "You can add data with this button"
msgstr ""

#: simplegraphhelp.py:16
msgid "...or remove data with this button"
msgstr ""

#: simplegraphhelp.py:18
msgid "To change the graph title, just change the activity title"
msgstr ""

#: simplegraphhelp.py:20
msgid "Next you can change the type of graph"
msgstr ""

#: simplegraphhelp.py:21
msgid "Vertical bars"
msgstr ""

#: simplegraphhelp.py:22
msgid "Horizontal bars"
msgstr ""

#: simplegraphhelp.py:23
msgid "Lines"
msgstr ""

#: simplegraphhelp.py:24
msgid "Pie"
msgstr ""

#: simplegraphhelp.py:26
msgid "Configs"
msgstr ""

#: simplegraphhelp.py:27
msgid ""
"You can change the colors or the horizontal and vertical labels in the "
"configs toolbar"
msgstr ""

#: simplegraphhelp.py:30
msgid "Saving as an image"
msgstr ""

#: simplegraphhelp.py:31
msgid "In the activity toolbar you have button to save the graph as an image"
msgstr ""

#: simplegraphhelp.py:34
msgid "Reading data from other activities"
msgstr ""

#: simplegraphhelp.py:35
msgid ""
"In the activity toolbar you have buttons to read data from other activities"
msgstr ""

#: simplegraphhelp.py:36
msgid "You can use times measured in the StopWatch activity"
msgstr ""

#: simplegraphhelp.py:37
msgid "...or data from the Measure activity"
msgstr ""