~ubuntu-branches/ubuntu/lucid/kde-l10n-pa/lucid

« 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:52:30 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20090129225230-yztv3rjzfgc7noih
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-04-12 08:45+0530\n"
12
12
"Last-Translator: A S Alam <aalam@users.sf.net>\n"
13
13
"Language-Team: Panjabi <punjabi-l10n@lists.sf.net>\n"
94
94
msgid "The function '%1' was called with %2, while it should be called with %3"
95
95
msgstr ""
96
96
 
97
 
#: interpreter/executer.cpp:629
 
97
#: interpreter/executer.cpp:641
98
98
msgid "'And' needs two variables"
99
99
msgstr ""
100
100
 
101
 
#: interpreter/executer.cpp:638
 
101
#: interpreter/executer.cpp:650
102
102
msgid "'Or' needs two variables"
103
103
msgstr ""
104
104
 
105
 
#: interpreter/executer.cpp:648
 
105
#: interpreter/executer.cpp:660
106
106
msgid "I need something to do a not on"
107
107
msgstr ""
108
108
 
109
 
#: interpreter/executer.cpp:656
 
109
#: interpreter/executer.cpp:668
110
110
msgid "I cannot do a '==' without 2 variables"
111
111
msgstr ""
112
112
 
113
 
#: interpreter/executer.cpp:664
 
113
#: interpreter/executer.cpp:676
114
114
msgid "I cannot do a '!=' without 2 variables"
115
115
msgstr ""
116
116
 
117
 
#: interpreter/executer.cpp:672
 
117
#: interpreter/executer.cpp:684
118
118
msgid "I cannot do a '>' without 2 variables"
119
119
msgstr ""
120
120
 
121
 
#: interpreter/executer.cpp:680
 
121
#: interpreter/executer.cpp:692
122
122
msgid "I cannot do a '<' without 2 variables"
123
123
msgstr ""
124
124
 
125
 
#: interpreter/executer.cpp:688
 
125
#: interpreter/executer.cpp:700
126
126
msgid "I cannot do a '>=' without 2 variables"
127
127
msgstr ""
128
128
 
129
 
#: interpreter/executer.cpp:696
 
129
#: interpreter/executer.cpp:708
130
130
msgid "I cannot do a '<=' without 2 variables"
131
131
msgstr ""
132
132
 
133
 
#: interpreter/executer.cpp:704
 
133
#: interpreter/executer.cpp:716
134
134
msgid "You need two numbers or string to do an addition"
135
135
msgstr ""
136
136
 
137
 
#: interpreter/executer.cpp:716
 
137
#: interpreter/executer.cpp:728
138
138
msgid "You need two numbers to subtract"
139
139
msgstr ""
140
140
 
141
 
#: interpreter/executer.cpp:723
 
141
#: interpreter/executer.cpp:735
142
142
#, kde-format
143
143
msgid "You tried to subtract from a non-number, '%1'"
144
144
msgstr ""
145
145
 
146
 
#: interpreter/executer.cpp:725
 
146
#: interpreter/executer.cpp:737
147
147
#, kde-format
148
148
msgid "You tried to subtract a non-number, '%1'"
149
149
msgstr ""
150
150
 
151
 
#: interpreter/executer.cpp:731
 
151
#: interpreter/executer.cpp:743
152
152
msgid "You need two numbers to multiplicate"
153
153
msgstr ""
154
154
 
155
 
#: interpreter/executer.cpp:738
 
155
#: interpreter/executer.cpp:750
156
156
#, kde-format
157
157
msgid "You tried to multiplicate a non-number, '%1'"
158
158
msgstr ""
159
159
 
160
 
#: interpreter/executer.cpp:740
 
160
#: interpreter/executer.cpp:752
161
161
#, kde-format
162
162
msgid "You tried to multiplicate by a non-number, '%1'"
163
163
msgstr ""
164
164
 
165
 
#: interpreter/executer.cpp:746
 
165
#: interpreter/executer.cpp:758
166
166
msgid "You need two numbers to divide"
167
167
msgstr ""
168
168
 
169
 
#: interpreter/executer.cpp:753
 
169
#: interpreter/executer.cpp:765
170
170
#, kde-format
171
171
msgid "You tried to divide a non-number, '%1'"
172
172
msgstr ""
173
173
 
174
 
#: interpreter/executer.cpp:755
 
174
#: interpreter/executer.cpp:767
175
175
#, kde-format
176
176
msgid "You tried to divide by a non-number, '%1'"
177
177
msgstr ""
178
178
 
179
 
#: interpreter/executer.cpp:761
 
179
#: interpreter/executer.cpp:773
180
180
msgid "You need two numbers to raise a power"
181
181
msgstr ""
182
182
 
183
 
#: interpreter/executer.cpp:768
 
183
#: interpreter/executer.cpp:780
184
184
#, kde-format
185
185
msgid "You tried to raise a non-number to a power, '%1'"
186
186
msgstr ""
187
187
 
188
 
#: interpreter/executer.cpp:770
 
188
#: interpreter/executer.cpp:782
189
189
#, kde-format
190
190
msgid "You tried to raise the power of a non-number, '%1'"
191
191
msgstr ""
192
192
 
193
 
#: interpreter/executer.cpp:776
 
193
#: interpreter/executer.cpp:788
194
194
msgid "You need one variable and a value or variable to do a '='"
195
195
msgstr ""
196
196
 
197
 
#: interpreter/executer.cpp:793
 
197
#: interpreter/executer.cpp:805
198
198
#, kde-format
199
199
msgid "The function '%1' is already defined!"
200
200
msgstr ""