Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/po/en-US.po
blob: 4e1e4553e48285a8ac381102bfea6198797357a0 (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
210
211
212
213
214
215
216
217
218
219
220
221
222
# Language en-US translations for PACKAGE package.
# Copyright (C) 2010 THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# Tim Swast <tswast@gmail.com>, 2010.
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2010-04-13 22:05-0500\n"
"PO-Revision-Date: 2010-04-13 22:08-0500\n"
"Last-Translator: Tim Swast <tswast@gmail.com>\n"
"Language-Team: Language en-US\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

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

#: /home/tswast/Desktop/plot-trunk/plot.py:30
msgid "Edit"
msgstr "Edit"

#: /home/tswast/Desktop/plot-trunk/gtkplotactivity.py:49
msgid "_File"
msgstr "_File"

#: /home/tswast/Desktop/plot-trunk/gtkplotactivity.py:53
msgid "_Open"
msgstr "_Open"

#: /home/tswast/Desktop/plot-trunk/gtkplotactivity.py:57
msgid "_Save"
msgstr "_Save"

#: /home/tswast/Desktop/plot-trunk/gtkplotactivity.py:62
msgid "_Quit"
msgstr "_Quit"

#: /home/tswast/Desktop/plot-trunk/gtkplotactivity.py:68
msgid "_Edit"
msgstr "_Edit"

#: /home/tswast/Desktop/plot-trunk/gtkplotactivity.py:72
msgid "_Undo"
msgstr "_Undo"

#: /home/tswast/Desktop/plot-trunk/gtkplotactivity.py:76
msgid "_Redo"
msgstr "_Redo"

#: /home/tswast/Desktop/plot-trunk/gtkplotactivity.py:81
msgid "_Copy"
msgstr "_Copy"

#: /home/tswast/Desktop/plot-trunk/gtkplotactivity.py:85
msgid "_Paste"
msgstr "_Paste"

#: /home/tswast/Desktop/plot-trunk/gtkplotactivity.py:110
msgid "Go!"
msgstr "Go!"

#: /home/tswast/Desktop/plot-trunk/gtkplotactivity.py:116
msgid "x min."
msgstr "x min."

#: /home/tswast/Desktop/plot-trunk/gtkplotactivity.py:120
msgid "x max."
msgstr "x max."

#: /home/tswast/Desktop/plot-trunk/gtkplotactivity.py:160
msgid "Save.."
msgstr "Save.."

#: /home/tswast/Desktop/plot-trunk/gtkplotactivity.py:191
msgid "Open.."
msgstr "Open.."

#: /home/tswast/Desktop/plot-trunk/plotter/view/equation.py:22
msgid "f(x) ="
msgstr "f(x) ="

#: /home/tswast/Desktop/plot-trunk/plotter/view/__init__.py:210
msgid "To Python"
msgstr "To Python"

#: /home/tswast/Desktop/plot-trunk/plotter/view/puzzletree/nodes/composition.py:13
msgid "Function Composition"
msgstr "Function Composition"

#: /home/tswast/Desktop/plot-trunk/plotter/view/puzzletree/nodes/composition.py:14
msgid ""
"Combines two functions by applying the result of the right function to the "
"left.\n"
"For example, (x ** 2) ∘ (x + 1) = (x + 1) ** 2."
msgstr ""
"Combines two functions by applying the result of the right function to the "
"left.\n"
"For example, (x ** 2) ∘ (x + 1) = (x + 1) ** 2."

#: /home/tswast/Desktop/plot-trunk/plotter/view/puzzletree/nodes/sine.py:13
msgid "Sine"
msgstr "Sine"

#: /home/tswast/Desktop/plot-trunk/plotter/view/puzzletree/nodes/sine.py:14
msgid ""
"Returns the ratio of the length of a side opposite an acute angle in a right "
"trianale to the length of the hypotenuse.\n"
"For example, sin(pi / 4) = 1 / sqrt(2)"
msgstr ""
"Returns the ratio of the length of a side opposite an acute angle in a right "
"trianale to the length of the hypotenuse.\n"
"For example, sin(pi / 4) = 1 / sqrt(2)"

#: /home/tswast/Desktop/plot-trunk/plotter/view/puzzletree/nodes/pi.py:14
msgid "π"
msgstr "π"

#: /home/tswast/Desktop/plot-trunk/plotter/view/puzzletree/nodes/pi.py:15
msgid ""
"Returns the ratio of a circle's circumference to its diameter.\n"
"π (pi) is approximately 3.14159"
msgstr ""
"Returns the ratio of a circle's circumference to its diameter.\n"
"π (pi) is approximately 3.14159"

#: /home/tswast/Desktop/plot-trunk/plotter/view/puzzletree/nodes/identity.py:11
msgid "Identity"
msgstr "Identity"

#: /home/tswast/Desktop/plot-trunk/plotter/view/puzzletree/nodes/identity.py:12
msgid ""
"Returns whatever was input to it.\n"
"For example, f(x) = x."
msgstr ""
"Returns whatever was input to it.\n"
"For example, f(x) = x."

#: /home/tswast/Desktop/plot-trunk/plotter/view/puzzletree/nodes/constant.py:25
msgid "Constant"
msgstr "Constant"

#: /home/tswast/Desktop/plot-trunk/plotter/view/puzzletree/nodes/constant.py:26
msgid ""
"Returns the same value, ignoring the input.\n"
"For example, f(x) = 2."
msgstr ""
"Returns the same value, ignoring the input.\n"
"For example, f(x) = 2."

#: /home/tswast/Desktop/plot-trunk/plotter/view/puzzletree/nodes/constant.py:30
msgid "Value"
msgstr "Value"

#: /home/tswast/Desktop/plot-trunk/plotter/view/puzzletree/nodes/absolutevalue.py:11
msgid "Absolute Value"
msgstr "Absolute Value"

#: /home/tswast/Desktop/plot-trunk/plotter/view/puzzletree/nodes/absolutevalue.py:12
msgid ""
"Returns the distance a value is from zero.\n"
"For example, f(-3) = 3 and f(3) = 3."
msgstr ""
"Returns the distance a value is from zero.\n"
"For example, f(-3) = 3 and f(3) = 3."

#: /home/tswast/Desktop/plot-trunk/plotter/view/puzzletree/nodes/__init__.py:42
msgid "Operators"
msgstr "Operators"

#: /home/tswast/Desktop/plot-trunk/plotter/view/puzzletree/nodes/__init__.py:43
msgid "Functions"
msgstr "Functions"

#: /home/tswast/Desktop/plot-trunk/plotter/view/puzzletree/nodes/__init__.py:44
msgid "Constants"
msgstr ""

#: /home/tswast/Desktop/plot-trunk/plotter/view/puzzletree/nodes/e.py:14
msgid "e"
msgstr ""

#: /home/tswast/Desktop/plot-trunk/plotter/view/puzzletree/nodes/e.py:15
msgid ""
"e is an irrational number such that the derivative of f(x) = e ** x is f"
"(x).\n"
"e is approximately 2.71828"
msgstr ""

#: /home/tswast/Desktop/plot-trunk/plotter/view/puzzletree/nodes/multiplication.py:12
msgid "Multiplication"
msgstr ""

#: /home/tswast/Desktop/plot-trunk/plotter/view/puzzletree/nodes/multiplication.py:13
msgid ""
"Combines two objects by adding the left one for the right number of times.\n"
"For example, x * 3 = x + x + x."
msgstr ""

#: /home/tswast/Desktop/plot-trunk/plotter/view/puzzletree/nodes/exponentiation.py:12
msgid "Exponentiation"
msgstr ""

#: /home/tswast/Desktop/plot-trunk/plotter/view/puzzletree/nodes/exponentiation.py:13
msgid ""
"Combines two objects by multiplying the left one for the right number of "
"times.\n"
"For example, x ** 2 = x * x."
msgstr ""

#: /home/tswast/Desktop/plot-trunk/plotter/view/puzzletree/nodes/addition.py:12
msgid "Addition"
msgstr ""

#: /home/tswast/Desktop/plot-trunk/plotter/view/puzzletree/nodes/addition.py:13
msgid ""
"Combines two objects together into a larger collection. For example, x + x = "
"2x."
msgstr ""