~ubuntu-branches/ubuntu/maverick/kde-l10n-mk/maverick

« back to all changes in this revision

Viewing changes to messages/kdeedu/kturtle.po

  • Committer: Bazaar Package Importer
  • Author(s): Harald Sitter
  • Date: 2009-01-29 22:42:08 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20090129224208-ovjs5490noab1e0n
Tags: 4:4.2.0-0ubuntu1
* New upstream release
* Bump version requirements of kdelibs5(-dev) to 4:4.2.0-0ubuntu1

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
msgstr ""
8
8
"Project-Id-Version: kturtle\n"
9
9
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
10
 
"POT-Creation-Date: 2008-11-18 09:58+0100\n"
 
10
"POT-Creation-Date: 2009-01-08 10:33+0100\n"
11
11
"PO-Revision-Date: 2007-02-26 21:37+0100\n"
12
12
"Last-Translator: Bozidar Proevski <bobibobi@freemail.com.mk>\n"
13
13
"Language-Team: Macedonian <mkde-l10n@lists.sourceforge.net>\n"
98
98
msgid "The function '%1' was called with %2, while it should be called with %3"
99
99
msgstr ""
100
100
 
101
 
#: interpreter/executer.cpp:629
 
101
#: interpreter/executer.cpp:641
102
102
msgid "'And' needs two variables"
103
103
msgstr ""
104
104
 
105
 
#: interpreter/executer.cpp:638
 
105
#: interpreter/executer.cpp:650
106
106
msgid "'Or' needs two variables"
107
107
msgstr ""
108
108
 
109
 
#: interpreter/executer.cpp:648
 
109
#: interpreter/executer.cpp:660
110
110
msgid "I need something to do a not on"
111
111
msgstr ""
112
112
 
113
 
#: interpreter/executer.cpp:656
 
113
#: interpreter/executer.cpp:668
114
114
msgid "I cannot do a '==' without 2 variables"
115
115
msgstr ""
116
116
 
117
 
#: interpreter/executer.cpp:664
 
117
#: interpreter/executer.cpp:676
118
118
msgid "I cannot do a '!=' without 2 variables"
119
119
msgstr ""
120
120
 
121
 
#: interpreter/executer.cpp:672
 
121
#: interpreter/executer.cpp:684
122
122
msgid "I cannot do a '>' without 2 variables"
123
123
msgstr ""
124
124
 
125
 
#: interpreter/executer.cpp:680
 
125
#: interpreter/executer.cpp:692
126
126
msgid "I cannot do a '<' without 2 variables"
127
127
msgstr ""
128
128
 
129
 
#: interpreter/executer.cpp:688
 
129
#: interpreter/executer.cpp:700
130
130
msgid "I cannot do a '>=' without 2 variables"
131
131
msgstr ""
132
132
 
133
 
#: interpreter/executer.cpp:696
 
133
#: interpreter/executer.cpp:708
134
134
msgid "I cannot do a '<=' without 2 variables"
135
135
msgstr ""
136
136
 
137
 
#: interpreter/executer.cpp:704
 
137
#: interpreter/executer.cpp:716
138
138
msgid "You need two numbers or string to do an addition"
139
139
msgstr ""
140
140
 
141
 
#: interpreter/executer.cpp:716
 
141
#: interpreter/executer.cpp:728
142
142
msgid "You need two numbers to subtract"
143
143
msgstr ""
144
144
 
145
 
#: interpreter/executer.cpp:723
 
145
#: interpreter/executer.cpp:735
146
146
#, kde-format
147
147
msgid "You tried to subtract from a non-number, '%1'"
148
148
msgstr ""
149
149
 
150
 
#: interpreter/executer.cpp:725
 
150
#: interpreter/executer.cpp:737
151
151
#, kde-format
152
152
msgid "You tried to subtract a non-number, '%1'"
153
153
msgstr ""
154
154
 
155
 
#: interpreter/executer.cpp:731
 
155
#: interpreter/executer.cpp:743
156
156
msgid "You need two numbers to multiplicate"
157
157
msgstr ""
158
158
 
159
 
#: interpreter/executer.cpp:738
 
159
#: interpreter/executer.cpp:750
160
160
#, kde-format
161
161
msgid "You tried to multiplicate a non-number, '%1'"
162
162
msgstr ""
163
163
 
164
 
#: interpreter/executer.cpp:740
 
164
#: interpreter/executer.cpp:752
165
165
#, kde-format
166
166
msgid "You tried to multiplicate by a non-number, '%1'"
167
167
msgstr ""
168
168
 
169
 
#: interpreter/executer.cpp:746
 
169
#: interpreter/executer.cpp:758
170
170
msgid "You need two numbers to divide"
171
171
msgstr ""
172
172
 
173
 
#: interpreter/executer.cpp:753
 
173
#: interpreter/executer.cpp:765
174
174
#, kde-format
175
175
msgid "You tried to divide a non-number, '%1'"
176
176
msgstr ""
177
177
 
178
 
#: interpreter/executer.cpp:755
 
178
#: interpreter/executer.cpp:767
179
179
#, kde-format
180
180
msgid "You tried to divide by a non-number, '%1'"
181
181
msgstr ""
182
182
 
183
 
#: interpreter/executer.cpp:761
 
183
#: interpreter/executer.cpp:773
184
184
msgid "You need two numbers to raise a power"
185
185
msgstr ""
186
186
 
187
 
#: interpreter/executer.cpp:768
 
187
#: interpreter/executer.cpp:780
188
188
#, kde-format
189
189
msgid "You tried to raise a non-number to a power, '%1'"
190
190
msgstr ""
191
191
 
192
 
#: interpreter/executer.cpp:770
 
192
#: interpreter/executer.cpp:782
193
193
#, kde-format
194
194
msgid "You tried to raise the power of a non-number, '%1'"
195
195
msgstr ""
196
196
 
197
 
#: interpreter/executer.cpp:776
 
197
#: interpreter/executer.cpp:788
198
198
msgid "You need one variable and a value or variable to do a '='"
199
199
msgstr ""
200
200
 
201
 
#: interpreter/executer.cpp:793
 
201
#: interpreter/executer.cpp:805
202
202
#, kde-format
203
203
msgid "The function '%1' is already defined!"
204
204
msgstr ""