ssdiff: fix cell diffs with inter-sheet references.
[gnumeric.git] / po / pa.po
blob2714c14f04d7e17571ac927a8eb5f3c4711b5475
1 # Copyright (C) 2004 THE gnumeric.gnumeric-1-2'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the gnumeric.gnumeric-1-2 package.
3 # Punjab Linux Technology <punjablinux@netscape.net>, 2004.
4 # , fuzzy
5
6
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: gnumeric.gnumeric-1-2 VERSION\n"
10 "Report-Msgid-Bugs-To: \n"
11 "POT-Creation-Date: 2004-07-14 04:47+0200\n"
12 "PO-Revision-Date: 2004-06-14 22:24+0530\n"
13 "Last-Translator: Amanpreet Singh Alam <amanlinux@netscape.net>\n"
14 "Language-Team: Punjabi <punlinux-i18n@lists.sourceforge.>\n"
15 "Language: pa\n"
16 "MIME-Version: 1.0\n"
17 "Content-Type: text/plain; charset=UTF-8\n"
18 "Content-Transfer-Encoding: 8bit\n"
20 #: GNOME_Gnumeric.server.in.in.h:1
21 msgid "Gnumeric Workbook"
22 msgstr "ਜੀ-ਅੰਕੀ ਵਰਕਬੁੱਕ"
24 #: GNOME_Gnumeric.server.in.in.h:2
25 msgid "Gnumeric Workbook Viewer"
26 msgstr "ਜੀ-ਅੰਕੀ ਵਰਕਬੁੱਕ ਦਰਸ਼ਕ"
28 #: GNOME_Gnumeric.server.in.in.h:3
29 msgid "Gnumeric Workbook viewer factory"
30 msgstr "ਜੀ-ਅੰਕੀ ਵਰਕਬੁੱਕ ਦਰਸ਼ਕ ਫੈਕਟਰੀ"
32 #: gnumeric.desktop.in.h:1
33 msgid "Gnumeric Spreadsheet"
34 msgstr "ਜੀ-ਅੰਕੀ ਸਾਰਣੀ"
36 #: gnumeric.desktop.in.h:2
37 msgid "Spreadsheet"
38 msgstr "ਸਾਰਣੀ"
40 #: gnumeric.desktop.in.h:3
41 msgid "The GNOME Spreadsheet"
42 msgstr "ਗਨੋਮ ਸਾਰਣੀ"
44 #: plugins/applix/applix-read.c:106
45 msgid "Parse error while reading Applix file."
46 msgstr ""
48 #: plugins/applix/applix-read.c:246
49 msgid "Missing characters for character encoding"
50 msgstr ""
52 #: plugins/applix/applix-read.c:250
53 #, c-format
54 msgid "Invalid characters for encoding '%c%c'"
55 msgstr ""
57 #: plugins/applix/applix-read.c:1087
58 #, c-format
59 msgid "Expression did not start with '=' ? '%s'"
60 msgstr ""
62 #: plugins/applix/applix-read.c:1098
63 #, c-format
64 msgid ""
65 "%s!%s : unable to parse '%s'\n"
66 "     %s"
67 msgstr ""
69 #: plugins/applix/plugin.xml.in.h:1
70 msgid "Applix"
71 msgstr ""
73 #: plugins/applix/plugin.xml.in.h:2
74 msgid "Applix (*.as)"
75 msgstr ""
77 #: plugins/applix/plugin.xml.in.h:3
78 msgid "Imports version 4.[234] spreadsheets"
79 msgstr ""
81 #: plugins/corba/plugin.xml.in.h:1
82 msgid "CORBA Interface"
83 msgstr "ਕੋਰਬਾ ਇੰਟਰਫੇਸ"
85 #: plugins/corba/plugin.xml.in.h:2
86 msgid "Provides a CORBA scripting interface"
87 msgstr ""
89 #: plugins/derivatives/options.c:143
90 #, no-c-format
91 msgid ""
92 "@FUNCTION=CUM_BIV_NORM_DIST\n"
93 "@SYNTAX=CUM_BIV_NORM_DIST(a,b,rho)\n"
94 "@DESCRIPTION=CUM_BIV_NORM_DIST calculates the cumulative bivariate normal "
95 "distribution from parameters a, b & rho.  The return value is the "
96 "probability that two random variables with correlation @rho are respectively "
97 "each less than @a and @b.\n"
98 "\n"
99 "@EXAMPLES=\n"
100 "\n"
101 "@SEEALSO=NORMDIST,NORMSDIST,NORMSINV"
102 msgstr ""
104 #: plugins/derivatives/options.c:202
105 msgid ""
106 "@FUNCTION=OPT_BS\n"
107 "@SYNTAX=OPT_BS(call_put_flag,spot,strike,time,rate,volatility [,"
108 "cost_of_carry])\n"
109 "@DESCRIPTION=OPT_BS uses the Black-Scholes model to calculate the price of a "
110 "European option using call_put_flag, @call_put_flag, c or p struck at "
111 "@strike on an asset with spot price @spot.\n"
112 "@time is the time to maturity of the option expressed in years\n"
113 "@rate is the risk-free interest rate\n"
114 "@volatility is the annualized volatility, in percent, of the asset or the "
115 "period through to the exercise date. \n"
116 "@cost_of_carry is the leakage in value of the underlying asset, for common "
117 "stocks, this would be the dividend yield\n"
118 "* The returned value will be expressed in the same units as @strike and "
119 "@spot.\n"
120 "\n"
121 "@EXAMPLES=\n"
122 "\n"
123 "@SEEALSO=OPT_BS_DELTA, OPT_BS_RHO, OPT_BS_THETA, OPT_BS_VEGA, OPT_BS_GAMMA"
124 msgstr ""
126 #: plugins/derivatives/options.c:269
127 msgid ""
128 "@FUNCTION=OPT_BS_DELTA\n"
129 "@SYNTAX=OPT_BS_DELTA(call_put_flag,spot,strike,time,rate,volatility[,"
130 "cost_of_carry])\n"
131 "@DESCRIPTION=OPT_BS_DELTA uses the Black-Scholes model to calculate the "
132 "\"delta\" of a European option with call_put_flag, @call_put_flag, c or p "
133 "struck at @strike on an asset with spot price @spot.\n"
134 "Where @time is the time to maturity of the option expressed in years\n"
135 "@rate is the risk-free interest rate\n"
136 "@volatility is the annualized volatility, in percent, of the asset or the "
137 "period through to the exercise date. \n"
138 "@cost_of_carry is the leakage in value of the underlying asset, for common "
139 "stocks, this would be the dividend yield\n"
140 "* The returned value will be expressed in the same units as @strike and "
141 "@spot.\n"
142 "\n"
143 "@EXAMPLES=\n"
144 "\n"
145 "@SEEALSO=OPT_BS, OPT_BS_RHO, OPT_BS_THETA, OPT_BS_VEGA, OPT_BS_GAMMA"
146 msgstr ""
148 #: plugins/derivatives/options.c:321
149 msgid ""
150 "@FUNCTION=OPT_BS_GAMMA\n"
151 "@SYNTAX=OPT_BS_GAMMA(spot,strike,time,rate,volatility[,cost_of_carry])\n"
152 "@DESCRIPTION=OPT_BS_GAMMA uses the Black-Scholes model to calculate the "
153 "\"gamma\" of a European option struck at @strike on an asset with spot price "
154 "@spot.\n"
155 "\n"
156 "(The gamma of an option is the second derivative of its price with respect "
157 "to the price of the underlying asset, and is the same for calls and puts.)\n"
158 "\n"
159 "@time is the time to maturity of the option expressed in years\n"
160 "@rate is the risk-free interest rate to the exercise date, in percent.\n"
161 "@volatility is the annualized volatility, in percent, of the asset for the "
162 "period through to the exercise date.\n"
163 "@cost_of_carry is the leakage in value of the underlying asset, for common "
164 "stocks, this would be the dividend yield\n"
165 "* The returned value will be expressed as the rate of change of delta per "
166 "unit change in @spot.\n"
167 "\n"
168 "@EXAMPLES=\n"
169 "\n"
170 "@SEEALSO=OPT_BS, OPT_BS_DELTA, OPT_BS_RHO, OPT_BS_THETA, OPT_BS_VEGA"
171 msgstr ""
173 #: plugins/derivatives/options.c:388
174 msgid ""
175 "@FUNCTION=OPT_BS_THETA\n"
176 "@SYNTAX=OPT_BS_THETA(call_put_flag,spot,strike,time,rate,volatility[,"
177 "cost_of_carry])\n"
178 "@DESCRIPTION=OPT_BS_THETA uses the Black-Scholes model to calculate the "
179 "\"theta\" of a European option with call_put_flag, @call_put_flag struck at "
180 "@strike on an asset with spot price @spot.\n"
181 "\n"
182 "(The theta of an option is the rate of change of its price with respect to "
183 "time to expiry.)\n"
184 "\n"
185 "@time is the time to maturity of the option expressed in years\n"
186 "and @rate is the risk-free interest rate to the exercise date, in percent.\n"
187 "@volatility is the annualized volatility, in percent, of the asset for the "
188 "period through to the exercise date.\n"
189 "@cost_of_carry is the leakage in value of the underlying asset, for common "
190 "stocks, this would be the dividend yield\n"
191 "* The returned value will be expressed as minus the rate of change of option "
192 "value, per 365.25 days.\n"
193 "\n"
194 "@EXAMPLES=\n"
195 "\n"
196 "@SEEALSO=OPT_BS, OPT_BS_DELTA, OPT_BS_RHO, OPT_BS_VEGA, OPT_BS_GAMMA"
197 msgstr ""
199 #: plugins/derivatives/options.c:442
200 #, no-c-format
201 msgid ""
202 "@FUNCTION=OPT_BS_VEGA\n"
203 "@SYNTAX=OPT_BS_VEGA(spot,strike,time,rate,volatility[,cost_of_carry])\n"
204 "@DESCRIPTION=OPT_BS_VEGA uses the Black-Scholes model to calculate the \"vega"
205 "\" of a European option struck at @strike on an asset with spot price "
206 "@spot.\n"
207 "(The vega of an option is the rate of change of its price with respect to "
208 "volatility, and is the same for calls and puts.)\n"
209 "@volatility is the annualized volatility, in percent, of the asset for the "
210 "period through to the exercise date.\n"
211 " @time is the time to maturity of the option expressed in years\n"
212 "@rate is the risk-free interest rate to the exercise date, in percent.\n"
213 "@cost_of_carry is the leakage in value of the underlying asset, for common "
214 "stocks, this would be the dividend yield.\n"
215 "\n"
216 "* The returned value will be expressed as the rate of change of option "
217 "value, per 100% volatility.\n"
218 "\n"
219 "@EXAMPLES=\n"
220 "\n"
221 "@SEEALSO=OPT_BS, OPT_BS_DELTA, OPT_BS_RHO, OPT_BS_THETA, OPT_BS_GAMMA"
222 msgstr ""
224 #: plugins/derivatives/options.c:512
225 #, no-c-format
226 msgid ""
227 "@FUNCTION=OPT_BS_RHO\n"
228 "@SYNTAX=OPT_BS_RHO(call_put_flag,spot,strike,time,rate,volatility[,"
229 "cost_of_carry])\n"
230 "@DESCRIPTION=OPT_BS_RHO uses the Black-Scholes model to calculate the \"rho"
231 "\" of a European option with call_put_flag, @call_put_flag struck at @strike "
232 "on an asset with spot price @spot.\n"
233 "@call_put_flag is c or p to indicate whether the option is a call or a put.\n"
234 "\n"
235 "(The rho of an option is the rate of change of its price with respect to the "
236 "risk free interest rate.)\n"
237 "@time is the time to maturity of the option expressed in years\n"
238 "@rate is the risk-free interest rate to the exercise date, in percent.\n"
239 "@cost_of_carry is the leakage in value of the underlying asset, for common "
240 "stocks, this would be the dividend yield\n"
241 "* The returned value will be expressed as the rate of change of option "
242 "value, per 100% change in @rate.\n"
243 "\n"
244 "@EXAMPLES=\n"
245 "\n"
246 "@SEEALSO=OPT_BS, OPT_BS_DELTA, OPT_BS_THETA, OPT_BS_VEGA, OPT_BS_GAMMA"
247 msgstr ""
249 #: plugins/derivatives/options.c:576
250 #, no-c-format
251 msgid ""
252 "@FUNCTION=OPT_BS_CARRYCOST\n"
253 "@SYNTAX=OPT_BS_CARRYCOST(call_put_flag,spot,strike,time,rate,volatility[,"
254 "cost_of_carry])\n"
255 "@DESCRIPTION=OPT_BS_CARRYCOST uses the Black-Scholes model to calculate the "
256 "\"elasticity\" of a European option struck at @strike on an asset with spot "
257 "price @spot.\n"
258 "@call_put_flag is c or p to indicate whether the option is a call or a put \n"
259 "\n"
260 "(The elasticity of an option is the rate of change of its price with respect "
261 "to its cost of carry.)\n"
262 "\n"
263 "@volatility is the annualized volatility, in percent, of the asset for the "
264 "period through to the exercise date.  @time is the time to maturity of the "
265 "option expressed in years\n"
266 "@rate is the risk-free interest rate to the exercise date, in percent.\n"
267 "@cost_of_carry is the leakage in value of the underlying asset, for common "
268 "stocks, this would be the dividend yield.\n"
269 "\n"
270 "* The returned value will be expressed as the rate of change of option "
271 "value, per 100% volatility.\n"
272 "\n"
273 "@EXAMPLES=\n"
274 "\n"
275 "@SEEALSO=OPT_BS, OPT_BS_DELTA, OPT_BS_RHO, OPT_BS_THETA, OPT_BS_GAMMA"
276 msgstr ""
278 #: plugins/derivatives/options.c:646
279 #, no-c-format
280 msgid ""
281 "@FUNCTION=OPT_GARMAN_KOHLHAGEN\n"
282 "@SYNTAX=OPT_GARMAN_KOHLHAGEN(call_put_flag,spot,strike,time,domestic_rate,"
283 "foreign_rate,volatility[,cost_of_carry])\n"
284 "@DESCRIPTION=OPT_GARMAN_KOHLHAGEN values the theoretical price of a European "
285 "currency option struck at @strike on an asset with spot price @spot.\n"
286 "@call_put_flag is c or p to indicate whether the option is a call or a put \n"
287 "@volatility is the annualized volatility, in percent, of the asset for the "
288 "period through to the exercise date. \n"
289 "@time the number of days to exercise \n"
290 "@domestic_rate is the domestic risk-free interest rate to the exercise "
291 "date \n"
292 "@foreign_rate is the foreign risk-free interest rate to the exercise date, "
293 "in percent.\n"
294 "@cost_of_carry is the leakage in value of the underlying asset, for common "
295 "stocks, this would be the dividend yield\n"
296 "* The returned value will be expressed as the rate of change of option "
297 "value, per 100% volatility.\n"
298 "\n"
299 "@EXAMPLES=\n"
300 "\n"
301 "@SEEALSO=OPT_BS, OPT_BS_DELTA, OPT_BS_RHO, OPT_BS_THETA, OPT_BS_GAMMA"
302 msgstr ""
304 #: plugins/derivatives/options.c:715
305 #, no-c-format
306 msgid ""
307 "@FUNCTION=OPT_FRENCH\n"
308 "@SYNTAX=OPT_FRENCH(call_put_flag,spot,strike,time,t2,rate,volatility[,"
309 "cost_of_carry])\n"
310 "@DESCRIPTION=OPT_FRENCH values the theoretical price of a European option "
311 "adjusted for trading day volatility, struck at @strike on an asset with spot "
312 "price @spot.\n"
313 "@call_put_flag is 'c' or 'p' to indicate whether the option is a call or a "
314 "put.\n"
315 "@volatility is the annualized volatility, in percent, of the asset for the "
316 "period through to the exercise date.\n"
317 " @time the number of calendar days to exercise divided by calendar days in "
318 "the year.\n"
319 "@t2 is the number of trading days to exercise divided by trading days in the "
320 "year.\n"
321 "@rate is the risk-free interest rate.\n"
322 "@cost_of_carry is the leakage in value of the underlying asset, for common "
323 "stocks, this would be the dividend yield to the exercise date, in percent.\n"
324 "\n"
325 "* The returned value will be expressed as the rate of change of option "
326 "value, per 100% volatility.\n"
327 "\n"
328 "@EXAMPLES=\n"
329 "\n"
330 "@SEEALSO=OPT_BS, OPT_BS_DELTA, OPT_BS_RHO, OPT_BS_THETA, OPT_BS_GAMMA"
331 msgstr ""
333 #: plugins/derivatives/options.c:779
334 #, no-c-format
335 msgid ""
336 "@FUNCTION=OPT_JUMP_DIFF\n"
337 "@SYNTAX=OPT_JUMP_DIFF(call_put_flag,spot,strike,time,rate,volatility,lambda,"
338 "gamma)\n"
339 "@DESCRIPTION=OPT_JUMP_DIFF models the theoretical price of an option "
340 "according to the Jump Diffusion process (Merton).\n"
341 "@call_put_flag is c or p to indicate whether the option is a call or a put \n"
342 "@spot is the spot price of the underlying\n"
343 "@strike is the strike price of the option\n"
344 "@time is the time to maturity of the option expressed in years\n"
345 "@rate is the annualised rate of interest\n"
346 "@volatility is the annualized volatility of the underlying asset\n"
347 "@lambda is expected number of 'jumps' per year\n"
348 "@gamma is proportion of volatility explained by the 'jumps'\n"
349 "\n"
350 "@EXAMPLES=\n"
351 "\n"
352 "@SEEALSO=OPT_BS, OPT_BS_DELTA, OPT_BS_RHO, OPT_BS_THETA, OPT_BS_GAMMA"
353 msgstr ""
355 #: plugins/derivatives/options.c:873
356 #, no-c-format
357 msgid ""
358 "@FUNCTION=OPT_MILTERSEN_SCHWARTZ\n"
359 "@SYNTAX=OPT_MILTERSEN_SCHWARTZ(call_put_flag,p_t,f_t,x,t1,t2,v_s,v_e,v_f,"
360 "rho_se,rho_sf,rho_ef,kappa_e,kappa_f)\n"
361 "@DESCRIPTION=OPT_MILTERSEN_SCHWARTZ models the theoretical price of options "
362 "on commodities futures according to Miltersen & Schwartz. \n"
363 "@call_put_flag is c or p to indicate whether the option is a call or a put \n"
364 "@p_t is a zero coupon bond with expiry at option maturity \n"
365 "@f_t is is the futures price \n"
366 "@x is is the strike price \n"
367 "@t1 is the time to maturity of the option \n"
368 "@t2 is the time to maturity of the underlying commodity futures contract \n"
369 "@v_s is the volatility of the spot commodity price \n"
370 "@v_e is the volatility of the future convenience yield \n"
371 "@v_f is the volatility of the forward rate of interest \n"
372 "@rho_se is correlation between the spot commodity price and the convenience "
373 "yield\n"
374 "@rho_sf is correlation between the spot commodity price and the forward "
375 "interest rate \n"
376 "@rho_ef is correlation between the forward interest rate and the convenience "
377 "yield \n"
378 "@kappa_e is the speed of mean reversion of the convenience yield \n"
379 "@kappa_f is the speed of mean reversion of the forward interest rate \n"
380 "\n"
381 "@EXAMPLES=\n"
382 "\n"
383 "@SEEALSO=OPT_BS, OPT_BS_DELTA, OPT_BS_RHO, OPT_BS_THETA, OPT_BS_GAMMA"
384 msgstr ""
386 #: plugins/derivatives/options.c:983
387 #, no-c-format
388 msgid ""
389 "@FUNCTION=OPT_RGW\n"
390 "@SYNTAX=OPT_RGW(call_put_flag,spot,strike,t1,t2,rate,d,volatility)\n"
391 "@DESCRIPTION=OPT_RGW models the theoretical price of an American option "
392 "according to the Roll-Geske-Whaley approximation where: \n"
393 "@call_put_flag is c or p to indicate whether the option is a call or a put \n"
394 "@spot is the spot price of the underlying asset\n"
395 "@strike is the strike price at which the option is struck\n"
396 "@t1 is the time to the dividend payout\n"
397 "@t2 is the time to option expiration.\n"
398 "@rate is the annualised rate of interest\n"
399 "@d is the amount of the dividend to be paid \n"
400 "@volatility is the annualized rate of volatility of the underlying asset\n"
401 "\n"
402 "@EXAMPLES=\n"
403 "\n"
404 "@SEEALSO=OPT_BS, OPT_BS_DELTA, OPT_BS_RHO, OPT_BS_THETA, OPT_BS_GAMMA"
405 msgstr ""
407 #: plugins/derivatives/options.c:1037
408 #, no-c-format
409 msgid ""
410 "@FUNCTION=OPT_BAW_AMER\n"
411 "@SYNTAX=OPT_BAW_AMER(call_put_flag,spot,strike,time,rate,cost_of_carry,"
412 "volatility)\n"
413 "@DESCRIPTION=OPT_BAW_AMER models the theoretical price of an option "
414 "according to the Barone Adesie & Whaley approximation. \n"
415 "@call_put_flag is c or p to indicate whether the option is a call or a put \n"
416 "@spot is the spot price of the underlying asset\n"
417 "@strike is the strike price at which the option is struck\n"
418 "@time is the number of days to maturity of the option\n"
419 "@rate is the risk annualised free rate of interest\n"
420 "@cost_of_carry is the leakage in value of the underlying asset, for common "
421 "stocks, this would be the dividend yield\n"
422 "@volatility is the annualised volatility in price of the underlying\n"
423 "\n"
424 "@EXAMPLES=\n"
425 "\n"
426 "@SEEALSO=OPT_BS, OPT_BS_DELTA, OPT_BS_RHO, OPT_BS_THETA, OPT_BS_GAMMA"
427 msgstr ""
429 #: plugins/derivatives/options.c:1220
430 #, no-c-format
431 msgid ""
432 "@FUNCTION=OPT_BJERSTENS\n"
433 "@SYNTAX=OPT_BJERSTENS(call_put_flag,spot,strike,time,rate,volatility[,"
434 "cost_of_carry])\n"
435 "@DESCRIPTION=OPT_BJERSTENS models the theoretical price of American options "
436 "according to the Bjerksund & Stensland approximation technique.\n"
437 "@call_put_flag is c or p to indicate whether the option is a call or a put \n"
438 "@spot is the spot price of the underlying asset\n"
439 "@strike is the strike price at which the option is struck\n"
440 "@time is the number of days to maturity of the option\n"
441 "@rate is the risk annualised free rate of interest\n"
442 "@volatility is the annualised volatility in price of the underlying \n"
443 "@cost_of_carry is the leakage in value of the underlying asset, for common "
444 "stocks, this would be the dividend yield.\n"
445 "\n"
446 "@EXAMPLES=\n"
447 "\n"
448 "@SEEALSO=OPT_BS, OPT_BS_DELTA, OPT_BS_RHO, OPT_BS_THETA, OPT_BS_GAMMA"
449 msgstr ""
451 #: plugins/derivatives/options.c:1304
452 #, no-c-format
453 msgid ""
454 "@FUNCTION=OPT_EXEC\n"
455 "@SYNTAX=OPT_EXEC(call_put_flag,spot,strike,time,rate,volatility,"
456 "cost_of_carry,lambda)\n"
457 "@DESCRIPTION=OPT_EXEC models the theoretical price of executive stock "
458 "options @call_put_flag is c or p to indicate whether the option is a call or "
459 "a put \n"
460 "One would expect this to always be a call option \n"
461 "@spot is the spot price of the underlying asset \n"
462 "@strike is the strike price at which the option is struck \n"
463 "@time is the number of days to maturity of the option \n"
464 "@rate is the risk annualised free rate of interest \n"
465 "@volatility is the annualised volatility in price of the underlying \n"
466 "@cost_of_carry is the leakage in value of the underlying asset, for common "
467 "stocks, this would be the dividend yield\n"
468 "@lambda is the jump rate for executives. The model assumes executives "
469 "forfeit their options if they leave the company.\n"
470 "\n"
471 "@EXAMPLES=\n"
472 "\n"
473 "@SEEALSO=OPT_BS, OPT_BS_DELTA, OPT_BS_RHO, OPT_BS_THETA, OPT_BS_GAMMA"
474 msgstr ""
476 #: plugins/derivatives/options.c:1352
477 #, no-c-format
478 msgid ""
479 "@FUNCTION=OPT_FORWARD_START\n"
480 "@SYNTAX=OPT_FORWARD_START(call_put_flag,spot,alpha,time1,time,rate,"
481 "volatility,cost_of_carry)\n"
482 "@DESCRIPTION=OPT_FORWARD_START models the theoretical price of forward start "
483 "options\n"
484 " @call_put_flag is c or p to indicate whether the option is a call or a "
485 "put \n"
486 "@spot is the spot price of the underlying asset \n"
487 "@alpha is a fraction that set the strike price the future date @time1\n"
488 "@time1 is the number of days until the option starts \n"
489 "@time is the number of days to maturity of the option \n"
490 "@rate is the risk annualised free rate of interest \n"
491 "@volatility is the annualised volatility in price of the underlying \n"
492 "@cost_of_carry is the leakage in value of the underlying asset, for common "
493 "stocks, this would be the dividend yield\n"
494 "@EXAMPLES=\n"
495 "\n"
496 "@SEEALSO=OPT_BS, OPT_BS_DELTA, OPT_BS_RHO, OPT_BS_THETA, OPT_BS_GAMMA"
497 msgstr ""
499 #: plugins/derivatives/options.c:1415
500 #, no-c-format
501 msgid ""
502 "@FUNCTION=OPT_TIME_SWITCH\n"
503 "@SYNTAX=OPT_TIME_SWITCH(call_put_flag,spot,strike,a,time,m,dt,rate,"
504 "cost_of_carry,volatility)\n"
505 "@DESCRIPTION=OPT_TIME_SWITCH models the theoretical price of time switch "
506 "options. (Pechtl 1995)\n"
507 "The holder receives @a * @dt for each period dt that the asset price was "
508 "greater than the strike price (for a call) or below it (for a put) \n"
509 "@call_put_flag is c or p to indicate whether the option is a call or a put \n"
510 "@spot is the spot price of the underlying asset \n"
511 "@strike is the strike price at which the option is struck \n"
512 "@a is the amount received for each time period as discussed above\n"
513 "@time is the maturity of the option in years \n"
514 "@m is the number of time units the option has already met the condition \n"
515 "@dt is the agreed upon discrete time period (often a day) expressed as a "
516 "fraction of a year \n"
517 "@rate is the risk annualised free rate of interest \n"
518 "@cost_of_carry is the leakage in value of the underlying asset, for common "
519 "stocks, this would be the dividend yield\n"
520 "@EXAMPLES=\n"
521 "\n"
522 "@SEEALSO=OPT_BS, OPT_BS_DELTA, OPT_BS_RHO, OPT_BS_THETA, OPT_BS_GAMMA"
523 msgstr ""
525 #: plugins/derivatives/options.c:1472
526 #, no-c-format
527 msgid ""
528 "@FUNCTION=OPT_SIMPLE_CHOOSER\n"
529 "@SYNTAX=OPT_SIMPLE_CHOOSER(call_put_flag,spot,strike,time1,time2,rate,"
530 "cost_of_carry,volatility)\n"
531 "@DESCRIPTION=OPT_SIMPLE_CHOOSER models the theoretical price of simple "
532 "chooser options.\n"
533 "@call_put_flag is c or p to indicate whether the option is a call or a put \n"
534 "@spot is the spot price of the underlying asset \n"
535 "@strike is the strike price at which the option is struck \n"
536 "@time1 is the time in years until the holder chooses a put or a call option\n"
537 "@time2 is the time in years until the the chosen option expires\n"
538 "@rate is the risk annualised free rate of interest \n"
539 "@cost_of_carry is the leakage in value of the underlying asset, for common "
540 "stocks, this would be the dividend yield\n"
541 "@EXAMPLES=\n"
542 "\n"
543 "@SEEALSO=OPT_BS, OPT_BS_DELTA, OPT_BS_RHO, OPT_BS_THETA, OPT_BS_GAMMA"
544 msgstr ""
546 #: plugins/derivatives/options.c:1533
547 #, no-c-format
548 msgid ""
549 "@FUNCTION=OPT_COMPLEX_CHOOSER\n"
550 "@SYNTAX=OPT_COMPLEX_CHOOSER(call_put_flag,spot,strike_call,strike_put,time,"
551 "time_call,time_put,rate,cost_of_carry,volatility)\n"
552 "@DESCRIPTION=OPT_COMPLEX_CHOOSER models the theoretical price of complex "
553 "chooser options.\n"
554 "@call_put_flag is c or p to indicate whether the option is a call or a put \n"
555 "@spot is the spot price of the underlying asset \n"
556 "@strike_call is the strike price at which the option is struck \n"
557 "@strike_put is the strike price at which the option is struck \n"
558 "@time is the time in years until the holder chooses a put or a call option \n"
559 "@time_call is the time in years to maturity of the call option if chosen\n"
560 "@time_put is the time in years  to maturity of the put option if chosen\n"
561 "@rate is the risk annualised free rate of interest \n"
562 "@cost_of_carry is the leakage in value of the underlying asset, for common "
563 "stocks, this would be the dividend yield\n"
564 "@volatility is the annualised volatility in price of the underlying \n"
565 "\n"
566 "@EXAMPLES=\n"
567 "\n"
568 "@SEEALSO=OPT_BS, OPT_BS_DELTA, OPT_BS_RHO, OPT_BS_THETA, OPT_BS_GAMMA"
569 msgstr ""
571 #: plugins/derivatives/options.c:1648
572 #, no-c-format
573 msgid ""
574 "@FUNCTION=OPT_ON_OPTIONS\n"
575 "@SYNTAX=OPT_ON_OPTIONS(type_flag,spot,strike1,strike2,time1,time2,rate,"
576 "cost_of_carry,volatility)\n"
577 "@DESCRIPTION=OPT_ON_OPTIONS models the theoretical price of options on "
578 "options \n"
579 "@type_flag is 'cc' for calls on calls, 'cp' for calls on puts, and so on for "
580 "'pc', and 'pp'\n"
581 "@spot is the spot price of the underlying asset.\n"
582 "@strike1 is the strike price at which the option is struck.\n"
583 "@strike2 is the strike price at which the option is struck.\n"
584 "@time1 is the time in years to maturity of the option.\n"
585 "@time2 is the time in years to the maturity of the underlying option.\n"
586 "(@time2 >= @time1)\n"
587 "@rate is the risk annualised free rate of interest \n"
588 "@cost_of_carry is the leakage in value of the underlying asset, for common "
589 "stocks, this would be the dividend yield\n"
590 "@volatility is the annualised volatility in price of the underlying \n"
591 "\n"
592 "@EXAMPLES=\n"
593 "\n"
594 "@SEEALSO=OPT_BS, OPT_BS_DELTA, OPT_BS_RHO, OPT_BS_THETA, OPT_BS_GAMMA"
595 msgstr ""
597 #: plugins/derivatives/options.c:1733
598 #, no-c-format
599 msgid ""
600 "@FUNCTION=OPT_EXTENDIBLE_WRITER\n"
601 "@SYNTAX=OPT_EXTENDIBLE_WRITER(call_put_flag,spot,strike1,strike2,time1,time2,"
602 "rate,cost_of_carry,volatility)\n"
603 "@DESCRIPTION=OPT_EXTENDIBLE_WRITER models the theoretical price of "
604 "extendible writer options. These are options that can be exercised at an "
605 "initial period, @time1, or their maturity extended to @time2 if the option "
606 "is out of the money at @time1 \n"
607 "@call_put_flag is c or p to indicate whether the option is a call or a put \n"
608 "@spot is the spot price of the underlying asset.\n"
609 "@strike1 is the strike price at which the option is struck.\n"
610 "@strike2 is the strike price at which the option is struck.\n"
611 "@time1 is the initial maturity of the option in years.\n"
612 "@time2 is the is the extended maturity in years if chosen.\n"
613 "@rate is the risk annualised free rate of interest.\n"
614 "@cost_of_carry is the leakage in value of the underlying asset, for common "
615 "stocks, this would be the dividend yield.\n"
616 "@volatility is the annualised volatility in price of the underlying.\n"
617 "\n"
618 "@EXAMPLES=\n"
619 "\n"
620 "@SEEALSO=OPT_BS, OPT_BS_DELTA, OPT_BS_RHO, OPT_BS_THETA, OPT_BS_GAMMA"
621 msgstr ""
623 #: plugins/derivatives/options.c:1761 plugins/derivatives/options.c:1766
624 #: plugins/derivatives/options.c:1771 plugins/derivatives/options.c:1776
625 #: plugins/derivatives/options.c:1791
626 msgid "call_put_flag, spot, strike, time, rate, volatility, cost_of_carry"
627 msgstr ""
629 #: plugins/derivatives/options.c:1781 plugins/derivatives/options.c:1786
630 msgid "spot, strike, time, rate, volatility, cost_of_carry"
631 msgstr ""
633 #: plugins/derivatives/options.c:1796
634 msgid "a, b, rho"
635 msgstr ""
637 #: plugins/derivatives/options.c:1801
638 msgid ""
639 "call_put_flag, spot, strike, time, domestic_rate, foreign_rate, volatility"
640 msgstr ""
642 #: plugins/derivatives/options.c:1806
643 msgid "call_put_flag, spot, strike, time, t2, rate, volatility, cost of carry"
644 msgstr ""
646 #: plugins/derivatives/options.c:1811
647 msgid "call_put_flag, spot, strike, time, rate, volatility, lambda, gamma"
648 msgstr ""
650 #: plugins/derivatives/options.c:1816
651 msgid ""
652 "call_put_flag, spot, strike, time, rate, volatility, cost_of_carry, lambda"
653 msgstr ""
655 #: plugins/derivatives/options.c:1821 plugins/derivatives/options.c:1831
656 msgid "call_put_flag, spot, strike, time, rate, cost_of_carry, volatility"
657 msgstr ""
659 #: plugins/derivatives/options.c:1826
660 msgid ""
661 "call_put_flag, p_t, f_t, x, t1, t2, v_s, v_e, v_f, rho_se, rho_sf, rho_ef, "
662 "kappa_e, kappa_f)"
663 msgstr ""
665 #: plugins/derivatives/options.c:1836
666 msgid "call_put_flag, spot, strike, t1, t2, rate, d, volatility"
667 msgstr ""
669 #: plugins/derivatives/options.c:1841
670 msgid ""
671 "call_put_flag, spot, alpha, time1, time, rate, volatility, cost_of_carry"
672 msgstr ""
674 #: plugins/derivatives/options.c:1846
675 msgid ""
676 "call_put_flag, spot, strike, a, time, m, dt, rate, cost_of_carry, volatility"
677 msgstr ""
679 #: plugins/derivatives/options.c:1851
680 msgid "spot, strike, time1, time2, rate, cost_of_carry, volatility"
681 msgstr ""
683 #: plugins/derivatives/options.c:1856
684 msgid ""
685 "spot, strike_call, strike_put, time, time_call, time_put, rate, "
686 "cost_of_carry, volatility"
687 msgstr ""
689 #: plugins/derivatives/options.c:1861 plugins/derivatives/options.c:1866
690 msgid ""
691 "type_flag, spot, strike1, strike2, time1, time2, rate, cost_of_carry, "
692 "volatility"
693 msgstr ""
695 #: plugins/derivatives/plugin.xml.in.h:1
696 #: plugins/fn-financial/plugin.xml.in.h:1
697 #: plugins/sample_datasource/plugin.xml.in.h:2
698 msgid "Finance"
699 msgstr ""
701 #: plugins/derivatives/plugin.xml.in.h:2
702 msgid "Financial Derivatives"
703 msgstr ""
705 #: plugins/derivatives/plugin.xml.in.h:3
706 msgid "Functions related to financial derivatives"
707 msgstr ""
709 #: plugins/dif/dif.c:65 plugins/excel/ms-excel-read.c:5542
710 #: plugins/mps/mps.c:549 src/xml-io.c:4136
711 msgid "Reading file..."
712 msgstr ""
714 #: plugins/dif/dif.c:180
715 #, c-format
716 msgid "Syntax error at line %d. Ignoring."
717 msgstr ""
719 #: plugins/dif/dif.c:211
720 #, c-format
721 msgid "Unknown data value \"%s\" at line %d. Ignoring."
722 msgstr ""
724 #: plugins/dif/dif.c:218
725 #, c-format
726 msgid "Unknown value type %d at line %d. Ignoring."
727 msgstr ""
729 #: plugins/dif/dif.c:227
730 #, c-format
731 msgid ""
732 "DIF file has more than the maximum number of rows %d. Ignoring remaining "
733 "rows."
734 msgstr ""
736 #: plugins/dif/dif.c:231
737 #, c-format
738 msgid ""
739 "DIF file has more than the maximum number of columns %d. Ignoring remaining "
740 "columns."
741 msgstr ""
743 #: plugins/dif/dif.c:243
744 #, c-format
745 msgid "Unexpected end of file at line %d while reading header."
746 msgstr ""
748 #: plugins/dif/dif.c:247
749 #, c-format
750 msgid "Unexpected end of file at line %d while reading data."
751 msgstr ""
753 #: plugins/dif/dif.c:265
754 msgid "Error while reading DIF file."
755 msgstr ""
757 #: plugins/dif/dif.c:285
758 msgid "Cannot get default sheet."
759 msgstr ""
761 #: plugins/dif/dif.c:322
762 msgid "Error while saving DIF file."
763 msgstr ""
765 #: plugins/dif/plugin.xml.in.h:1
766 msgid "Data Interchange Format (*.dif)"
767 msgstr ""
769 #: plugins/dif/plugin.xml.in.h:2
770 msgid "Data Interchange Format (DIF) module"
771 msgstr ""
773 #: plugins/dif/plugin.xml.in.h:3
774 msgid ""
775 "Reads and writes information stored in the Data Interchange Format (*.dif)"
776 msgstr ""
778 #: plugins/excel/boot.c:183
779 msgid "No Workbook or Book streams found."
780 msgstr ""
782 #: plugins/excel/boot.c:232
783 msgid "Preparing to save..."
784 msgstr ""
786 #: plugins/excel/boot.c:244
787 msgid "Saving file..."
788 msgstr ""
790 #: plugins/excel/excel-xml-read.c:85 plugins/xml_sax/xml-sax-read.c:270
791 #, c-format
792 msgid "Unexpected attribute %s::%s == '%s'."
793 msgstr ""
795 #: plugins/excel/excel-xml-read.c:186 plugins/openoffice/openoffice-read.c:995
796 #: plugins/xml_sax/xml-sax-read.c:1621
797 msgid "XML document not well formed!"
798 msgstr ""
800 #: plugins/excel/ms-excel-read.c:1044 src/value.c:60
801 msgid "#UNKNOWN!"
802 msgstr ""
804 #. We can't use workbook_sheet_get_free_name since that would give us the same
805 #. name for multiple adds
806 #: plugins/excel/ms-excel-read.c:1135 plugins/excel/ms-excel-read.c:1146
807 #: plugins/oleo/oleo.c:343 plugins/psiconv/psiconv-read.c:515
808 #: src/dialogs/dialog-sheet-order.c:440 src/dialogs/dialog-sheet-order.c:444
809 #, c-format
810 msgid "Sheet%d"
811 msgstr ""
813 #: plugins/excel/ms-excel-read.c:1149
814 #, c-format
815 msgid "Macro%d"
816 msgstr ""
818 #: plugins/excel/ms-excel-read.c:1152
819 #, c-format
820 msgid "Chart%d"
821 msgstr ""
823 #: plugins/excel/ms-excel-read.c:1155
824 #, c-format
825 msgid "Module%d"
826 msgstr ""
828 #: plugins/excel/ms-excel-read.c:2952
829 #, c-format
830 msgid "Failure parsing name '%s'"
831 msgstr ""
833 #: plugins/excel/ms-excel-read.c:3008
834 #, c-format
835 msgid ""
836 "DDE links are not supported.\n"
837 "Name '%s' will be lost.\n"
838 msgstr ""
840 #: plugins/excel/ms-excel-read.c:3014
841 #, c-format
842 msgid ""
843 "OLE links are not supported.\n"
844 "Name '%s' will be lost.\n"
845 msgstr ""
847 #: plugins/excel/ms-excel-read.c:4902
848 msgid "external references"
849 msgstr ""
851 #: plugins/excel/ms-excel-read.c:4927
852 msgid "No password supplied"
853 msgstr ""
855 #: plugins/excel/ms-excel-read.c:5775
856 msgid "Unable to locate valid MS Excel workbook"
857 msgstr ""
859 #: plugins/excel/ms-excel-write.c:152
860 msgid ""
861 "This is somewhat corrupt.\n"
862 "We already wrote a length for a string that is being truncated due to "
863 "encoding problems."
864 msgstr ""
866 #: plugins/excel/ms-excel-write.c:3834
867 #, c-format
868 msgid ""
869 "Some content will be lost when saving as MS Excel (tm) 95. It only supports %"
870 "d rows, and this workbook has %d"
871 msgstr ""
873 #: plugins/excel/ms-excel-write.c:3841
874 #, c-format
875 msgid ""
876 "Some content will be lost when saving as MS Excel (tm). It only supports %d "
877 "rows, and this workbook has %d"
878 msgstr ""
880 #: plugins/excel/ms-excel-write.c:4363
881 msgid "Couldn't open stream 'Book' for writing\n"
882 msgstr ""
884 #: plugins/excel/ms-excel-write.c:4383
885 msgid "Couldn't open stream 'Workbook' for writing\n"
886 msgstr ""
888 #: plugins/excel/ms-formula-read.c:598
889 msgid "Broken function"
890 msgstr ""
892 #: plugins/excel/ms-formula-write.c:537
893 #, c-format
894 msgid ""
895 "Too many arguments for function, MS Excel expects exactly %d and we have more"
896 msgstr ""
898 #: plugins/excel/plugin.xml.in.h:1
899 msgid "Imports/Exports MS Excel (tm) files"
900 msgstr ""
902 #: plugins/excel/plugin.xml.in.h:2
903 msgid "MS Excel (tm)"
904 msgstr ""
906 #: plugins/excel/plugin.xml.in.h:3
907 msgid "MS Excel (tm) (*.xls)"
908 msgstr ""
910 #: plugins/excel/plugin.xml.in.h:4
911 msgid "MS Excel (tm) 5.0/95"
912 msgstr ""
914 #: plugins/excel/plugin.xml.in.h:5
915 msgid "MS Excel (tm) 97/2000/XP"
916 msgstr ""
918 #: plugins/excel/plugin.xml.in.h:6
919 msgid "MS Excel (tm) 97/2000/XP &amp; 5.0/95"
920 msgstr ""
922 #: plugins/excel/plugin.xml.in.h:7
923 msgid "MS Excel (tm) XML"
924 msgstr ""
926 #: plugins/fn-complex/functions.c:80
927 msgid ""
928 "@FUNCTION=COMPLEX\n"
929 "@SYNTAX=COMPLEX(real,im[,suffix])\n"
930 "@DESCRIPTION=COMPLEX returns a complex number of the form x + yi.\n"
931 "\n"
932 "@real is the real and @im is the imaginary part of the complex number.  "
933 "@suffix is the suffix for the imaginary part.  If it is omitted, COMPLEX "
934 "uses 'i' by default.\n"
935 "\n"
936 "* If @suffix is neither 'i' nor 'j', COMPLEX returns #VALUE! error.\n"
937 "* This function is Excel compatible.\n"
938 "\n"
939 "@EXAMPLES=\n"
940 "COMPLEX(1,-1) equals 1-i.\n"
941 "\n"
942 "@SEEALSO="
943 msgstr ""
945 #: plugins/fn-complex/functions.c:119
946 msgid ""
947 "@FUNCTION=IMAGINARY\n"
948 "@SYNTAX=IMAGINARY(inumber)\n"
949 "@DESCRIPTION=IMAGINARY returns the imaginary part of a complex number.\n"
950 "\n"
951 "* If @inumber is not a valid complex number, IMAGINARY returns #VALUE! "
952 "error.\n"
953 "* This function is Excel compatible.\n"
954 "\n"
955 "@EXAMPLES=\n"
956 "IMAGINARY(\"132-j\") equals -1.\n"
957 "\n"
958 "@SEEALSO=IMREAL"
959 msgstr ""
961 #: plugins/fn-complex/functions.c:152
962 msgid ""
963 "@FUNCTION=IMABS\n"
964 "@SYNTAX=IMABS(inumber)\n"
965 "@DESCRIPTION=IMABS returns the absolute value of a complex number.\n"
966 "\n"
967 "* If @inumber is not a valid complex number, IMABS returns #VALUE! error.\n"
968 "* This function is Excel compatible.\n"
969 "\n"
970 "@EXAMPLES=\n"
971 "IMABS(\"2-j\") equals 2.23606798.\n"
972 "\n"
973 "@SEEALSO=IMAGINARY,IMREAL"
974 msgstr ""
976 #: plugins/fn-complex/functions.c:185
977 msgid ""
978 "@FUNCTION=IMREAL\n"
979 "@SYNTAX=IMREAL(inumber)\n"
980 "@DESCRIPTION=IMREAL returns the real part of a complex number.\n"
981 "\n"
982 "* If @inumber is not a valid complex number, IMREAL returns #VALUE! error.\n"
983 "* This function is Excel compatible.\n"
984 "\n"
985 "@EXAMPLES=\n"
986 "imreal(\"132-j\") equals 132.\n"
987 "\n"
988 "@SEEALSO=IMAGINARY"
989 msgstr ""
991 #: plugins/fn-complex/functions.c:218
992 msgid ""
993 "@FUNCTION=IMCONJUGATE\n"
994 "@SYNTAX=IMCONJUGATE(inumber)\n"
995 "@DESCRIPTION=IMCONJUGATE returns the complex conjugate of a complex number.\n"
996 "\n"
997 "* If @inumber is not a valid complex number, IMCONJUGATE returns #VALUE! "
998 "error.\n"
999 "* This function is Excel compatible.\n"
1000 "\n"
1001 "@EXAMPLES=\n"
1002 "IMCONJUGATE(\"1-j\") equals 1+j.\n"
1003 "\n"
1004 "@SEEALSO=IMAGINARY,IMREAL"
1005 msgstr ""
1007 #: plugins/fn-complex/functions.c:252
1008 msgid ""
1009 "@FUNCTION=IMINV\n"
1010 "@SYNTAX=IMINV(inumber)\n"
1011 "@DESCRIPTION=IMINV returns the the inverse, or reciprocal, of the complex "
1012 "number z (@inumber), where\n"
1013 "\n"
1014 "\t1/z = (x - i y)/(x^2 + y^2).\n"
1015 "\n"
1016 "* If @inumber is not a valid complex number, IMINV returns #VALUE! error.\n"
1017 "\n"
1018 "@EXAMPLES=\n"
1019 "IMINV(\"1-j\") equals 0.5+0.5j.\n"
1020 "\n"
1021 "@SEEALSO="
1022 msgstr ""
1024 #: plugins/fn-complex/functions.c:283
1025 msgid ""
1026 "@FUNCTION=IMNEG\n"
1027 "@SYNTAX=IMNEG(inumber)\n"
1028 "@DESCRIPTION=IMNEG returns the negative of the complex number z (@inumber), "
1029 "where\n"
1030 "\n"
1031 "\t-z = (-x) + i(-y).\n"
1032 "\n"
1033 "* If @inumber is not a valid complex number, IMNEG returns #VALUE! error.\n"
1034 "\n"
1035 "@EXAMPLES=\n"
1036 "IMNEG(\"1-j\") equals -1+j.\n"
1037 "\n"
1038 "@SEEALSO="
1039 msgstr ""
1041 #: plugins/fn-complex/functions.c:314
1042 msgid ""
1043 "@FUNCTION=IMCOS\n"
1044 "@SYNTAX=IMCOS(inumber)\n"
1045 "@DESCRIPTION=IMCOS returns the cosine of a complex number.\n"
1046 "\n"
1047 "* If @inumber is not a valid complex number, IMCOS returns #VALUE! error.\n"
1048 "* This function is Excel compatible.\n"
1049 "\n"
1050 "@EXAMPLES=\n"
1051 "IMCOS(\"1+j\") equals 0.833730-0.988898j.\n"
1052 "\n"
1053 "@SEEALSO=IMSIN,IMTAN"
1054 msgstr ""
1056 #: plugins/fn-complex/functions.c:345
1057 msgid ""
1058 "@FUNCTION=IMTAN\n"
1059 "@SYNTAX=IMTAN(inumber)\n"
1060 "@DESCRIPTION=IMTAN returns the tangent of a complex number.\n"
1061 "\n"
1062 "* If @inumber is not a valid complex number, IMTAN returns #VALUE! error.\n"
1063 "* This function is Excel compatible.\n"
1064 "\n"
1065 "@EXAMPLES=\n"
1066 "IMTAN(\"2-j\") equals -0.2434582-1.1667363j.\n"
1067 "\n"
1068 "@SEEALSO=IMSIN,IMCOS"
1069 msgstr ""
1071 #: plugins/fn-complex/functions.c:376
1072 msgid ""
1073 "@FUNCTION=IMSEC\n"
1074 "@SYNTAX=IMSEC(inumber)\n"
1075 "@DESCRIPTION=IMSEC returns the complex secant of the complex number z "
1076 "(@inumber), where\n"
1077 "\n"
1078 "\tsec(z) = 1/cos(z).\n"
1079 "\n"
1080 "* If @inumber is not a valid complex number, IMSEC returns #VALUE! error.\n"
1081 "\n"
1082 "@EXAMPLES=\n"
1083 "IMSEC(\"2-j\") equals -0.413149-0.687527j.\n"
1084 "\n"
1085 "@SEEALSO=IMCSC,IMCOT"
1086 msgstr ""
1088 #: plugins/fn-complex/functions.c:409
1089 msgid ""
1090 "@FUNCTION=IMCSC\n"
1091 "@SYNTAX=IMCSC(inumber)\n"
1092 "@DESCRIPTION=IMCSC returns the complex cosecant of the complex number z "
1093 "(@inumber), where\n"
1094 "\n"
1095 "\tcsc(z) = 1/sin(z).\n"
1096 "\n"
1097 "* If @inumber is not a valid complex number, IMCSC returns #VALUE! error.\n"
1098 "\n"
1099 "@EXAMPLES=\n"
1100 "IMCSC(\"2-j\") equals 0.635494-0.221501j.\n"
1101 "\n"
1102 "@SEEALSO=IMSEC,IMCOT"
1103 msgstr ""
1105 #: plugins/fn-complex/functions.c:442
1106 msgid ""
1107 "@FUNCTION=IMCOT\n"
1108 "@SYNTAX=IMCOT(inumber)\n"
1109 "@DESCRIPTION=IMCOT returns the complex cotangent of the complex number z "
1110 "(@inumber), where\n"
1111 "\n"
1112 "\tcot(z) = 1/tan(z).\n"
1113 "\n"
1114 "* If @inumber is not a valid complex number, IMCOT returns #VALUE! error.\n"
1115 "\n"
1116 "@EXAMPLES=\n"
1117 "IMCOT(\"2-j\") equals -0.171384+0.821330j.\n"
1118 "\n"
1119 "@SEEALSO=IMSEC,IMCSC"
1120 msgstr ""
1122 #: plugins/fn-complex/functions.c:475
1123 msgid ""
1124 "@FUNCTION=IMEXP\n"
1125 "@SYNTAX=IMEXP(inumber)\n"
1126 "@DESCRIPTION=IMEXP returns the exponential of a complex number.\n"
1127 "\n"
1128 "* If @inumber is not a valid complex number, IMEXP returns #VALUE! error.\n"
1129 "* This function is Excel compatible.\n"
1130 "\n"
1131 "@EXAMPLES=\n"
1132 "IMEXP(\"2-j\") equals 3.992324-6.217676j.\n"
1133 "\n"
1134 "@SEEALSO=IMLN"
1135 msgstr ""
1137 #: plugins/fn-complex/functions.c:506
1138 msgid ""
1139 "@FUNCTION=IMARGUMENT\n"
1140 "@SYNTAX=IMARGUMENT(inumber)\n"
1141 "@DESCRIPTION=IMARGUMENT returns the argument theta of a complex number, i.e. "
1142 "the angle in radians from the real axis to the representation of the number "
1143 "in polar coordinates.\n"
1144 "\n"
1145 "* If @inumber is not a valid complex number, IMARGUMENT returns #VALUE! "
1146 "error.\n"
1147 "* This function is Excel compatible.\n"
1148 "\n"
1149 "@EXAMPLES=\n"
1150 "IMARGUMENT(\"2-j\") equals -0.463647609.\n"
1151 "\n"
1152 "@SEEALSO="
1153 msgstr ""
1155 #: plugins/fn-complex/functions.c:538
1156 msgid ""
1157 "@FUNCTION=IMLN\n"
1158 "@SYNTAX=IMLN(inumber)\n"
1159 "@DESCRIPTION=IMLN returns the natural logarithm of a complex number.\n"
1160 "\n"
1161 "The result will have an imaginary part between -pi and +pi.  The natural "
1162 "logarithm is not uniquely defined on complex numbers. You may need to add or "
1163 "subtract an even multiple of pi to the imaginary part.\n"
1164 "\n"
1165 "* If @inumber is not a valid complex number, IMLN returns #VALUE! error.\n"
1166 "* This function is Excel compatible.\n"
1167 "\n"
1168 "@EXAMPLES=\n"
1169 "IMLN(\"3-j\") equals 1.15129-0.32175j.\n"
1170 "\n"
1171 "@SEEALSO=IMEXP,IMLOG2,IMLOG10"
1172 msgstr ""
1174 #: plugins/fn-complex/functions.c:574
1175 msgid ""
1176 "@FUNCTION=IMLOG2\n"
1177 "@SYNTAX=IMLOG2(inumber)\n"
1178 "@DESCRIPTION=IMLOG2 returns the logarithm of a complex number in base 2.\n"
1179 "\n"
1180 "* If @inumber is not a valid complex number, IMLOG2 returns #VALUE! error.\n"
1181 "* This function is Excel compatible.\n"
1182 "\n"
1183 "@EXAMPLES=\n"
1184 "IMLOG2(\"3-j\") equals 1.66096-0.46419j.\n"
1185 "\n"
1186 "@SEEALSO=IMLN,IMLOG10"
1187 msgstr ""
1189 #: plugins/fn-complex/functions.c:606
1190 msgid ""
1191 "@FUNCTION=IMLOG10\n"
1192 "@SYNTAX=IMLOG10(inumber)\n"
1193 "@DESCRIPTION=IMLOG10 returns the logarithm of a complex number in base 10.\n"
1194 "\n"
1195 "* If @inumber is not a valid complex number, IMLOG10 returns #VALUE! error.\n"
1196 "* This function is Excel compatible.\n"
1197 "\n"
1198 "@EXAMPLES=\n"
1199 "IMLOG10(\"3-j\") equals 0.5-0.13973j.\n"
1200 "\n"
1201 "@SEEALSO=IMLN,IMLOG2"
1202 msgstr ""
1204 #: plugins/fn-complex/functions.c:638
1205 msgid ""
1206 "@FUNCTION=IMPOWER\n"
1207 "@SYNTAX=IMPOWER(inumber1,inumber2)\n"
1208 "@DESCRIPTION=IMPOWER returns a complex number raised to a power.  @inumber1 "
1209 "is the complex number to be raised to a power and @inumber2 is the power to "
1210 "which you want to raise it.\n"
1211 "\n"
1212 "* If @inumber1 or @inumber2 are not valid complex numbers, IMPOWER returns "
1213 "#VALUE! error.\n"
1214 "* This function is Excel compatible.\n"
1215 "\n"
1216 "@EXAMPLES=\n"
1217 "IMPOWER(\"4-j\",2) equals 15-8j.\n"
1218 "\n"
1219 "@SEEALSO=IMSQRT"
1220 msgstr ""
1222 #: plugins/fn-complex/functions.c:677
1223 msgid ""
1224 "@FUNCTION=IMDIV\n"
1225 "@SYNTAX=IMDIV(inumber1,inumber2)\n"
1226 "@DESCRIPTION=IMDIV returns the quotient of two complex numbers.\n"
1227 "\n"
1228 "* If @inumber1 or @inumber2 are not valid complex numbers, IMDIV returns "
1229 "#VALUE! error.\n"
1230 "* This function is Excel compatible.\n"
1231 "\n"
1232 "@EXAMPLES=\n"
1233 "IMDIV(\"2-j\",\"2+j\") equals 0.6-0.8j.\n"
1234 "\n"
1235 "@SEEALSO=IMPRODUCT"
1236 msgstr ""
1238 #: plugins/fn-complex/functions.c:714
1239 msgid ""
1240 "@FUNCTION=IMSIN\n"
1241 "@SYNTAX=IMSIN(inumber)\n"
1242 "@DESCRIPTION=IMSIN returns the sine of a complex number.\n"
1243 "\n"
1244 "* If @inumber is not a valid complex number, IMSIN returns #VALUE! error.\n"
1245 "* This function is Excel compatible.\n"
1246 "\n"
1247 "@EXAMPLES=\n"
1248 "IMSIN(\"1+j\") equals 1.29846+0.63496j.\n"
1249 "\n"
1250 "@SEEALSO=IMCOS,IMTAN"
1251 msgstr ""
1253 #: plugins/fn-complex/functions.c:744
1254 msgid ""
1255 "@FUNCTION=IMSINH\n"
1256 "@SYNTAX=IMSINH(inumber)\n"
1257 "@DESCRIPTION=IMSINH returns the complex hyperbolic sine of the complex "
1258 "number z (@inumber), where\n"
1259 "\n"
1260 "\tsinh(z) = (exp(z) - exp(-z))/2.\n"
1261 "\n"
1262 "* If @inumber is not a valid complex number, IMSINH returns #VALUE! error.\n"
1263 "\n"
1264 "@EXAMPLES=\n"
1265 "IMSINH(\"1+j\") equals 0.63496+1.29846j.\n"
1266 "\n"
1267 "@SEEALSO=IMCOSH,IMTANH"
1268 msgstr ""
1270 #: plugins/fn-complex/functions.c:776
1271 msgid ""
1272 "@FUNCTION=IMCOSH\n"
1273 "@SYNTAX=IMCOSH(inumber)\n"
1274 "@DESCRIPTION=IMCOSH returns the complex hyperbolic cosine of the complex "
1275 "number z (@inumber), where\n"
1276 "\n"
1277 "\tcosh(z) = (exp(z) + exp(-z))/2.\n"
1278 "\n"
1279 "* If @inumber is not a valid complex number, IMCOSH returns #VALUE! error.\n"
1280 "\n"
1281 "@EXAMPLES=\n"
1282 "IMCOSH(\"1+j\") equals 0.83373+0.988898j.\n"
1283 "\n"
1284 "@SEEALSO=IMSINH,IMTANH"
1285 msgstr ""
1287 #: plugins/fn-complex/functions.c:807
1288 msgid ""
1289 "@FUNCTION=IMTANH\n"
1290 "@SYNTAX=IMTANH(inumber)\n"
1291 "@DESCRIPTION=IMTANH returns the complex hyperbolic tangent of the complex "
1292 "number z (@inumber), where\n"
1293 "\n"
1294 "\ttanh(z) = sinh(z)/cosh(z).\n"
1295 "\n"
1296 "* If @inumber is not a valid complex number, IMTANH returns #VALUE! error.\n"
1297 "\n"
1298 "@EXAMPLES=\n"
1299 "IMTANH(\"1+j\") equals 1.083923+0.2717526j.\n"
1300 "\n"
1301 "@SEEALSO=IMSINH,IMCOSH"
1302 msgstr ""
1304 #: plugins/fn-complex/functions.c:838
1305 msgid ""
1306 "@FUNCTION=IMSECH\n"
1307 "@SYNTAX=IMSECH(inumber)\n"
1308 "@DESCRIPTION=IMSECH returns the complex hyperbolic secant of the complex "
1309 "number z (@inumber), where\n"
1310 "\n"
1311 "\tsech(z) = 1/cosh(z).\n"
1312 "\n"
1313 "* If @inumber is not a valid complex number, IMSECH returns #VALUE! error.\n"
1314 "\n"
1315 "@EXAMPLES=\n"
1316 "IMSECH(\"1+j\") equals 0.498337-0.5910838j.\n"
1317 "\n"
1318 "@SEEALSO=IMCSCH,IMCOTH"
1319 msgstr ""
1321 #: plugins/fn-complex/functions.c:869
1322 msgid ""
1323 "@FUNCTION=IMCSCH\n"
1324 "@SYNTAX=IMCSCH(inumber)\n"
1325 "@DESCRIPTION=IMCSCH returns the complex hyperbolic cosecant of the complex "
1326 "number z (@inumber), where\n"
1327 "\n"
1328 "\tcsch(z) = 1/sinh(z).\n"
1329 "\n"
1330 "* If @inumber is not a valid complex number, IMCSCH returns #VALUE! error.\n"
1331 "\n"
1332 "@EXAMPLES=\n"
1333 "IMCSCH(\"1+j\") equals 0.303931-0.621518j.\n"
1334 "\n"
1335 "@SEEALSO=IMSECH,IMCOTH"
1336 msgstr ""
1338 #: plugins/fn-complex/functions.c:900
1339 msgid ""
1340 "@FUNCTION=IMCOTH\n"
1341 "@SYNTAX=IMCOTH(inumber)\n"
1342 "@DESCRIPTION=IMCOTH returns the complex hyperbolic cotangent of the complex "
1343 "number z (@inumber) where,\n"
1344 "\n"
1345 "\tcoth(z) = 1/tanh(z).\n"
1346 "\n"
1347 "* If @inumber is not a valid complex number, IMCOTH returns #VALUE! error.\n"
1348 "\n"
1349 "@EXAMPLES=\n"
1350 "IMCOTH(\"1+j\") equals 0.868014-0.217622j.\n"
1351 "\n"
1352 "@SEEALSO=IMSECH,IMCSCH"
1353 msgstr ""
1355 #: plugins/fn-complex/functions.c:931
1356 msgid ""
1357 "@FUNCTION=IMARCSIN\n"
1358 "@SYNTAX=IMARCSIN(inumber)\n"
1359 "@DESCRIPTION=IMARCSIN returns the complex arcsine of the complex number "
1360 "@inumber. The branch cuts are on the real axis, less than -1 and greater "
1361 "than 1.\n"
1362 "\n"
1363 "* If @inumber is not a valid complex number, IMARCSIN returns #VALUE! "
1364 "error.\n"
1365 "\n"
1366 "@EXAMPLES=\n"
1367 "IMARCSIN(\"1+j\") equals 0.6662394+1.061275j.\n"
1368 "\n"
1369 "@SEEALSO=IMARCCOS,IMARCTAN"
1370 msgstr ""
1372 #: plugins/fn-complex/functions.c:963
1373 msgid ""
1374 "@FUNCTION=IMARCCOS\n"
1375 "@SYNTAX=IMARCCOS(inumber)\n"
1376 "@DESCRIPTION=IMARCCOS returns the complex arccosine of the complex number "
1377 "@inumber. The branch cuts are on the real axis, less than -1 and greater "
1378 "than 1.\n"
1379 "\n"
1380 "* If @inumber is not a valid complex number, IMARCCOS returns #VALUE! "
1381 "error.\n"
1382 "\n"
1383 "@EXAMPLES=\n"
1384 "IMARCCOS(\"1+j\") equals 0.9045569-1.061275j.\n"
1385 "\n"
1386 "@SEEALSO=IMARCSIN,IMARCTAN"
1387 msgstr ""
1389 #: plugins/fn-complex/functions.c:995
1390 msgid ""
1391 "@FUNCTION=IMARCTAN\n"
1392 "@SYNTAX=IMARCTAN(inumber)\n"
1393 "@DESCRIPTION=IMARCTAN returns the complex arctangent of the complex number "
1394 "@inumber. The branch cuts are on the imaginary axis, below -i and above i.\n"
1395 "\n"
1396 "* If @inumber is not a valid complex number, IMARCTAN returns #VALUE! "
1397 "error.\n"
1398 "\n"
1399 "@EXAMPLES=\n"
1400 "IMARCTAN(\"1+j\") equals 1.0172220+0.4023595j.\n"
1401 "\n"
1402 "@SEEALSO=IMARCSIN,IMARCCOS"
1403 msgstr ""
1405 #: plugins/fn-complex/functions.c:1027
1406 msgid ""
1407 "@FUNCTION=IMARCSEC\n"
1408 "@SYNTAX=IMARCSEC(inumber)\n"
1409 "@DESCRIPTION=IMARCSEC returns the complex arcsecant of the complex number z "
1410 "(@inumber), where\n"
1411 "\n"
1412 "\tarcsec(z) = arccos(1/z).\n"
1413 "\n"
1414 "* If @inumber is not a valid complex number, IMARCSEC returns #VALUE! "
1415 "error.\n"
1416 "\n"
1417 "@EXAMPLES=\n"
1418 "IMARCSEC(\"1+j\") equals 1.1185179+0.5306375j.\n"
1419 "\n"
1420 "@SEEALSO=IMARCCSC,IMARCCOT"
1421 msgstr ""
1423 #: plugins/fn-complex/functions.c:1058
1424 msgid ""
1425 "@FUNCTION=IMARCCSC\n"
1426 "@SYNTAX=IMARCCSC(inumber)\n"
1427 "@DESCRIPTION=IMARCCSC returns the complex arccosecant of the complex number "
1428 "z (@inumber), where\n"
1429 "\n"
1430 "\tarccsc(z) = arcsin(1/z).\n"
1431 "\n"
1432 "* If @inumber is not a valid complex number, IMARCCSC returns #VALUE! "
1433 "error.\n"
1434 "\n"
1435 "@EXAMPLES=\n"
1436 "IMARCCSC(\"1+j\") equals 0.45227845-0.5306375j.\n"
1437 "\n"
1438 "@SEEALSO=IMARCSEC,IMARCCOT"
1439 msgstr ""
1441 #: plugins/fn-complex/functions.c:1089
1442 msgid ""
1443 "@FUNCTION=IMARCCOT\n"
1444 "@SYNTAX=IMARCCOT(inumber)\n"
1445 "@DESCRIPTION=IMARCCOT returns the complex arccotangent of the complex number "
1446 "z (@inumber), where\n"
1447 "\n"
1448 "\tarccot(z) = arctan(1/z).\n"
1449 "\n"
1450 "* If @inumber is not a valid complex number, IMARCCOT returns #VALUE! "
1451 "error.\n"
1452 "\n"
1453 "@EXAMPLES=\n"
1454 "IMARCCOT(\"1+j\") equals 0.553574+0.4023595j.\n"
1455 "\n"
1456 "@SEEALSO=IMARCSEC,IMARCCSC"
1457 msgstr ""
1459 #: plugins/fn-complex/functions.c:1120
1460 msgid ""
1461 "@FUNCTION=IMARCSINH\n"
1462 "@SYNTAX=IMARCSINH(inumber)\n"
1463 "@DESCRIPTION=IMARCSINH returns the complex hyperbolic arcsine of the complex "
1464 "number @inumber. The branch cuts are on the imaginary axis, below -i and "
1465 "above i.\n"
1466 "\n"
1467 "* If @inumber is not a valid complex number, IMARCSINH returns #VALUE! "
1468 "error.\n"
1469 "\n"
1470 "@EXAMPLES=\n"
1471 "IMARCSINH(\"1+j\") equals 1.061275+0.6662394j.\n"
1472 "\n"
1473 "@SEEALSO=IMARCCOSH,IMARCTANH"
1474 msgstr ""
1476 #: plugins/fn-complex/functions.c:1152
1477 msgid ""
1478 "@FUNCTION=IMARCCOSH\n"
1479 "@SYNTAX=IMARCCOSH(inumber)\n"
1480 "@DESCRIPTION=IMARCCOSH returns the complex hyperbolic arccosine of the "
1481 "complex number @inumber. The branch cut is on the real axis, less than 1.\n"
1482 "\n"
1483 "* If @inumber is not a valid complex number, IMARCCOSH returns #VALUE! "
1484 "error.\n"
1485 "\n"
1486 "@EXAMPLES=\n"
1487 "IMARCCOSH(\"1+j\") equals 1.06127506+0.904557j.\n"
1488 "\n"
1489 "@SEEALSO=IMARCSINH,IMARCTANH"
1490 msgstr ""
1492 #: plugins/fn-complex/functions.c:1184
1493 msgid ""
1494 "@FUNCTION=IMARCTANH\n"
1495 "@SYNTAX=IMARCTANH(inumber)\n"
1496 "@DESCRIPTION=IMARCTANH returns the complex hyperbolic arctangent of the "
1497 "complex number @inumber. The branch cuts are on the real axis, less than -1 "
1498 "and greater than 1.\n"
1499 "\n"
1500 "* If @inumber is not a valid complex number, IMARCTANH returns #VALUE! "
1501 "error.\n"
1502 "\n"
1503 "@EXAMPLES=\n"
1504 "IMARCTANH(\"1+j\") equals 0.4023595+1.0172220j.\n"
1505 "\n"
1506 "@SEEALSO=IMARCSINH,IMARCCOSH"
1507 msgstr ""
1509 #: plugins/fn-complex/functions.c:1216
1510 msgid ""
1511 "@FUNCTION=IMARCSECH\n"
1512 "@SYNTAX=IMARCSECH(inumber)\n"
1513 "@DESCRIPTION=IMARCSECH returns the complex hyperbolic arcsecant of the "
1514 "complex number z (@inumber), where\n"
1515 "\n"
1516 "\tarcsech(z) = arccosh(1/z).\n"
1517 "\n"
1518 "* If @inumber is not a valid complex number, IMARCSECH returns #VALUE! "
1519 "error.\n"
1520 "\n"
1521 "@EXAMPLES=\n"
1522 "IMARCSECH(\"1+j\") equals 0.5306375-1.118518j.\n"
1523 "\n"
1524 "@SEEALSO=IMARCCSCH,IMARCCOTH"
1525 msgstr ""
1527 #: plugins/fn-complex/functions.c:1248
1528 msgid ""
1529 "@FUNCTION=IMARCCSCH\n"
1530 "@SYNTAX=IMARCCSCH(inumber)\n"
1531 "@DESCRIPTION=IMARCCSCH returns the complex hyperbolic arccosecant of the "
1532 "complex number z (@inumber), where\n"
1533 "\n"
1534 "\tarccsch(z) = arcsinh(1/z).\n"
1535 "\n"
1536 "* If @inumber is not a valid complex number, IMARCCSCH returns #VALUE! "
1537 "error.\n"
1538 "\n"
1539 "@EXAMPLES=\n"
1540 "IMARCCSCH(\"1+j\") equals 0.5306375-0.452278j.\n"
1541 "\n"
1542 "@SEEALSO=IMARCSECH,IMARCCOTH"
1543 msgstr ""
1545 #: plugins/fn-complex/functions.c:1279
1546 msgid ""
1547 "@FUNCTION=IMARCCOTH\n"
1548 "@SYNTAX=IMARCCOTH(inumber)\n"
1549 "@DESCRIPTION=IMARCCOTH returns the complex hyperbolic arccotangent of the "
1550 "complex number z (@inumber), where\n"
1551 "\n"
1552 "\tarccoth(z) = arctanh(1/z).\n"
1553 "\n"
1554 "* If @inumber is not a valid complex number, IMARCCOTH returns #VALUE! "
1555 "error.\n"
1556 "\n"
1557 "@EXAMPLES=\n"
1558 "IMARCCOTH(\"1+j\") equals 0.40235948-0.5535744j.\n"
1559 "\n"
1560 "@SEEALSO=IMARCSECH,IMARCCSCH"
1561 msgstr ""
1563 #: plugins/fn-complex/functions.c:1311
1564 msgid ""
1565 "@FUNCTION=IMSQRT\n"
1566 "@SYNTAX=IMSQRT(inumber)\n"
1567 "@DESCRIPTION=IMSQRT returns the square root of a complex number.\n"
1568 "\n"
1569 "* If @inumber is not a valid complex number, IMSQRT returns #VALUE! error.\n"
1570 "* This function is Excel compatible.\n"
1571 "\n"
1572 "@EXAMPLES=\n"
1573 "IMSQRT(\"1+j\") equals 1.09868+0.4550899j.\n"
1574 "\n"
1575 "@SEEALSO=IMPOWER"
1576 msgstr ""
1578 #: plugins/fn-complex/functions.c:1342
1579 msgid ""
1580 "@FUNCTION=IMSUB\n"
1581 "@SYNTAX=IMSUB(inumber1,inumber2)\n"
1582 "@DESCRIPTION=IMSUB returns the difference of two complex numbers.\n"
1583 "\n"
1584 "* If @inumber1 or @inumber2 are not valid complex numbers, IMSUB returns "
1585 "#VALUE! error.\n"
1586 "* This function is Excel compatible.\n"
1587 "\n"
1588 "@EXAMPLES=\n"
1589 "IMSUB(\"3-j\",\"2+j\") equals 1-2j.\n"
1590 "\n"
1591 "@SEEALSO=IMSUM"
1592 msgstr ""
1594 #: plugins/fn-complex/functions.c:1376
1595 msgid ""
1596 "@FUNCTION=IMPRODUCT\n"
1597 "@SYNTAX=IMPRODUCT(inumber1[,inumber2,...])\n"
1598 "@DESCRIPTION=IMPRODUCT returns the product of given complex numbers.\n"
1599 "\n"
1600 "* If any of the @inumbers are not valid complex numbers, IMPRODUCT returns "
1601 "#VALUE! error.\n"
1602 "* This function is Excel compatible.\n"
1603 "\n"
1604 "@EXAMPLES=\n"
1605 "IMPRODUCT(\"2-j\",\"4-2j\") equals 6-8j.\n"
1606 "\n"
1607 "@SEEALSO=IMDIV"
1608 msgstr ""
1610 #: plugins/fn-complex/functions.c:1448
1611 msgid ""
1612 "@FUNCTION=IMSUM\n"
1613 "@SYNTAX=IMSUM(inumber1,inumber2)\n"
1614 "@DESCRIPTION=IMSUM returns the sum of two complex numbers.\n"
1615 "\n"
1616 "* If @inumber1 or @inumber2 are not valid complex numbers, IMSUM returns "
1617 "#VALUE! error.\n"
1618 "* This function is Excel compatible.\n"
1619 "\n"
1620 "@EXAMPLES=\n"
1621 "IMSUM(\"2-4j\",\"9-j\") equals 11-5j.\n"
1622 "\n"
1623 "@SEEALSO=IMSUB"
1624 msgstr ""
1626 #: plugins/fn-complex/functions.c:1484
1627 msgid "real,im,suffix"
1628 msgstr ""
1630 #: plugins/fn-complex/functions.c:1487 plugins/fn-complex/functions.c:1490
1631 #: plugins/fn-complex/functions.c:1493 plugins/fn-complex/functions.c:1496
1632 #: plugins/fn-complex/functions.c:1499 plugins/fn-complex/functions.c:1505
1633 #: plugins/fn-complex/functions.c:1508 plugins/fn-complex/functions.c:1511
1634 #: plugins/fn-complex/functions.c:1514 plugins/fn-complex/functions.c:1520
1635 #: plugins/fn-complex/functions.c:1523 plugins/fn-complex/functions.c:1526
1636 #: plugins/fn-complex/functions.c:1536 plugins/fn-complex/functions.c:1539
1637 #: plugins/fn-complex/functions.c:1542 plugins/fn-complex/functions.c:1548
1638 #: plugins/fn-complex/functions.c:1551 plugins/fn-complex/functions.c:1554
1639 #: plugins/fn-complex/functions.c:1557 plugins/fn-complex/functions.c:1560
1640 #: plugins/fn-complex/functions.c:1563 plugins/fn-complex/functions.c:1566
1641 #: plugins/fn-complex/functions.c:1569 plugins/fn-complex/functions.c:1572
1642 #: plugins/fn-complex/functions.c:1575 plugins/fn-complex/functions.c:1578
1643 #: plugins/fn-complex/functions.c:1581 plugins/fn-complex/functions.c:1584
1644 #: plugins/fn-complex/functions.c:1587 plugins/fn-complex/functions.c:1590
1645 #: plugins/fn-complex/functions.c:1593 plugins/fn-complex/functions.c:1596
1646 #: plugins/fn-complex/functions.c:1599 plugins/fn-complex/functions.c:1602
1647 #: plugins/fn-complex/functions.c:1605 plugins/fn-complex/functions.c:1608
1648 msgid "inumber"
1649 msgstr ""
1651 #: plugins/fn-complex/functions.c:1502 plugins/fn-complex/functions.c:1517
1652 #: plugins/fn-complex/functions.c:1529 plugins/fn-complex/functions.c:1532
1653 #: plugins/fn-complex/functions.c:1545
1654 msgid "inumber,inumber"
1655 msgstr ""
1657 #: plugins/fn-complex/plugin.xml.in.h:1
1658 msgid "Complex"
1659 msgstr ""
1661 #: plugins/fn-complex/plugin.xml.in.h:2
1662 msgid "Complex Functions"
1663 msgstr ""
1665 #: plugins/fn-complex/plugin.xml.in.h:3
1666 msgid "Functions for complex numbers"
1667 msgstr ""
1669 #: plugins/fn-database/functions.c:263
1670 msgid ""
1671 "@FUNCTION=DAVERAGE\n"
1672 "@SYNTAX=DAVERAGE(database,field,criteria)\n"
1673 "@DESCRIPTION=DAVERAGE function returns the average of the values in a list "
1674 "or database that match conditions specified.\n"
1675 "\n"
1676 "@database is a range of cells in which rows of related information are "
1677 "records and columns of data are fields. The first row of a database contains "
1678 "labels for each column. \n"
1679 "\n"
1680 "@field specifies which column is used in the function.  If @field is an "
1681 "integer, for example 2, the second column is used. Field can also be the "
1682 "label of a column.  For example, ``Age'' refers to the column with the label "
1683 "``Age'' in @database range. \n"
1684 "\n"
1685 "@criteria is the range of cells which contains the specified conditions.  "
1686 "The first row of a @criteria should contain the labels of the fields for "
1687 "which the criteria are for.  Cells below the labels specify conditions, for "
1688 "example, ``>3'' or ``<9''.  Equality condition can be given simply by "
1689 "specifying a value, e.g. ``3'' or ``John''. \n"
1690 "Each row in @criteria specifies a separate condition. If a row in @database "
1691 "matches a row in @criteria, then that row is counted. Technically speaking, "
1692 "this a boolean OR operation between the rows in @criteria.\n"
1693 "If @criteria specifies more than one column, then each of the conditions in "
1694 "the specified columns must be true for the row in @database to match. "
1695 "Technically speaking, this is a boolean AND operation between the columns in "
1696 "@criteria.\n"
1697 "\n"
1698 "@EXAMPLES=\n"
1699 "Let us assume that the range A1:C7 contain the following values:\n"
1700 "Name    Age     Salary\n"
1701 "John    34      54342\n"
1702 "Bill    35      22343\n"
1703 "Clark   29      34323\n"
1704 "Bob     43      47242\n"
1705 "Susan   37      42932\n"
1706 "Jill    45      45324\n"
1707 "\n"
1708 "In addition, the cells A9:B11 contain the following values:\n"
1709 "Age     Salary\n"
1710 "<30\n"
1711 ">40     >46000\n"
1712 "\n"
1713 "DAVERAGE(A1:C7, \"Salary\", A9:A11) equals 42296.3333.\n"
1714 "DAVERAGE(A1:C7, \"Age\", A9:A11) equals 39.\n"
1715 "DAVERAGE(A1:C7, \"Salary\", A9:B11) equals 40782.5.\n"
1716 "DAVERAGE(A1:C7, \"Age\", A9:B11) equals 36.\n"
1717 "\n"
1718 "@SEEALSO=DCOUNT"
1719 msgstr ""
1721 #: plugins/fn-database/functions.c:337
1722 msgid ""
1723 "@FUNCTION=DCOUNT\n"
1724 "@SYNTAX=DCOUNT(database,field,criteria)\n"
1725 "@DESCRIPTION=DCOUNT function counts the cells that contain numbers in a "
1726 "database that match conditions specified.\n"
1727 "\n"
1728 "@database is a range of cells in which rows of related information are "
1729 "records and columns of data are fields. The first row of a database contains "
1730 "labels for each column. \n"
1731 "\n"
1732 "@field specifies which column is used in the function.  If @field is an "
1733 "integer, for example 2, the second column is used. Field can also be the "
1734 "label of a column.  For example, ``Age'' refers to the column with the label "
1735 "``Age'' in @database range. \n"
1736 "\n"
1737 "@criteria is the range of cells which contains the specified conditions.  "
1738 "The first row of a @criteria should contain the labels of the fields for "
1739 "which the criteria are for.  Cells below the labels specify conditions, for "
1740 "example, ``>3'' or ``<9''.  Equality condition can be given simply by "
1741 "specifying a value, e.g. ``3'' or ``John''. \n"
1742 "Each row in @criteria specifies a separate condition. If a row in @database "
1743 "matches a row in @criteria, then that row is counted. Technically speaking, "
1744 "this a boolean OR operation between the rows in @criteria.\n"
1745 "If @criteria specifies more than one column, then each of the conditions in "
1746 "the specified columns must be true for the row in @database to match. "
1747 "Technically speaking, this is a boolean AND operation between the columns in "
1748 "@criteria.\n"
1749 "\n"
1750 "@EXAMPLES=\n"
1751 "Let us assume that the range A1:C7 contain the following values:\n"
1752 "Name    Age     Salary\n"
1753 "John    34      54342\n"
1754 "Bill    35      22343\n"
1755 "Clark   29      34323\n"
1756 "Bob     43      47242\n"
1757 "Susan   37      42932\n"
1758 "Jill    45      45324\n"
1759 "\n"
1760 "In addition, the cells A9:B11 contain the following values:\n"
1761 "Age     Salary\n"
1762 "<30\n"
1763 ">40     >46000\n"
1764 "\n"
1765 "DCOUNT(A1:C7, \"Salary\", A9:A11) equals 3.\n"
1766 "DCOUNT(A1:C7, \"Salary\", A9:B11) equals 2.\n"
1767 "DCOUNT(A1:C7, \"Name\", A9:B11) equals 0.\n"
1768 "\n"
1769 "@SEEALSO=DAVERAGE"
1770 msgstr ""
1772 #: plugins/fn-database/functions.c:410
1773 msgid ""
1774 "@FUNCTION=DCOUNTA\n"
1775 "@SYNTAX=DCOUNTA(database,field,criteria)\n"
1776 "@DESCRIPTION=DCOUNTA function counts the cells that contain data in a "
1777 "database that match conditions specified.\n"
1778 "\n"
1779 "@database is a range of cells in which rows of related information are "
1780 "records and columns of data are fields. The first row of a database contains "
1781 "labels for each column. \n"
1782 "\n"
1783 "@field specifies which column is used in the function.  If @field is an "
1784 "integer, for example 2, the second column is used. Field can also be the "
1785 "label of a column.  For example, ``Age'' refers to the column with the label "
1786 "``Age'' in @database range. \n"
1787 "\n"
1788 "@criteria is the range of cells which contains the specified conditions.  "
1789 "The first row of a @criteria should contain the labels of the fields for "
1790 "which the criteria are for.  Cells below the labels specify conditions, for "
1791 "example, ``>3'' or ``<9''.  Equality condition can be given simply by "
1792 "specifying a value, e.g. ``3'' or ``John''. \n"
1793 "Each row in @criteria specifies a separate condition. If a row in @database "
1794 "matches a row in @criteria, then that row is counted. Technically speaking, "
1795 "this a boolean OR operation between the rows in @criteria.\n"
1796 "If @criteria specifies more than one column, then each of the conditions in "
1797 "the specified columns must be true for the row in @database to match. "
1798 "Technically speaking, this is a boolean AND operation between the columns in "
1799 "@criteria.\n"
1800 "\n"
1801 "@EXAMPLES=\n"
1802 "Let us assume that the range A1:C7 contain the following values:\n"
1803 "Name    Age     Salary\n"
1804 "John    34      54342\n"
1805 "Bill    35      22343\n"
1806 "Clark   29      34323\n"
1807 "Bob     43      47242\n"
1808 "Susan   37      42932\n"
1809 "Jill    45      45324\n"
1810 "\n"
1811 "In addition, the cells A9:B11 contain the following values:\n"
1812 "Age     Salary\n"
1813 "<30\n"
1814 ">40     >46000\n"
1815 "\n"
1816 "DCOUNTA(A1:C7, \"Salary\", A9:A11) equals 3.\n"
1817 "DCOUNTA(A1:C7, \"Salary\", A9:B11) equals 2.\n"
1818 "DCOUNTA(A1:C7, \"Name\", A9:B11) equals 2.\n"
1819 "\n"
1820 "@SEEALSO=DCOUNT"
1821 msgstr ""
1823 #: plugins/fn-database/functions.c:481
1824 msgid ""
1825 "@FUNCTION=DGET\n"
1826 "@SYNTAX=DGET(database,field,criteria)\n"
1827 "@DESCRIPTION=DGET function returns a single value from a column that match "
1828 "conditions specified.\n"
1829 "\n"
1830 "@database is a range of cells in which rows of related information are "
1831 "records and columns of data are fields. The first row of a database contains "
1832 "labels for each column. \n"
1833 "\n"
1834 "@field specifies which column is used in the function.  If @field is an "
1835 "integer, for example 2, the second column is used. Field can also be the "
1836 "label of a column.  For example, ``Age'' refers to the column with the label "
1837 "``Age'' in @database range. \n"
1838 "\n"
1839 "@criteria is the range of cells which contains the specified conditions.  "
1840 "The first row of a @criteria should contain the labels of the fields for "
1841 "which the criteria are for.  Cells below the labels specify conditions, for "
1842 "example, ``>3'' or ``<9''.  Equality condition can be given simply by "
1843 "specifying a value, e.g. ``3'' or ``John''. \n"
1844 "Each row in @criteria specifies a separate condition. If a row in @database "
1845 "matches a row in @criteria, then that row is counted. Technically speaking, "
1846 "this a boolean OR operation between the rows in @criteria.\n"
1847 "If @criteria specifies more than one column, then each of the conditions in "
1848 "the specified columns must be true for the row in @database to match. "
1849 "Technically speaking, this is a boolean AND operation between the columns in "
1850 "@criteria.\n"
1851 "\n"
1852 "@EXAMPLES=\n"
1853 "Let us assume that the range A1:C7 contain the following values:\n"
1854 "Name    Age     Salary\n"
1855 "John    34      54342\n"
1856 "Bill    35      22343\n"
1857 "Clark   29      34323\n"
1858 "Bob     43      47242\n"
1859 "Susan   37      42932\n"
1860 "Jill    45      45324\n"
1861 "\n"
1862 "In addition, the cells A9:B11 contain the following values:\n"
1863 "Age     Salary\n"
1864 "<30\n"
1865 ">40     >46000\n"
1866 "\n"
1867 "* If none of the items match the conditions, DGET returns #VALUE! error.\n"
1868 "* If more than one items match the conditions, DGET returns #NUM! error.\n"
1869 "\n"
1870 "DGET(A1:C7, \"Salary\", A9:A10) equals 34323.\n"
1871 "DGET(A1:C7, \"Name\", A9:A10) equals \"Clark\".\n"
1872 "\n"
1873 "@SEEALSO=DCOUNT"
1874 msgstr ""
1876 #: plugins/fn-database/functions.c:564
1877 msgid ""
1878 "@FUNCTION=DMAX\n"
1879 "@SYNTAX=DMAX(database,field,criteria)\n"
1880 "@DESCRIPTION=DMAX function returns the largest number in a column that match "
1881 "conditions specified.\n"
1882 "\n"
1883 "@database is a range of cells in which rows of related information are "
1884 "records and columns of data are fields. The first row of a database contains "
1885 "labels for each column. \n"
1886 "\n"
1887 "@field specifies which column is used in the function.  If @field is an "
1888 "integer, for example 2, the second column is used. Field can also be the "
1889 "label of a column.  For example, ``Age'' refers to the column with the label "
1890 "``Age'' in @database range. \n"
1891 "\n"
1892 "@criteria is the range of cells which contains the specified conditions.  "
1893 "The first row of a @criteria should contain the labels of the fields for "
1894 "which the criteria are for.  Cells below the labels specify conditions, for "
1895 "example, ``>3'' or ``<9''.  Equality condition can be given simply by "
1896 "specifying a value, e.g. ``3'' or ``John''. \n"
1897 "Each row in @criteria specifies a separate condition. If a row in @database "
1898 "matches a row in @criteria, then that row is counted. Technically speaking, "
1899 "this a boolean OR operation between the rows in @criteria.\n"
1900 "If @criteria specifies more than one column, then each of the conditions in "
1901 "the specified columns must be true for the row in @database to match. "
1902 "Technically speaking, this is a boolean AND operation between the columns in "
1903 "@criteria.\n"
1904 "\n"
1905 "@EXAMPLES=\n"
1906 "Let us assume that the range A1:C7 contain the following values:\n"
1907 "Name    Age     Salary\n"
1908 "John    34      54342\n"
1909 "Bill    35      22343\n"
1910 "Clark   29      34323\n"
1911 "Bob     43      47242\n"
1912 "Susan   37      42932\n"
1913 "Jill    45      45324\n"
1914 "\n"
1915 "In addition, the cells A9:B11 contain the following values:\n"
1916 "Age     Salary\n"
1917 "<30\n"
1918 ">40     >46000\n"
1919 "\n"
1920 "DMAX(A1:C7, \"Salary\", A9:A11) equals 47242.\n"
1921 "DMAX(A1:C7, \"Age\", A9:A11) equals 45.\n"
1922 "DMAX(A1:C7, \"Age\", A9:B11) equals 43.\n"
1923 "\n"
1924 "@SEEALSO=DMIN"
1925 msgstr ""
1927 #: plugins/fn-database/functions.c:639
1928 msgid ""
1929 "@FUNCTION=DMIN\n"
1930 "@SYNTAX=DMIN(database,field,criteria)\n"
1931 "@DESCRIPTION=DMIN function returns the smallest number in a column that "
1932 "match conditions specified.\n"
1933 "\n"
1934 "@database is a range of cells in which rows of related information are "
1935 "records and columns of data are fields. The first row of a database contains "
1936 "labels for each column. \n"
1937 "\n"
1938 "@field specifies which column is used in the function.  If @field is an "
1939 "integer, for example 2, the second column is used. Field can also be the "
1940 "label of a column.  For example, ``Age'' refers to the column with the label "
1941 "``Age'' in @database range. \n"
1942 "\n"
1943 "@criteria is the range of cells which contains the specified conditions.  "
1944 "The first row of a @criteria should contain the labels of the fields for "
1945 "which the criteria are for.  Cells below the labels specify conditions, for "
1946 "example, ``>3'' or ``<9''.  Equality condition can be given simply by "
1947 "specifying a value, e.g. ``3'' or ``John''. \n"
1948 "Each row in @criteria specifies a separate condition. If a row in @database "
1949 "matches a row in @criteria, then that row is counted. Technically speaking, "
1950 "this a boolean OR operation between the rows in @criteria.\n"
1951 "If @criteria specifies more than one column, then each of the conditions in "
1952 "the specified columns must be true for the row in @database to match. "
1953 "Technically speaking, this is a boolean AND operation between the columns in "
1954 "@criteria.\n"
1955 "\n"
1956 "@EXAMPLES=\n"
1957 "Let us assume that the range A1:C7 contain the following values:\n"
1958 "Name    Age     Salary\n"
1959 "John    34      54342\n"
1960 "Bill    35      22343\n"
1961 "Clark   29      34323\n"
1962 "Bob     43      47242\n"
1963 "Susan   37      42932\n"
1964 "Jill    45      45324\n"
1965 "\n"
1966 "In addition, the cells A9:B11 contain the following values:\n"
1967 "Age     Salary\n"
1968 "<30\n"
1969 ">40     >46000\n"
1970 "\n"
1971 "DMIN(A1:C7, \"Salary\", A9:B11) equals 34323.\n"
1972 "DMIN(A1:C7, \"Age\", A9:B11) equals 29.\n"
1973 "\n"
1974 "@SEEALSO=DMAX"
1975 msgstr ""
1977 #: plugins/fn-database/functions.c:711
1978 msgid ""
1979 "@FUNCTION=DPRODUCT\n"
1980 "@SYNTAX=DPRODUCT(database,field,criteria)\n"
1981 "@DESCRIPTION=DPRODUCT function returns the product of numbers in a column "
1982 "that match conditions specified.\n"
1983 "\n"
1984 "@database is a range of cells in which rows of related information are "
1985 "records and columns of data are fields. The first row of a database contains "
1986 "labels for each column. \n"
1987 "\n"
1988 "@field specifies which column is used in the function.  If @field is an "
1989 "integer, for example 2, the second column is used. Field can also be the "
1990 "label of a column.  For example, ``Age'' refers to the column with the label "
1991 "``Age'' in @database range. \n"
1992 "\n"
1993 "@criteria is the range of cells which contains the specified conditions.  "
1994 "The first row of a @criteria should contain the labels of the fields for "
1995 "which the criteria are for.  Cells below the labels specify conditions, for "
1996 "example, ``>3'' or ``<9''.  Equality condition can be given simply by "
1997 "specifying a value, e.g. ``3'' or ``John''. \n"
1998 "Each row in @criteria specifies a separate condition. If a row in @database "
1999 "matches a row in @criteria, then that row is counted. Technically speaking, "
2000 "this a boolean OR operation between the rows in @criteria.\n"
2001 "If @criteria specifies more than one column, then each of the conditions in "
2002 "the specified columns must be true for the row in @database to match. "
2003 "Technically speaking, this is a boolean AND operation between the columns in "
2004 "@criteria.\n"
2005 "\n"
2006 "@EXAMPLES=\n"
2007 "Let us assume that the range A1:C7 contain the following values:\n"
2008 "Name    Age     Salary\n"
2009 "John    34      54342\n"
2010 "Bill    35      22343\n"
2011 "Clark   29      34323\n"
2012 "Bob     43      47242\n"
2013 "Susan   37      42932\n"
2014 "Jill    45      45324\n"
2015 "\n"
2016 "In addition, the cells A9:B11 contain the following values:\n"
2017 "Age     Salary\n"
2018 "<30\n"
2019 ">40     >46000\n"
2020 "\n"
2021 "DPRODUCT(A1:C7, \"Age\", A9:B11) equals 1247.\n"
2022 "\n"
2023 "@SEEALSO=DSUM"
2024 msgstr ""
2026 #: plugins/fn-database/functions.c:783
2027 msgid ""
2028 "@FUNCTION=DSTDEV\n"
2029 "@SYNTAX=DSTDEV(database,field,criteria)\n"
2030 "@DESCRIPTION=DSTDEV function returns the estimate of the standard deviation "
2031 "of a population based on a sample. The populations consists of numbers that "
2032 "match conditions specified.\n"
2033 "\n"
2034 "@database is a range of cells in which rows of related information are "
2035 "records and columns of data are fields. The first row of a database contains "
2036 "labels for each column. \n"
2037 "\n"
2038 "@field specifies which column is used in the function.  If @field is an "
2039 "integer, for example 2, the second column is used. Field can also be the "
2040 "label of a column.  For example, ``Age'' refers to the column with the label "
2041 "``Age'' in @database range. \n"
2042 "\n"
2043 "@criteria is the range of cells which contains the specified conditions.  "
2044 "The first row of a @criteria should contain the labels of the fields for "
2045 "which the criteria are for.  Cells below the labels specify conditions, for "
2046 "example, ``>3'' or ``<9''.  Equality condition can be given simply by "
2047 "specifying a value, e.g. ``3'' or ``John''. \n"
2048 "Each row in @criteria specifies a separate condition. If a row in @database "
2049 "matches a row in @criteria, then that row is counted. Technically speaking, "
2050 "this a boolean OR operation between the rows in @criteria.\n"
2051 "If @criteria specifies more than one column, then each of the conditions in "
2052 "the specified columns must be true for the row in @database to match. "
2053 "Technically speaking, this is a boolean AND operation between the columns in "
2054 "@criteria.\n"
2055 "\n"
2056 "@EXAMPLES=\n"
2057 "Let us assume that the range A1:C7 contain the following values:\n"
2058 "Name    Age     Salary\n"
2059 "John    34      54342\n"
2060 "Bill    35      22343\n"
2061 "Clark   29      34323\n"
2062 "Bob     43      47242\n"
2063 "Susan   37      42932\n"
2064 "Jill    45      45324\n"
2065 "\n"
2066 "In addition, the cells A9:B11 contain the following values:\n"
2067 "Age     Salary\n"
2068 "<30\n"
2069 ">40     >46000\n"
2070 "\n"
2071 "DSTDEV(A1:C7, \"Age\", A9:B11) equals 9.89949.\n"
2072 "DSTDEV(A1:C7, \"Salary\", A9:B11) equals 9135.112506.\n"
2073 "\n"
2074 "@SEEALSO=DSTDEVP"
2075 msgstr ""
2077 #: plugins/fn-database/functions.c:856
2078 msgid ""
2079 "@FUNCTION=DSTDEVP\n"
2080 "@SYNTAX=DSTDEVP(database,field,criteria)\n"
2081 "@DESCRIPTION=DSTDEVP function returns the standard deviation of a population "
2082 "based on the entire populations. The populations consists of numbers that "
2083 "match conditions specified.\n"
2084 "\n"
2085 "@database is a range of cells in which rows of related information are "
2086 "records and columns of data are fields. The first row of a database contains "
2087 "labels for each column. \n"
2088 "\n"
2089 "@field specifies which column is used in the function.  If @field is an "
2090 "integer, for example 2, the second column is used. Field can also be the "
2091 "label of a column.  For example, ``Age'' refers to the column with the label "
2092 "``Age'' in @database range. \n"
2093 "\n"
2094 "@criteria is the range of cells which contains the specified conditions.  "
2095 "The first row of a @criteria should contain the labels of the fields for "
2096 "which the criteria are for.  Cells below the labels specify conditions, for "
2097 "example, ``>3'' or ``<9''.  Equality condition can be given simply by "
2098 "specifying a value, e.g. ``3'' or ``John''. \n"
2099 "Each row in @criteria specifies a separate condition. If a row in @database "
2100 "matches a row in @criteria, then that row is counted. Technically speaking, "
2101 "this a boolean OR operation between the rows in @criteria.\n"
2102 "If @criteria specifies more than one column, then each of the conditions in "
2103 "the specified columns must be true for the row in @database to match. "
2104 "Technically speaking, this is a boolean AND operation between the columns in "
2105 "@criteria.\n"
2106 "\n"
2107 "@EXAMPLES=\n"
2108 "Let us assume that the range A1:C7 contain the following values:\n"
2109 "Name    Age     Salary\n"
2110 "John    34      54342\n"
2111 "Bill    35      22343\n"
2112 "Clark   29      34323\n"
2113 "Bob     43      47242\n"
2114 "Susan   37      42932\n"
2115 "Jill    45      45324\n"
2116 "\n"
2117 "In addition, the cells A9:B11 contain the following values:\n"
2118 "Age     Salary\n"
2119 "<30\n"
2120 ">40     >46000\n"
2121 "\n"
2122 "DSTDEVP(A1:C7, \"Age\", A9:B11) equals 7.\n"
2123 "DSTDEVP(A1:C7, \"Salary\", A9:B11) equals 6459.5.\n"
2124 "\n"
2125 "@SEEALSO=DSTDEV"
2126 msgstr ""
2128 #: plugins/fn-database/functions.c:929
2129 msgid ""
2130 "@FUNCTION=DSUM\n"
2131 "@SYNTAX=DSUM(database,field,criteria)\n"
2132 "@DESCRIPTION=DSUM function returns the sum of numbers in a column that match "
2133 "conditions specified.\n"
2134 "\n"
2135 "@database is a range of cells in which rows of related information are "
2136 "records and columns of data are fields. The first row of a database contains "
2137 "labels for each column. \n"
2138 "\n"
2139 "@field specifies which column is used in the function.  If @field is an "
2140 "integer, for example 2, the second column is used. Field can also be the "
2141 "label of a column.  For example, ``Age'' refers to the column with the label "
2142 "``Age'' in @database range. \n"
2143 "\n"
2144 "@criteria is the range of cells which contains the specified conditions.  "
2145 "The first row of a @criteria should contain the labels of the fields for "
2146 "which the criteria are for.  Cells below the labels specify conditions, for "
2147 "example, ``>3'' or ``<9''.  Equality condition can be given simply by "
2148 "specifying a value, e.g. ``3'' or ``John''. \n"
2149 "Each row in @criteria specifies a separate condition. If a row in @database "
2150 "matches a row in @criteria, then that row is counted. Technically speaking, "
2151 "this a boolean OR operation between the rows in @criteria.\n"
2152 "If @criteria specifies more than one column, then each of the conditions in "
2153 "the specified columns must be true for the row in @database to match. "
2154 "Technically speaking, this is a boolean AND operation between the columns in "
2155 "@criteria.\n"
2156 "\n"
2157 "@EXAMPLES=\n"
2158 "Let us assume that the range A1:C7 contain the following values:\n"
2159 "Name    Age     Salary\n"
2160 "John    34      54342\n"
2161 "Bill    35      22343\n"
2162 "Clark   29      34323\n"
2163 "Bob     43      47242\n"
2164 "Susan   37      42932\n"
2165 "Jill    45      45324\n"
2166 "\n"
2167 "In addition, the cells A9:B11 contain the following values:\n"
2168 "Age     Salary\n"
2169 "<30\n"
2170 ">40     >46000\n"
2171 "\n"
2172 "DSUM(A1:C7, \"Age\", A9:B11) equals 72.\n"
2173 "DSUM(A1:C7, \"Salary\", A9:B11) equals 81565.\n"
2174 "\n"
2175 "@SEEALSO=DPRODUCT"
2176 msgstr ""
2178 #: plugins/fn-database/functions.c:1002
2179 msgid ""
2180 "@FUNCTION=DVAR\n"
2181 "@SYNTAX=DVAR(database,field,criteria)\n"
2182 "@DESCRIPTION=DVAR function returns the estimate of variance of a population "
2183 "based on a sample. The populations consists of numbers that match conditions "
2184 "specified.\n"
2185 "\n"
2186 "@database is a range of cells in which rows of related information are "
2187 "records and columns of data are fields. The first row of a database contains "
2188 "labels for each column. \n"
2189 "\n"
2190 "@field specifies which column is used in the function.  If @field is an "
2191 "integer, for example 2, the second column is used. Field can also be the "
2192 "label of a column.  For example, ``Age'' refers to the column with the label "
2193 "``Age'' in @database range. \n"
2194 "\n"
2195 "@criteria is the range of cells which contains the specified conditions.  "
2196 "The first row of a @criteria should contain the labels of the fields for "
2197 "which the criteria are for.  Cells below the labels specify conditions, for "
2198 "example, ``>3'' or ``<9''.  Equality condition can be given simply by "
2199 "specifying a value, e.g. ``3'' or ``John''. \n"
2200 "Each row in @criteria specifies a separate condition. If a row in @database "
2201 "matches a row in @criteria, then that row is counted. Technically speaking, "
2202 "this a boolean OR operation between the rows in @criteria.\n"
2203 "If @criteria specifies more than one column, then each of the conditions in "
2204 "the specified columns must be true for the row in @database to match. "
2205 "Technically speaking, this is a boolean AND operation between the columns in "
2206 "@criteria.\n"
2207 "\n"
2208 "@EXAMPLES=\n"
2209 "Let us assume that the range A1:C7 contain the following values:\n"
2210 "Name    Age     Salary\n"
2211 "John    34      54342\n"
2212 "Bill    35      22343\n"
2213 "Clark   29      34323\n"
2214 "Bob     43      47242\n"
2215 "Susan   37      42932\n"
2216 "Jill    45      45324\n"
2217 "\n"
2218 "In addition, the cells A9:B11 contain the following values:\n"
2219 "Age     Salary\n"
2220 "<30\n"
2221 ">40     >46000\n"
2222 "\n"
2223 "DVAR(A1:C7, \"Age\", A9:B11) equals 98.\n"
2224 "DVAR(A1:C7, \"Salary\", A9:B11) equals 83450280.5.\n"
2225 "\n"
2226 "@SEEALSO=DVARP"
2227 msgstr ""
2229 #: plugins/fn-database/functions.c:1075
2230 msgid ""
2231 "@FUNCTION=DVARP\n"
2232 "@SYNTAX=DVARP(database,field,criteria)\n"
2233 "@DESCRIPTION=DVARP function returns the variance of a population based on "
2234 "the entire populations. The populations consists of numbers that match "
2235 "conditions specified.\n"
2236 "\n"
2237 "@database is a range of cells in which rows of related information are "
2238 "records and columns of data are fields. The first row of a database contains "
2239 "labels for each column. \n"
2240 "\n"
2241 "@field specifies which column is used in the function.  If @field is an "
2242 "integer, for example 2, the second column is used. Field can also be the "
2243 "label of a column.  For example, ``Age'' refers to the column with the label "
2244 "``Age'' in @database range. \n"
2245 "\n"
2246 "@criteria is the range of cells which contains the specified conditions.  "
2247 "The first row of a @criteria should contain the labels of the fields for "
2248 "which the criteria are for.  Cells below the labels specify conditions, for "
2249 "example, ``>3'' or ``<9''.  Equality condition can be given simply by "
2250 "specifying a value, e.g. ``3'' or ``John''. \n"
2251 "Each row in @criteria specifies a separate condition. If a row in @database "
2252 "matches a row in @criteria, then that row is counted. Technically speaking, "
2253 "this a boolean OR operation between the rows in @criteria.\n"
2254 "If @criteria specifies more than one column, then each of the conditions in "
2255 "the specified columns must be true for the row in @database to match. "
2256 "Technically speaking, this is a boolean AND operation between the columns in "
2257 "@criteria.\n"
2258 "\n"
2259 "@EXAMPLES=\n"
2260 "Let us assume that the range A1:C7 contain the following values:\n"
2261 "Name    Age     Salary\n"
2262 "John    34      54342\n"
2263 "Bill    35      22343\n"
2264 "Clark   29      34323\n"
2265 "Bob     43      47242\n"
2266 "Susan   37      42932\n"
2267 "Jill    45      45324\n"
2268 "\n"
2269 "In addition, the cells A9:B11 contain the following values:\n"
2270 "Age     Salary\n"
2271 "<30\n"
2272 ">40     >46000\n"
2273 "\n"
2274 "DVARP(A1:C7, \"Age\", A9:B11) equals 49.\n"
2275 "DVARP(A1:C7, \"Salary\", A9:B11) equals 41725140.25.\n"
2276 "\n"
2277 "@SEEALSO=DVAR"
2278 msgstr ""
2280 #: plugins/fn-database/functions.c:1148
2281 msgid ""
2282 "@FUNCTION=GETPIVOTDATA\n"
2283 "@SYNTAX=GETPIVOTDATA(pivot_table,field_name)\n"
2284 "@DESCRIPTION=GETPIVOTDATA function fetches summary data from a pivot table. "
2285 "@pivot_table is a cell range containing the pivot table. @field_name is the "
2286 "name of the field of which you want the summary data.\n"
2287 "\n"
2288 "* If the summary data is unavailable, GETPIVOTDATA returns #REF! error.\n"
2289 "\n"
2290 "@EXAMPLES=\n"
2291 "\n"
2292 "@SEEALSO="
2293 msgstr ""
2295 #: plugins/fn-database/functions.c:1193 plugins/fn-database/functions.c:1196
2296 #: plugins/fn-database/functions.c:1199 plugins/fn-database/functions.c:1202
2297 #: plugins/fn-database/functions.c:1205 plugins/fn-database/functions.c:1208
2298 #: plugins/fn-database/functions.c:1211 plugins/fn-database/functions.c:1214
2299 #: plugins/fn-database/functions.c:1217 plugins/fn-database/functions.c:1220
2300 #: plugins/fn-database/functions.c:1223 plugins/fn-database/functions.c:1226
2301 msgid "database,field,criteria"
2302 msgstr ""
2304 #. XL stores in lookup
2305 #: plugins/fn-database/functions.c:1231
2306 msgid "pivot_table,field_name"
2307 msgstr ""
2309 #: plugins/fn-database/plugin.xml.in.h:1 plugins/gda/plugin.xml.in.h:1
2310 msgid "Database"
2311 msgstr ""
2313 #: plugins/fn-database/plugin.xml.in.h:2
2314 msgid "Database Functions"
2315 msgstr ""
2317 #: plugins/fn-database/plugin.xml.in.h:3
2318 msgid "Functions looking up values in databases"
2319 msgstr ""
2321 #: plugins/fn-date/functions.c:62
2322 msgid ""
2323 "@FUNCTION=DATE\n"
2324 "@SYNTAX=DATE (year,month,day)\n"
2325 "@DESCRIPTION=DATE returns the number of days since the 1st of January of 1900"
2326 "(the date serial number) for the given year, month and day.\n"
2327 "\n"
2328 "* If @month < 1 or @month > 12, the year will be corrected.  A similar "
2329 "correction takes place for days.\n"
2330 "* The @years should be at least 1900.  If @years < 1900, it is assumed to be "
2331 "1900 + @years.\n"
2332 "* If the given date is not valid, DATE returns #NUM! error.\n"
2333 "* This function is Excel compatible.\n"
2334 "\n"
2335 "@EXAMPLES=\n"
2336 "DATE(2001, 3, 30) returns 'Mar 30, 2001'.\n"
2337 " \n"
2338 "@SEEALSO=TODAY, NOW"
2339 msgstr ""
2341 #: plugins/fn-date/functions.c:132
2342 msgid ""
2343 "@FUNCTION=UNIX2DATE\n"
2344 "@SYNTAX=UNIX2DATE(unixtime)\n"
2345 "@DESCRIPTION=UNIX2DATE converts a unix time into a spreadsheet date and "
2346 "time.\n"
2347 "\n"
2348 "A unix time is the number of seconds since midnight January 1, 1970.\n"
2349 "\n"
2350 "@EXAMPLES=\n"
2351 "\n"
2352 "@SEEALSO=NOW, DATE, DATE2UNIX"
2353 msgstr ""
2355 #: plugins/fn-date/functions.c:163
2356 msgid ""
2357 "@FUNCTION=DATE2UNIX\n"
2358 "@SYNTAX=DATE2UNIX(serial)\n"
2359 "@DESCRIPTION=DATE2UNIX converts a spreadsheet date and time serial number "
2360 "into a unix time.\n"
2361 "\n"
2362 "A unix time is the number of seconds since midnight January 1, 1970.\n"
2363 "\n"
2364 "@EXAMPLES=\n"
2365 "DATE2UNIX(\"01/01/2000\") equals 946656000.\n"
2366 "\n"
2367 "@SEEALSO=NOW, DATE, UNIX2DATE"
2368 msgstr ""
2370 #: plugins/fn-date/functions.c:197
2371 msgid ""
2372 "@FUNCTION=DATEVALUE\n"
2373 "@SYNTAX=DATEVALUE(date_str)\n"
2374 "@DESCRIPTION=DATEVALUE returns the serial number of the date.  @date_str is "
2375 "the string that contains the date. The value depends on the date "
2376 "convention.  The MS Excel 1900 convention dates things from Jan 1 1900 while "
2377 "the 1904 convention uses Jan 1 1904.\n"
2378 "\n"
2379 "* This function is Excel compatible.\n"
2380 "\n"
2381 "@EXAMPLES=\n"
2382 "DATEVALUE(\"1/1/1999\") equals 36161 (in the 1900 convention).\n"
2383 "@SEEALSO=DATE"
2384 msgstr ""
2386 #: plugins/fn-date/functions.c:222
2387 msgid ""
2388 "@FUNCTION=DATEDIF\n"
2389 "@SYNTAX=DATEDIF(date1,date2,interval)\n"
2390 "@DESCRIPTION=DATEDIF returns the difference between two dates.  @interval is "
2391 "one of six possible values:  \"y\", \"m\", \"d\", \"ym\", \"md\", and \"yd"
2392 "\".\n"
2393 "\n"
2394 "The first three options will return the number of complete years, months, or "
2395 "days, respectively, between the two dates specified.\n"
2396 "\n"
2397 "  \"ym\" will return the number of full months between the two dates, not "
2398 "including the difference in years.\n"
2399 "  \"md\" will return the number of full days between the two dates, not "
2400 "including the difference in months.\n"
2401 "  \"yd\" will return the number of full days between the two dates, not "
2402 "including the difference in years.\n"
2403 "\n"
2404 "* This function is Excel compatible.\n"
2405 "\n"
2406 "@EXAMPLES=\n"
2407 "DATEDIF(DATE(2000,4,30),DATE(2003,8,4),\"d\") equals 1191.\n"
2408 "DATEDIF(DATE(2000,4,30),DATE(2003,8,4),\"y\") equals 3.\n"
2409 "\n"
2410 "@SEEALSO=DATE"
2411 msgstr ""
2413 #: plugins/fn-date/functions.c:371
2414 msgid ""
2415 "@FUNCTION=EDATE\n"
2416 "@SYNTAX=EDATE(date,months)\n"
2417 "@DESCRIPTION=EDATE returns the serial number of the date that is the "
2418 "specified number of months before or after a given date.  @date is the "
2419 "serial number of the initial date and @months is the number of months before "
2420 "(negative number) or after (positive number) the initial date.\n"
2421 "\n"
2422 "* If @months is not an integer, it is truncated.\n"
2423 "* This function is Excel compatible.\n"
2424 "\n"
2425 "@EXAMPLES=\n"
2426 "EDATE(DATE(2001,12,30),2) returns 'Feb 28, 2002'.\n"
2427 "\n"
2428 "@SEEALSO=DATE"
2429 msgstr ""
2431 #: plugins/fn-date/functions.c:421
2432 msgid ""
2433 "@FUNCTION=TODAY\n"
2434 "@SYNTAX=TODAY()\n"
2435 "@DESCRIPTION=TODAY returns the serial number for today (the number of days "
2436 "elapsed since the 1st of January of 1900).\n"
2437 "\n"
2438 "* This function is Excel compatible.\n"
2439 "\n"
2440 "@EXAMPLES=\n"
2441 "TODAY() returns 'Nov 6, 2001' on that particular day.\n"
2442 " \n"
2443 "@SEEALSO=NOW"
2444 msgstr ""
2446 #: plugins/fn-date/functions.c:444
2447 msgid ""
2448 "@FUNCTION=NOW\n"
2449 "@SYNTAX=NOW ()\n"
2450 "@DESCRIPTION=NOW returns the serial number for the date and time at the time "
2451 "it is evaluated.\n"
2452 "\n"
2453 "Serial Numbers in Gnumeric are represented as follows:The integral part is "
2454 "the number of days since the 1st of January of 1900.  The decimal part "
2455 "represent the fraction of the day and is mapped into hour, minutes and "
2456 "seconds.\n"
2457 "\n"
2458 "For example: .0 represents the beginning of the day, and 0.5 represents "
2459 "noon.\n"
2460 "\n"
2461 "* This function is Excel compatible.\n"
2462 "\n"
2463 "@EXAMPLES=\n"
2464 "NOW().\n"
2465 "\n"
2466 "@SEEALSO=TODAY"
2467 msgstr ""
2469 #: plugins/fn-date/functions.c:475
2470 msgid ""
2471 "@FUNCTION=TIME\n"
2472 "@SYNTAX=TIME (hours,minutes,seconds)\n"
2473 "@DESCRIPTION=TIME returns a fraction representing the time of day.\n"
2474 "\n"
2475 "* This function is Excel compatible.\n"
2476 "\n"
2477 "@EXAMPLES=\n"
2478 "TIME(3, 5, 23) equals 3:05AM.\n"
2479 "\n"
2480 "@SEEALSO=HOUR"
2481 msgstr ""
2483 #: plugins/fn-date/functions.c:504
2484 msgid ""
2485 "@FUNCTION=TIMEVALUE\n"
2486 "@SYNTAX=TIMEVALUE (timetext)\n"
2487 "@DESCRIPTION=TIMEVALUE returns a fraction representing the time of day, a "
2488 "number between 0 and 1.\n"
2489 "\n"
2490 "* This function is Excel compatible.\n"
2491 "\n"
2492 "@EXAMPLES=\n"
2493 "TIMEVALUE(\"3:05\") equals 0.128472.\n"
2494 "TIMEVALUE(\"2:24:53 PM\") equals 0.600613.\n"
2495 "\n"
2496 "@SEEALSO=HOUR,MINUTE"
2497 msgstr ""
2499 #: plugins/fn-date/functions.c:529
2500 msgid ""
2501 "@FUNCTION=HOUR\n"
2502 "@SYNTAX=HOUR (date)\n"
2503 "@DESCRIPTION=HOUR converts a serial number to an hour.  The hour is returned "
2504 "as an integer in the range 0 (12:00 A.M.) to 23 (11:00 P.M.).\n"
2505 "\n"
2506 "* Note that Gnumeric will perform regular string to serial number conversion "
2507 "for you, so you can enter a date as a string.\n"
2508 "* This function is Excel compatible.\n"
2509 "\n"
2510 "@EXAMPLES=\n"
2511 "HOUR(0.128472) equals 3.\n"
2512 "\n"
2513 "@SEEALSO=MINUTE, NOW, TIME, SECOND"
2514 msgstr ""
2516 #: plugins/fn-date/functions.c:558
2517 msgid ""
2518 "@FUNCTION=MINUTE\n"
2519 "@SYNTAX=MINUTE (date)\n"
2520 "@DESCRIPTION=MINUTE converts a serial number to a minute.  The minute is "
2521 "returned as an integer in the range 0 to 59.\n"
2522 "\n"
2523 "* Note that Gnumeric will perform regular string to serial number conversion "
2524 "for you, so you can enter a date as a string.\n"
2525 "* This function is Excel compatible.\n"
2526 "\n"
2527 "@EXAMPLES=\n"
2528 "MINUTE(0.128472) equals 5.\n"
2529 "\n"
2530 "@SEEALSO=HOUR, NOW, TIME, SECOND"
2531 msgstr ""
2533 #: plugins/fn-date/functions.c:588
2534 msgid ""
2535 "@FUNCTION=SECOND\n"
2536 "@SYNTAX=SECOND (date)\n"
2537 "@DESCRIPTION=SECOND converts a serial number to a second.  The second is "
2538 "returned as an integer in the range 0 to 59.\n"
2539 "\n"
2540 "* Note that Gnumeric will perform regular string to serial number conversion "
2541 "for you, so you can enter a date as a string.\n"
2542 "* This function is Excel compatible.\n"
2543 "\n"
2544 "@EXAMPLES=\n"
2545 "SECOND(0.600613) equals 53.\n"
2546 "\n"
2547 "@SEEALSO=HOUR, MINUTE, NOW, TIME"
2548 msgstr ""
2550 #: plugins/fn-date/functions.c:618
2551 msgid ""
2552 "@FUNCTION=YEAR\n"
2553 "@SYNTAX=YEAR (date)\n"
2554 "@DESCRIPTION=YEAR converts a serial number to a year.\n"
2555 "\n"
2556 "* Note that Gnumeric will perform regular string to serial number conversion "
2557 "for you, so you can enter a date as a string.\n"
2558 "* This function is Excel compatible.\n"
2559 "\n"
2560 "@EXAMPLES=\n"
2561 "YEAR(DATE(2003, 4, 30)) equals 2003.\n"
2562 "\n"
2563 "@SEEALSO=DAY, MONTH, TIME, NOW"
2564 msgstr ""
2566 #: plugins/fn-date/functions.c:649
2567 msgid ""
2568 "@FUNCTION=MONTH\n"
2569 "@SYNTAX=MONTH (date)\n"
2570 "@DESCRIPTION=MONTH converts a serial number to a month.\n"
2571 "\n"
2572 "* Note that Gnumeric will perform regular string to serial number conversion "
2573 "for you, so you can enter a date as a string.\n"
2574 "* This function is Excel compatible.\n"
2575 "\n"
2576 "@EXAMPLES=\n"
2577 "MONTH(DATE(2003, 4, 30)) equals 4.\n"
2578 "\n"
2579 "@SEEALSO=DAY, TIME, NOW, YEAR"
2580 msgstr ""
2582 #: plugins/fn-date/functions.c:680
2583 msgid ""
2584 "@FUNCTION=DAY\n"
2585 "@SYNTAX=DAY (date)\n"
2586 "@DESCRIPTION=DAY converts a serial number to a day of month.\n"
2587 "\n"
2588 "* Note that Gnumeric will perform regular string to serial number conversion "
2589 "for you, so you can enter a date as a string.\n"
2590 "* This function is Excel compatible.\n"
2591 "\n"
2592 "@EXAMPLES=\n"
2593 "DAY(\"10/24/1968\") equals 24.\n"
2594 "\n"
2595 "@SEEALSO=MONTH, TIME, NOW, YEAR"
2596 msgstr ""
2598 #: plugins/fn-date/functions.c:711
2599 msgid ""
2600 "@FUNCTION=WEEKDAY\n"
2601 "@SYNTAX=WEEKDAY (date[, method])\n"
2602 "@DESCRIPTION=WEEKDAY converts a serial number to a weekday.\n"
2603 "\n"
2604 "This function returns an integer indicating the day of week.\n"
2605 "@METHOD indicates the numbering system.  It defaults to 1.\n"
2606 "\n"
2607 "  For @METHOD=1: Sunday is 1, Monday is 2, etc.\n"
2608 "  For @METHOD=2: Monday is 1, Tuesday is 2, etc.\n"
2609 "  For @METHOD=3: Monday is 0, Tuesday is 1, etc.\n"
2610 "\n"
2611 "* Note that Gnumeric will perform regular string to serial number conversion "
2612 "for you, so you can enter a date as a string.\n"
2613 "* This function is Excel compatible.\n"
2614 "\n"
2615 "@EXAMPLES=\n"
2616 "WEEKDAY(\"10/24/1968\") equals 5 (Thursday).\n"
2617 "\n"
2618 "@SEEALSO=DAY, MONTH, TIME, NOW, YEAR"
2619 msgstr ""
2621 #: plugins/fn-date/functions.c:762
2622 msgid ""
2623 "@FUNCTION=DAYS360 \n"
2624 "@SYNTAX=DAYS360 (date1,date2,method)\n"
2625 "@DESCRIPTION=DAYS360 returns the number of days from @date1 to @date2 "
2626 "following a 360-day calendar in which all months are assumed to have 30 "
2627 "days.\n"
2628 "\n"
2629 "* If @method is 1, the European method will be used.  In this case, if the "
2630 "day of the month is 31 it will be considered as 30.\n"
2631 "* If @method is 0 or omitted, the XL US method will be used.  This is a "
2632 "somewhat complicated industry standard method where the last day of February "
2633 "is considered to be the 30th day of the month, but only for the first date.\n"
2634 "* If @method is 2, a saner version of the US method is used in which both "
2635 "dates get the same February treatment.\n"
2636 "* Note that Gnumeric will perform regular string to serial number conversion "
2637 "for you, so you can enter a date as a string.\n"
2638 "* This function is mostly Excel compatible.\n"
2639 "\n"
2640 "@EXAMPLES=\n"
2641 "DAYS360(DATE(2003, 2, 3), DATE(2007, 4, 2)) equals 1499.\n"
2642 "\n"
2643 "@SEEALSO=MONTH, TIME, NOW, YEAR"
2644 msgstr ""
2646 #: plugins/fn-date/functions.c:816
2647 msgid ""
2648 "@FUNCTION=EOMONTH\n"
2649 "@SYNTAX=EOMONTH (start_date,months)\n"
2650 "@DESCRIPTION=EOMONTH returns the last day of the month which is @months from "
2651 "the @start_date.\n"
2652 "\n"
2653 "* EOMONTH returns #NUM! if @start_date or @months are invalid.\n"
2654 "* This function is Excel compatible.\n"
2655 "\n"
2656 "@EXAMPLES=\n"
2657 "If A1 contains 12/21/00 then EOMONTH(A1,0)=12/31/00, EOMONTH(A1,5)=5/31/01, "
2658 "and EOMONTH(A1,2)=2/28/01\n"
2659 "\n"
2660 "@SEEALSO=MONTH"
2661 msgstr ""
2663 #: plugins/fn-date/functions.c:865
2664 msgid ""
2665 "@FUNCTION=WORKDAY\n"
2666 "@SYNTAX=WORKDAY (start_date,days[,holidays])\n"
2667 "@DESCRIPTION=WORKDAY returns the date which is @days working days from the "
2668 "@start_date.  Weekends and holidays optionally supplied in @holidays are "
2669 "respected.\n"
2670 "\n"
2671 "* WORKDAY returns #NUM! if @start_date or @days are invalid.\n"
2672 "* This function is Excel compatible.\n"
2673 "\n"
2674 "@EXAMPLES=\n"
2675 "DAY(WORKDAY(DATE(2001,1,5),30)) equals 16 and\n"
2676 "MONTH(WORKDAY(DATE(2001,1,5),30)) equals 2.\n"
2677 "\n"
2678 "@SEEALSO=NETWORKDAYS"
2679 msgstr ""
2681 #. Path of the current directory or folder.
2682 #. Absolute A1-style reference, as text, prepended with "$A:"
2683 #. * for Lotus 1-2-3 release 3.x compatibility. Returns the cell
2684 #. * reference of the top and leftmost cell visible in the
2685 #. * window, based on the current scrolling position.
2687 #: plugins/fn-date/functions.c:900 plugins/fn-eng/functions.c:100
2688 #: plugins/fn-info/functions.c:1276 plugins/fn-info/functions.c:1292
2689 msgid "Unimplemented"
2690 msgstr ""
2692 #: plugins/fn-date/functions.c:933
2693 msgid ""
2694 "@FUNCTION=NETWORKDAYS\n"
2695 "@SYNTAX=NETWORKDAYS (start_date,end_date[,holidays])\n"
2696 "@DESCRIPTION=NETWORKDAYS returns the number of non-weekend non-holidays "
2697 "between @start_date and @end_date including these dates. Holidays are "
2698 "optionally supplied in @holidays.\n"
2699 "\n"
2700 "* NETWORKDAYS returns #NUM! if @start_date or @end_date are invalid.\n"
2701 "* This function is Excel compatible.\n"
2702 "\n"
2703 "@EXAMPLES=\n"
2704 "NETWORKDAYS(DATE(2001,1,2),DATE(2001,2,15)) equals 33.\n"
2705 "\n"
2706 "@SEEALSO=WORKDAY"
2707 msgstr ""
2709 #: plugins/fn-date/functions.c:1058
2710 msgid ""
2711 "@FUNCTION=ISOWEEKNUM\n"
2712 "@SYNTAX=ISOWEEKNUM (date)\n"
2713 "@DESCRIPTION=ISOWEEKNUM returns the ISO 8601 week number of @date.\n"
2714 "\n"
2715 "An ISO 8601 week starts on Monday. Weeks are numbered from 1. A week "
2716 "including days from two different years is assigned to the year which "
2717 "includes the most days. This means that Dec 31 could be in week 1 of the "
2718 "following year, and Jan 1 could be in week 52 or 53 of the previous year. "
2719 "ISOWEEKNUM returns the week number.\n"
2720 "\n"
2721 "* ISOWEEKNUM returns #NUM! if date is invalid.\n"
2722 "\n"
2723 "@EXAMPLES=\n"
2724 "If A1 contains 12/21/00 then ISOWEEKNUM(A1)=51\n"
2725 "@SEEALSO=WEEKNUM, ISOYEAR"
2726 msgstr ""
2728 #: plugins/fn-date/functions.c:1092
2729 msgid ""
2730 "@FUNCTION=ISOYEAR\n"
2731 "@SYNTAX=ISOYEAR (date)\n"
2732 "@DESCRIPTION=ISOYEAR returns the year of the ISO 8601 week number of @date.\n"
2733 "\n"
2734 "An ISO 8601 week starts on Monday. Weeks are numbered from 1. A week "
2735 "including days from two different years is assigned to the year which "
2736 "includes the most days. This means that Dec 31 could be in week 1 of the "
2737 "following year, and Jan 1 could be in week 52 or 53 of the previous year. "
2738 "ISOYEAR returns the year the week is assigned to.\n"
2739 "\n"
2740 "* ISOYEAR returns #NUM! if date is invalid.\n"
2741 "@EXAMPLES=\n"
2742 "If A1 contains 12/31/2001 then ISOYEAR(A1)=2002\n"
2743 "@SEEALSO=ISOWEEKNUM"
2744 msgstr ""
2746 #: plugins/fn-date/functions.c:1139
2747 msgid ""
2748 "@FUNCTION=WEEKNUM\n"
2749 "@SYNTAX=WEEKNUM (date[,method])\n"
2750 "@DESCRIPTION=WEEKNUM returns the week number of @date according to the given "
2751 "@method.\n"
2752 "\n"
2753 "@method defaults to 1.\n"
2754 "\n"
2755 "  For @method=1, week starts on Sunday, and days before first Sunday are in "
2756 "week 0.\n"
2757 "  For @method=2, week starts on Monday, and days before first Monday are in "
2758 "week 0.\n"
2759 "  For @method=150, the ISO 8601 week number is returned.\n"
2760 "\n"
2761 "* WEEKNUM returns #NUM! if @date or @method is invalid.\n"
2762 "* This function is Excel compatible, except that Excel does not support ISO "
2763 "8601 week numbers.\n"
2764 "\n"
2765 "@EXAMPLES=\n"
2766 "If A1 contains 12/21/00 then WEEKNUM(A1,2)=51\n"
2767 "@SEEALSO=ISOWEEKNUM"
2768 msgstr ""
2770 #: plugins/fn-date/functions.c:1184
2771 msgid ""
2772 "@FUNCTION=YEARFRAC\n"
2773 "@SYNTAX=YEARFRAC (start_date, end_date [,basis])\n"
2774 "@DESCRIPTION=YEARFRAC returns the number of full days between @start_date "
2775 "and @end_date according to the @basis.\n"
2776 "\n"
2777 "@EXAMPLES=\n"
2778 "\n"
2779 "@SEEALSO=DATEDIF"
2780 msgstr ""
2782 #: plugins/fn-date/functions.c:1217
2783 msgid "year,month,day"
2784 msgstr ""
2786 #: plugins/fn-date/functions.c:1221
2787 msgid "date_str"
2788 msgstr ""
2790 #: plugins/fn-date/functions.c:1225
2791 msgid "date1,date2,interval"
2792 msgstr ""
2794 #: plugins/fn-date/functions.c:1229 plugins/fn-date/functions.c:1253
2795 #: plugins/fn-date/functions.c:1281 plugins/fn-date/functions.c:1285
2796 #: plugins/fn-date/functions.c:1293 plugins/fn-date/functions.c:1297
2797 #: plugins/fn-date/functions.c:1310 plugins/fn-date/functions.c:1314
2798 #: src/print-info.c:571
2799 msgid "date"
2800 msgstr ""
2802 #: plugins/fn-date/functions.c:1233
2803 msgid "date1,date2,method"
2804 msgstr ""
2806 #: plugins/fn-date/functions.c:1237
2807 msgid "date,months"
2808 msgstr ""
2810 #: plugins/fn-date/functions.c:1241
2811 msgid "start_date,months"
2812 msgstr ""
2814 #: plugins/fn-date/functions.c:1245 plugins/fn-date/functions.c:1249
2815 #: plugins/fn-date/functions.c:1265 src/print-info.c:572
2816 msgid "time"
2817 msgstr ""
2819 #: plugins/fn-date/functions.c:1257
2820 msgid "start_date,end_date,holidays"
2821 msgstr ""
2823 #: plugins/fn-date/functions.c:1269
2824 msgid "hours,minutes,seconds"
2825 msgstr ""
2827 #: plugins/fn-date/functions.c:1273
2828 msgid "timetext"
2829 msgstr ""
2831 #: plugins/fn-date/functions.c:1289
2832 msgid "date,days,holidays"
2833 msgstr ""
2835 #: plugins/fn-date/functions.c:1302
2836 msgid "unixtime"
2837 msgstr ""
2839 #: plugins/fn-date/functions.c:1306
2840 msgid "serial"
2841 msgstr ""
2843 #: plugins/fn-date/plugin.xml.in.h:1
2844 msgid "Date and Time Functions"
2845 msgstr ""
2847 #: plugins/fn-date/plugin.xml.in.h:2
2848 msgid "Date/Time"
2849 msgstr ""
2851 #: plugins/fn-date/plugin.xml.in.h:3
2852 msgid "Functions manipulating dates and time"
2853 msgstr ""
2855 #: plugins/fn-eng/functions.c:115
2856 msgid ""
2857 "@FUNCTION=BIN2DEC\n"
2858 "@SYNTAX=BIN2DEC(x)\n"
2859 "@DESCRIPTION=BIN2DEC function converts a binary number in string or number "
2860 "to its decimal equivalent.\n"
2861 "\n"
2862 "* This function is Excel compatible.\n"
2863 "\n"
2864 "@EXAMPLES=\n"
2865 "BIN2DEC(101) equals 5.\n"
2866 "\n"
2867 "@SEEALSO=DEC2BIN, BIN2OCT, BIN2HEX"
2868 msgstr ""
2870 #: plugins/fn-eng/functions.c:138
2871 msgid ""
2872 "@FUNCTION=BIN2OCT\n"
2873 "@SYNTAX=BIN2OCT(number[,places])\n"
2874 "@DESCRIPTION=BIN2OCT function converts a binary number to an octal number. "
2875 "@places is an optional field, specifying to zero pad to that number of "
2876 "spaces.\n"
2877 "\n"
2878 "* If @places is too small or negative #NUM! error is returned.\n"
2879 "* This function is Excel compatible.\n"
2880 "\n"
2881 "@EXAMPLES=\n"
2882 "BIN2OCT(110111) equals 67.\n"
2883 "\n"
2884 "@SEEALSO=OCT2BIN, BIN2DEC, BIN2HEX"
2885 msgstr ""
2887 #: plugins/fn-eng/functions.c:164
2888 msgid ""
2889 "@FUNCTION=BIN2HEX\n"
2890 "@SYNTAX=BIN2HEX(number[,places])\n"
2891 "@DESCRIPTION=BIN2HEX function converts a binary number to a hexadecimal "
2892 "number.  @places is an optional field, specifying to zero pad to that number "
2893 "of spaces.\n"
2894 "\n"
2895 "* If @places is too small or negative #NUM! error is returned.\n"
2896 "* This function is Excel compatible.\n"
2897 "\n"
2898 "@EXAMPLES=\n"
2899 "BIN2HEX(100111) equals 27.\n"
2900 "\n"
2901 "@SEEALSO=HEX2BIN, BIN2OCT, BIN2DEC"
2902 msgstr ""
2904 #: plugins/fn-eng/functions.c:190
2905 msgid ""
2906 "@FUNCTION=DEC2BIN\n"
2907 "@SYNTAX=DEC2BIN(number[,places])\n"
2908 "@DESCRIPTION=DEC2BIN function converts a decimal number to a binary number. "
2909 "@places is an optional field, specifying to zero pad to that number of "
2910 "spaces.\n"
2911 "\n"
2912 "* If @places is too small or negative #NUM! error is returned.\n"
2913 "* This function is Excel compatible.\n"
2914 "\n"
2915 "@EXAMPLES=\n"
2916 "DEC2BIN(42) equals 101010.\n"
2917 "\n"
2918 "@SEEALSO=BIN2DEC, DEC2OCT, DEC2HEX"
2919 msgstr ""
2921 #: plugins/fn-eng/functions.c:216
2922 msgid ""
2923 "@FUNCTION=DEC2OCT\n"
2924 "@SYNTAX=DEC2OCT(number[,places])\n"
2925 "@DESCRIPTION=DEC2OCT function converts a decimal number to an octal number. "
2926 "@places is an optional field, specifying to zero pad to that number of "
2927 "spaces.\n"
2928 "\n"
2929 "* If @places is too small or negative #NUM! error is returned.\n"
2930 "* This function is Excel compatible.\n"
2931 "\n"
2932 "@EXAMPLES=\n"
2933 "DEC2OCT(42) equals 52.\n"
2934 "\n"
2935 "@SEEALSO=OCT2DEC, DEC2BIN, DEC2HEX"
2936 msgstr ""
2938 #: plugins/fn-eng/functions.c:242
2939 msgid ""
2940 "@FUNCTION=DEC2HEX\n"
2941 "@SYNTAX=DEC2HEX(number[,places])\n"
2942 "@DESCRIPTION=DEC2HEX function converts a decimal number to a hexadecimal "
2943 "number. @places is an optional field, specifying to zero pad to that number "
2944 "of spaces.\n"
2945 "\n"
2946 "* If @places is too small or negative #NUM! error is returned.\n"
2947 "* This function is Excel compatible.\n"
2948 "\n"
2949 "@EXAMPLES=\n"
2950 "DEC2HEX(42) equals 2A.\n"
2951 "\n"
2952 "@SEEALSO=HEX2DEC, DEC2BIN, DEC2OCT"
2953 msgstr ""
2955 #: plugins/fn-eng/functions.c:268
2956 msgid ""
2957 "@FUNCTION=OCT2DEC\n"
2958 "@SYNTAX=OCT2DEC(x)\n"
2959 "@DESCRIPTION=OCT2DEC function converts an octal number in a string or number "
2960 "to its decimal equivalent.\n"
2961 "\n"
2962 "* This function is Excel compatible.\n"
2963 "\n"
2964 "@EXAMPLES=\n"
2965 "OCT2DEC(\"124\") equals 84.\n"
2966 "\n"
2967 "@SEEALSO=DEC2OCT, OCT2BIN, OCT2HEX"
2968 msgstr ""
2970 #: plugins/fn-eng/functions.c:291
2971 msgid ""
2972 "@FUNCTION=OCT2BIN\n"
2973 "@SYNTAX=OCT2BIN(number[,places])\n"
2974 "@DESCRIPTION=OCT2BIN function converts an octal number to a binary number.  "
2975 "@places is an optional field, specifying to zero pad to that number of "
2976 "spaces.\n"
2977 "\n"
2978 "* If @places is too small or negative #NUM! error is returned.\n"
2979 "* This function is Excel compatible.\n"
2980 "\n"
2981 "@EXAMPLES=\n"
2982 "OCT2BIN(\"213\") equals 10001011.\n"
2983 "\n"
2984 "@SEEALSO=BIN2OCT, OCT2DEC, OCT2HEX"
2985 msgstr ""
2987 #: plugins/fn-eng/functions.c:317
2988 msgid ""
2989 "@FUNCTION=OCT2HEX\n"
2990 "@SYNTAX=OCT2HEX(number[,places])\n"
2991 "@DESCRIPTION=OCT2HEX function converts an octal number to a hexadecimal "
2992 "number.  @places is an optional field, specifying to zero pad to that number "
2993 "of spaces.\n"
2994 "\n"
2995 "* If @places is too small or negative #NUM! error is returned.\n"
2996 "* This function is Excel compatible.\n"
2997 "\n"
2998 "@EXAMPLES=\n"
2999 "OCT2HEX(132) equals 5A.\n"
3000 "\n"
3001 "@SEEALSO=HEX2OCT, OCT2BIN, OCT2DEC"
3002 msgstr ""
3004 #: plugins/fn-eng/functions.c:343
3005 msgid ""
3006 "@FUNCTION=HEX2BIN\n"
3007 "@SYNTAX=HEX2BIN(number[,places])\n"
3008 "@DESCRIPTION=HEX2BIN function converts a hexadecimal number to a binary "
3009 "number.  @places is an optional field, specifying to zero pad to that number "
3010 "of spaces.\n"
3011 "\n"
3012 "* If @places is too small or negative #NUM! error is returned.\n"
3013 "* This function is Excel compatible.\n"
3014 "\n"
3015 "@EXAMPLES=\n"
3016 "HEX2BIN(\"2A\") equals 101010.\n"
3017 "\n"
3018 "@SEEALSO=BIN2HEX, HEX2OCT, HEX2DEC"
3019 msgstr ""
3021 #: plugins/fn-eng/functions.c:369
3022 msgid ""
3023 "@FUNCTION=HEX2OCT\n"
3024 "@SYNTAX=HEX2OCT(number[,places])\n"
3025 "@DESCRIPTION=HEX2OCT function converts a hexadecimal number to an octal "
3026 "number.  @places is an optional field, specifying to zero pad to that number "
3027 "of spaces.\n"
3028 "\n"
3029 "* If @places is too small or negative #NUM! error is returned.\n"
3030 "* This function is Excel compatible.\n"
3031 "\n"
3032 "@EXAMPLES=\n"
3033 "HEX2OCT(\"2A\") equals 52.\n"
3034 "\n"
3035 "@SEEALSO=OCT2HEX, HEX2BIN, HEX2DEC"
3036 msgstr ""
3038 #: plugins/fn-eng/functions.c:395
3039 msgid ""
3040 "@FUNCTION=HEX2DEC\n"
3041 "@SYNTAX=HEX2DEC(x)\n"
3042 "@DESCRIPTION=HEX2DEC function converts a hexadecimal number to its decimal "
3043 "equivalent.\n"
3044 "\n"
3045 "* This function is Excel compatible.\n"
3046 "\n"
3047 "@EXAMPLES=\n"
3048 "HEX2DEC(\"2A\") equals 42.\n"
3049 "\n"
3050 "@SEEALSO=DEC2HEX, HEX2BIN, HEX2OCT"
3051 msgstr ""
3053 #: plugins/fn-eng/functions.c:418
3054 msgid ""
3055 "@FUNCTION=BESSELI\n"
3056 "@SYNTAX=BESSELI(x,y)\n"
3057 "@DESCRIPTION=BESSELI function returns the Neumann, Weber or Bessel "
3058 "function.\n"
3059 "\n"
3060 "@x is where the function is evaluated. @y is the order of the Bessel "
3061 "function, if non-integer it is truncated.\n"
3062 "\n"
3063 "* If @x or @y are not numeric a #VALUE! error is returned.\n"
3064 "* If @y < 0 a #NUM! error is returned.\n"
3065 "* This function is Excel compatible.\n"
3066 "\n"
3067 "@EXAMPLES=\n"
3068 "BESSELI(0.7,3) equals 0.007367374.\n"
3069 "\n"
3070 "@SEEALSO=BESSELJ,BESSELK,BESSELY"
3071 msgstr ""
3073 #: plugins/fn-eng/functions.c:456
3074 msgid ""
3075 "@FUNCTION=BESSELK\n"
3076 "@SYNTAX=BESSELK(x,y)\n"
3077 "@DESCRIPTION=BESSELK function returns the Neumann, Weber or Bessel function. "
3078 "@x is where the function is evaluated. @y is the order of the Bessel "
3079 "function, if non-integer it is truncated.\n"
3080 "\n"
3081 "* If @x or @y are not numeric a #VALUE! error is returned.\n"
3082 "* If @y < 0 a #NUM! error is returned.\n"
3083 "* This function is Excel compatible.\n"
3084 "\n"
3085 "@EXAMPLES=\n"
3086 "BESSELK(3,9) equals 397.95880.\n"
3087 "\n"
3088 "@SEEALSO=BESSELI,BESSELJ,BESSELY"
3089 msgstr ""
3091 #: plugins/fn-eng/functions.c:493
3092 msgid ""
3093 "@FUNCTION=BESSELJ\n"
3094 "@SYNTAX=BESSELJ(x,y)\n"
3095 "@DESCRIPTION=BESSELJ function returns the Bessel function with @x is where "
3096 "the function is evaluated. @y is the order of the Bessel function, if non-"
3097 "integer it is truncated.\n"
3098 "\n"
3099 "* If @x or @y are not numeric a #VALUE! error is returned.\n"
3100 "* If @y < 0 a #NUM! error is returned.\n"
3101 "* This function is Excel compatible.\n"
3102 "\n"
3103 "@EXAMPLES=\n"
3104 "BESSELJ(0.89,3) equals 0.013974004.\n"
3105 "\n"
3106 "@SEEALSO=BESSELI,BESSELK,BESSELY"
3107 msgstr ""
3109 #: plugins/fn-eng/functions.c:529
3110 msgid ""
3111 "@FUNCTION=BESSELY\n"
3112 "@SYNTAX=BESSELY(x,y)\n"
3113 "@DESCRIPTION=BESSELY function returns the Neumann, Weber or Bessel "
3114 "function.\n"
3115 "\n"
3116 "@x is where the function is evaluated. @y is the order of the Bessel "
3117 "function, if non-integer it is truncated.\n"
3118 "\n"
3119 "* If @x or @y are not numeric a #VALUE! error is returned.\n"
3120 "* If @y < 0 a #NUM! error is returned.\n"
3121 "* This function is Excel compatible.\n"
3122 "\n"
3123 "@EXAMPLES=\n"
3124 "BESSELY(4,2) equals 0.215903595.\n"
3125 "\n"
3126 "@SEEALSO=BESSELI,BESSELJ,BESSELK"
3127 msgstr ""
3129 #: plugins/fn-eng/functions.c:568
3130 msgid ""
3131 "@FUNCTION=CONVERT\n"
3132 "@SYNTAX=CONVERT(number,from_unit,to_unit)\n"
3133 "@DESCRIPTION=CONVERT returns a conversion from one measurement system to "
3134 "another.  For example, you can convert a weight in pounds to a weight in "
3135 "grams.  @number is the value you want to convert, @from_unit specifies the "
3136 "unit of the @number, and @to_unit is the unit for the result.\n"
3137 "\n"
3138 "@from_unit and @to_unit can be any of the following:\n"
3139 "\n"
3140 "Weight and mass:\n"
3141 "\t'g'  \t\tGram\n"
3142 "\t'sg' \t\tSlug\n"
3143 "\t'lbm'\t\tPound\n"
3144 "\t'u'  \t\tU (atomic mass)\n"
3145 "\t'ozm'\t\tOunce\n"
3146 "\n"
3147 "Distance:\n"
3148 "\t'm'   \t\tMeter\n"
3149 "\t'mi'  \t\tStatute mile\n"
3150 "\t'Nmi' \t\tNautical mile\n"
3151 "\t'in'  \t\tInch\n"
3152 "\t'ft'  \t\tFoot\n"
3153 "\t'yd'  \t\tYard\n"
3154 "\t'ang' \t\tAngstrom\n"
3155 "\t'Pica'\t\tPica\n"
3156 "\n"
3157 "Time:\n"
3158 "\t'yr'  \t\tYear\n"
3159 "\t'day' \t\tDay\n"
3160 "\t'hr'  \t\tHour\n"
3161 "\t'mn'  \t\tMinute\n"
3162 "\t'sec' \t\tSecond\n"
3163 "\n"
3164 "Pressure:\n"
3165 "\t'Pa'  \t\tPascal\n"
3166 "\t'atm' \t\tAtmosphere\n"
3167 "\t'mmHg'\tmm of Mercury\n"
3168 "\n"
3169 "Force:\n"
3170 "\t'N'   \t\tNewton\n"
3171 "\t'dyn' \t\tDyne\n"
3172 "\t'lbf' \t\tPound force\n"
3173 "\n"
3174 "Energy:\n"
3175 "\t'J'    \t\tJoule\n"
3176 "\t'e'    \t\tErg\n"
3177 "\t'c'    \t\tThermodynamic calorie\n"
3178 "\t'cal'  \t\tIT calorie\n"
3179 "\t'eV'   \tElectron volt\n"
3180 "\t'HPh'  \tHorsepower-hour\n"
3181 "\t'Wh'   \tWatt-hour\n"
3182 "\t'flb'  \t\tFoot-pound\n"
3183 "\t'BTU'  \tBTU\n"
3184 "\n"
3185 "Power:\n"
3186 "\t'HP'   \tHorsepower\n"
3187 "\t'W'    \tWatt\n"
3188 "\n"
3189 "Magnetism:\n"
3190 "\t'T'    \t\tTesla\n"
3191 "\t'ga'   \tGauss\n"
3192 "\n"
3193 "Temperature:\n"
3194 "\t'C'    \t\tDegree Celsius\n"
3195 "\t'F'    \t\tDegree Fahrenheit\n"
3196 "\t'K'    \t\tDegree Kelvin\n"
3197 "\n"
3198 "Liquid measure:\n"
3199 "\t'tsp'  \t\tTeaspoon\n"
3200 "\t'tbs'  \t\tTablespoon\n"
3201 "\t'oz'   \t\tFluid ounce\n"
3202 "\t'cup'  \tCup\n"
3203 "\t'pt'   \t\tPint\n"
3204 "\t'qt'   \t\tQuart\n"
3205 "\t'gal'  \t\tGallon\n"
3206 "\t'l'    \t\tLiter\n"
3207 "\n"
3208 "For metric units any of the following prefixes can be used:\n"
3209 "\t'Y'  \tyotta \t1E+24\n"
3210 "\t'Z'  \tzetta \t1E+21\n"
3211 "\t'E'  \texa   \t1E+18\n"
3212 "\t'P'  \tpeta  \t1E+15\n"
3213 "\t'T'  \ttera  \t\t1E+12\n"
3214 "\t'G'  \tgiga  \t1E+09\n"
3215 "\t'M'  \tmega  \t1E+06\n"
3216 "\t'k'  \tkilo  \t\t1E+03\n"
3217 "\t'h'  \thecto \t1E+02\n"
3218 "\t'e'  \tdeka  \t1E+01\n"
3219 "\t'd'  \tdeci  \t1E-01\n"
3220 "\t'c'  \tcenti \t\t1E-02\n"
3221 "\t'm'  \tmilli \t\t1E-03\n"
3222 "\t'u'  \tmicro \t1E-06\n"
3223 "\t'n'  \tnano  \t1E-09\n"
3224 "\t'p'  \tpico  \t1E-12\n"
3225 "\t'f'  \tfemto \t1E-15\n"
3226 "\t'a'  \tatto  \t\t1E-18\n"
3227 "\t'z'  \tzepto \t\t1E-21\n"
3228 "\t'y'  \tyocto \t\t1E-24\n"
3229 "\n"
3230 "* If @from_unit and @to_unit are different types, CONVERT returns #NUM! "
3231 "error.\n"
3232 "* This function is Excel compatible.\n"
3233 "\n"
3234 "@EXAMPLES=\n"
3235 "CONVERT(3,\"lbm\",\"g\") equals 1360.7769.\n"
3236 "CONVERT(5.8,\"m\",\"in\") equals 228.3465.\n"
3237 "CONVERT(7.9,\"cal\",\"J\") equals 33.07567.\n"
3238 "\n"
3239 "@SEEALSO="
3240 msgstr ""
3242 #: plugins/fn-eng/functions.c:983
3243 msgid ""
3244 "@FUNCTION=ERF\n"
3245 "@SYNTAX=ERF([lower limit,]upper_limit)\n"
3246 "@DESCRIPTION=ERF returns the error function.  With a single argument ERF "
3247 "returns the error function, defined as\n"
3248 "\n"
3249 "\terf(x) = 2/sqrt(pi)* integral from 0 to x of exp(-t*t) dt.\n"
3250 "\n"
3251 "If two arguments are supplied, they are the lower and upper limits of the "
3252 "integral.\n"
3253 "\n"
3254 "* If either @lower_limit or @upper_limit is not numeric a #VALUE! error is "
3255 "returned.\n"
3256 "* This function is upward-compatible with that in Excel. (If two arguments "
3257 "are supplied, Excel will not allow either to be negative.)\n"
3258 "\n"
3259 "@EXAMPLES=\n"
3260 "ERF(0.4) equals 0.428392355.\n"
3261 "ERF(1.6448536269515/SQRT(2)) equals 0.90.\n"
3262 "\n"
3263 "The second example shows that a random variable with a normal distribution "
3264 "has a 90 percent chance of falling within approximately 1.645 standard "
3265 "deviations of the mean.\n"
3266 "@SEEALSO=ERFC"
3267 msgstr ""
3269 #: plugins/fn-eng/functions.c:1030
3270 msgid ""
3271 "@FUNCTION=ERFC\n"
3272 "@SYNTAX=ERFC(x)\n"
3273 "@DESCRIPTION=ERFC function returns the complementary error function, defined "
3274 "as\n"
3275 "\n"
3276 "\t1 - erf(x).\n"
3277 "\n"
3278 "erfc(x) is calculated more accurately than 1 - erf(x) for arguments larger "
3279 "than about 0.5.\n"
3280 "\n"
3281 "* If @x is not numeric a #VALUE! error is returned.  \n"
3282 "@EXAMPLES=\n"
3283 "ERFC(6) equals 2.15197367e-17.\n"
3284 "\n"
3285 "@SEEALSO=ERF"
3286 msgstr ""
3288 #: plugins/fn-eng/functions.c:1060
3289 msgid ""
3290 "@FUNCTION=DELTA\n"
3291 "@SYNTAX=DELTA(x[,y])\n"
3292 "@DESCRIPTION=DELTA function tests for numerical equivalence of two "
3293 "arguments, returning 1 in case of equality.\n"
3294 "\n"
3295 "* @y is optional, and defaults to 0.\n"
3296 "* If either argument is non-numeric returns a #VALUE! error.\n"
3297 "* This function is Excel compatible.\n"
3298 "\n"
3299 "@EXAMPLES=\n"
3300 "DELTA(42.99,43) equals 0.\n"
3301 "\n"
3302 "@SEEALSO=EXACT,GESTEP"
3303 msgstr ""
3305 #: plugins/fn-eng/functions.c:1104 plugins/fn-eng/functions.c:1158
3306 msgid "Impossible"
3307 msgstr ""
3309 #: plugins/fn-eng/functions.c:1115
3310 msgid ""
3311 "@FUNCTION=GESTEP\n"
3312 "@SYNTAX=GESTEP(x[,y])\n"
3313 "@DESCRIPTION=GESTEP function test for if @x is >= @y, returning 1 if it is "
3314 "so, and 0 otherwise. @y is optional, and defaults to 0.\n"
3315 "\n"
3316 "* If either argument is non-numeric returns a #VALUE! error.\n"
3317 "* This function is Excel compatible.\n"
3318 "@EXAMPLES=\n"
3319 "GESTEP(5,4) equals 1.\n"
3320 "\n"
3321 "@SEEALSO=DELTA"
3322 msgstr ""
3324 #: plugins/fn-eng/plugin.xml.in.h:1
3325 msgid "Engineering"
3326 msgstr ""
3328 #: plugins/fn-eng/plugin.xml.in.h:2
3329 msgid "Engineering Functions"
3330 msgstr ""
3332 #: plugins/fn-eng/plugin.xml.in.h:3
3333 msgid "Functions for complex numbers, base conversions, and more"
3334 msgstr ""
3336 #: plugins/fn-financial/functions.c:306
3337 msgid ""
3338 "@FUNCTION=ACCRINT\n"
3339 "@SYNTAX=ACCRINT(issue,first_interest,settlement,rate,par,frequency[,basis])\n"
3340 "@DESCRIPTION=ACCRINT calculates the accrued interest for a security that "
3341 "pays periodic interest.\n"
3342 "\n"
3343 "@issue is the issue date of the security.  @first_interest is the first "
3344 "interest date of the security.  @settlement is the settlement date of the "
3345 "security.  The settlement date is always after the issue date (the date when "
3346 "the security is bought). @rate is the annual rate of the security and @par "
3347 "is the par value of the security. @frequency is the number of coupon "
3348 "payments per year.\n"
3349 "\n"
3350 "Allowed frequencies are:\n"
3351 "  1 = annual,\n"
3352 "  2 = semi,\n"
3353 "  4 = quarterly.\n"
3354 "\n"
3355 "@basis is the type of day counting system you want to use:\n"
3356 "\n"
3357 "  0  US 30/360\n"
3358 "  1  actual days/actual days\n"
3359 "  2  actual days/360\n"
3360 "  3  actual days/365\n"
3361 "  4  European 30/360\n"
3362 "\n"
3363 "* If @issue date, @first_interest date, or @settlement date is not valid, "
3364 "ACCRINT returns #NUM! error.\n"
3365 "* The dates must be @issue < @first_interest < @settlement, or ACCRINT "
3366 "returns #NUM! error.\n"
3367 "* If @rate <= 0 or @par <= 0 , ACCRINT returns #NUM! error.\n"
3368 "* If @basis is omitted, US 30/360 is applied.\n"
3369 "* If @basis < 0 or @basis > 4, ACCRINT returns #NUM! error.\n"
3370 "* If @issue date is after @settlement date or they are the same, ACCRINT "
3371 "returns #NUM! error.\n"
3372 "\n"
3373 "@EXAMPLES=\n"
3374 "\n"
3375 "@SEEALSO=ACCRINTM"
3376 msgstr ""
3378 #: plugins/fn-financial/functions.c:385
3379 msgid ""
3380 "@FUNCTION=ACCRINTM\n"
3381 "@SYNTAX=ACCRINTM(issue,maturity,rate[,par,basis])\n"
3382 "@DESCRIPTION=ACCRINTM calculates and returns the accrued interest for a "
3383 "security from @issue to @maturity date.\n"
3384 "\n"
3385 "@issue is the issue date of the security.  @maturity is the maturity date of "
3386 "the security.  @rate is the annual rate of the security and @par is the par "
3387 "value of the security. If you omit @par, ACCRINTM applies $1,000 instead.  "
3388 "@basis is the type of day counting system you want to use:\n"
3389 "\n"
3390 "  0  US 30/360\n"
3391 "  1  actual days/actual days\n"
3392 "  2  actual days/360\n"
3393 "  3  actual days/365\n"
3394 "  4  European 30/360\n"
3395 "\n"
3396 "* If @issue date or @maturity date is not valid, ACCRINTM returns #NUM! "
3397 "error.\n"
3398 "* If @rate <= 0 or @par <= 0, ACCRINTM returns #NUM! error.\n"
3399 "* If @basis is omitted, US 30/360 is applied.\n"
3400 "* If @basis < 0 or @basis > 4, ACCRINTM returns #NUM! error.\n"
3401 "* If @issue date is after @maturity date or they are the same, ACCRINTM "
3402 "returns #NUM! error.\n"
3403 "\n"
3404 "@EXAMPLES=\n"
3405 "\n"
3406 "@SEEALSO=ACCRINT"
3407 msgstr ""
3409 #: plugins/fn-financial/functions.c:440
3410 msgid ""
3411 "@FUNCTION=INTRATE\n"
3412 "@SYNTAX=INTRATE(settlement,maturity,investment,redemption[,basis])\n"
3413 "@DESCRIPTION=INTRATE calculates and returns the interest rate of a fully "
3414 "vested security.\n"
3415 "\n"
3416 "@settlement is the settlement date of the security.  @maturity is the "
3417 "maturity date of the security. @investment is the prize of the security paid "
3418 "at @settlement date and @redemption is the amount to be received at "
3419 "@maturity date.\n"
3420 "\n"
3421 "@basis is the type of day counting system you want to use:\n"
3422 "\n"
3423 "  0  US 30/360\n"
3424 "  1  actual days/actual days\n"
3425 "  2  actual days/360\n"
3426 "  3  actual days/365\n"
3427 "  4  European 30/360\n"
3428 "\n"
3429 "* If @settlement date or @maturity date is not valid, INTRATE returns #NUM! "
3430 "error.\n"
3431 "* If @basis is omitted, US 30/360 is applied.\n"
3432 "* If @basis < 0 or @basis > 4, INTRATE returns #NUM! error.\n"
3433 "* If @settlement date is after @maturity date or they are the same, INTRATE "
3434 "returns #NUM! error.\n"
3435 "\n"
3436 "@EXAMPLES=\n"
3437 "\n"
3438 "If you had a bond with a settlement date of April 15, 2000, maturity date "
3439 "September 30, 2000, investment of $100,000, redemption value $103,525, using "
3440 "the actual/actual basis, the bond discount rate is:\n"
3441 "=INTRATE(36631, 36799, 100000, 103525, 1) which equals 0.0648 or 6.48%\n"
3442 "@SEEALSO=RECEIVED, DATE"
3443 msgstr ""
3445 #: plugins/fn-financial/functions.c:502
3446 msgid ""
3447 "@FUNCTION=RECEIVED\n"
3448 "@SYNTAX=RECEIVED(settlement,maturity,investment,rate[,basis])\n"
3449 "@DESCRIPTION=RECEIVED calculates and returns the amount to be received at "
3450 "maturity date for a security bond.\n"
3451 "\n"
3452 "@settlement is the settlement date of the security.  @maturity is the "
3453 "maturity date of the security.  The amount of investment is specified in "
3454 "@investment.  @rate is the security's discount rate.\n"
3455 "\n"
3456 "@basis is the type of day counting system you want to use:\n"
3457 "\n"
3458 "  0  US 30/360\n"
3459 "  1  actual days/actual days\n"
3460 "  2  actual days/360\n"
3461 "  3  actual days/365\n"
3462 "  4  European 30/360\n"
3463 "\n"
3464 "* If @settlement date or @maturity date is not valid, RECEIVED returns #NUM! "
3465 "error.\n"
3466 "* If @basis is omitted, US 30/360 is applied.\n"
3467 "* If @basis < 0 or @basis > 4, RECEIVED returns #NUM! error.\n"
3468 "* If @settlement date is after @maturity date or they are the same, RECEIVED "
3469 "returns #NUM! error.\n"
3470 "\n"
3471 "@EXAMPLES=\n"
3472 "\n"
3473 "@SEEALSO=INTRATE"
3474 msgstr ""
3476 #: plugins/fn-financial/functions.c:561
3477 msgid ""
3478 "@FUNCTION=PRICEDISC\n"
3479 "@SYNTAX=PRICEDISC(settlement,maturity,discount,redemption[,basis])\n"
3480 "@DESCRIPTION=PRICEDISC calculates and returns the price per $100 face value "
3481 "of a security bond.  The security does not pay interest at maturity.\n"
3482 "\n"
3483 "@settlement is the settlement date of the security. @maturity is the "
3484 "maturity date of the security.  @discount is the rate for which the security "
3485 "is discounted.  @redemption is the amount to be received on @maturity date.\n"
3486 "\n"
3487 "@basis is the type of day counting system you want to use:\n"
3488 "\n"
3489 "  0  US 30/360\n"
3490 "  1  actual days/actual days\n"
3491 "  2  actual days/360\n"
3492 "  3  actual days/365\n"
3493 "  4  European 30/360\n"
3494 "\n"
3495 "* If @settlement date or @maturity date is not valid, PRICEDISC returns "
3496 "#NUM! error.\n"
3497 "* If @basis is omitted, US 30/360 is applied.\n"
3498 "* If @basis < 0 or @basis > 4, PRICEDISC returns #NUM! error.\n"
3499 "* If @settlement date is after @maturity date or they are the same, "
3500 "PRICEDISC returns #NUM! error.\n"
3501 "\n"
3502 "@EXAMPLES=\n"
3503 "\n"
3504 "@SEEALSO=PRICEMAT"
3505 msgstr ""
3507 #: plugins/fn-financial/functions.c:615
3508 msgid ""
3509 "@FUNCTION=PRICEMAT\n"
3510 "@SYNTAX=PRICEMAT(settlement,maturity,issue,rate,yield[,basis])\n"
3511 "@DESCRIPTION=PRICEMAT calculates and returns the price per $100 face value "
3512 "of a security.  The security pays interest at maturity.\n"
3513 "\n"
3514 "@settlement is the settlement date of the security.  @maturity is the "
3515 "maturity date of the security.  @issue is the issue date of the security.  "
3516 "@rate is the discount rate of the security. @yield is the annual yield of "
3517 "the security. @basis is the type of day counting system you want to use:\n"
3518 "\n"
3519 "  0  US 30/360\n"
3520 "  1  actual days/actual days\n"
3521 "  2  actual days/360\n"
3522 "  3  actual days/365\n"
3523 "  4  European 30/360\n"
3524 "\n"
3525 "* If @settlement date or @maturity date is not valid, PRICEMAT returns #NUM! "
3526 "error.\n"
3527 "* If @basis is omitted, US 30/360 is applied.\n"
3528 "* If @basis < 0 or @basis > 4, PRICEMAT returns #NUM! error.\n"
3529 "* If @settlement date is after @maturity date or they are the same, PRICEMAT "
3530 "returns #NUM! error.\n"
3531 "\n"
3532 "@EXAMPLES=\n"
3533 "\n"
3534 "@SEEALSO=PRICEDISC"
3535 msgstr ""
3537 #: plugins/fn-financial/functions.c:676
3538 msgid ""
3539 "@FUNCTION=DISC\n"
3540 "@SYNTAX=DISC(settlement,maturity,par,redemption[,basis])\n"
3541 "@DESCRIPTION=DISC calculates and returns the discount rate for a security. "
3542 "@settlement is the settlement date of the security.\n"
3543 "\n"
3544 "@maturity is the maturity date of the security.  @par is the price per $100 "
3545 "face value of the security.  @redemption is the redeption value per $100 "
3546 "face value of the security.\n"
3547 "\n"
3548 "@basis is the type of day counting system you want to use:\n"
3549 "\n"
3550 "  0  US 30/360\n"
3551 "  1  actual days/actual days\n"
3552 "  2  actual days/360\n"
3553 "  3  actual days/365\n"
3554 "  4  European 30/360\n"
3555 "\n"
3556 "* If @settlement date or @maturity date is not valid, DISC returns #NUM! "
3557 "error.\n"
3558 "* If @basis is omitted, US 30/360 is applied.\n"
3559 "* If @basis < 0 or @basis > 4, DISC returns #NUM! error.\n"
3560 "* If @settlement date is after @maturity date or they are the same, DISC "
3561 "returns #NUM! error.\n"
3562 "\n"
3563 "@EXAMPLES=\n"
3564 "\n"
3565 "@SEEALSO="
3566 msgstr ""
3568 #: plugins/fn-financial/functions.c:729
3569 msgid ""
3570 "@FUNCTION=EFFECT\n"
3571 "@SYNTAX=EFFECT(r,nper)\n"
3572 "@DESCRIPTION=EFFECT calculates the effective interest rate from a given "
3573 "nominal rate.\n"
3574 "\n"
3575 "Effective interest rate is calculated using this formula:\n"
3576 "\n"
3577 "    (1 + @r / @nper) ^ @nper - 1\n"
3578 "\n"
3579 "where:\n"
3580 "\n"
3581 "@r = nominal interest rate (stated in yearly terms)\n"
3582 "@nper = number of periods used for compounding\n"
3583 "\n"
3584 "* If @rate < 0, EFFECT returns #NUM! error.\n"
3585 "* If @nper <= 0, EFFECT returns #NUM! error.\n"
3586 "\n"
3587 "@EXAMPLES=\n"
3588 "For example credit cards will list an APR (annual percentage rate) which is "
3589 "a nominal interest rate.\n"
3590 "For example if you wanted to find out how much you are actually paying "
3591 "interest on your credit card that states an APR of 19% that is compounded "
3592 "monthly you would type in:\n"
3593 "=EFFECT(.19,12) and you would get .2075 or 20.75%. That is the effective "
3594 "percentage you will pay on your loan.\n"
3595 "@SEEALSO=NOMINAL"
3596 msgstr ""
3598 #: plugins/fn-financial/functions.c:776
3599 msgid ""
3600 "@FUNCTION=NOMINAL\n"
3601 "@SYNTAX=NOMINAL(r,nper)\n"
3602 "@DESCRIPTION=NOMINAL calculates the nominal interest rate from a given "
3603 "effective rate.\n"
3604 "\n"
3605 "Nominal interest rate is given by a formula:\n"
3606 "\n"
3607 "@nper * (( 1 + @r ) ^ (1 / @nper) - 1 )\n"
3608 "where:\n"
3609 "\n"
3610 "@r = effective interest rate\n"
3611 "@nper = number of periods used for compounding\n"
3612 "\n"
3613 "* If @rate < 0, NOMINAL returns #NUM! error.\n"
3614 "* If @nper <= 0, NOMINAL returns #NUM! error.\n"
3615 "\n"
3616 "@EXAMPLES=\n"
3617 "\n"
3618 "@SEEALSO=EFFECT"
3619 msgstr ""
3621 #: plugins/fn-financial/functions.c:814
3622 msgid ""
3623 "@FUNCTION=ISPMT\n"
3624 "@SYNTAX=ISPMT(rate,per,nper,pv)\n"
3625 "@DESCRIPTION=ISPMT function returns the interest paid on a given period.\n"
3626 "\n"
3627 "* If @per < 1 or @per > @nper, ISPMT returns #NUM! error. \n"
3628 "@EXAMPLES=\n"
3629 "\n"
3630 "@SEEALSO=PV"
3631 msgstr ""
3633 #: plugins/fn-financial/functions.c:851
3634 msgid ""
3635 "@FUNCTION=DB\n"
3636 "@SYNTAX=DB(cost,salvage,life,period[,month])\n"
3637 "@DESCRIPTION=DB calculates the depreciation of an asset for a given period "
3638 "using the fixed-declining balance method.  @cost is the initial value of the "
3639 "asset.  @salvage is the value after the depreciation.\n"
3640 "\n"
3641 "@life is the number of periods overall.  @period is the period for which you "
3642 "want the depreciation to be calculated.  @month is the number of months in "
3643 "the first year of depreciation.\n"
3644 "\n"
3645 "* If @month is omitted, it is assumed to be 12.\n"
3646 "* If @cost = 0, DB returns #NUM! error.\n"
3647 "* If @life <= 0, DB returns #NUM! error.\n"
3648 "* If @salvage / @cost < 0, DB returns #NUM! error.\n"
3649 "\n"
3650 "@EXAMPLES=\n"
3651 "\n"
3652 "@SEEALSO=DDB,SLN,SYD"
3653 msgstr ""
3655 #: plugins/fn-financial/functions.c:912
3656 msgid ""
3657 "@FUNCTION=DDB\n"
3658 "@SYNTAX=DDB(cost,salvage,life,period[,factor])\n"
3659 "@DESCRIPTION=DDB returns the depreciation of an asset for a given period "
3660 "using the double-declining balance method or some other similar method you "
3661 "specify.\n"
3662 "\n"
3663 "@cost is the initial value of the asset, @salvage is the value after the "
3664 "last period, @life is the number of periods, @period is the period for which "
3665 "you want the depreciation to be calculated, and @factor is the factor at "
3666 "which the balance declines.\n"
3667 "\n"
3668 "* If @factor is omitted, it is assumed to be two (double-declining balance "
3669 "method).\n"
3670 "* If @life <= 0, DDB returns #NUM! error.\n"
3671 "\n"
3672 "@EXAMPLES=\n"
3673 "\n"
3674 "@SEEALSO=SLN,SYD"
3675 msgstr ""
3677 #: plugins/fn-financial/functions.c:965
3678 msgid ""
3679 "@FUNCTION=SLN\n"
3680 "@SYNTAX=SLN(cost,salvage_value,life)\n"
3681 "@DESCRIPTION=SLN function will determine the straight line depreciation of "
3682 "an asset for a single period.\n"
3683 "\n"
3684 "The formula is:\n"
3685 "\n"
3686 "Depreciation expense = ( @cost - @salvage_value ) / @life\n"
3687 "\n"
3688 "@cost is the cost of an asset when acquired (market value).\n"
3689 "@salvage_value is the amount you get when asset is sold at the end of the "
3690 "asset's useful life.\n"
3691 "@life is the anticipated life of an asset.\n"
3692 "\n"
3693 "* If @life <= 0, SLN returns #NUM! error.\n"
3694 "\n"
3695 "@EXAMPLES=\n"
3696 "For example, lets suppose your company purchases a new machine for $10,000, "
3697 "which has a salvage value of $700 and will have a useful life of 10 years. "
3698 "The SLN yearly depreciation is computed as follows:\n"
3699 "=SLN(10000, 700, 10)\n"
3700 "This will return the yearly depreciation figure of $930.\n"
3701 "@SEEALSO=SYD"
3702 msgstr ""
3704 #: plugins/fn-financial/functions.c:1015
3705 msgid ""
3706 "@FUNCTION=SYD\n"
3707 "@SYNTAX=SYD(cost,salvage_value,life,period)\n"
3708 "@DESCRIPTION=SYD function calculates the sum-of-years digits depreciation "
3709 "for an asset based on its cost, salvage value, anticipated life and a "
3710 "particular period. This method accelerates the rate of the depreciation, so "
3711 "that more depreciation expense occurs in earlier periods than in later ones. "
3712 "The depreciable cost is the actual cost minus the salvage value. The useful "
3713 "life is the number of periods (typically years) over with the asset is "
3714 "depreciated.\n"
3715 "\n"
3716 "The Formula used for sum-of-years digits depreciation is:\n"
3717 "\n"
3718 "Depreciation expense =\n"
3719 "\n"
3720 "\t ( @cost - @salvage_value ) * (@life - @period + 1) * 2 / @life * (@life + "
3721 "1).\n"
3722 "\n"
3723 "@cost is the cost of an asset when acquired (market value).\n"
3724 "@salvage_value is the amount you get when asset sold at the end of its "
3725 "useful life.\n"
3726 "@life is the anticipated life of an asset.\n"
3727 "@period is the period for which we need the expense.\n"
3728 "\n"
3729 "* If @life <= 0, SYD returns #NUM! error.\n"
3730 "\n"
3731 "@EXAMPLES=\n"
3732 "For example say a company purchases a new computer for $5000 which has a "
3733 "salvage value of $200, and a useful life of five years. We would use the "
3734 "following to calculate the second year's depreciation using the SYD method:\n"
3735 "=SYD(5000, 200, 5, 2) which returns 1,280.00.\n"
3736 "@SEEALSO=SLN"
3737 msgstr ""
3739 #: plugins/fn-financial/functions.c:1073
3740 msgid ""
3741 "@FUNCTION=DOLLARDE\n"
3742 "@SYNTAX=DOLLARDE(fractional_dollar,fraction)\n"
3743 "@DESCRIPTION=DOLLARDE converts a dollar price expressed as a fraction into a "
3744 "dollar price expressed as a decimal number.\n"
3745 "\n"
3746 "@fractional_dollar is the fractional number to be converted. @fraction is "
3747 "the denominator of the fraction.\n"
3748 "\n"
3749 "* If @fraction is non-integer it is truncated.\n"
3750 "* If @fraction <= 0, DOLLARDE returns #NUM! error.\n"
3751 "\n"
3752 "@EXAMPLES=\n"
3753 "\n"
3754 "@SEEALSO=DOLLARFR"
3755 msgstr ""
3757 #: plugins/fn-financial/functions.c:1117
3758 msgid ""
3759 "@FUNCTION=DOLLARFR\n"
3760 "@SYNTAX=DOLLARFR(decimal_dollar,fraction)\n"
3761 "@DESCRIPTION=DOLLARFR converts a decimal dollar price into a dollar price "
3762 "expressed as a fraction.\n"
3763 "\n"
3764 "* If @fraction is non-integer it is truncated.\n"
3765 "* If @fraction <= 0, DOLLARFR returns #NUM! error.\n"
3766 "\n"
3767 "@EXAMPLES=\n"
3768 "\n"
3769 "@SEEALSO=DOLLARDE"
3770 msgstr ""
3772 #: plugins/fn-financial/functions.c:1158
3773 msgid ""
3774 "@FUNCTION=MIRR\n"
3775 "@SYNTAX=MIRR(values,finance_rate,reinvest_rate)\n"
3776 "@DESCRIPTION=MIRR function returns the modified internal rate of return for "
3777 "a given periodic cash flow. \n"
3778 "@EXAMPLES=\n"
3779 "\n"
3780 "@SEEALSO=NPV"
3781 msgstr ""
3783 #: plugins/fn-financial/functions.c:1218
3784 msgid ""
3785 "@FUNCTION=TBILLEQ\n"
3786 "@SYNTAX=TBILLEQ(settlement,maturity,discount)\n"
3787 "@DESCRIPTION=TBILLEQ function returns the bond-yield equivalent (BEY) for a "
3788 "treasury bill.  TBILLEQ is equivalent to\n"
3789 "\n"
3790 "\t(365 * @discount) / (360 - @discount * DSM),\n"
3791 "\n"
3792 "where DSM is the days between @settlement and @maturity.\n"
3793 "\n"
3794 "* If @settlement is after @maturity or the @maturity is set to over one year "
3795 "later than the @settlement, TBILLEQ returns #NUM! error.\n"
3796 "* If @discount is negative, TBILLEQ returns #NUM! error.\n"
3797 "\n"
3798 "@EXAMPLES=\n"
3799 "\n"
3800 "@SEEALSO=TBILLPRICE,TBILLYIELD"
3801 msgstr ""
3803 #: plugins/fn-financial/functions.c:1266
3804 msgid ""
3805 "@FUNCTION=TBILLPRICE\n"
3806 "@SYNTAX=TBILLPRICE(settlement,maturity,discount)\n"
3807 "@DESCRIPTION=TBILLPRICE function returns the price per $100 value for a "
3808 "treasury bill where @settlement is the settlement date and @maturity is the "
3809 "maturity date of the bill.  @discount is the treasury bill's discount rate.\n"
3810 "\n"
3811 "* If @settlement is after @maturity or the @maturity is set to over one year "
3812 "later than the @settlement, TBILLPRICE returns #NUM! error.\n"
3813 "* If @discount is negative, TBILLPRICE returns #NUM! error.\n"
3814 "\n"
3815 "@EXAMPLES=\n"
3816 "\n"
3817 "@SEEALSO=TBILLEQ,TBILLYIELD"
3818 msgstr ""
3820 #: plugins/fn-financial/functions.c:1309
3821 msgid ""
3822 "@FUNCTION=TBILLYIELD\n"
3823 "@SYNTAX=TBILLYIELD(settlement,maturity,pr)\n"
3824 "@DESCRIPTION=TBILLYIELD function returns the yield for a treasury bill. "
3825 "@settlement is the settlement date and @maturity is the maturity date of the "
3826 "bill.  @discount is the treasury bill's discount rate.\n"
3827 "\n"
3828 "* If @settlement is after @maturity or the @maturity is set to over one year "
3829 "later than the @settlement, TBILLYIELD returns #NUM! error.\n"
3830 "* If @pr is negative, TBILLYIELD returns #NUM! error.\n"
3831 "\n"
3832 "@EXAMPLES=\n"
3833 "\n"
3834 "@SEEALSO=TBILLEQ,TBILLPRICE"
3835 msgstr ""
3837 #: plugins/fn-financial/functions.c:1352
3838 msgid ""
3839 "@FUNCTION=RATE\n"
3840 "@SYNTAX=RATE(nper,pmt,pv[,fv,type,guess])\n"
3841 "@DESCRIPTION=RATE calculates the rate of an investment.\n"
3842 "\n"
3843 "* If @nper <= 0, RATE returns #NUM! error.\n"
3844 "* If @type != 0 and @type != 1, RATE returns #VALUE! error.\n"
3845 "\n"
3846 "@EXAMPLES=\n"
3847 "\n"
3848 "@SEEALSO=PV,FV"
3849 msgstr ""
3851 #: plugins/fn-financial/functions.c:1463
3852 msgid ""
3853 "@FUNCTION=IRR\n"
3854 "@SYNTAX=IRR(values[,guess])\n"
3855 "@DESCRIPTION=IRR calculates and returns the internal rate of return of an "
3856 "investment.  This function is closely related to the net present value "
3857 "function (NPV).  The IRR is the interest rate for a series of cash flows "
3858 "where the net preset value is zero.\n"
3859 "\n"
3860 "@values contains the series of cash flows generated by the investment.  The "
3861 "payments should occur at regular intervals.  The optional @guess is the "
3862 "initial value used in calculating the IRR.  You do not have to use that, it "
3863 "is only provided for the Excel compatibility.\n"
3864 "\n"
3865 "* This function is Excel compatible.\n"
3866 "\n"
3867 "@EXAMPLES=\n"
3868 "Let us assume that the cells A1:A8 contain the numbers -32432, 5324, 7432, "
3869 "9332, 12324, 4334, 1235, -3422.  Then\n"
3870 "IRR(A1:A8) returns 0.04375. \n"
3871 "@SEEALSO=FV,NPV,PV"
3872 msgstr ""
3874 #: plugins/fn-financial/functions.c:1586
3875 msgid ""
3876 "@FUNCTION=PV\n"
3877 "@SYNTAX=PV(rate,nper,pmt[,fv,type])\n"
3878 "@DESCRIPTION=PV calculates the present value of an investment. @rate is the "
3879 "periodic interest rate, @nper is the number of periods used for compounding. "
3880 "@pmt is the payment made each period, @fv is the future value and @type is "
3881 "when the payment is made.\n"
3882 "\n"
3883 "* If @type = 1 then the payment is made at the beginning of the period.\n"
3884 "* If @type = 0 (or omitted) it is made at the end of each period.\n"
3885 "@EXAMPLES=\n"
3886 "\n"
3887 "@SEEALSO=FV"
3888 msgstr ""
3890 #: plugins/fn-financial/functions.c:1627
3891 msgid ""
3892 "@FUNCTION=NPV\n"
3893 "@SYNTAX=NPV(rate,v1,v2,...)\n"
3894 "@DESCRIPTION=NPV calculates the net present value of an investment "
3895 "generating periodic payments.  @rate is the periodic interest rate and @v1, "
3896 "@v2, ... are the periodic payments.  If the schedule of the cash flows are "
3897 "not periodic use the XNPV function. \n"
3898 "@EXAMPLES=\n"
3899 "NPV(0.17,-10000,3340,2941,2493,3233,1732,2932) equals 186.30673.\n"
3900 "\n"
3901 "@SEEALSO=PV,XNPV"
3902 msgstr ""
3904 #: plugins/fn-financial/functions.c:1681
3905 msgid ""
3906 "@FUNCTION=XNPV\n"
3907 "@SYNTAX=XNPV(rate,values,dates)\n"
3908 "@DESCRIPTION=XNPV calculates the net present value of an investment.  The "
3909 "schedule of the cash flows is given in @dates array.  The first date "
3910 "indicates the beginning of the payment schedule.  @rate is the interest rate "
3911 "and @values are the payments.\n"
3912 "\n"
3913 "* If @values and @dates contain unequal number of values, XNPV returns the "
3914 "#NUM! error.\n"
3915 "\n"
3916 "@EXAMPLES=\n"
3917 "\n"
3918 "@SEEALSO=NPV,PV"
3919 msgstr ""
3921 #: plugins/fn-financial/functions.c:1741
3922 msgid ""
3923 "@FUNCTION=XIRR\n"
3924 "@SYNTAX=XIRR(values,dates[,guess])\n"
3925 "@DESCRIPTION=XIRR calculates and returns the internal rate of return of an "
3926 "investment that has not necessarily periodic payments.  This function is "
3927 "closely related to the net present value function (NPV and XNPV).  The XIRR "
3928 "is the interest rate for a series of cash flows where the XNPV is zero.\n"
3929 "\n"
3930 "@values contains the series of cash flows generated by the investment.  "
3931 "@dates contains the dates of the payments.  The first date describes the "
3932 "payment day of the initial payment and thus all the other dates should be "
3933 "after this date. The optional @guess is the initial value used in "
3934 "calculating the XIRR.  You do not have to use that, it is only provided for "
3935 "the Excel compatibility.\n"
3936 "\n"
3937 "* This function is Excel compatible.\n"
3938 "\n"
3939 "@EXAMPLES=\n"
3940 "Let us assume that the cells A1:A5 contain the numbers -6000, 2134, 1422, "
3941 "1933, and 1422, and the cells B1:B5 contain the dates \"1999-01-15\", \"1999-"
3942 "04-04\", \"1999-05-09\", \"2000-03-12\", and \"2000-05-1\". Then\n"
3943 "XIRR(A1:A5,B1:B5) returns 0.224838. \n"
3944 "@SEEALSO=IRR,XNPV"
3945 msgstr ""
3947 #: plugins/fn-financial/functions.c:1848
3948 msgid ""
3949 "@FUNCTION=FV\n"
3950 "@SYNTAX=FV(rate,nper,pmt[,pv,type])\n"
3951 "@DESCRIPTION=FV computes the future value of an investment. This is based on "
3952 "periodic, constant payments and a constant interest rate. The interest rate "
3953 "per period is @rate, @nper is the number of periods in an annuity, @pmt is "
3954 "the payment made each period, @pv is the present value and @type is when the "
3955 "payment is made.\n"
3956 "\n"
3957 "* If @type = 1 then the payment is made at the beginning of the period.\n"
3958 "* If @type = 0 it is made at the end of each period.\n"
3959 "\n"
3960 "@EXAMPLES=\n"
3961 "\n"
3962 "@SEEALSO=PV,PMT,PPMT"
3963 msgstr ""
3965 #: plugins/fn-financial/functions.c:1885
3966 msgid ""
3967 "@FUNCTION=PMT\n"
3968 "@SYNTAX=PMT(rate,nper,pv[,fv,type])\n"
3969 "@DESCRIPTION=PMT returns the amount of payment for a loan based on a "
3970 "constant interest rate and constant payments (each payment is equal "
3971 "amount).\n"
3972 "\n"
3973 "@rate is the constant interest rate.\n"
3974 "@nper is the overall number of payments.\n"
3975 "@pv is the present value.\n"
3976 "@fv is the future value.\n"
3977 "@type is the type of the payment: 0 means at the end of the period and 1 "
3978 "means at the beginning of the period.\n"
3979 "\n"
3980 "* If @fv is omitted, Gnumeric assumes it to be zero.\n"
3981 "* If @type is omitted, Gnumeric assumes it to be zero.\n"
3982 "\n"
3983 "@EXAMPLES=\n"
3984 "\n"
3985 "@SEEALSO=PPMT,PV,FV"
3986 msgstr ""
3988 #: plugins/fn-financial/functions.c:1922
3989 msgid ""
3990 "@FUNCTION=IPMT\n"
3991 "@SYNTAX=IPMT(rate,per,nper,pv[,fv,type])\n"
3992 "@DESCRIPTION=IPMT calculates the amount of a payment of an annuity going "
3993 "towards interest.\n"
3994 "\n"
3995 "Formula for IPMT is:\n"
3996 "\n"
3997 "IPMT(PER) = -PRINCIPAL(PER-1) * INTEREST_RATE\n"
3998 "\n"
3999 "where:\n"
4000 "\n"
4001 "PRINCIPAL(PER-1) = amount of the remaining principal from last period\n"
4002 "\n"
4003 "* If @fv is omitted, it is assumed to be 0.\n"
4004 "* If @type is omitted, it is assumed to be 0.\n"
4005 "\n"
4006 "@EXAMPLES=\n"
4007 "\n"
4008 "@SEEALSO=PPMT,PV,FV"
4009 msgstr ""
4011 #: plugins/fn-financial/functions.c:1972
4012 msgid ""
4013 "@FUNCTION=PPMT\n"
4014 "@SYNTAX=PPMT(rate,per,nper,pv[,fv,type])\n"
4015 "@DESCRIPTION=PPMT calculates the amount of a payment of an annuity going "
4016 "towards principal.\n"
4017 "\n"
4018 "Formula for it is:\n"
4019 "PPMT(per) = PMT - IPMT(per)\n"
4020 "where:\n"
4021 "\n"
4022 "PMT = Payment received on annuity\n"
4023 "IPMT(per) = amount of interest for period @per\n"
4024 "\n"
4025 "* If @fv is omitted, it is assumed to be 0.\n"
4026 "* If @type is omitted, it is assumed to be 0.\n"
4027 "\n"
4028 "@EXAMPLES=\n"
4029 "\n"
4030 "@SEEALSO=IPMT,PV,FV"
4031 msgstr ""
4033 #: plugins/fn-financial/functions.c:2021
4034 msgid ""
4035 "@FUNCTION=NPER\n"
4036 "@SYNTAX=NPER(rate,pmt,pv[,fv,type])\n"
4037 "@DESCRIPTION=NPER calculates number of periods of an investment based on "
4038 "periodic constant payments and a constant interest rate.\n"
4039 "\n"
4040 "The interest rate per period is @rate, @pmt is the payment made each period, "
4041 "@pv is the present value, @fv is the future value and @type is when the "
4042 "payments are due. If @type = 1, payments are due at the beginning of the "
4043 "period, if @type = 0, payments are due at the end of the period.\n"
4044 "\n"
4045 "* If @rate <= 0, NPER returns #DIV0 error.\n"
4046 "\n"
4047 "@EXAMPLES=\n"
4048 "For example, if you deposit $10,000 in a savings account that earns an "
4049 "interest rate of 6%. To calculate home many years it will take to double "
4050 "your investment use NPER as follows:\n"
4051 "=NPER(0.06, 0, -10000, 20000,0)returns 11.895661046 which indicates that you "
4052 "can double your money just before the end of the 12th year.\n"
4053 "@SEEALSO=PPMT,PV,FV"
4054 msgstr ""
4056 #: plugins/fn-financial/functions.c:2075
4057 msgid ""
4058 "@FUNCTION=DURATION\n"
4059 "@SYNTAX=DURATION(settlement,maturity,coup,yield,frequency[,basis])\n"
4060 "@DESCRIPTION=DURATION calculates the duration of a security.\n"
4061 "\n"
4062 "@settlement is the settlement date of the security.\n"
4063 "@maturity is the maturity date of the security.\n"
4064 "@coup The annual coupon rate as a percentage.\n"
4065 "@yield The annualized yield of the security as a percentage.\n"
4066 "@frequency is the number of coupon payments per year. Allowed frequencies "
4067 "are: 1 = annual, 2 = semi, 4 = quarterly. @basis is the type of day counting "
4068 "system you want to use:\n"
4069 "\n"
4070 "  0  US 30/360\n"
4071 "  1  actual days/actual days\n"
4072 "  2  actual days/360\n"
4073 "  3  actual days/365\n"
4074 "  4  European 30/360\n"
4075 "\n"
4076 "* If @frequency is other than 1, 2, or 4, DURATION returns #NUM! error.\n"
4077 "* If @basis is omitted, US 30/360 is applied.\n"
4078 "* If @basis is not in between 0 and 4, #NUM! error is returned.\n"
4079 "\n"
4080 "@EXAMPLES=\n"
4081 "\n"
4082 "@SEEALSO=G_DURATION,MDURATION"
4083 msgstr ""
4085 #: plugins/fn-financial/functions.c:2134
4086 msgid ""
4087 "@FUNCTION=G_DURATION\n"
4088 "@SYNTAX=G_DURATION(rate,pv,fv)\n"
4089 "@DESCRIPTION=G_DURATION calculates number of periods needed for an "
4090 "investment to attain a desired value. This function is similar to FV and PV "
4091 "with a difference that we do not need give the direction of cash flows e.g. -"
4092 "100 for a cash outflow and +100 for a cash inflow.\n"
4093 "\n"
4094 "* If @rate <= 0, G_DURATION returns #DIV0 error.\n"
4095 "* If @fv = 0 or @pv = 0, G_DURATION returns #DIV0 error.\n"
4096 "* If @fv / @pv < 0, G_DURATION returns #VALUE error.\n"
4097 "\n"
4098 "@EXAMPLES=\n"
4099 "\n"
4100 "@SEEALSO=PPMT,PV,FV,DURATION,MDURATION"
4101 msgstr ""
4103 #: plugins/fn-financial/functions.c:2175
4104 msgid ""
4105 "@FUNCTION=FVSCHEDULE\n"
4106 "@SYNTAX=FVSCHEDULE(principal,schedule)\n"
4107 "@DESCRIPTION=FVSCHEDULE returns the future value of given initial value "
4108 "after applying a series of compound periodic interest rates. The argument "
4109 "@principal is the present value; @schedule is an array of interest rates to "
4110 "apply. The @schedule argument must be a range of cells.\n"
4111 "\n"
4112 "@EXAMPLES=\n"
4113 "Let us assume that the cells A1, A2, ..., A5 contain interest rates 0.11, "
4114 "0.13, 0.09, 0.17, and 0.03.  Then\n"
4115 "FVSCHEDULE(3000,A1:A5) equals 4942.7911611.\n"
4116 "@SEEALSO=PV,FV"
4117 msgstr ""
4119 #: plugins/fn-financial/functions.c:2219
4120 msgid ""
4121 "@FUNCTION=EURO\n"
4122 "@SYNTAX=EURO(currency)\n"
4123 "@DESCRIPTION=EURO converts one Euro to a given national currency in the "
4124 "European monetary union.\n"
4125 "\n"
4126 "@currency is one of the following:\n"
4127 "\n"
4128 "    ATS\t(Austria)\n"
4129 "    BEF\t(Belgium)\n"
4130 "    DEM\t(Germany)\n"
4131 "    ESP\t(Spain)\n"
4132 "    EUR\t(Euro)\n"
4133 "    FIM\t(Finland)\n"
4134 "    FRF\t(France)\n"
4135 "    GRD\t(Greek)\n"
4136 "    IEP\t(Ireland)\n"
4137 "    ITL\t(Italy)\n"
4138 "    LUF\t(Luxembourg)\n"
4139 "    NLG\t(Netherlands)\n"
4140 "    PTE\t(Portugal)\n"
4141 "\n"
4142 "* If the given @currency is other than one of the above, EURO returns #NUM! "
4143 "error.\n"
4144 "\n"
4145 "@EXAMPLES=\n"
4146 "EURO(\"DEM\") returns 1.95583.\n"
4147 "@SEEALSO="
4148 msgstr ""
4150 #: plugins/fn-financial/functions.c:2326
4151 msgid ""
4152 "@FUNCTION=EUROCONVERT\n"
4153 "@SYNTAX=EUROCONVERT(n,source,target)\n"
4154 "@DESCRIPTION=EUROCONVERT converts the currency value @n of @source currency "
4155 "to a target currency @target. Both currencies are given as three-letter "
4156 "strings using the ISO code system names.  The following currencies are "
4157 "available:\n"
4158 "\n"
4159 "    ATS\t(Austria)\n"
4160 "    BEF\t(Belgium)\n"
4161 "    DEM\t(Germany)\n"
4162 "    ESP\t(Spain)\n"
4163 "    EUR\t(Euro)\n"
4164 "    FIM\t(Finland)\n"
4165 "    FRF\t(France)\n"
4166 "    GRD\t(Greek)\n"
4167 "    IEP\t(Ireland)\n"
4168 "    ITL\t(Italy)\n"
4169 "    LUF\t(Luxembourg)\n"
4170 "    NLG\t(Netherlands)\n"
4171 "    PTE\t(Portugal)\n"
4172 "\n"
4173 "* If the given @source or @target is other than one of the above, "
4174 "EUROCONVERT returns #VALUE! error.\n"
4175 "\n"
4176 "@EXAMPLES=\n"
4177 "EUROCONVERT(2.1,\"DEM\",\"EUR\") returns 1.07.\n"
4178 "@SEEALSO=EURO"
4179 msgstr ""
4181 #: plugins/fn-financial/functions.c:2375
4182 msgid ""
4183 "@FUNCTION=PRICE\n"
4184 "@SYNTAX=PRICE(settle,mat,rate,yield,redemption_price,[frequency,basis])\n"
4185 "@DESCRIPTION=PRICE returns price per $100 face value of a security. This "
4186 "method can only be used if the security pays periodic interest.\n"
4187 "\n"
4188 "@frequency is the number of coupon payments per year. Allowed frequencies "
4189 "are: 1 = annual, 2 = semi, 4 = quarterly. @basis is the type of day counting "
4190 "system you want to use:\n"
4191 "\n"
4192 "  0  US 30/360\n"
4193 "  1  actual days/actual days\n"
4194 "  2  actual days/360\n"
4195 "  3  actual days/365\n"
4196 "  4  European 30/360\n"
4197 "\n"
4198 "* If @frequency is other than 1, 2, or 4, PRICE returns #NUM! error.\n"
4199 "* If @basis is omitted, US 30/360 is applied.\n"
4200 "* If @basis is not in between 0 and 4, #NUM! error is returned.\n"
4201 "\n"
4202 "@EXAMPLES=\n"
4203 "\n"
4204 "@SEEALSO="
4205 msgstr ""
4207 #: plugins/fn-financial/functions.c:2439
4208 msgid ""
4209 "@FUNCTION=YIELD\n"
4210 "@SYNTAX=YIELD(settlement,maturity,rate,price,redemption_price,frequency[,"
4211 "basis])\n"
4212 "@DESCRIPTION=YIELD returns the yield on a security that pays periodic "
4213 "interest.\n"
4214 "\n"
4215 "@frequency is the number of coupon payments per year. Allowed frequencies "
4216 "are: 1 = annual, 2 = semi, 4 = quarterly. @basis is the type of day counting "
4217 "system you want to use:\n"
4218 "\n"
4219 "  0  US 30/360\n"
4220 "  1  actual days/actual days\n"
4221 "  2  actual days/360\n"
4222 "  3  actual days/365\n"
4223 "  4  European 30/360\n"
4224 "\n"
4225 "* If @frequency is other than 1, 2, or 4, YIELD returns #NUM! error.\n"
4226 "* If @basis is omitted, US 30/360 is applied.\n"
4227 "* If @basis is not in between 0 and 4, #NUM! error is returned.\n"
4228 "\n"
4229 "@EXAMPLES=\n"
4230 "\n"
4231 "@SEEALSO="
4232 msgstr ""
4234 #: plugins/fn-financial/functions.c:2559
4235 msgid ""
4236 "@FUNCTION=YIELDDISC\n"
4237 "@SYNTAX=YIELDDISC(settlement,maturity,pr,redemption[,basis])\n"
4238 "@DESCRIPTION=YIELDDISC calculates the annual yield of a security that is "
4239 "discounted.\n"
4240 "\n"
4241 "@settlement is the settlement date of the security.  @maturity is the "
4242 "maturity date of the security. @pr is the price per $100 face value of the "
4243 "security. @redemption is the redemption value per $100 face value. @basis is "
4244 "the type of day counting system you want to use:\n"
4245 "\n"
4246 "  0  US 30/360\n"
4247 "  1  actual days/actual days\n"
4248 "  2  actual days/360\n"
4249 "  3  actual days/365\n"
4250 "  4  European 30/360\n"
4251 "\n"
4252 "* If @frequency is other than 1, 2, or 4, YIELDDISC returns #NUM! error.\n"
4253 "* If @basis is omitted, US 30/360 is applied.\n"
4254 "* If @basis is not in between 0 and 4, #NUM! error is returned.\n"
4255 "\n"
4256 "@EXAMPLES=\n"
4257 "\n"
4258 "@SEEALSO="
4259 msgstr ""
4261 #: plugins/fn-financial/functions.c:2620
4262 msgid ""
4263 "@FUNCTION=YIELDMAT\n"
4264 "@SYNTAX=YIELDMAT(settlement,maturity,issue,rate,pr[,basis])\n"
4265 "@DESCRIPTION=YIELDMAT calculates the annual yield of a security for which "
4266 "the interest is payed at maturity date.\n"
4267 "\n"
4268 "@settlement is the settlement date of the security. @maturity is the "
4269 "maturity date of the security. @issue is the issue date of the security. "
4270 "@rate is the interest rate set to the security. @pr is the price per $100 "
4271 "face value of the security. @basis is the type of day counting system you "
4272 "want to use:\n"
4273 "\n"
4274 "  0  US 30/360\n"
4275 "  1  actual days/actual days\n"
4276 "  2  actual days/360\n"
4277 "  3  actual days/365\n"
4278 "  4  European 30/360\n"
4279 "\n"
4280 "* If @basis is omitted, US 30/360 is applied.\n"
4281 "* If @basis is not in between 0 and 4, #NUM! error is returned.\n"
4282 "\n"
4283 "@EXAMPLES=\n"
4284 "\n"
4285 "@SEEALSO="
4286 msgstr ""
4288 #: plugins/fn-financial/functions.c:2672
4289 msgid ""
4290 "@FUNCTION=ODDFPRICE\n"
4291 "@SYNTAX=ODDFPRICE(settlement,maturity,issue,first_coupon,rate,yld,redemption,"
4292 "frequency[,basis])\n"
4293 "@DESCRIPTION=ODDFPRICE returns the price per $100 face value of a security. "
4294 "The security should have an odd short or long first period.\n"
4295 "\n"
4296 "@settlement is the settlement date of the security. @maturity is the "
4297 "maturity date of the security. @issue is the issue date of the security. "
4298 "@frequency is the number of coupon payments per year. Allowed frequencies "
4299 "are: 1 = annual, 2 = semi, 4 = quarterly. @basis is the type of day counting "
4300 "system you want to use:\n"
4301 "\n"
4302 "  0  US 30/360\n"
4303 "  1  actual days/actual days\n"
4304 "  2  actual days/360\n"
4305 "  3  actual days/365\n"
4306 "  4  European 30/360\n"
4307 "\n"
4308 "* If @frequency is other than 1, 2, or 4, ODDFPRICE returns #NUM! error.\n"
4309 "* If @basis is omitted, US 30/360 is applied.\n"
4310 "* If @basis is not in between 0 and 4, #NUM! error is returned.\n"
4311 "\n"
4312 "@EXAMPLES=\n"
4313 "\n"
4314 "@SEEALSO="
4315 msgstr ""
4317 #: plugins/fn-financial/functions.c:2826
4318 msgid ""
4319 "@FUNCTION=ODDFYIELD\n"
4320 "@SYNTAX=ODDFYIELD(settlement,maturity,issue,first_coupon,rate,pr,redemption,"
4321 "frequency[,basis])\n"
4322 "@DESCRIPTION=ODDFYIELD calculates the yield of a security having an odd "
4323 "first period.\n"
4324 "\n"
4325 "@settlement is the settlement date of the security. @maturity is the "
4326 "maturity date of the security. @frequency is the number of coupon payments "
4327 "per year. Allowed frequencies are: 1 = annual, 2 = semi, 4 = quarterly. "
4328 "@basis is the type of day counting system you want to use:\n"
4329 "\n"
4330 "  0  US 30/360\n"
4331 "  1  actual days/actual days\n"
4332 "  2  actual days/360\n"
4333 "  3  actual days/365\n"
4334 "  4  European 30/360\n"
4335 "\n"
4336 "* If @frequency is other than 1, 2, or 4, ODDFYIELD returns #NUM! error.\n"
4337 "* If @basis is omitted, US 30/360 is applied.\n"
4338 "* If @basis is not in between 0 and 4, #NUM! error is returned.\n"
4339 "\n"
4340 "@EXAMPLES=\n"
4341 "\n"
4342 "@SEEALSO="
4343 msgstr ""
4345 #: plugins/fn-financial/functions.c:2934
4346 msgid ""
4347 "@FUNCTION=ODDLPRICE\n"
4348 "@SYNTAX=ODDLPRICE(settlement,maturity,last_interest,rate,yld,redemption,"
4349 "frequency[,basis])\n"
4350 "@DESCRIPTION=ODDLPRICE calculates the price per $100 face value of a "
4351 "security that has an odd last coupon period.\n"
4352 "\n"
4353 "@settlement is the settlement date of the security. @maturity is the "
4354 "maturity date of the security. @frequency is the number of coupon payments "
4355 "per year. Allowed frequencies are: 1 = annual, 2 = semi, 4 = quarterly. "
4356 "@basis is the type of day counting system you want to use:\n"
4357 "\n"
4358 "  0  US 30/360\n"
4359 "  1  actual days/actual days\n"
4360 "  2  actual days/360\n"
4361 "  3  actual days/365\n"
4362 "  4  European 30/360\n"
4363 "\n"
4364 "* If @frequency is other than 1, 2, or 4, ODDLPRICE returns #NUM! error.\n"
4365 "* If @basis is omitted, US 30/360 is applied.\n"
4366 "* If @basis is not in between 0 and 4, #NUM! error is returned.\n"
4367 "\n"
4368 "@EXAMPLES=\n"
4369 "\n"
4370 "@SEEALSO="
4371 msgstr ""
4373 #: plugins/fn-financial/functions.c:3025
4374 msgid ""
4375 "@FUNCTION=ODDLYIELD\n"
4376 "@SYNTAX=ODDLYIELD(settlement,maturity,last_interest,rate,pr,redemption,"
4377 "frequency[,basis])\n"
4378 "@DESCRIPTION=ODDLYIELD calculates the yield of a security having an odd last "
4379 "period.\n"
4380 "\n"
4381 "@settlement is the settlement date of the security. @maturity is the "
4382 "maturity date of the security. @frequency is the number of coupon payments "
4383 "per year. Allowed frequencies are: 1 = annual, 2 = semi, 4 = quarterly. "
4384 "@basis is the type of day counting system you want to use:\n"
4385 "\n"
4386 "  0  US 30/360\n"
4387 "  1  actual days/actual days\n"
4388 "  2  actual days/360\n"
4389 "  3  actual days/365\n"
4390 "  4  European 30/360\n"
4391 "\n"
4392 "* If @frequency is other than 1, 2, or 4, ODDLYIELD returns #NUM! error.\n"
4393 "* If @basis is omitted, US 30/360 is applied.\n"
4394 "* If @basis is not in between 0 and 4, #NUM! error is returned.\n"
4395 "\n"
4396 "@EXAMPLES=\n"
4397 "\n"
4398 "@SEEALSO="
4399 msgstr ""
4401 #: plugins/fn-financial/functions.c:3116
4402 msgid ""
4403 "@FUNCTION=AMORDEGRC\n"
4404 "@SYNTAX=AMORDEGRC(cost,purchase_date,first_period,salvage,period,rate[,"
4405 "basis])\n"
4406 "@DESCRIPTION=AMORDEGRC: Calculates depreciation for each accounting period "
4407 "using French accounting conventions.   Assets purchased in the middle of a "
4408 "period take prorated depreciation into account.  This is similar to "
4409 "AMORLINC, except that a depreciation coefficient is applied in the "
4410 "calculation depending on the life of the assets.\n"
4411 "Named for AMORtissement DEGRessif Comptabilite\n"
4412 "\n"
4413 "@cost The value of the asset.\n"
4414 "@purchase_date The date the asset was purchased.\n"
4415 "@first_period The end of the first period.\n"
4416 "@salvage Asset value at maturity.\n"
4417 "@period The length of accounting periods.\n"
4418 "@rate rate of depreciation as a percentage.\n"
4419 "@basis is the type of day counting system you want to use:\n"
4420 "\n"
4421 "  0  US 30/360\n"
4422 "  1  actual days/actual days\n"
4423 "  2  actual days/360\n"
4424 "  3  actual days/365\n"
4425 "  4  European 30/360\n"
4426 "\n"
4427 "* If @basis is omitted, US 30/360 is applied.\n"
4428 "* If @basis is not in between 0 and 4, #NUM! error is returned.\n"
4429 "\n"
4430 "@EXAMPLES=\n"
4431 "AMORDEGRC(2400,DATE(1998,8,19),DATE(1998,12,30),300,1,0.14,1) = 733\n"
4432 "\n"
4433 "@SEEALSO=AMORLINC"
4434 msgstr ""
4436 #: plugins/fn-financial/functions.c:3179
4437 msgid ""
4438 "@FUNCTION=AMORLINC\n"
4439 "@SYNTAX=AMORLINC(cost,purchase_date,first_period,salvage,period,rate[,"
4440 "basis])\n"
4441 "@DESCRIPTION=AMORLINC: Calculates depreciation for each accounting period "
4442 "using French accounting conventions.   Assets purchased in the middle of a "
4443 "period take prorated depreciation into account.\n"
4444 "Named for AMORtissement LINeaire Comptabilite.\n"
4445 "\n"
4446 "@cost The value of the asset.\n"
4447 "@purchase_date The date the asset was purchased.\n"
4448 "@first_period The end of the first period.\n"
4449 "@salvage Asset value at maturity.\n"
4450 "@period The length of accounting periods.\n"
4451 "@rate rate of depreciation as a percentage.\n"
4452 "@basis is the type of day counting system you want to use:\n"
4453 "\n"
4454 "  0  US 30/360\n"
4455 "  1  actual days/actual days\n"
4456 "  2  actual days/360\n"
4457 "  3  actual days/365\n"
4458 "  4  European 30/360\n"
4459 "\n"
4460 "* If @basis is omitted, US 30/360 is applied.\n"
4461 "* If @basis is not in between 0 and 4, #NUM! error is returned.\n"
4462 "\n"
4463 "@EXAMPLES=\n"
4464 "AMORLINC(2400,DATE(1998,8,19),DATE(1998,12,31),300,1,0.15,1) = 360\n"
4465 "\n"
4466 "@SEEALSO=AMORDEGRC"
4467 msgstr ""
4469 #: plugins/fn-financial/functions.c:3237
4470 msgid ""
4471 "@FUNCTION=COUPDAYBS\n"
4472 "@SYNTAX=COUPDAYBS(settlement,maturity,frequency[,basis,eom])\n"
4473 "@DESCRIPTION=COUPDAYBS returns the number of days from the beginning of the "
4474 "coupon period to the settlement date.\n"
4475 "\n"
4476 "@settlement is the settlement date of the security.\n"
4477 "@maturity is the maturity date of the security.\n"
4478 "@frequency is the number of coupon payments per year.\n"
4479 "@eom = TRUE handles end of month maturity dates special.\n"
4480 "Allowed frequencies are: 1 = annual, 2 = semi, 4 = quarterly, 6 = bimonthly, "
4481 "12 = monthly.\n"
4482 "@basis is the type of day counting system you want to use:\n"
4483 "\n"
4484 "  0  MSRB 30/360 (MSRB Rule G33 (e))\n"
4485 "  1  actual days/actual days\n"
4486 "  2  actual days/360\n"
4487 "  3  actual days/365\n"
4488 "  4  European 30/360\n"
4489 "  5  European+ 30/360\n"
4490 "\n"
4491 "(See the gnumeric manual for a detailed description of these bases).\n"
4492 "\n"
4493 "* If @frequency is invalid, COUPDAYBS returns #NUM! error.\n"
4494 "* If @basis is omitted, MSRB 30/360 is applied.\n"
4495 "* If @basis is invalid, #NUM! error is returned.\n"
4496 "\n"
4497 "@EXAMPLES=\n"
4498 "COUPDAYBS (DATE(2002,11,29),DATE(2004,2,29),4,0) = 89\n"
4499 "COUPDAYBS (DATE(2002,11,29),DATE(2004,2,29),4,0,FALSE) = 0\n"
4500 "\n"
4501 "@SEEALSO="
4502 msgstr ""
4504 #: plugins/fn-financial/functions.c:3282
4505 msgid ""
4506 "@FUNCTION=COUPDAYS\n"
4507 "@SYNTAX=COUPDAYS(settlement,maturity,frequency[,basis,eom])\n"
4508 "@DESCRIPTION=COUPDAYS returns the number of days in the coupon period of the "
4509 "settlement date.\n"
4510 "\n"
4511 "@settlement is the settlement date of the security.\n"
4512 "@maturity is the maturity date of the security.\n"
4513 "@frequency is the number of coupon payments per year.\n"
4514 "@eom = TRUE handles end of month maturity dates special.\n"
4515 "Allowed frequencies are: 1 = annual, 2 = semi, 4 = quarterly, 6 = bimonthly, "
4516 "12 = monthly.\n"
4517 "@basis is the type of day counting system you want to use:\n"
4518 "\n"
4519 "  0  MSRB 30/360 (MSRB Rule G33 (e))\n"
4520 "  1  actual days/actual days\n"
4521 "  2  actual days/360\n"
4522 "  3  actual days/365\n"
4523 "  4  European 30/360\n"
4524 "  5  European+ 30/360\n"
4525 "\n"
4526 "(See the gnumeric manual for a detailed description of these bases).\n"
4527 "\n"
4528 "* If @frequency is invalid, COUPDAYS returns #NUM! error.\n"
4529 "* If @basis is omitted, MSRB 30/360 is applied.\n"
4530 "* If @basis is invalid, #NUM! error is returned.\n"
4531 "\n"
4532 "@EXAMPLES=\n"
4533 "COUPDAYS (DATE(2002,11,29),DATE(2004,2,29),4,0) = 90\n"
4534 "COUPDAYS (DATE(2002,11,29),DATE(2004,2,29),4,0,FALSE) = 90\n"
4535 "COUPDAYS (DATE(2002,11,29),DATE(2004,2,29),4,1,FALSE) = 91\n"
4536 "\n"
4537 "@SEEALSO="
4538 msgstr ""
4540 #: plugins/fn-financial/functions.c:3328
4541 msgid ""
4542 "@FUNCTION=COUPDAYSNC\n"
4543 "@SYNTAX=COUPDAYSNC(settlement,maturity,frequency[,basis,eom])\n"
4544 "@DESCRIPTION=COUPDAYSNC returns the number of days from the settlement date "
4545 "to the next coupon date.\n"
4546 "\n"
4547 "@settlement is the settlement date of the security.\n"
4548 "@maturity is the maturity date of the security.\n"
4549 "@frequency is the number of coupon payments per year.\n"
4550 "@eom = TRUE handles end of month maturity dates special.\n"
4551 "Allowed frequencies are: 1 = annual, 2 = semi, 4 = quarterly, 6 = bimonthly, "
4552 "12 = monthly.\n"
4553 "@basis is the type of day counting system you want to use:\n"
4554 "\n"
4555 "  0  MSRB 30/360 (MSRB Rule G33 (e))\n"
4556 "  1  actual days/actual days\n"
4557 "  2  actual days/360\n"
4558 "  3  actual days/365\n"
4559 "  4  European 30/360\n"
4560 "  5  European+ 30/360\n"
4561 "\n"
4562 "(See the gnumeric manual for a detailed description of these bases).\n"
4563 "\n"
4564 "* If @frequency is invalid, COUPDAYSNC returns #NUM! error.\n"
4565 "* If @basis is omitted, MSRB 30/360 is applied.\n"
4566 "* If @basis is invalid, #NUM! error is returned.\n"
4567 "\n"
4568 "@EXAMPLES=\n"
4569 "COUPDAYSNC (DATE(2002,11,29),DATE(2004,2,29),4,0) = 1\n"
4570 "COUPDAYSNC (DATE(2002,11,29),DATE(2004,2,29),4,0,FALSE) = 89\n"
4571 "\n"
4572 "@SEEALSO="
4573 msgstr ""
4575 #: plugins/fn-financial/functions.c:3373
4576 msgid ""
4577 "@FUNCTION=COUPNCD\n"
4578 "@SYNTAX=COUPNCD(settlement,maturity,frequency[,basis,eom])\n"
4579 "@DESCRIPTION=COUPNCD returns the coupon date following settlement.\n"
4580 "\n"
4581 "@settlement is the settlement date of the security.\n"
4582 "@maturity is the maturity date of the security.\n"
4583 "@frequency is the number of coupon payments per year.\n"
4584 "@eom = TRUE handles end of month maturity dates special.\n"
4585 "Allowed frequencies are: 1 = annual, 2 = semi, 4 = quarterly, 6 = bimonthly, "
4586 "12 = monthly.\n"
4587 "@basis is the type of day counting system you want to use:\n"
4588 "\n"
4589 "  0  MSRB 30/360 (MSRB Rule G33 (e))\n"
4590 "  1  actual days/actual days\n"
4591 "  2  actual days/360\n"
4592 "  3  actual days/365\n"
4593 "  4  European 30/360\n"
4594 "  5  European+ 30/360\n"
4595 "\n"
4596 "(See the gnumeric manual for a detailed description of these bases).\n"
4597 "\n"
4598 "* If @frequency is invalid, COUPNCD returns #NUM! error.\n"
4599 "* If @basis is omitted, MSRB 30/360 is applied.\n"
4600 "* If @basis is invalid, #NUM! error is returned.\n"
4601 "\n"
4602 "@EXAMPLES=\n"
4603 "COUPNCD (DATE(2002,11,29),DATE(2004,2,29),4,0) = 30-Nov-2002\n"
4604 "COUPNCD (DATE(2002,11,29),DATE(2004,2,29),4,0,FALSE) = 28-Feb-2003\n"
4605 "\n"
4606 "@SEEALSO="
4607 msgstr ""
4609 #: plugins/fn-financial/functions.c:3419
4610 msgid ""
4611 "@FUNCTION=COUPPCD\n"
4612 "@SYNTAX=COUPPCD(settlement,maturity,frequency[,basis,eom])\n"
4613 "@DESCRIPTION=COUPPCD returns the coupon date preceding settlement.\n"
4614 "\n"
4615 "@settlement is the settlement date of the security.\n"
4616 "@maturity is the maturity date of the security.\n"
4617 "@frequency is the number of coupon payments per year.\n"
4618 "@eom = TRUE handles end of month maturity dates special.\n"
4619 "Allowed frequencies are: 1 = annual, 2 = semi, 4 = quarterly, 6 = bimonthly, "
4620 "12 = monthly.\n"
4621 "@basis is the type of day counting system you want to use:\n"
4622 "\n"
4623 "  0  MSRB 30/360 (MSRB Rule G33 (e))\n"
4624 "  1  actual days/actual days\n"
4625 "  2  actual days/360\n"
4626 "  3  actual days/365\n"
4627 "  4  European 30/360\n"
4628 "  5  European+ 30/360\n"
4629 "\n"
4630 "(See the gnumeric manual for a detailed description of these bases).\n"
4631 "\n"
4632 "* If @frequency is invalid, COUPPCD returns #NUM! error.\n"
4633 "* If @basis is omitted, MSRB 30/360 is applied.\n"
4634 "* If @basis is invalid, #NUM! error is returned.\n"
4635 "\n"
4636 "@EXAMPLES=\n"
4637 "COUPPCD (DATE(2002,11,29),DATE(2004,2,29),4,0) = 31-Aug-2002\n"
4638 "COUPPCD (DATE(2002,11,29),DATE(2004,2,29),4,0,FALSE) = 29-Nov-2002\n"
4639 "\n"
4640 "@SEEALSO="
4641 msgstr ""
4643 #: plugins/fn-financial/functions.c:3466
4644 msgid ""
4645 "@FUNCTION=COUPNUM\n"
4646 "@SYNTAX=COUPNUM(settlement,maturity,frequency[,basis,eom])\n"
4647 "@DESCRIPTION=COUPNUM returns the numbers of coupons to be paid between the "
4648 "settlement and maturity dates, rounded up.\n"
4649 "\n"
4650 "@settlement is the settlement date of the security.\n"
4651 "@maturity is the maturity date of the security.\n"
4652 "@frequency is the number of coupon payments per year.\n"
4653 "@eom = TRUE handles end of month maturity dates special.\n"
4654 "Allowed frequencies are: 1 = annual, 2 = semi, 4 = quarterly. 6 = bimonthly, "
4655 "12 = monthly.\n"
4656 "@basis is the type of day counting system you want to use:\n"
4657 "\n"
4658 "  0  MSRB 30/360 (MSRB Rule G33 (e))\n"
4659 "  1  actual days/actual days\n"
4660 "  2  actual days/360\n"
4661 "  3  actual days/365\n"
4662 "  4  European 30/360\n"
4663 "  5  European+ 30/360\n"
4664 "\n"
4665 "* If @frequency is other than 1, 2, 4, 6 or 12, COUPNUM returns #NUM! "
4666 "error.\n"
4667 "* If @basis is omitted, MSRB 30/360 is applied.\n"
4668 "* If @basis is not in between 0 and 5, #NUM! error is returned.\n"
4669 "\n"
4670 "@EXAMPLES=\n"
4671 "COUPNUM (DATE(2002,11,29),DATE(2004,2,29),4,0) = 6\n"
4672 "COUPNUM (DATE(2002,11,29),DATE(2004,2,29),4,0,FALSE) = 5\n"
4673 "@SEEALSO="
4674 msgstr ""
4676 #: plugins/fn-financial/functions.c:3507
4677 msgid ""
4678 "@FUNCTION=CUMIPMT\n"
4679 "@SYNTAX=CUMIPMT(rate,nper,pv,start_period,end_period,type)\n"
4680 "@DESCRIPTION=CUMIPMT returns the cumulative interest paid on a loan between "
4681 "@start_period and @end_period.\n"
4682 "\n"
4683 "* If @rate <= 0, CUMIPMT returns #NUM! error.\n"
4684 "* If @nper <= 0, CUMIPMT returns #NUM! error.\n"
4685 "* If @pv <= 0, CUMIPMT returns #NUM! error.\n"
4686 "* If @start_period < 1, CUMIPMT returns #NUM! error.\n"
4687 "* If @end_period < @start_period, CUMIPMT returns #NUM! error.\n"
4688 "* If @end_period > @nper, CUMIPMT returns #NUM! error.\n"
4689 "* If @type <> 0 and @type <> 1, CUMIPMT returns #NUM! error.\n"
4690 "\n"
4691 "@EXAMPLES=\n"
4692 "\n"
4693 "@SEEALSO="
4694 msgstr ""
4696 #: plugins/fn-financial/functions.c:3557
4697 msgid ""
4698 "@FUNCTION=CUMPRINC\n"
4699 "@SYNTAX=CUMPRINC(rate,nper,pv,start_period,end_period,type)\n"
4700 "@DESCRIPTION=CUMPRINC returns the cumulative principal paid on a loan "
4701 "between @start_period and @end_period.\n"
4702 "\n"
4703 "* If @rate <= 0, CUMPRINC returns #NUM! error.\n"
4704 "* If @nper <= 0, CUMPRINC returns #NUM! error.\n"
4705 "* If @pv <= 0, CUMPRINC returns #NUM! error.\n"
4706 "* If @start_period < 1, CUMPRINC returns #NUM! error.\n"
4707 "* If @end_period < @start_period, CUMPRINC returns #NUM! error.\n"
4708 "* If @end_period > @nper, CUMPRINC returns #NUM! error.\n"
4709 "* If @type <> 0 and @type <> 1, CUMPRINC returns #NUM! error.\n"
4710 "\n"
4711 "@EXAMPLES=\n"
4712 "\n"
4713 "@SEEALSO="
4714 msgstr ""
4716 #: plugins/fn-financial/functions.c:3607
4717 msgid ""
4718 "@FUNCTION=MDURATION\n"
4719 "@SYNTAX=MDURATION(settlement,maturity,coupon,yield,frequency[,basis])\n"
4720 "@DESCRIPTION=MDURATION returns the Macauley duration for a security with par "
4721 "value 100.\n"
4722 "\n"
4723 "@basis is the type of day counting system you want to use:\n"
4724 "\n"
4725 "  0  MSRB 30/360 (MSRB Rule G33 (e))\n"
4726 "  1  actual days/actual days\n"
4727 "  2  actual days/360\n"
4728 "  3  actual days/365\n"
4729 "  4  European 30/360\n"
4730 "  5  European+ 30/360\n"
4731 "\n"
4732 "* If @settlement or @maturity are not valid dates, MDURATION returns #NUM! "
4733 "error.\n"
4734 "* If @frequency is other than 1, 2, or 4, MDURATION returns #NUM! error.\n"
4735 "* If @basis is omitted, MSRB 30/360 is applied.\n"
4736 "* If @basis is invalid, #NUM! error is returned.\n"
4737 "\n"
4738 "@EXAMPLES=\n"
4739 "\n"
4740 "@SEEALSO=DURATION,G_DURATION"
4741 msgstr ""
4743 #: plugins/fn-financial/functions.c:3665
4744 msgid ""
4745 "@FUNCTION=VDB\n"
4746 "@SYNTAX=VDB(cost,salvage,life,start_period,end_period[,factor,switch])\n"
4747 "@DESCRIPTION=VDB calculates the depreciation of an asset for a given period "
4748 "or partial period using the double-declining balance method.\n"
4749 "\n"
4750 "* If @start_period < 0, VDB returns #NUM! error.\n"
4751 "* If @start_period > @end_period, VDB returns #NUM! error.\n"
4752 "* If @end_period > @life, VDB returns #NUM! error.\n"
4753 "* If @cost < 0, VDB returns #NUM! error.\n"
4754 "* If @salvage > @cost, VDB returns #NUM! error.\n"
4755 "* If @factor <= 0, VDB returns #NUM! error.\n"
4756 "\n"
4757 "@EXAMPLES=\n"
4758 "\n"
4759 "@SEEALSO=DB"
4760 msgstr ""
4762 #: plugins/fn-financial/plugin.xml.in.h:2
4763 msgid "Financial Functions"
4764 msgstr ""
4766 #: plugins/fn-financial/plugin.xml.in.h:3
4767 msgid "Interest rate calculations"
4768 msgstr ""
4770 #: plugins/fn-info/functions.c:65
4771 msgid ""
4772 "@FUNCTION=CELL\n"
4773 "@SYNTAX=CELL(type,ref)\n"
4774 "@DESCRIPTION=CELL returns information about the formatting, location, or "
4775 "contents of a cell.\n"
4776 "\n"
4777 "@type specifies the type of information you want to obtain:\n"
4778 "\n"
4779 "  address    \tReturns the given cell reference as text.\n"
4780 "  col        \t\tReturns the number of the column in @ref.\n"
4781 "  contents   \tReturns the contents of the cell in @ref.\n"
4782 "  format     \t\tReturns the code of the format of the cell.\n"
4783 "  parentheses\tReturns 1 if @ref contains a negative value\n"
4784 "             \t\tand its format displays it with parentheses.\n"
4785 "  row        \t\tReturns the number of the row in @ref.\n"
4786 "  width      \t\tReturns the column width.\n"
4787 "\n"
4788 "* This function is Excel compatible.\n"
4789 "\n"
4790 "@EXAMPLES=\n"
4791 "Cell(\"format\",A1) returns the code of the format of the cell A1.\n"
4792 "\n"
4793 "@SEEALSO="
4794 msgstr ""
4796 #: plugins/fn-info/functions.c:1157
4797 msgid ""
4798 "@FUNCTION=EXPRESSION\n"
4799 "@SYNTAX=EXPRESSION(cell)\n"
4800 "@DESCRIPTION=EXPRESSION returns expression in @cell as a string, or empty if "
4801 "the cell is not an expression.\n"
4802 "@EXAMPLES=\n"
4803 "entering '=EXPRESSION(A3)' in A2 = empty (assuming there is nothing in A3).\n"
4804 "entering '=EXPRESSION(A2)' in A1 = 'EXPRESSION(A3)'.\n"
4805 "\n"
4806 "@SEEALSO=TEXT"
4807 msgstr ""
4809 #: plugins/fn-info/functions.c:1200
4810 msgid ""
4811 "@FUNCTION=COUNTBLANK\n"
4812 "@SYNTAX=COUNTBLANK(range)\n"
4813 "@DESCRIPTION=COUNTBLANK returns the number of blank cells in a @range.\n"
4814 "\n"
4815 "* This function is Excel compatible.\n"
4816 "\n"
4817 "@EXAMPLES=\n"
4818 "COUNTBLANK(A1:A20) returns the number of blank cell in A1:A20.\n"
4819 "\n"
4820 "@SEEALSO=COUNT"
4821 msgstr ""
4823 #: plugins/fn-info/functions.c:1244
4824 msgid ""
4825 "@FUNCTION=INFO\n"
4826 "@SYNTAX=INFO(type)\n"
4827 "@DESCRIPTION=INFO returns information about the current operating "
4828 "environment. \n"
4829 "\n"
4830 "@type is the type of information you want to obtain:\n"
4831 "\n"
4832 "  memavail \tReturns the amount of memory available, bytes.\n"
4833 "  memused  \tReturns the amount of memory used (bytes).\n"
4834 "  numfile  \t\tReturns the number of active worksheets.\n"
4835 "  osversion\t\tReturns the operating system version.\n"
4836 "  recalc   \t\tReturns the recalculation mode (automatic).\n"
4837 "  release  \t\tReturns the version of Gnumeric as text.\n"
4838 "  system   \t\tReturns the name of the environment.\n"
4839 "  totmem   \t\tReturns the amount of total memory available.\n"
4840 "\n"
4841 "* This function is Excel compatible, except that types directory and origin "
4842 "are not implemented.\n"
4843 "\n"
4844 "@EXAMPLES=\n"
4845 "INFO(\"system\") returns \"Linux\" on a Linux system.\n"
4846 "\n"
4847 "@SEEALSO="
4848 msgstr ""
4850 #: plugins/fn-info/functions.c:1299
4851 msgid "Unknown version"
4852 msgstr ""
4854 #: plugins/fn-info/functions.c:1301
4855 #, c-format
4856 msgid "%s version %s"
4857 msgstr ""
4859 #. Current recalculation mode; returns "Automatic" or "Manual".
4860 #: plugins/fn-info/functions.c:1308
4861 #: src/cut-n-paste-code/goffice/graph/gog-axis.c:675
4862 #: src/cut-n-paste-code/goffice/graph/gog-style.c:120
4863 #: src/cut-n-paste-code/goffice/graph/gog-style.c:910
4864 #: src/cut-n-paste-code/goffice/utils/go-marker.c:591
4865 #: src/dialogs/dialog-cell-format.c:2278 src/dialogs/dialog-cell-format.c:2283
4866 #: src/dialogs/dialog-cell-format.c:2293 src/workbook-format-toolbar.c:837
4867 msgid "Automatic"
4868 msgstr ""
4870 #: plugins/fn-info/functions.c:1317
4871 msgid "Unknown system"
4872 msgstr ""
4874 #: plugins/fn-info/functions.c:1327
4875 msgid "Unknown info_type"
4876 msgstr ""
4878 #: plugins/fn-info/functions.c:1333
4879 msgid ""
4880 "@FUNCTION=ISERROR\n"
4881 "@SYNTAX=ISERROR(value)\n"
4882 "@DESCRIPTION=ISERROR returns a TRUE value if the expression has an error.\n"
4883 "\n"
4884 "* This function is Excel compatible.\n"
4885 "\n"
4886 "@EXAMPLES=\n"
4887 "ISERROR(NA()) equals TRUE.\n"
4888 "\n"
4889 "@SEEALSO=ERROR"
4890 msgstr ""
4892 #: plugins/fn-info/functions.c:1355
4893 msgid ""
4894 "@FUNCTION=ISNA\n"
4895 "@SYNTAX=ISNA(value)\n"
4896 "@DESCRIPTION=ISNA returns TRUE if the value is the #N/A error value.\n"
4897 "\n"
4898 "* This function is Excel compatible.\n"
4899 "\n"
4900 "@EXAMPLES=\n"
4901 "ISNA(NA()) equals TRUE.\n"
4902 "\n"
4903 "@SEEALSO=NA"
4904 msgstr ""
4906 #: plugins/fn-info/functions.c:1381
4907 msgid ""
4908 "@FUNCTION=ISERR\n"
4909 "@SYNTAX=ISERR(value)\n"
4910 "@DESCRIPTION=ISERR returns TRUE if the value is any error value except #N/"
4911 "A.\n"
4912 "\n"
4913 "* This function is Excel compatible. \n"
4914 "@EXAMPLES=\n"
4915 "ISERR(NA()) return FALSE.\n"
4916 "\n"
4917 "@SEEALSO=ISERROR"
4918 msgstr ""
4920 #: plugins/fn-info/functions.c:1404
4921 msgid ""
4922 "@FUNCTION=ERROR.TYPE\n"
4923 "@SYNTAX=ERROR.TYPE(value)\n"
4924 "@DESCRIPTION=ERROR.TYPE returns an error number corresponding to the given "
4925 "error value.  The error numbers for error values are:\n"
4926 "\n"
4927 "\t#DIV/0!  \t\t2\n"
4928 "\t#VALUE!  \t3\n"
4929 "\t#REF!    \t\t4\n"
4930 "\t#NAME?   \t5\n"
4931 "\t#NUM!    \t\t6\n"
4932 "\t#N/A     \t\t7\n"
4933 "\n"
4934 "* This function is Excel compatible.\n"
4935 "\n"
4936 "@EXAMPLES=\n"
4937 "ERROR.TYPE(NA()) equals 7.\n"
4938 "\n"
4939 "@SEEALSO=ISERROR"
4940 msgstr ""
4942 #: plugins/fn-info/functions.c:1443
4943 msgid ""
4944 "@FUNCTION=NA\n"
4945 "@SYNTAX=NA()\n"
4946 "@DESCRIPTION=NA returns the error value #N/A.\n"
4947 "\n"
4948 "* This function is Excel compatible.\n"
4949 "\n"
4950 "@EXAMPLES=\n"
4951 "NA() equals #N/A error.\n"
4952 "\n"
4953 "@SEEALSO=ISNA"
4954 msgstr ""
4956 #: plugins/fn-info/functions.c:1465
4957 msgid ""
4958 "@FUNCTION=ERROR\n"
4959 "@SYNTAX=ERROR(text)\n"
4960 "@DESCRIPTION=ERROR return the specified error.\n"
4961 "\n"
4962 "@EXAMPLES=\n"
4963 "ERROR(\"#OWN ERROR\").\n"
4964 "\n"
4965 "@SEEALSO=ISERROR"
4966 msgstr ""
4968 #: plugins/fn-info/functions.c:1486
4969 msgid ""
4970 "@FUNCTION=ISBLANK\n"
4971 "@SYNTAX=ISBLANK(value)\n"
4972 "@DESCRIPTION=ISBLANK returns TRUE if the value is blank.\n"
4973 "\n"
4974 "* This function is Excel compatible.\n"
4975 "\n"
4976 "@EXAMPLES=\n"
4977 "ISBLANK(A1).\n"
4978 "\n"
4979 "@SEEALSO="
4980 msgstr ""
4982 #: plugins/fn-info/functions.c:1506 plugins/fn-info/functions.c:1673
4983 #: src/func.c:789
4984 msgid "Invalid number of arguments"
4985 msgstr ""
4987 #: plugins/fn-info/functions.c:1542
4988 msgid ""
4989 "@FUNCTION=ISEVEN\n"
4990 "@SYNTAX=ISEVEN(value)\n"
4991 "@DESCRIPTION=ISEVEN returns TRUE if the number is even.\n"
4992 "\n"
4993 "* This function is Excel compatible.\n"
4994 "\n"
4995 "@EXAMPLES=\n"
4996 "ISEVEN(4) equals TRUE.\n"
4997 "\n"
4998 "@SEEALSO=ISODD"
4999 msgstr ""
5001 #: plugins/fn-info/functions.c:1564
5002 msgid ""
5003 "@FUNCTION=ISLOGICAL\n"
5004 "@SYNTAX=ISLOGICAL(value)\n"
5005 "@DESCRIPTION=ISLOGICAL returns TRUE if the value is a logical value.\n"
5006 "\n"
5007 "* This function is Excel compatible.\n"
5008 "\n"
5009 "@EXAMPLES=\n"
5010 "ISLOGICAL(A1).\n"
5011 "\n"
5012 "@SEEALSO="
5013 msgstr ""
5015 #: plugins/fn-info/functions.c:1586
5016 msgid ""
5017 "@FUNCTION=ISNONTEXT\n"
5018 "@SYNTAX=ISNONTEXT(value)\n"
5019 "@DESCRIPTION=ISNONTEXT Returns TRUE if the value is not text.\n"
5020 "\n"
5021 "* This function is Excel compatible.\n"
5022 "\n"
5023 "@EXAMPLES=\n"
5024 "ISNONTEXT(\"text\") equals FALSE.\n"
5025 "\n"
5026 "@SEEALSO=ISTEXT"
5027 msgstr ""
5029 #: plugins/fn-info/functions.c:1608
5030 msgid ""
5031 "@FUNCTION=ISNUMBER\n"
5032 "@SYNTAX=ISNUMBER(value)\n"
5033 "@DESCRIPTION=ISNUMBER returns TRUE if the value is a number.\n"
5034 "\n"
5035 "* This function is Excel compatible.\n"
5036 "\n"
5037 "@EXAMPLES=\n"
5038 "ISNUMBER(\"text\") equals FALSE.\n"
5039 "\n"
5040 "@SEEALSO="
5041 msgstr ""
5043 #: plugins/fn-info/functions.c:1631
5044 msgid ""
5045 "@FUNCTION=ISODD\n"
5046 "@SYNTAX=ISODD(value)\n"
5047 "@DESCRIPTION=ISODD returns TRUE if the number is odd.\n"
5048 "\n"
5049 "* This function is Excel compatible.\n"
5050 "\n"
5051 "@EXAMPLES=\n"
5052 "ISODD(3) equals TRUE.\n"
5053 "\n"
5054 "@SEEALSO=ISEVEN"
5055 msgstr ""
5057 #: plugins/fn-info/functions.c:1653
5058 msgid ""
5059 "@FUNCTION=ISREF\n"
5060 "@SYNTAX=ISREF(value)\n"
5061 "@DESCRIPTION=ISREF returns TRUE if the value is a reference.\n"
5062 "\n"
5063 "* This function is Excel compatible.\n"
5064 "\n"
5065 "@EXAMPLES=\n"
5066 "ISREF(A1) equals TRUE.\n"
5067 "\n"
5068 "@SEEALSO="
5069 msgstr ""
5071 #: plugins/fn-info/functions.c:1685
5072 msgid ""
5073 "@FUNCTION=ISTEXT\n"
5074 "@SYNTAX=ISTEXT(value)\n"
5075 "@DESCRIPTION=ISTEXT returns TRUE if the value is text.\n"
5076 "\n"
5077 "* This function is Excel compatible.\n"
5078 "\n"
5079 "@EXAMPLES=\n"
5080 "ISTEXT(\"text\") equals TRUE.\n"
5081 "\n"
5082 "@SEEALSO=ISNONTEXT"
5083 msgstr ""
5085 #: plugins/fn-info/functions.c:1707
5086 msgid ""
5087 "@FUNCTION=N\n"
5088 "@SYNTAX=N(value)\n"
5089 "@DESCRIPTION=N returns a value converted to a number.  Strings containing "
5090 "text are converted to the zero value.\n"
5091 "\n"
5092 "* This function is Excel compatible.\n"
5093 "\n"
5094 "@EXAMPLES=\n"
5095 "N(\"42\") equals 42.\n"
5096 "\n"
5097 "@SEEALSO="
5098 msgstr ""
5100 #: plugins/fn-info/functions.c:1747
5101 msgid ""
5102 "@FUNCTION=TYPE\n"
5103 "@SYNTAX=TYPE(value)\n"
5104 "@DESCRIPTION=TYPE returns a number indicating the data type of a value.\n"
5105 "\n"
5106 "1  == number\n"
5107 "2  == text\n"
5108 "4  == boolean\n"
5109 "16 == error\n"
5110 "64 == array\n"
5111 "* This function is Excel compatible.\n"
5112 "\n"
5113 "@EXAMPLES=\n"
5114 "TYPE(3) equals 1.\n"
5115 "TYPE(\"text\") equals 2.\n"
5116 "\n"
5117 "@SEEALSO="
5118 msgstr ""
5120 #: plugins/fn-info/functions.c:1796
5121 msgid ""
5122 "@FUNCTION=GETENV\n"
5123 "@SYNTAX=GETENV(string)\n"
5124 "@DESCRIPTION=GETENV retrieves a value from the execution environment.\n"
5125 "\n"
5126 "* If the variable specified by @string does not exist, #N/A! will be "
5127 "returned.  Note, that variable names are case sensitive.\n"
5128 "@EXAMPLES=\n"
5129 "\n"
5130 "@SEEALSO="
5131 msgstr ""
5133 #: plugins/fn-info/functions.c:1824
5134 msgid "info_type, cell"
5135 msgstr ""
5137 #: plugins/fn-info/functions.c:1827 plugins/fn-info/functions.c:1833
5138 #: plugins/fn-info/functions.c:1836 plugins/fn-info/functions.c:1839
5139 #: plugins/fn-info/functions.c:1842 plugins/fn-info/functions.c:1845
5140 #: plugins/fn-info/functions.c:1848 plugins/fn-info/functions.c:1851
5141 #: plugins/fn-info/functions.c:1854 plugins/fn-info/functions.c:1857
5142 #: plugins/fn-info/functions.c:1860 plugins/fn-info/functions.c:1863
5143 #: plugins/fn-info/functions.c:1866 plugins/fn-info/functions.c:1872
5144 #: plugins/fn-string/functions.c:1192
5145 msgid "value"
5146 msgstr ""
5148 #: plugins/fn-info/functions.c:1830
5149 msgid "info_type"
5150 msgstr ""
5152 #. XL stores this in statistical ?
5153 #: plugins/fn-info/functions.c:1877
5154 msgid "range"
5155 msgstr ""
5157 #: plugins/fn-info/functions.c:1881 plugins/fn-string/functions.c:1135
5158 #: plugins/fn-string/functions.c:1138 plugins/fn-string/functions.c:1141
5159 #: plugins/fn-string/functions.c:1162 plugins/fn-string/functions.c:1165
5160 #: plugins/fn-string/functions.c:1168 plugins/fn-string/functions.c:1174
5161 #: plugins/fn-string/functions.c:1198 plugins/fn-string/functions.c:1201
5162 #: plugins/fn-string/functions.c:1204
5163 msgid "text"
5164 msgstr ""
5166 #: plugins/fn-info/functions.c:1884
5167 msgid "cell"
5168 msgstr ""
5170 #: plugins/fn-info/functions.c:1887
5171 msgid "string"
5172 msgstr ""
5174 #: plugins/fn-info/plugin.xml.in.h:1
5175 msgid "Functions for inspecting values, cells, and more"
5176 msgstr ""
5178 #: plugins/fn-info/plugin.xml.in.h:2
5179 msgid "Information"
5180 msgstr ""
5182 #: plugins/fn-info/plugin.xml.in.h:3
5183 msgid "Information Functions"
5184 msgstr ""
5186 #: plugins/fn-logical/functions.c:44
5187 msgid ""
5188 "@FUNCTION=AND\n"
5189 "@SYNTAX=AND(b1, b2, ...)\n"
5190 "@DESCRIPTION=AND implements the logical AND function: the result is TRUE if "
5191 "all of the expressions evaluate to TRUE, otherwise it returns FALSE.\n"
5192 "\n"
5193 "@b1 trough @bN are expressions that should evaluate to TRUE or FALSE.  If an "
5194 "integer or floating point value is provided, zero is considered FALSE and "
5195 "anything else is TRUE.\n"
5196 "\n"
5197 "* If the values contain strings or empty cells those values are ignored.\n"
5198 "* If no logical values are provided, then the error #VALUE! is returned.\n"
5199 "* This function is Excel compatible.\n"
5200 "\n"
5201 "@EXAMPLES=\n"
5202 "AND(TRUE,TRUE) equals TRUE.\n"
5203 "AND(TRUE,FALSE) equals FALSE.\n"
5204 "\n"
5205 "Let us assume that A1 holds number five and A2 number one.  Then\n"
5206 "AND(A1>3,A2<2) equals TRUE.\n"
5207 "\n"
5208 "@SEEALSO=OR, NOT"
5209 msgstr ""
5211 #: plugins/fn-logical/functions.c:106
5212 msgid ""
5213 "@FUNCTION=NOT\n"
5214 "@SYNTAX=NOT(number)\n"
5215 "@DESCRIPTION=NOT implements the logical NOT function: the result is TRUE if "
5216 "the @number is zero;  otherwise the result is FALSE.\n"
5217 "\n"
5218 "* This function is Excel compatible.\n"
5219 "\n"
5220 "@EXAMPLES=\n"
5221 "NOT(0) equals TRUE.\n"
5222 "NOT(TRUE) equals FALSE.\n"
5223 "\n"
5224 "@SEEALSO=AND, OR"
5225 msgstr ""
5227 #: plugins/fn-logical/functions.c:127
5228 msgid "Type Mismatch"
5229 msgstr ""
5231 #: plugins/fn-logical/functions.c:134
5232 msgid ""
5233 "@FUNCTION=OR\n"
5234 "@SYNTAX=OR(b1, b2, ...)\n"
5235 "@DESCRIPTION=OR implements the logical OR function: the result is TRUE if "
5236 "any of the values evaluated to TRUE.\n"
5237 "\n"
5238 "@b1 trough @bN are expressions that should evaluate to TRUE or FALSE. If an "
5239 "integer or floating point value is provided, zero is considered FALSE and "
5240 "anything else is TRUE.\n"
5241 "\n"
5242 "* If the values contain strings or empty cells those values are ignored.\n"
5243 "* If no logical values are provided, then the error #VALUE! is returned.\n"
5244 "* This function is Excel compatible.\n"
5245 "\n"
5246 "@EXAMPLES=\n"
5247 "OR(TRUE,FALSE) equals TRUE.\n"
5248 "OR(3>4,4<3) equals FALSE.\n"
5249 "\n"
5250 "@SEEALSO=AND, NOT"
5251 msgstr ""
5253 #: plugins/fn-logical/functions.c:193
5254 msgid ""
5255 "@FUNCTION=XOR\n"
5256 "@SYNTAX=XOR(b1, b2, ...)\n"
5257 "@DESCRIPTION=XOR implements the logical exclusive OR function: the result is "
5258 "TRUE if an odd number of the values evaluated to TRUE.\n"
5259 "\n"
5260 "@b1 trough @bN are expressions that should evaluate to TRUE or FALSE. If an "
5261 "integer or floating point value is provided, zero is considered FALSE and "
5262 "anything else is TRUE.\n"
5263 "\n"
5264 "* If the values contain strings or empty cells those values are ignored.\n"
5265 "* If no logical values are provided, then the error #VALUE! is returned.\n"
5266 "@EXAMPLES=\n"
5267 "XOR(TRUE,FALSE) equals TRUE.\n"
5268 "XOR(3>4,4<3) equals FALSE.\n"
5269 "\n"
5270 "@SEEALSO=OR, AND, NOT"
5271 msgstr ""
5273 #: plugins/fn-logical/functions.c:250
5274 msgid ""
5275 "@FUNCTION=IF\n"
5276 "@SYNTAX=IF(condition[,if-true,if-false])\n"
5277 "@DESCRIPTION=IF function can be used to evaluate conditionally other "
5278 "expressions. IF evaluates @condition.  If @condition returns a non-zero "
5279 "value the result of the IF expression is the @if-true expression, otherwise "
5280 "IF evaluates to the value of @if-false.\n"
5281 "\n"
5282 "* If omitted @if-true defaults to TRUE and @if-false to FALSE.\n"
5283 "* This function is Excel compatible.\n"
5284 "\n"
5285 "@EXAMPLES=\n"
5286 "IF(FALSE,TRUE,FALSE) equals FALSE.\n"
5287 "\n"
5288 "@SEEALSO="
5289 msgstr ""
5291 #: plugins/fn-logical/functions.c:280
5292 msgid ""
5293 "@FUNCTION=TRUE\n"
5294 "@SYNTAX=TRUE()\n"
5295 "@DESCRIPTION=TRUE returns boolean value true.\n"
5296 "\n"
5297 "* This function is Excel compatible.\n"
5298 "\n"
5299 "@EXAMPLES=\n"
5300 "TRUE() equals TRUE.\n"
5301 "\n"
5302 "@SEEALSO=FALSE"
5303 msgstr ""
5305 #: plugins/fn-logical/functions.c:302
5306 msgid ""
5307 "@FUNCTION=FALSE\n"
5308 "@SYNTAX=FALSE()\n"
5309 "@DESCRIPTION=FALSE returns boolean value false.\n"
5310 "\n"
5311 "* This function is Excel compatible.\n"
5312 "\n"
5313 "@EXAMPLES=\n"
5314 "FALSE() equals FALSE.\n"
5315 "\n"
5316 "@SEEALSO=TRUE"
5317 msgstr ""
5319 #: plugins/fn-logical/functions.c:324 plugins/fn-logical/functions.c:328
5320 #: plugins/fn-logical/functions.c:348 plugins/fn-math/functions.c:3226
5321 #: plugins/fn-stat/functions.c:5626 plugins/fn-stat/functions.c:5630
5322 #: plugins/fn-stat/functions.c:5634 plugins/fn-stat/functions.c:5672
5323 #: plugins/fn-stat/functions.c:5675 plugins/fn-stat/functions.c:5684
5324 #: plugins/fn-stat/functions.c:5720 plugins/fn-stat/functions.c:5734
5325 #: plugins/fn-stat/functions.c:5737 plugins/fn-stat/functions.c:5740
5326 #: plugins/fn-stat/functions.c:5762 plugins/fn-stat/functions.c:5766
5327 #: plugins/fn-stat/functions.c:5770 plugins/fn-stat/functions.c:5774
5328 #: plugins/fn-stat/functions.c:5778 plugins/fn-stat/functions.c:5782
5329 #: plugins/fn-stat/functions.c:5828 plugins/fn-stat/functions.c:5838
5330 #: plugins/fn-stat/functions.c:5842 plugins/fn-stat/functions.c:5846
5331 #: plugins/fn-stat/functions.c:5850 plugins/fn-stat/functions.c:5879
5332 #: plugins/fn-stat/functions.c:5882 plugins/fn-stat/functions.c:5885
5333 #: plugins/fn-stat/functions.c:5888 plugins/fn-stat/functions.c:5904
5334 #: src/func-builtin.c:131 src/func-builtin.c:137
5335 msgid "number,number,"
5336 msgstr ""
5338 #. MS Excel puts this in the engineering functions
5339 #: plugins/fn-logical/functions.c:332 plugins/fn-math/functions.c:3067
5340 #: plugins/fn-math/functions.c:3071 plugins/fn-math/functions.c:3074
5341 #: plugins/fn-math/functions.c:3077 plugins/fn-math/functions.c:3080
5342 #: plugins/fn-math/functions.c:3083 plugins/fn-math/functions.c:3086
5343 #: plugins/fn-math/functions.c:3092 plugins/fn-math/functions.c:3101
5344 #: plugins/fn-math/functions.c:3110 plugins/fn-math/functions.c:3118
5345 #: plugins/fn-math/functions.c:3121 plugins/fn-math/functions.c:3124
5346 #: plugins/fn-math/functions.c:3127 plugins/fn-math/functions.c:3132
5347 #: plugins/fn-math/functions.c:3136 plugins/fn-math/functions.c:3142
5348 #: plugins/fn-math/functions.c:3149 plugins/fn-math/functions.c:3156
5349 #: plugins/fn-math/functions.c:3162 plugins/fn-math/functions.c:3165
5350 #: plugins/fn-math/functions.c:3178 plugins/fn-math/functions.c:3184
5351 #: plugins/fn-math/functions.c:3190 plugins/fn-math/functions.c:3211
5352 #: plugins/fn-math/functions.c:3214 plugins/fn-math/functions.c:3217
5353 #: plugins/fn-math/functions.c:3220 plugins/fn-math/functions.c:3223
5354 #: plugins/fn-math/functions.c:3236 plugins/fn-math/functions.c:3248
5355 #: plugins/fn-math/functions.c:3251 plugins/fn-stat/functions.c:5696
5356 #: plugins/fn-stat/functions.c:5699 plugins/fn-stat/functions.c:5717
5357 #: plugins/fn-stat/functions.c:5795 plugins/fn-string/functions.c:1129
5358 #: plugins/fn-string/functions.c:1132
5359 msgid "number"
5360 msgstr ""
5362 #: plugins/fn-logical/functions.c:336
5363 msgid "condition,if true,if false"
5364 msgstr ""
5366 #: plugins/fn-logical/plugin.xml.in.h:1
5367 msgid "Functions for manipulating truth values"
5368 msgstr ""
5370 #: plugins/fn-logical/plugin.xml.in.h:2
5371 msgid "Logic"
5372 msgstr ""
5374 #: plugins/fn-logical/plugin.xml.in.h:3
5375 msgid "Logic Functions"
5376 msgstr ""
5378 #: plugins/fn-lookup/functions.c:324
5379 msgid ""
5380 "@FUNCTION=ADDRESS\n"
5381 "@SYNTAX=ADDRESS(row_num,col_num[,abs_num,a1,text])\n"
5382 "@DESCRIPTION=ADDRESS returns a cell address as text for specified row and "
5383 "column numbers.\n"
5384 "\n"
5385 "@a1 is a logical value that specifies the reference style.  If @a1 is TRUE "
5386 "or omitted, ADDRESS returns an A1-style reference, i.e. $D$4.  Otherwise "
5387 "ADDRESS returns an R1C1-style reference, i.e. R4C4.\n"
5388 "\n"
5389 "@text specifies the name of the worksheet to be used as the external "
5390 "reference.\n"
5391 "\n"
5392 "* If @abs_num is 1 or omitted, ADDRESS returns absolute reference.\n"
5393 "* If @abs_num is 2 ADDRESS returns absolute row and relative column.\n"
5394 "* If @abs_num is 3 ADDRESS returns relative row and absolute column.\n"
5395 "* If @abs_num is 4 ADDRESS returns relative reference.\n"
5396 "* If @abs_num is greater than 4 ADDRESS returns #VALUE! error.\n"
5397 "* If @row_num or @col_num is less than one, ADDRESS returns #VALUE! error.\n"
5398 "\n"
5399 "@EXAMPLES=\n"
5400 "ADDRESS(5,4) equals \"$D$5\".\n"
5401 "ADDRESS(5,4,4) equals \"D5\".\n"
5402 "ADDRESS(5,4,3,FALSE) equals \"R[5]C4\".\n"
5403 "\n"
5404 "@SEEALSO=COLUMNNUMBER"
5405 msgstr ""
5407 #: plugins/fn-lookup/functions.c:428
5408 msgid ""
5409 "@FUNCTION=AREAS\n"
5410 "@SYNTAX=AREAS(reference)\n"
5411 "@DESCRIPTION=AREAS returns the number of areas in @reference. \n"
5412 "\n"
5413 "@EXAMPLES=\n"
5414 "AREAS((A1,B2,C3)) equals 3.\n"
5415 "\n"
5416 "@SEEALSO=ADDRESS,INDEX,INDIRECT,OFFSET"
5417 msgstr ""
5419 #: plugins/fn-lookup/functions.c:502
5420 msgid ""
5421 "@FUNCTION=CHOOSE\n"
5422 "@SYNTAX=CHOOSE(index[,value1][,value2]...)\n"
5423 "@DESCRIPTION=CHOOSE returns the value of index @index. @index is rounded to "
5424 "an integer if it is not.\n"
5425 "\n"
5426 "* If @index < 1 or @index > number of values, CHOOSE returns #VALUE! error.\n"
5427 "\n"
5428 "@EXAMPLES=\n"
5429 "CHOOSE(3,\"Apple\",\"Orange\",\"Grape\",\"Perry\") equals \"Grape\".\n"
5430 "\n"
5431 "@SEEALSO=IF"
5432 msgstr ""
5434 #: plugins/fn-lookup/functions.c:554
5435 msgid ""
5436 "@FUNCTION=VLOOKUP\n"
5437 "@SYNTAX=VLOOKUP(value,range,column[,approximate,as_index])\n"
5438 "@DESCRIPTION=VLOOKUP function finds the row in range that has a first column "
5439 "similar to @value.  If @approximate is not true it finds the row with an "
5440 "exact equivalence.  If @approximate is true, then the values must be sorted "
5441 "in order of ascending value for correct function; in this case it finds the "
5442 "row with value less than @value.  It returns the value in the row found at a "
5443 "1-based offset in @column columns into the @range.  @as_index returns the 0-"
5444 "based offset that matched rather than the value.\n"
5445 "\n"
5446 "* VLOOKUP returns #NUM! if @column < 0.\n"
5447 "* VLOOKUP returns #REF! if @column falls outside @range.\n"
5448 "\n"
5449 "@EXAMPLES=\n"
5450 "\n"
5451 "@SEEALSO=HLOOKUP"
5452 msgstr ""
5454 #: plugins/fn-lookup/functions.c:612
5455 msgid ""
5456 "@FUNCTION=HLOOKUP\n"
5457 "@SYNTAX=HLOOKUP(value,range,row[,approximate,as_index])\n"
5458 "@DESCRIPTION=HLOOKUP function finds the col in range that has a first row "
5459 "cell similar to @value.  If @approximate is not true it finds the col with "
5460 "an exact equivalence.  If @approximate is true, then the values must be "
5461 "sorted in order of ascending value for correct function; in this case it "
5462 "finds the col with value less than @value it returns the value in the col "
5463 "found at a 1-based offset in @row rows into the @range.  @as_index returns "
5464 "the 0-based offset that matched rather than the value.\n"
5465 "\n"
5466 "* HLOOKUP returns #NUM! if @row < 0.\n"
5467 "* HLOOKUP returns #REF! if @row falls outside @range.\n"
5468 "\n"
5469 "@EXAMPLES=\n"
5470 "\n"
5471 "@SEEALSO=VLOOKUP"
5472 msgstr ""
5474 #: plugins/fn-lookup/functions.c:671
5475 msgid ""
5476 "@FUNCTION=LOOKUP\n"
5477 "@SYNTAX=LOOKUP(value,vector1[,vector2])\n"
5478 "@DESCRIPTION=LOOKUP function finds the row index of @value in @vector1 and "
5479 "returns the contents of @vector2 at that row index. Alternatively a single "
5480 "array can be used for @vector1. If the area is longer than it is wide then "
5481 "the sense of the search is rotated. \n"
5482 "\n"
5483 "* If LOOKUP can't find @value it uses the largest value less than @value.\n"
5484 "* The data must be sorted.\n"
5485 "* If @value is smaller than the first value it returns #N/A.\n"
5486 "\n"
5487 "@EXAMPLES=\n"
5488 "\n"
5489 "@SEEALSO=VLOOKUP,HLOOKUP"
5490 msgstr ""
5492 #: plugins/fn-lookup/functions.c:734
5493 msgid ""
5494 "@FUNCTION=MATCH\n"
5495 "@SYNTAX=MATCH(seek,vector[,type])\n"
5496 "@DESCRIPTION=MATCH function finds the row index of @seek in @vector and "
5497 "returns it.\n"
5498 "\n"
5499 "If the area is longer than it is wide then the sense of the search is "
5500 "rotated. Alternatively a single array can be used.\n"
5501 "\n"
5502 "* The @type parameter, which defaults to +1, controls the search:\n"
5503 "* If @type = 1, MATCH finds largest value <= @seek.\n"
5504 "* If @type = 0, MATCH finds first value == @seek.\n"
5505 "* If @type = -1, MATCH finds smallest value >= @seek.\n"
5506 "* For @type = 0, the data can be in any order.  * For @type = -1 and @type = "
5507 "+1, the data must be sorted.  (And in these cases, MATCH uses a binary "
5508 "search to locate the index.)\n"
5509 "* If @seek could not be found, #N/A is returned.\n"
5510 "\n"
5511 "@EXAMPLES=\n"
5512 "\n"
5513 "@SEEALSO=LOOKUP"
5514 msgstr ""
5516 #: plugins/fn-lookup/functions.c:792
5517 msgid ""
5518 "@FUNCTION=INDIRECT\n"
5519 "@SYNTAX=INDIRECT(ref_text[,format])\n"
5520 "@DESCRIPTION=INDIRECT function returns the contents of the cell pointed to "
5521 "by the @ref_text string. The string specifies a single cell reference the "
5522 "format of which is either A1 or R1C1 style. The style is set by the @format "
5523 "boolean, which defaults to the A1 style.\n"
5524 "\n"
5525 "* If @ref_text is not a valid reference returns #REF! \n"
5526 "@EXAMPLES=\n"
5527 "If A1 contains 3.14 and A2 contains A1, then\n"
5528 "INDIRECT(A2) equals 3.14.\n"
5529 "\n"
5530 "@SEEALSO=AREAS,INDEX,"
5531 msgstr ""
5533 #: plugins/fn-lookup/functions.c:835
5534 msgid ""
5535 "@FUNCTION=INDEX\n"
5536 "@SYNTAX=INDEX(array[,row, col, area])\n"
5537 "@DESCRIPTION=INDEX gives a reference to a cell in the given @array.The cell "
5538 "is pointed out by @row and @col, which count the rows and columns in the "
5539 "array.\n"
5540 "\n"
5541 "* If @row and @col are omited the are assumed to be 1.\n"
5542 "* If the reference falls outside the range of the @array, INDEX returns a "
5543 "#REF! error.\n"
5544 "\n"
5545 "@EXAMPLES=Let us assume that the cells A1, A2, ..., A5 contain numbers 11.4, "
5546 "17.3, 21.3, 25.9, and 40.1. Then INDEX(A1:A5,4,1,1) equals 25.9\n"
5547 "\n"
5548 "@SEEALSO="
5549 msgstr ""
5551 #: plugins/fn-lookup/functions.c:902
5552 msgid ""
5553 "@FUNCTION=COLUMN\n"
5554 "@SYNTAX=COLUMN([reference])\n"
5555 "@DESCRIPTION=COLUMN function returns the column number of the current cell "
5556 "unless @reference is given. In that case, it returns an array of the column "
5557 "numbers of all cells in @reference. \n"
5558 "* If @reference is neither an array nor a reference nor a range, COLUMN "
5559 "returns #VALUE! error.\n"
5560 "\n"
5561 "@EXAMPLES=\n"
5562 "COLUMN() in E1 equals 5.\n"
5563 "\n"
5564 "@SEEALSO=COLUMNS,ROW,ROWS"
5565 msgstr ""
5567 #: plugins/fn-lookup/functions.c:957
5568 msgid ""
5569 "@FUNCTION=COLUMNNUMBER\n"
5570 "@SYNTAX=COLUMNNUMBER(name)\n"
5571 "@DESCRIPTION=COLUMNNUMBER function returns an integer corresponding to the "
5572 "column name supplied as a string.\n"
5573 "\n"
5574 "* If @name is invalid, COLUMNNUMBER returns the #VALUE! error.\n"
5575 "\n"
5576 "@EXAMPLES=\n"
5577 "COLUMNNUMBER(\"E\") equals 5.\n"
5578 "\n"
5579 "@SEEALSO=ADDRESS"
5580 msgstr ""
5582 #: plugins/fn-lookup/functions.c:989
5583 msgid ""
5584 "@FUNCTION=COLUMNS\n"
5585 "@SYNTAX=COLUMNS(reference)\n"
5586 "@DESCRIPTION=COLUMNS function returns the number of columns in area or array "
5587 "reference.\n"
5588 "\n"
5589 "* If @reference is neither an array nor a reference nor a range, COLUMNS "
5590 "returns #VALUE! error.\n"
5591 "\n"
5592 "@EXAMPLES=\n"
5593 "COLUMNS(H2:J3) equals 3.\n"
5594 "\n"
5595 "@SEEALSO=COLUMN,ROW,ROWS"
5596 msgstr ""
5598 #: plugins/fn-lookup/functions.c:1014
5599 msgid ""
5600 "@FUNCTION=OFFSET\n"
5601 "@SYNTAX=OFFSET(range,row,col[,height[,width]])\n"
5602 "@DESCRIPTION=OFFSET function returns a cell range. The cell range starts at "
5603 "offset (@row,@col) from @range, and is of height @height and width @width.\n"
5604 "\n"
5605 "* If @range is neither a reference nor a range, OFFSET returns #VALUE!.\n"
5606 "* If either @height or @width is omitted, the height or width of the "
5607 "reference is used.\n"
5608 "\n"
5609 "@EXAMPLES=\n"
5610 "\n"
5611 "@SEEALSO=COLUMN,COLUMNS,ROWS,INDEX,INDIRECT,ADDRESS"
5612 msgstr ""
5614 #: plugins/fn-lookup/functions.c:1072
5615 msgid ""
5616 "@FUNCTION=ROW\n"
5617 "@SYNTAX=ROW([reference])\n"
5618 "@DESCRIPTION=ROW function returns an array of the row numbers taking a "
5619 "default argument of the containing cell position.\n"
5620 "\n"
5621 "* If @reference is neither an array nor a reference nor a range, ROW returns "
5622 "#VALUE! error.\n"
5623 "\n"
5624 "@EXAMPLES=\n"
5625 "ROW() in G13 equals 13.\n"
5626 "\n"
5627 "@SEEALSO=COLUMN,COLUMNS,ROWS"
5628 msgstr ""
5630 #: plugins/fn-lookup/functions.c:1125
5631 msgid ""
5632 "@FUNCTION=ROWS\n"
5633 "@SYNTAX=ROWS(reference)\n"
5634 "@DESCRIPTION=ROWS function returns the number of rows in area or array "
5635 "reference.\n"
5636 "\n"
5637 "* If @reference is neither an array nor a reference nor a range, ROWS "
5638 "returns #VALUE! error.\n"
5639 "\n"
5640 "@EXAMPLES=\n"
5641 "ROWS(H7:I13) equals 7.\n"
5642 "\n"
5643 "@SEEALSO=COLUMN,COLUMNS,ROW"
5644 msgstr ""
5646 #: plugins/fn-lookup/functions.c:1150
5647 msgid ""
5648 "@FUNCTION=HYPERLINK\n"
5649 "@SYNTAX=HYPERLINK(link_location[,optional_label])\n"
5650 "@DESCRIPTION=HYPERLINK function currently returns its 2nd argument, or if "
5651 "that is omitted the 1st argument.\n"
5652 "\n"
5653 "@EXAMPLES=\n"
5654 "HYPERLINK(\"www.gnome.org\",\"GNOME\").\n"
5655 "\n"
5656 "@SEEALSO="
5657 msgstr ""
5659 #: plugins/fn-lookup/functions.c:1175
5660 msgid ""
5661 "@FUNCTION=TRANSPOSE\n"
5662 "@SYNTAX=TRANSPOSE(matrix)\n"
5663 "@DESCRIPTION=TRANSPOSE function returns the transpose of the input @matrix.\n"
5664 "\n"
5665 "@EXAMPLES=\n"
5666 "\n"
5667 "@SEEALSO=MMULT"
5668 msgstr ""
5670 #: plugins/fn-lookup/functions.c:1219
5671 msgid "row_num,col_num,abs_num,a1,text"
5672 msgstr ""
5674 #: plugins/fn-lookup/functions.c:1222
5675 msgid "reference"
5676 msgstr ""
5678 #: plugins/fn-lookup/functions.c:1225
5679 msgid "index,value,"
5680 msgstr ""
5682 #: plugins/fn-lookup/functions.c:1228 plugins/fn-lookup/functions.c:1234
5683 #: plugins/fn-lookup/functions.c:1258 plugins/fn-lookup/functions.c:1261
5684 msgid "ref"
5685 msgstr ""
5687 #: plugins/fn-lookup/functions.c:1231
5688 msgid "colname"
5689 msgstr ""
5691 #: plugins/fn-lookup/functions.c:1237 plugins/fn-lookup/functions.c:1267
5692 msgid "val,range,col_idx,approx,as_index"
5693 msgstr ""
5695 #: plugins/fn-lookup/functions.c:1240
5696 msgid "link_location, label"
5697 msgstr ""
5699 #: plugins/fn-lookup/functions.c:1243
5700 msgid "ref_string,format"
5701 msgstr ""
5703 #: plugins/fn-lookup/functions.c:1246
5704 msgid "reference,row,col,area"
5705 msgstr ""
5707 #: plugins/fn-lookup/functions.c:1249
5708 msgid "val,range,range"
5709 msgstr ""
5711 #: plugins/fn-lookup/functions.c:1252
5712 msgid "val,range,approx"
5713 msgstr ""
5715 #: plugins/fn-lookup/functions.c:1255
5716 msgid "ref,row,col,height,width"
5717 msgstr ""
5719 #: plugins/fn-lookup/functions.c:1264 plugins/fn-math/functions.c:3264
5720 msgid "array"
5721 msgstr ""
5723 #: plugins/fn-lookup/plugin.xml.in.h:1
5724 msgid "Functions for looking up values in ranges"
5725 msgstr ""
5727 #: plugins/fn-lookup/plugin.xml.in.h:2
5728 msgid "Lookup"
5729 msgstr ""
5731 #: plugins/fn-lookup/plugin.xml.in.h:3
5732 msgid "Lookup Functions"
5733 msgstr ""
5735 #: plugins/fn-math/functions.c:143
5736 msgid ""
5737 "@FUNCTION=GCD\n"
5738 "@SYNTAX=GCD(number1,number2,...)\n"
5739 "@DESCRIPTION=GCD returns the greatest common divisor of given numbers.\n"
5740 "\n"
5741 "* If any of the arguments is less than one, GCD returns #NUM! error.\n"
5742 "* If any of the arguments is non-integer, it is truncated.\n"
5743 "* This function is Excel compatible.\n"
5744 "\n"
5745 "@EXAMPLES=\n"
5746 "GCD(470,770) equals 10.\n"
5747 "GCD(470,770,1495) equals 5.\n"
5748 "\n"
5749 "@SEEALSO=LCM"
5750 msgstr ""
5752 #: plugins/fn-math/functions.c:195
5753 msgid ""
5754 "@FUNCTION=LCM\n"
5755 "@SYNTAX=LCM(number1,number2,...)\n"
5756 "@DESCRIPTION=LCM returns the least common multiple of integers.  The least "
5757 "common multiple is the smallest positive number that is a multiple of all "
5758 "integer arguments given.\n"
5759 "\n"
5760 "* If any of the arguments is less than one, LCM returns #NUM!.\n"
5761 "* If any of the arguments is non-integer, it is truncated.\n"
5762 "* This function is Excel compatible.\n"
5763 "\n"
5764 "@EXAMPLES=\n"
5765 "LCM(2,13) equals to 26.\n"
5766 "LCM(4,7,5) equals to 140.\n"
5767 "\n"
5768 "@SEEALSO=GCD"
5769 msgstr ""
5771 #: plugins/fn-math/functions.c:252
5772 msgid ""
5773 "@FUNCTION=ABS\n"
5774 "@SYNTAX=ABS(b1)\n"
5775 "@DESCRIPTION=ABS implements the Absolute Value function:  the result is to "
5776 "drop the negative sign (if present).  This can be done for integers and "
5777 "floating point numbers.\n"
5778 "\n"
5779 "* This function is Excel compatible.\n"
5780 "\n"
5781 "@EXAMPLES=\n"
5782 "ABS(7) equals 7.\n"
5783 "ABS(-3.14) equals 3.14.\n"
5784 "\n"
5785 "@SEEALSO=CEIL, FLOOR"
5786 msgstr ""
5788 #: plugins/fn-math/functions.c:277
5789 msgid ""
5790 "@FUNCTION=ACOS\n"
5791 "@SYNTAX=ACOS(x)\n"
5792 "@DESCRIPTION=ACOS function calculates the arc cosine of @x; that is the "
5793 "value whose cosine is @x.\n"
5794 "\n"
5795 "* The value it returns is in radians.\n"
5796 "* If @x falls outside the range -1 to 1, ACOS returns the #NUM! error.\n"
5797 "* This function is Excel compatible.\n"
5798 "\n"
5799 "@EXAMPLES=\n"
5800 "ACOS(0.1) equals 1.470629.\n"
5801 "ACOS(-0.1) equals 1.670964.\n"
5802 "\n"
5803 "@SEEALSO=COS, SIN, DEGREES, RADIANS"
5804 msgstr ""
5806 #: plugins/fn-math/functions.c:311
5807 msgid ""
5808 "@FUNCTION=ACOSH\n"
5809 "@SYNTAX=ACOSH(x)\n"
5810 "@DESCRIPTION=ACOSH  function  calculates  the inverse hyperbolic cosine of "
5811 "@x; that is the value whose hyperbolic cosine is @x.\n"
5812 "\n"
5813 "* If @x is less than 1.0, ACOSH() returns the #NUM! error.\n"
5814 "* This function is Excel compatible.\n"
5815 " \n"
5816 "@EXAMPLES=\n"
5817 "ACOSH(2) equals 1.31696.\n"
5818 "ACOSH(5.3) equals 2.35183.\n"
5819 "\n"
5820 "@SEEALSO=ACOS, ASINH, DEGREES, RADIANS "
5821 msgstr ""
5823 #: plugins/fn-math/functions.c:344
5824 msgid ""
5825 "@FUNCTION=ASIN\n"
5826 "@SYNTAX=ASIN(x)\n"
5827 "@DESCRIPTION=ASIN function calculates the arc sine of @x; that is the value "
5828 "whose sine is @x.\n"
5829 "\n"
5830 "* If @x falls outside the range -1 to 1, ASIN returns the #NUM! error.\n"
5831 "* This function is Excel compatible.\n"
5832 "\n"
5833 "@EXAMPLES=\n"
5834 "ASIN(0.5) equals 0.523599.\n"
5835 "ASIN(1) equals 1.570797.\n"
5836 "\n"
5837 "@SEEALSO=SIN, COS, ASINH, DEGREES, RADIANS"
5838 msgstr ""
5840 #: plugins/fn-math/functions.c:377
5841 msgid ""
5842 "@FUNCTION=ASINH\n"
5843 "@SYNTAX=ASINH(x)\n"
5844 "@DESCRIPTION=ASINH function calculates the inverse hyperbolic sine of @x; "
5845 "that is the value whose hyperbolic sine is @x.\n"
5846 "\n"
5847 "* This function is Excel compatible.\n"
5848 "\n"
5849 "@EXAMPLES=\n"
5850 "ASINH(0.5) equals 0.481212.\n"
5851 "ASINH(1.0) equals 0.881374.\n"
5852 "\n"
5853 "@SEEALSO=ASIN, ACOSH, SIN, COS, DEGREES, RADIANS"
5854 msgstr ""
5856 #: plugins/fn-math/functions.c:401
5857 msgid ""
5858 "@FUNCTION=ATAN\n"
5859 "@SYNTAX=ATAN(x)\n"
5860 "@DESCRIPTION=ATAN function calculates the arc tangent of @x; that is the "
5861 "value whose tangent is @x.\n"
5862 "\n"
5863 "* Return value is in radians.\n"
5864 "* This function is Excel compatible.\n"
5865 "\n"
5866 "@EXAMPLES=\n"
5867 "ATAN(0.5) equals 0,463648.\n"
5868 "ATAN(1) equals 0,785398.\n"
5869 "\n"
5870 "@SEEALSO=TAN, COS, SIN, DEGREES, RADIANS"
5871 msgstr ""
5873 #: plugins/fn-math/functions.c:426
5874 msgid ""
5875 "@FUNCTION=ATANH\n"
5876 "@SYNTAX=ATANH(x)\n"
5877 "@DESCRIPTION=ATANH function calculates the inverse hyperbolic tangent of @x; "
5878 "that is the value whose hyperbolic tangent is @x.\n"
5879 "\n"
5880 "* If the absolute value of @x is greater than 1.0, ATANH returns #NUM! "
5881 "error.\n"
5882 "* This function is Excel compatible.\n"
5883 "\n"
5884 "@EXAMPLES=\n"
5885 "ATANH(0.5) equals 0.549306.\n"
5886 "ATANH(0.8) equals 1.098612.\n"
5887 "\n"
5888 "@SEEALSO=ATAN, TAN, SIN, COS, DEGREES, RADIANS"
5889 msgstr ""
5891 #: plugins/fn-math/functions.c:459
5892 msgid ""
5893 "@FUNCTION=ATAN2\n"
5894 "@SYNTAX=ATAN2(b1,b2)\n"
5895 "@DESCRIPTION=ATAN2 function calculates the arc tangent of the two variables "
5896 "@b1 and @b2.  It is similar to calculating the arc tangent of @b2 / @b1, "
5897 "except that the signs of both arguments are used to determine the quadrant "
5898 "of the result.\n"
5899 "\n"
5900 "* The result is in radians.\n"
5901 "* This function is Excel compatible.\n"
5902 "\n"
5903 "@EXAMPLES=\n"
5904 "ATAN2(0.5,1.0) equals 1.107149.\n"
5905 "ATAN2(-0.5,2.0) equals 1.815775.\n"
5906 "\n"
5907 "@SEEALSO=ATAN, ATANH, COS, SIN, DEGREES, RADIANS"
5908 msgstr ""
5910 #: plugins/fn-math/functions.c:487
5911 msgid ""
5912 "@FUNCTION=CEIL\n"
5913 "@SYNTAX=CEIL(x)\n"
5914 "@DESCRIPTION=CEIL function rounds @x up to the next nearest integer.\n"
5915 "\n"
5916 "* This function is Excel compatible.\n"
5917 "\n"
5918 "@EXAMPLES=\n"
5919 "CEIL(0.4) equals 1.\n"
5920 "CEIL(-1.1) equals -1.\n"
5921 "CEIL(-2.9) equals -2.\n"
5922 "\n"
5923 "@SEEALSO=ABS, FLOOR, INT"
5924 msgstr ""
5926 #: plugins/fn-math/functions.c:512
5927 msgid ""
5928 "@FUNCTION=COUNTIF\n"
5929 "@SYNTAX=COUNTIF(range,criteria)\n"
5930 "@DESCRIPTION=COUNTIF function counts the number of cells in the given @range "
5931 "that meet the given @criteria.\n"
5932 "\n"
5933 "* This function is Excel compatible.\n"
5934 "\n"
5935 "@EXAMPLES=\n"
5936 "Let us assume that the cells A1, A2, ..., A5 contain numbers 23, 27, 28, 33, "
5937 "and 39.  Then\n"
5938 "COUNTIF(A1:A5,\"<=28\") equals 3.\n"
5939 "COUNTIF(A1:A5,\"<28\") equals 2.\n"
5940 "COUNTIF(A1:A5,\"28\") equals 1.\n"
5941 "COUNTIF(A1:A5,\">28\") equals 2.\n"
5942 "\n"
5943 "@SEEALSO=COUNT,SUMIF"
5944 msgstr ""
5946 #: plugins/fn-math/functions.c:583
5947 msgid ""
5948 "@FUNCTION=SUMIF\n"
5949 "@SYNTAX=SUMIF(range,criteria[,actual_range])\n"
5950 "@DESCRIPTION=SUMIF function sums the values in the given @range that meet "
5951 "the given @criteria.  If @actual_range is given, SUMIF sums the values in "
5952 "the @actual_range whose corresponding components in @range meet the given "
5953 "@criteria.\n"
5954 "\n"
5955 "* This function is Excel compatible.\n"
5956 "\n"
5957 "@EXAMPLES=\n"
5958 "Let us assume that the cells A1, A2, ..., A5 contain numbers 23, 27, 28, 33, "
5959 "and 39.  Then\n"
5960 "SUMIF(A1:A5,\"<=28\") equals 78.\n"
5961 "SUMIF(A1:A5,\"<28\") equals 50.\n"
5962 "In addition, if the cells B1, B2, ..., B5 hold numbers 5, 3, 2, 6, and 7 "
5963 "then:\n"
5964 "SUMIF(A1:A5,\"<=27\",B1:B5) equals 8.\n"
5965 "\n"
5966 "@SEEALSO=COUNTIF, SUM"
5967 msgstr ""
5969 #: plugins/fn-math/functions.c:727
5970 msgid ""
5971 "@FUNCTION=CEILING\n"
5972 "@SYNTAX=CEILING(x,significance)\n"
5973 "@DESCRIPTION=CEILING function rounds @x up to the nearest multiple of "
5974 "@significance.\n"
5975 "\n"
5976 "* If @x or @significance is non-numeric CEILING returns #VALUE! error.\n"
5977 "* If @x and @significance have different signs CEILING returns #NUM! error.\n"
5978 "* This function is Excel compatible.\n"
5979 "\n"
5980 "@EXAMPLES=\n"
5981 "CEILING(2.43,1) equals 3.\n"
5982 "CEILING(123.123,3) equals 126.\n"
5983 "\n"
5984 "@SEEALSO=CEIL"
5985 msgstr ""
5987 #: plugins/fn-math/functions.c:768
5988 msgid ""
5989 "@FUNCTION=COS\n"
5990 "@SYNTAX=COS(x)\n"
5991 "@DESCRIPTION=COS function returns the cosine of @x, where @x is given in "
5992 "radians.\n"
5993 "\n"
5994 "* This function is Excel compatible.\n"
5995 "\n"
5996 "@EXAMPLES=\n"
5997 "COS(0.5) equals 0.877583.\n"
5998 "COS(1) equals 0.540302.\n"
5999 "\n"
6000 "@SEEALSO=COSH, SIN, SINH, TAN, TANH, RADIANS, DEGREES"
6001 msgstr ""
6003 #: plugins/fn-math/functions.c:792
6004 msgid ""
6005 "@FUNCTION=COSH\n"
6006 "@SYNTAX=COSH(x)\n"
6007 "@DESCRIPTION=COSH function returns the hyperbolic cosine of @x, which is "
6008 "defined mathematically as\n"
6009 "\n"
6010 "\t(exp(@x) + exp(-@x)) / 2.\n"
6011 "\n"
6012 "* @x is in radians.\n"
6013 "* This function is Excel compatible.\n"
6014 "\n"
6015 "@EXAMPLES=\n"
6016 "COSH(0.5) equals 1.127626.\n"
6017 "COSH(1) equals 1.543081.\n"
6018 "\n"
6019 "@SEEALSO=COS, SIN, SINH, TAN, TANH, RADIANS, DEGREES, EXP"
6020 msgstr ""
6022 #: plugins/fn-math/functions.c:817
6023 msgid ""
6024 "@FUNCTION=DEGREES\n"
6025 "@SYNTAX=DEGREES(x)\n"
6026 "@DESCRIPTION=DEGREES computes the number of degrees equivalent to @x "
6027 "radians.\n"
6028 "\n"
6029 "* This function is Excel compatible.\n"
6030 "\n"
6031 "@EXAMPLES=\n"
6032 "DEGREES(2.5) equals 143.2394.\n"
6033 "\n"
6034 "@SEEALSO=RADIANS, PI"
6035 msgstr ""
6037 #: plugins/fn-math/functions.c:841
6038 msgid ""
6039 "@FUNCTION=EXP\n"
6040 "@SYNTAX=EXP(x)\n"
6041 "@DESCRIPTION=EXP computes the value of e (the base of natural logarithms) "
6042 "raised to the power of @x.\n"
6043 "\n"
6044 "* This function is Excel compatible.\n"
6045 "\n"
6046 "@EXAMPLES=\n"
6047 "EXP(2) equals 7.389056.\n"
6048 "\n"
6049 "@SEEALSO=LOG, LOG2, LOG10"
6050 msgstr ""
6052 #: plugins/fn-math/functions.c:864
6053 msgid ""
6054 "@FUNCTION=FACT\n"
6055 "@SYNTAX=FACT(x)\n"
6056 "@DESCRIPTION=FACT computes the factorial of @x. ie, @x!\n"
6057 "\n"
6058 "* This function is Excel compatible.\n"
6059 "\n"
6060 "@EXAMPLES=\n"
6061 "FACT(3) equals 6.\n"
6062 "FACT(9) equals 362880.\n"
6063 "\n"
6064 "@SEEALSO="
6065 msgstr ""
6067 #: plugins/fn-math/functions.c:900
6068 msgid ""
6069 "@FUNCTION=BETA\n"
6070 "@SYNTAX=BETA(a,b)\n"
6071 "@DESCRIPTION=BETA function returns the value of the mathematic beta function "
6072 "extended to all real numbers except 0 and negative integers.\n"
6073 "\n"
6074 "* If @a, @b, or (@a + @b) are non-positive integers, BETA returns #NUM! "
6075 "error.\n"
6076 "\n"
6077 "@EXAMPLES=\n"
6078 "BETA(2,3) equals 0.083333.\n"
6079 "BETA(-0.5,0.5) equals #NUM!.\n"
6080 "\n"
6081 "@SEEALSO=BETALN,GAMMALN"
6082 msgstr ""
6084 #: plugins/fn-math/functions.c:930
6085 msgid ""
6086 "@FUNCTION=BETALN\n"
6087 "@SYNTAX=BETALN(a,b)\n"
6088 "@DESCRIPTION=BETALN function returns the natural logarithm of the absolute "
6089 "value of the beta function.\n"
6090 "\n"
6091 "* If @a, @b, or (@a + @b) are non-positive integers, BETALN returns #NUM! \n"
6092 "@EXAMPLES=\n"
6093 "BETALN(2,3) equals -2.48.\n"
6094 "BETALN(-0.5,0.5) equals #NUM!.\n"
6095 "\n"
6096 "@SEEALSO=BETA,GAMMALN"
6097 msgstr ""
6099 #: plugins/fn-math/functions.c:959
6100 msgid ""
6101 "@FUNCTION=COMBIN\n"
6102 "@SYNTAX=COMBIN(n,k)\n"
6103 "@DESCRIPTION=COMBIN computes the number of combinations.\n"
6104 "\n"
6105 "* Performing this function on a non-integer or a negative number returns "
6106 "#NUM! error.\n"
6107 "* If @n is less than @k COMBIN returns #NUM! error.\n"
6108 "* This function is Excel compatible.\n"
6109 "\n"
6110 "@EXAMPLES=\n"
6111 "COMBIN(8,6) equals 28.\n"
6112 "COMBIN(6,2) equals 15.\n"
6113 "\n"
6114 "@SEEALSO="
6115 msgstr ""
6117 #: plugins/fn-math/functions.c:992
6118 msgid ""
6119 "@FUNCTION=FLOOR\n"
6120 "@SYNTAX=FLOOR(x[,significance])\n"
6121 "@DESCRIPTION=FLOOR function rounds @x down to the next nearest multiple of "
6122 "@significance.\n"
6123 "\n"
6124 "* @significance defaults to 1.\n"
6125 "* This function is Excel compatible.\n"
6126 "\n"
6127 "@EXAMPLES=\n"
6128 "FLOOR(0.5) equals 0.\n"
6129 "FLOOR(5,2) equals 4.\n"
6130 "FLOOR(-5,-2) equals -4.\n"
6131 "FLOOR(-5,2) equals #NUM!.\n"
6132 "\n"
6133 "@SEEALSO=CEIL, ABS, INT"
6134 msgstr ""
6136 #: plugins/fn-math/functions.c:1030
6137 msgid ""
6138 "@FUNCTION=INT\n"
6139 "@SYNTAX=INT(a)\n"
6140 "@DESCRIPTION=INT function returns the largest integer that is not bigger "
6141 "than its argument.\n"
6142 "\n"
6143 "* This function is Excel compatible.\n"
6144 "\n"
6145 "@EXAMPLES=\n"
6146 "INT(7.2) equals 7.\n"
6147 "INT(-5.5) equals -6.\n"
6148 "\n"
6149 "@SEEALSO=FLOOR, CEIL, ABS"
6150 msgstr ""
6152 #: plugins/fn-math/functions.c:1055
6153 msgid ""
6154 "@FUNCTION=LOG\n"
6155 "@SYNTAX=LOG(x[,base])\n"
6156 "@DESCRIPTION=LOG computes the logarithm of @x in the given base @base.  If "
6157 "no @base is given LOG returns the logarithm in base 10. @base must be > 0. "
6158 "and cannot equal 1.\n"
6159 "\n"
6160 "* This function is Excel compatible.\n"
6161 "\n"
6162 "@EXAMPLES=\n"
6163 "LOG(2) equals 0.30103.\n"
6164 "LOG(8192,2) equals 13.\n"
6165 "\n"
6166 "@SEEALSO=LN, LOG2, LOG10"
6167 msgstr ""
6169 #: plugins/fn-math/functions.c:1089
6170 msgid ""
6171 "@FUNCTION=LN\n"
6172 "@SYNTAX=LN(x)\n"
6173 "@DESCRIPTION=LN returns the natural logarithm of @x.\n"
6174 "\n"
6175 "* If @x <= 0, LN returns #NUM! error.\n"
6176 "* This function is Excel compatible.\n"
6177 "\n"
6178 "@EXAMPLES=\n"
6179 "LN(7) equals 1.94591.\n"
6180 "\n"
6181 "@SEEALSO=EXP, LOG2, LOG10"
6182 msgstr ""
6184 #: plugins/fn-math/functions.c:1118
6185 msgid ""
6186 "@FUNCTION=POWER\n"
6187 "@SYNTAX=POWER(x,y)\n"
6188 "@DESCRIPTION=POWER returns the value of @x raised to the power @y.\n"
6189 "\n"
6190 "\n"
6191 "* If both @x and @y equals to 0, POWER returns #NUM! error.\n"
6192 "* If @x = 0 and @y < 0, POWER returns #DIV/0! error.\n"
6193 "* If @x < 0 and @y is non-integer, POWER returns #NUM! error.\n"
6194 "* This function is Excel compatible.\n"
6195 "\n"
6196 "@EXAMPLES=\n"
6197 "POWER(2,7) equals 128.\n"
6198 "POWER(3,3.141) equals 31.523749.\n"
6199 "\n"
6200 "@SEEALSO=EXP"
6201 msgstr ""
6203 #: plugins/fn-math/functions.c:1154
6204 msgid ""
6205 "@FUNCTION=LOG2\n"
6206 "@SYNTAX=LOG2(x)\n"
6207 "@DESCRIPTION=LOG2 computes the base-2 logarithm of @x.\n"
6208 "\n"
6209 "* If @x <= 0, LOG2 returns #NUM! error.\n"
6210 "\n"
6211 "@EXAMPLES=\n"
6212 "LOG2(1024) equals 10.\n"
6213 "\n"
6214 "@SEEALSO=EXP, LOG10, LOG"
6215 msgstr ""
6217 #: plugins/fn-math/functions.c:1180
6218 msgid ""
6219 "@FUNCTION=LOG10\n"
6220 "@SYNTAX=LOG10(x)\n"
6221 "@DESCRIPTION=LOG10 computes the base-10 logarithm of @x.\n"
6222 "\n"
6223 "* If @x <= 0, LOG10 returns #NUM! error.\n"
6224 "* This function is Excel compatible.\n"
6225 " \n"
6226 "@EXAMPLES=\n"
6227 "LOG10(7) equals 0.845098.\n"
6228 "\n"
6229 "@SEEALSO=EXP, LOG2, LOG"
6230 msgstr ""
6232 #: plugins/fn-math/functions.c:1209
6233 msgid ""
6234 "@FUNCTION=MOD\n"
6235 "@SYNTAX=MOD(number,divisor)\n"
6236 "@DESCRIPTION=MOD function returns the remainder when @divisor is divided "
6237 "into @number.\n"
6238 "\n"
6239 "* MOD returns #DIV/0! if @divisor is zero.\n"
6240 "* This function is Excel compatible.\n"
6241 " \n"
6242 "@EXAMPLES=\n"
6243 "MOD(23,7) equals 2.\n"
6244 "\n"
6245 "@SEEALSO=INT,FLOOR,CEIL"
6246 msgstr ""
6248 #: plugins/fn-math/functions.c:1260
6249 msgid ""
6250 "@FUNCTION=RADIANS\n"
6251 "@SYNTAX=RADIANS(x)\n"
6252 "@DESCRIPTION=RADIANS computes the number of radians equivalent to @x "
6253 "degrees.\n"
6254 "\n"
6255 "* This function is Excel compatible.\n"
6256 "\n"
6257 "@EXAMPLES=\n"
6258 "RADIANS(180) equals 3.14159.\n"
6259 "\n"
6260 "@SEEALSO=PI,DEGREES"
6261 msgstr ""
6263 #: plugins/fn-math/functions.c:1284
6264 msgid ""
6265 "@FUNCTION=SIN\n"
6266 "@SYNTAX=SIN(x)\n"
6267 "@DESCRIPTION=SIN function returns the sine of @x, where @x is given in "
6268 "radians.\n"
6269 "\n"
6270 "* This function is Excel compatible.\n"
6271 "\n"
6272 "@EXAMPLES=\n"
6273 "SIN(0.5) equals 0.479426.\n"
6274 "\n"
6275 "@SEEALSO=COS, COSH, SINH, TAN, TANH, RADIANS, DEGREES"
6276 msgstr ""
6278 #: plugins/fn-math/functions.c:1307
6279 msgid ""
6280 "@FUNCTION=SINH\n"
6281 "@SYNTAX=SINH(x)\n"
6282 "@DESCRIPTION=SINH function returns the hyperbolic sine of @x, which is "
6283 "defined mathematically as\n"
6284 "\n"
6285 "\t(exp(@x) - exp(-@x)) / 2.\n"
6286 "\n"
6287 "* This function is Excel compatible.\n"
6288 "\n"
6289 "@EXAMPLES=\n"
6290 "SINH(0.5) equals 0.521095.\n"
6291 "\n"
6292 "@SEEALSO=SIN, COS, COSH, TAN, TANH, DEGREES, RADIANS, EXP"
6293 msgstr ""
6295 #: plugins/fn-math/functions.c:1331
6296 msgid ""
6297 "@FUNCTION=SQRT\n"
6298 "@SYNTAX=SQRT(x)\n"
6299 "@DESCRIPTION=SQRT function returns the square root of @x.\n"
6300 "\n"
6301 "* If @x is negative, SQRT returns #NUM! error.\n"
6302 "* This function is Excel compatible.\n"
6303 "\n"
6304 "@EXAMPLES=\n"
6305 "SQRT(2) equals 1.4142136.\n"
6306 "\n"
6307 "@SEEALSO=POWER"
6308 msgstr ""
6310 #: plugins/fn-math/functions.c:1359
6311 msgid ""
6312 "@FUNCTION=SUMA\n"
6313 "@SYNTAX=SUMA(value1, value2, ...)\n"
6314 "@DESCRIPTION=SUMA computes the sum of all the values and cells referenced in "
6315 "the argument list.  Numbers, text and logical values are included in the "
6316 "calculation too.  If the cell contains text or the argument evaluates to "
6317 "FALSE, it is counted as value zero (0). If the argument evaluates to TRUE, "
6318 "it is counted as one (1).\n"
6319 "\n"
6320 "@EXAMPLES=\n"
6321 "Let us assume that the cells A1, A2, ..., A5 contain numbers 11, 15, 17, 21, "
6322 "and 43.  Then\n"
6323 "SUMA(A1:A5) equals 107.\n"
6324 "\n"
6325 "@SEEALSO=AVERAGE, SUM, COUNT"
6326 msgstr ""
6328 #: plugins/fn-math/functions.c:1391
6329 msgid ""
6330 "@FUNCTION=SUMSQ\n"
6331 "@SYNTAX=SUMSQ(value1, value2, ...)\n"
6332 "@DESCRIPTION=SUMSQ returns the sum of the squares of all the values and "
6333 "cells referenced in the argument list.\n"
6334 "\n"
6335 "* This function is Excel compatible.\n"
6336 " \n"
6337 "@EXAMPLES=\n"
6338 "Let us assume that the cells A1, A2, ..., A5 contain numbers 11, 15, 17, 21, "
6339 "and 43.  Then\n"
6340 "SUMSQ(A1:A5) equals 2925.\n"
6341 "\n"
6342 "@SEEALSO=SUM, COUNT"
6343 msgstr ""
6345 #: plugins/fn-math/functions.c:1422
6346 msgid ""
6347 "@FUNCTION=MULTINOMIAL\n"
6348 "@SYNTAX=MULTINOMIAL(value1, value2, ...)\n"
6349 "@DESCRIPTION=MULTINOMIAL returns the ratio of the factorial of a sum of "
6350 "values to the product of factorials.\n"
6351 "\n"
6352 "* This function is Excel compatible.\n"
6353 " \n"
6354 "@EXAMPLES=\n"
6355 "MULTINOMIAL(2,3,4) equals 1260.\n"
6356 "\n"
6357 "@SEEALSO=SUM"
6358 msgstr ""
6360 #: plugins/fn-math/functions.c:1451
6361 msgid ""
6362 "@FUNCTION=G_PRODUCT\n"
6363 "@SYNTAX=G_PRODUCT(value1, value2, ...)\n"
6364 "@DESCRIPTION=G_PRODUCT returns the product of all the values and cells "
6365 "referenced in the argument list.\n"
6366 "\n"
6367 "* Empty cells are ignored and the empty product is 1.\n"
6368 "\n"
6369 "@EXAMPLES=\n"
6370 "G_PRODUCT(2,5,9) equals 90.\n"
6371 "\n"
6372 "@SEEALSO=SUM, COUNT"
6373 msgstr ""
6375 #: plugins/fn-math/functions.c:1479
6376 msgid ""
6377 "@FUNCTION=TAN\n"
6378 "@SYNTAX=TAN(x)\n"
6379 "@DESCRIPTION=TAN function returns the tangent of @x, where @x is given in "
6380 "radians.\n"
6381 "\n"
6382 "* This function is Excel compatible.\n"
6383 "\n"
6384 "@EXAMPLES=\n"
6385 "TAN(3) equals -0.1425465.\n"
6386 "\n"
6387 "@SEEALSO=TANH, COS, COSH, SIN, SINH, DEGREES, RADIANS"
6388 msgstr ""
6390 #: plugins/fn-math/functions.c:1502
6391 msgid ""
6392 "@FUNCTION=TANH\n"
6393 "@SYNTAX=TANH(x)\n"
6394 "@DESCRIPTION=TANH function returns the hyperbolic tangent of @x, which is "
6395 "defined mathematically as \n"
6396 "\n"
6397 "\tsinh(@x) / cosh(@x).\n"
6398 "\n"
6399 "* This function is Excel compatible.\n"
6400 "\n"
6401 "@EXAMPLES=\n"
6402 "TANH(2) equals 0.96402758.\n"
6403 "\n"
6404 "@SEEALSO=TAN, SIN, SINH, COS, COSH, DEGREES, RADIANS"
6405 msgstr ""
6407 #: plugins/fn-math/functions.c:1525
6408 msgid ""
6409 "@FUNCTION=PI\n"
6410 "@SYNTAX=PI()\n"
6411 "@DESCRIPTION=PI functions returns the value of pi.\n"
6412 "\n"
6413 "* This function is called with no arguments.\n"
6414 "* This function is Excel compatible, except that it returns pi with a better "
6415 "precision.\n"
6416 "\n"
6417 "@EXAMPLES=\n"
6418 "PI() equals about 3.141593.\n"
6419 "\n"
6420 "@SEEALSO=SQRTPI"
6421 msgstr ""
6423 #: plugins/fn-math/functions.c:1550
6424 msgid ""
6425 "@FUNCTION=TRUNC\n"
6426 "@SYNTAX=TRUNC(number[,digits])\n"
6427 "@DESCRIPTION=TRUNC function returns the value of @number truncated to the "
6428 "number of digits specified.\n"
6429 "\n"
6430 "* If @digits is omitted or negative then @digits defaults to zero.\n"
6431 "* If @digits is not an integer, it is truncated.\n"
6432 "* This function is Excel compatible.\n"
6433 " \n"
6434 "@EXAMPLES=\n"
6435 "TRUNC(3.12) equals 3.\n"
6436 "TRUNC(4.15,1) equals 4.1.\n"
6437 "\n"
6438 "@SEEALSO=INT"
6439 msgstr ""
6441 #: plugins/fn-math/functions.c:1586
6442 msgid ""
6443 "@FUNCTION=EVEN\n"
6444 "@SYNTAX=EVEN(number)\n"
6445 "@DESCRIPTION=EVEN function returns the number rounded up to the nearest even "
6446 "integer.\n"
6447 "\n"
6448 "* This function is Excel compatible.\n"
6449 " \n"
6450 "@EXAMPLES=\n"
6451 "EVEN(5.4) equals 6.\n"
6452 "\n"
6453 "@SEEALSO=ODD"
6454 msgstr ""
6456 #: plugins/fn-math/functions.c:1624
6457 msgid ""
6458 "@FUNCTION=ODD\n"
6459 "@SYNTAX=ODD(number)\n"
6460 "@DESCRIPTION=ODD function returns the @number rounded up to the nearest odd "
6461 "integer.\n"
6462 "\n"
6463 "* This function is Excel compatible.\n"
6464 " \n"
6465 "@EXAMPLES=\n"
6466 "ODD(4.4) equals 5.\n"
6467 "\n"
6468 "@SEEALSO=EVEN"
6469 msgstr ""
6471 #: plugins/fn-math/functions.c:1662
6472 msgid ""
6473 "@FUNCTION=FACTDOUBLE\n"
6474 "@SYNTAX=FACTDOUBLE(number)\n"
6475 "@DESCRIPTION=FACTDOUBLE function returns the double factorial of a @number, "
6476 "i.e., x!!.\n"
6477 "\n"
6478 "* If @number is not an integer, it is truncated.\n"
6479 "* If @number is negative FACTDOUBLE returns #NUM! error.\n"
6480 "* This function is Excel compatible.\n"
6481 " \n"
6482 "@EXAMPLES=\n"
6483 "FACTDOUBLE(5) equals 15.\n"
6484 "\n"
6485 "@SEEALSO=FACT"
6486 msgstr ""
6488 #: plugins/fn-math/functions.c:1700
6489 msgid ""
6490 "@FUNCTION=FIB\n"
6491 "@SYNTAX=FIB(number)\n"
6492 "@DESCRIPTION=FIB function computes Fibonacci numbers.\n"
6493 "\n"
6494 "* If @number is not an integer, it is truncated.\n"
6495 "* If @number is negative or zero FIB returns #NUM! error.\n"
6496 "\n"
6497 "@EXAMPLES=\n"
6498 "FIB(12) equals 144.\n"
6499 "\n"
6500 "@SEEALSO="
6501 msgstr ""
6503 #: plugins/fn-math/functions.c:1748
6504 msgid ""
6505 "@FUNCTION=QUOTIENT\n"
6506 "@SYNTAX=QUOTIENT(numerator,denominator)\n"
6507 "@DESCRIPTION=QUOTIENT function returns the integer portion of a division.  "
6508 "@numerator is the divided number and @denominator is the divisor.\n"
6509 "\n"
6510 "* This function is Excel compatible.\n"
6511 " \n"
6512 "@EXAMPLES=\n"
6513 "QUOTIENT(23,5) equals 4.\n"
6514 "\n"
6515 "@SEEALSO=MOD"
6516 msgstr ""
6518 #: plugins/fn-math/functions.c:1780
6519 msgid ""
6520 "@FUNCTION=SIGN\n"
6521 "@SYNTAX=SIGN(number)\n"
6522 "@DESCRIPTION=SIGN function returns 1 if the @number is positive, zero if the "
6523 "@number is 0, and -1 if the @number is negative.\n"
6524 "\n"
6525 "* This function is Excel compatible.\n"
6526 " \n"
6527 "@EXAMPLES=\n"
6528 "SIGN(3) equals 1.\n"
6529 "SIGN(-3) equals -1.\n"
6530 "SIGN(0) equals 0.\n"
6531 "\n"
6532 "@SEEALSO="
6533 msgstr ""
6535 #: plugins/fn-math/functions.c:1814
6536 msgid ""
6537 "@FUNCTION=SQRTPI\n"
6538 "@SYNTAX=SQRTPI(number)\n"
6539 "@DESCRIPTION=SQRTPI function returns the square root of a @number multiplied "
6540 "by pi.\n"
6541 "\n"
6542 "* This function is Excel compatible.\n"
6543 "\n"
6544 "@EXAMPLES=\n"
6545 "SQRTPI(2) equals 2.506628275.\n"
6546 "\n"
6547 "@SEEALSO=PI"
6548 msgstr ""
6550 #: plugins/fn-math/functions.c:1843
6551 msgid ""
6552 "@FUNCTION=ROUNDDOWN\n"
6553 "@SYNTAX=ROUNDDOWN(number[,digits])\n"
6554 "@DESCRIPTION=ROUNDDOWN function rounds a given @number down. @number is the "
6555 "number you want rounded down and @digits is the number of digits to which "
6556 "you want to round that number.\n"
6557 "\n"
6558 "* If @digits is greater than zero, @number is rounded down to the given "
6559 "number of digits.\n"
6560 "* If @digits is zero or omitted, @number is rounded down to the nearest "
6561 "integer.\n"
6562 "* If @digits is less than zero, @number is rounded down to the left of the "
6563 "decimal point.\n"
6564 "* This function is Excel compatible.\n"
6565 "\n"
6566 "@EXAMPLES=\n"
6567 "ROUNDDOWN(5.5) equals 5.\n"
6568 "ROUNDDOWN(-3.3) equals -4.\n"
6569 "ROUNDDOWN(1501.15,1) equals 1501.1.\n"
6570 "ROUNDDOWN(1501.15,-2) equals 1500.0.\n"
6571 "\n"
6572 "@SEEALSO=ROUND,ROUNDUP"
6573 msgstr ""
6575 #: plugins/fn-math/functions.c:1887
6576 msgid ""
6577 "@FUNCTION=ROUND\n"
6578 "@SYNTAX=ROUND(number[,digits])\n"
6579 "@DESCRIPTION=ROUND function rounds a given number.\n"
6580 "\n"
6581 "@number is the number you want rounded and @digits is the number of digits "
6582 "to which you want to round that number.\n"
6583 "\n"
6584 "* If @digits is greater than zero, @number is rounded to the given number of "
6585 "digits.\n"
6586 "* If @digits is zero or omitted, @number is rounded to the nearest integer.\n"
6587 "* If @digits is less than zero, @number is rounded to the left of the "
6588 "decimal point.\n"
6589 "* This function is Excel compatible.\n"
6590 "\n"
6591 "@EXAMPLES=\n"
6592 "ROUND(5.5) equals 6.\n"
6593 "ROUND(-3.3) equals -3.\n"
6594 "ROUND(1501.15,1) equals 1501.2.\n"
6595 "ROUND(1501.15,-2) equals 1500.0.\n"
6596 "\n"
6597 "@SEEALSO=ROUNDDOWN,ROUNDUP"
6598 msgstr ""
6600 #: plugins/fn-math/functions.c:1928
6601 msgid ""
6602 "@FUNCTION=ROUNDUP\n"
6603 "@SYNTAX=ROUNDUP(number[,digits])\n"
6604 "@DESCRIPTION=ROUNDUP function rounds a given number up.\n"
6605 "\n"
6606 "@number is the number you want rounded up and @digits is the number of "
6607 "digits to which you want to round that number.\n"
6608 "\n"
6609 "* If @digits is greater than zero, @number is rounded up to the given number "
6610 "of digits.\n"
6611 "* If @digits is zero or omitted, @number is rounded up to the nearest "
6612 "integer.\n"
6613 "* If @digits is less than zero, @number is rounded up to the left of the "
6614 "decimal point.\n"
6615 "* This function is Excel compatible.\n"
6616 "\n"
6617 "@EXAMPLES=\n"
6618 "ROUNDUP(5.5) equals 6.\n"
6619 "ROUNDUP(-3.3) equals -3.\n"
6620 "ROUNDUP(1501.15,1) equals 1501.2.\n"
6621 "ROUNDUP(1501.15,-2) equals 1600.0.\n"
6622 "\n"
6623 "@SEEALSO=ROUND,ROUNDDOWN"
6624 msgstr ""
6626 #: plugins/fn-math/functions.c:1972
6627 msgid ""
6628 "@FUNCTION=MROUND\n"
6629 "@SYNTAX=MROUND(number,multiple)\n"
6630 "@DESCRIPTION=MROUND function rounds a given number to the desired multiple.\n"
6631 "\n"
6632 "@number is the number you want rounded and @multiple is the the multiple to "
6633 "which you want to round the number.\n"
6634 "\n"
6635 "* If @number and @multiple have different sign, MROUND returns #NUM! error.\n"
6636 "* This function is Excel compatible.\n"
6637 "\n"
6638 "@EXAMPLES=\n"
6639 "MROUND(1.7,0.2) equals 1.8.\n"
6640 "MROUND(321.123,0.12) equals 321.12.\n"
6641 "\n"
6642 "@SEEALSO=ROUNDDOWN,ROUND,ROUNDUP"
6643 msgstr ""
6645 #: plugins/fn-math/functions.c:2026
6646 msgid ""
6647 "@FUNCTION=ROMAN\n"
6648 "@SYNTAX=ROMAN(number[,type])\n"
6649 "@DESCRIPTION=ROMAN function returns an arabic number in the roman numeral "
6650 "style, as text. @number is the number you want to convert and @type is the "
6651 "type of roman numeral you want.\n"
6652 "\n"
6653 "* If @type is 0 or it is omitted, ROMAN returns classic roman numbers.\n"
6654 "* Type 1 is more concise than classic type, type 2 is more concise than type "
6655 "1, and type 3 is more concise than type 2.  Type 4 is simplified type.\n"
6656 "* If @number is negative or greater than 3999, ROMAN returns #VALUE! error.\n"
6657 "* This function is Excel compatible.\n"
6658 "\n"
6659 "@EXAMPLES=\n"
6660 "ROMAN(999) equals CMXCIX.\n"
6661 "ROMAN(999,1) equals LMVLIV.\n"
6662 "ROMAN(999,2) equals XMIX.\n"
6663 "ROMAN(999,3) equals VMIV.\n"
6664 "ROMAN(999,4) equals IM.\n"
6665 "\n"
6666 "@SEEALSO="
6667 msgstr ""
6669 #: plugins/fn-math/functions.c:2292
6670 msgid ""
6671 "@FUNCTION=SUMX2MY2\n"
6672 "@SYNTAX=SUMX2MY2(array1,array2)\n"
6673 "@DESCRIPTION=SUMX2MY2 function returns the sum of the difference of squares "
6674 "of corresponding values in two arrays. @array1 is the first array or range "
6675 "of data points and @array2 is the second array or range of data points. The "
6676 "equation of SUMX2MY2 is SUM (x^2-y^2).\n"
6677 "\n"
6678 "* Strings and empty cells are simply ignored.\n"
6679 "* If @array1 and @array2 have different number of data points, SUMX2MY2 "
6680 "returns #N/A error.\n"
6681 "* This function is Excel compatible.\n"
6682 "\n"
6683 "@EXAMPLES=\n"
6684 "Let us assume that the cells A1, A2, ..., A5 contain numbers 11, 15, 17, 21, "
6685 "and 43 and the cells B1, B2, ..., B5 hold numbers 13, 22, 31, 33, and 39.  "
6686 "Then\n"
6687 "SUMX2MY2(A1:A5,B1:B5) equals -1299.\n"
6688 "\n"
6689 "@SEEALSO=SUMSQ,SUMX2PY2"
6690 msgstr ""
6692 #: plugins/fn-math/functions.c:2348 plugins/fn-math/functions.c:2368
6693 #: plugins/fn-math/functions.c:2461 plugins/fn-math/functions.c:2481
6694 #: plugins/fn-math/functions.c:2572 plugins/fn-math/functions.c:2592
6695 #: plugins/fn-stat/functions.c:2920 plugins/fn-stat/functions.c:2950
6696 msgid "Array version not implemented!"
6697 msgstr ""
6699 #: plugins/fn-math/functions.c:2406
6700 msgid ""
6701 "@FUNCTION=SUMX2PY2\n"
6702 "@SYNTAX=SUMX2PY2(array1,array2)\n"
6703 "@DESCRIPTION=SUMX2PY2 function returns the sum of the sum of squares of "
6704 "corresponding values in two arrays. @array1 is the first array or range of "
6705 "data points and @array2 is the second array or range of data points. The "
6706 "equation of SUMX2PY2 is SUM (x^2+y^2).\n"
6707 "\n"
6708 "* Strings and empty cells are simply ignored.\n"
6709 "* If @array1 and @array2 have different number of data points, SUMX2PY2 "
6710 "returns #N/A error.\n"
6711 "* This function is Excel compatible.\n"
6712 "\n"
6713 "@EXAMPLES=\n"
6714 "Let us assume that the cells A1, A2, ..., A5 contain numbers 11, 15, 17, 21, "
6715 "and 43 and the cells B1, B2, ..., B5 hold numbers 13, 22, 31, 33, and 39.  "
6716 "Then\n"
6717 "SUMX2PY2(A1:A5,B1:B5) equals 7149.\n"
6718 "\n"
6719 "@SEEALSO=SUMSQ,SUMX2MY2"
6720 msgstr ""
6722 #: plugins/fn-math/functions.c:2517
6723 msgid ""
6724 "@FUNCTION=SUMXMY2\n"
6725 "@SYNTAX=SUMXMY2(array1,array2)\n"
6726 "@DESCRIPTION=SUMXMY2 function returns the sum of squares of differences of "
6727 "corresponding values in two arrays. @array1 is the first array or range of "
6728 "data points and @array2 is the second array or range of data points. The "
6729 "equation of SUMXMY2 is SUM (x-y)^2.\n"
6730 "\n"
6731 "* Strings and empty cells are simply ignored.\n"
6732 "* If @array1 and @array2 have different number of data points, SUMXMY2 "
6733 "returns #N/A error.\n"
6734 "* This function is Excel compatible.\n"
6735 "\n"
6736 "@EXAMPLES=\n"
6737 "Let us assume that the cells A1, A2, ..., A5 contain numbers 11, 15, 17, 21, "
6738 "and 43 and the cells B1, B2, ..., B5 hold numbers 13, 22, 31, 33, and 39.  "
6739 "Then\n"
6740 "SUMXMY2(A1:A5,B1:B5) equals 409.\n"
6741 "\n"
6742 "@SEEALSO=SUMSQ,SUMX2MY2,SUMX2PY2"
6743 msgstr ""
6745 #: plugins/fn-math/functions.c:2630
6746 msgid ""
6747 "@FUNCTION=SERIESSUM\n"
6748 "@SYNTAX=SERIESSUM(x,n,m,coefficients)\n"
6749 "@DESCRIPTION=SERIESSUM function returns the sum of a power series.  @x is "
6750 "the base of the power series, @n is the initial power to raise @x, @m is the "
6751 "increment to the power for each term in the series, and @coefficients are "
6752 "the coefficients by which each successive power of @x is multiplied.\n"
6753 "\n"
6754 "* This function is Excel compatible.\n"
6755 "\n"
6756 "@EXAMPLES=\n"
6757 "Let us assume that the cells A1, A2, ..., A5 contain numbers 1.23, 2.32, "
6758 "2.98, 3.42, and 4.33.  Then\n"
6759 "SERIESSUM(3,1,2.23,A1:A5) equals 251416.43018.\n"
6760 "\n"
6761 "@SEEALSO=COUNT,SUM"
6762 msgstr ""
6764 #: plugins/fn-math/functions.c:2688
6765 msgid ""
6766 "@FUNCTION=MINVERSE\n"
6767 "@SYNTAX=MINVERSE(matrix)\n"
6768 "@DESCRIPTION=MINVERSE function returns the inverse matrix of @matrix.\n"
6769 "\n"
6770 "* If @matrix cannot be inverted, MINVERSE returns #NUM! error.\n"
6771 "* If @matrix does not contain equal number of columns and rows, MINVERSE "
6772 "returns #VALUE! error.\n"
6773 "* This function is Excel compatible.\n"
6774 "\n"
6775 "@EXAMPLES=\n"
6776 "\n"
6777 "@SEEALSO=MMULT, MDETERM"
6778 msgstr ""
6780 #: plugins/fn-math/functions.c:2831
6781 msgid ""
6782 "@FUNCTION=MMULT\n"
6783 "@SYNTAX=MMULT(array1,array2)\n"
6784 "@DESCRIPTION=MMULT function returns the matrix product of two arrays. The "
6785 "result is an array with the same number of rows as @array1 and the same "
6786 "number of columns as @array2.\n"
6787 "\n"
6788 "* This function is Excel compatible.\n"
6789 "\n"
6790 "@EXAMPLES=\n"
6791 "\n"
6792 "@SEEALSO=TRANSPOSE,MINVERSE"
6793 msgstr ""
6795 #: plugins/fn-math/functions.c:2907
6796 msgid ""
6797 "@FUNCTION=MDETERM\n"
6798 "@SYNTAX=MDETERM(matrix)\n"
6799 "@DESCRIPTION=MDETERM function returns the determinant of a given matrix.\n"
6800 "\n"
6801 "* If the @matrix does not contain equal number of columns and rows, MDETERM "
6802 "returns #VALUE! error.\n"
6803 "* This function is Excel compatible.\n"
6804 "\n"
6805 "@EXAMPLES=\n"
6806 "Let us assume that A1, ..., A4 contain numbers 2, 3, 7, and 3, B1, ..., B4 "
6807 "4, 2, 4, and 1, C1, ..., C4 9, 4, 3, and 2, and D1, ..., D4 7, 3, 6, and 5. "
6808 "Then\n"
6809 "MDETERM(A1:D4) equals 148.\n"
6810 "\n"
6811 "@SEEALSO=MMULT, MINVERSE"
6812 msgstr ""
6814 #: plugins/fn-math/functions.c:2955
6815 msgid ""
6816 "@FUNCTION=SUMPRODUCT\n"
6817 "@SYNTAX=SUMPRODUCT(range1,range2,...)\n"
6818 "@DESCRIPTION=SUMPRODUCT function multiplies corresponding data entries in "
6819 "the given arrays or ranges, and then returns the sum of those products.  If "
6820 "an array entry is not numeric, the value zero is used instead.\n"
6821 "\n"
6822 "* If arrays or range arguments do not have the same dimensions, SUMPRODUCT "
6823 "returns #VALUE! error.\n"
6824 "* This function is Excel compatible.\n"
6825 "\n"
6826 "@EXAMPLES=\n"
6827 "Let us assume that the cells A1, A2, ..., A5 contain numbers 11, 15, 17, 21, "
6828 "and 43 and the cells B1, B2, ..., B5 hold numbers 13, 22, 31, 33, and 39.  "
6829 "Then\n"
6830 "SUMPRODUCT(A1:A5,B1:B5) equals 3370.\n"
6831 "\n"
6832 "@SEEALSO=SUM,PRODUCT"
6833 msgstr ""
6835 #: plugins/fn-math/functions.c:3089
6836 msgid "xnum,ynum"
6837 msgstr ""
6839 #: plugins/fn-math/functions.c:3095 plugins/fn-math/functions.c:3098
6840 #: plugins/fn-random/functions.c:1103 plugins/fn-random/functions.c:1124
6841 #: plugins/fn-random/functions.c:1130 plugins/fn-random/functions.c:1169
6842 #: plugins/fn-random/functions.c:1184 plugins/fn-random/functions.c:1187
6843 msgid "a,b"
6844 msgstr ""
6846 #. MS Excel puts this in statistical
6847 #: plugins/fn-math/functions.c:3106
6848 msgid "range,criteria"
6849 msgstr ""
6851 #: plugins/fn-math/functions.c:3114
6852 msgid "number,significance"
6853 msgstr ""
6855 #: plugins/fn-math/functions.c:3139 plugins/fn-stat/functions.c:5810
6856 msgid "n,k"
6857 msgstr ""
6859 #: plugins/fn-math/functions.c:3146
6860 msgid "number,number"
6861 msgstr ""
6863 #: plugins/fn-math/functions.c:3159
6864 msgid "number,base"
6865 msgstr ""
6867 #: plugins/fn-math/functions.c:3168 plugins/fn-math/functions.c:3187
6868 msgid "numerator,denominator"
6869 msgstr ""
6871 #: plugins/fn-math/functions.c:3171
6872 msgid "number,multiple"
6873 msgstr ""
6875 #: plugins/fn-math/functions.c:3181
6876 msgid "base,exponent"
6877 msgstr ""
6879 #: plugins/fn-math/functions.c:3193
6880 msgid "number,type"
6881 msgstr ""
6883 #: plugins/fn-math/functions.c:3196 plugins/fn-math/functions.c:3200
6884 #: plugins/fn-math/functions.c:3204 plugins/fn-math/functions.c:3254
6885 msgid "number,digits"
6886 msgstr ""
6888 #: plugins/fn-math/functions.c:3208
6889 msgid "x,n,m,coefficients"
6890 msgstr ""
6892 #: plugins/fn-math/functions.c:3230
6893 msgid "range,criteria,actual_range"
6894 msgstr ""
6896 #: plugins/fn-math/functions.c:3233
6897 msgid "range,range,"
6898 msgstr ""
6900 #: plugins/fn-math/functions.c:3239 plugins/fn-math/functions.c:3242
6901 #: plugins/fn-math/functions.c:3245 plugins/fn-math/functions.c:3261
6902 #: plugins/fn-stat/functions.c:5669 plugins/fn-stat/functions.c:5678
6903 #: plugins/fn-stat/functions.c:5801 plugins/fn-stat/functions.c:5857
6904 msgid "array1,array2"
6905 msgstr ""
6907 #: plugins/fn-math/functions.c:3267 plugins/fn-math/functions.c:3271
6908 msgid "array,matrix_type,bandsize"
6909 msgstr ""
6911 #: plugins/fn-math/plugin.xml.in.h:1
6912 msgid "Math Functions"
6913 msgstr ""
6915 #: plugins/fn-math/plugin.xml.in.h:2
6916 msgid "Mathematical Functions"
6917 msgstr ""
6919 #: plugins/fn-math/plugin.xml.in.h:3 src/func-builtin.c:152
6920 msgid "Mathematics"
6921 msgstr ""
6923 #: plugins/fn-random/functions.c:49
6924 msgid ""
6925 "@FUNCTION=RAND\n"
6926 "@SYNTAX=RAND()\n"
6927 "@DESCRIPTION=RAND returns a random number between zero and one.\n"
6928 "\n"
6929 "* This function is Excel compatible.\n"
6930 "\n"
6931 "@EXAMPLES=\n"
6932 "RAND() returns a random number greater than zero but less than one.\n"
6933 "\n"
6934 "@SEEALSO=RANDBETWEEN"
6935 msgstr ""
6937 #: plugins/fn-random/functions.c:72
6938 msgid ""
6939 "@FUNCTION=RANDUNIFORM\n"
6940 "@SYNTAX=RANDUNIFORM(a,b)\n"
6941 "@DESCRIPTION=RANDUNIFORM returns a random variate from the uniform (flat) "
6942 "distribution from a to b. The distribution is,\n"
6943 "\n"
6944 "\tp(x) dx = {1 over (b-a)} dx : for a <= x < b.\n"
6945 "p(x) dx = 0 : for x < a or b <= x.\n"
6946 "* If @a > @b RANDUNIFORM returns #NUM! error.\n"
6947 "\n"
6948 "@EXAMPLES=\n"
6949 "RANDUNIFORM(1.4,4.2) returns a random number greater than or equal to 1.4 "
6950 "but less than 4.2.\n"
6951 "\n"
6952 "@SEEALSO=RANDBETWEEN,RAND"
6953 msgstr ""
6955 #: plugins/fn-random/functions.c:104
6956 msgid ""
6957 "@FUNCTION=RANDDISCRETE\n"
6958 "@SYNTAX=RANDDISCRETE(val_range[,prob_range])\n"
6959 "@DESCRIPTION=RANDDISCRETE returns one of the values in the @val_range. The "
6960 "probabilities for each value are given in the @prob_range.\n"
6961 "\n"
6962 "* If @prob_range is omitted, the uniform discrete distribution is assumed.\n"
6963 "* If the sum of all values in @prob_range is other than one, RANDDISCRETE "
6964 "returns #NUM! error.\n"
6965 "* If @val_range and @prob_range are not the same size, RANDDISCRETE returns "
6966 "#NUM! error.\n"
6967 "* If @val_range or @prob_range is not a range, RANDDISCRETE returns #VALUE! "
6968 "error.\n"
6969 "\n"
6970 "@EXAMPLES=\n"
6971 "RANDDISCRETE(A1:A6) returns one of the values in the range A1:A6.\n"
6972 "\n"
6973 "@SEEALSO=RANDBETWEEN,RAND"
6974 msgstr ""
6976 #: plugins/fn-random/functions.c:236
6977 msgid ""
6978 "@FUNCTION=RANDEXP\n"
6979 "@SYNTAX=RANDEXP(b)\n"
6980 "@DESCRIPTION=RANDEXP returns a exponentially-distributed random number.\n"
6981 "\n"
6982 "@EXAMPLES=\n"
6983 "RANDEXP(0.5).\n"
6984 "\n"
6985 "@SEEALSO=RAND,RANDBETWEEN"
6986 msgstr ""
6988 #: plugins/fn-random/functions.c:259
6989 msgid ""
6990 "@FUNCTION=RANDPOISSON\n"
6991 "@SYNTAX=RANDPOISSON(lambda)\n"
6992 "@DESCRIPTION=RANDPOISSON returns a Poisson-distributed random number.\n"
6993 "\n"
6994 "* If @lambda < 0 RANDPOISSON returns #NUM! error.\n"
6995 "\n"
6996 "@EXAMPLES=\n"
6997 "RANDPOISSON(3).\n"
6998 "\n"
6999 "@SEEALSO=RAND,RANDBETWEEN"
7000 msgstr ""
7002 #: plugins/fn-random/functions.c:287
7003 msgid ""
7004 "@FUNCTION=RANDBINOM\n"
7005 "@SYNTAX=RANDBINOM(p,trials)\n"
7006 "@DESCRIPTION=RANDBINOM returns a binomially-distributed random number.\n"
7007 "\n"
7008 "* If @p < 0 or @p > 1 RANDBINOM returns #NUM! error.\n"
7009 "* If @trials < 0 RANDBINOM returns #NUM! error. \n"
7010 "@EXAMPLES=\n"
7011 "RANDBINOM(0.5,2).\n"
7012 "\n"
7013 "@SEEALSO=RAND,RANDBETWEEN"
7014 msgstr ""
7016 #: plugins/fn-random/functions.c:317
7017 msgid ""
7018 "@FUNCTION=RANDBETWEEN\n"
7019 "@SYNTAX=RANDBETWEEN(bottom,top)\n"
7020 "@DESCRIPTION=RANDBETWEEN function returns a random integer number between "
7021 "and including @bottom and @top.\n"
7022 "\n"
7023 "* If @bottom or @top is non-integer, they are truncated.\n"
7024 "* If @bottom > @top, RANDBETWEEN returns #NUM! error.\n"
7025 "* This function is Excel compatible.\n"
7026 "\n"
7027 "@EXAMPLES=\n"
7028 "RANDBETWEEN(3,7).\n"
7029 "\n"
7030 "@SEEALSO=RAND,RANDUNIFORM"
7031 msgstr ""
7033 #: plugins/fn-random/functions.c:352
7034 msgid ""
7035 "@FUNCTION=RANDNEGBINOM\n"
7036 "@SYNTAX=RANDNEGBINOM(p,failures)\n"
7037 "@DESCRIPTION=RANDNEGBINOM returns a negative binomially-distributed random "
7038 "number.\n"
7039 "\n"
7040 "* If @p < 0 or @p > 1, RANDNEGBINOM returns #NUM! error.\n"
7041 "* If @failures < 1, RANDNEGBINOM returns #NUM! error.\n"
7042 "\n"
7043 "@EXAMPLES=\n"
7044 "RANDNEGBINOM(0.5,2).\n"
7045 "\n"
7046 "@SEEALSO=RAND,RANDBETWEEN"
7047 msgstr ""
7049 #: plugins/fn-random/functions.c:383
7050 msgid ""
7051 "@FUNCTION=RANDBERNOULLI\n"
7052 "@SYNTAX=RANDBERNOULLI(p)\n"
7053 "@DESCRIPTION=RANDBERNOULLI returns a Bernoulli-distributed random number.\n"
7054 "\n"
7055 "* If @p < 0 or @p > 1 RANDBERNOULLI returns #NUM! error.\n"
7056 "\n"
7057 "@EXAMPLES=\n"
7058 "RANDBERNOULLI(0.5).\n"
7059 "\n"
7060 "@SEEALSO=RAND,RANDBETWEEN"
7061 msgstr ""
7063 #: plugins/fn-random/functions.c:411
7064 msgid ""
7065 "@FUNCTION=RANDNORM\n"
7066 "@SYNTAX=RANDNORM(mean,stdev)\n"
7067 "@DESCRIPTION=RANDNORM returns a normal-distributed random number.\n"
7068 "\n"
7069 "* If @stdev < 0 RANDNORM returns #NUM! error.\n"
7070 "\n"
7071 "@EXAMPLES=\n"
7072 "RANDNORM(0,1).\n"
7073 "\n"
7074 "@SEEALSO=RAND"
7075 msgstr ""
7077 #: plugins/fn-random/functions.c:440
7078 msgid ""
7079 "@FUNCTION=RANDCAUCHY\n"
7080 "@SYNTAX=RANDCAUCHY(a)\n"
7081 "@DESCRIPTION=RANDCAUCHY returns a Cauchy-distributed random number with "
7082 "scale parameter a. The Cauchy distribution is also known as the Lorentz "
7083 "distribution.\n"
7084 "\n"
7085 "* If @a < 0 RANDCAUCHY returns #NUM! error.\n"
7086 "\n"
7087 "@EXAMPLES=\n"
7088 "RANDCAUCHY(1).\n"
7089 "\n"
7090 "@SEEALSO=RAND"
7091 msgstr ""
7093 #: plugins/fn-random/functions.c:470
7094 msgid ""
7095 "@FUNCTION=RANDLOGNORM\n"
7096 "@SYNTAX=RANDLOGNORM(zeta,sigma)\n"
7097 "@DESCRIPTION=RANDLOGNORM returns a lognormal-distributed random number.\n"
7098 "\n"
7099 "@EXAMPLES=\n"
7100 "RANDLOGNORM(1,2).\n"
7101 "\n"
7102 "@SEEALSO=RAND"
7103 msgstr ""
7105 #: plugins/fn-random/functions.c:494
7106 msgid ""
7107 "@FUNCTION=RANDWEIBULL\n"
7108 "@SYNTAX=RANDWEIBULL(a,b)\n"
7109 "@DESCRIPTION=RANDWEIBULL returns a Weibull-distributed random number.\n"
7110 "\n"
7111 "@EXAMPLES=\n"
7112 "RANDWEIBULL(1,2).\n"
7113 "\n"
7114 "@SEEALSO=RAND"
7115 msgstr ""
7117 #: plugins/fn-random/functions.c:518
7118 msgid ""
7119 "@FUNCTION=RANDLAPLACE\n"
7120 "@SYNTAX=RANDLAPLACE(a)\n"
7121 "@DESCRIPTION=RANDLAPLACE returns a Laplace-distributed random number. "
7122 "Laplace distribution is also known as two-sided exponential probability "
7123 "distribution.\n"
7124 "\n"
7125 "@EXAMPLES=\n"
7126 "RANDLAPLACE(1).\n"
7127 "\n"
7128 "@SEEALSO=RAND"
7129 msgstr ""
7131 #: plugins/fn-random/functions.c:543
7132 msgid ""
7133 "@FUNCTION=RANDRAYLEIGH\n"
7134 "@SYNTAX=RANDRAYLEIGH(sigma)\n"
7135 "@DESCRIPTION=RANDRAYLEIGH returns a Rayleigh-distributed random number.\n"
7136 "\n"
7137 "@EXAMPLES=\n"
7138 "RANDRAYLEIGH(1).\n"
7139 "\n"
7140 "@SEEALSO=RAND"
7141 msgstr ""
7143 #: plugins/fn-random/functions.c:566
7144 msgid ""
7145 "@FUNCTION=RANDRAYLEIGHTAIL\n"
7146 "@SYNTAX=RANDRAYLEIGHTAIL(a,sigma)\n"
7147 "@DESCRIPTION=RANDRAYLEIGHTAIL returns  a random variate from the tail of the "
7148 "Rayleigh distribution with scale parameter sigma and a lower limit of a. The "
7149 "distribution is,\n"
7150 "\n"
7151 "\tp(x) dx = {x over sigma^2} exp ((a^2 - x^2) /(2 sigma^2)) dx,\n"
7152 "\n"
7153 "for x > a.\n"
7154 "\n"
7155 "@EXAMPLES=\n"
7156 "RANDRAYLEIGHTAIL(0.3,1).\n"
7157 "\n"
7158 "@SEEALSO=RAND,RANDRAYLEIGH"
7159 msgstr ""
7161 #: plugins/fn-random/functions.c:594
7162 msgid ""
7163 "@FUNCTION=RANDGAMMA\n"
7164 "@SYNTAX=RANDGAMMA(a,b)\n"
7165 "@DESCRIPTION=RANDGAMMA returns a Gamma-distributed random number.\n"
7166 "\n"
7167 "* If @a <= 0 RANDGAMMA returns #NUM! error.\n"
7168 "\n"
7169 "@EXAMPLES=\n"
7170 "RANDGAMMA(1,2).\n"
7171 "\n"
7172 "@SEEALSO=RAND"
7173 msgstr ""
7175 #: plugins/fn-random/functions.c:623
7176 msgid ""
7177 "@FUNCTION=RANDPARETO\n"
7178 "@SYNTAX=RANDPARETO(a,b)\n"
7179 "@DESCRIPTION=RANDPARETO returns a Pareto-distributed random number.\n"
7180 "\n"
7181 "@EXAMPLES=\n"
7182 "RANDPARETO(1,2).\n"
7183 "\n"
7184 "@SEEALSO=RAND"
7185 msgstr ""
7187 #: plugins/fn-random/functions.c:647
7188 msgid ""
7189 "@FUNCTION=RANDFDIST\n"
7190 "@SYNTAX=RANDFDIST(nu1,nu2)\n"
7191 "@DESCRIPTION=RANDFDIST returns a F-distributed random number.\n"
7192 "\n"
7193 "@EXAMPLES=\n"
7194 "RANDFDIST(1,2).\n"
7195 "\n"
7196 "@SEEALSO=RAND,RANDGAMMA"
7197 msgstr ""
7199 #: plugins/fn-random/functions.c:671
7200 msgid ""
7201 "@FUNCTION=RANDBETA\n"
7202 "@SYNTAX=RANDBETA(a,b)\n"
7203 "@DESCRIPTION=RANDBETA returns a Beta-distributed random number.\n"
7204 "\n"
7205 "@EXAMPLES=\n"
7206 "RANDBETA(1,2).\n"
7207 "\n"
7208 "@SEEALSO=RAND,RANDGAMMA"
7209 msgstr ""
7211 #: plugins/fn-random/functions.c:695
7212 msgid ""
7213 "@FUNCTION=RANDLOGISTIC\n"
7214 "@SYNTAX=RANDLOGISTIC(a)\n"
7215 "@DESCRIPTION=RANDLOGISTIC returns a logistic-distributed random number.  The "
7216 "distribution function is,\n"
7217 "\n"
7218 "\tp(x) dx = { exp(-x/a) over a (1 + exp(-x/a))^2 } dx for -infty < x < "
7219 "+infty.\n"
7220 "\n"
7221 "@EXAMPLES=\n"
7222 "RANDLOGISTIC(1).\n"
7223 "\n"
7224 "@SEEALSO=RAND"
7225 msgstr ""
7227 #: plugins/fn-random/functions.c:721
7228 msgid ""
7229 "@FUNCTION=RANDGEOM\n"
7230 "@SYNTAX=RANDGEOM(p)\n"
7231 "@DESCRIPTION=RANDGEOM returns a geometric-distributed random number. The "
7232 "number of independent trials with probability @p until the first success. "
7233 "The probability distribution for geometric variates is, \n"
7234 "\n"
7235 "\tp(k) =  p (1-p)^(k-1), for k >= 1.\n"
7236 "\n"
7237 "* If @p < 0 or @p > 1 RANDGEOM returns #NUM! error. \n"
7238 "@EXAMPLES=\n"
7239 "RANDGEOM(0.4).\n"
7240 "\n"
7241 "@SEEALSO=RAND"
7242 msgstr ""
7244 #: plugins/fn-random/functions.c:752
7245 msgid ""
7246 "@FUNCTION=RANDHYPERG\n"
7247 "@SYNTAX=RANDHYPERG(n1,n2,t)\n"
7248 "@DESCRIPTION=RANDHYPERG returns a hypergeometric-distributed random number. "
7249 "The probability distribution for hypergeometric random variates is,\n"
7250 "\n"
7251 "\tp(k) =  C(n_1,k) C(n_2, t-k) / C(n_1 + n_2,k), \n"
7252 "\n"
7253 "where C(a,b) = a!/(b!(a-b)!). \n"
7254 "\n"
7255 "The domain of k is max(0,t-n_2), ..., max(t,n_1).\n"
7256 "@EXAMPLES=\n"
7257 "RANDHYPERG(21,1,9).\n"
7258 "\n"
7259 "@SEEALSO=RAND"
7260 msgstr ""
7262 #: plugins/fn-random/functions.c:782
7263 msgid ""
7264 "@FUNCTION=RANDLOG\n"
7265 "@SYNTAX=RANDLOG(p)\n"
7266 "@DESCRIPTION=RANDLOG returns a logarithmic-distributed random number.\n"
7267 "\n"
7268 "* If @p < 0 or @p > 1 RANDLOG returns #NUM! error.\n"
7269 "\n"
7270 "@EXAMPLES=\n"
7271 "RANDLOG(0.72).\n"
7272 "\n"
7273 "@SEEALSO=RAND"
7274 msgstr ""
7276 #: plugins/fn-random/functions.c:810
7277 msgid ""
7278 "@FUNCTION=RANDCHISQ\n"
7279 "@SYNTAX=RANDCHISQ(nu)\n"
7280 "@DESCRIPTION=RANDCHISQ returns a Chi-Square-distributed random number.\n"
7281 "\n"
7282 "@EXAMPLES=\n"
7283 "RANDCHISQ(0.5).\n"
7284 "\n"
7285 "@SEEALSO=RAND,RANDGAMMA"
7286 msgstr ""
7288 #: plugins/fn-random/functions.c:833
7289 msgid ""
7290 "@FUNCTION=RANDTDIST\n"
7291 "@SYNTAX=RANDTDIST(nu)\n"
7292 "@DESCRIPTION=RANDTDIST returns a T-distributed random number.\n"
7293 "\n"
7294 "@EXAMPLES=\n"
7295 "RANDTDIST(0.5).\n"
7296 "\n"
7297 "@SEEALSO=RAND"
7298 msgstr ""
7300 #: plugins/fn-random/functions.c:856
7301 msgid ""
7302 "@FUNCTION=RANDGUMBEL\n"
7303 "@SYNTAX=RANDGUMBEL(a,b[,type])\n"
7304 "@DESCRIPTION=RANDGUMBEL returns a Type I or Type II Gumbel-distributed "
7305 "random number. @type is either 1 or 2 and specifies the type of the "
7306 "distribution (Type I or Type II).\n"
7307 "\n"
7308 "* If @type is neither 1 nor 2, RANDGUMBEL returns #NUM! error.\n"
7309 "* If @type is omitted, Type I is assumed.\n"
7310 "\n"
7311 "@EXAMPLES=\n"
7312 "RANDGUMBEL(0.5,1,2).\n"
7313 "\n"
7314 "@SEEALSO=RAND"
7315 msgstr ""
7317 #: plugins/fn-random/functions.c:892
7318 msgid ""
7319 "@FUNCTION=RANDLEVY\n"
7320 "@SYNTAX=RANDLEVY(c,alpha[,beta])\n"
7321 "@DESCRIPTION=RANDLEVY returns a Levy-distributed random number. If @beta is "
7322 "omitted, it is assumed to be 0.\n"
7323 "\n"
7324 "* For @alpha = 1, @beta=0, we get the Lorentz distribution.\n"
7325 "* For @alpha = 2, @beta=0, we get the normal distribution.\n"
7326 "\n"
7327 "* If @alpha <= 0 or @alpha > 2, RANDLEVY returns #NUM! error.\n"
7328 "* If @beta < -1 or @beta > 1, RANDLEVY returns #NUM! error.\n"
7329 "\n"
7330 "@EXAMPLES=\n"
7331 "RANDLEVY(0.5,0.1,1).\n"
7332 "\n"
7333 "@SEEALSO=RAND"
7334 msgstr ""
7336 #: plugins/fn-random/functions.c:927
7337 msgid ""
7338 "@FUNCTION=RANDEXPPOW\n"
7339 "@SYNTAX=RANDEXPPOW(a,b)\n"
7340 "@DESCRIPTION=RANDEXPPOW returns a random variate from the exponential power "
7341 "distribution with scale parameter @a and exponent @b. The distribution is,\n"
7342 "\n"
7343 "\tp(x) dx = {1 over 2 a Gamma(1+1/b)} exp(-|x/a|^b) dx, for x >= 0.\n"
7344 "\n"
7345 "* For @b = 1 this reduces to the Laplace distribution.\n"
7346 "* For @b = 2 it has the same form as a normal distribution with sigma = a/"
7347 "sqrt(2).\n"
7348 "\n"
7349 "@EXAMPLES=\n"
7350 "RANDEXPPOW(0.5,0.1).\n"
7351 "\n"
7352 "@SEEALSO=RAND"
7353 msgstr ""
7355 #: plugins/fn-random/functions.c:958
7356 msgid ""
7357 "@FUNCTION=RANDLANDAU\n"
7358 "@SYNTAX=RANDLANDAU()\n"
7359 "@DESCRIPTION=RANDLANDAU returns a random variate from the Landau "
7360 "distribution. The probability distribution for Landau random variates is "
7361 "defined analytically by the complex integral,\n"
7362 "\n"
7363 "\tp(x) = (1/(2 pi i)) int_{c-i infty}^{c+i infty} ds exp(s log(s) + x s).\n"
7364 "\n"
7365 "For numerical purposes it is more convenient to use the following equivalent "
7366 "form of the integral,\n"
7367 "\n"
7368 "\tp(x) = (1/pi) int_0^ infty dt exp(-t log(t) - x t) sin(pi t).\n"
7369 "\n"
7370 "@EXAMPLES=\n"
7371 "RANDLANDAU().\n"
7372 "\n"
7373 "@SEEALSO=RAND"
7374 msgstr ""
7376 #: plugins/fn-random/functions.c:986
7377 msgid ""
7378 "@FUNCTION=RANDNORMTAIL\n"
7379 "@SYNTAX=RANDNORMTAIL(a,sigma)\n"
7380 "@DESCRIPTION=RANDNORMTAIL returns a random variates from the upper tail of a "
7381 "normal distribution with standard deviation @sigma. The values returned are "
7382 "larger than the lower limit @a, which must be positive. The method is based "
7383 "on Marsaglia's famous rectangle-wedge-tail algorithm (Ann Math Stat 32, 894-"
7384 "899 (1961)), with this aspect explained in Knuth, v2, 3rd ed, p139, 586 "
7385 "(exercise 11).\n"
7386 "\n"
7387 "The probability distribution for normal tail random variates is,\n"
7388 "\n"
7389 "\tp(x) dx = {1 over N(a;sigma)} exp (- x^2/(2 sigma^2)) dx,\n"
7390 "\n"
7391 "for x > a where N(a;sigma) is the normalization constant, N(a;sigma) = (1/2) "
7392 "erfc(a / sqrt(2 sigma^2)).\n"
7393 "\n"
7394 "@EXAMPLES=\n"
7395 "RANDNORMTAIL(0.5,0.1).\n"
7396 "\n"
7397 "@SEEALSO=RAND"
7398 msgstr ""
7400 #: plugins/fn-random/functions.c:1022
7401 msgid ""
7402 "@FUNCTION=SIMTABLE\n"
7403 "@SYNTAX=SIMTABLE(d1, d2, ..., dN)\n"
7404 "@DESCRIPTION=SIMTABLE returns one of the values in the given argument list "
7405 "depending on the round number of the simulation tool. When the simulation "
7406 "tool is not activated, SIMTABLE returns @d1.\n"
7407 "\n"
7408 "With the simulation tool and the SIMTABLE function you can test given "
7409 "decision variables. Each SIMTABLE function contains the possible values of a "
7410 "simulation variable. In most valid simulation models you should have the "
7411 "same number of values @dN for all decision variables.  If the simulation is "
7412 "run more rounds than there are values defined, SIMTABLE returns #N/A! error "
7413 "(e.g. if A1 contains `=SIMTABLE(1)' and A2 `=SIMTABLE(1,2)', A1 yields #N/A! "
7414 "error on the second round).\n"
7415 "\n"
7416 "The successive use of the simulation tool also requires that you give to the "
7417 "tool at least one input variable having RAND() or any other "
7418 "RAND<distribution name>() function in it. On each round, the simulation tool "
7419 "iterates for the given number of rounds over all the input variables to "
7420 "reevaluate them. On each iteration, the values of the output variables are "
7421 "stored, and when the round is completed, descriptive statistical information "
7422 "is created according to the values.\n"
7423 "\n"
7424 "@EXAMPLES=\n"
7425 "SIMTABLE(TRUE,FALSE) returns TRUE on the first simulation round and FALSE on "
7426 "the second round.\n"
7427 "SIMTABLE(223,225,227,229) returns 227 on the simulation round #3.\n"
7428 "\n"
7429 "@SEEALSO="
7430 msgstr ""
7432 #: plugins/fn-random/functions.c:1100 plugins/fn-random/functions.c:1136
7433 #: plugins/fn-random/functions.c:1154 plugins/fn-stat/functions.c:5798
7434 msgid "p"
7435 msgstr ""
7437 #: plugins/fn-random/functions.c:1106
7438 msgid "bottom,top"
7439 msgstr ""
7441 #: plugins/fn-random/functions.c:1109
7442 msgid "p,trials"
7443 msgstr ""
7445 #: plugins/fn-random/functions.c:1112 plugins/fn-random/functions.c:1148
7446 #: plugins/fn-random/functions.c:1157
7447 msgid "a"
7448 msgstr ""
7450 #: plugins/fn-random/functions.c:1115 plugins/fn-random/functions.c:1181
7451 msgid "nu"
7452 msgstr ""
7454 #: plugins/fn-random/functions.c:1118
7455 msgid "value_range,prob_range"
7456 msgstr ""
7458 #: plugins/fn-random/functions.c:1121
7459 msgid "b"
7460 msgstr ""
7462 #: plugins/fn-random/functions.c:1127
7463 msgid "nu1,nu2"
7464 msgstr ""
7466 #: plugins/fn-random/functions.c:1133 plugins/fn-random/functions.c:1178
7467 msgid "a,sigma"
7468 msgstr ""
7470 #: plugins/fn-random/functions.c:1139
7471 msgid "a,b,type"
7472 msgstr ""
7474 #: plugins/fn-random/functions.c:1142
7475 msgid "n1,n2,t"
7476 msgstr ""
7478 #: plugins/fn-random/functions.c:1151
7479 msgid "c,alpha,beta"
7480 msgstr ""
7482 #: plugins/fn-random/functions.c:1160
7483 msgid "zeta,sigma"
7484 msgstr ""
7486 #: plugins/fn-random/functions.c:1163
7487 msgid "p,failures"
7488 msgstr ""
7490 #: plugins/fn-random/functions.c:1166
7491 msgid "mean,stdev"
7492 msgstr ""
7494 #: plugins/fn-random/functions.c:1172
7495 msgid "lambda"
7496 msgstr ""
7498 #: plugins/fn-random/functions.c:1175
7499 msgid "sigma"
7500 msgstr ""
7502 #: plugins/fn-random/functions.c:1190
7503 msgid "d1,d2,...,dN"
7504 msgstr ""
7506 #: plugins/fn-random/plugin.xml.in.h:1
7507 msgid "Functions for generating random numbers"
7508 msgstr ""
7510 #: plugins/fn-random/plugin.xml.in.h:2
7511 msgid "Random Number Functions"
7512 msgstr ""
7514 #: plugins/fn-random/plugin.xml.in.h:3 src/tools/random-generator.c:674
7515 #: src/tools/random-generator.c:677
7516 msgid "Random Numbers"
7517 msgstr ""
7519 #: plugins/fn-stat/functions.c:139
7520 msgid ""
7521 "@FUNCTION=VARP\n"
7522 "@SYNTAX=VARP(b1, b2, ...)\n"
7523 "@DESCRIPTION=VARP calculates the variance of a set of numbers where each "
7524 "number is a member of a population and the set is the entire population.\n"
7525 "\n"
7526 "* VARP is also known as the N-variance.\n"
7527 "\n"
7528 "@EXAMPLES=\n"
7529 "Let us assume that the cells A1, A2, ..., A5 contain numbers 11.4, 17.3, "
7530 "21.3, 25.9, and 40.1.  Then\n"
7531 "VARP(A1:A5) equals 94.112.\n"
7532 "\n"
7533 "@SEEALSO=AVERAGE,DVAR,DVARP,STDEV,VAR"
7534 msgstr ""
7536 #: plugins/fn-stat/functions.c:171
7537 msgid ""
7538 "@FUNCTION=VAR\n"
7539 "@SYNTAX=VAR(b1, b2, ...)\n"
7540 "@DESCRIPTION=VAR estimates the variance of a sample of a population. To get "
7541 "the true variance of a complete population use VARP.\n"
7542 "\n"
7543 "* VAR is also known as the N-1-variance. Under reasonable conditions, it is "
7544 "the maximum-likelihood estimator for the true variance.\n"
7545 "* This function is Excel compatible.\n"
7546 "\n"
7547 "@EXAMPLES=\n"
7548 "Let us assume that the cells A1, A2, ..., A5 contain numbers 11.4, 17.3, "
7549 "21.3, 25.9, and 40.1.  Then\n"
7550 "VAR(A1:A5) equals 117.64.\n"
7551 "\n"
7552 "@SEEALSO=VARP,STDEV"
7553 msgstr ""
7555 #: plugins/fn-stat/functions.c:205
7556 msgid ""
7557 "@FUNCTION=STDEV\n"
7558 "@SYNTAX=STDEV(b1, b2, ...)\n"
7559 "@DESCRIPTION=STDEV returns standard deviation of a set of numbers treating "
7560 "these numbers as members of a population.\n"
7561 "\n"
7562 "* This function is Excel compatible.\n"
7563 "\n"
7564 "@EXAMPLES=\n"
7565 "Let us assume that the cells A1, A2, ..., A5 contain numbers 11.4, 17.3, "
7566 "21.3, 25.9, and 40.1.  Then\n"
7567 "STDEV(A1:A5) equals 10.84619749.\n"
7568 "\n"
7569 "@SEEALSO=AVERAGE,DSTDEV,DSTDEVP,STDEVA,STDEVPA,VAR"
7570 msgstr ""
7572 #: plugins/fn-stat/functions.c:235
7573 msgid ""
7574 "@FUNCTION=STDEVP\n"
7575 "@SYNTAX=STDEVP(b1, b2, ...)\n"
7576 "@DESCRIPTION=STDEVP returns standard deviation of a set of numbers treating "
7577 "these numbers as members of a complete population.\n"
7578 "\n"
7579 "* This function is Excel compatible.\n"
7580 "\n"
7581 "@EXAMPLES=\n"
7582 "Let us assume that the cells A1, A2, ..., A5 contain numbers 11.4, 17.3, "
7583 "21.3, 25.9, and 40.1.  Then\n"
7584 "STDEVP(A1:A5) equals 9.701133954.\n"
7585 "\n"
7586 "@SEEALSO=STDEV,STDEVA,STDEVPA"
7587 msgstr ""
7589 #: plugins/fn-stat/functions.c:265
7590 msgid ""
7591 "@FUNCTION=RANK\n"
7592 "@SYNTAX=RANK(x,ref[,order])\n"
7593 "@DESCRIPTION=RANK returns the rank of a number in a list of numbers.  @x is "
7594 "the number whose rank you want to find, @ref is the list of numbers, and "
7595 "@order specifies how to rank numbers.  If @order is 0, numbers are ranked in "
7596 "descending order, otherwise numbers are ranked in ascending order.\n"
7597 "\n"
7598 "* This function is Excel compatible.\n"
7599 "\n"
7600 "@EXAMPLES=\n"
7601 "Let us assume that the cells A1, A2, ..., A5 contain numbers 11.4, 17.3, "
7602 "21.3, 25.9, and 40.1.  Then\n"
7603 "RANK(17.3,A1:A5) equals 4.\n"
7604 "\n"
7605 "@SEEALSO=PERCENTRANK"
7606 msgstr ""
7608 #: plugins/fn-stat/functions.c:358
7609 msgid ""
7610 "@FUNCTION=TRIMMEAN\n"
7611 "@SYNTAX=TRIMMEAN(ref,fraction)\n"
7612 "@DESCRIPTION=TRIMMEAN returns the mean of the interior of a data set. @ref "
7613 "is the list of numbers whose mean you want to calculate and @fraction is the "
7614 "fraction of the data set excluded from the mean. For example, if "
7615 "@fraction=0.2 and the data set contains 40 numbers, 8 numbers are trimmed "
7616 "from the data set (40 x 0.2), 4 from the top and 4 from the bottom of the "
7617 "set.\n"
7618 "\n"
7619 "* This function is Excel compatible.\n"
7620 "\n"
7621 "@EXAMPLES=\n"
7622 "Let us assume that the cells A1, A2, ..., A5 contain numbers 11.4, 17.3, "
7623 "21.3, 25.9, and 40.1.  Then\n"
7624 "TRIMMEAN(A1:A5,0.2) equals 23.2.\n"
7625 "\n"
7626 "@SEEALSO=AVERAGE,GEOMEAN,HARMEAN,MEDIAN,MODE"
7627 msgstr ""
7629 #: plugins/fn-stat/functions.c:420
7630 msgid ""
7631 "@FUNCTION=COVAR\n"
7632 "@SYNTAX=COVAR(array1,array2)\n"
7633 "@DESCRIPTION=COVAR returns the covariance of two data sets.\n"
7634 "\n"
7635 "* Strings and empty cells are simply ignored.\n"
7636 "* This function is Excel compatible.\n"
7637 "\n"
7638 "@EXAMPLES=\n"
7639 "Let us assume that the cells A1, A2, ..., A5 contain numbers 11.4, 17.3, "
7640 "21.3, 25.9, and 40.1, and the cells B1, B2, ... B5 23.2, 25.8, 29.9, 33.5, "
7641 "and 42.7.  Then\n"
7642 "COVAR(A1:A5,B1:B5) equals 65.858.\n"
7643 "\n"
7644 "@SEEALSO=CORREL,FISHER,FISHERINV"
7645 msgstr ""
7647 #: plugins/fn-stat/functions.c:452
7648 msgid ""
7649 "@FUNCTION=CORREL\n"
7650 "@SYNTAX=CORREL(array1,array2)\n"
7651 "@DESCRIPTION=CORREL returns the correlation coefficient of two data sets.\n"
7652 "\n"
7653 "* Strings and empty cells are simply ignored.\n"
7654 "* This function is Excel compatible.\n"
7655 "\n"
7656 "@EXAMPLES=\n"
7657 "Let us assume that the cells A1, A2, ..., A5 contain numbers 11.4, 17.3, "
7658 "21.3, 25.9, and 40.1, and the cells B1, B2, ... B5 23.2, 25.8, 29.9, 33.5, "
7659 "and 42.7.  Then\n"
7660 "CORREL(A1:A5,B1:B5) equals 0.996124788.\n"
7661 "\n"
7662 "@SEEALSO=COVAR,FISHER,FISHERINV"
7663 msgstr ""
7665 #: plugins/fn-stat/functions.c:484
7666 msgid ""
7667 "@FUNCTION=NEGBINOMDIST\n"
7668 "@SYNTAX=NEGBINOMDIST(f,t,p)\n"
7669 "@DESCRIPTION=NEGBINOMDIST function returns the negative binomial "
7670 "distribution. @f is the number of failures, @t is the threshold number of "
7671 "successes, and @p is the probability of a success.\n"
7672 "\n"
7673 "* If @f or @t is a non-integer it is truncated.\n"
7674 "* If (@f + @t -1) <= 0 NEGBINOMDIST returns #NUM! error.\n"
7675 "* If @p < 0 or @p > 1 NEGBINOMDIST returns #NUM! error.\n"
7676 "* This function is Excel compatible.\n"
7677 "\n"
7678 "@EXAMPLES=\n"
7679 "NEGBINOMDIST(2,5,0.55) equals 0.152872629.\n"
7680 "\n"
7681 "@SEEALSO=BINOMDIST,COMBIN,FACT,HYPGEOMDIST,PERMUT"
7682 msgstr ""
7684 #: plugins/fn-stat/functions.c:522
7685 msgid ""
7686 "@FUNCTION=NORMSDIST\n"
7687 "@SYNTAX=NORMSDIST(x)\n"
7688 "@DESCRIPTION=NORMSDIST function returns the standard normal cumulative "
7689 "distribution. @x is the value for which you want the distribution.\n"
7690 "\n"
7691 "* This function is Excel compatible.\n"
7692 "\n"
7693 "@EXAMPLES=\n"
7694 "NORMSDIST(2) equals 0.977249868.\n"
7695 "\n"
7696 "@SEEALSO=NORMDIST"
7697 msgstr ""
7699 #: plugins/fn-stat/functions.c:551
7700 msgid ""
7701 "@FUNCTION=NORMSINV\n"
7702 "@SYNTAX=NORMSINV(p)\n"
7703 "@DESCRIPTION=NORMSINV function returns the inverse of the standard normal "
7704 "cumulative distribution. @p is the given probability corresponding to the "
7705 "normal distribution.\n"
7706 "\n"
7707 "* If @p < 0 or @p > 1 NORMSINV returns #NUM! error.\n"
7708 "* This function is Excel compatible.\n"
7709 "\n"
7710 "@EXAMPLES=\n"
7711 "NORMSINV(0.2) equals -0.841621234.\n"
7712 "\n"
7713 "@SEEALSO=NORMDIST,NORMINV,NORMSDIST,STANDARDIZE,ZTEST"
7714 msgstr ""
7716 #: plugins/fn-stat/functions.c:583
7717 msgid ""
7718 "@FUNCTION=LOGNORMDIST\n"
7719 "@SYNTAX=LOGNORMDIST(x,mean,stddev)\n"
7720 "@DESCRIPTION=LOGNORMDIST function returns the lognormal distribution. @x is "
7721 "the value for which you want the distribution, @mean is the mean of the "
7722 "distribution, and @stddev is the standard deviation of the distribution.\n"
7723 "\n"
7724 "* If @stddev = 0 LOGNORMDIST returns #DIV/0! error.\n"
7725 "* If @x <= 0, @mean < 0 or @stddev < 0 LOGNORMDIST returns #NUM! error.\n"
7726 "* This function is Excel compatible.\n"
7727 "\n"
7728 "@EXAMPLES=\n"
7729 "LOGNORMDIST(3,1,2) equals 0.519662338.\n"
7730 "\n"
7731 "@SEEALSO=NORMDIST"
7732 msgstr ""
7734 #: plugins/fn-stat/functions.c:623
7735 msgid ""
7736 "@FUNCTION=LOGINV\n"
7737 "@SYNTAX=LOGINV(p,mean,stddev)\n"
7738 "@DESCRIPTION=LOGINV function returns the inverse of the lognormal cumulative "
7739 "distribution. @p is the given probability corresponding to the normal "
7740 "distribution, @mean is the arithmetic mean of the distribution, and @stddev "
7741 "is the standard deviation of the distribution.\n"
7742 "\n"
7743 "* If @p < 0 or @p > 1 or @stddev <= 0 LOGINV returns #NUM! error.\n"
7744 "* This function is Excel compatible.\n"
7745 "\n"
7746 "@EXAMPLES=\n"
7747 "LOGINV(0.5,2,3) equals 7.389056099.\n"
7748 "\n"
7749 "@SEEALSO=EXP,LN,LOG,LOG10,LOGNORMDIST"
7750 msgstr ""
7752 #: plugins/fn-stat/functions.c:660
7753 msgid ""
7754 "@FUNCTION=FISHERINV\n"
7755 "@SYNTAX=FISHERINV(x)\n"
7756 "@DESCRIPTION=FISHERINV function returns the inverse of the Fisher "
7757 "transformation at @x.\n"
7758 "\n"
7759 "* If @x is non-number FISHERINV returns #VALUE! error.\n"
7760 "* This function is Excel compatible.\n"
7761 "\n"
7762 "@EXAMPLES=\n"
7763 "FISHERINV(2) equals 0.96402758.\n"
7764 "\n"
7765 "@SEEALSO=FISHER"
7766 msgstr ""
7768 #: plugins/fn-stat/functions.c:687
7769 msgid ""
7770 "@FUNCTION=MODE\n"
7771 "@SYNTAX=MODE(n1, n2, ...)\n"
7772 "@DESCRIPTION=MODE returns the most common number of the data set. If the "
7773 "data set has many most common numbers MODE returns the first one of them.\n"
7774 "\n"
7775 "* Strings and empty cells are simply ignored.\n"
7776 "* If the data set does not contain any duplicates MODE returns #N/A error.\n"
7777 "* This function is Excel compatible.\n"
7778 "\n"
7779 "@EXAMPLES=\n"
7780 "Let us assume that the cells A1, A2, ..., A5 contain numbers 11.4, 17.3, "
7781 "11.4, 25.9, and 40.1.  Then\n"
7782 "MODE(A1:A5) equals 11.4.\n"
7783 "\n"
7784 "@SEEALSO=AVERAGE,MEDIAN"
7785 msgstr ""
7787 #: plugins/fn-stat/functions.c:723
7788 msgid ""
7789 "@FUNCTION=HARMEAN\n"
7790 "@SYNTAX=HARMEAN(b1, b2, ...)\n"
7791 "@DESCRIPTION=HARMEAN returns the harmonic mean of the N data points (that "
7792 "is, N divided by the sum of the inverses of the data points).\n"
7793 "\n"
7794 "* This function is Excel compatible.\n"
7795 "\n"
7796 "@EXAMPLES=\n"
7797 "Let us assume that the cells A1, A2, ..., A5 contain numbers 11.4, 17.3, "
7798 "21.3, 25.9, and 40.1.  Then\n"
7799 "HARMEAN(A1:A5) equals 19.529814427.\n"
7800 "\n"
7801 "@SEEALSO=AVERAGE,GEOMEAN,MEDIAN,MODE,TRIMMEAN"
7802 msgstr ""
7804 #: plugins/fn-stat/functions.c:755
7805 msgid ""
7806 "@FUNCTION=GEOMEAN\n"
7807 "@SYNTAX=GEOMEAN(b1, b2, ...)\n"
7808 "@DESCRIPTION=GEOMEAN returns the geometric mean of the given arguments. This "
7809 "is equal to the Nth root of the product of the terms.\n"
7810 "\n"
7811 "* This function is Excel compatible.\n"
7812 "\n"
7813 "@EXAMPLES=\n"
7814 "Let us assume that the cells A1, A2, ..., A5 contain numbers 11.4, 17.3, "
7815 "21.3, 25.9, and 40.1.  Then\n"
7816 "GEOMEAN(A1:A5) equals 21.279182482.\n"
7817 "\n"
7818 "@SEEALSO=AVERAGE,HARMEAN,MEDIAN,MODE,TRIMMEAN"
7819 msgstr ""
7821 #: plugins/fn-stat/functions.c:786
7822 msgid ""
7823 "@FUNCTION=COUNT\n"
7824 "@SYNTAX=COUNT(b1, b2, ...)\n"
7825 "@DESCRIPTION=COUNT returns the total number of integer or floating point "
7826 "arguments passed.\n"
7827 "\n"
7828 "* This function is Excel compatible.\n"
7829 "\n"
7830 "@EXAMPLES=\n"
7831 "Let us assume that the cells A1, A2, ..., A5 contain numbers 11.4, 17.3, "
7832 "21.3, 25.9, and 40.1.  Then\n"
7833 "COUNT(A1:A5) equals 5.\n"
7834 "\n"
7835 "@SEEALSO=AVERAGE"
7836 msgstr ""
7838 #: plugins/fn-stat/functions.c:829
7839 msgid ""
7840 "@FUNCTION=COUNTA\n"
7841 "@SYNTAX=COUNTA(b1, b2, ...)\n"
7842 "@DESCRIPTION=COUNTA returns the number of arguments passed not including "
7843 "empty cells.\n"
7844 "\n"
7845 "* This function is Excel compatible.\n"
7846 "\n"
7847 "@EXAMPLES=\n"
7848 "Let us assume that the cells A1, A2, ..., A5 contain numbers and strings "
7849 "11.4, \"missing\", \"missing\", 25.9, and 40.1.  Then\n"
7850 "COUNTA(A1:A5) equals 5.\n"
7851 "\n"
7852 "@SEEALSO=AVERAGE,COUNT,DCOUNT,DCOUNTA,PRODUCT,SUM"
7853 msgstr ""
7855 #: plugins/fn-stat/functions.c:871
7856 msgid ""
7857 "@FUNCTION=AVERAGE\n"
7858 "@SYNTAX=AVERAGE(value1, value2,...)\n"
7859 "@DESCRIPTION=AVERAGE computes the average of all the values and cells "
7860 "referenced in the argument list.  This is equivalent to the sum of the "
7861 "arguments divided by the count of the arguments.\n"
7862 "\n"
7863 "* This function is Excel compatible.\n"
7864 "\n"
7865 "@EXAMPLES=\n"
7866 "Let us assume that the cells A1, A2, ..., A5 contain numbers 11.4, 17.3, "
7867 "21.3, 25.9, and 40.1.  Then\n"
7868 "AVERAGE(A1:A5) equals 23.2.\n"
7869 "\n"
7870 "@SEEALSO=SUM, COUNT"
7871 msgstr ""
7873 #: plugins/fn-stat/functions.c:903
7874 msgid ""
7875 "@FUNCTION=MIN\n"
7876 "@SYNTAX=MIN(b1, b2, ...)\n"
7877 "@DESCRIPTION=MIN returns the value of the element of the values passed that "
7878 "has the smallest value, with negative numbers considered smaller than "
7879 "positive numbers.\n"
7880 "\n"
7881 "* This function is Excel compatible.\n"
7882 "\n"
7883 "@EXAMPLES=\n"
7884 "Let us assume that the cells A1, A2, ..., A5 contain numbers 11.4, 17.3, "
7885 "21.3, 25.9, and 40.1.  Then\n"
7886 "MIN(A1:A5) equals 11.4.\n"
7887 "\n"
7888 "@SEEALSO=MAX,ABS"
7889 msgstr ""
7891 #: plugins/fn-stat/functions.c:945
7892 msgid ""
7893 "@FUNCTION=MAX\n"
7894 "@SYNTAX=MAX(b1, b2, ...)\n"
7895 "@DESCRIPTION=MAX returns the value of the element of the values passed that "
7896 "has the largest value, with negative numbers considered smaller than "
7897 "positive numbers.\n"
7898 "\n"
7899 "* This function is Excel compatible.\n"
7900 "\n"
7901 "@EXAMPLES=\n"
7902 "Let us assume that the cells A1, A2, ..., A5 contain numbers 11.4, 17.3, "
7903 "21.3, 25.9, and 40.1.  Then\n"
7904 "MAX(A1:A5) equals 40.1.\n"
7905 "\n"
7906 "@SEEALSO=MIN,ABS"
7907 msgstr ""
7909 #: plugins/fn-stat/functions.c:987
7910 msgid ""
7911 "@FUNCTION=SKEW\n"
7912 "@SYNTAX=SKEW(n1, n2, ...)\n"
7913 "@DESCRIPTION=SKEW returns an unbiased estimate for skewness of a "
7914 "distribution.\n"
7915 "\n"
7916 "Note, that this is only meaningful if the underlying distribution really has "
7917 "a third moment.  The skewness of a symmetric (e.g., normal) distribution is "
7918 "zero.\n"
7919 "\n"
7920 "* Strings and empty cells are simply ignored.\n"
7921 "* If less than three numbers are given, SKEW returns #DIV/0! error.\n"
7922 "* This function is Excel compatible.\n"
7923 "\n"
7924 "@EXAMPLES=\n"
7925 "Let us assume that the cells A1, A2, ..., A5 contain numbers 11.4, 17.3, "
7926 "21.3, 25.9, and 40.1.  Then\n"
7927 "SKEW(A1:A5) equals 0.976798268.\n"
7928 "\n"
7929 "@SEEALSO=AVERAGE,VAR,SKEWP,KURT"
7930 msgstr ""
7932 #: plugins/fn-stat/functions.c:1025
7933 msgid ""
7934 "@FUNCTION=SKEWP\n"
7935 "@SYNTAX=SKEWP(n1, n2, ...)\n"
7936 "@DESCRIPTION=SKEWP returns the population skewness of a data set.\n"
7937 "\n"
7938 "* Strings and empty cells are simply ignored.\n"
7939 "* If less than two numbers are given, SKEWP returns #DIV/0! error.\n"
7940 "\n"
7941 "@EXAMPLES=\n"
7942 "Let us assume that the cells A1, A2, ..., A5 contain numbers 11.4, 17.3, "
7943 "21.3, 25.9, and 40.1.  Then\n"
7944 "SKEWP(A1:A5) equals 0.655256198.\n"
7945 "\n"
7946 "@SEEALSO=AVERAGE,VARP,SKEW,KURTP"
7947 msgstr ""
7949 #: plugins/fn-stat/functions.c:1058
7950 msgid ""
7951 "@FUNCTION=EXPONDIST\n"
7952 "@SYNTAX=EXPONDIST(x,y,cumulative)\n"
7953 "@DESCRIPTION=EXPONDIST function returns the exponential distribution. If the "
7954 "@cumulative boolean is false it will return:\n"
7955 "\n"
7956 "\t@y * exp (-@y*@x),\n"
7957 "\n"
7958 "otherwise it will return\n"
7959 "\n"
7960 "\t1 - exp (-@y*@x).\n"
7961 "\n"
7962 "* If @x < 0 or @y <= 0 this will return an error.\n"
7963 "* This function is Excel compatible.\n"
7964 "\n"
7965 "@EXAMPLES=\n"
7966 "EXPONDIST(2,4,0) equals 0.001341851.\n"
7967 "\n"
7968 "@SEEALSO=POISSON"
7969 msgstr ""
7971 #: plugins/fn-stat/functions.c:1102
7972 msgid ""
7973 "@FUNCTION=BERNOULLI\n"
7974 "@SYNTAX=BERNOULLI(k,p)\n"
7975 "@DESCRIPTION=BERNOULLI returns the probability p(k) of obtaining @k from a "
7976 "Bernoulli distribution with probability parameter @p.\n"
7977 "\n"
7978 "* If @k != 0 and @k != 1 BERNOULLI returns #NUM! error.\n"
7979 "* If @p < 0 or @p > 1 BERNOULLI returns #NUM! error.\n"
7980 "\n"
7981 "@EXAMPLES=\n"
7982 "BERNOULLI(0,0.5).\n"
7983 "\n"
7984 "@SEEALSO=RANDBERNOULLI"
7985 msgstr ""
7987 #: plugins/fn-stat/functions.c:1144
7988 msgid ""
7989 "@FUNCTION=GAMMALN\n"
7990 "@SYNTAX=GAMMALN(x)\n"
7991 "@DESCRIPTION=GAMMALN function returns the natural logarithm of the gamma "
7992 "function.\n"
7993 "\n"
7994 "* If @x is non-number then GAMMALN returns #VALUE! error.\n"
7995 "* If @x <= 0 then GAMMALN returns #NUM! error.\n"
7996 "* This function is Excel compatible.\n"
7997 "\n"
7998 "@EXAMPLES=\n"
7999 "GAMMALN(23) equals 48.471181352.\n"
8000 "\n"
8001 "@SEEALSO=POISSON"
8002 msgstr ""
8004 #: plugins/fn-stat/functions.c:1181
8005 msgid ""
8006 "@FUNCTION=GAMMADIST\n"
8007 "@SYNTAX=GAMMADIST(x,alpha,beta,cum)\n"
8008 "@DESCRIPTION=GAMMADIST function returns the gamma distribution. If @cum is "
8009 "TRUE, GAMMADIST returns the incomplete gamma function, otherwise it returns "
8010 "the probability mass function.\n"
8011 "\n"
8012 "* If @x < 0 GAMMADIST returns #NUM! error.\n"
8013 "* If @alpha <= 0 or @beta <= 0, GAMMADIST returns #NUM! error.\n"
8014 "* This function is Excel compatible.\n"
8015 "\n"
8016 "@EXAMPLES=\n"
8017 "GAMMADIST(1,2,3,0) equals 0.07961459.\n"
8018 "\n"
8019 "@SEEALSO=GAMMAINV"
8020 msgstr ""
8022 #: plugins/fn-stat/functions.c:1222
8023 msgid ""
8024 "@FUNCTION=GAMMAINV\n"
8025 "@SYNTAX=GAMMAINV(p,alpha,beta)\n"
8026 "@DESCRIPTION=GAMMAINV function returns the inverse of the cumulative gamma "
8027 "distribution.\n"
8028 "\n"
8029 "* If @p < 0 or @p > 1 GAMMAINV returns #NUM! error.\n"
8030 "* If @alpha <= 0 or @beta <= 0 GAMMAINV returns #NUM! error.\n"
8031 "* This function is Excel compatible.\n"
8032 "\n"
8033 "@EXAMPLES=\n"
8034 "GAMMAINV(0.34,2,4) equals 4.829093908.\n"
8035 "\n"
8036 "@SEEALSO=GAMMADIST"
8037 msgstr ""
8039 #: plugins/fn-stat/functions.c:1257
8040 msgid ""
8041 "@FUNCTION=CHIDIST\n"
8042 "@SYNTAX=CHIDIST(x,dof)\n"
8043 "@DESCRIPTION=CHIDIST function returns the one-tailed probability of the chi-"
8044 "squared distribution. @dof is the number of degrees of freedom.\n"
8045 "\n"
8046 "* If @dof is non-integer it is truncated.\n"
8047 "* If @dof < 1 CHIDIST returns #NUM! error.\n"
8048 "* This function is Excel compatible.\n"
8049 "\n"
8050 "@EXAMPLES=\n"
8051 "CHIDIST(5.3,2) equals 0.070651213.\n"
8052 "\n"
8053 "@SEEALSO=CHIINV,CHITEST"
8054 msgstr ""
8056 #: plugins/fn-stat/functions.c:1293
8057 msgid ""
8058 "@FUNCTION=CHIINV\n"
8059 "@SYNTAX=CHIINV(p,dof)\n"
8060 "@DESCRIPTION=CHIINV function returns the inverse of the one-tailed "
8061 "probability of the chi-squared distribution.\n"
8062 "\n"
8063 "* If @p < 0 or @p > 1 or @dof < 1 CHIINV returns #NUM! error.\n"
8064 "* This function is Excel compatible.\n"
8065 "\n"
8066 "@EXAMPLES=\n"
8067 "CHIINV(0.98,7) equals 1.564293004.\n"
8068 "\n"
8069 "@SEEALSO=CHIDIST,CHITEST"
8070 msgstr ""
8072 #: plugins/fn-stat/functions.c:1327
8073 msgid ""
8074 "@FUNCTION=CHITEST\n"
8075 "@SYNTAX=CHITEST(actual_range,theoretical_range)\n"
8076 "@DESCRIPTION=CHITEST function returns the test for independence of chi-"
8077 "squared distribution.\n"
8078 "\n"
8079 "@actual_range is a range that contains the observed data points. "
8080 "@theoretical_range is a range that contains the expected values of the data "
8081 "points.\n"
8082 "\n"
8083 "* This function is Excel compatible.\n"
8084 "\n"
8085 "@EXAMPLES=\n"
8086 "\n"
8087 "@SEEALSO=CHIDIST,CHIINV"
8088 msgstr ""
8090 #: plugins/fn-stat/functions.c:1465
8091 msgid ""
8092 "@FUNCTION=BETADIST\n"
8093 "@SYNTAX=BETADIST(x,alpha,beta[,a,b])\n"
8094 "@DESCRIPTION=BETADIST function returns the cumulative beta distribution. @a "
8095 "is the optional lower bound of @x and @b is the optional upper bound of @x.\n"
8096 "* If @a is not given, BETADIST uses 0.\n"
8097 "* If @b is not given, BETADIST uses 1.\n"
8098 "* If @x < @a or @x > @b BETADIST returns #NUM! error.\n"
8099 "* If @alpha <= 0 or @beta <= 0, BETADIST returns #NUM! error.\n"
8100 "* If @a >= @b BETADIST returns #NUM! error.\n"
8101 "* This function is Excel compatible.\n"
8102 "\n"
8103 "@EXAMPLES=\n"
8104 "BETADIST(0.12,2,3) equals 0.07319808.\n"
8105 "\n"
8106 "@SEEALSO=BETAINV"
8107 msgstr ""
8109 #: plugins/fn-stat/functions.c:1506
8110 msgid ""
8111 "@FUNCTION=BETAINV\n"
8112 "@SYNTAX=BETAINV(p,alpha,beta[,a,b])\n"
8113 "@DESCRIPTION=BETAINV function returns the inverse of cumulative beta "
8114 "distribution.  @a is the optional lower bound of @x and @b is the optional "
8115 "upper bound of @x.\n"
8116 "\n"
8117 "* If @a is not given, BETAINV uses 0.\n"
8118 "* If @b is not given, BETAINV uses 1.\n"
8119 "* If @p < 0 or @p > 1 BETAINV returns #NUM! error.\n"
8120 "* If @alpha <= 0 or @beta <= 0, BETAINV returns #NUM! error.\n"
8121 "* If @a >= @b BETAINV returns #NUM! error.\n"
8122 "* This function is Excel compatible.\n"
8123 "\n"
8124 "@EXAMPLES=\n"
8125 "BETAINV(0.45,1.6,1) equals 0.607096629.\n"
8126 "\n"
8127 "@SEEALSO=BETADIST"
8128 msgstr ""
8130 #: plugins/fn-stat/functions.c:1547
8131 msgid ""
8132 "@FUNCTION=TDIST\n"
8133 "@SYNTAX=TDIST(x,dof,tails)\n"
8134 "@DESCRIPTION=TDIST function returns the Student's t-distribution. @dof is "
8135 "the degree of freedom and @tails is 1 or 2 depending on whether you want one-"
8136 "tailed or two-tailed distribution.\n"
8137 "\n"
8138 "* If @dof < 1 TDIST returns #NUM! error.\n"
8139 "* If @tails is neither 1 or 2 TDIST returns #NUM! error.\n"
8140 "* This function is Excel compatible.\n"
8141 "\n"
8142 "@EXAMPLES=\n"
8143 "TDIST(2,5,1) equals 0.050969739.\n"
8144 "\n"
8145 "@SEEALSO=TINV,TTEST"
8146 msgstr ""
8148 #: plugins/fn-stat/functions.c:1584
8149 msgid ""
8150 "@FUNCTION=TINV\n"
8151 "@SYNTAX=TINV(p,dof)\n"
8152 "@DESCRIPTION=TINV function returns the inverse of the two-tailed Student's t-"
8153 "distribution.\n"
8154 "\n"
8155 "* If @p < 0 or @p > 1 or @dof < 1 TINV returns #NUM! error.\n"
8156 "* This function is Excel compatible.\n"
8157 "\n"
8158 "@EXAMPLES=\n"
8159 "TINV(0.4,32) equals 0.852998454.\n"
8160 "\n"
8161 "@SEEALSO=TDIST,TTEST"
8162 msgstr ""
8164 #: plugins/fn-stat/functions.c:1618
8165 msgid ""
8166 "@FUNCTION=FDIST\n"
8167 "@SYNTAX=FDIST(x,dof1,dof2)\n"
8168 "@DESCRIPTION=FDIST function returns the F probability distribution. @dof1 is "
8169 "the numerator degrees of freedom and @dof2 is the denominator degrees of "
8170 "freedom.\n"
8171 "\n"
8172 "* If @x < 0 FDIST returns #NUM! error.\n"
8173 "* If @dof1 < 1 or @dof2 < 1, FDIST returns #NUM! error.\n"
8174 "* This function is Excel compatible.\n"
8175 "\n"
8176 "@EXAMPLES=\n"
8177 "FDIST(2,5,5) equals 0.232511319.\n"
8178 "\n"
8179 "@SEEALSO=FINV"
8180 msgstr ""
8182 #: plugins/fn-stat/functions.c:1655
8183 msgid ""
8184 "@FUNCTION=LANDAU\n"
8185 "@SYNTAX=LANDAU(x)\n"
8186 "@DESCRIPTION=LANDAU returns the probability density p(x) at @x for the "
8187 "Landau distribution using an approximation method. \n"
8188 "@EXAMPLES=\n"
8189 "LANDAU(0.34).\n"
8190 "\n"
8191 "@SEEALSO=RANDLANDAU"
8192 msgstr ""
8194 #: plugins/fn-stat/functions.c:1797
8195 msgid ""
8196 "@FUNCTION=FINV\n"
8197 "@SYNTAX=FINV(p,dof1,dof2)\n"
8198 "@DESCRIPTION=FINV function returns the inverse of the F probability "
8199 "distribution.\n"
8200 "\n"
8201 "* If @p < 0 or @p > 1 FINV returns #NUM! error.\n"
8202 "* If @dof1 < 1 or @dof2 < 1 FINV returns #NUM! error.\n"
8203 "* This function is Excel compatible.\n"
8204 "\n"
8205 "@EXAMPLES=\n"
8206 "FINV(0.2,2,4) equals 2.472135955.\n"
8207 "\n"
8208 "@SEEALSO=FDIST"
8209 msgstr ""
8211 #: plugins/fn-stat/functions.c:1833
8212 msgid ""
8213 "@FUNCTION=BINOMDIST\n"
8214 "@SYNTAX=BINOMDIST(n,trials,p,cumulative)\n"
8215 "@DESCRIPTION=BINOMDIST function returns the binomial distribution. @n is the "
8216 "number of successes, @trials is the total number of independent trials, @p "
8217 "is the probability of success in trials, and @cumulative describes whether "
8218 "to return the sum of the binomial function from 0 to @n.\n"
8219 "\n"
8220 "* If @n or @trials are non-integer they are truncated.\n"
8221 "* If @n < 0 or @trials < 0 BINOMDIST returns #NUM! error.\n"
8222 "* If @n > @trials BINOMDIST returns #NUM! error.\n"
8223 "* If @p < 0 or @p > 1 BINOMDIST returns #NUM! error.\n"
8224 "* This function is Excel compatible.\n"
8225 "\n"
8226 "@EXAMPLES=\n"
8227 "BINOMDIST(3,5,0.8,0) equals 0.2048.\n"
8228 "\n"
8229 "@SEEALSO=POISSON"
8230 msgstr ""
8232 #: plugins/fn-stat/functions.c:1879
8233 msgid ""
8234 "@FUNCTION=CAUCHY\n"
8235 "@SYNTAX=CAUCHY(x,a,cum)\n"
8236 "@DESCRIPTION=CAUCHY returns the Cauchy distribution with scale parameter @a. "
8237 "If @cum is TRUE, CAUCHY returns the cumulative distribution.\n"
8238 "\n"
8239 "* If @a < 0 CAUCHY returns #NUM! error.\n"
8240 "* If @cum != TRUE and @cum != FALSE CAUCHY returns #VALUE! error.\n"
8241 "\n"
8242 "@EXAMPLES=\n"
8243 "CAUCHY(0.43,1,TRUE) returns 0.370735.\n"
8244 "\n"
8245 "@SEEALSO=RANDCAUCHY"
8246 msgstr ""
8248 #: plugins/fn-stat/functions.c:1919
8249 msgid ""
8250 "@FUNCTION=CRITBINOM\n"
8251 "@SYNTAX=CRITBINOM(trials,p,alpha)\n"
8252 "@DESCRIPTION=CRITBINOM function returns the smallest value for which the "
8253 "cumulative is greater than or equal to a given value. @n is the number of "
8254 "trials, @p is the probability of success in trials, and @alpha is the "
8255 "criterion value.\n"
8256 "\n"
8257 "* If @trials is a non-integer it is truncated.\n"
8258 "* If @trials < 0 CRITBINOM returns #NUM! error.\n"
8259 "* If @p < 0 or @p > 1 CRITBINOM returns #NUM! error.\n"
8260 "* If @alpha < 0 or @alpha > 1 CRITBINOM returns #NUM! error.\n"
8261 "* This function is Excel compatible.\n"
8262 "\n"
8263 "@EXAMPLES=\n"
8264 "CRITBINOM(10,0.5,0.75) equals 6.\n"
8265 "\n"
8266 "@SEEALSO=BINOMDIST"
8267 msgstr ""
8269 #: plugins/fn-stat/functions.c:1959
8270 msgid ""
8271 "@FUNCTION=PERMUT\n"
8272 "@SYNTAX=PERMUT(n,k)\n"
8273 "@DESCRIPTION=PERMUT function returns the number of permutations. @n is the "
8274 "number of objects, @k is the number of objects in each permutation.\n"
8275 "\n"
8276 "* If @n = 0 PERMUT returns #NUM! error.\n"
8277 "* If @n < @k PERMUT returns #NUM! error.\n"
8278 "* This function is Excel compatible.\n"
8279 "\n"
8280 "@EXAMPLES=\n"
8281 "PERMUT(7,3) equals 210.\n"
8282 "\n"
8283 "@SEEALSO=COMBIN"
8284 msgstr ""
8286 #: plugins/fn-stat/functions.c:1994
8287 msgid ""
8288 "@FUNCTION=HYPGEOMDIST\n"
8289 "@SYNTAX=HYPGEOMDIST(x,n,M,N)\n"
8290 "@DESCRIPTION=HYPGEOMDIST function returns the hypergeometric distribution. "
8291 "@x is the number of successes in the sample, @n is the number of trials, @M "
8292 "is the number of successes overall, and @N is the population size.\n"
8293 "\n"
8294 "* If @x,@n,@M or @N is a non-integer it is truncated.\n"
8295 "* If @x,@n,@M or @N < 0 HYPGEOMDIST returns #NUM! error.\n"
8296 "* If @x > @M or @n > @N HYPGEOMDIST returns #NUM! error.\n"
8297 "* This function is Excel compatible.\n"
8298 "\n"
8299 "@EXAMPLES=\n"
8300 "HYPGEOMDIST(1,2,3,10) equals 0.4666667.\n"
8301 "\n"
8302 "@SEEALSO=BINOMDIST,POISSON"
8303 msgstr ""
8305 #: plugins/fn-stat/functions.c:2033
8306 msgid ""
8307 "@FUNCTION=CONFIDENCE\n"
8308 "@SYNTAX=CONFIDENCE(x,stddev,size)\n"
8309 "@DESCRIPTION=CONFIDENCE function returns the confidence interval for a mean. "
8310 "@x is the significance level, @stddev is the population standard deviation, "
8311 "and @size is the size of the sample.\n"
8312 "\n"
8313 "* If @size is non-integer it is truncated.\n"
8314 "* If @size < 0 CONFIDENCE returns #NUM! error.\n"
8315 "* If @size is 0 CONFIDENCE returns #DIV/0! error.\n"
8316 "* This function is Excel compatible.\n"
8317 "\n"
8318 "@EXAMPLES=\n"
8319 "CONFIDENCE(0.05,1,33) equals 0.341185936.\n"
8320 "\n"
8321 "@SEEALSO=AVERAGE"
8322 msgstr ""
8324 #: plugins/fn-stat/functions.c:2074
8325 msgid ""
8326 "@FUNCTION=STANDARDIZE\n"
8327 "@SYNTAX=STANDARDIZE(x,mean,stddev)\n"
8328 "@DESCRIPTION=STANDARDIZE function returns a normalized value. @x is the "
8329 "number to be normalized, @mean is the mean of the distribution, @stddev is "
8330 "the standard deviation of the distribution.\n"
8331 "\n"
8332 "* If @stddev is 0 STANDARDIZE returns #DIV/0! error.\n"
8333 "* This function is Excel compatible.\n"
8334 "\n"
8335 "@EXAMPLES=\n"
8336 "STANDARDIZE(3,2,4) equals 0.25.\n"
8337 "\n"
8338 "@SEEALSO=AVERAGE"
8339 msgstr ""
8341 #: plugins/fn-stat/functions.c:2112
8342 msgid ""
8343 "@FUNCTION=WEIBULL\n"
8344 "@SYNTAX=WEIBULL(x,alpha,beta,cumulative)\n"
8345 "@DESCRIPTION=WEIBULL function returns the Weibull distribution. If the "
8346 "@cumulative boolean is true it will return:\n"
8347 "\n"
8348 "\t1 - exp (-(@x/@beta)^@alpha),\n"
8349 "\n"
8350 "otherwise it will return\n"
8351 "\n"
8352 "\t(@alpha/@beta^@alpha) * @x^(@alpha-1) * exp(-(@x/@beta^@alpha)).\n"
8353 "\n"
8354 "* If @x < 0 WEIBULL returns #NUM! error.\n"
8355 "* If @alpha <= 0 or @beta <= 0 WEIBULL returns #NUM! error.\n"
8356 "* This function is Excel compatible.\n"
8357 "\n"
8358 "@EXAMPLES=\n"
8359 "WEIBULL(3,2,4,0) equals 0.213668559.\n"
8360 "\n"
8361 "@SEEALSO=POISSON"
8362 msgstr ""
8364 #: plugins/fn-stat/functions.c:2158
8365 msgid ""
8366 "@FUNCTION=NORMDIST\n"
8367 "@SYNTAX=NORMDIST(x,mean,stddev,cumulative)\n"
8368 "@DESCRIPTION=NORMDIST function returns the normal cumulative distribution. "
8369 "@x is the value for which you want the distribution, @mean is the mean of "
8370 "the distribution, @stddev is the standard deviation.\n"
8371 "\n"
8372 "* If @stddev is 0 NORMDIST returns #DIV/0! error.\n"
8373 "* This function is Excel compatible.\n"
8374 "\n"
8375 "@EXAMPLES=\n"
8376 "NORMDIST(2,1,2,0) equals 0.176032663.\n"
8377 "\n"
8378 "@SEEALSO=POISSON"
8379 msgstr ""
8381 #: plugins/fn-stat/functions.c:2203
8382 msgid ""
8383 "@FUNCTION=NORMINV\n"
8384 "@SYNTAX=NORMINV(p,mean,stddev)\n"
8385 "@DESCRIPTION=NORMINV function returns the inverse of the normal cumulative "
8386 "distribution. @p is the given probability corresponding to the normal "
8387 "distribution, @mean is the arithmetic mean of the distribution, and @stddev "
8388 "is the standard deviation of the distribution.\n"
8389 "\n"
8390 "* If @p < 0 or @p > 1 or @stddev <= 0 NORMINV returns #NUM! error.\n"
8391 "* This function is Excel compatible.\n"
8392 "\n"
8393 "@EXAMPLES=\n"
8394 "NORMINV(0.76,2,3) equals 4.118907689.\n"
8395 "\n"
8396 "@SEEALSO=NORMDIST,NORMSDIST,NORMSINV,STANDARDIZE,ZTEST"
8397 msgstr ""
8399 #: plugins/fn-stat/functions.c:2241
8400 msgid ""
8401 "@FUNCTION=KURT\n"
8402 "@SYNTAX=KURT(n1, n2, ...)\n"
8403 "@DESCRIPTION=KURT returns an unbiased estimate of the kurtosis of a data "
8404 "set.\n"
8405 "Note, that this is only meaningful if the underlying distribution really has "
8406 "a fourth moment.  The kurtosis is offset by three such that a normal "
8407 "distribution will have zero kurtosis.\n"
8408 "\n"
8409 "* Strings and empty cells are simply ignored.\n"
8410 "* If fewer than four numbers are given or all of them are equal KURT returns "
8411 "#DIV/0! error.\n"
8412 "* This function is Excel compatible.\n"
8413 "\n"
8414 "@EXAMPLES=\n"
8415 "Let us assume that the cells A1, A2, ..., A5 contain numbers 11.4, 17.3, "
8416 "21.3, 25.9, and 40.1.  Then\n"
8417 "KURT(A1:A5) equals 1.234546305.\n"
8418 "\n"
8419 "@SEEALSO=AVERAGE,VAR,SKEW,KURTP"
8420 msgstr ""
8422 #: plugins/fn-stat/functions.c:2280
8423 msgid ""
8424 "@FUNCTION=KURTP\n"
8425 "@SYNTAX=KURTP(n1, n2, ...)\n"
8426 "@DESCRIPTION=KURTP returns the population kurtosis of a data set.\n"
8427 "\n"
8428 "* Strings and empty cells are simply ignored.\n"
8429 "* If fewer than two numbers are given or all of them are equal KURTP returns "
8430 "#DIV/0! error.\n"
8431 "\n"
8432 "@EXAMPLES=\n"
8433 "Let us assume that the cells A1, A2, ..., A5 contain numbers 11.4, 17.3, "
8434 "21.3, 25.9, and 40.1.  Then\n"
8435 "KURTP(A1:A5) equals -0.691363424.\n"
8436 "\n"
8437 "@SEEALSO=AVERAGE,VARP,SKEWP,KURT"
8438 msgstr ""
8440 #: plugins/fn-stat/functions.c:2313
8441 msgid ""
8442 "@FUNCTION=AVEDEV\n"
8443 "@SYNTAX=AVEDEV(n1, n2, ...)\n"
8444 "@DESCRIPTION=AVEDEV returns the average of the absolute deviations of a data "
8445 "set from their mean.\n"
8446 "\n"
8447 "* This function is Excel compatible.\n"
8448 "\n"
8449 "@EXAMPLES=\n"
8450 "Let us assume that the cells A1, A2, ..., A5 contain numbers 11.4, 17.3, "
8451 "21.3, 25.9, and 40.1.  Then\n"
8452 "AVEDEV(A1:A5) equals 7.84.\n"
8453 "\n"
8454 "@SEEALSO=STDEV"
8455 msgstr ""
8457 #: plugins/fn-stat/functions.c:2344
8458 msgid ""
8459 "@FUNCTION=DEVSQ\n"
8460 "@SYNTAX=DEVSQ(n1, n2, ...)\n"
8461 "@DESCRIPTION=DEVSQ returns the sum of squares of deviations of a data set "
8462 "from the sample mean.\n"
8463 "\n"
8464 "* Strings and empty cells are simply ignored.\n"
8465 "* This function is Excel compatible.\n"
8466 "\n"
8467 "@EXAMPLES=\n"
8468 "Let us assume that the cells A1, A2, ..., A5 contain numbers 11.4, 17.3, "
8469 "21.3, 25.9, and 40.1.  Then\n"
8470 "DEVSQ(A1:A5) equals 470.56.\n"
8471 "\n"
8472 "@SEEALSO=STDEV"
8473 msgstr ""
8475 #: plugins/fn-stat/functions.c:2377
8476 msgid ""
8477 "@FUNCTION=FISHER\n"
8478 "@SYNTAX=FISHER(x)\n"
8479 "@DESCRIPTION=FISHER function returns the Fisher transformation at @x.\n"
8480 "\n"
8481 "* If @x is not a number, FISHER returns #VALUE! error.\n"
8482 "* If @x <= -1 or @x >= 1, FISHER returns #NUM! error.\n"
8483 "* This function is Excel compatible.\n"
8484 "\n"
8485 "@EXAMPLES=\n"
8486 "FISHER(0.332) equals 0.345074339.\n"
8487 "\n"
8488 "@SEEALSO=SKEW"
8489 msgstr ""
8491 #: plugins/fn-stat/functions.c:2412
8492 msgid ""
8493 "@FUNCTION=POISSON\n"
8494 "@SYNTAX=POISSON(x,mean,cumulative)\n"
8495 "@DESCRIPTION=POISSON function returns the Poisson distribution. @x is the "
8496 "number of events, @mean is the expected numeric value @cumulative describes "
8497 "whether to return the sum of the Poisson function from 0 to @x.\n"
8498 "\n"
8499 "* If @x is a non-integer it is truncated.\n"
8500 "* If @x < 0 POISSON returns #NUM! error.\n"
8501 "* If @mean <= 0 POISSON returns the #NUM! error.\n"
8502 "* This function is Excel compatible.\n"
8503 "\n"
8504 "@EXAMPLES=\n"
8505 "POISSON(3,6,0) equals 0.089235078.\n"
8506 "\n"
8507 "@SEEALSO=NORMDIST, WEIBULL"
8508 msgstr ""
8510 #: plugins/fn-stat/functions.c:2455
8511 msgid ""
8512 "@FUNCTION=PEARSON\n"
8513 "@SYNTAX=PEARSON(array1,array2)\n"
8514 "@DESCRIPTION=PEARSON returns the Pearson correlation coefficient of two data "
8515 "sets.\n"
8516 "\n"
8517 "* Strings and empty cells are simply ignored.\n"
8518 "* This function is Excel compatible.\n"
8519 "\n"
8520 "@EXAMPLES=\n"
8521 "\n"
8522 "@SEEALSO=INTERCEPT,LINEST,RSQ,SLOPE,STEYX"
8523 msgstr ""
8525 #: plugins/fn-stat/functions.c:2480
8526 msgid ""
8527 "@FUNCTION=RSQ\n"
8528 "@SYNTAX=RSQ(array1,array2)\n"
8529 "@DESCRIPTION=RSQ returns the square of the Pearson correlation coefficient "
8530 "of two data sets.\n"
8531 "\n"
8532 "* Strings and empty cells are simply ignored.\n"
8533 "* This function is Excel compatible.\n"
8534 "\n"
8535 "@EXAMPLES=\n"
8536 "\n"
8537 "@SEEALSO=CORREL,COVAR,INTERCEPT,LINEST,LOGEST,PEARSON,SLOPE,STEYX,TREND"
8538 msgstr ""
8540 #: plugins/fn-stat/functions.c:2510
8541 msgid ""
8542 "@FUNCTION=MEDIAN\n"
8543 "@SYNTAX=MEDIAN(n1, n2, ...)\n"
8544 "@DESCRIPTION=MEDIAN returns the median of the given data set.\n"
8545 "\n"
8546 "* Strings and empty cells are simply ignored.\n"
8547 "* If even numbers are given MEDIAN returns the average of the two numbers in "
8548 "the middle.\n"
8549 "* This function is Excel compatible.\n"
8550 "\n"
8551 "@EXAMPLES=\n"
8552 "Let us assume that the cells A1, A2, ..., A5 contain numbers 11.4, 17.3, "
8553 "21.3, 25.9, and 40.1.  Then\n"
8554 "MEDIAN(A1:A5) equals 21.3.\n"
8555 "\n"
8556 "@SEEALSO=AVERAGE,COUNT,COUNTA,DAVERAGE,MODE,SSMEDIAN,SUM"
8557 msgstr ""
8559 #: plugins/fn-stat/functions.c:2544
8560 msgid ""
8561 "@FUNCTION=SSMEDIAN\n"
8562 "@SYNTAX=SSMEDIAN(array[,interval)]\n"
8563 "@DESCRIPTION=The SSMEDIAN function returns the median for grouped data as "
8564 "commonly determined in the social sciences. The data points given in @array "
8565 "are assumed to be the result of grouping data into intervals of length "
8566 "@interval\n"
8567 "\n"
8568 "* If @interval is not given, SSMEDIAN uses 1.\n"
8569 "* If @array is empty, SSMEDIAN returns #NUM! error.\n"
8570 "* If @interval <= 0, SSMEDIAN returns #NUM! error.\n"
8571 "* SSMEDIAN does not check whether the data points are at least @interval "
8572 "apart.\n"
8573 "\n"
8574 "@EXAMPLES=\n"
8575 "Let us assume that the cells A1, A2, A3 contain numbers 7, 8, 8.  Then\n"
8576 "SSMEDIAN(A1:A3, 1) equals 7.75.\n"
8577 "\n"
8578 "@SEEALSO=MEDIAN"
8579 msgstr ""
8581 #: plugins/fn-stat/functions.c:2647
8582 msgid ""
8583 "@FUNCTION=LARGE\n"
8584 "@SYNTAX=LARGE(n1, n2, ..., k)\n"
8585 "@DESCRIPTION=LARGE returns the k-th largest value in a data set.\n"
8586 "\n"
8587 "* If data set is empty LARGE returns #NUM! error.\n"
8588 "* If @k <= 0 or @k is greater than the number of data items given LARGE "
8589 "returns #NUM! error.\n"
8590 "* This function is Excel compatible.\n"
8591 "\n"
8592 "@EXAMPLES=\n"
8593 "Let us assume that the cells A1, A2, ..., A5 contain numbers 11.4, 17.3, "
8594 "21.3, 25.9, and 40.1.  Then\n"
8595 "LARGE(A1:A5,2) equals 25.9.\n"
8596 "LARGE(A1:A5,4) equals 17.3.\n"
8597 "\n"
8598 "@SEEALSO=PERCENTILE,PERCENTRANK,QUARTILE,SMALL"
8599 msgstr ""
8601 #: plugins/fn-stat/functions.c:2694
8602 msgid ""
8603 "@FUNCTION=SMALL\n"
8604 "@SYNTAX=SMALL(n1, n2, ..., k)\n"
8605 "@DESCRIPTION=SMALL returns the k-th smallest value in a data set.\n"
8606 "\n"
8607 "* If data set is empty SMALL returns #NUM! error.\n"
8608 "* If @k <= 0 or @k is greater than the number of data items given SMALL "
8609 "returns #NUM! error.\n"
8610 "* This function is Excel compatible.\n"
8611 "\n"
8612 "@EXAMPLES=\n"
8613 "Let us assume that the cells A1, A2, ..., A5 contain numbers 11.4, 17.3, "
8614 "21.3, 25.9, and 40.1.  Then\n"
8615 "SMALL(A1:A5,2) equals 17.3.\n"
8616 "SMALL(A1:A5,4) equals 25.9.\n"
8617 "\n"
8618 "@SEEALSO=PERCENTILE,PERCENTRANK,QUARTILE,LARGE"
8619 msgstr ""
8621 #: plugins/fn-stat/functions.c:2764
8622 msgid ""
8623 "@FUNCTION=PROB\n"
8624 "@SYNTAX=PROB(x_range,prob_range,lower_limit[,upper_limit])\n"
8625 "@DESCRIPTION=PROB function returns the probability that values in a range or "
8626 "an array are between two limits. If @upper_limit is not given, PROB returns "
8627 "the probability that values in @x_range are equal to @lower_limit.\n"
8628 "\n"
8629 "* If the sum of the probabilities in @prob_range is not equal to 1 PROB "
8630 "returns #NUM! error.\n"
8631 "* If any value in @prob_range is <=0 or > 1, PROB returns #NUM! error.\n"
8632 "* If @x_range and @prob_range contain a different number of data entries, "
8633 "PROB returns #N/A error.\n"
8634 "* This function is Excel compatible.\n"
8635 "\n"
8636 "@EXAMPLES=\n"
8637 "\n"
8638 "@SEEALSO=BINOMDIST,CRITBINOM"
8639 msgstr ""
8641 #: plugins/fn-stat/functions.c:2856
8642 msgid ""
8643 "@FUNCTION=STEYX\n"
8644 "@SYNTAX=STEYX(known_y's,known_x's)\n"
8645 "@DESCRIPTION=STEYX function returns the standard error of the predicted y-"
8646 "value for each x in the regression.\n"
8647 "\n"
8648 "* If @known_y's and @known_x's are empty or have a different number of "
8649 "arguments then STEYX returns #N/A error.\n"
8650 "* This function is Excel compatible.\n"
8651 "\n"
8652 "@EXAMPLES=\n"
8653 "Let us assume that the cells A1, A2, ..., A5 contain numbers 11.4, 17.3, "
8654 "21.3, 25.9, and 40.1, and the cells B1, B2, ... B5 23.2, 25.8, 29.9, 33.5, "
8655 "and 42.7.  Then\n"
8656 "STEYX(A1:A5,B1:B5) equals 1.101509979.\n"
8657 "\n"
8658 "@SEEALSO=PEARSON,RSQ,SLOPE"
8659 msgstr ""
8661 #: plugins/fn-stat/functions.c:3011
8662 msgid ""
8663 "@FUNCTION=ZTEST\n"
8664 "@SYNTAX=ZTEST(ref,x)\n"
8665 "@DESCRIPTION=ZTEST returns the two-tailed probability of a z-test.\n"
8666 "\n"
8667 "@ref is the data set and @x is the value to be tested.\n"
8668 "\n"
8669 "* If @ref contains less than two data items ZTEST returns #DIV/0! error.\n"
8670 "* This function is Excel compatible.\n"
8671 "\n"
8672 "@EXAMPLES=\n"
8673 "Let us assume that the cells A1, A2, ..., A5 contain numbers 11.4, 17.3, "
8674 "21.3, 25.9, and 40.1.  Then\n"
8675 "ZTEST(A1:A5,20) equals 0.254717826.\n"
8676 "\n"
8677 "@SEEALSO=CONFIDENCE,NORMDIST,NORMINV,NORMSDIST,NORMSINV,STANDARDIZE"
8678 msgstr ""
8680 #: plugins/fn-stat/functions.c:3092
8681 msgid ""
8682 "@FUNCTION=AVERAGEA\n"
8683 "@SYNTAX=AVERAGEA(number1,number2,...)\n"
8684 "@DESCRIPTION=AVERAGEA returns the average of the given arguments.  Numbers, "
8685 "text and logical values are included in the calculation too. If the cell "
8686 "contains text or the argument evaluates to FALSE, it is counted as value "
8687 "zero (0).  If the argument evaluates to TRUE, it is counted as one (1).  "
8688 "Note that empty cells are not counted.\n"
8689 "\n"
8690 "* This function is Excel compatible.\n"
8691 "\n"
8692 "@EXAMPLES=\n"
8693 "Let us assume that the cells A1, A2, ..., A5 contain numbers and strings "
8694 "11.4, 17.3, \"missing\", 25.9, and 40.1.  Then\n"
8695 "AVERAGEA(A1:A5) equals 18.94.\n"
8696 "\n"
8697 "@SEEALSO=AVERAGE"
8698 msgstr ""
8700 #: plugins/fn-stat/functions.c:3128
8701 msgid ""
8702 "@FUNCTION=MAXA\n"
8703 "@SYNTAX=MAXA(number1,number2,...)\n"
8704 "@DESCRIPTION=MAXA returns the largest value of the given arguments.  "
8705 "Numbers, text and logical values are included in the calculation too. If the "
8706 "cell contains text or the argument evaluates to FALSE, it is counted as "
8707 "value zero (0).  If the argument evaluates to TRUE, it is counted as one "
8708 "(1).  Note that empty cells are not counted.\n"
8709 "\n"
8710 "* This function is Excel compatible.\n"
8711 "\n"
8712 "@EXAMPLES=\n"
8713 "Let us assume that the cells A1, A2, ..., A5 contain numbers and strings "
8714 "11.4, 17.3, \"missing\", 25.9, and 40.1.  Then\n"
8715 "MAXA(A1:A5) equals 40.1.\n"
8716 "\n"
8717 "@SEEALSO=MAX,MINA"
8718 msgstr ""
8720 #: plugins/fn-stat/functions.c:3164
8721 msgid ""
8722 "@FUNCTION=MINA\n"
8723 "@SYNTAX=MINA(number1,number2,...)\n"
8724 "@DESCRIPTION=MINA returns the smallest value of the given arguments.  "
8725 "Numbers, text and logical values are included in the calculation too. If the "
8726 "cell contains text or the argument evaluates to FALSE, it is counted as "
8727 "value zero (0).  If the argument evaluates to TRUE, it is counted as one "
8728 "(1).  Note that empty cells are not counted.\n"
8729 "\n"
8730 "* This function is Excel compatible.\n"
8731 "\n"
8732 "@EXAMPLES=\n"
8733 "Let us assume that the cells A1, A2, ..., A5 contain numbers and strings "
8734 "11.4, 17.3, \"missing\", 25.9, and 40.1.  Then\n"
8735 "MINA(A1:A5) equals 0.\n"
8736 "\n"
8737 "@SEEALSO=MIN,MAXA"
8738 msgstr ""
8740 #: plugins/fn-stat/functions.c:3200
8741 msgid ""
8742 "@FUNCTION=VARA\n"
8743 "@SYNTAX=VARA(number1,number2,...)\n"
8744 "@DESCRIPTION=VARA returns the variance based on a sample.  Numbers, text and "
8745 "logical values are included in the calculation too. If the cell contains "
8746 "text or the argument evaluates to FALSE, it is counted as value zero (0).  "
8747 "If the argument evaluates to TRUE, it is counted as one (1).  Note that "
8748 "empty cells are not counted.\n"
8749 "\n"
8750 "* This function is Excel compatible.\n"
8751 "\n"
8752 "@EXAMPLES=\n"
8753 "Let us assume that the cells A1, A2, ..., A5 contain numbers and strings "
8754 "11.4, 17.3, \"missing\", 25.9, and 40.1.  Then\n"
8755 "VARA(A1:A5) equals 228.613.\n"
8756 "\n"
8757 "@SEEALSO=VAR,VARPA"
8758 msgstr ""
8760 #: plugins/fn-stat/functions.c:3236
8761 msgid ""
8762 "@FUNCTION=VARPA\n"
8763 "@SYNTAX=VARPA(number1,number2,...)\n"
8764 "@DESCRIPTION=VARPA returns the variance based on the entire population.  "
8765 "Numbers, text and logical values are included in the calculation too.  If "
8766 "the cell contains text or the argument evaluates to FALSE, it is counted as "
8767 "value zero (0).  If the argument evaluates to TRUE, it is counted as one "
8768 "(1).  Note that empty cells are not counted.\n"
8769 "\n"
8770 "* This function is Excel compatible.\n"
8771 "\n"
8772 "@EXAMPLES=\n"
8773 "Let us assume that the cells A1, A2, ..., A5 contain numbers and strings "
8774 "11.4, 17.3, \"missing\", 25.9, and 40.1.  Then\n"
8775 "VARPA(A1:A5) equals 182.8904.\n"
8776 "\n"
8777 "@SEEALSO=VARA,VARP"
8778 msgstr ""
8780 #: plugins/fn-stat/functions.c:3272
8781 msgid ""
8782 "@FUNCTION=STDEVA\n"
8783 "@SYNTAX=STDEVA(number1,number2,...)\n"
8784 "@DESCRIPTION=STDEVA returns the standard deviation based on a sample. "
8785 "Numbers, text and logical values are included in the calculation too.  If "
8786 "the cell contains text or the argument evaluates to FALSE, it is counted as "
8787 "value zero (0).  If the argument evaluates to TRUE, it is counted as one "
8788 "(1).  Note that empty cells are not counted.\n"
8789 "\n"
8790 "* This function is Excel compatible.\n"
8791 "\n"
8792 "@EXAMPLES=\n"
8793 "Let us assume that the cells A1, A2, ..., A5 contain numbers and strings "
8794 "11.4, 17.3, \"missing\", 25.9, and 40.1.  Then\n"
8795 "STDEVA(A1:A5) equals 15.119953704.\n"
8796 "\n"
8797 "@SEEALSO=STDEV,STDEVPA"
8798 msgstr ""
8800 #: plugins/fn-stat/functions.c:3308
8801 msgid ""
8802 "@FUNCTION=STDEVPA\n"
8803 "@SYNTAX=STDEVPA(number1,number2,...)\n"
8804 "@DESCRIPTION=STDEVPA returns the standard deviation based on the entire "
8805 "population.  Numbers, text and logical values are included in the "
8806 "calculation too.  If the cell contains text or the argument evaluates to "
8807 "FALSE, it is counted as value zero (0).  If the argument evaluates to TRUE, "
8808 "it is counted as one (1).  Note that empty cells are not counted.\n"
8809 "\n"
8810 "* This function is Excel compatible.\n"
8811 "\n"
8812 "@EXAMPLES=\n"
8813 "Let us assume that the cells A1, A2, ..., A5 contain numbers and strings "
8814 "11.4, 17.3, \"missing\", 25.9, and 40.1.  Then\n"
8815 "STDEVPA(A1:A5) equals 13.523697719.\n"
8816 "\n"
8817 "@SEEALSO=STDEVA,STDEVP"
8818 msgstr ""
8820 #: plugins/fn-stat/functions.c:3344
8821 msgid ""
8822 "@FUNCTION=PERCENTRANK\n"
8823 "@SYNTAX=PERCENTRANK(array,x[,significance])\n"
8824 "@DESCRIPTION=PERCENTRANK function returns the rank of a data point in a data "
8825 "set.  @array is the range of numeric values, @x is the data point which you "
8826 "want to rank, and the optional @significance specifies the number of "
8827 "significant digits for the returned value, truncating the remainder.  If "
8828 "@significance is omitted, PERCENTRANK uses three digits.\n"
8829 "\n"
8830 "* If @array contains no data points, PERCENTRANK returns #NUM! error.\n"
8831 "* If @significance is less than one, PERCENTRANK returns #NUM! error.\n"
8832 "* If @x exceeds the largest value or is less than the smallest value in "
8833 "@array, PERCENTRANK returns #NUM! error.\n"
8834 "* If @x does not match any of the values in @array or @x matches more than "
8835 "once, PERCENTRANK interpolates the returned value.\n"
8836 "\n"
8837 "@EXAMPLES=\n"
8838 "\n"
8839 "@SEEALSO=LARGE,MAX,MEDIAN,MIN,PERCENTILE,QUARTILE,SMALL"
8840 msgstr ""
8842 #: plugins/fn-stat/functions.c:3454
8843 msgid ""
8844 "@FUNCTION=PERCENTILE\n"
8845 "@SYNTAX=PERCENTILE(array,k)\n"
8846 "@DESCRIPTION=PERCENTILE function returns the 100*@k-th percentile of the "
8847 "given data points (that is, a number x such that a fraction @k of the data "
8848 "points are less than x).\n"
8849 "\n"
8850 "* If @array is empty, PERCENTILE returns #NUM! error.\n"
8851 "* If @k < 0 or @k > 1, PERCENTILE returns #NUM! error.\n"
8852 "* This function is Excel compatible.\n"
8853 "\n"
8854 "@EXAMPLES=\n"
8855 "Let us assume that the cells A1, A2, ..., A5 contain numbers 11.4, 17.3, "
8856 "21.3, 25.9, and 40.1.  Then\n"
8857 "PERCENTILE(A1:A5,0.42) equals 20.02.\n"
8858 "\n"
8859 "@SEEALSO=QUARTILE"
8860 msgstr ""
8862 #: plugins/fn-stat/functions.c:3503
8863 msgid ""
8864 "@FUNCTION=QUARTILE\n"
8865 "@SYNTAX=QUARTILE(array,quart)\n"
8866 "@DESCRIPTION=QUARTILE function returns the quartile of the given data "
8867 "points.\n"
8868 "\n"
8869 "If @quart is equal to: QUARTILE returns:\n"
8870 "0                      the smallest value of @array.\n"
8871 "1                      the first quartile\n"
8872 "2                      the second quartile\n"
8873 "3                      the third quartile\n"
8874 "4                      the largest value of @array.\n"
8875 "\n"
8876 "* If @array is empty, QUARTILE returns #NUM! error.\n"
8877 "* If @quart < 0 or @quart > 4, QUARTILE returns #NUM! error.\n"
8878 "* If @quart is not an integer, it is truncated.\n"
8879 "* This function is Excel compatible.\n"
8880 "\n"
8881 "@EXAMPLES=\n"
8882 "Let us assume that the cells A1, A2, ..., A5 contain numbers 11.4, 17.3, "
8883 "21.3, 25.9, and 40.1.  Then\n"
8884 "QUARTILE(A1:A5,1) equals 17.3.\n"
8885 "\n"
8886 "@SEEALSO=LARGE,MAX,MEDIAN,MIN,PERCENTILE,SMALL"
8887 msgstr ""
8889 #: plugins/fn-stat/functions.c:3559
8890 msgid ""
8891 "@FUNCTION=FTEST\n"
8892 "@SYNTAX=FTEST(array1,array2)\n"
8893 "@DESCRIPTION=FTEST function returns the two-tailed probability that the "
8894 "variances in the given two data sets are not significantly different.\n"
8895 "\n"
8896 "* This function is Excel compatible.\n"
8897 "\n"
8898 "@EXAMPLES=\n"
8899 "Let us assume that the cells A1, A2, ..., A5 contain numbers 11.4, 17.3, "
8900 "21.3, 25.9, and 40.1, and the cells B1, B2, ... B5 23.2, 25.8, 29.9, 33.5, "
8901 "and 42.7.  Then\n"
8902 "FTEST(A1:A5,B1:B5) equals 0.510815017.\n"
8903 "\n"
8904 "@SEEALSO=FDIST,FINV"
8905 msgstr ""
8907 #: plugins/fn-stat/functions.c:3609
8908 msgid ""
8909 "@FUNCTION=TTEST\n"
8910 "@SYNTAX=TTEST(array1,array2,tails,type)\n"
8911 "@DESCRIPTION=TTEST function returns the probability of a Student's t-Test. \n"
8912 "@array1 is the first data set and @array2 is the second data set.  If @tails "
8913 "is one, TTEST uses the one-tailed distribution and if @tails is two, TTEST "
8914 "uses the two-tailed distribution.  @type determines the kind of the test:\n"
8915 "\n"
8916 "\t1  Paired test\n"
8917 "\t2  Two-sample equal variance\n"
8918 "\t3  Two-sample unequal variance\n"
8919 "\n"
8920 "* If the data sets contain a different number of data points and the test is "
8921 "paired (@type one), TTEST returns the #N/A error.\n"
8922 "* @tails and @type are truncated to integers.\n"
8923 "* If @tails is not one or two, TTEST returns #NUM! error.\n"
8924 "* If @type is any other than one, two, or three, TTEST returns #NUM! error.\n"
8925 "* This function is Excel compatible.\n"
8926 "\n"
8927 "@EXAMPLES=\n"
8928 "Let us assume that the cells A1, A2, ..., A5 contain numbers 11.4, 17.3, "
8929 "21.3, 25.9, and 40.1, and the cells B1, B2, ... B5 23.2, 25.8, 29.9, 33.5, "
8930 "and 42.7.  Then\n"
8931 "TTEST(A1:A5,B1:B5,1,1) equals 0.003127619.\n"
8932 "TTEST(A1:A5,B1:B5,2,1) equals 0.006255239.\n"
8933 "TTEST(A1:A5,B1:B5,1,2) equals 0.111804322.\n"
8934 "TTEST(A1:A5,B1:B5,1,3) equals 0.113821797.\n"
8935 "\n"
8936 "@SEEALSO=FDIST,FINV"
8937 msgstr ""
8939 #: plugins/fn-stat/functions.c:3777
8940 msgid ""
8941 "@FUNCTION=FREQUENCY\n"
8942 "@SYNTAX=FREQUENCY(data_array,bins_array)\n"
8943 "@DESCRIPTION=FREQUENCY function counts how often given values occur within a "
8944 "range of values.  The results are given as an array.\n"
8945 "\n"
8946 "@data_array is a data array for which you want to count the frequencies.  "
8947 "@bin_array is an array containing the intervals into which you want to group "
8948 "the values in data_array.  If the @bin_array is empty, FREQUENCY returns the "
8949 "number of data points in @data_array.\n"
8950 "\n"
8951 "* This function is Excel compatible.\n"
8952 "\n"
8953 "@EXAMPLES=\n"
8954 "\n"
8955 "@SEEALSO="
8956 msgstr ""
8958 #: plugins/fn-stat/functions.c:3854
8959 msgid ""
8960 "@FUNCTION=LINEST\n"
8961 "@SYNTAX=LINEST(known_y's[,known_x's[,const[,stat]]])\n"
8962 "@DESCRIPTION=LINEST function calculates the ``least squares'' line that best "
8963 "fit to your data in @known_y's.  @known_x's contains the corresponding x's "
8964 "where y=mx+b.\n"
8965 "\n"
8966 "LINEST returns an array having two columns and one row.  The slope (m) of "
8967 "the regression line y=mx+b is given in the first column and the y-intercept "
8968 "(b) in the second.\n"
8969 "\n"
8970 "If @stat is TRUE, extra statistical information will be returned. Extra "
8971 "statistical information is written bellow the regression line coefficients "
8972 "in the result array.  Extra statistical information consists of four rows of "
8973 "data.  In the first row the standard error values for the coefficients m1, "
8974 "(m2, ...), b are represented.  The second row contains the square of R and "
8975 "the standard error for the y estimate.  The third row contains the F-"
8976 "observed value and the degrees of freedom.  The last row contains the "
8977 "regression sum of squares and the residual sum of squares.\n"
8978 "\n"
8979 "* If @known_x's is omitted, an array {1, 2, 3, ...} is used.\n"
8980 "* If @known_y's and @known_x's have unequal number of data points, LINEST "
8981 "returns #NUM! error.\n"
8982 "* If @const is FALSE, the line will be forced to go through the origin, i."
8983 "e., b will be zero. The default is TRUE.\n"
8984 "* The default of @stat is FALSE.\n"
8985 "\n"
8986 "@EXAMPLES=\n"
8987 "\n"
8988 "@SEEALSO=LOGEST,TREND"
8989 msgstr ""
8991 #: plugins/fn-stat/functions.c:4125
8992 msgid ""
8993 "@FUNCTION=LOGREG\n"
8994 "@SYNTAX=LOGREG(known_y's[,known_x's[,const[,stat]]])\n"
8995 "@DESCRIPTION=LOGREG function transforms your x's to z=ln(x) and applies the "
8996 "``least squares'' method to fit the linear equation\n"
8997 "y = m * z + b \n"
8998 "to your y's and z's --- equivalent to fitting the equation\n"
8999 "y = m * ln(x) + b \n"
9000 "to y's and x's. \n"
9001 "\n"
9002 "If @known_x's is omitted, an array {1, 2, 3, ...} is used. LOGREG returns an "
9003 "array having two columns and one row. m is given in the first column and b "
9004 "in the second. \n"
9005 "\n"
9006 "If @known_y's and @known_x's have unequal number of data points, LOGREG "
9007 "returns #NUM! error.\n"
9008 "\n"
9009 "If @const is FALSE, the curve will be forced to go through [1; 0], i.e., b "
9010 "will be zero. The default is TRUE.\n"
9011 "\n"
9012 "If @stat is TRUE, extra statistical information will be returned which "
9013 "applies to the state AFTER transformation to z. Extra statistical "
9014 "information is written below m and b in the result array.  Extra statistical "
9015 "information consists of four rows of data.  In the first row the standard "
9016 "error values for the coefficients m, b are represented.  The second row "
9017 "contains the square of R and the standard error for the y estimate. The "
9018 "third row contains the F-observed value and the degrees of freedom.  The "
9019 "last row contains the regression sum of squares and the residual sum of "
9020 "squares.The default of @stat is FALSE.\n"
9021 "@EXAMPLES=\n"
9022 "\n"
9023 "@SEEALSO=LOGFIT,LINEST,LOGEST"
9024 msgstr ""
9026 #: plugins/fn-stat/functions.c:4401
9027 msgid ""
9028 "@FUNCTION=LOGFIT\n"
9029 "@SYNTAX=LOGFIT(known_y's,known_x's)\n"
9030 "@DESCRIPTION=LOGFIT function applies the ``least squares'' method to fit the "
9031 "logarithmic equation\n"
9032 "y = a + b * ln(sign * (x - c)) ,   sign = +1 or -1 \n"
9033 "to your data. The graph of the equation is a logarithmic curve moved "
9034 "horizontally by c and possibly mirrored across the y-axis (if sign = -1).\n"
9035 "\n"
9036 "LOGFIT returns an array having five columns and one row. `Sign' is given in "
9037 "the first column, `a', `b', and `c' are given in columns 2 to 4. Column 5 "
9038 "holds the sum of squared residuals.\n"
9039 "\n"
9040 "An error is returned when there are less than 3 different x's or y's, or "
9041 "when the shape of the point cloud is too different from a ``logarithmic'' "
9042 "one.\n"
9043 "\n"
9044 "You can use the above formula \n"
9045 "= a + b * ln(sign * (x - c)) \n"
9046 "or rearrange it to \n"
9047 "= (exp((y - a) / b)) / sign + c \n"
9048 "to compute unknown y's or x's, respectively. \n"
9049 "\n"
9050 "Technically, this is non-linear fitting by trial-and-error. The accuracy of "
9051 "`c' is: width of x-range -> rounded to the next smaller (10^integer), times "
9052 "0.000001. There might be cases in which the returned fit is not the best "
9053 "possible.\n"
9054 "@EXAMPLES=\n"
9055 "\n"
9056 "@SEEALSO=LOGREG,LINEST,LOGEST"
9057 msgstr ""
9059 #: plugins/fn-stat/functions.c:4501
9060 msgid ""
9061 "@FUNCTION=TREND\n"
9062 "@SYNTAX=TREND(known_y's[,known_x's[,new_x's[,const]]])\n"
9063 "@DESCRIPTION=TREND function estimates future values of a given data set "
9064 "using the ``least squares'' line that best fit to your data. @known_y's is "
9065 "the y-values where y=mx+b and @known_x's contains the corresponding x-"
9066 "values.  @new_x's contains the x-values for which you want to estimate the y-"
9067 "values. If @const is FALSE, the line will be forced to go through the "
9068 "origin, i.e., b will be zero.\n"
9069 "\n"
9070 "* If @known_x's is omitted, an array {1, 2, 3, ...} is used.\n"
9071 "* If @new_x's is omitted, it is assumed to be the same as @known_x's.\n"
9072 "* If @const is omitted, it is assumed to be TRUE.\n"
9073 "* If @known_y's and @known_x's have unequal number of data points, TREND "
9074 "returns #NUM! error.\n"
9075 "\n"
9076 "@EXAMPLES=\n"
9077 "Let us assume that the cells A1, A2, ..., A5 contain numbers 11.4, 17.3, "
9078 "21.3, 25.9, and 40.1, and the cells B1, B2, ... B5 23.2, 25.8, 29.9, 33.5, "
9079 "and 42.7.  Then\n"
9080 "TREND(A1:A5,B1:B5) equals {12.1, 15.7, 21.6, 26.7, 39.7}.\n"
9081 "\n"
9082 "@SEEALSO=LINEST"
9083 msgstr ""
9085 #: plugins/fn-stat/functions.c:4616
9086 msgid ""
9087 "@FUNCTION=LOGEST\n"
9088 "@SYNTAX=LOGEST(known_y's[,known_x's,const,stat])\n"
9089 "@DESCRIPTION=LOGEST function applies the ``least squares'' method to fit an "
9090 "exponential curve of the form\n"
9091 "\n"
9092 "\ty = b * m{1}^x{1} * m{2}^x{2}... to your data.\n"
9093 "\n"
9094 "If @stat is TRUE, extra statistical information will be returned. Extra "
9095 "statistical information is written bellow the regression line coefficients "
9096 "in the result array.  Extra statistical information consists of four rows of "
9097 "data.  In the first row the standard error values for the coefficients m1, "
9098 "(m2, ...), b are represented.  The second row contains the square of R and "
9099 "the standard error for the y estimate.  The third row contains the F-"
9100 "observed value and the degrees of freedom.  The last row contains the "
9101 "regression sum of squares and the residual sum of squares.\n"
9102 "\n"
9103 "* If @known_x's is omitted, an array {1, 2, 3, ...} is used. LOGEST returns "
9104 "an array { m{n},m{n-1}, ...,m{1},b }.\n"
9105 "* If @known_y's and @known_x's have unequal number of data points, LOGEST "
9106 "returns #NUM! error.\n"
9107 "* If @const is FALSE, the line will be forced to go through (0,1),i.e., b "
9108 "will be one.  The default is TRUE.\n"
9109 "* The default of @stat is FALSE.\n"
9110 "\n"
9111 "@EXAMPLES=\n"
9112 "\n"
9113 "@SEEALSO=GROWTH,TREND"
9114 msgstr ""
9116 #: plugins/fn-stat/functions.c:4868
9117 msgid ""
9118 "@FUNCTION=GROWTH\n"
9119 "@SYNTAX=GROWTH(known_y's[,known_x's,new_x's,const])\n"
9120 "@DESCRIPTION=GROWTH function applies the ``least squares'' method to fit an "
9121 "exponential curve to your data and predicts the exponential growth by using "
9122 "this curve. \n"
9123 "GROWTH returns an array having one column and a row for each data point in "
9124 "@new_x.\n"
9125 "\n"
9126 "* If @known_x's is omitted, an array {1, 2, 3, ...} is used.\n"
9127 "* If @new_x's is omitted, it is assumed to be the same as @known_x's.\n"
9128 "* If @known_y's and @known_x's have unequal number of data points, GROWTH "
9129 "returns #NUM! error.\n"
9130 "* If @const is FALSE, the line will be forced to go through the origin, i."
9131 "e., b will be zero. The default is TRUE.\n"
9132 "\n"
9133 "@EXAMPLES=\n"
9134 "\n"
9135 "@SEEALSO=LOGEST,GROWTH,TREND"
9136 msgstr ""
9138 #: plugins/fn-stat/functions.c:4980
9139 msgid ""
9140 "@FUNCTION=FORECAST\n"
9141 "@SYNTAX=FORECAST(x,known_y's,known_x's)\n"
9142 "@DESCRIPTION=FORECAST function estimates a future value according to "
9143 "existing values using simple linear regression.  The estimated future value "
9144 "is a y-value for a given x-value (@x).\n"
9145 "\n"
9146 "* If @known_x or @known_y contains no data entries or different number of "
9147 "data entries, FORECAST returns #N/A error.\n"
9148 "* If the variance of the @known_x is zero, FORECAST returns #DIV/0 error.\n"
9149 "* This function is Excel compatible.\n"
9150 "\n"
9151 "@EXAMPLES=\n"
9152 "Let us assume that the cells A1, A2, ..., A5 contain numbers 11.4, 17.3, "
9153 "21.3, 25.9, and 40.1, and the cells B1, B2, ... B5 23.2, 25.8, 29.9, 33.5, "
9154 "and 42.7.  Then\n"
9155 "FORECAST(7,A1:A5,B1:B5) equals -10.859397661.\n"
9156 "\n"
9157 "@SEEALSO=INTERCEPT,TREND"
9158 msgstr ""
9160 #: plugins/fn-stat/functions.c:5051
9161 msgid ""
9162 "@FUNCTION=INTERCEPT\n"
9163 "@SYNTAX=INTERCEPT(known_y's,known_x's)\n"
9164 "@DESCRIPTION=INTERCEPT function calculates the point where the linear "
9165 "regression line intersects the y-axis.\n"
9166 "\n"
9167 "* If @known_x or @known_y contains no data entries or different number of "
9168 "data entries, INTERCEPT returns #N/A error.\n"
9169 "* If the variance of the @known_x is zero, INTERCEPT returns #DIV/0 error.\n"
9170 "* This function is Excel compatible.\n"
9171 "\n"
9172 "@EXAMPLES=\n"
9173 "Let us assume that the cells A1, A2, ..., A5 contain numbers 11.4, 17.3, "
9174 "21.3, 25.9, and 40.1, and the cells B1, B2, ... B5 23.2, 25.8, 29.9, 33.5, "
9175 "and 42.7.  Then\n"
9176 "INTERCEPT(A1:A5,B1:B5) equals -20.785117212.\n"
9177 "\n"
9178 "@SEEALSO=FORECAST,TREND"
9179 msgstr ""
9181 #: plugins/fn-stat/functions.c:5101
9182 msgid ""
9183 "@FUNCTION=SLOPE\n"
9184 "@SYNTAX=SLOPE(known_y's,known_x's)\n"
9185 "@DESCRIPTION=SLOPE returns the slope of the linear regression line.\n"
9186 "\n"
9187 "* This function is Excel compatible.\n"
9188 "\n"
9189 "@EXAMPLES=\n"
9190 "Let us assume that the cells A1, A2, ..., A5 contain numbers 11.4, 17.3, "
9191 "21.3, 25.9, and 40.1, and the cells B1, B2, ... B5 23.2, 25.8, 29.9, 33.5, "
9192 "and 42.7.  Then\n"
9193 "SLOPE(A1:A5,B1:B5) equals 1.417959936.\n"
9194 "\n"
9195 "@SEEALSO=STDEV,STDEVPA"
9196 msgstr ""
9198 #: plugins/fn-stat/functions.c:5145
9199 msgid ""
9200 "@FUNCTION=SUBTOTAL\n"
9201 "@SYNTAX=SUBTOTAL(function_nbr,ref1,ref2,...)\n"
9202 "@DESCRIPTION=SUBTOTAL function returns a subtotal of given list of "
9203 "arguments. @function_nbr is the number that specifies which function to use "
9204 "in calculating the subtotal.\n"
9205 "\n"
9206 "The following functions are available:\n"
9207 "\n"
9208 "\t1   AVERAGE\n"
9209 "\t2   COUNT\n"
9210 "\t3   COUNTA\n"
9211 "\t4   MAX\n"
9212 "\t5   MIN\n"
9213 "\t6   PRODUCT\n"
9214 "\t7   STDEV\n"
9215 "\t8   STDEVP\n"
9216 "\t9   SUM\n"
9217 "\t10   VAR\n"
9218 "\t11   VARP\n"
9219 "\n"
9220 "* This function is Excel compatible.\n"
9221 "\n"
9222 "@EXAMPLES=\n"
9223 "Let us assume that the cells A1, A2, ..., A5 contain numbers 23, 27, 28, 33, "
9224 "and 39.  Then\n"
9225 "SUBTOTAL(1,A1:A5) equals 30.\n"
9226 "SUBTOTAL(6,A1:A5) equals 22378356.\n"
9227 "SUBTOTAL(7,A1:A5) equals 6.164414003.\n"
9228 "SUBTOTAL(9,A1:A5) equals 150.\n"
9229 "SUBTOTAL(11,A1:A5) equals 30.4.\n"
9230 "\n"
9231 "@SEEALSO=COUNT,SUM"
9232 msgstr ""
9234 #: plugins/fn-stat/functions.c:5245
9235 msgid ""
9236 "@FUNCTION=CRONBACH\n"
9237 "@SYNTAX=CRONBACH(ref1,ref2,...)\n"
9238 "@DESCRIPTION=CRONBACH returns Cronbach's alpha for the given cases.\n"
9239 "@ref1 is a data set, @ref2 the second data set, etc..\n"
9240 "@EXAMPLES=\n"
9241 "\n"
9242 "@SEEALSO="
9243 msgstr ""
9245 #: plugins/fn-stat/functions.c:5374
9246 msgid ""
9247 "@FUNCTION=GEOMDIST\n"
9248 "@SYNTAX=GEOMDIST(k,p,cum)\n"
9249 "@DESCRIPTION=GEOMDIST returns the probability p(k) of obtaining @k from a "
9250 "geometric distribution with probability parameter @p.\n"
9251 "\n"
9252 "* If @k < 0 GEOMDIST returns #NUM! error.\n"
9253 "* If @p < 0 or @p > 1 GEOMDIST returns #NUM! error.\n"
9254 "* If @cum != TRUE and @cum != FALSE GEOMDIST returns #NUM! error.\n"
9255 "\n"
9256 "@EXAMPLES=\n"
9257 "GEOMDIST(2,10.4,TRUE).\n"
9258 "\n"
9259 "@SEEALSO=RANDGEOM"
9260 msgstr ""
9262 #: plugins/fn-stat/functions.c:5410
9263 msgid ""
9264 "@FUNCTION=LOGISTIC\n"
9265 "@SYNTAX=LOGISTIC(x,a)\n"
9266 "@DESCRIPTION=LOGISTIC returns the probability density p(x) at @x for a "
9267 "logistic distribution with scale parameter @a.\n"
9268 "\n"
9269 "@EXAMPLES=\n"
9270 "LOGISTIC(0.4,1).\n"
9271 "\n"
9272 "@SEEALSO=RANDLOGISTIC"
9273 msgstr ""
9275 #: plugins/fn-stat/functions.c:5446
9276 msgid ""
9277 "@FUNCTION=PARETO\n"
9278 "@SYNTAX=PARETO(x,a,b)\n"
9279 "@DESCRIPTION=PARETO returns the probability density p(x) at @x for a Pareto "
9280 "distribution with exponent @a and scale @b.\n"
9281 "\n"
9282 "@EXAMPLES=\n"
9283 "PARETO(0.6,1,2).\n"
9284 "\n"
9285 "@SEEALSO=RANDPARETO"
9286 msgstr ""
9288 #: plugins/fn-stat/functions.c:5484
9289 msgid ""
9290 "@FUNCTION=RAYLEIGH\n"
9291 "@SYNTAX=RAYLEIGH(x,sigma)\n"
9292 "@DESCRIPTION=RAYLEIGH returns the probability density p(x) at @x for a "
9293 "Rayleigh distribution with scale parameter @sigma.\n"
9294 "\n"
9295 "@EXAMPLES=\n"
9296 "RAYLEIGH(0.4,1).\n"
9297 "\n"
9298 "@SEEALSO=RANDRAYLEIGH"
9299 msgstr ""
9301 #: plugins/fn-stat/functions.c:5524
9302 msgid ""
9303 "@FUNCTION=RAYLEIGHTAIL\n"
9304 "@SYNTAX=RAYLEIGHTAIL(x,a,sigma)\n"
9305 "@DESCRIPTION=RAYLEIGHTAIL returns the probability density p(x) at @x for a "
9306 "Rayleigh tail distribution with scale parameter @sigma and lower limit @a.\n"
9307 "\n"
9308 "@EXAMPLES=\n"
9309 "RAYLEIGHTAIL(0.6,0.3,1).\n"
9310 "\n"
9311 "@SEEALSO=RANDRAYLEIGHTAIL"
9312 msgstr ""
9314 #: plugins/fn-stat/functions.c:5567
9315 msgid ""
9316 "@FUNCTION=EXPPOWDIST\n"
9317 "@SYNTAX=EXPPOWDIST(x,a,b)\n"
9318 "@DESCRIPTION=EXPPOWDIST returns the probability density p(x) at @x for "
9319 "Exponential Power distribution with scale parameter @a and exponent @b.\n"
9320 "\n"
9321 "@EXAMPLES=\n"
9322 "EXPPOWDIST(0.4,1,2).\n"
9323 "\n"
9324 "@SEEALSO=RANDEXPPOW"
9325 msgstr ""
9327 #: plugins/fn-stat/functions.c:5598
9328 msgid ""
9329 "@FUNCTION=LAPLACE\n"
9330 "@SYNTAX=LAPLACE(x,a)\n"
9331 "@DESCRIPTION=LAPLACE returns the probability density p(x) at @x for Laplace "
9332 "distribution with mean @a. \n"
9333 "@EXAMPLES=\n"
9334 "LAPLACE(0.4,1).\n"
9335 "\n"
9336 "@SEEALSO=RANDLAPLACE"
9337 msgstr ""
9339 #: plugins/fn-stat/functions.c:5639 plugins/fn-stat/functions.c:5901
9340 msgid "k,p"
9341 msgstr ""
9343 #: plugins/fn-stat/functions.c:5643
9344 msgid "x,alpha,beta,a,b"
9345 msgstr ""
9347 #: plugins/fn-stat/functions.c:5646
9348 msgid "p,alpha,beta,a,b"
9349 msgstr ""
9351 #: plugins/fn-stat/functions.c:5649
9352 msgid "n,t,p,c"
9353 msgstr ""
9355 #: plugins/fn-stat/functions.c:5653
9356 msgid "x,a,cum"
9357 msgstr ""
9359 #: plugins/fn-stat/functions.c:5657
9360 msgid "x,dof"
9361 msgstr ""
9363 #: plugins/fn-stat/functions.c:5660 plugins/fn-stat/functions.c:5866
9364 msgid "p,dof"
9365 msgstr ""
9367 #: plugins/fn-stat/functions.c:5663
9368 msgid "act_range,theo_range"
9369 msgstr ""
9371 #: plugins/fn-stat/functions.c:5666
9372 msgid "x,stddev,size"
9373 msgstr ""
9375 #: plugins/fn-stat/functions.c:5681
9376 msgid "trials,p,alpha"
9377 msgstr ""
9379 #: plugins/fn-stat/functions.c:5687
9380 msgid "x,y,cumulative"
9381 msgstr ""
9383 #: plugins/fn-stat/functions.c:5690
9384 msgid "x,dof of num,dof of denom"
9385 msgstr ""
9387 #: plugins/fn-stat/functions.c:5693
9388 msgid "p,dof of num,dof of denom"
9389 msgstr ""
9391 #: plugins/fn-stat/functions.c:5702
9392 msgid "x,known y's,known x's"
9393 msgstr ""
9395 #: plugins/fn-stat/functions.c:5705
9396 msgid "data_array,bins_array"
9397 msgstr ""
9399 #: plugins/fn-stat/functions.c:5708
9400 msgid "arr1,arr2"
9401 msgstr ""
9403 #: plugins/fn-stat/functions.c:5711
9404 msgid "number,alpha,beta,cum"
9405 msgstr ""
9407 #: plugins/fn-stat/functions.c:5714
9408 msgid "number,alpha,beta"
9409 msgstr ""
9411 #: plugins/fn-stat/functions.c:5724 plugins/fn-stat/functions.c:5869
9412 msgid "known_y's,known_x's,new_x's,const"
9413 msgstr ""
9415 #: plugins/fn-stat/functions.c:5731
9416 msgid "x,n,M,N"
9417 msgstr ""
9419 #: plugins/fn-stat/functions.c:5744 plugins/fn-stat/functions.c:5747
9420 #: plugins/fn-stat/functions.c:5759
9421 msgid "known_y's,known_x's,const,stat"
9422 msgstr ""
9424 #: plugins/fn-stat/functions.c:5750 plugins/fn-stat/functions.c:5825
9425 #: plugins/fn-stat/functions.c:5854
9426 msgid "known_y's,known_x's"
9427 msgstr ""
9429 #: plugins/fn-stat/functions.c:5753 plugins/fn-stat/functions.c:5792
9430 msgid "p,mean,stddev"
9431 msgstr ""
9433 #: plugins/fn-stat/functions.c:5756 plugins/fn-stat/functions.c:5832
9434 msgid "x,mean,stddev"
9435 msgstr ""
9437 #: plugins/fn-stat/functions.c:5786
9438 msgid "f,t,p"
9439 msgstr ""
9441 #: plugins/fn-stat/functions.c:5789
9442 msgid "x,mean,stddev,cumulative"
9443 msgstr ""
9445 #: plugins/fn-stat/functions.c:5804
9446 msgid "array,k"
9447 msgstr ""
9449 #: plugins/fn-stat/functions.c:5807
9450 msgid "array,x,significance"
9451 msgstr ""
9453 #: plugins/fn-stat/functions.c:5813
9454 msgid "x,mean,cumulative"
9455 msgstr ""
9457 #: plugins/fn-stat/functions.c:5816
9458 msgid "x_range,prob_range,lower_limit,upper_limit"
9459 msgstr ""
9461 #: plugins/fn-stat/functions.c:5819
9462 msgid "array,quart"
9463 msgstr ""
9465 #: plugins/fn-stat/functions.c:5835
9466 msgid "array,interval"
9467 msgstr ""
9469 #: plugins/fn-stat/functions.c:5863
9470 msgid "x,dof,tails"
9471 msgstr ""
9473 #: plugins/fn-stat/functions.c:5872
9474 msgid "ref,fraction"
9475 msgstr ""
9477 #: plugins/fn-stat/functions.c:5876
9478 msgid "array1,array2,tails,type"
9479 msgstr ""
9481 #: plugins/fn-stat/functions.c:5891
9482 msgid "x.alpha,beta,cumulative"
9483 msgstr ""
9485 #: plugins/fn-stat/functions.c:5894
9486 msgid "ref,x"
9487 msgstr ""
9489 #: plugins/fn-stat/functions.c:5898 plugins/fn-stat/functions.c:5916
9490 msgid "x,a,b"
9491 msgstr ""
9493 #: plugins/fn-stat/functions.c:5907
9494 #: src/cut-n-paste-code/goffice/utils/go-marker.c:230
9495 msgid "x"
9496 msgstr ""
9498 #: plugins/fn-stat/functions.c:5910 plugins/fn-stat/functions.c:5913
9499 msgid "x,a"
9500 msgstr ""
9502 #: plugins/fn-stat/functions.c:5919
9503 msgid "x,sigma"
9504 msgstr ""
9506 #: plugins/fn-stat/functions.c:5922
9507 msgid "x,a,sigma"
9508 msgstr ""
9510 #: plugins/fn-stat/functions.c:5928
9511 msgid "function_nbr,ref,ref,"
9512 msgstr ""
9514 #: plugins/fn-stat/functions.c:5931
9515 msgid "ref,ref,"
9516 msgstr ""
9518 #: plugins/fn-stat/plugin.xml.in.h:1
9519 msgid "Statistical Functions"
9520 msgstr ""
9522 #: plugins/fn-stat/plugin.xml.in.h:2
9523 msgid "Statistics"
9524 msgstr ""
9526 #: plugins/fn-string/functions.c:60
9527 msgid ""
9528 "@FUNCTION=CHAR\n"
9529 "@SYNTAX=CHAR(x)\n"
9530 "@DESCRIPTION=CHAR returns the ASCII character represented by the number @x.\n"
9531 "\n"
9532 "@EXAMPLES=\n"
9533 "CHAR(65) equals A.\n"
9534 "\n"
9535 "@SEEALSO=CODE"
9536 msgstr ""
9538 #: plugins/fn-string/functions.c:102
9539 msgid ""
9540 "@FUNCTION=UNICHAR\n"
9541 "@SYNTAX=UNICHAR(x)\n"
9542 "@DESCRIPTION=UNICHAR returns the Unicode character represented by the number "
9543 "@x.\n"
9544 "\n"
9545 "@EXAMPLES=\n"
9546 "UNICHAR(65) equals A.\n"
9547 "UNICHAR(960) equals a small greek pi.\n"
9548 "\n"
9549 "@SEEALSO=CHAR,UNICODE,CODE"
9550 msgstr ""
9552 #: plugins/fn-string/functions.c:134
9553 msgid ""
9554 "@FUNCTION=CODE\n"
9555 "@SYNTAX=CODE(char)\n"
9556 "@DESCRIPTION=CODE returns the ASCII number for the character @char.\n"
9557 "\n"
9558 "* This function is Excel compatible.\n"
9559 "\n"
9560 "@EXAMPLES=\n"
9561 "CODE(\"A\") equals 65.\n"
9562 "\n"
9563 "@SEEALSO=CHAR"
9564 msgstr ""
9566 #: plugins/fn-string/functions.c:179
9567 msgid ""
9568 "@FUNCTION=UNICODE\n"
9569 "@SYNTAX=UNICODE(char)\n"
9570 "@DESCRIPTION=UNICODE returns the Unicode number for the character @char.\n"
9571 "\n"
9572 "\n"
9573 "@EXAMPLES=\n"
9574 "UNICODE(\"A\") equals 65.\n"
9575 "\n"
9576 "@SEEALSO=UNICHAR,CODE,CHAR"
9577 msgstr ""
9579 #: plugins/fn-string/functions.c:205
9580 msgid ""
9581 "@FUNCTION=EXACT\n"
9582 "@SYNTAX=EXACT(string1, string2)\n"
9583 "@DESCRIPTION=EXACT returns true if @string1 is exactly equal to @string2 "
9584 "(this routine is case sensitive).\n"
9585 "\n"
9586 "* This function is Excel compatible.\n"
9587 "\n"
9588 "@EXAMPLES=\n"
9589 "EXACT(\"key\",\"key\") equals TRUE.\n"
9590 "EXACT(\"key\",\"Key\") equals FALSE.\n"
9591 "\n"
9592 "@SEEALSO=LEN, SEARCH, DELTA"
9593 msgstr ""
9595 #: plugins/fn-string/functions.c:230
9596 msgid ""
9597 "@FUNCTION=LEN\n"
9598 "@SYNTAX=LEN(string)\n"
9599 "@DESCRIPTION=LEN returns the length in characters of the string @string.\n"
9600 "\n"
9601 "* This function is Excel compatible.\n"
9602 "\n"
9603 "@EXAMPLES=\n"
9604 "LEN(\"Helsinki\") equals 8.\n"
9605 "\n"
9606 "@SEEALSO=CHAR, CODE"
9607 msgstr ""
9609 #: plugins/fn-string/functions.c:275
9610 msgid ""
9611 "@FUNCTION=LEFT\n"
9612 "@SYNTAX=LEFT(text[,num_chars])\n"
9613 "@DESCRIPTION=LEFT returns the leftmost @num_chars characters or the left "
9614 "character if @num_chars is not specified.\n"
9615 "\n"
9616 "* This function is Excel compatible.\n"
9617 "\n"
9618 "@EXAMPLES=\n"
9619 "LEFT(\"Directory\",3) equals \"Dir\".\n"
9620 "\n"
9621 "@SEEALSO=MID, RIGHT"
9622 msgstr ""
9624 #: plugins/fn-string/functions.c:311
9625 msgid ""
9626 "@FUNCTION=LOWER\n"
9627 "@SYNTAX=LOWER(text)\n"
9628 "@DESCRIPTION=LOWER returns a lower-case version of the string in @text.\n"
9629 "\n"
9630 "* This function is Excel compatible.\n"
9631 "\n"
9632 "@EXAMPLES=\n"
9633 "LOWER(\"J. F. Kennedy\") equals \"j. f. kennedy\".\n"
9634 "\n"
9635 "@SEEALSO=UPPER"
9636 msgstr ""
9638 #: plugins/fn-string/functions.c:333
9639 msgid ""
9640 "@FUNCTION=MID\n"
9641 "@SYNTAX=MID(string, position, length)\n"
9642 "@DESCRIPTION=MID returns a substring from @string starting at @position for "
9643 "@length characters.\n"
9644 "\n"
9645 "* This function is Excel compatible.\n"
9646 "\n"
9647 "@EXAMPLES=\n"
9648 "MID(\"testing\",2,3) equals \"est\".\n"
9649 "\n"
9650 "@SEEALSO=LEFT, RIGHT"
9651 msgstr ""
9653 #: plugins/fn-string/functions.c:378
9654 msgid ""
9655 "@FUNCTION=RIGHT\n"
9656 "@SYNTAX=RIGHT(text[,num_chars])\n"
9657 "@DESCRIPTION=RIGHT returns the rightmost @num_chars characters or the right "
9658 "character if @num_chars is not specified.\n"
9659 "\n"
9660 "* This function is Excel compatible.\n"
9661 "\n"
9662 "@EXAMPLES=\n"
9663 "RIGHT(\"end\") equals \"d\".\n"
9664 "RIGHT(\"end\",2) equals \"nd\".\n"
9665 "\n"
9666 "@SEEALSO=MID, LEFT"
9667 msgstr ""
9669 #: plugins/fn-string/functions.c:422
9670 msgid ""
9671 "@FUNCTION=UPPER\n"
9672 "@SYNTAX=UPPER(text)\n"
9673 "@DESCRIPTION=UPPER returns a upper-case version of the string in @text.\n"
9674 "\n"
9675 "* This function is Excel compatible.\n"
9676 "\n"
9677 "@EXAMPLES=\n"
9678 "UPPER(\"cancelled\") equals \"CANCELLED\".\n"
9679 "\n"
9680 "@SEEALSO=LOWER"
9681 msgstr ""
9683 #: plugins/fn-string/functions.c:444
9684 msgid ""
9685 "@FUNCTION=CONCATENATE\n"
9686 "@SYNTAX=CONCATENATE(string1[,string2...])\n"
9687 "@DESCRIPTION=CONCATENATE returns the string obtained by concatenation of the "
9688 "given strings.\n"
9689 "\n"
9690 "* This function is Excel compatible.\n"
9691 "\n"
9692 "@EXAMPLES=\n"
9693 "CONCATENATE(\"aa\",\"bb\") equals \"aabb\".\n"
9694 "\n"
9695 "@SEEALSO=LEFT, MID, RIGHT"
9696 msgstr ""
9698 #: plugins/fn-string/functions.c:469
9699 msgid ""
9700 "@FUNCTION=REPT\n"
9701 "@SYNTAX=REPT(string,num)\n"
9702 "@DESCRIPTION=REPT returns @num repetitions of @string.\n"
9703 "\n"
9704 "* This function is Excel compatible.\n"
9705 " \n"
9706 "@EXAMPLES=\n"
9707 "REPT(\".\",3) equals \"...\".\n"
9708 "\n"
9709 "@SEEALSO=CONCATENATE"
9710 msgstr ""
9712 #: plugins/fn-string/functions.c:515
9713 msgid ""
9714 "@FUNCTION=CLEAN\n"
9715 "@SYNTAX=CLEAN(string)\n"
9716 "@DESCRIPTION=CLEAN removes any non-printable characters from @string.\n"
9717 "\n"
9718 "* This function is Excel compatible.\n"
9719 "\n"
9720 "@EXAMPLES=\n"
9721 "CLEAN(\"one\"\\&char(7)) equals \"one\".\n"
9722 "\n"
9723 "@SEEALSO="
9724 msgstr ""
9726 #: plugins/fn-string/functions.c:548
9727 msgid ""
9728 "@FUNCTION=FIND\n"
9729 "@SYNTAX=FIND(string1,string2[,start])\n"
9730 "@DESCRIPTION=FIND returns position of @string1 in @string2 (case-sensitive), "
9731 "searching only from character @start onwards (assuming 1 if omitted).\n"
9732 "\n"
9733 "* This function is Excel compatible.\n"
9734 "\n"
9735 "@EXAMPLES=\n"
9736 "FIND(\"ac\",\"Jack\") equals 2.\n"
9737 "\n"
9738 "@SEEALSO=EXACT, LEN, MID, SEARCH"
9739 msgstr ""
9741 #: plugins/fn-string/functions.c:606
9742 msgid ""
9743 "@FUNCTION=FIXED\n"
9744 "@SYNTAX=FIXED(num,[decimals, no_commas])\n"
9745 "@DESCRIPTION=FIXED returns @num as a formatted string with @decimals numbers "
9746 "after the decimal point, omitting commas if requested by @no_commas.\n"
9747 "\n"
9748 "* This function is Excel compatible.\n"
9749 "\n"
9750 "@EXAMPLES=\n"
9751 "FIXED(1234.567,2) equals \"1,234.57\".\n"
9752 "\n"
9753 "@SEEALSO="
9754 msgstr ""
9756 #: plugins/fn-string/functions.c:671
9757 msgid ""
9758 "@FUNCTION=PROPER\n"
9759 "@SYNTAX=PROPER(string)\n"
9760 "@DESCRIPTION=PROPER returns @string with initial of each word capitalised.\n"
9761 "\n"
9762 "* This function is Excel compatible.\n"
9763 "\n"
9764 "@EXAMPLES=\n"
9765 "PROPER(\"j. f. kennedy\") equals \"J. F. Kennedy\".\n"
9766 "\n"
9767 "@SEEALSO=LOWER, UPPER"
9768 msgstr ""
9770 #: plugins/fn-string/functions.c:723
9771 msgid ""
9772 "@FUNCTION=REPLACE\n"
9773 "@SYNTAX=REPLACE(old,start,num,new)\n"
9774 "@DESCRIPTION=REPLACE returns @old with @new replacing @num characters from "
9775 "@start.\n"
9776 "\n"
9777 "* This function is Excel compatible.\n"
9778 "\n"
9779 "@EXAMPLES=\n"
9780 "REPLACE(\"testing\",2,3,\"*****\") equals \"t*****ing\".\n"
9781 "\n"
9782 "@SEEALSO=MID, SEARCH, SUBSTITUTE, TRIM"
9783 msgstr ""
9785 #: plugins/fn-string/functions.c:752
9786 msgid "Arguments out of range"
9787 msgstr ""
9789 #: plugins/fn-string/functions.c:772
9790 msgid ""
9791 "@FUNCTION=T\n"
9792 "@SYNTAX=T(value)\n"
9793 "@DESCRIPTION=T returns @value if and only if it is text, otherwise a blank "
9794 "string.\n"
9795 "\n"
9796 "* This function is Excel compatible.\n"
9797 "\n"
9798 "@EXAMPLES=\n"
9799 "T(\"text\") equals \"text\".\n"
9800 "T(64) returns an empty cell.\n"
9801 "\n"
9802 "@SEEALSO=CELL, N, VALUE"
9803 msgstr ""
9805 #: plugins/fn-string/functions.c:800
9806 msgid ""
9807 "@FUNCTION=TEXT\n"
9808 "@SYNTAX=TEXT(value,format_text)\n"
9809 "@DESCRIPTION=TEXT returns @value as a string with the specified format.\n"
9810 "\n"
9811 "* This function is Excel compatible.\n"
9812 "\n"
9813 "@EXAMPLES=\n"
9814 "TEXT(3.223,\"$0.00\") equals \"$3.22\".\n"
9815 "TEXT(date(1999,4,15),\"mmmm, dd, yy\") equals \"April, 15, 99\".\n"
9816 "\n"
9817 "@SEEALSO=DOLLAR"
9818 msgstr ""
9820 #: plugins/fn-string/functions.c:838
9821 msgid "Type mismatch"
9822 msgstr ""
9824 #: plugins/fn-string/functions.c:850
9825 msgid ""
9826 "@FUNCTION=TRIM\n"
9827 "@SYNTAX=TRIM(text)\n"
9828 "@DESCRIPTION=TRIM returns @text with only single spaces between words.\n"
9829 "\n"
9830 "* This function is Excel compatible.\n"
9831 "\n"
9832 "@EXAMPLES=\n"
9833 "TRIM(\"  a bbb  cc\") equals \"a bbb cc\".\n"
9834 "\n"
9835 "@SEEALSO=CLEAN, MID, REPLACE, SUBSTITUTE"
9836 msgstr ""
9838 #: plugins/fn-string/functions.c:902
9839 msgid ""
9840 "@FUNCTION=VALUE\n"
9841 "@SYNTAX=VALUE(text)\n"
9842 "@DESCRIPTION=VALUE returns numeric value of @text.\n"
9843 "\n"
9844 "* This function is Excel compatible.\n"
9845 "\n"
9846 "@EXAMPLES=\n"
9847 "VALUE(\"$1,000\") equals 1000.\n"
9848 "\n"
9849 "@SEEALSO=DOLLAR, FIXED, TEXT"
9850 msgstr ""
9852 #: plugins/fn-string/functions.c:945
9853 msgid ""
9854 "@FUNCTION=SUBSTITUTE\n"
9855 "@SYNTAX=SUBSTITUTE(text, old, new [,num])\n"
9856 "@DESCRIPTION=SUBSTITUTE replaces @old with @new in @text.  Substitutions are "
9857 "only applied to instance @num of @old in @text, otherwise every one is "
9858 "changed.\n"
9859 "\n"
9860 "* This function is Excel compatible.\n"
9861 "\n"
9862 "@EXAMPLES=\n"
9863 "SUBSTITUTE(\"testing\",\"test\",\"wait\") equals \"waiting\".\n"
9864 "\n"
9865 "@SEEALSO=REPLACE, TRIM"
9866 msgstr ""
9868 #: plugins/fn-string/functions.c:1002
9869 msgid ""
9870 "@FUNCTION=DOLLAR\n"
9871 "@SYNTAX=DOLLAR(num[,decimals])\n"
9872 "@DESCRIPTION=DOLLAR returns @num formatted as currency.\n"
9873 "\n"
9874 "* This function is Excel compatible.\n"
9875 "\n"
9876 "@EXAMPLES=\n"
9877 "DOLLAR(12345) equals \"$12,345.00\".\n"
9878 "\n"
9879 "@SEEALSO=FIXED, TEXT, VALUE"
9880 msgstr ""
9882 #: plugins/fn-string/functions.c:1058
9883 msgid ""
9884 "@FUNCTION=SEARCH\n"
9885 "@SYNTAX=SEARCH(search_string,text[,start_num])\n"
9886 "@DESCRIPTION=SEARCH returns the location of the @search_ string within "
9887 "@text. The search starts  with the @start_num character of text @text.  If "
9888 "@start_num is omitted, it is assumed to be one.  The search is not case "
9889 "sensitive.\n"
9890 "\n"
9891 "@search_string can contain wildcard characters (*) and question marks (?). A "
9892 "question mark matches any character and a wildcard matches any string "
9893 "including the empty string.  If you want the actual wildcard or question "
9894 "mark to be found, use tilde (~) before the character.\n"
9895 "\n"
9896 "* If @search_string is not found, SEARCH returns #VALUE! error.\n"
9897 "* If @start_num is less than one or it is greater than the length of @text, "
9898 "SEARCH returns #VALUE! error.\n"
9899 "* This function is Excel compatible.\n"
9900 "\n"
9901 "@EXAMPLES=\n"
9902 "SEARCH(\"c\",\"Cancel\") equals 1.\n"
9903 "SEARCH(\"c\",\"Cancel\",2) equals 4.\n"
9904 "\n"
9905 "@SEEALSO=FIND"
9906 msgstr ""
9908 #: plugins/fn-string/functions.c:1144
9909 msgid "text,text,"
9910 msgstr ""
9912 #: plugins/fn-string/functions.c:1147
9913 msgid "num,decimals"
9914 msgstr ""
9916 #: plugins/fn-string/functions.c:1150
9917 msgid "text1,text2"
9918 msgstr ""
9920 #: plugins/fn-string/functions.c:1153
9921 msgid "text1,text2,num"
9922 msgstr ""
9924 #: plugins/fn-string/functions.c:1156
9925 msgid "num,decs,no_commas"
9926 msgstr ""
9928 #: plugins/fn-string/functions.c:1159 plugins/fn-string/functions.c:1183
9929 msgid "text,num_chars"
9930 msgstr ""
9932 #: plugins/fn-string/functions.c:1171
9933 msgid "text,pos,num"
9934 msgstr ""
9936 #: plugins/fn-string/functions.c:1177
9937 msgid "old,start,num,new"
9938 msgstr ""
9940 #: plugins/fn-string/functions.c:1180
9941 msgid "text,num"
9942 msgstr ""
9944 #: plugins/fn-string/functions.c:1186
9945 msgid "search_string,text,start_num"
9946 msgstr ""
9948 #: plugins/fn-string/functions.c:1189
9949 msgid "text,old,new,num"
9950 msgstr ""
9952 #: plugins/fn-string/functions.c:1195
9953 msgid "value,format_text"
9954 msgstr ""
9956 #: plugins/fn-string/plugin.xml.in.h:1
9957 msgid "Functions for manipulating strings"
9958 msgstr ""
9960 #: plugins/fn-string/plugin.xml.in.h:2 src/dialogs/dialog-search.c:143
9961 #: src/func.c:673
9962 msgid "String"
9963 msgstr ""
9965 #: plugins/fn-string/plugin.xml.in.h:3
9966 msgid "String Functions"
9967 msgstr ""
9969 #: plugins/gb/plugin.c:133
9970 msgid "Unknown GB error"
9971 msgstr ""
9973 #: plugins/gb/plugin.c:366
9974 #, c-format
9975 msgid "Error initializing gb '%s'"
9976 msgstr ""
9978 #: plugins/gb/plugin.c:381
9979 #, c-format
9980 msgid "Error in project '%s'"
9981 msgstr ""
9983 #: plugins/gb/plugin.xml.in.h:1
9984 msgid "Enables Gnome Basic support"
9985 msgstr ""
9987 #: plugins/gb/plugin.xml.in.h:2
9988 msgid "Gnome Basic"
9989 msgstr ""
9991 #: plugins/gda/plugin-gda.c:60
9992 msgid "Too much data returned"
9993 msgstr ""
9995 #: plugins/gda/plugin-gda.c:100
9996 msgid "Database Connection"
9997 msgstr ""
9999 #: plugins/gda/plugin-gda.c:136
10000 msgid ""
10001 "@FUNCTION=EXECSQL\n"
10002 "@SYNTAX=EXECSQL(dsn,username,password,sql)\n"
10003 "@DESCRIPTION=The EXECSQL function lets you execute a command in a database "
10004 "server, and show the results returned in current sheet. It uses libgda as "
10005 "the means for accessing the databases.\n"
10006 "For using it, you need first to set up a libgda data source.\n"
10007 "@EXAMPLES=\n"
10008 "To get all the data from the table \"Customers\" present in the "
10009 "\"mydatasource\" GDA data source, you would use:\n"
10010 "EXECSQL(\"mydatasource\",\"username\",\"password\",\"SELECT * FROM customers"
10011 "\")\n"
10012 "@SEEALSO=READDBTABLE"
10013 msgstr ""
10015 #: plugins/gda/plugin-gda.c:170
10016 msgid "Format: execSQL(dsn,user,password,sql)"
10017 msgstr ""
10019 #: plugins/gda/plugin-gda.c:174 plugins/gda/plugin-gda.c:241
10020 #, c-format
10021 msgid "Error: could not open connection to %s"
10022 msgstr ""
10024 #: plugins/gda/plugin-gda.c:184 plugins/gda/plugin-gda.c:251
10025 msgid "Error: no recordsets were returned"
10026 msgstr ""
10028 #: plugins/gda/plugin-gda.c:200
10029 msgid ""
10030 "@FUNCTION=READDBTABLE\n"
10031 "@SYNTAX=READDBTABLE(dsn,username,password,table)\n"
10032 "@DESCRIPTION=The READDBTABLE function lets you get the contents of a table, "
10033 "as stored in a database.For using it, you need first to set up a libgda data "
10034 "source.\n"
10035 "Note that this function returns all the rows in the given table. If you want "
10036 "to get data from more than one table or want a more precise selection "
10037 "(conditions), use the EXECSQL function.\n"
10038 "@EXAMPLES=\n"
10039 "To get all the data from the table \"Customers\" present in the "
10040 "\"mydatasource\" GDA data source, you would use:\n"
10041 "READDBTABLE(\"mydatasource\",\"username\",\"password\",\"customers\")\n"
10042 "@SEEALSO=EXECSQL"
10043 msgstr ""
10045 #: plugins/gda/plugin-gda.c:237
10046 msgid "Format: readDBTable(dsn,user,password,table)"
10047 msgstr ""
10049 #: plugins/gda/plugin.xml.in.h:2
10050 msgid "Database functions for retrieval of data from a database."
10051 msgstr ""
10053 #: plugins/gnome-db/plugin-gnomedb.c:24
10054 msgid "Could not run GNOME database configuration tool"
10055 msgstr ""
10057 #: plugins/gnome-db/plugin.xml.in.h:1
10058 msgid "Database UI services plugin"
10059 msgstr ""
10061 #: plugins/gnome-db/plugin.xml.in.h:2
10062 msgid "GNOME-DB"
10063 msgstr ""
10065 #: plugins/gnome-db/ui.xml.h:1
10066 msgid "Data Sources..."
10067 msgstr ""
10069 #: plugins/gnome-db/ui.xml.h:2
10070 msgid "View and manage data sources"
10071 msgstr ""
10073 #: plugins/gnome-glossary/plugin.xml.in.h:1
10074 msgid "Gnome Glossary"
10075 msgstr ""
10077 #: plugins/gnome-glossary/plugin.xml.in.h:2
10078 msgid "Gnome Glossary PO file format"
10079 msgstr ""
10081 #: plugins/gnome-glossary/plugin.xml.in.h:3
10082 msgid "It provides support for saving Gnome Glossary in .po files."
10083 msgstr ""
10085 #: plugins/guile/plugin.c:108
10086 msgid "Guile error"
10087 msgstr ""
10089 #: plugins/guile/plugin.xml.in.h:1
10090 msgid "Guile Plugin"
10091 msgstr ""
10093 #: plugins/guile/plugin.xml.in.h:2
10094 msgid "This plugin enables Guile(scheme) support in Gnumeric"
10095 msgstr ""
10097 #: plugins/guile/smob-value.c:102
10098 msgid "Unable to convert value from Guile"
10099 msgstr ""
10101 #: plugins/guile/smob-value.c:163
10102 msgid "Not a Guile boolean"
10103 msgstr ""
10105 #: plugins/guile/smob-value.c:181
10106 msgid "Not a Guile number"
10107 msgstr ""
10109 #: plugins/guile/smob-value.c:199
10110 msgid "Not a Guile string"
10111 msgstr ""
10113 #: plugins/html/html_read.c:478
10114 msgid "Unable to parse the html."
10115 msgstr ""
10117 #: plugins/html/plugin.xml.in.h:1
10118 msgid "HTML"
10119 msgstr ""
10121 #: plugins/html/plugin.xml.in.h:2
10122 msgid "HTML &amp; TeX"
10123 msgstr ""
10125 #: plugins/html/plugin.xml.in.h:3
10126 msgid "HTML (*.html) fragment"
10127 msgstr ""
10129 #: plugins/html/plugin.xml.in.h:4
10130 msgid "HTML 3.2 (*.html)"
10131 msgstr ""
10133 #: plugins/html/plugin.xml.in.h:5
10134 msgid "HTML 4.0 (*.html)"
10135 msgstr ""
10137 #: plugins/html/plugin.xml.in.h:6
10138 msgid "Import/Export of HTML, TeX, DVI, roff"
10139 msgstr ""
10141 #: plugins/html/plugin.xml.in.h:7
10142 msgid "LaTeX 2e (*.tex)"
10143 msgstr ""
10145 #: plugins/html/plugin.xml.in.h:8
10146 msgid "TROFF (*.me)"
10147 msgstr ""
10149 #: plugins/html/plugin.xml.in.h:9
10150 msgid "XHTML (*.html)"
10151 msgstr ""
10153 #: plugins/html/plugin.xml.in.h:10
10154 msgid "XHTML range - for export to clipboard"
10155 msgstr ""
10157 #: plugins/lotus-123/boot.c:61
10158 msgid "Error while reading lotus workbook."
10159 msgstr ""
10161 #: plugins/lotus-123/plugin.xml.in.h:1
10162 msgid "Imports Lotus 123 files"
10163 msgstr ""
10165 #: plugins/lotus-123/plugin.xml.in.h:2
10166 msgid "Lotus 123"
10167 msgstr ""
10169 #: plugins/lotus-123/plugin.xml.in.h:3
10170 msgid "Lotus 123 (*.wk1)"
10171 msgstr ""
10173 #: plugins/mps/mps.c:183
10174 msgid "Program Name"
10175 msgstr ""
10177 #. Print 'Status'.
10178 #: plugins/mps/mps.c:189
10179 msgid "Feasible"
10180 msgstr ""
10182 #: plugins/mps/mps.c:223
10183 msgid "Objective Value"
10184 msgstr ""
10186 #: plugins/mps/mps.c:229
10187 msgid "Objective function:"
10188 msgstr ""
10190 #: plugins/mps/mps.c:236
10191 msgid "Constraints:"
10192 msgstr ""
10194 #: plugins/mps/mps.c:247 src/commands.c:5739
10195 #: src/cut-n-paste-code/goffice/graph/gog-guru.c:1049
10196 #: src/cut-n-paste-code/goffice/graph/gog-series.c:159
10197 #: src/dialogs/dialog-define-names.c:494 src/dialogs/dialog-formula-guru.c:815
10198 #: src/dialogs/dialog-function-select.c:445
10199 #: src/dialogs/dialog-function-select.c:467 src/dialogs/dialog-scenarios.c:362
10200 #: src/dialogs/dialog-simulation.c:226 src/dialogs/dialog-zoom.c:198
10201 #: src/format-template.c:248 src/tools/solver/reports-write.c:81
10202 #: src/tools/solver/reports-write.c:103 src/tools/solver/reports-write.c:130
10203 #: src/tools/solver/reports-write.c:237 src/tools/solver/reports-write.c:283
10204 #: src/tools/solver/reports-write.c:395 src/tools/solver/reports-write.c:402
10205 #: src/tools/solver/reports-write.c:671
10206 msgid "Name"
10207 msgstr ""
10209 #: plugins/mps/mps.c:274 src/dialogs/dialog-preferences.c:566
10210 #: src/dialogs/dialog-simulation.c:231 src/tools/solver/reports-write.c:238
10211 #: src/tools/solver/reports-write.c:284 src/tools/solver/reports-write.c:396
10212 #: src/tools/solver/reports-write.c:403
10213 msgid "Value"
10214 msgstr ""
10217 #. * Fill in the labels of `General Info' section.
10219 #: plugins/mps/mps.c:275 src/dialogs/dialog-formula-guru.c:819
10220 #: src/dialogs/dialog-search.c:399 src/tools/solver/reports-write.c:518
10221 msgid "Type"
10222 msgstr "ਕਿਸਮ"
10224 #: plugins/mps/mps.c:276
10225 msgid "RHS"
10226 msgstr ""
10228 #: plugins/mps/mps.c:277 src/tools/solver/reports-write.c:134
10229 msgid "Slack"
10230 msgstr ""
10232 #: plugins/mps/mps.c:654
10233 msgid "Error while reading MPS file."
10234 msgstr ""
10236 #: plugins/mps/parser.c:549
10237 msgid "Problem name was not defined in the file."
10238 msgstr ""
10240 #: plugins/mps/parser.c:554
10241 msgid "Invalid ROWS section in the file."
10242 msgstr ""
10244 #: plugins/mps/parser.c:559
10245 msgid "Invalid COLUMNS section in the file."
10246 msgstr ""
10248 #: plugins/mps/parser.c:564
10249 msgid "Invalid RHS section in the file."
10250 msgstr ""
10252 #: plugins/mps/parser.c:569
10253 msgid "Invalid RANGES section in the file."
10254 msgstr ""
10256 #: plugins/mps/parser.c:574
10257 msgid "Invalid BOUNDS section in the file."
10258 msgstr ""
10260 #: plugins/mps/plugin.xml.in.h:1
10261 msgid "Linear and integer program (*.mps) file format"
10262 msgstr ""
10264 #: plugins/mps/plugin.xml.in.h:2
10265 msgid "Linear and integer program expression format (MPS) module"
10266 msgstr ""
10268 #: plugins/mps/plugin.xml.in.h:3
10269 msgid "Reads LP programs stored in the MPS format (*.mps)"
10270 msgstr ""
10272 #: plugins/numtheory/numtheory.c:212
10273 msgid ""
10274 "@FUNCTION=NT_PHI\n"
10275 "@SYNTAX=NT_PHI(n)\n"
10276 "@DESCRIPTION=NT_PHI function calculates the number of integers less than or "
10277 "equal to @n that are relatively prime to @n.\n"
10278 "\n"
10279 "@EXAMPLES=\n"
10280 "@SEEALSO=NT_D, ITHPRIME, NT_SIGMA"
10281 msgstr ""
10283 #. xgettext: you can translate the funny character as an 'o' if unicode is not available.
10284 #: plugins/numtheory/numtheory.c:247
10285 msgid ""
10286 "@FUNCTION=NT_MU\n"
10287 "@SYNTAX=NT_MU(n)\n"
10288 "@DESCRIPTION=NT_MU function (Möbius mu function) returns \n"
10289 "0  if @n is divisible by the square of a prime .\n"
10290 "Otherwise it returns: \n"
10291 "\n"
10292 "  -1 if @n has an odd  number of different prime factors .\n"
10293 "   1  if @n has an even number of different prime factors .\n"
10294 "\n"
10295 "* If @n = 1 NT_MU returns 1.\n"
10296 "\n"
10297 "@EXAMPLES=\n"
10298 "@SEEALSO=NT_D, ITHPRIME, NT_PHI"
10299 msgstr ""
10301 #: plugins/numtheory/numtheory.c:286
10302 msgid ""
10303 "@FUNCTION=NT_D\n"
10304 "@SYNTAX=NT_D(n)\n"
10305 "@DESCRIPTION=NT_D function calculates the number of divisors of @n.\n"
10306 "\n"
10307 "@EXAMPLES=\n"
10308 "@SEEALSO=ITHPRIME, NT_PHI, NT_SIGMA"
10309 msgstr ""
10311 #: plugins/numtheory/numtheory.c:319
10312 msgid ""
10313 "@FUNCTION=NT_SIGMA\n"
10314 "@SYNTAX=NT_SIGMA(n)\n"
10315 "@DESCRIPTION=NT_SIGMA function calculates the sum of the divisors of @n.\n"
10316 "\n"
10317 "@EXAMPLES=\n"
10318 "@SEEALSO=NT_D, ITHPRIME, NT_PHI"
10319 msgstr ""
10321 #: plugins/numtheory/numtheory.c:353
10322 msgid ""
10323 "@FUNCTION=ITHPRIME\n"
10324 "@SYNTAX=ITHPRIME(i)\n"
10325 "@DESCRIPTION=ITHPRIME function returns the @ith prime.\n"
10326 "\n"
10327 "@EXAMPLES=\n"
10328 "@SEEALSO=NT_D, NT_SIGMA"
10329 msgstr ""
10331 #: plugins/numtheory/numtheory.c:380
10332 msgid ""
10333 "@FUNCTION=ISPRIME\n"
10334 "@SYNTAX=ISPRIME(i)\n"
10335 "@DESCRIPTION=ISPRIME function returns TRUE if @i is prime and FALSE "
10336 "otherwise.\n"
10337 "\n"
10338 "@SEEALSO=ITHPRIME, NT_D, NT_SIGMA"
10339 msgstr ""
10341 #: plugins/numtheory/numtheory.c:404
10342 msgid ""
10343 "@FUNCTION=NT_PI\n"
10344 "@SYNTAX=NT_PI(n)\n"
10345 "@DESCRIPTION=NT_PI function returns the number of primes less than or equal "
10346 "to @n.\n"
10347 "\n"
10348 "@SEEALSO=ITHPRIME, NT_PHI, NT_D, NT_SIGMA"
10349 msgstr ""
10351 #: plugins/numtheory/numtheory.c:430
10352 msgid ""
10353 "@FUNCTION=BITOR\n"
10354 "@SYNTAX=BITOR(a,b)\n"
10355 "@DESCRIPTION=BITOR function returns bitwise or-ing of its arguments.\n"
10356 "\n"
10357 "@EXAMPLES=\n"
10358 "@SEEALSO=BITXOR,BITAND"
10359 msgstr ""
10361 #: plugins/numtheory/numtheory.c:449
10362 msgid ""
10363 "@FUNCTION=BITXOR\n"
10364 "@SYNTAX=BITXOR(a,b)\n"
10365 "@DESCRIPTION=BITXOR function returns bitwise exclusive or-ing of its "
10366 "arguments.\n"
10367 "\n"
10368 "@EXAMPLES=\n"
10369 "@SEEALSO=BITOR,BITAND"
10370 msgstr ""
10372 #: plugins/numtheory/numtheory.c:469
10373 msgid ""
10374 "@FUNCTION=BITAND\n"
10375 "@SYNTAX=BITAND(a,b)\n"
10376 "@DESCRIPTION=BITAND function returns bitwise and-ing of its arguments.\n"
10377 "\n"
10378 "@EXAMPLES=\n"
10379 "@SEEALSO=BITOR,BITXOR"
10380 msgstr ""
10382 #: plugins/numtheory/numtheory.c:489
10383 msgid ""
10384 "@FUNCTION=BITLSHIFT\n"
10385 "@SYNTAX=BITLSHIFT(x,n)\n"
10386 "@DESCRIPTION=BITLSHIFT function returns @x bit-shifted left by @n bits.\n"
10387 "\n"
10388 "* If @n is negative, a right shift will in effect be performed.\n"
10389 "\n"
10390 "@EXAMPLES=\n"
10391 "@SEEALSO=BITRSHIFT"
10392 msgstr ""
10394 #: plugins/numtheory/numtheory.c:516
10395 msgid ""
10396 "@FUNCTION=BITRSHIFT\n"
10397 "@SYNTAX=BITRSHIFT(x,n)\n"
10398 "@DESCRIPTION=BITRSHIFT function returns @x bit-shifted right by @n bits.\n"
10399 "\n"
10400 "* If @n is negative, a left shift will in effect be performed.\n"
10401 "\n"
10402 "@EXAMPLES=\n"
10403 "@SEEALSO=BITLSHIFT"
10404 msgstr ""
10406 #: plugins/numtheory/plugin.xml.in.h:1
10407 msgid "Bitwise Operations"
10408 msgstr ""
10410 #: plugins/numtheory/plugin.xml.in.h:2
10411 msgid "Number Theory"
10412 msgstr ""
10414 #: plugins/numtheory/plugin.xml.in.h:3
10415 msgid ""
10416 "Several basic utilities for prime numbers, pi, phi, sigma. It also holds "
10417 "some simple bitwise operations."
10418 msgstr ""
10420 #: plugins/oleo/plugin.xml.in.h:1
10421 msgid "GNU Oleo"
10422 msgstr ""
10424 #: plugins/oleo/plugin.xml.in.h:2
10425 msgid "GNU Oleo (*.oleo)"
10426 msgstr ""
10428 #: plugins/oleo/plugin.xml.in.h:3
10429 msgid "Imports GNU Oleo documents"
10430 msgstr ""
10432 #: plugins/openoffice/openoffice-read.c:422
10433 msgid "Missing expression"
10434 msgstr ""
10436 #: plugins/openoffice/openoffice-read.c:427
10437 #, c-format
10438 msgid "Expression '%s' does not start with a recognized character"
10439 msgstr ""
10441 #: plugins/openoffice/openoffice-read.c:440
10442 #, c-format
10443 msgid "Unable to parse '%s' because '%s'"
10444 msgstr ""
10446 #: plugins/openoffice/openoffice-read.c:497
10447 msgid "Invalid array expression does not specify number of columns."
10448 msgstr ""
10450 #: plugins/openoffice/openoffice-read.c:500
10451 msgid "Invalid array expression does not specify number of rows."
10452 msgstr ""
10454 #: plugins/openoffice/openoffice-read.c:750
10455 #, c-format
10456 msgid "Unable to parse position for expression '%s' @ '%s' because '%s'"
10457 msgstr ""
10459 #: plugins/openoffice/openoffice-read.c:763
10460 #, c-format
10461 msgid ""
10462 "Unable to parse position for expression '%s' with value '%s' because '%s'"
10463 msgstr ""
10465 #: plugins/openoffice/openoffice-read.c:949
10466 msgid "No stream named content.xml found."
10467 msgstr ""
10469 #: plugins/openoffice/plugin.xml.in.h:1
10470 msgid "Open/Star Calc (*.sxc)"
10471 msgstr ""
10473 #: plugins/openoffice/plugin.xml.in.h:2
10474 msgid "Open/Star Office spreadsheet"
10475 msgstr ""
10477 #: plugins/openoffice/plugin.xml.in.h:3
10478 msgid "OpenCalc/StarCalc"
10479 msgstr ""
10481 #: plugins/perl/plugin.xml.in.h:1
10482 msgid "Enables the creation of functions in Perl"
10483 msgstr ""
10485 #: plugins/perl/plugin.xml.in.h:2
10486 msgid "Perl"
10487 msgstr ""
10489 #: plugins/plan-perfect/pln.c:504
10490 msgid "PLN : Spreadsheet is password encrypted"
10491 msgstr ""
10493 #: plugins/plan-perfect/pln.c:571
10494 #, c-format
10495 msgid "Ignoring data that claims to be in row %u which is > max row %u"
10496 msgstr ""
10498 #: plugins/plan-perfect/pln.c:575
10499 #, c-format
10500 msgid "Ignoring data that claims to be in column %u which is > max column %u"
10501 msgstr ""
10503 #: plugins/plan-perfect/plugin.xml.in.h:1
10504 msgid "Imports Plan Perfect Formatted Documents"
10505 msgstr ""
10507 #: plugins/plan-perfect/plugin.xml.in.h:2
10508 msgid "Plan Perfect"
10509 msgstr ""
10511 #: plugins/plan-perfect/plugin.xml.in.h:3
10512 msgid "Plan Perfect Format (PLN) import"
10513 msgstr ""
10515 #: plugins/psiconv/plugin.xml.in.h:1
10516 msgid "Imports Psion 5 series Sheet files"
10517 msgstr ""
10519 #: plugins/psiconv/plugin.xml.in.h:2
10520 msgid "Psiconv"
10521 msgstr ""
10523 #: plugins/psiconv/plugin.xml.in.h:3
10524 msgid "Psion (*.psisheet)"
10525 msgstr ""
10527 #: plugins/psiconv/psiconv-read.c:592
10528 msgid "Error while reading psiconv file."
10529 msgstr ""
10531 #: plugins/psiconv/psiconv-read.c:601
10532 msgid "Error while parsing psiconv file."
10533 msgstr ""
10535 #: plugins/py-func/plugin.xml.in.h:1
10536 msgid "Python"
10537 msgstr ""
10539 #: plugins/py-func/plugin.xml.in.h:2
10540 msgid "Python functions"
10541 msgstr ""
10543 #: plugins/py-func/plugin.xml.in.h:3
10544 msgid "Sample Python plugin providing some (useless) functions."
10545 msgstr ""
10547 #: plugins/python-loader/gnm-py-interpreter.c:258
10548 msgid "Default interpreter"
10549 msgstr ""
10551 #: plugins/python-loader/gnm-python.c:130
10552 #: plugins/python-loader/gnm-python.c:152
10553 #, c-format
10554 msgid "Could not import %s."
10555 msgstr ""
10557 #: plugins/python-loader/gnm-python.c:137
10558 #, c-format
10559 msgid "Could not find %s."
10560 msgstr ""
10562 #: plugins/python-loader/gnm-python.c:145
10563 #, c-format
10564 msgid "Could not initialize Python bindings for Gtk+, etc: %s"
10565 msgstr ""
10567 #: plugins/python-loader/gnm-python.c:159
10568 #, c-format
10569 msgid "Could not find %s"
10570 msgstr ""
10572 #: plugins/python-loader/plugin.xml.in.h:1
10573 msgid "Python plugin loader"
10574 msgstr ""
10576 #: plugins/python-loader/plugin.xml.in.h:2
10577 msgid "This plugin provides support for Python plugins"
10578 msgstr ""
10580 #: plugins/python-loader/py-console.c:91
10581 #, c-format
10582 msgid "*** Interpreter: %s\n"
10583 msgstr ""
10585 #: plugins/python-loader/py-console.c:160
10586 msgid "Gnumeric Python console"
10587 msgstr ""
10589 #: plugins/python-loader/py-console.c:169
10590 msgid "E_xecute in:"
10591 msgstr ""
10593 #: plugins/python-loader/py-console.c:214
10594 msgid "C_ommand:"
10595 msgstr ""
10597 #: plugins/python-loader/py-gnumeric.c:238
10598 msgid "Python list is not an array"
10599 msgstr ""
10601 #: plugins/python-loader/py-gnumeric.c:245
10602 #, c-format
10603 msgid "Unsupported Python type: %s"
10604 msgstr ""
10606 #: plugins/python-loader/py-gnumeric.c:272
10607 msgid "Unknown error"
10608 msgstr ""
10610 #: plugins/python-loader/py-gnumeric.c:278
10611 #, c-format
10612 msgid "Python exception (%s: %s)"
10613 msgstr ""
10615 #: plugins/python-loader/py-gnumeric.c:282
10616 #, c-format
10617 msgid "Python exception (%s)"
10618 msgstr ""
10620 #: plugins/python-loader/python-loader.c:81
10621 msgid "Python module name not given."
10622 msgstr ""
10624 #: plugins/python-loader/python-loader.c:106
10625 msgid "Cannot create new Python interpreter."
10626 msgstr ""
10628 #: plugins/python-loader/python-loader.c:127
10629 #, c-format
10630 msgid "Module \"%s\" doesn't exist."
10631 msgstr ""
10633 #: plugins/python-loader/python-loader.c:145
10634 #, c-format
10635 msgid "Execution of module \"%s\" failed."
10636 msgstr ""
10638 #: plugins/python-loader/python-loader.c:297
10639 msgid "Some name"
10640 msgstr ""
10642 #: plugins/python-loader/python-loader.c:359
10643 #: plugins/python-loader/python-loader.c:452
10644 #: plugins/python-loader/python-loader.c:675
10645 #: plugins/python-loader/python-loader.c:792
10646 #, c-format
10647 msgid "Python file \"%s\" has invalid format."
10648 msgstr ""
10650 #: plugins/python-loader/python-loader.c:363
10651 #: plugins/python-loader/python-loader.c:457 src/plugin-loader-module.c:360
10652 #: src/plugin-loader-module.c:421
10653 #, c-format
10654 msgid "File doesn't contain \"%s\" function."
10655 msgstr ""
10657 #: plugins/python-loader/python-loader.c:680
10658 #: plugins/python-loader/python-loader.c:797
10659 #, c-format
10660 msgid "File doesn't contain \"%s\" dictionary."
10661 msgstr ""
10663 #: plugins/python-loader/python-loader.c:685
10664 #: plugins/python-loader/python-loader.c:802
10665 #, c-format
10666 msgid "Object \"%s\" is not a dictionary."
10667 msgstr ""
10669 #: plugins/python-loader/python-loader.c:740 src/plugin-loader-module.c:610
10670 #, c-format
10671 msgid "Unknown verb: %s"
10672 msgstr ""
10674 #: plugins/python-loader/python-loader.c:745
10675 #, c-format
10676 msgid "Not a valid function for verb: %s"
10677 msgstr ""
10679 #: plugins/python-loader/ui-console-menu.xml.h:1
10680 msgid "Open the Python console"
10681 msgstr ""
10683 #: plugins/python-loader/ui-console-menu.xml.h:2
10684 msgid "Python console"
10685 msgstr ""
10687 #: plugins/qpro/plugin.xml.in.h:1
10688 msgid "Imports Quattro Pro (tm) files"
10689 msgstr ""
10691 #: plugins/qpro/plugin.xml.in.h:2
10692 msgid "Quattro Pro"
10693 msgstr ""
10695 #: plugins/qpro/plugin.xml.in.h:3
10696 msgid "Quattro Pro(tm)"
10697 msgstr ""
10699 #: plugins/qpro/qpro-read.c:151
10700 #, c-format
10701 msgid "Invalid '%s' record of length %hd instead of %d"
10702 msgstr ""
10704 #: plugins/qpro/qpro-read.c:775
10705 #, c-format
10706 msgid "Invalid zoom %hd %%"
10707 msgstr ""
10709 #: plugins/qpro/qpro-read.c:817
10710 #, c-format
10711 msgid "Invalid record %d of length %hd"
10712 msgstr ""
10714 #: plugins/qpro/qpro-read.c:849
10715 msgid ""
10716 "Unable to find the PerfectOffice_MAIN stream.  Is this really a Quattro Pro "
10717 "file?"
10718 msgstr ""
10720 #: plugins/sample_datasource/plugin.xml.in.h:1
10721 msgid "A proof of concept external data source"
10722 msgstr ""
10724 #: plugins/sample_datasource/plugin.xml.in.h:3
10725 msgid "Sample DataSource"
10726 msgstr ""
10728 #: plugins/sample_datasource/sample_datasource.c:264
10729 #, no-c-format
10730 msgid ""
10731 "@FUNCTION=atl_last\n"
10732 "@SYNTAX=ATL_LAST (tag)\n"
10733 "@DESCRIPTION=ATL_LAST is a sample implemention of a real time data source. "
10734 "It takes a string tag and monitors the named pipe /tmp/atl for changes to "
10735 "the value of that tag.\n"
10736 "\n"
10737 "* This is no intended to be generally enabled and is OFF by default.\n"
10738 "\n"
10739 "@EXAMPLES=\n"
10740 "ATL_LAST(\"IBM\")\n"
10741 "@SEEALSO="
10742 msgstr ""
10744 #: plugins/sc/plugin.xml.in.h:1
10745 msgid "Imports SC/XSpread files"
10746 msgstr ""
10748 #: plugins/sc/plugin.xml.in.h:2
10749 msgid "SC/XSpread"
10750 msgstr ""
10752 #: plugins/sc/plugin.xml.in.h:3
10753 msgid "SC/xspread"
10754 msgstr ""
10756 #: plugins/sc/sc.c:376
10757 msgid "Error parsing line"
10758 msgstr ""
10761 #. * http://www.thule.no/haynie/cpumods/a2620/docs/commrc.sc.txt:
10762 #. * format B 20 2
10763 #. *
10764 #. * http://www.mcs.kent.edu/system/documentation/xspread/demo_func
10765 #. * format A 15 2 0
10766 #. * goto C7
10767 #. *
10769 #: plugins/sylk/plugin.xml.in.h:1
10770 msgid "Imports MultiPlan (SYLK) files"
10771 msgstr ""
10773 #: plugins/sylk/plugin.xml.in.h:2
10774 msgid "MultiPlan (SYLK)"
10775 msgstr ""
10777 #: plugins/sylk/sylk.c:461
10778 msgid "Not SYLK file"
10779 msgstr ""
10781 #: plugins/sylk/sylk.c:474
10782 msgid "error parsing line\n"
10783 msgstr ""
10785 #: plugins/sylk/sylk.c:530
10786 msgid "Error while reading sheet."
10787 msgstr ""
10789 #: plugins/uihello/hello.xml.h:1
10790 msgid "Hello World"
10791 msgstr ""
10793 #: plugins/uihello/plugin.xml.in.h:1
10794 msgid "Hello World plugin using ui service"
10795 msgstr ""
10797 #: plugins/uihello/plugin.xml.in.h:2
10798 msgid "UI Hello"
10799 msgstr ""
10801 #: plugins/uihello/uihello.c:24
10802 #, c-format
10803 msgid "This is message from the \"%s\" plugin."
10804 msgstr ""
10806 #: plugins/xbase/boot.c:169
10807 msgid "Error while opening xbase file."
10808 msgstr ""
10810 #: plugins/xbase/boot.c:175 src/commands.c:4564
10811 #: src/dialogs/dialog-goto-cell.c:290 src/dialogs/dialog-search.c:397
10812 #: src/dialogs/print.glade.h:21 src/print-info.c:474 src/workbook.c:1053
10813 #: src/xml-io.c:3726
10814 msgid "Sheet"
10815 msgstr ""
10817 #: plugins/xbase/xbase.c:142
10818 msgid "Failed to read DBF header."
10819 msgstr ""
10821 #: plugins/xbase/plugin.xml.in.h:1
10822 msgid "Imports XBase files"
10823 msgstr ""
10825 #: plugins/xbase/plugin.xml.in.h:2
10826 msgid "XBase"
10827 msgstr ""
10829 #: plugins/xbase/plugin.xml.in.h:3
10830 msgid "Xbase (*.dbf) file format"
10831 msgstr ""
10833 #: plugins/xml_sax/plugin.xml.in.h:1
10834 msgid "EXPERIMENTAL SAX based Gnumeric (*.gnumeric)"
10835 msgstr ""
10837 #: plugins/xml_sax/plugin.xml.in.h:2
10838 msgid "EXPERIMENTAL SAX based XML"
10839 msgstr ""
10841 #: plugins/xml_sax/plugin.xml.in.h:3
10842 msgid "The next generation sax based xml I/O subsystem"
10843 msgstr ""
10845 #: plugins/xml_sax/xml-sax-read.c:302
10846 #, c-format
10847 msgid "Multiple version specifications.  Assuming %d"
10848 msgstr ""
10850 #: plugins/xml_sax/xml-sax-read.c:473
10851 msgid "File has inconsistent SheetNameIndex element."
10852 msgstr ""
10854 #: schemas/gnumeric-dialogs.schemas.in.h:1
10855 msgid "Activate New Plugins"
10856 msgstr ""
10858 #: schemas/gnumeric-dialogs.schemas.in.h:2
10859 msgid "Allow Unfocused Range Selections"
10860 msgstr ""
10862 #: schemas/gnumeric-dialogs.schemas.in.h:3
10863 msgid "Apply print-setup to all sheets"
10864 msgstr ""
10866 #: schemas/gnumeric-dialogs.schemas.in.h:4
10867 msgid "Autocorrect first letter"
10868 msgstr ""
10870 #: schemas/gnumeric-dialogs.schemas.in.h:5
10871 msgid "Autocorrect initial caps"
10872 msgstr ""
10874 #: schemas/gnumeric-dialogs.schemas.in.h:6
10875 msgid "Autocorrect names of days"
10876 msgstr ""
10878 #: schemas/gnumeric-dialogs.schemas.in.h:7
10879 msgid "Autocorrect replace"
10880 msgstr ""
10882 #: schemas/gnumeric-dialogs.schemas.in.h:8
10883 msgid "Default Header/Footer Font Size"
10884 msgstr ""
10886 #: schemas/gnumeric-dialogs.schemas.in.h:9
10887 msgid "Default header/footer font name"
10888 msgstr ""
10890 #: schemas/gnumeric-dialogs.schemas.in.h:10
10891 msgid "List of Active Plugins."
10892 msgstr ""
10894 #: schemas/gnumeric-dialogs.schemas.in.h:11
10895 msgid "List of Extra Autoformat Directories."
10896 msgstr ""
10898 #: schemas/gnumeric-dialogs.schemas.in.h:12
10899 msgid "List of Extra Plugin Directories."
10900 msgstr ""
10902 #: schemas/gnumeric-dialogs.schemas.in.h:13
10903 msgid "List of First Letter Exceptions"
10904 msgstr ""
10906 #: schemas/gnumeric-dialogs.schemas.in.h:14
10907 msgid "List of Init Caps Exceptions"
10908 msgstr ""
10910 #: schemas/gnumeric-dialogs.schemas.in.h:15
10911 msgid "List of Known Plugins."
10912 msgstr ""
10914 #: schemas/gnumeric-dialogs.schemas.in.h:16
10915 msgid "List of Plugin File States."
10916 msgstr ""
10918 #: schemas/gnumeric-dialogs.schemas.in.h:17
10919 msgid "List of recently used functions."
10920 msgstr ""
10922 #: schemas/gnumeric-dialogs.schemas.in.h:18
10923 msgid "Maximum Length of Recently Used Functions List"
10924 msgstr ""
10926 #: schemas/gnumeric-dialogs.schemas.in.h:19
10927 msgid "Page Footer"
10928 msgstr ""
10930 #: schemas/gnumeric-dialogs.schemas.in.h:20
10931 msgid "Page Header"
10932 msgstr ""
10934 #: schemas/gnumeric-dialogs.schemas.in.h:21
10935 msgid "Print Config"
10936 msgstr ""
10938 #: schemas/gnumeric-dialogs.schemas.in.h:22
10939 #: schemas/gnumeric-general.schemas.in.h:22
10940 msgid "Sans"
10941 msgstr ""
10943 #: schemas/gnumeric-dialogs.schemas.in.h:23
10944 msgid ""
10945 "Some dialogs contain only a single entry field that allows range selections "
10946 "in the workbook. Setting this variable to TRUE directs selections to this "
10947 "entry even the entry does not have keyboard focus."
10948 msgstr ""
10950 #: schemas/gnumeric-dialogs.schemas.in.h:24
10951 msgid "System Directory for Autoformats"
10952 msgstr ""
10954 #: schemas/gnumeric-dialogs.schemas.in.h:25
10955 msgid ""
10956 "The autocorrect engine does not correct the first letter for words in this "
10957 "list."
10958 msgstr ""
10960 #: schemas/gnumeric-dialogs.schemas.in.h:26
10961 msgid ""
10962 "The autocorrect engine does not correct the inital caps for words in this "
10963 "list."
10964 msgstr ""
10966 #: schemas/gnumeric-dialogs.schemas.in.h:27
10967 msgid "The configuration of gnome-print. Do not edit this variable."
10968 msgstr ""
10970 #: schemas/gnumeric-dialogs.schemas.in.h:28
10971 msgid "The default font name for headers and footers."
10972 msgstr ""
10974 #: schemas/gnumeric-dialogs.schemas.in.h:29
10975 msgid "The default font size for headers and footers."
10976 msgstr ""
10978 #: schemas/gnumeric-dialogs.schemas.in.h:30
10979 msgid "The default header/footer font is bold."
10980 msgstr ""
10982 #: schemas/gnumeric-dialogs.schemas.in.h:31
10983 msgid "The default header/footer font is italic."
10984 msgstr ""
10986 #: schemas/gnumeric-dialogs.schemas.in.h:32
10987 msgid ""
10988 "The default page footer for new documents that can be modified using the "
10989 "page setup dialog."
10990 msgstr ""
10992 #: schemas/gnumeric-dialogs.schemas.in.h:33
10993 msgid ""
10994 "The default page header for new documents that can be modified using the "
10995 "page setup dialog."
10996 msgstr ""
10998 #: schemas/gnumeric-dialogs.schemas.in.h:34
10999 msgid ""
11000 "The function selector keeps a list of recently used functions. This is that "
11001 "list."
11002 msgstr ""
11004 #: schemas/gnumeric-dialogs.schemas.in.h:35
11005 msgid ""
11006 "The function selector keeps a list of recently used functions. This is the "
11007 "maximum length of that list."
11008 msgstr ""
11010 #: schemas/gnumeric-dialogs.schemas.in.h:36
11011 msgid "The main directory for user specific autoformat templates."
11012 msgstr ""
11014 #: schemas/gnumeric-dialogs.schemas.in.h:37
11015 msgid "This directory contains the pre-installed autoformat templates."
11016 msgstr ""
11018 #: schemas/gnumeric-dialogs.schemas.in.h:38
11019 msgid ""
11020 "This list contains all extra directories containing autoformat templates."
11021 msgstr ""
11023 #: schemas/gnumeric-dialogs.schemas.in.h:39
11024 msgid "This list contains all extra directories containing plugins."
11025 msgstr ""
11027 #: schemas/gnumeric-dialogs.schemas.in.h:40
11028 msgid "This list contains all known plugins."
11029 msgstr ""
11031 #: schemas/gnumeric-dialogs.schemas.in.h:41
11032 msgid "This list contains all plugin file states."
11033 msgstr ""
11035 #: schemas/gnumeric-dialogs.schemas.in.h:42
11036 msgid ""
11037 "This list contains all plugins that are supposed to be automatically "
11038 "activated."
11039 msgstr ""
11041 #: schemas/gnumeric-dialogs.schemas.in.h:43
11042 msgid ""
11043 "This value determines whether by default the print set-up dialog applies to "
11044 "all sheets simultaneously."
11045 msgstr ""
11047 #: schemas/gnumeric-dialogs.schemas.in.h:44
11048 msgid ""
11049 "This value determines whether the default font for headers and footers is "
11050 "bold."
11051 msgstr ""
11053 #: schemas/gnumeric-dialogs.schemas.in.h:45
11054 msgid ""
11055 "This value determines whether the default font for headers and footers is "
11056 "italic."
11057 msgstr ""
11059 #: schemas/gnumeric-dialogs.schemas.in.h:46
11060 msgid ""
11061 "This variable determines whether to activate every new encountered plugin."
11062 msgstr ""
11064 #: schemas/gnumeric-dialogs.schemas.in.h:47
11065 msgid "User Directory for Autoformats"
11066 msgstr ""
11068 #: schemas/gnumeric-general.schemas.in.h:1
11069 msgid "Auto Expression Recalculation Lag"
11070 msgstr ""
11072 #: schemas/gnumeric-general.schemas.in.h:2
11073 msgid "Autocomplete"
11074 msgstr ""
11076 #: schemas/gnumeric-general.schemas.in.h:3
11077 msgid ""
11078 "Before an existing file is being overwritten, gnumeric will present a "
11079 "warning dialog. Setting this option will make the overwrite button in that "
11080 "dialog the default button."
11081 msgstr ""
11083 #: schemas/gnumeric-general.schemas.in.h:4
11084 msgid "Default Compression Level For Gnumeric Files"
11085 msgstr ""
11087 #: schemas/gnumeric-general.schemas.in.h:5
11088 msgid "Default Font Size"
11089 msgstr ""
11091 #: schemas/gnumeric-general.schemas.in.h:6
11092 msgid "Default Horizontal Window Size"
11093 msgstr ""
11095 #: schemas/gnumeric-general.schemas.in.h:7
11096 msgid "Default Number of Sheets"
11097 msgstr ""
11099 #: schemas/gnumeric-general.schemas.in.h:8
11100 msgid "Default To Overwriting Files"
11101 msgstr ""
11103 #: schemas/gnumeric-general.schemas.in.h:9
11104 msgid "Default Vertical Window Size"
11105 msgstr ""
11107 #: schemas/gnumeric-general.schemas.in.h:10
11108 msgid "Default Zoom Factor"
11109 msgstr ""
11111 #: schemas/gnumeric-general.schemas.in.h:11
11112 msgid "Default font name"
11113 msgstr ""
11115 #: schemas/gnumeric-general.schemas.in.h:12
11116 msgid "Horizontal DPI"
11117 msgstr ""
11119 #: schemas/gnumeric-general.schemas.in.h:13
11120 msgid ""
11121 "If this value is positive, auto expressions are recalculated within that "
11122 "many millesecond after a change. If it is negative they are recalculated "
11123 "with the magnitude many milleseconds after the last change where 'last' is "
11124 "defined as the end of a period of that size after a change with no changes."
11125 msgstr ""
11127 #: schemas/gnumeric-general.schemas.in.h:14
11128 msgid "Length of File History"
11129 msgstr ""
11131 #: schemas/gnumeric-general.schemas.in.h:15
11132 msgid "Length of the Undo Descriptors"
11133 msgstr ""
11135 #: schemas/gnumeric-general.schemas.in.h:16
11136 msgid "List of recently used files"
11137 msgstr ""
11139 #: schemas/gnumeric-general.schemas.in.h:17
11140 msgid "Live Scrolling"
11141 msgstr ""
11143 #: schemas/gnumeric-general.schemas.in.h:18
11144 msgid "Maximal Undo Size"
11145 msgstr ""
11147 #: schemas/gnumeric-general.schemas.in.h:19
11148 msgid "Number of Automatic Clauses"
11149 msgstr ""
11151 #: schemas/gnumeric-general.schemas.in.h:20
11152 msgid "Number of Undo Items"
11153 msgstr ""
11155 #: schemas/gnumeric-general.schemas.in.h:21
11156 msgid "Prefer CLIPBOARD over PRIMARY selection"
11157 msgstr ""
11159 #: schemas/gnumeric-general.schemas.in.h:23
11160 msgid "Screen resolution in the horizontal direction."
11161 msgstr ""
11163 #: schemas/gnumeric-general.schemas.in.h:24
11164 msgid "Screen resolution in the vertical direction."
11165 msgstr ""
11167 #: schemas/gnumeric-general.schemas.in.h:25
11168 msgid ""
11169 "Setting this option will cause the sort buttons on the toolbar to perform a "
11170 "case-sensitive sort and determine the initial state of the case-sensitive "
11171 "checkbox in the sort dialog."
11172 msgstr ""
11174 #: schemas/gnumeric-general.schemas.in.h:26
11175 msgid ""
11176 "Setting this option will cause the sort buttons on the toolbar to preserve "
11177 "the cell formats while sorting and determines the initial state of the "
11178 "preserve-formats checkbox in the sort dialog."
11179 msgstr ""
11181 #: schemas/gnumeric-general.schemas.in.h:27
11182 msgid "Show Sheet Name in Undo List"
11183 msgstr ""
11185 #: schemas/gnumeric-general.schemas.in.h:28
11186 msgid ""
11187 "Some file formats can contain only a single sheet. This variable determines "
11188 "whether the user will be warned if only a single sheet of a multi-sheet "
11189 "workbook is being saved."
11190 msgstr ""
11192 #: schemas/gnumeric-general.schemas.in.h:29 src/GNOME_Gnumeric.xml.h:233
11193 #: src/workbook-control-gui.c:4056
11194 msgid "Sort Ascending"
11195 msgstr ""
11197 #: schemas/gnumeric-general.schemas.in.h:30
11198 msgid "Sort is Case-Sensitive"
11199 msgstr ""
11201 #: schemas/gnumeric-general.schemas.in.h:31
11202 msgid "Sorting Preserves Formats"
11203 msgstr ""
11205 #: schemas/gnumeric-general.schemas.in.h:32
11206 msgid "The default font is bold."
11207 msgstr ""
11209 #: schemas/gnumeric-general.schemas.in.h:33
11210 msgid "The default font is italic."
11211 msgstr ""
11213 #: schemas/gnumeric-general.schemas.in.h:34
11214 msgid "The default font name for new workbooks."
11215 msgstr ""
11217 #: schemas/gnumeric-general.schemas.in.h:35
11218 msgid "The default font size for new workbooks."
11219 msgstr ""
11221 #: schemas/gnumeric-general.schemas.in.h:36
11222 msgid ""
11223 "The file menu shows a list of recently used functions. This is that list."
11224 msgstr ""
11226 #: schemas/gnumeric-general.schemas.in.h:37
11227 msgid "The initial zoom factor for new workbooks."
11228 msgstr ""
11230 #: schemas/gnumeric-general.schemas.in.h:38
11231 msgid "The number of files kept in the `recent' section of the file menu."
11232 msgstr ""
11234 #: schemas/gnumeric-general.schemas.in.h:39
11235 msgid "The number of sheets initially created in a new workbook."
11236 msgstr ""
11238 #: schemas/gnumeric-general.schemas.in.h:40
11239 msgid ""
11240 "This integer (between 0 and 9) specifies the amount of compression performed "
11241 "by Gnumeric when saving files in the default file format. 0 is no "
11242 "compression while 9 is maximum compression."
11243 msgstr ""
11245 #: schemas/gnumeric-general.schemas.in.h:41
11246 msgid ""
11247 "This number (between 0.25 and 1.00) gives the horizontal fraction of the "
11248 "screen size covered by the default window."
11249 msgstr ""
11251 #: schemas/gnumeric-general.schemas.in.h:42
11252 msgid ""
11253 "This number (between 0.25 and 1.00) gives the vertical fraction of the "
11254 "screen size covered by the default window."
11255 msgstr ""
11257 #: schemas/gnumeric-general.schemas.in.h:43
11258 msgid ""
11259 "This option determines the initial state of the sort-order button in the "
11260 "sort dialog."
11261 msgstr ""
11263 #: schemas/gnumeric-general.schemas.in.h:44
11264 msgid ""
11265 "This value determines the length of the undo chain. Each editing action has "
11266 "a size associate with it, to compare it with the memory requirements of a "
11267 "simple one-cell edit (size of 1). The undo list will be truncated when its "
11268 "total size exceeds this configurable value."
11269 msgstr ""
11271 #: schemas/gnumeric-general.schemas.in.h:45
11272 msgid ""
11273 "This value determines the maximum number of items in the undo/redo list."
11274 msgstr ""
11276 #: schemas/gnumeric-general.schemas.in.h:46
11277 msgid ""
11278 "This value determines whether the default font for a new workbook is bold."
11279 msgstr ""
11281 #: schemas/gnumeric-general.schemas.in.h:47
11282 msgid ""
11283 "This value determines whether the default font for a new workbook is italic."
11284 msgstr ""
11286 #: schemas/gnumeric-general.schemas.in.h:48
11287 msgid ""
11288 "This value determines whether to show the sheet names in the undo and redo "
11289 "lists."
11290 msgstr ""
11292 #: schemas/gnumeric-general.schemas.in.h:49
11293 msgid ""
11294 "This value is indicative of the maximum length of the command descriptors in "
11295 "the undo and redo chains."
11296 msgstr ""
11298 #: schemas/gnumeric-general.schemas.in.h:50
11299 msgid "This variable determines whether autocompletion is set on."
11300 msgstr ""
11302 #: schemas/gnumeric-general.schemas.in.h:51
11303 msgid ""
11304 "This variable determines whether live (versus delayed) scrolling is "
11305 "performed."
11306 msgstr ""
11308 #: schemas/gnumeric-general.schemas.in.h:52
11309 msgid "This variable determines whether transition keys are set on."
11310 msgstr ""
11312 #: schemas/gnumeric-general.schemas.in.h:53
11313 msgid "Toolbar Style"
11314 msgstr ""
11316 #: schemas/gnumeric-general.schemas.in.h:54
11317 msgid "Toolbar Style. Valid values are both, both_horiz, icon, and text"
11318 msgstr ""
11320 #: schemas/gnumeric-general.schemas.in.h:55
11321 msgid "Transition Keys"
11322 msgstr ""
11324 #: schemas/gnumeric-general.schemas.in.h:56
11325 msgid "Vertical DPI"
11326 msgstr ""
11328 #: schemas/gnumeric-general.schemas.in.h:57
11329 msgid "Warn When Exporting Into Single Sheet Format"
11330 msgstr ""
11332 #: schemas/gnumeric-general.schemas.in.h:58
11333 msgid ""
11334 "When TRUE, Gnumeric will prefer the modern CLIPBOARD selection over the "
11335 "legacy PRIMARY selections. Set to FALSE if you have to deal with older "
11336 "applications, like Xterm or Emacs, which set only the PRIMARY selection."
11337 msgstr ""
11339 #: schemas/gnumeric-general.schemas.in.h:59
11340 msgid ""
11341 "When selecting a sort region in the sort dialog, search clauses are "
11342 "automatically added. This number determines the maximum number of clauses to "
11343 "be added automatically."
11344 msgstr ""
11346 #: schemas/gnumeric-plugins.schemas.in.h:1
11347 msgid ""
11348 "This setting determines whether created LaTeX files use UTF-8 (unicode) or "
11349 "ISO-8859-1 (Latin1). To use the UTF-8 files, you must have the ucs LaTeX "
11350 "package installed."
11351 msgstr ""
11353 #: schemas/gnumeric-plugins.schemas.in.h:2
11354 msgid "Use UTF-8 in LaTeX Export"
11355 msgstr ""
11357 #: src/GNOME_Gnumeric.xml.h:1
11358 msgid "About this application"
11359 msgstr ""
11361 #: src/GNOME_Gnumeric.xml.h:2 src/workbook-control-gui.c:1554
11362 #: src/workbook-control-gui.c:3931
11363 msgid "Add _Auto Filter"
11364 msgstr ""
11366 #: src/GNOME_Gnumeric.xml.h:3
11367 msgid "Add a scenario"
11368 msgstr ""
11370 #: src/GNOME_Gnumeric.xml.h:4 src/workbook-control-gui.c:3894
11371 msgid "Add an outline group"
11372 msgstr ""
11374 #: src/GNOME_Gnumeric.xml.h:5 src/workbook-control-gui.c:3932
11375 msgid "Add or remove a filter"
11376 msgstr ""
11378 #: src/GNOME_Gnumeric.xml.h:6 src/workbook-control-gui.c:3937
11379 msgid "Advanced _Filter..."
11380 msgstr ""
11382 #: src/GNOME_Gnumeric.xml.h:7 src/workbook-format-toolbar.c:481
11383 msgid "Align the contents to the left and decrease the indent"
11384 msgstr ""
11386 #: src/GNOME_Gnumeric.xml.h:8 src/workbook-format-toolbar.c:484
11387 msgid "Align the contents to the left and increase the indent"
11388 msgstr ""
11390 #: src/GNOME_Gnumeric.xml.h:9 src/workbook-control-gui.c:3469
11391 msgid "Append a new sheet"
11392 msgstr ""
11394 #: src/GNOME_Gnumeric.xml.h:10 src/workbook-object-toolbar.c:177
11395 msgid "Arrow"
11396 msgstr ""
11398 #: src/GNOME_Gnumeric.xml.h:11 src/workbook-control-gui.c:3850
11399 msgid "Auto _Correct..."
11400 msgstr ""
11402 #: src/GNOME_Gnumeric.xml.h:12 src/workbook-control-gui.c:3437
11403 msgid "Auto_fill"
11404 msgstr ""
11406 #: src/GNOME_Gnumeric.xml.h:13 src/workbook-control-gui.c:3438
11407 msgid "Automatically fill the current selection"
11408 msgstr ""
11410 #: src/GNOME_Gnumeric.xml.h:14 src/workbook-control-gui.c:3851
11411 msgid "Automatically perform simple spell checking"
11412 msgstr ""
11414 #: src/GNOME_Gnumeric.xml.h:15 src/workbook-control-gui.c:3854
11415 msgid "Automatically save the current document at regular intervals"
11416 msgstr ""
11418 #: src/GNOME_Gnumeric.xml.h:16 src/dialogs/cell-format.glade.h:29
11419 #: src/dialogs/dialog-cell-format.c:2288 src/workbook-format-toolbar.c:818
11420 #: src/workbook-format-toolbar.c:876
11421 msgid "Background"
11422 msgstr ""
11424 #: src/GNOME_Gnumeric.xml.h:17 src/widgets/widget-font-selector.c:151
11425 #: src/workbook-format-toolbar.c:415
11426 msgid "Bold"
11427 msgstr ""
11429 #: src/GNOME_Gnumeric.xml.h:18 src/workbook-format-toolbar.c:804
11430 #: src/workbook-format-toolbar.c:873
11431 msgid "Borders"
11432 msgstr ""
11434 #: src/GNOME_Gnumeric.xml.h:19 src/sheet-object-widget.c:439
11435 #: src/workbook-object-toolbar.c:155
11436 msgid "Button"
11437 msgstr ""
11439 #: src/GNOME_Gnumeric.xml.h:20 src/workbook-control-gui.c:3597
11440 msgid "C_ells..."
11441 msgstr ""
11443 #: src/GNOME_Gnumeric.xml.h:21 src/workbook-control-gui.c:3612
11444 msgid "C_hart..."
11445 msgstr ""
11447 #: src/GNOME_Gnumeric.xml.h:22 src/workbook-control-gui.c:3504
11448 msgid "C_lear"
11449 msgstr ""
11451 #: src/GNOME_Gnumeric.xml.h:23 src/workbook-control-gui.c:3723
11452 msgid "C_olumn"
11453 msgstr ""
11455 #: src/GNOME_Gnumeric.xml.h:24 src/workbook-format-toolbar.c:442
11456 msgid "Center"
11457 msgstr ""
11459 #: src/GNOME_Gnumeric.xml.h:25 src/workbook-format-toolbar.c:450
11460 msgid "Center Across Selection"
11461 msgstr ""
11463 #: src/GNOME_Gnumeric.xml.h:26 src/workbook-format-toolbar.c:450
11464 msgid "Center across the selected cells"
11465 msgstr ""
11467 #: src/GNOME_Gnumeric.xml.h:27 src/workbook-control-gui.c:3375
11468 msgid "Change Gnumeric Preferences"
11469 msgstr ""
11471 #: src/GNOME_Gnumeric.xml.h:28 src/workbook-control-gui.c:3657
11472 msgid "Change height of the selected rows"
11473 msgstr ""
11475 #: src/GNOME_Gnumeric.xml.h:29 src/workbook-control-gui.c:3650
11476 msgid "Change the default column width"
11477 msgstr ""
11479 #: src/GNOME_Gnumeric.xml.h:30 src/workbook-control-gui.c:3669
11480 msgid "Change the default row height"
11481 msgstr ""
11483 #: src/GNOME_Gnumeric.xml.h:31 src/workbook-control-gui.c:3638
11484 msgid "Change width of the selected columns"
11485 msgstr ""
11487 #: src/GNOME_Gnumeric.xml.h:32 src/workbook-control-gui.c:4065
11488 msgid "Chart Guru"
11489 msgstr ""
11491 #: src/GNOME_Gnumeric.xml.h:33 src/workbook-object-toolbar.c:159
11492 msgid "Checkbox"
11493 msgstr ""
11495 #: src/GNOME_Gnumeric.xml.h:34 src/workbook-control-gui.c:3394
11496 msgid "Clear the selected cells' comments"
11497 msgstr ""
11499 #: src/GNOME_Gnumeric.xml.h:35 src/workbook-control-gui.c:3397
11500 msgid "Clear the selected cells' contents"
11501 msgstr ""
11503 #: src/GNOME_Gnumeric.xml.h:36 src/workbook-control-gui.c:3391
11504 msgid "Clear the selected cells' formats"
11505 msgstr ""
11507 #: src/GNOME_Gnumeric.xml.h:37 src/workbook-control-gui.c:3388
11508 msgid "Clear the selected cells' formats, comments, and contents"
11509 msgstr ""
11511 #: src/GNOME_Gnumeric.xml.h:38
11512 msgid "Close the current file"
11513 msgstr ""
11515 #: src/GNOME_Gnumeric.xml.h:39 src/workbook-control-gui.c:3513
11516 msgid "Co_mment..."
11517 msgstr ""
11519 #: src/GNOME_Gnumeric.xml.h:40 src/dialogs/print.glade.h:7
11520 #: src/workbook-control-gui.c:3393
11521 msgid "Co_mments"
11522 msgstr ""
11524 #: src/GNOME_Gnumeric.xml.h:41 src/workbook-control-gui.c:3809
11525 msgid "Co_variance..."
11526 msgstr ""
11528 #: src/GNOME_Gnumeric.xml.h:42 src/workbook-control-gui.c:3888
11529 msgid "Collapse an outline group"
11530 msgstr ""
11532 #: src/GNOME_Gnumeric.xml.h:43 src/workbook-object-toolbar.c:171
11533 msgid "Combo Box"
11534 msgstr ""
11536 #: src/GNOME_Gnumeric.xml.h:44
11537 msgid "Comparing two population means for two paired samples: t-test"
11538 msgstr ""
11540 #: src/GNOME_Gnumeric.xml.h:45
11541 msgid ""
11542 "Comparing two population means for two unpaired samples from populations "
11543 "with equal variances: t-test"
11544 msgstr ""
11546 #: src/GNOME_Gnumeric.xml.h:46
11547 msgid ""
11548 "Comparing two population means for two unpaired samples from populations "
11549 "with unequal variances: t-test"
11550 msgstr ""
11552 #: src/GNOME_Gnumeric.xml.h:47
11553 msgid ""
11554 "Comparing two population means from populations with known variances or "
11555 "using a large sample: z-test"
11556 msgstr ""
11558 #: src/GNOME_Gnumeric.xml.h:48 src/workbook-control-gui.c:3837
11559 msgid "Comparing two population variances"
11560 msgstr ""
11562 #: src/GNOME_Gnumeric.xml.h:49
11563 msgid "Configure toolbars"
11564 msgstr ""
11566 #: src/GNOME_Gnumeric.xml.h:50 src/workbook-control-gui.c:3963
11567 msgid "Consolidate regions using a function"
11568 msgstr ""
11570 #: src/GNOME_Gnumeric.xml.h:51 src/sheet-view.c:313
11571 #: src/workbook-control-gui.c:4022
11572 msgid "Copy"
11573 msgstr ""
11575 #: src/GNOME_Gnumeric.xml.h:52
11576 msgid "Copy the selection"
11577 msgstr ""
11579 #: src/GNOME_Gnumeric.xml.h:53 src/workbook-control-gui.c:4022
11580 msgid "Copy the selection to the clipboard"
11581 msgstr ""
11583 #: src/GNOME_Gnumeric.xml.h:54 src/dialogs/covariance.glade.h:3
11584 #: src/tools/analysis-tools.c:888 src/tools/analysis-tools.c:891
11585 #: src/workbook-control-gui.c:3810
11586 msgid "Covariance"
11587 msgstr ""
11589 #: src/GNOME_Gnumeric.xml.h:55 src/workbook-object-toolbar.c:155
11590 msgid "Create a button"
11591 msgstr ""
11593 #: src/GNOME_Gnumeric.xml.h:56 src/workbook-object-toolbar.c:159
11594 msgid "Create a checkbox"
11595 msgstr ""
11597 #: src/GNOME_Gnumeric.xml.h:57 src/workbook-object-toolbar.c:171
11598 msgid "Create a combo box"
11599 msgstr ""
11601 #: src/GNOME_Gnumeric.xml.h:58 src/workbook-object-toolbar.c:150
11602 msgid "Create a frame"
11603 msgstr ""
11605 #: src/GNOME_Gnumeric.xml.h:59 src/workbook-object-toolbar.c:147
11606 msgid "Create a label"
11607 msgstr ""
11609 #: src/GNOME_Gnumeric.xml.h:60 src/workbook-object-toolbar.c:174
11610 msgid "Create a line object"
11611 msgstr ""
11613 #: src/GNOME_Gnumeric.xml.h:61 src/workbook-object-toolbar.c:168
11614 msgid "Create a list"
11615 msgstr ""
11617 #: src/GNOME_Gnumeric.xml.h:62
11618 msgid "Create a new shared view of the workbook"
11619 msgstr ""
11621 #: src/GNOME_Gnumeric.xml.h:63 src/workbook-control-gui.c:3344
11622 #: src/workbook-control-gui.c:3998
11623 msgid "Create a new workbook"
11624 msgstr ""
11626 #: src/GNOME_Gnumeric.xml.h:64 src/workbook-control-gui.c:3969
11627 msgid "Create a pivot table"
11628 msgstr ""
11630 #: src/GNOME_Gnumeric.xml.h:65 src/workbook-object-toolbar.c:164
11631 msgid "Create a radio button"
11632 msgstr ""
11634 #: src/GNOME_Gnumeric.xml.h:66 src/workbook-object-toolbar.c:180
11635 msgid "Create a rectangle object"
11636 msgstr ""
11638 #: src/GNOME_Gnumeric.xml.h:67 src/workbook-object-toolbar.c:187
11639 msgid "Create a scrollbar"
11640 msgstr ""
11642 #: src/GNOME_Gnumeric.xml.h:68 src/workbook-object-toolbar.c:193
11643 msgid "Create a slider"
11644 msgstr ""
11646 #: src/GNOME_Gnumeric.xml.h:69 src/workbook-object-toolbar.c:190
11647 msgid "Create a spin button"
11648 msgstr ""
11650 #: src/GNOME_Gnumeric.xml.h:70 src/workbook-object-toolbar.c:177
11651 msgid "Create an arrow object"
11652 msgstr ""
11654 #: src/GNOME_Gnumeric.xml.h:71 src/workbook-object-toolbar.c:183
11655 msgid "Create an ellipse object"
11656 msgstr ""
11658 #: src/GNOME_Gnumeric.xml.h:72 src/sheet-control-gui.c:1502
11659 msgid "Cu_t"
11660 msgstr ""
11662 #. Default <Ctrl-;> (control semi-colon) to insert the current date
11663 #: src/GNOME_Gnumeric.xml.h:73 src/workbook-control-gui.c:3570
11664 msgid "Current _date"
11665 msgstr ""
11667 #. Default <Ctrl-:> (control colon) to insert the current time
11668 #: src/GNOME_Gnumeric.xml.h:74 src/workbook-control-gui.c:3576
11669 msgid "Current _time"
11670 msgstr ""
11672 #: src/GNOME_Gnumeric.xml.h:75 src/sheet-view.c:338 src/sheet-view.c:341
11673 #: src/workbook-control-gui.c:4019
11674 msgid "Cut"
11675 msgstr ""
11677 #: src/GNOME_Gnumeric.xml.h:76
11678 msgid "Cut the selection"
11679 msgstr ""
11681 #: src/GNOME_Gnumeric.xml.h:77 src/workbook-control-gui.c:4019
11682 msgid "Cut the selection to the clipboard"
11683 msgstr ""
11685 #: src/GNOME_Gnumeric.xml.h:78 src/workbook-format-toolbar.c:401
11686 #: src/workbook-format-toolbar.c:481
11687 msgid "Decrease Indent"
11688 msgstr ""
11690 #: src/GNOME_Gnumeric.xml.h:79 src/workbook-format-toolbar.c:475
11691 msgid "Decrease Precision"
11692 msgstr ""
11694 #: src/GNOME_Gnumeric.xml.h:80 src/workbook-format-toolbar.c:475
11695 msgid "Decrease the number of decimals displayed"
11696 msgstr ""
11698 #: src/GNOME_Gnumeric.xml.h:81 src/workbook-control-gui.c:3684
11699 msgid "Display _Formulæ"
11700 msgstr ""
11702 #: src/GNOME_Gnumeric.xml.h:82 src/workbook-control-gui.c:3903
11703 msgid "Display _Outlines"
11704 msgstr ""
11706 #: src/GNOME_Gnumeric.xml.h:83 src/workbook-control-gui.c:3685
11707 msgid "Display the value of a formula or the formula itself"
11708 msgstr ""
11710 #: src/GNOME_Gnumeric.xml.h:84 src/workbook-control-gui.c:4053
11711 msgid "Edit a function in the current cell"
11712 msgstr ""
11714 #: src/GNOME_Gnumeric.xml.h:85 src/workbook-control-gui.c:3371
11715 msgid "Edit descriptive information"
11716 msgstr ""
11718 #: src/GNOME_Gnumeric.xml.h:86 src/workbook-control-gui.c:3585
11719 msgid "Edit sheet and workbook names"
11720 msgstr ""
11722 #: src/GNOME_Gnumeric.xml.h:87 src/workbook-control-gui.c:3731
11723 msgid "Edit the Gnumeric Preferences"
11724 msgstr ""
11726 #: src/GNOME_Gnumeric.xml.h:88 src/workbook-control-gui.c:3514
11727 msgid "Edit the selected cell's comment"
11728 msgstr ""
11730 #: src/GNOME_Gnumeric.xml.h:89 src/workbook-object-toolbar.c:183
11731 msgid "Ellipse"
11732 msgstr ""
11734 #: src/GNOME_Gnumeric.xml.h:90 src/workbook-control-gui.c:3641
11735 msgid "Ensure columns are just wide enough to display content"
11736 msgstr ""
11738 #: src/GNOME_Gnumeric.xml.h:91 src/workbook-control-gui.c:3660
11739 msgid "Ensure rows are just tall enough to display content"
11740 msgstr ""
11742 #: src/GNOME_Gnumeric.xml.h:92
11743 msgid "Exponential smoothing"
11744 msgstr ""
11746 #: src/GNOME_Gnumeric.xml.h:93 src/workbook-control-gui.c:3816
11747 msgid "F_orecasting"
11748 msgstr ""
11750 #: src/GNOME_Gnumeric.xml.h:94 src/workbook-control-gui.c:3989
11751 msgid "F_ormat"
11752 msgstr ""
11754 #: src/GNOME_Gnumeric.xml.h:95 src/workbook-control-gui.c:3447
11755 msgid "Fill according to a linear or exponential series"
11756 msgstr ""
11758 #: src/GNOME_Gnumeric.xml.h:96 src/workbook-control-gui.c:3938
11759 msgid "Filter data with given criteria"
11760 msgstr ""
11762 #: src/GNOME_Gnumeric.xml.h:97
11763 #: src/cut-n-paste-code/goffice/graph/gog-style.c:924
11764 #: src/dialogs/cell-format.glade.h:43 src/dialogs/dialog-preferences.c:1500
11765 #: src/workbook-format-toolbar.c:412
11766 msgid "Font"
11767 msgstr ""
11769 #: src/GNOME_Gnumeric.xml.h:98 src/workbook-format-toolbar.c:412
11770 #: src/workbook-format-toolbar.c:868
11771 msgid "Font selector"
11772 msgstr ""
11774 #: src/GNOME_Gnumeric.xml.h:99 src/workbook-format-toolbar.c:870
11775 msgid "Font size"
11776 msgstr ""
11778 #: src/GNOME_Gnumeric.xml.h:100 src/dialogs/dialog-cell-format.c:2283
11779 #: src/workbook-format-toolbar.c:843 src/workbook-format-toolbar.c:879
11780 msgid "Foreground"
11781 msgstr ""
11783 #: src/GNOME_Gnumeric.xml.h:101 src/workbook-control-gui.c:3735
11784 msgid "Format a region of cells according to a pre-defined template"
11785 msgstr ""
11787 #: src/GNOME_Gnumeric.xml.h:102 src/dialogs/fourier-analysis.glade.h:3
11788 #: src/workbook-control-gui.c:3819
11789 msgid "Fourier Analysis"
11790 msgstr ""
11792 #: src/GNOME_Gnumeric.xml.h:103 src/sheet-object-widget.c:214
11793 #: src/workbook-object-toolbar.c:150
11794 msgid "Frame"
11795 msgstr ""
11797 #: src/GNOME_Gnumeric.xml.h:104 src/workbook-control-gui.c:1539
11798 #: src/workbook-control-gui.c:3561
11799 msgid "Freeze the top left of the sheet"
11800 msgstr ""
11802 #: src/GNOME_Gnumeric.xml.h:105 src/dialogs/function-select.glade.h:3
11803 #: src/workbook-control-gui.c:4052
11804 msgid "Function"
11805 msgstr ""
11807 #: src/GNOME_Gnumeric.xml.h:106 src/workbook-control-gui.c:3450
11808 msgid "Generate random numbers of a selection of distributions"
11809 msgstr ""
11811 #: src/GNOME_Gnumeric.xml.h:107 src/workbook-control-gui.c:3972
11812 msgid "Get _External Data"
11813 msgstr ""
11815 #: src/GNOME_Gnumeric.xml.h:108 src/workbook-control-gui.c:3656
11816 msgid "H_eight..."
11817 msgstr ""
11819 #: src/GNOME_Gnumeric.xml.h:109 src/workbook-control-gui.c:3702
11820 msgid "Hide _Column Headers"
11821 msgstr ""
11823 #: src/GNOME_Gnumeric.xml.h:110 src/workbook-control-gui.c:3696
11824 msgid "Hide _Gridlines"
11825 msgstr ""
11827 #: src/GNOME_Gnumeric.xml.h:111 src/workbook-control-gui.c:3708
11828 msgid "Hide _Row Headers"
11829 msgstr ""
11831 #: src/GNOME_Gnumeric.xml.h:112 src/workbook-control-gui.c:3690
11832 msgid "Hide _Zeros"
11833 msgstr ""
11835 #: src/GNOME_Gnumeric.xml.h:113 src/workbook-control-gui.c:3644
11836 msgid "Hide the selected columns"
11837 msgstr ""
11839 #: src/GNOME_Gnumeric.xml.h:114 src/workbook-control-gui.c:3663
11840 msgid "Hide the selected rows"
11841 msgstr ""
11843 #: src/GNOME_Gnumeric.xml.h:115 src/workbook-control-gui.c:3626
11844 msgid "Hyper_link..."
11845 msgstr ""
11847 #: src/GNOME_Gnumeric.xml.h:116 src/workbook-control-gui.c:4044
11848 msgid "Hyperlink"
11849 msgstr ""
11851 #: src/GNOME_Gnumeric.xml.h:117 src/workbook-control-gui.c:3924
11852 msgid "Import _Text File..."
11853 msgstr ""
11855 #: src/GNOME_Gnumeric.xml.h:118 src/workbook-control-gui.c:3925
11856 msgid "Import the text from a file"
11857 msgstr ""
11859 #: src/GNOME_Gnumeric.xml.h:119 src/workbook-format-toolbar.c:380
11860 #: src/workbook-format-toolbar.c:484
11861 msgid "Increase Indent"
11862 msgstr ""
11864 #: src/GNOME_Gnumeric.xml.h:120 src/workbook-format-toolbar.c:472
11865 msgid "Increase Precision"
11866 msgstr ""
11868 #: src/GNOME_Gnumeric.xml.h:121 src/workbook-format-toolbar.c:472
11869 msgid "Increase the number of decimals displayed"
11870 msgstr ""
11872 #: src/GNOME_Gnumeric.xml.h:122
11873 msgid "Insert Component"
11874 msgstr ""
11876 #: src/GNOME_Gnumeric.xml.h:123
11877 msgid "Insert Shaped Component"
11878 msgstr ""
11880 #: src/GNOME_Gnumeric.xml.h:124 src/workbook-control-gui.c:3627
11881 #: src/workbook-control-gui.c:4045
11882 msgid "Insert a Hyperlink"
11883 msgstr ""
11885 #: src/GNOME_Gnumeric.xml.h:125 src/workbook-control-gui.c:3621
11886 msgid "Insert a function into the selected cell"
11887 msgstr ""
11889 #: src/GNOME_Gnumeric.xml.h:126 src/workbook-control-gui.c:3465
11890 #: src/workbook-control-gui.c:3607
11891 msgid "Insert a new sheet"
11892 msgstr ""
11894 #: src/GNOME_Gnumeric.xml.h:127
11895 msgid "Insert a shaped component into the spreadsheet"
11896 msgstr ""
11898 #: src/GNOME_Gnumeric.xml.h:128 src/workbook-control-gui.c:3617
11899 msgid "Insert an image"
11900 msgstr ""
11902 #: src/GNOME_Gnumeric.xml.h:129
11903 msgid "Insert an object into the spreadsheet"
11904 msgstr ""
11906 #: src/GNOME_Gnumeric.xml.h:130 src/workbook-control-gui.c:3598
11907 msgid "Insert new cells"
11908 msgstr ""
11910 #: src/GNOME_Gnumeric.xml.h:131 src/workbook-control-gui.c:3601
11911 msgid "Insert new columns"
11912 msgstr ""
11914 #: src/GNOME_Gnumeric.xml.h:132 src/workbook-control-gui.c:3604
11915 msgid "Insert new rows"
11916 msgstr ""
11918 #: src/GNOME_Gnumeric.xml.h:133 src/workbook-control-gui.c:3571
11919 msgid "Insert the current date into the selected cell(s)"
11920 msgstr ""
11922 #: src/GNOME_Gnumeric.xml.h:134 src/workbook-control-gui.c:3577
11923 msgid "Insert the current time into the selected cell(s)"
11924 msgstr ""
11926 #: src/GNOME_Gnumeric.xml.h:135
11927 msgid "Inserts a Bonobo object"
11928 msgstr ""
11930 #: src/GNOME_Gnumeric.xml.h:136
11931 msgid "Inserts a Shaped Bonobo object"
11932 msgstr ""
11934 #: src/GNOME_Gnumeric.xml.h:137 src/workbook-control-gui.c:3477
11935 msgid "Irrevocably remove an entire sheet"
11936 msgstr ""
11938 #: src/GNOME_Gnumeric.xml.h:138 src/widgets/widget-font-selector.c:153
11939 #: src/workbook-format-toolbar.c:422
11940 msgid "Italic"
11941 msgstr ""
11943 #: src/GNOME_Gnumeric.xml.h:139 src/workbook-control-gui.c:3860
11944 msgid "Iteratively recalculate to find a target value"
11945 msgstr ""
11947 #: src/GNOME_Gnumeric.xml.h:140 src/workbook-control-gui.c:3864
11948 msgid "Iteratively recalculate with constraints to approach a target value"
11949 msgstr ""
11951 #: src/GNOME_Gnumeric.xml.h:141 src/workbook-control-gui.c:3538
11952 msgid "Jump to a specified cell"
11953 msgstr ""
11955 #: src/GNOME_Gnumeric.xml.h:142
11956 #: src/cut-n-paste-code/goffice/graph/gog-axis.c:733
11957 #: src/sheet-object-graphic.c:1451 src/workbook-object-toolbar.c:147
11958 msgid "Label"
11959 msgstr ""
11961 #: src/GNOME_Gnumeric.xml.h:143 src/workbook-control-gui.c:3613
11962 #: src/workbook-control-gui.c:4066
11963 msgid "Launch the Chart Guru"
11964 msgstr ""
11966 #: src/GNOME_Gnumeric.xml.h:144 src/workbook-format-toolbar.c:438
11967 msgid "Left Align"
11968 msgstr ""
11970 #: src/GNOME_Gnumeric.xml.h:145 src/workbook-format-toolbar.c:438
11971 msgid "Left align"
11972 msgstr ""
11974 #: src/GNOME_Gnumeric.xml.h:146
11975 #: src/cut-n-paste-code/goffice/graph/plugins/plot_barcol/plot-types.xml.in.h:18
11976 #: src/dialogs/dialog-stf-main-page.c:369 src/workbook-object-toolbar.c:174
11977 msgid "Line"
11978 msgstr ""
11980 #: src/GNOME_Gnumeric.xml.h:147 src/workbook-object-toolbar.c:168
11981 msgid "List"
11982 msgstr ""
11984 #: src/GNOME_Gnumeric.xml.h:148 src/workbook-control-gui.c:3473
11985 msgid "Make a copy of the current sheet"
11986 msgstr ""
11988 #: src/GNOME_Gnumeric.xml.h:149 src/workbook-control-gui.c:3444
11989 msgid "Make a table of a cell's value as a function of other cells"
11990 msgstr ""
11992 #: src/GNOME_Gnumeric.xml.h:150 src/workbook-control-gui.c:3647
11993 msgid "Make any hidden columns in the selection visible"
11994 msgstr ""
11996 #: src/GNOME_Gnumeric.xml.h:151 src/workbook-control-gui.c:3666
11997 msgid "Make any hidden rows in the selection visible"
11998 msgstr ""
12000 #: src/GNOME_Gnumeric.xml.h:152 src/workbook-control-gui.c:3845
12001 msgid "Manage available plugin modules"
12002 msgstr ""
12004 #: src/GNOME_Gnumeric.xml.h:153 src/workbook-control-gui.c:3459
12005 #: src/workbook-control-gui.c:3676
12006 msgid "Manage the sheets in this workbook"
12007 msgstr ""
12009 #: src/GNOME_Gnumeric.xml.h:154 src/sheet-merge.c:73
12010 #: src/workbook-format-toolbar.c:454
12011 msgid "Merge"
12012 msgstr ""
12014 #: src/GNOME_Gnumeric.xml.h:155 src/workbook-format-toolbar.c:454
12015 msgid "Merge a range of cells"
12016 msgstr ""
12018 #: src/GNOME_Gnumeric.xml.h:156 src/workbook-control-gui.c:3441
12019 msgid ""
12020 "Merges columnar data into a sheet creating duplicate sheets for each row"
12021 msgstr ""
12023 #: src/GNOME_Gnumeric.xml.h:157 src/workbook-control-gui.c:3720
12024 msgid "Modify the formatting of the selected cells"
12025 msgstr ""
12027 #: src/GNOME_Gnumeric.xml.h:158 src/workbook-control-gui.c:3728
12028 msgid "Modify the workbook attributes"
12029 msgstr ""
12031 #: src/GNOME_Gnumeric.xml.h:159 src/workbook-format-toolbar.c:463
12032 msgid "Money"
12033 msgstr ""
12035 #: src/GNOME_Gnumeric.xml.h:160
12036 msgid "Moving average"
12037 msgstr ""
12039 #: src/GNOME_Gnumeric.xml.h:161 src/workbook-control-gui.c:3998
12040 msgid "New"
12041 msgstr ""
12043 #: src/GNOME_Gnumeric.xml.h:162
12044 msgid "One Factor Analysis of Variance"
12045 msgstr ""
12047 #: src/GNOME_Gnumeric.xml.h:163 src/workbook-control-gui.c:4001
12048 msgid "Open"
12049 msgstr ""
12051 #: src/GNOME_Gnumeric.xml.h:164 src/workbook-control-gui.c:4001
12052 msgid "Open a file"
12053 msgstr ""
12055 #: src/GNOME_Gnumeric.xml.h:165 src/workbook-control-gui.c:3909
12056 msgid "Outlines _Below"
12057 msgstr ""
12059 #: src/GNOME_Gnumeric.xml.h:166 src/workbook-control-gui.c:3915
12060 msgid "Outlines _Right"
12061 msgstr ""
12063 #: src/GNOME_Gnumeric.xml.h:167
12064 msgid "P_aste Special..."
12065 msgstr ""
12067 #: src/GNOME_Gnumeric.xml.h:168 src/GNOME_Gnumeric_Component.xml.h:4
12068 #: src/workbook-control-gui.c:3354
12069 msgid "Page Set_up..."
12070 msgstr ""
12072 #: src/GNOME_Gnumeric.xml.h:169 src/workbook-control-gui.c:3960
12073 msgid "Parse the text in the selection into data"
12074 msgstr ""
12076 #: src/GNOME_Gnumeric.xml.h:170 src/cmd-edit.c:344
12077 #: src/workbook-control-gui.c:4025
12078 msgid "Paste"
12079 msgstr ""
12081 #: src/GNOME_Gnumeric.xml.h:171
12082 msgid "Paste the clipboard"
12083 msgstr ""
12085 #: src/GNOME_Gnumeric.xml.h:172 src/workbook-control-gui.c:4025
12086 msgid "Paste the contents of the clipboard"
12087 msgstr ""
12089 #: src/GNOME_Gnumeric.xml.h:173 src/workbook-control-gui.c:3499
12090 msgid "Paste with optional filters and transformations"
12091 msgstr ""
12093 #: src/GNOME_Gnumeric.xml.h:174 src/workbook-control-gui.c:3807
12094 msgid "Pearson Correlation"
12095 msgstr ""
12097 #: src/GNOME_Gnumeric.xml.h:175 src/workbook-format-toolbar.c:466
12098 msgid "Percent"
12099 msgstr ""
12101 #: src/GNOME_Gnumeric.xml.h:176 src/workbook-control-gui.c:3831
12102 msgid "Periodic and random samples"
12103 msgstr ""
12105 #: src/GNOME_Gnumeric.xml.h:177 src/workbook-control-gui.c:3374
12106 msgid "Preferen_ces..."
12107 msgstr ""
12109 #: src/GNOME_Gnumeric.xml.h:178 src/dialogs/print.glade.h:14
12110 #: src/workbook-control-gui.c:4010
12111 msgid "Print"
12112 msgstr ""
12114 #: src/GNOME_Gnumeric.xml.h:179 src/workbook-control-gui.c:3357
12115 msgid "Print Pre_view..."
12116 msgstr ""
12118 #: src/GNOME_Gnumeric.xml.h:180 src/workbook-control-gui.c:4013
12119 msgid "Print Preview"
12120 msgstr ""
12122 #: src/GNOME_Gnumeric.xml.h:181 src/GNOME_Gnumeric_Component.xml.h:6
12123 #: src/print.c:1329 src/workbook-control-gui.c:3358
12124 #: src/workbook-control-gui.c:4013
12125 msgid "Print preview"
12126 msgstr ""
12128 #: src/GNOME_Gnumeric.xml.h:182 src/GNOME_Gnumeric_Component.xml.h:7
12129 msgid "Print the current file"
12130 msgstr ""
12132 #: src/GNOME_Gnumeric.xml.h:183 src/workbook-control-gui.c:4010
12133 msgid "Print the workbook"
12134 msgstr ""
12136 #: src/GNOME_Gnumeric.xml.h:184 src/GNOME_Gnumeric_Component.xml.h:8
12137 #: src/workbook-control-gui.c:3370
12138 msgid "Proper_ties..."
12139 msgstr ""
12141 #: src/GNOME_Gnumeric.xml.h:185
12142 msgid "Quit the application"
12143 msgstr ""
12145 #: src/GNOME_Gnumeric.xml.h:186
12146 msgid "Radio Button"
12147 msgstr ""
12149 #: src/GNOME_Gnumeric.xml.h:187
12150 msgid "Ranks and _Percentiles..."
12151 msgstr ""
12153 #: src/GNOME_Gnumeric.xml.h:188 src/workbook-control-gui.c:3825
12154 msgid "Ranks, placements and percentiles"
12155 msgstr ""
12157 #: src/GNOME_Gnumeric.xml.h:189 src/workbook-control-gui.c:3480
12158 #: src/workbook-control-gui.c:3678
12159 msgid "Re_name"
12160 msgstr ""
12162 #: src/GNOME_Gnumeric.xml.h:190 src/workbook-control-gui.c:3543
12163 msgid "Recalculate"
12164 msgstr ""
12166 #: src/GNOME_Gnumeric.xml.h:191 src/workbook-control-gui.c:3544
12167 msgid "Recalculate the spreadsheet"
12168 msgstr ""
12170 #: src/GNOME_Gnumeric.xml.h:192 src/workbook-object-toolbar.c:180
12171 msgid "Rectangle"
12172 msgstr ""
12174 #: src/GNOME_Gnumeric.xml.h:193 src/workbook-control-gui.c:4289
12175 msgid "Redo the undone action"
12176 msgstr ""
12178 #: src/GNOME_Gnumeric.xml.h:194 src/workbook-control-gui.c:3828
12179 msgid "Regression Analysis"
12180 msgstr ""
12182 #: src/GNOME_Gnumeric.xml.h:195 src/workbook-control-gui.c:3897
12183 msgid "Remove an outline group"
12184 msgstr ""
12186 #: src/GNOME_Gnumeric.xml.h:196 src/workbook-control-gui.c:3507
12187 msgid "Remove selected cells, shifting others into their place"
12188 msgstr ""
12190 #: src/GNOME_Gnumeric.xml.h:197 src/workbook-control-gui.c:3481
12191 #: src/workbook-control-gui.c:3679
12192 msgid "Rename the current sheet"
12193 msgstr ""
12195 #: src/GNOME_Gnumeric.xml.h:198 src/workbook-format-toolbar.c:446
12196 msgid "Right Align"
12197 msgstr ""
12199 #: src/GNOME_Gnumeric.xml.h:199 src/workbook-format-toolbar.c:446
12200 msgid "Right align"
12201 msgstr ""
12203 #: src/GNOME_Gnumeric.xml.h:200 src/workbook-control-gui.c:3519
12204 msgid "S_heet"
12205 msgstr ""
12207 #: src/GNOME_Gnumeric.xml.h:201 src/workbook-control-gui.c:3631
12208 msgid "S_pecial"
12209 msgstr ""
12211 #: src/GNOME_Gnumeric.xml.h:202 src/workbook-control-gui.c:4004
12212 msgid "Save"
12213 msgstr ""
12215 #: src/GNOME_Gnumeric.xml.h:203
12216 msgid "Save _As..."
12217 msgstr ""
12219 #: src/GNOME_Gnumeric.xml.h:204 src/workbook-control-gui.c:4004
12220 msgid "Save the current workbook"
12221 msgstr ""
12223 #: src/GNOME_Gnumeric.xml.h:205
12224 msgid "Save the current workbook with a different name"
12225 msgstr ""
12227 #: src/GNOME_Gnumeric.xml.h:206 src/workbook-control-gui.c:3874
12228 msgid "Sce_narios"
12229 msgstr ""
12231 #: src/GNOME_Gnumeric.xml.h:207 src/workbook-object-toolbar.c:187
12232 msgid "Scrollbar"
12233 msgstr ""
12235 #: src/GNOME_Gnumeric.xml.h:208 src/workbook-control-gui.c:3531
12236 msgid "Search and Replace..."
12237 msgstr ""
12239 #: src/GNOME_Gnumeric.xml.h:209 src/GNOME_Gnumeric_Component.xml.h:10
12240 #: src/workbook-control-gui.c:3526
12241 msgid "Search for some text"
12242 msgstr ""
12244 #: src/GNOME_Gnumeric.xml.h:210 src/workbook-control-gui.c:3532
12245 msgid "Search for some text and replace it with something else"
12246 msgstr ""
12248 #: src/GNOME_Gnumeric.xml.h:211 src/workbook-control-gui.c:3525
12249 msgid "Search..."
12250 msgstr ""
12252 #: src/GNOME_Gnumeric.xml.h:212 src/workbook-control-gui.c:3420
12253 msgid "Select Arra_y"
12254 msgstr ""
12256 #: src/GNOME_Gnumeric.xml.h:213 src/workbook-control-gui.c:3405
12257 msgid "Select _All"
12258 msgstr ""
12260 #: src/GNOME_Gnumeric.xml.h:214 src/workbook-control-gui.c:3410
12261 msgid "Select _Column"
12262 msgstr ""
12264 #: src/GNOME_Gnumeric.xml.h:215 src/workbook-control-gui.c:3425
12265 msgid "Select _Depends"
12266 msgstr ""
12268 #: src/GNOME_Gnumeric.xml.h:216 src/workbook-control-gui.c:3429
12269 msgid "Select _Inputs"
12270 msgstr ""
12272 #: src/GNOME_Gnumeric.xml.h:217 src/workbook-control-gui.c:3415
12273 msgid "Select _Row"
12274 msgstr ""
12276 #: src/GNOME_Gnumeric.xml.h:218 src/workbook-control-gui.c:3406
12277 msgid "Select all cells in the spreadsheet"
12278 msgstr ""
12280 #: src/GNOME_Gnumeric.xml.h:219 src/workbook-control-gui.c:3430
12281 msgid "Select all the cells are used by the current edit cell"
12282 msgstr ""
12284 #: src/GNOME_Gnumeric.xml.h:220 src/workbook-control-gui.c:3426
12285 msgid "Select all the cells that depend on the current edit cell"
12286 msgstr ""
12288 #: src/GNOME_Gnumeric.xml.h:221 src/workbook-control-gui.c:3421
12289 msgid "Select an array of cells"
12290 msgstr ""
12292 #: src/GNOME_Gnumeric.xml.h:222 src/workbook-control-gui.c:3411
12293 msgid "Select an entire column"
12294 msgstr ""
12296 #: src/GNOME_Gnumeric.xml.h:223 src/workbook-control-gui.c:3416
12297 msgid "Select an entire row"
12298 msgstr ""
12300 #: src/GNOME_Gnumeric.xml.h:224 src/workbook-control-gui.c:3367
12301 msgid "Sen_d To..."
12302 msgstr ""
12304 #: src/GNOME_Gnumeric.xml.h:225 src/workbook-control-gui.c:3368
12305 msgid "Send the current file via email"
12306 msgstr ""
12308 #: src/GNOME_Gnumeric.xml.h:226 src/workbook-format-toolbar.c:469
12309 msgid "Set the format of the selected cells to include a thousands separator"
12310 msgstr ""
12312 #: src/GNOME_Gnumeric.xml.h:227 src/workbook-format-toolbar.c:463
12313 msgid "Set the format of the selected cells to monetary"
12314 msgstr ""
12316 #: src/GNOME_Gnumeric.xml.h:228 src/workbook-format-toolbar.c:466
12317 msgid "Set the format of the selected cells to percentage"
12318 msgstr ""
12320 #: src/GNOME_Gnumeric.xml.h:229 src/GNOME_Gnumeric_Component.xml.h:11
12321 #: src/workbook-control-gui.c:3355
12322 msgid "Setup the page settings for your current printer"
12323 msgstr ""
12325 #: src/GNOME_Gnumeric.xml.h:230 src/workbook-control-gui.c:3935
12326 msgid "Show all filtered and hidden rows"
12327 msgstr ""
12329 #: src/GNOME_Gnumeric.xml.h:231 src/workbook-control-gui.c:3869
12330 msgid "Si_mulation..."
12331 msgstr ""
12333 #: src/GNOME_Gnumeric.xml.h:232 src/workbook-object-toolbar.c:193
12334 msgid "Slider"
12335 msgstr ""
12337 #: src/GNOME_Gnumeric.xml.h:234 src/workbook-control-gui.c:4059
12338 msgid "Sort Descending"
12339 msgstr ""
12341 #: src/GNOME_Gnumeric.xml.h:235 src/workbook-control-gui.c:3947
12342 msgid "Sort the selected region"
12343 msgstr ""
12345 #: src/GNOME_Gnumeric.xml.h:236 src/workbook-control-gui.c:4057
12346 msgid ""
12347 "Sort the selected region in ascending order based on the first column "
12348 "selected"
12349 msgstr ""
12351 #: src/GNOME_Gnumeric.xml.h:237 src/workbook-control-gui.c:4060
12352 msgid ""
12353 "Sort the selected region in descending order based on the first column "
12354 "selected"
12355 msgstr ""
12357 #: src/GNOME_Gnumeric.xml.h:238
12358 msgid "Spin Button"
12359 msgstr ""
12361 #: src/GNOME_Gnumeric.xml.h:239 src/workbook-format-toolbar.c:457
12362 msgid "Split"
12363 msgstr ""
12365 #: src/GNOME_Gnumeric.xml.h:240 src/workbook-format-toolbar.c:457
12366 msgid "Split merged ranges of cells"
12367 msgstr ""
12369 #: src/GNOME_Gnumeric.xml.h:241 src/workbook-control-gui.c:3880
12370 msgid "Statistical Anal_ysis"
12371 msgstr ""
12373 #: src/GNOME_Gnumeric.xml.h:242 src/workbook-control-gui.c:4049
12374 #: src/workbook-control-gui.c:4869 src/workbook-view.c:542
12375 msgid "Sum"
12376 msgstr ""
12378 #: src/GNOME_Gnumeric.xml.h:243 src/workbook-control-gui.c:4050
12379 msgid "Sum into the current cell"
12380 msgstr ""
12382 #: src/GNOME_Gnumeric.xml.h:244 src/workbook-control-gui.c:3870
12383 msgid ""
12384 "Test decision alternatives by using Monte Carlo simulation to find out "
12385 "probable outputs and risks related to them"
12386 msgstr ""
12388 #: src/GNOME_Gnumeric.xml.h:245 src/workbook-format-toolbar.c:469
12389 msgid "Thousands Separator"
12390 msgstr ""
12392 #: src/GNOME_Gnumeric.xml.h:246 src/workbook-control-gui.c:3703
12393 msgid "Toggle whether or not to display column headers"
12394 msgstr ""
12396 #: src/GNOME_Gnumeric.xml.h:247 src/workbook-control-gui.c:3697
12397 msgid "Toggle whether or not to display gridlines"
12398 msgstr ""
12400 #: src/GNOME_Gnumeric.xml.h:248 src/workbook-control-gui.c:3904
12401 msgid "Toggle whether or not to display outline groups"
12402 msgstr ""
12404 #: src/GNOME_Gnumeric.xml.h:249 src/workbook-control-gui.c:3709
12405 msgid "Toggle whether or not to display row headers"
12406 msgstr ""
12408 #: src/GNOME_Gnumeric.xml.h:250 src/workbook-control-gui.c:3691
12409 msgid "Toggle whether or not to display zeros as blanks"
12410 msgstr ""
12412 #: src/GNOME_Gnumeric.xml.h:251 src/workbook-control-gui.c:3916
12413 msgid "Toggle whether to display column outlines on the left or right"
12414 msgstr ""
12416 #: src/GNOME_Gnumeric.xml.h:252 src/workbook-control-gui.c:3910
12417 msgid "Toggle whether to display row outlines on top or bottom"
12418 msgstr ""
12420 #: src/GNOME_Gnumeric.xml.h:253
12421 msgid "Two Factor Analysis of Variance"
12422 msgstr ""
12424 #: src/GNOME_Gnumeric.xml.h:254 src/workbook-control-gui.c:3834
12425 msgid "Two _Means"
12426 msgstr ""
12428 #: src/GNOME_Gnumeric.xml.h:255 src/workbook-control-gui.c:3891
12429 msgid "Uncollapse an outline group"
12430 msgstr ""
12432 #: src/GNOME_Gnumeric.xml.h:256 src/workbook-format-toolbar.c:429
12433 msgid "Underline"
12434 msgstr ""
12436 #: src/GNOME_Gnumeric.xml.h:257 src/workbook-control-gui.c:4286
12437 msgid "Undo the last action"
12438 msgstr ""
12440 #: src/GNOME_Gnumeric.xml.h:258 src/workbook-control-gui.c:3783
12441 msgid "Unpaired Samples, _Equal Variances: T-Test..."
12442 msgstr ""
12444 #: src/GNOME_Gnumeric.xml.h:259 src/workbook-control-gui.c:3788
12445 msgid "Unpaired Samples, _Unequal Variances: T-Test..."
12446 msgstr ""
12448 #: src/GNOME_Gnumeric.xml.h:260 src/workbook-control-gui.c:3954
12449 msgid "Validate input with preset criteria"
12450 msgstr ""
12452 #: src/GNOME_Gnumeric.xml.h:261 src/workbook-control-gui.c:3822
12453 msgid "Various frequency tables"
12454 msgstr ""
12456 #: src/GNOME_Gnumeric.xml.h:262 src/workbook-control-gui.c:3813
12457 msgid "Various summary statistics"
12458 msgstr ""
12460 #: src/GNOME_Gnumeric.xml.h:263 src/workbook-control-gui.c:3744
12461 msgid "View, delete and report different scenarios"
12462 msgstr ""
12464 #: src/GNOME_Gnumeric.xml.h:264 src/workbook-control-gui.c:3558
12465 #: src/workbook-control-gui.c:4292
12466 msgid "Zoom the spreadsheet in or out"
12467 msgstr ""
12469 #: src/GNOME_Gnumeric.xml.h:265 src/workbook-control-gui.c:3804
12470 msgid "_ANOVA"
12471 msgstr ""
12473 #: src/GNOME_Gnumeric.xml.h:266
12474 msgid "_About"
12475 msgstr ""
12477 #: src/GNOME_Gnumeric.xml.h:267 src/workbook-control-gui.c:3746
12478 msgid "_Add..."
12479 msgstr ""
12481 #: src/GNOME_Gnumeric.xml.h:268 src/workbook-control-gui.c:3387
12482 msgid "_All"
12483 msgstr ""
12485 #: src/GNOME_Gnumeric.xml.h:269 src/workbook-control-gui.c:3468
12486 msgid "_Append"
12487 msgstr ""
12489 #: src/GNOME_Gnumeric.xml.h:270 src/workbook-control-gui.c:3853
12490 msgid "_Auto Save..."
12491 msgstr ""
12493 #: src/GNOME_Gnumeric.xml.h:271 src/workbook-control-gui.c:3640
12494 #: src/workbook-control-gui.c:3659
12495 msgid "_Auto fit selection"
12496 msgstr ""
12498 #: src/GNOME_Gnumeric.xml.h:272 src/workbook-control-gui.c:3734
12499 msgid "_Autoformat..."
12500 msgstr ""
12502 #. Default <Ctrl-1> invoke the format dialog
12503 #: src/GNOME_Gnumeric.xml.h:273 src/workbook-control-gui.c:3719
12504 msgid "_Cells..."
12505 msgstr ""
12507 #: src/GNOME_Gnumeric.xml.h:274
12508 msgid "_Close"
12509 msgstr ""
12511 #: src/GNOME_Gnumeric.xml.h:275 src/dialogs/anova-one.glade.h:13
12512 #: src/dialogs/colrow.glade.h:2 src/dialogs/correlation.glade.h:9
12513 #: src/dialogs/covariance.glade.h:9 src/dialogs/descriptive-stats.glade.h:19
12514 #: src/dialogs/exp-smoothing.glade.h:11
12515 #: src/dialogs/fourier-analysis.glade.h:10 src/dialogs/histogram.glade.h:24
12516 #: src/dialogs/moving-averages.glade.h:14 src/dialogs/rank.glade.h:12
12517 #: src/dialogs/regression.glade.h:13 src/dialogs/sampling.glade.h:18
12518 #: src/dialogs/shuffle.glade.h:5 src/workbook-control-gui.c:3600
12519 msgid "_Columns"
12520 msgstr ""
12522 #: src/GNOME_Gnumeric.xml.h:276 src/workbook-control-gui.c:3962
12523 msgid "_Consolidate..."
12524 msgstr ""
12526 #: src/GNOME_Gnumeric.xml.h:277 src/workbook-control-gui.c:3396
12527 msgid "_Contents"
12528 msgstr ""
12530 #: src/GNOME_Gnumeric.xml.h:278 src/item-cursor.c:1021
12531 #: src/sheet-control-gui.c:1504
12532 msgid "_Copy"
12533 msgstr ""
12535 #: src/GNOME_Gnumeric.xml.h:279 src/workbook-control-gui.c:3806
12536 msgid "_Correlation..."
12537 msgstr ""
12539 #: src/GNOME_Gnumeric.xml.h:280 src/dialogs/pivottable.glade.h:8
12540 #: src/workbook-control-gui.c:3991
12541 msgid "_Data"
12542 msgstr ""
12544 #: src/GNOME_Gnumeric.xml.h:281 src/workbook-control-gui.c:3584
12545 msgid "_Define..."
12546 msgstr ""
12548 #: src/GNOME_Gnumeric.xml.h:282 src/sheet-control-gui.c:1522
12549 #: src/workbook-control-gui.c:3506
12550 msgid "_Delete..."
12551 msgstr ""
12553 #: src/GNOME_Gnumeric.xml.h:283 src/workbook-control-gui.c:3812
12554 msgid "_Descriptive Statistics..."
12555 msgstr ""
12557 #: src/GNOME_Gnumeric.xml.h:284 src/dialogs/sheet-order.glade.h:2
12558 #: src/workbook-control-gui.c:3472
12559 msgid "_Duplicate"
12560 msgstr ""
12562 #: src/GNOME_Gnumeric.xml.h:285 src/GNOME_Gnumeric_Component.xml.h:15
12563 msgid "_Edit"
12564 msgstr ""
12566 #: src/GNOME_Gnumeric.xml.h:286 src/workbook-control-gui.c:3766
12567 msgid "_Exponential Smoothing..."
12568 msgstr ""
12570 #: src/GNOME_Gnumeric.xml.h:287 src/GNOME_Gnumeric_Component.xml.h:16
12571 msgid "_File"
12572 msgstr ""
12574 #: src/GNOME_Gnumeric.xml.h:288 src/dialogs/cell-format.glade.h:96
12575 #: src/workbook-control-gui.c:3523
12576 msgid "_Fill"
12577 msgstr ""
12579 #: src/GNOME_Gnumeric.xml.h:289 src/workbook-control-gui.c:3952
12580 msgid "_Filter"
12581 msgstr ""
12583 #: src/GNOME_Gnumeric.xml.h:290 src/workbook-control-gui.c:3390
12584 msgid "_Formats"
12585 msgstr ""
12587 #: src/GNOME_Gnumeric.xml.h:291 src/workbook-control-gui.c:3818
12588 msgid "_Fourier Analysis..."
12589 msgstr ""
12591 #: src/GNOME_Gnumeric.xml.h:292 src/workbook-control-gui.c:1536
12592 #: src/workbook-control-gui.c:3560
12593 msgid "_Freeze Panes"
12594 msgstr ""
12596 #: src/GNOME_Gnumeric.xml.h:293 src/workbook-control-gui.c:3620
12597 msgid "_Function..."
12598 msgstr ""
12600 #: src/GNOME_Gnumeric.xml.h:294 src/workbook-control-gui.c:3730
12601 msgid "_Gnumeric..."
12602 msgstr ""
12604 #: src/GNOME_Gnumeric.xml.h:295 src/workbook-control-gui.c:3859
12605 msgid "_Goal Seek..."
12606 msgstr ""
12608 #: src/GNOME_Gnumeric.xml.h:296 src/workbook-control-gui.c:3537
12609 msgid "_Goto cell..."
12610 msgstr ""
12612 #: src/GNOME_Gnumeric.xml.h:297 src/workbook-control-gui.c:3966
12613 msgid "_Group and Outline"
12614 msgstr ""
12616 #: src/GNOME_Gnumeric.xml.h:298 src/workbook-control-gui.c:3893
12617 msgid "_Group..."
12618 msgstr ""
12620 #: src/GNOME_Gnumeric.xml.h:299 src/GNOME_Gnumeric_Component.xml.h:17
12621 msgid "_Help"
12622 msgstr ""
12624 #: src/GNOME_Gnumeric.xml.h:300 src/sheet-control-gui.c:1547
12625 #: src/sheet-control-gui.c:1555 src/workbook-control-gui.c:3643
12626 #: src/workbook-control-gui.c:3662
12627 msgid "_Hide"
12628 msgstr ""
12630 #: src/GNOME_Gnumeric.xml.h:301 src/workbook-control-gui.c:3887
12631 msgid "_Hide Detail"
12632 msgstr ""
12634 #: src/GNOME_Gnumeric.xml.h:302 src/workbook-control-gui.c:3821
12635 msgid "_Histogram..."
12636 msgstr ""
12638 #: src/GNOME_Gnumeric.xml.h:303 src/workbook-control-gui.c:3616
12639 msgid "_Image..."
12640 msgstr ""
12642 #: src/GNOME_Gnumeric.xml.h:304 src/dialogs/function-select.glade.h:6
12643 #: src/workbook-control-gui.c:3464 src/workbook-control-gui.c:3988
12644 msgid "_Insert"
12645 msgstr ""
12647 #: src/GNOME_Gnumeric.xml.h:305 src/workbook-control-gui.c:3793
12648 msgid "_Known Variances or Large Sample: Z-Test..."
12649 msgstr ""
12651 #: src/GNOME_Gnumeric.xml.h:306 src/workbook-control-gui.c:3458
12652 #: src/workbook-control-gui.c:3675
12653 msgid "_Manage Sheets..."
12654 msgstr ""
12656 #: src/GNOME_Gnumeric.xml.h:307 src/workbook-control-gui.c:3440
12657 msgid "_Merge..."
12658 msgstr ""
12660 #: src/GNOME_Gnumeric.xml.h:308 src/workbook-control-gui.c:3770
12661 msgid "_Moving Average..."
12662 msgstr ""
12664 #: src/GNOME_Gnumeric.xml.h:309 src/workbook-control-gui.c:3624
12665 msgid "_Name"
12666 msgstr ""
12668 #: src/GNOME_Gnumeric.xml.h:310 src/workbook-control-gui.c:3344
12669 msgid "_New"
12670 msgstr ""
12672 #: src/GNOME_Gnumeric.xml.h:311 src/workbook-control-gui.c:3554
12673 msgid "_New View..."
12674 msgstr ""
12676 #: src/GNOME_Gnumeric.xml.h:312
12677 msgid "_Object..."
12678 msgstr ""
12680 #: src/GNOME_Gnumeric.xml.h:313 src/workbook-control-gui.c:3754
12681 msgid "_One Factor..."
12682 msgstr ""
12684 #: src/GNOME_Gnumeric.xml.h:314
12685 msgid "_Open..."
12686 msgstr ""
12688 #: src/GNOME_Gnumeric.xml.h:315 src/workbook-control-gui.c:3779
12689 msgid "_Paired Samples: T-Test..."
12690 msgstr ""
12692 #: src/GNOME_Gnumeric.xml.h:316 src/sheet-control-gui.c:1506
12693 msgid "_Paste"
12694 msgstr ""
12696 #: src/GNOME_Gnumeric.xml.h:317 src/workbook-control-gui.c:3968
12697 msgid "_PivotTable..."
12698 msgstr ""
12700 #: src/GNOME_Gnumeric.xml.h:318 src/workbook-control-gui.c:3844
12701 msgid "_Plug-ins..."
12702 msgstr ""
12704 #: src/GNOME_Gnumeric.xml.h:319 src/GNOME_Gnumeric_Component.xml.h:19
12705 msgid "_Print..."
12706 msgstr ""
12708 #: src/GNOME_Gnumeric.xml.h:320
12709 msgid "_Quit"
12710 msgstr ""
12712 #: src/GNOME_Gnumeric.xml.h:321 src/workbook-control-gui.c:3449
12713 msgid "_Random Generator..."
12714 msgstr ""
12716 #: src/GNOME_Gnumeric.xml.h:322 src/workbook-control-gui.c:1580
12717 msgid "_Redo"
12718 msgstr ""
12720 #: src/GNOME_Gnumeric.xml.h:323 src/workbook-control-gui.c:3827
12721 msgid "_Regression..."
12722 msgstr ""
12724 #: src/GNOME_Gnumeric.xml.h:324 src/dialogs/autocorrect.glade.h:13
12725 #: src/dialogs/pivottable.glade.h:12 src/workbook-control-gui.c:3476
12726 msgid "_Remove"
12727 msgstr ""
12729 #: src/GNOME_Gnumeric.xml.h:325 src/dialogs/pivottable.glade.h:13
12730 #: src/workbook-control-gui.c:3724
12731 msgid "_Row"
12732 msgstr ""
12734 #: src/GNOME_Gnumeric.xml.h:326 src/dialogs/anova-one.glade.h:20
12735 #: src/dialogs/colrow.glade.h:3 src/dialogs/correlation.glade.h:16
12736 #: src/dialogs/covariance.glade.h:16 src/dialogs/descriptive-stats.glade.h:26
12737 #: src/dialogs/exp-smoothing.glade.h:19
12738 #: src/dialogs/fourier-analysis.glade.h:17 src/dialogs/histogram.glade.h:30
12739 #: src/dialogs/moving-averages.glade.h:19 src/dialogs/rank.glade.h:19
12740 #: src/dialogs/regression.glade.h:20 src/dialogs/sampling.glade.h:25
12741 #: src/dialogs/shuffle.glade.h:6 src/workbook-control-gui.c:3603
12742 msgid "_Rows"
12743 msgstr ""
12745 #: src/GNOME_Gnumeric.xml.h:327 src/workbook-control-gui.c:3830
12746 msgid "_Sampling..."
12747 msgstr ""
12749 #: src/GNOME_Gnumeric.xml.h:328
12750 msgid "_Save"
12751 msgstr ""
12753 #: src/GNOME_Gnumeric.xml.h:329 src/workbook-control-gui.c:3521
12754 msgid "_Select"
12755 msgstr ""
12757 #: src/GNOME_Gnumeric.xml.h:330 src/workbook-control-gui.c:3446
12758 msgid "_Series..."
12759 msgstr ""
12761 #: src/GNOME_Gnumeric.xml.h:331
12762 msgid "_Shaped Object"
12763 msgstr ""
12765 #: src/GNOME_Gnumeric.xml.h:332 src/workbook-control-gui.c:3606
12766 #: src/workbook-control-gui.c:3725
12767 msgid "_Sheet"
12768 msgstr ""
12770 #: src/GNOME_Gnumeric.xml.h:333 src/workbook-control-gui.c:3934
12771 msgid "_Show All"
12772 msgstr ""
12774 #: src/GNOME_Gnumeric.xml.h:334 src/workbook-control-gui.c:3890
12775 msgid "_Show Detail"
12776 msgstr ""
12778 #: src/GNOME_Gnumeric.xml.h:335 src/workbook-control-gui.c:3863
12779 msgid "_Solver..."
12780 msgstr ""
12782 #: src/GNOME_Gnumeric.xml.h:336 src/workbook-control-gui.c:3946
12783 msgid "_Sort..."
12784 msgstr ""
12786 #: src/GNOME_Gnumeric.xml.h:337 src/workbook-control-gui.c:3668
12787 msgid "_Standard Height"
12788 msgstr ""
12790 #: src/GNOME_Gnumeric.xml.h:338 src/workbook-control-gui.c:3649
12791 msgid "_Standard Width"
12792 msgstr ""
12794 #: src/GNOME_Gnumeric.xml.h:339 src/workbook-control-gui.c:3443
12795 msgid "_Tabulate Dependency..."
12796 msgstr ""
12798 #: src/GNOME_Gnumeric.xml.h:340 src/workbook-control-gui.c:3959
12799 msgid "_Text to Columns..."
12800 msgstr ""
12802 #: src/GNOME_Gnumeric.xml.h:341
12803 msgid "_Toolbars..."
12804 msgstr ""
12806 #: src/GNOME_Gnumeric.xml.h:342 src/workbook-control-gui.c:3990
12807 msgid "_Tools"
12808 msgstr ""
12810 #: src/GNOME_Gnumeric.xml.h:343 src/workbook-control-gui.c:3757
12811 msgid "_Two Factor..."
12812 msgstr ""
12814 #: src/GNOME_Gnumeric.xml.h:344 src/workbook-control-gui.c:3836
12815 msgid "_Two Variances: FTest..."
12816 msgstr ""
12818 #: src/GNOME_Gnumeric.xml.h:345 src/workbook-control-gui.c:1579
12819 msgid "_Undo"
12820 msgstr ""
12822 #: src/GNOME_Gnumeric.xml.h:346 src/workbook-control-gui.c:3896
12823 msgid "_Ungroup..."
12824 msgstr ""
12826 #: src/GNOME_Gnumeric.xml.h:347 src/sheet-control-gui.c:1549
12827 #: src/sheet-control-gui.c:1557 src/workbook-control-gui.c:3646
12828 #: src/workbook-control-gui.c:3665
12829 msgid "_Unhide"
12830 msgstr ""
12832 #: src/GNOME_Gnumeric.xml.h:348 src/workbook-control-gui.c:3953
12833 msgid "_Validate..."
12834 msgstr ""
12836 #: src/GNOME_Gnumeric.xml.h:349
12837 msgid "_View"
12838 msgstr ""
12840 #: src/GNOME_Gnumeric.xml.h:350 src/workbook-control-gui.c:3743
12841 msgid "_View..."
12842 msgstr ""
12844 #: src/GNOME_Gnumeric.xml.h:351 src/workbook-control-gui.c:3637
12845 msgid "_Width..."
12846 msgstr ""
12848 #: src/GNOME_Gnumeric.xml.h:352 src/workbook-control-gui.c:3727
12849 msgid "_Workbook..."
12850 msgstr ""
12852 #: src/GNOME_Gnumeric.xml.h:353 src/workbook-control-gui.c:3557
12853 msgid "_Zoom..."
12854 msgstr ""
12856 #: src/GNOME_Gnumeric_Component.xml.h:1
12857 msgid "About the Gnumeric spreadsheet program"
12858 msgstr ""
12860 #: src/GNOME_Gnumeric_Component.xml.h:2
12861 msgid "C_lear Cells"
12862 msgstr ""
12864 #: src/GNOME_Gnumeric_Component.xml.h:3
12865 msgid "Cu_t Cells"
12866 msgstr ""
12868 #: src/GNOME_Gnumeric_Component.xml.h:5
12869 msgid "Print Previe_w..."
12870 msgstr ""
12872 #: src/GNOME_Gnumeric_Component.xml.h:9
12873 msgid "Search Workbook"
12874 msgstr ""
12876 #: src/GNOME_Gnumeric_Component.xml.h:12
12877 msgid "View descriptive information"
12878 msgstr ""
12880 #: src/GNOME_Gnumeric_Component.xml.h:13
12881 msgid "_About Gnumeric"
12882 msgstr ""
12884 #: src/GNOME_Gnumeric_Component.xml.h:14
12885 msgid "_Copy Cells"
12886 msgstr ""
12888 #: src/GNOME_Gnumeric_Component.xml.h:18
12889 msgid "_Paste Cells"
12890 msgstr ""
12892 #: src/clipboard.c:302 src/clipboard.c:314 src/clipboard.c:325
12893 #: src/clipboard.c:333
12894 msgid "Unable to paste"
12895 msgstr ""
12897 #: src/clipboard.c:303
12898 msgid "Content can only be pasted by value or by link."
12899 msgstr ""
12901 #: src/clipboard.c:311
12902 #, c-format
12903 msgid ""
12904 "destination does not have an even multiple of source columns (%d vs %d)\n"
12905 "\n"
12906 "Try selecting a single cell or an area of the same shape and size."
12907 msgstr ""
12909 #: src/clipboard.c:322
12910 #, c-format
12911 msgid ""
12912 "destination does not have an even multiple of source rows (%d vs %d)\n"
12913 "\n"
12914 "Try selecting a single cell or an area of the same shape and size."
12915 msgstr ""
12917 #: src/clipboard.c:334
12918 msgid "result passes the sheet boundary"
12919 msgstr ""
12921 #: src/cmd-edit.c:301
12922 #, c-format
12923 msgid ""
12924 "destination has a different shape (%dRx%dC) than the original (%dRx%dC)\n"
12925 "\n"
12926 "Try selecting a single cell or an area of the same shape and size."
12927 msgstr ""
12929 #: src/cmd-edit.c:307
12930 msgid "Unable to paste into selection"
12931 msgstr ""
12933 #: src/cmd-edit.c:388
12934 #, c-format
12935 msgid "Shift rows %s"
12936 msgstr ""
12938 #: src/cmd-edit.c:389
12939 #, c-format
12940 msgid "Shift row %s"
12941 msgstr ""
12943 #: src/cmd-edit.c:426
12944 #, c-format
12945 msgid "Shift columns %s"
12946 msgstr ""
12948 #: src/cmd-edit.c:427
12949 #, c-format
12950 msgid "Shift column %s"
12951 msgstr ""
12953 #: src/command-context.c:89
12954 #, c-format
12955 msgid "Would split array %s"
12956 msgstr ""
12958 #: src/command-context.c:92
12959 msgid "Would split an array"
12960 msgstr ""
12962 #: src/commands.c:254
12963 #, c-format
12964 msgid "%s is locked. Unprotect the workbook to enable editing."
12965 msgstr ""
12967 #: src/commands.c:255
12968 #, c-format
12969 msgid "%s is locked. Unprotect the sheet to enable editing."
12970 msgstr ""
12972 #: src/commands.c:426
12973 msgid "..."
12974 msgstr ""
12976 #: src/commands.c:888 src/commands.c:987 src/commands.c:992
12977 msgid "Set Text"
12978 msgstr ""
12980 #: src/commands.c:912
12981 #, c-format
12982 msgid "Typing \"%s%s\" in %s"
12983 msgstr ""
12985 #: src/commands.c:1110
12986 #, c-format
12987 msgid "Typing \"%s%s\""
12988 msgstr ""
12990 #: src/commands.c:1233 src/commands.c:1238 src/sheet.c:3201
12991 msgid "Delete Columns"
12992 msgstr ""
12994 #: src/commands.c:1233 src/commands.c:1238 src/sheet.c:3319
12995 msgid "Delete Rows"
12996 msgstr ""
12998 #: src/commands.c:1388
12999 #, c-format
13000 msgid "Inserting %d columns before %s"
13001 msgstr ""
13003 #: src/commands.c:1389
13004 #, c-format
13005 msgid "Inserting %d column before %s"
13006 msgstr ""
13008 #: src/commands.c:1404
13009 #, c-format
13010 msgid "Inserting %d rows before %s"
13011 msgstr ""
13013 #: src/commands.c:1405
13014 #, c-format
13015 msgid "Inserting %d row before %s"
13016 msgstr ""
13018 #: src/commands.c:1416
13019 #, c-format
13020 msgid "Deleting columns %s"
13021 msgstr ""
13023 #: src/commands.c:1417
13024 #, c-format
13025 msgid "Deleting column %s"
13026 msgstr ""
13028 #: src/commands.c:1427
13029 #, c-format
13030 msgid "Deleting rows %s"
13031 msgstr ""
13033 #: src/commands.c:1428
13034 #, c-format
13035 msgid "Deleting row %s"
13036 msgstr ""
13038 #. Check for locked cells
13039 #: src/commands.c:1504 src/commands.c:1508 src/sheet.c:2815
13040 msgid "Clear"
13041 msgstr ""
13043 #: src/commands.c:1580
13044 msgid "contents"
13045 msgstr ""
13047 #: src/commands.c:1582
13048 msgid "formats"
13049 msgstr ""
13051 #: src/commands.c:1584
13052 msgid "comments"
13053 msgstr ""
13055 #: src/commands.c:1600
13056 msgid "all"
13057 msgstr ""
13059 #: src/commands.c:1607
13060 #, c-format
13061 msgid "Clearing %s in %s"
13062 msgstr ""
13064 #: src/commands.c:1681
13065 msgid "Changing Format"
13066 msgstr ""
13068 #: src/commands.c:1806
13069 #, c-format
13070 msgid "Changing format of %s"
13071 msgstr ""
13073 #: src/commands.c:1918
13074 #, c-format
13075 msgid "Autofitting column %s"
13076 msgstr ""
13078 #: src/commands.c:1919
13079 #, c-format
13080 msgid "Autofitting row %s"
13081 msgstr ""
13083 #: src/commands.c:1922
13084 #, c-format
13085 msgid "Setting width of column %s to %d pixels"
13086 msgstr ""
13088 #: src/commands.c:1924
13089 #, c-format
13090 msgid "Setting height of row %s to %d pixels"
13091 msgstr ""
13093 #: src/commands.c:1927
13094 #, c-format
13095 msgid "Setting width of column %s to default"
13096 msgstr ""
13098 #: src/commands.c:1930
13099 #, c-format
13100 msgid "Setting height of row %s to default"
13101 msgstr ""
13103 #: src/commands.c:1934
13104 #, c-format
13105 msgid "Autofitting columns %s"
13106 msgstr ""
13108 #: src/commands.c:1935
13109 #, c-format
13110 msgid "Autofitting rows %s"
13111 msgstr ""
13113 #: src/commands.c:1938
13114 #, c-format
13115 msgid "Setting width of columns %s to %d pixels"
13116 msgstr ""
13118 #: src/commands.c:1940
13119 #, c-format
13120 msgid "Setting height of rows %s to %d pixels"
13121 msgstr ""
13123 #: src/commands.c:1944
13124 #, c-format
13125 msgid "Setting width of columns %s to default"
13126 msgstr ""
13128 #: src/commands.c:1946
13129 #, c-format
13130 msgid "Setting height of rows %s to default"
13131 msgstr ""
13133 #: src/commands.c:2013 src/dialogs/dialog-preferences.c:1504
13134 msgid "Sorting"
13135 msgstr ""
13137 #: src/commands.c:2033
13138 #, c-format
13139 msgid "Sorting %s"
13140 msgstr ""
13142 #: src/commands.c:2165
13143 msgid "Unhide columns"
13144 msgstr ""
13146 #: src/commands.c:2165
13147 msgid "Hide columns"
13148 msgstr ""
13150 #: src/commands.c:2166
13151 msgid "Unhide rows"
13152 msgstr ""
13154 #: src/commands.c:2166
13155 msgid "Hide rows"
13156 msgstr ""
13158 #: src/commands.c:2249
13159 msgid "Expand columns"
13160 msgstr ""
13162 #: src/commands.c:2249
13163 msgid "Collapse columns"
13164 msgstr ""
13166 #: src/commands.c:2250
13167 msgid "Expand rows"
13168 msgstr ""
13170 #: src/commands.c:2250
13171 msgid "Collapse rows"
13172 msgstr ""
13174 #: src/commands.c:2277
13175 #, c-format
13176 msgid "Show column outline %d"
13177 msgstr ""
13179 #: src/commands.c:2277
13180 #, c-format
13181 msgid "Show row outline %d"
13182 msgstr ""
13184 #: src/commands.c:2342
13185 msgid "Those columns are already grouped"
13186 msgstr ""
13188 #: src/commands.c:2343
13189 msgid "Those rows are already grouped"
13190 msgstr ""
13192 #: src/commands.c:2366
13193 msgid "Those columns are not grouped, you can't ungroup them"
13194 msgstr ""
13196 #: src/commands.c:2367
13197 msgid "Those rows are not grouped, you can't ungroup them"
13198 msgstr ""
13200 #: src/commands.c:2381
13201 #, c-format
13202 msgid "Group columns %s"
13203 msgstr ""
13205 #: src/commands.c:2381
13206 #, c-format
13207 msgid "Ungroup columns %s"
13208 msgstr ""
13210 #: src/commands.c:2383
13211 #, c-format
13212 msgid "Group rows %d:%d"
13213 msgstr ""
13215 #: src/commands.c:2383
13216 #, c-format
13217 msgid "Ungroup rows %d:%d"
13218 msgstr ""
13220 #: src/commands.c:2621
13221 #, c-format
13222 msgid "Moving %s"
13223 msgstr ""
13225 #: src/commands.c:2630 src/commands.c:2841
13226 msgid "is beyond sheet boundaries"
13227 msgstr ""
13229 #. FIXME?
13230 #: src/commands.c:2785
13231 #, c-format
13232 msgid "Pasting into %s"
13233 msgstr ""
13235 #. Check arrays or merged regions in src or target regions
13236 #: src/commands.c:3018 src/commands.c:3019 src/workbook-control-gui.c:2344
13237 msgid "Autofill"
13238 msgstr ""
13240 #. Changed in initial redo.
13241 #: src/commands.c:3042
13242 #, c-format
13243 msgid "Autofilling %s"
13244 msgstr ""
13246 #: src/commands.c:3192
13247 #, c-format
13248 msgid "Autoformatting %s"
13249 msgstr ""
13251 #: src/commands.c:3302
13252 #, c-format
13253 msgid "Unmerging %s"
13254 msgstr ""
13256 #: src/commands.c:3440
13257 #, c-format
13258 msgid "Merging %s"
13259 msgstr ""
13261 #. Corrected below.
13262 #: src/commands.c:3822 src/dialogs/search-replace.glade.h:24
13263 msgid "Search and Replace"
13264 msgstr ""
13266 #: src/commands.c:3919
13267 #, c-format
13268 msgid "Setting default width of columns to %.2fpts"
13269 msgstr ""
13271 #: src/commands.c:3920
13272 #, c-format
13273 msgid "Setting default height of rows to %.2fpts"
13274 msgstr ""
13276 #: src/commands.c:4037
13277 #, c-format
13278 msgid "Zoom %s to %.0f%%"
13279 msgstr ""
13281 #: src/commands.c:4107
13282 msgid "Insert object"
13283 msgstr ""
13285 #: src/commands.c:4166
13286 msgid "Delete object"
13287 msgstr ""
13289 #: src/commands.c:4247
13290 msgid "Resize object"
13291 msgstr ""
13293 #: src/commands.c:4247
13294 msgid "Move object"
13295 msgstr ""
13297 #: src/commands.c:4808
13298 msgid "Reordering Sheets"
13299 msgstr ""
13301 #: src/commands.c:4811
13302 msgid "Renaming Sheets"
13303 msgstr ""
13305 #: src/commands.c:4814
13306 #, c-format
13307 msgid "Appending %i Sheets"
13308 msgstr ""
13310 #: src/commands.c:4818
13311 msgid "Changing Tab Colors"
13312 msgstr ""
13314 #: src/commands.c:4821
13315 msgid "Changing Sheet Protection"
13316 msgstr ""
13318 #: src/commands.c:4824
13319 msgid "Delete sheets"
13320 msgstr ""
13322 #: src/commands.c:4827
13323 msgid "Delete a sheet"
13324 msgstr ""
13326 #: src/commands.c:4830
13327 msgid "Reorganizing Sheets"
13328 msgstr ""
13330 #: src/commands.c:4980
13331 #, c-format
13332 msgid "Clearing comment of %s"
13333 msgstr ""
13335 #: src/commands.c:4981
13336 #, c-format
13337 msgid "Setting comment of %s"
13338 msgstr ""
13340 #: src/commands.c:5361
13341 #, c-format
13342 msgid "Merging data into %s"
13343 msgstr ""
13345 #: src/commands.c:5463
13346 msgid "Changing summary info"
13347 msgstr ""
13349 #: src/commands.c:5554
13350 msgid "Raise object"
13351 msgstr ""
13353 #: src/commands.c:5557
13354 msgid "Lower object"
13355 msgstr ""
13357 #: src/commands.c:5560
13358 msgid "Raise object to top"
13359 msgstr ""
13361 #: src/commands.c:5563
13362 msgid "Lower object to bottom"
13363 msgstr ""
13365 #: src/commands.c:5678
13366 #, c-format
13367 msgid "Page Setup For %s"
13368 msgstr ""
13370 #: src/commands.c:5680
13371 msgid "Page Setup For All Sheets"
13372 msgstr ""
13374 #: src/commands.c:5796
13375 msgid "has a circular reference"
13376 msgstr ""
13378 #: src/commands.c:5819
13379 #, c-format
13380 msgid "Define Name %s"
13381 msgstr ""
13383 #: src/commands.c:5822
13384 #, c-format
13385 msgid "Update Name %s"
13386 msgstr ""
13388 #: src/commands.c:5886
13389 msgid "Add scenario"
13390 msgstr ""
13392 #: src/commands.c:5961
13393 msgid "Scenario Show"
13394 msgstr ""
13396 #: src/commands.c:6025
13397 msgid "Shuffle Data"
13398 msgstr ""
13400 #. FIXME?
13401 #: src/commands.c:6136
13402 #, c-format
13403 msgid "Text (%s) to Columns (%s)"
13404 msgstr ""
13406 #. Fill in the header titles.
13408 #. * Fill in the titles.
13410 #. Fill in the header titles.
13411 #: src/commands.c:6283 src/dialogs/solver.glade.h:24
13412 #: src/tools/solver/reports-write.c:195 src/tools/solver/reports-write.c:356
13413 #: src/tools/solver/reports-write.c:486 src/tools/solver/reports-write.c:747
13414 #: src/tools/solver/reports-write.c:910 src/tools/solver/reports-write.c:961
13415 msgid "Solver"
13416 msgstr ""
13418 #: src/commands.c:6370
13419 #, c-format
13420 msgid "Goal Seek (%s)"
13421 msgstr ""
13423 #: src/commands.c:6512
13424 #, c-format
13425 msgid "Duplicating %s"
13426 msgstr ""
13428 #: src/commands.c:6592
13429 msgid "Tabulating Dependencies"
13430 msgstr ""
13432 #: src/commands.c:6668
13433 msgid "Reconfigure Graph"
13434 msgstr ""
13436 #: src/consolidate.c:773
13437 #, c-format
13438 msgid "Consolidating to (%s)"
13439 msgstr ""
13441 #: src/consolidate.c:812 src/consolidate.c:815
13442 msgid "Data Consolidation"
13443 msgstr ""
13445 #: src/cut-n-paste-code/goffice/graph/gog-axis-prefs.glade.h:1
13446 msgid "<b>Major Ticks:</b>"
13447 msgstr ""
13449 #: src/cut-n-paste-code/goffice/graph/gog-axis-prefs.glade.h:2
13450 msgid "<b>Minor Ticks:</b>"
13451 msgstr ""
13453 #: src/cut-n-paste-code/goffice/graph/gog-axis-prefs.glade.h:3
13454 msgid "I_nside"
13455 msgstr ""
13457 #: src/cut-n-paste-code/goffice/graph/gog-axis-prefs.glade.h:4
13458 msgid "O_utside"
13459 msgstr ""
13461 #: src/cut-n-paste-code/goffice/graph/gog-axis-prefs.glade.h:5
13462 #: src/cut-n-paste-code/goffice/graph/gog-axis.c:572
13463 msgid "_Cross"
13464 msgstr ""
13466 #: src/cut-n-paste-code/goffice/graph/gog-axis-prefs.glade.h:6
13467 msgid "_High"
13468 msgstr ""
13470 #: src/cut-n-paste-code/goffice/graph/gog-axis-prefs.glade.h:7
13471 msgid "_Inside"
13472 msgstr ""
13474 #: src/cut-n-paste-code/goffice/graph/gog-axis-prefs.glade.h:8
13475 msgid "_Invert"
13476 msgstr ""
13478 #: src/cut-n-paste-code/goffice/graph/gog-axis-prefs.glade.h:9
13479 msgid "_Low"
13480 msgstr ""
13482 #: src/cut-n-paste-code/goffice/graph/gog-axis-prefs.glade.h:10
13483 msgid "_Map:"
13484 msgstr ""
13486 #: src/cut-n-paste-code/goffice/graph/gog-axis-prefs.glade.h:11
13487 msgid "_Outside"
13488 msgstr ""
13490 #: src/cut-n-paste-code/goffice/graph/gog-axis-prefs.glade.h:12
13491 msgid "_Show Labels"
13492 msgstr ""
13494 #: src/cut-n-paste-code/goffice/graph/gog-axis.c:568
13495 #: src/dialogs/solver.glade.h:14
13496 msgid "M_in"
13497 msgstr ""
13499 #: src/cut-n-paste-code/goffice/graph/gog-axis.c:569
13500 msgid "M_ax"
13501 msgstr ""
13503 #: src/cut-n-paste-code/goffice/graph/gog-axis.c:570
13504 msgid "Ma_jor Ticks"
13505 msgstr ""
13507 #: src/cut-n-paste-code/goffice/graph/gog-axis.c:571
13508 msgid "Mi_nor Ticks"
13509 msgstr ""
13511 #: src/cut-n-paste-code/goffice/graph/gog-axis.c:649
13512 msgid "Details"
13513 msgstr ""
13515 #: src/cut-n-paste-code/goffice/graph/gog-axis.c:682
13516 msgid "Bounds"
13517 msgstr ""
13519 #. TOO CHEESY to go into production
13520 #. * We need a way to toggle auto vs user formats
13521 #. * but the selector is too tall already
13522 #. * disable for now
13523 #: src/cut-n-paste-code/goffice/graph/gog-axis.c:697
13524 #: src/cut-n-paste-code/goffice/graph/gog-axis.c:704
13525 #: src/dialogs/dialog-stf.glade.h:21
13526 msgid "Format"
13527 msgstr ""
13529 #: src/cut-n-paste-code/goffice/graph/gog-chart.c:190
13530 msgid "Legend"
13531 msgstr ""
13533 #: src/cut-n-paste-code/goffice/graph/gog-chart.c:193
13534 #: src/cut-n-paste-code/goffice/graph/gog-graph.c:157
13535 #: src/cut-n-paste-code/goffice/graph/gog-legend.c:180
13536 msgid "Title"
13537 msgstr ""
13539 #: src/cut-n-paste-code/goffice/graph/gog-chart.c:196
13540 msgid "Grid"
13541 msgstr ""
13543 #: src/cut-n-paste-code/goffice/graph/gog-chart.c:199
13544 msgid "X-Axis"
13545 msgstr ""
13547 #: src/cut-n-paste-code/goffice/graph/gog-chart.c:203
13548 msgid "Y-Axis"
13549 msgstr ""
13551 #: src/cut-n-paste-code/goffice/graph/gog-chart.c:207
13552 msgid "Z-Axis"
13553 msgstr ""
13555 #: src/cut-n-paste-code/goffice/graph/gog-chart.c:211
13556 msgid "Plot"
13557 msgstr ""
13559 #: src/cut-n-paste-code/goffice/graph/gog-control-foocanvas.c:249
13560 msgid "H"
13561 msgstr ""
13563 #: src/cut-n-paste-code/goffice/graph/gog-control-foocanvas.c:249
13564 msgid "Height"
13565 msgstr ""
13567 #: src/cut-n-paste-code/goffice/graph/gog-control-foocanvas.c:252
13568 msgid "W"
13569 msgstr ""
13571 #: src/cut-n-paste-code/goffice/graph/gog-control-foocanvas.c:252
13572 msgid "Width"
13573 msgstr ""
13575 #. default
13576 #. Cheat and assign a name here, graphs will not have parents until we
13577 #. * support graphs in graphs
13578 #: src/cut-n-paste-code/goffice/graph/gog-graph.c:115
13579 #: src/cut-n-paste-code/goffice/graph/gog-graph.c:212
13580 msgid "Graph"
13581 msgstr ""
13583 #: src/cut-n-paste-code/goffice/graph/gog-graph.c:154
13584 msgid "Chart"
13585 msgstr ""
13587 #: src/cut-n-paste-code/goffice/graph/gog-guru.c:1075
13588 msgid "Step 1 of 2: Select Chart Type"
13589 msgstr ""
13591 #: src/cut-n-paste-code/goffice/graph/gog-guru.c:1083
13592 msgid "Step 2 of 2: Customize Chart"
13593 msgstr ""
13595 #: src/cut-n-paste-code/goffice/graph/gog-guru.c:1088
13596 msgid "Customize Chart"
13597 msgstr ""
13599 #: src/cut-n-paste-code/goffice/graph/gog-guru.c:1183
13600 msgid "_Plot Type"
13601 msgstr ""
13603 #. Set up sample button
13604 #: src/cut-n-paste-code/goffice/graph/gog-guru.c:1273
13605 msgid ""
13606 "Show\n"
13607 "Sample"
13608 msgstr ""
13610 #: src/cut-n-paste-code/goffice/graph/gog-guru.c:1282
13611 #: src/dialogs/dialog-plugin-manager.c:712
13612 #: src/dialogs/dialog-preferences.c:558 src/dialogs/function-select.glade.h:2
13613 msgid "Description"
13614 msgstr ""
13616 #: src/cut-n-paste-code/goffice/graph/gog-guru.glade.h:1
13617 msgid "GNOME Office Graph"
13618 msgstr ""
13620 #: src/cut-n-paste-code/goffice/graph/gog-guru.glade.h:2
13621 #: src/dialogs/autocorrect.glade.h:12 src/dialogs/names.glade.h:6
13622 #: src/dialogs/solver.glade.h:26
13623 msgid "_Add"
13624 msgstr ""
13626 #: src/cut-n-paste-code/goffice/graph/gog-guru.glade.h:3
13627 #: src/dialogs/autoformat.glade.h:20 src/dialogs/cell-format.glade.h:95
13628 msgid "_Bottom"
13629 msgstr ""
13631 #: src/cut-n-paste-code/goffice/graph/gog-guru.glade.h:4
13632 msgid "_Decrease"
13633 msgstr ""
13635 #: src/cut-n-paste-code/goffice/graph/gog-guru.glade.h:5
13636 #: src/dialogs/names.glade.h:7 src/dialogs/solver.glade.h:30
13637 msgid "_Delete"
13638 msgstr ""
13640 #: src/cut-n-paste-code/goffice/graph/gog-guru.glade.h:6
13641 msgid "_Increase"
13642 msgstr ""
13644 #: src/cut-n-paste-code/goffice/graph/gog-guru.glade.h:7
13645 msgid "_Order"
13646 msgstr ""
13648 #: src/cut-n-paste-code/goffice/graph/gog-guru.glade.h:8
13649 #: src/dialogs/autoformat.glade.h:24
13650 msgid "_Top"
13651 msgstr ""
13653 #: src/cut-n-paste-code/goffice/graph/gog-label.c:107
13654 msgid "_Text:"
13655 msgstr ""
13657 #: src/cut-n-paste-code/goffice/graph/gog-label.c:113
13658 #: src/cut-n-paste-code/goffice/graph/gog-series.c:196
13659 #: src/dialogs/dialog-stf.glade.h:15
13660 msgid "Data"
13661 msgstr ""
13663 #: src/cut-n-paste-code/goffice/graph/gog-plot-engine.c:52
13664 msgid "Plot Engine"
13665 msgstr ""
13667 #: src/cut-n-paste-code/goffice/graph/gog-plot-engine.c:230
13668 msgid "Plot Type"
13669 msgstr ""
13671 #: src/cut-n-paste-code/goffice/graph/gog-plot-engine.c:312
13672 msgid "Chart Theme"
13673 msgstr ""
13675 #: src/cut-n-paste-code/goffice/graph/gog-plot.c:182
13676 msgid "Series"
13677 msgstr ""
13679 #: src/cut-n-paste-code/goffice/graph/gog-style-prefs.glade.h:1
13680 msgid "2 Color"
13681 msgstr ""
13683 #: src/cut-n-paste-code/goffice/graph/gog-style-prefs.glade.h:2
13684 msgid "<b>Fill</b>"
13685 msgstr ""
13687 #: src/cut-n-paste-code/goffice/graph/gog-style-prefs.glade.h:3
13688 #: src/dialogs/cell-format.glade.h:17
13689 msgid "<b>Line</b>"
13690 msgstr ""
13692 #: src/cut-n-paste-code/goffice/graph/gog-style-prefs.glade.h:4
13693 msgid "<b>Marker</b>"
13694 msgstr ""
13696 #: src/cut-n-paste-code/goffice/graph/gog-style-prefs.glade.h:5
13697 msgid "<b>Outline</b>"
13698 msgstr ""
13700 #: src/cut-n-paste-code/goffice/graph/gog-style-prefs.glade.h:6
13701 msgid "Brightness"
13702 msgstr ""
13704 #: src/cut-n-paste-code/goffice/graph/gog-style-prefs.glade.h:7
13705 msgid "C_olor:"
13706 msgstr ""
13708 #: src/cut-n-paste-code/goffice/graph/gog-style-prefs.glade.h:8
13709 msgid "Fill from start color to a darker/lighter version of that color"
13710 msgstr ""
13712 #: src/cut-n-paste-code/goffice/graph/gog-style-prefs.glade.h:9
13713 msgid "Fill from start color to end color"
13714 msgstr ""
13716 #: src/cut-n-paste-code/goffice/graph/gog-style-prefs.glade.h:10
13717 msgid "Gradient"
13718 msgstr ""
13720 #: src/cut-n-paste-code/goffice/graph/gog-style-prefs.glade.h:11
13721 msgid "Image"
13722 msgstr ""
13724 #: src/cut-n-paste-code/goffice/graph/gog-style-prefs.glade.h:12
13725 #: src/dialogs/cell-format.glade.h:60 src/dialogs/dialog-cell-format.c:85
13726 #: src/dialogs/dialog-paste-special.c:54 src/tools/solver/reports-write.c:722
13727 msgid "None"
13728 msgstr ""
13730 #: src/cut-n-paste-code/goffice/graph/gog-style-prefs.glade.h:13
13731 #: src/dialogs/dialog-cell-format.c:2293
13732 msgid "Pattern"
13733 msgstr ""
13735 #: src/cut-n-paste-code/goffice/graph/gog-style-prefs.glade.h:14
13736 msgid "Si_ze:"
13737 msgstr ""
13739 #: src/cut-n-paste-code/goffice/graph/gog-style-prefs.glade.h:15
13740 msgid "T_ype:"
13741 msgstr "ਕਿਸਮਃ"
13743 #: src/cut-n-paste-code/goffice/graph/gog-style-prefs.glade.h:16
13744 msgid "_Background:"
13745 msgstr ""
13747 #: src/cut-n-paste-code/goffice/graph/gog-style-prefs.glade.h:17
13748 msgid "_Direction:"
13749 msgstr ""
13751 #: src/cut-n-paste-code/goffice/graph/gog-style-prefs.glade.h:18
13752 msgid "_End:"
13753 msgstr ""
13755 #: src/cut-n-paste-code/goffice/graph/gog-style-prefs.glade.h:19
13756 msgid "_Fill color:"
13757 msgstr ""
13759 #: src/cut-n-paste-code/goffice/graph/gog-style-prefs.glade.h:20
13760 msgid "_Fit:"
13761 msgstr ""
13763 #: src/cut-n-paste-code/goffice/graph/gog-style-prefs.glade.h:21
13764 msgid "_Foreground:"
13765 msgstr ""
13767 #: src/cut-n-paste-code/goffice/graph/gog-style-prefs.glade.h:22
13768 msgid "_Outline color:"
13769 msgstr ""
13771 #: src/cut-n-paste-code/goffice/graph/gog-style-prefs.glade.h:23
13772 msgid "_Pattern:"
13773 msgstr ""
13775 #: src/cut-n-paste-code/goffice/graph/gog-style-prefs.glade.h:24
13776 msgid "_Select..."
13777 msgstr ""
13779 #: src/cut-n-paste-code/goffice/graph/gog-style-prefs.glade.h:25
13780 msgid "_Shape:"
13781 msgstr ""
13783 #: src/cut-n-paste-code/goffice/graph/gog-style-prefs.glade.h:26
13784 msgid "_Size:"
13785 msgstr ""
13787 #: src/cut-n-paste-code/goffice/graph/gog-style-prefs.glade.h:27
13788 msgid "_Start:"
13789 msgstr ""
13791 #: src/cut-n-paste-code/goffice/graph/gog-style-prefs.glade.h:28
13792 #: src/dialogs/solver.glade.h:42
13793 msgid "_Type:"
13794 msgstr "ਕਿਸਮਃ"
13796 #: src/cut-n-paste-code/goffice/graph/gog-style-prefs.glade.h:29
13797 msgid "_brighter"
13798 msgstr ""
13800 #: src/cut-n-paste-code/goffice/graph/gog-style-prefs.glade.h:30
13801 msgid "_darker"
13802 msgstr ""
13804 #: src/cut-n-paste-code/goffice/graph/gog-style-prefs.glade.h:31
13805 msgid "pts"
13806 msgstr ""
13808 #: src/cut-n-paste-code/goffice/graph/gog-style-prefs.glade.h:32
13809 msgid "stretched"
13810 msgstr ""
13812 #: src/cut-n-paste-code/goffice/graph/gog-style-prefs.glade.h:33
13813 msgid "wallpaper"
13814 msgstr ""
13816 #: src/cut-n-paste-code/goffice/graph/gog-style.c:180
13817 #: src/widgets/preview-file-selection.c:167
13818 #, c-format
13819 msgid "%d x %d"
13820 msgstr ""
13822 #: src/cut-n-paste-code/goffice/graph/gog-style.c:579
13823 #: src/workbook-control-gui.c:3155
13824 msgid "Select an image"
13825 msgstr ""
13827 #: src/cut-n-paste-code/goffice/graph/gog-style.c:995
13828 #: src/dialogs/pivottable.glade.h:4
13829 msgid "Style"
13830 msgstr ""
13832 #. TODO : have a look at apple's themes
13833 #. An MS Excel-ish theme
13834 #: src/cut-n-paste-code/goffice/graph/gog-theme.c:400
13835 #: src/dialogs/dialog-sheet-order.c:957 src/dialogs/dialog-sheet-order.c:970
13836 msgid "Default"
13837 msgstr ""
13839 #. Guppi
13840 #: src/cut-n-paste-code/goffice/graph/gog-theme.c:455
13841 msgid "Guppi"
13842 msgstr ""
13844 #: src/cut-n-paste-code/goffice/graph/plugins/plot_barcol/gog-1.5d.c:304
13845 #: src/cut-n-paste-code/goffice/graph/plugins/plot_pie/gog-pie.c:154
13846 #: src/dialogs/consolidate.glade.h:12
13847 msgid "Labels"
13848 msgstr ""
13850 #: src/cut-n-paste-code/goffice/graph/plugins/plot_barcol/gog-1.5d.c:306
13851 #: src/cut-n-paste-code/goffice/graph/plugins/plot_pie/gog-pie.c:156
13852 #: src/dialogs/consolidate.glade.h:27
13853 msgid "Values"
13854 msgstr ""
13856 #: src/cut-n-paste-code/goffice/graph/plugins/plot_barcol/gog-barcol-prefs.glade.h:2
13857 #: src/cut-n-paste-code/goffice/graph/plugins/plot_pie/gog-pie-prefs.glade.h:2
13858 #: src/cut-n-paste-code/goffice/graph/plugins/plot_pie/gog-ring-prefs.glade.h:2
13859 #: src/dialogs/dialog-zoom.glade.h:2 src/tools/analysis-tools.c:3969
13860 #, no-c-format
13861 msgid "%"
13862 msgstr ""
13864 #: src/cut-n-paste-code/goffice/graph/plugins/plot_barcol/gog-barcol-prefs.glade.h:3
13865 msgid "How far the bars/cols overlap as a percentage of the width"
13866 msgstr ""
13868 #: src/cut-n-paste-code/goffice/graph/plugins/plot_barcol/gog-barcol-prefs.glade.h:4
13869 msgid "Separation between groups as a percentage of bar/col width"
13870 msgstr ""
13872 #: src/cut-n-paste-code/goffice/graph/plugins/plot_barcol/gog-barcol-prefs.glade.h:5
13873 msgid "_Gap:"
13874 msgstr ""
13876 #: src/cut-n-paste-code/goffice/graph/plugins/plot_barcol/gog-barcol-prefs.glade.h:6
13877 msgid "_Overlap:"
13878 msgstr ""
13880 #. xgettext : the base for how to name bar/col plot objects
13881 #. * eg The 2nd bar/col plot in a chart will be called
13882 #. *    PlotBarCol2
13883 #: src/cut-n-paste-code/goffice/graph/plugins/plot_barcol/gog-barcol.c:95
13884 msgid "PlotBarCol"
13885 msgstr ""
13887 #. xgettext : the base for how to name bar/col plot objects
13888 #. * eg The 2nd line plot in a chart will be called
13889 #. *    PlotLine2
13891 #: src/cut-n-paste-code/goffice/graph/plugins/plot_barcol/gog-line.c:90
13892 msgid "PlotLine"
13893 msgstr ""
13895 #. xgettext : the base for how to name bar/col plot objects
13896 #. * eg The 2nd line plot in a chart will be called
13897 #. *    PlotArea2
13899 #: src/cut-n-paste-code/goffice/graph/plugins/plot_barcol/gog-line.c:203
13900 msgid "PlotArea"
13901 msgstr ""
13903 #: src/cut-n-paste-code/goffice/graph/plugins/plot_barcol/plot-types.xml.in.h:1
13904 msgid "3D Adjacent Bars"
13905 msgstr ""
13907 #: src/cut-n-paste-code/goffice/graph/plugins/plot_barcol/plot-types.xml.in.h:2
13908 msgid "3D Adjacent Columns"
13909 msgstr ""
13911 #: src/cut-n-paste-code/goffice/graph/plugins/plot_barcol/plot-types.xml.in.h:3
13912 msgid "3D Percentage Bars"
13913 msgstr ""
13915 #: src/cut-n-paste-code/goffice/graph/plugins/plot_barcol/plot-types.xml.in.h:4
13916 msgid "3D Percentage Columns"
13917 msgstr ""
13919 #: src/cut-n-paste-code/goffice/graph/plugins/plot_barcol/plot-types.xml.in.h:5
13920 msgid "3D Stacked Bars"
13921 msgstr ""
13923 #: src/cut-n-paste-code/goffice/graph/plugins/plot_barcol/plot-types.xml.in.h:6
13924 msgid "3D Stacked Columns"
13925 msgstr ""
13927 #: src/cut-n-paste-code/goffice/graph/plugins/plot_barcol/plot-types.xml.in.h:7
13928 msgid "Adjacent Bars"
13929 msgstr ""
13931 #: src/cut-n-paste-code/goffice/graph/plugins/plot_barcol/plot-types.xml.in.h:8
13932 msgid "Adjacent Columns"
13933 msgstr ""
13935 #: src/cut-n-paste-code/goffice/graph/plugins/plot_barcol/plot-types.xml.in.h:9
13936 msgid "Adjacent horizontal 3D bars grouped by major and minor categories."
13937 msgstr ""
13939 #: src/cut-n-paste-code/goffice/graph/plugins/plot_barcol/plot-types.xml.in.h:10
13940 msgid "Adjacent horizontal bars grouped by major and minor categories."
13941 msgstr ""
13943 #: src/cut-n-paste-code/goffice/graph/plugins/plot_barcol/plot-types.xml.in.h:11
13944 msgid "Adjacent vertical 3D columns grouped by major and minor categories."
13945 msgstr ""
13947 #: src/cut-n-paste-code/goffice/graph/plugins/plot_barcol/plot-types.xml.in.h:12
13948 msgid "Adjacent vertical columns grouped by major and minor categories."
13949 msgstr ""
13951 #: src/cut-n-paste-code/goffice/graph/plugins/plot_barcol/plot-types.xml.in.h:13
13952 #: src/func.c:679
13953 msgid "Area"
13954 msgstr ""
13956 #: src/cut-n-paste-code/goffice/graph/plugins/plot_barcol/plot-types.xml.in.h:14
13957 msgid "Area plot."
13958 msgstr ""
13960 #: src/cut-n-paste-code/goffice/graph/plugins/plot_barcol/plot-types.xml.in.h:15
13961 msgid "Areas"
13962 msgstr ""
13964 #: src/cut-n-paste-code/goffice/graph/plugins/plot_barcol/plot-types.xml.in.h:16
13965 msgid "Bar"
13966 msgstr ""
13968 #: src/cut-n-paste-code/goffice/graph/plugins/plot_barcol/plot-types.xml.in.h:17
13969 msgid "Column"
13970 msgstr ""
13972 #: src/cut-n-paste-code/goffice/graph/plugins/plot_barcol/plot-types.xml.in.h:19
13973 msgid "Line plot."
13974 msgstr ""
13976 #: src/cut-n-paste-code/goffice/graph/plugins/plot_barcol/plot-types.xml.in.h:20
13977 msgid "Lines"
13978 msgstr ""
13980 #: src/cut-n-paste-code/goffice/graph/plugins/plot_barcol/plot-types.xml.in.h:21
13981 msgid ""
13982 "Minor categories stacked as percentages of the minor total, in 3D horizontal "
13983 "bars, grouped by major category."
13984 msgstr ""
13986 #: src/cut-n-paste-code/goffice/graph/plugins/plot_barcol/plot-types.xml.in.h:22
13987 msgid ""
13988 "Minor categories stacked as percentages of the minor total, in 3D vertical "
13989 "bars, grouped by major category."
13990 msgstr ""
13992 #: src/cut-n-paste-code/goffice/graph/plugins/plot_barcol/plot-types.xml.in.h:23
13993 msgid ""
13994 "Minor categories stacked as percentages of the minor total, in horizontal "
13995 "bars, grouped by major category."
13996 msgstr ""
13998 #: src/cut-n-paste-code/goffice/graph/plugins/plot_barcol/plot-types.xml.in.h:24
13999 msgid ""
14000 "Minor categories stacked as percentages of the minor total, in vertical "
14001 "columns, grouped by major category."
14002 msgstr ""
14004 #: src/cut-n-paste-code/goffice/graph/plugins/plot_barcol/plot-types.xml.in.h:25
14005 msgid ""
14006 "Minor categories stacked in horizontal 3D bars, grouped by major category."
14007 msgstr ""
14009 #: src/cut-n-paste-code/goffice/graph/plugins/plot_barcol/plot-types.xml.in.h:26
14010 msgid "Minor categories stacked in horizontal bars grouped by major category."
14011 msgstr ""
14013 #: src/cut-n-paste-code/goffice/graph/plugins/plot_barcol/plot-types.xml.in.h:27
14014 msgid ""
14015 "Minor categories stacked in vertical 3D columns, grouped by major category."
14016 msgstr ""
14018 #: src/cut-n-paste-code/goffice/graph/plugins/plot_barcol/plot-types.xml.in.h:28
14019 msgid "Minor categories stacked in vertical columns grouped by major category."
14020 msgstr ""
14022 #: src/cut-n-paste-code/goffice/graph/plugins/plot_barcol/plot-types.xml.in.h:29
14023 msgid "Percentage Areas"
14024 msgstr ""
14026 #: src/cut-n-paste-code/goffice/graph/plugins/plot_barcol/plot-types.xml.in.h:30
14027 msgid "Percentage Bars"
14028 msgstr ""
14030 #: src/cut-n-paste-code/goffice/graph/plugins/plot_barcol/plot-types.xml.in.h:31
14031 msgid "Percentage Columns"
14032 msgstr ""
14034 #: src/cut-n-paste-code/goffice/graph/plugins/plot_barcol/plot-types.xml.in.h:32
14035 msgid "Percentage Lines"
14036 msgstr ""
14038 #: src/cut-n-paste-code/goffice/graph/plugins/plot_barcol/plot-types.xml.in.h:33
14039 msgid "Percentage area plot."
14040 msgstr ""
14042 #: src/cut-n-paste-code/goffice/graph/plugins/plot_barcol/plot-types.xml.in.h:34
14043 msgid "Percentage line plot."
14044 msgstr ""
14046 #: src/cut-n-paste-code/goffice/graph/plugins/plot_barcol/plot-types.xml.in.h:35
14047 msgid "Stacked Areas"
14048 msgstr ""
14050 #: src/cut-n-paste-code/goffice/graph/plugins/plot_barcol/plot-types.xml.in.h:36
14051 msgid "Stacked Bars"
14052 msgstr ""
14054 #: src/cut-n-paste-code/goffice/graph/plugins/plot_barcol/plot-types.xml.in.h:37
14055 msgid "Stacked Columns"
14056 msgstr ""
14058 #: src/cut-n-paste-code/goffice/graph/plugins/plot_barcol/plot-types.xml.in.h:38
14059 msgid "Stacked Lines"
14060 msgstr ""
14062 #: src/cut-n-paste-code/goffice/graph/plugins/plot_barcol/plot-types.xml.in.h:39
14063 msgid "Stacked area plot."
14064 msgstr ""
14066 #: src/cut-n-paste-code/goffice/graph/plugins/plot_barcol/plot-types.xml.in.h:40
14067 msgid "Stacked line plot."
14068 msgstr ""
14070 #: src/cut-n-paste-code/goffice/graph/plugins/plot_barcol/plot-types.xml.in.h:41
14071 msgid "Unmarked Lines"
14072 msgstr ""
14074 #: src/cut-n-paste-code/goffice/graph/plugins/plot_barcol/plot-types.xml.in.h:42
14075 msgid "Unmarked Percentage Lines"
14076 msgstr ""
14078 #: src/cut-n-paste-code/goffice/graph/plugins/plot_barcol/plot-types.xml.in.h:43
14079 msgid "Unmarked Stacked Lines"
14080 msgstr ""
14082 #: src/cut-n-paste-code/goffice/graph/plugins/plot_barcol/plugin.xml.in.h:1
14083 msgid "1.5d Charts"
14084 msgstr ""
14086 #: src/cut-n-paste-code/goffice/graph/plugins/plot_barcol/plugin.xml.in.h:2
14087 msgid "Area plotting engine"
14088 msgstr ""
14090 #: src/cut-n-paste-code/goffice/graph/plugins/plot_barcol/plugin.xml.in.h:3
14091 msgid "Bar/Col plotting engine"
14092 msgstr ""
14094 #: src/cut-n-paste-code/goffice/graph/plugins/plot_barcol/plugin.xml.in.h:4
14095 msgid "Default 1.5d plot types"
14096 msgstr ""
14098 #: src/cut-n-paste-code/goffice/graph/plugins/plot_barcol/plugin.xml.in.h:5
14099 msgid "Line plotting engine"
14100 msgstr ""
14102 #: src/cut-n-paste-code/goffice/graph/plugins/plot_barcol/plugin.xml.in.h:6
14103 msgid "Line, Area, Bar and Column charts"
14104 msgstr ""
14106 #: src/cut-n-paste-code/goffice/graph/plugins/plot_pie/gog-pie-prefs.glade.h:3
14107 #: src/cut-n-paste-code/goffice/graph/plugins/plot_pie/gog-ring-prefs.glade.h:4
14108 msgid "Degrees counter clockwise from 3 O'Clock"
14109 msgstr ""
14111 #: src/cut-n-paste-code/goffice/graph/plugins/plot_pie/gog-pie-prefs.glade.h:4
14112 #: src/cut-n-paste-code/goffice/graph/plugins/plot_pie/gog-ring-prefs.glade.h:5
14113 msgid "Slices start _at:"
14114 msgstr ""
14116 #: src/cut-n-paste-code/goffice/graph/plugins/plot_pie/gog-pie-prefs.glade.h:5
14117 #: src/cut-n-paste-code/goffice/graph/plugins/plot_pie/gog-ring-prefs.glade.h:6
14118 msgid ""
14119 "The default amount each slice is separated from the center measured as a "
14120 "percentage of the radius of the pie"
14121 msgstr ""
14123 #: src/cut-n-paste-code/goffice/graph/plugins/plot_pie/gog-pie-prefs.glade.h:6
14124 #: src/cut-n-paste-code/goffice/graph/plugins/plot_pie/gog-ring-prefs.glade.h:7
14125 msgid "_Slice Separation:"
14126 msgstr ""
14128 #: src/cut-n-paste-code/goffice/graph/plugins/plot_pie/gog-pie-prefs.glade.h:7
14129 #: src/cut-n-paste-code/goffice/graph/plugins/plot_pie/gog-ring-prefs.glade.h:8
14130 msgid "_Vary colors by slice"
14131 msgstr ""
14133 #: src/cut-n-paste-code/goffice/graph/plugins/plot_pie/gog-pie-prefs.glade.h:8
14134 #: src/cut-n-paste-code/goffice/graph/plugins/plot_pie/gog-ring-prefs.glade.h:9
14135 #: src/dialogs/cell-format.glade.h:107
14136 msgid "degrees"
14137 msgstr ""
14139 #: src/cut-n-paste-code/goffice/graph/plugins/plot_pie/gog-pie.c:103
14140 msgid "PlotPie"
14141 msgstr ""
14143 #: src/cut-n-paste-code/goffice/graph/plugins/plot_pie/gog-pie.c:226
14144 msgid "PlotRing"
14145 msgstr ""
14147 #: src/cut-n-paste-code/goffice/graph/plugins/plot_pie/gog-ring-prefs.glade.h:3
14148 msgid "Cen_ter size:"
14149 msgstr ""
14151 #: src/cut-n-paste-code/goffice/graph/plugins/plot_pie/plot-types.xml.in.h:1
14152 msgid "3D Pie"
14153 msgstr ""
14155 #: src/cut-n-paste-code/goffice/graph/plugins/plot_pie/plot-types.xml.in.h:2
14156 msgid "3D Split Pie"
14157 msgstr ""
14159 #: src/cut-n-paste-code/goffice/graph/plugins/plot_pie/plot-types.xml.in.h:3
14160 msgid ""
14161 "Major totals as percentages with each wedge subdivided into secondary pies."
14162 msgstr ""
14164 #: src/cut-n-paste-code/goffice/graph/plugins/plot_pie/plot-types.xml.in.h:4
14165 msgid ""
14166 "Major totals as percentages with each wedge subdivided into secondary "
14167 "stacked bars."
14168 msgstr ""
14170 #: src/cut-n-paste-code/goffice/graph/plugins/plot_pie/plot-types.xml.in.h:5
14171 msgid "Multi-Pie"
14172 msgstr ""
14174 #: src/cut-n-paste-code/goffice/graph/plugins/plot_pie/plot-types.xml.in.h:6
14175 msgid "Multi-pie-bars"
14176 msgstr ""
14178 #: src/cut-n-paste-code/goffice/graph/plugins/plot_pie/plot-types.xml.in.h:7
14179 msgid ""
14180 "Percentage of each contributor displayed in ring for each serie with wedges "
14181 "of the last ring split apart."
14182 msgstr ""
14184 #: src/cut-n-paste-code/goffice/graph/plugins/plot_pie/plot-types.xml.in.h:8
14185 msgid "Percentage of each contributor displayed in ring for each serie."
14186 msgstr ""
14188 #: src/cut-n-paste-code/goffice/graph/plugins/plot_pie/plot-types.xml.in.h:9
14189 msgid "Percentage of each contributor in 3D pie."
14190 msgstr ""
14192 #: src/cut-n-paste-code/goffice/graph/plugins/plot_pie/plot-types.xml.in.h:10
14193 msgid "Percentage of each contributor with 3D wedges split apart."
14194 msgstr ""
14196 #: src/cut-n-paste-code/goffice/graph/plugins/plot_pie/plot-types.xml.in.h:11
14197 msgid "Percentage of each contributor with wedges split apart."
14198 msgstr ""
14200 #: src/cut-n-paste-code/goffice/graph/plugins/plot_pie/plot-types.xml.in.h:12
14201 msgid "Percentage of each contributor."
14202 msgstr ""
14204 #: src/cut-n-paste-code/goffice/graph/plugins/plot_pie/plot-types.xml.in.h:13
14205 msgid "Pie"
14206 msgstr ""
14208 #: src/cut-n-paste-code/goffice/graph/plugins/plot_pie/plot-types.xml.in.h:14
14209 msgid "Ring"
14210 msgstr ""
14212 #: src/cut-n-paste-code/goffice/graph/plugins/plot_pie/plot-types.xml.in.h:15
14213 msgid "Split Pie"
14214 msgstr ""
14216 #: src/cut-n-paste-code/goffice/graph/plugins/plot_pie/plot-types.xml.in.h:16
14217 msgid "Split Ring"
14218 msgstr ""
14220 #: src/cut-n-paste-code/goffice/graph/plugins/plot_pie/plugin.xml.in.h:1
14221 msgid "Default pie types"
14222 msgstr ""
14224 #: src/cut-n-paste-code/goffice/graph/plugins/plot_pie/plugin.xml.in.h:2
14225 msgid "Pie Charts"
14226 msgstr ""
14228 #: src/cut-n-paste-code/goffice/graph/plugins/plot_pie/plugin.xml.in.h:3
14229 msgid "Pie charts"
14230 msgstr ""
14232 #: src/cut-n-paste-code/goffice/graph/plugins/plot_pie/plugin.xml.in.h:4
14233 msgid "Pie plotting engine"
14234 msgstr ""
14236 #: src/cut-n-paste-code/goffice/graph/plugins/plot_pie/plugin.xml.in.h:5
14237 msgid "Ring plotting engine"
14238 msgstr ""
14240 #: src/cut-n-paste-code/goffice/graph/plugins/plot_xy/gog-bubble-prefs.glade.h:2
14241 #, no-c-format
14242 msgid "% of default size"
14243 msgstr ""
14245 #: src/cut-n-paste-code/goffice/graph/plugins/plot_xy/gog-bubble-prefs.glade.h:3
14246 msgid "3_d"
14247 msgstr ""
14249 #: src/cut-n-paste-code/goffice/graph/plugins/plot_xy/gog-bubble-prefs.glade.h:4
14250 msgid "Dia_meter"
14251 msgstr ""
14253 #: src/cut-n-paste-code/goffice/graph/plugins/plot_xy/gog-bubble-prefs.glade.h:5
14254 msgid "Show _negative values"
14255 msgstr ""
14257 #: src/cut-n-paste-code/goffice/graph/plugins/plot_xy/gog-bubble-prefs.glade.h:6
14258 msgid "Sur_face"
14259 msgstr ""
14261 #: src/cut-n-paste-code/goffice/graph/plugins/plot_xy/gog-bubble-prefs.glade.h:7
14262 msgid "_Bubbles scaled to"
14263 msgstr ""
14265 #: src/cut-n-paste-code/goffice/graph/plugins/plot_xy/gog-bubble-prefs.glade.h:8
14266 msgid "_Size represented by:"
14267 msgstr ""
14269 #: src/cut-n-paste-code/goffice/graph/plugins/plot_xy/gog-bubble-prefs.glade.h:9
14270 msgid "_Vary colors by bubble"
14271 msgstr ""
14273 #. xgettext : the base for how to name scatter plot objects
14274 #. * eg The 2nd plot in a chart will be called
14275 #. *    PlotXY2
14276 #: src/cut-n-paste-code/goffice/graph/plugins/plot_xy/gog-xy.c:262
14277 msgid "PlotXY"
14278 msgstr ""
14280 #: src/cut-n-paste-code/goffice/graph/plugins/plot_xy/gog-xy.c:322
14281 #: src/cut-n-paste-code/goffice/graph/plugins/plot_xy/gog-xy.c:466
14282 msgid "X"
14283 msgstr ""
14285 #: src/cut-n-paste-code/goffice/graph/plugins/plot_xy/gog-xy.c:324
14286 #: src/cut-n-paste-code/goffice/graph/plugins/plot_xy/gog-xy.c:468
14287 msgid "Y"
14288 msgstr "Y"
14290 #: src/cut-n-paste-code/goffice/graph/plugins/plot_xy/gog-xy.c:355
14291 msgid "PlotBubble"
14292 msgstr ""
14294 #: src/cut-n-paste-code/goffice/graph/plugins/plot_xy/gog-xy.c:470
14295 #: src/cut-n-paste-code/goffice/graph/plugins/plot_xy/plot-types.xml.in.h:1
14296 msgid "Bubble"
14297 msgstr ""
14299 #: src/cut-n-paste-code/goffice/graph/plugins/plot_xy/plot-types.xml.in.h:2
14300 msgid ""
14301 "Linearly interpolate between multi-dimensional points,with markers at each "
14302 "point."
14303 msgstr ""
14305 #: src/cut-n-paste-code/goffice/graph/plugins/plot_xy/plot-types.xml.in.h:3
14306 msgid "Linearly interpolate between multi-dimensional points."
14307 msgstr ""
14309 #: src/cut-n-paste-code/goffice/graph/plugins/plot_xy/plot-types.xml.in.h:4
14310 msgid "Markers at each point."
14311 msgstr ""
14313 #: src/cut-n-paste-code/goffice/graph/plugins/plot_xy/plot-types.xml.in.h:5
14314 msgid "Multi-dimensional points with circle at each point."
14315 msgstr ""
14317 #: src/cut-n-paste-code/goffice/graph/plugins/plot_xy/plot-types.xml.in.h:6
14318 msgid "Plot X, Y and bubble size."
14319 msgstr ""
14321 #: src/cut-n-paste-code/goffice/graph/plugins/plot_xy/plot-types.xml.in.h:7
14322 msgid "XY"
14323 msgstr ""
14325 #: src/cut-n-paste-code/goffice/graph/plugins/plot_xy/plot-types.xml.in.h:8
14326 msgid "XY Lines"
14327 msgstr ""
14329 #: src/cut-n-paste-code/goffice/graph/plugins/plot_xy/plot-types.xml.in.h:9
14330 msgid "XY Points"
14331 msgstr ""
14333 #: src/cut-n-paste-code/goffice/graph/plugins/plot_xy/plugin.xml.in.h:1
14334 msgid "2D Scatter charts"
14335 msgstr ""
14337 #: src/cut-n-paste-code/goffice/graph/plugins/plot_xy/plugin.xml.in.h:2
14338 msgid "2D scatter plotting engine"
14339 msgstr ""
14341 #: src/cut-n-paste-code/goffice/graph/plugins/plot_xy/plugin.xml.in.h:3
14342 msgid "Bubble plotting engine"
14343 msgstr ""
14345 #: src/cut-n-paste-code/goffice/graph/plugins/plot_xy/plugin.xml.in.h:4
14346 msgid "Stock Scatter plot types"
14347 msgstr ""
14349 #: src/cut-n-paste-code/goffice/graph/plugins/plot_xy/plugin.xml.in.h:5
14350 msgid "XY Charts"
14351 msgstr ""
14353 #: src/cut-n-paste-code/goffice/utils/go-marker.c:222
14354 msgid "none"
14355 msgstr ""
14357 #: src/cut-n-paste-code/goffice/utils/go-marker.c:223
14358 msgid "square"
14359 msgstr ""
14361 #: src/cut-n-paste-code/goffice/utils/go-marker.c:224
14362 msgid "diamond"
14363 msgstr ""
14365 #: src/cut-n-paste-code/goffice/utils/go-marker.c:225
14366 msgid "triangle down"
14367 msgstr ""
14369 #: src/cut-n-paste-code/goffice/utils/go-marker.c:226
14370 msgid "triangle up"
14371 msgstr ""
14373 #: src/cut-n-paste-code/goffice/utils/go-marker.c:227
14374 msgid "triangle right"
14375 msgstr ""
14377 #: src/cut-n-paste-code/goffice/utils/go-marker.c:228
14378 msgid "triangle left"
14379 msgstr ""
14381 #: src/cut-n-paste-code/goffice/utils/go-marker.c:229
14382 msgid "circle"
14383 msgstr ""
14385 #: src/cut-n-paste-code/goffice/utils/go-marker.c:231
14386 msgid "cross"
14387 msgstr ""
14389 #: src/cut-n-paste-code/goffice/utils/go-marker.c:232
14390 msgid "asterisk"
14391 msgstr ""
14393 #: src/cut-n-paste-code/goffice/utils/go-marker.c:233
14394 msgid "bar"
14395 msgstr ""
14397 #: src/cut-n-paste-code/goffice/utils/go-marker.c:234
14398 msgid "half bar"
14399 msgstr ""
14401 #: src/cut-n-paste-code/goffice/utils/go-marker.c:235
14402 msgid "butterfly"
14403 msgstr ""
14405 #: src/cut-n-paste-code/goffice/utils/go-marker.c:236
14406 msgid "hourglass"
14407 msgstr ""
14409 #: src/cut-n-paste-code/goffice/utils/go-pattern.c:193
14410 #: src/dialogs/cell-format.glade.h:71
14411 msgid "Solid"
14412 msgstr ""
14414 #: src/cut-n-paste-code/goffice/utils/go-pattern.c:194
14415 #: src/dialogs/cell-format.glade.h:12
14416 #, no-c-format
14417 msgid "75% Grey"
14418 msgstr ""
14420 #: src/cut-n-paste-code/goffice/utils/go-pattern.c:195
14421 #: src/dialogs/cell-format.glade.h:8
14422 #, no-c-format
14423 msgid "50% Grey"
14424 msgstr ""
14426 #: src/cut-n-paste-code/goffice/utils/go-pattern.c:196
14427 #: src/dialogs/cell-format.glade.h:6
14428 #, no-c-format
14429 msgid "25% Grey"
14430 msgstr ""
14432 #: src/cut-n-paste-code/goffice/utils/go-pattern.c:197
14433 #: src/dialogs/cell-format.glade.h:4
14434 #, no-c-format
14435 msgid "12.5% Grey"
14436 msgstr ""
14438 #: src/cut-n-paste-code/goffice/utils/go-pattern.c:198
14439 #: src/dialogs/cell-format.glade.h:10
14440 #, no-c-format
14441 msgid "6.25% Grey"
14442 msgstr ""
14444 #: src/cut-n-paste-code/goffice/utils/go-pattern.c:199
14445 #: src/dialogs/cell-format.glade.h:47
14446 msgid "Horizontal Stripe"
14447 msgstr ""
14449 #: src/cut-n-paste-code/goffice/utils/go-pattern.c:200
14450 #: src/dialogs/cell-format.glade.h:92
14451 msgid "Vertical Stripe"
14452 msgstr ""
14454 #: src/cut-n-paste-code/goffice/utils/go-pattern.c:201
14455 #: src/dialogs/cell-format.glade.h:66
14456 msgid "Reverse Diagonal Stripe"
14457 msgstr ""
14459 #: src/cut-n-paste-code/goffice/utils/go-pattern.c:202
14460 #: src/dialogs/cell-format.glade.h:42
14461 msgid "Diagonal Stripe"
14462 msgstr ""
14464 #: src/cut-n-paste-code/goffice/utils/go-pattern.c:203
14465 #: src/dialogs/cell-format.glade.h:41
14466 msgid "Diagonal Crosshatch"
14467 msgstr ""
14469 #: src/cut-n-paste-code/goffice/utils/go-pattern.c:204
14470 #: src/dialogs/cell-format.glade.h:80
14471 msgid "Thick Diagonal Crosshatch"
14472 msgstr ""
14474 #: src/cut-n-paste-code/goffice/utils/go-pattern.c:205
14475 #: src/dialogs/cell-format.glade.h:84
14476 msgid "Thin Horizontal Stripe"
14477 msgstr ""
14479 #: src/cut-n-paste-code/goffice/utils/go-pattern.c:206
14480 #: src/dialogs/cell-format.glade.h:86
14481 msgid "Thin Vertical Stripe"
14482 msgstr ""
14484 #: src/cut-n-paste-code/goffice/utils/go-pattern.c:207
14485 #: src/dialogs/cell-format.glade.h:85
14486 msgid "Thin Reverse Diagonal Stripe"
14487 msgstr ""
14489 #: src/cut-n-paste-code/goffice/utils/go-pattern.c:208
14490 #: src/dialogs/cell-format.glade.h:82
14491 msgid "Thin Diagonal Stripe"
14492 msgstr ""
14494 #: src/cut-n-paste-code/goffice/utils/go-pattern.c:209
14495 #: src/dialogs/cell-format.glade.h:83
14496 msgid "Thin Horizontal Crosshatch"
14497 msgstr ""
14499 #: src/cut-n-paste-code/goffice/utils/go-pattern.c:210
14500 #: src/dialogs/cell-format.glade.h:81
14501 msgid "Thin Diagonal Crosshatch"
14502 msgstr ""
14504 #: src/cut-n-paste-code/goffice/utils/go-pattern.c:211
14505 #: src/dialogs/cell-format.glade.h:44
14506 msgid "Foreground Solid"
14507 msgstr ""
14509 #: src/cut-n-paste-code/goffice/utils/go-pattern.c:212
14510 #: src/dialogs/cell-format.glade.h:70
14511 msgid "Small Circles"
14512 msgstr ""
14514 #: src/cut-n-paste-code/goffice/utils/go-pattern.c:213
14515 #: src/dialogs/cell-format.glade.h:68
14516 msgid "Semi Circles"
14517 msgstr ""
14519 #: src/cut-n-paste-code/goffice/utils/go-pattern.c:214
14520 #: src/dialogs/cell-format.glade.h:79
14521 msgid "Thatch"
14522 msgstr ""
14524 #: src/cut-n-paste-code/goffice/utils/go-pattern.c:215
14525 #: src/dialogs/cell-format.glade.h:57
14526 msgid "Large Circles"
14527 msgstr ""
14529 #: src/cut-n-paste-code/goffice/utils/go-pattern.c:216
14530 #: src/dialogs/cell-format.glade.h:32
14531 msgid "Bricks"
14532 msgstr ""
14534 #: src/dates.c:16
14535 msgid "*Sun"
14536 msgstr ""
14538 #: src/dates.c:17
14539 msgid "*Mon"
14540 msgstr ""
14542 #: src/dates.c:18
14543 msgid "*Tue"
14544 msgstr ""
14546 #: src/dates.c:19
14547 msgid "*Wed"
14548 msgstr ""
14550 #: src/dates.c:20
14551 msgid "*Thu"
14552 msgstr ""
14554 #: src/dates.c:21
14555 msgid "*Fri"
14556 msgstr ""
14558 #: src/dates.c:22
14559 msgid "*Sat"
14560 msgstr ""
14562 #: src/dates.c:28
14563 msgid "Sunday"
14564 msgstr ""
14566 #: src/dates.c:29
14567 msgid "Monday"
14568 msgstr ""
14570 #: src/dates.c:30
14571 msgid "Tuesday"
14572 msgstr ""
14574 #: src/dates.c:31
14575 msgid "Wednesday"
14576 msgstr ""
14578 #: src/dates.c:32
14579 msgid "Thursday"
14580 msgstr ""
14582 #: src/dates.c:33
14583 msgid "Friday"
14584 msgstr ""
14586 #: src/dates.c:34
14587 msgid "Saturday"
14588 msgstr ""
14590 #: src/dates.c:40
14591 msgid "*Jan"
14592 msgstr ""
14594 #: src/dates.c:41
14595 msgid "*Feb"
14596 msgstr ""
14598 #: src/dates.c:42
14599 msgid "*Mar"
14600 msgstr ""
14602 #: src/dates.c:43
14603 msgid "*Apr"
14604 msgstr ""
14606 #: src/dates.c:44
14607 msgid "*May"
14608 msgstr ""
14610 #: src/dates.c:45
14611 msgid "*Jun"
14612 msgstr ""
14614 #: src/dates.c:46
14615 msgid "*Jul"
14616 msgstr ""
14618 #: src/dates.c:47
14619 msgid "*Aug"
14620 msgstr ""
14622 #: src/dates.c:48
14623 msgid "*Sep"
14624 msgstr ""
14626 #: src/dates.c:49
14627 msgid "*Oct"
14628 msgstr ""
14630 #: src/dates.c:50
14631 msgid "*Nov"
14632 msgstr ""
14634 #: src/dates.c:51
14635 msgid "*Dec"
14636 msgstr ""
14638 #: src/dates.c:57
14639 msgid "January"
14640 msgstr ""
14642 #: src/dates.c:58
14643 msgid "February"
14644 msgstr ""
14646 #: src/dates.c:59
14647 msgid "March"
14648 msgstr ""
14650 #: src/dates.c:60
14651 msgid "April"
14652 msgstr ""
14654 #: src/dates.c:61
14655 msgid "May"
14656 msgstr ""
14658 #: src/dates.c:62
14659 msgid "June"
14660 msgstr ""
14662 #: src/dates.c:63
14663 msgid "July"
14664 msgstr ""
14666 #: src/dates.c:64
14667 msgid "August"
14668 msgstr ""
14670 #: src/dates.c:65
14671 msgid "September"
14672 msgstr ""
14674 #: src/dates.c:66
14675 msgid "October"
14676 msgstr ""
14678 #: src/dates.c:67
14679 msgid "November"
14680 msgstr ""
14682 #: src/dates.c:68
14683 msgid "December"
14684 msgstr ""
14686 #: src/dialogs/advanced-filter.glade.h:1 src/dialogs/anova-one.glade.h:4
14687 #: src/dialogs/anova-two.glade.h:5 src/dialogs/consolidate.glade.h:2
14688 #: src/dialogs/correlation.glade.h:1 src/dialogs/covariance.glade.h:1
14689 #: src/dialogs/descriptive-stats.glade.h:5 src/dialogs/exp-smoothing.glade.h:3
14690 #: src/dialogs/fill-series.glade.h:2 src/dialogs/fourier-analysis.glade.h:1
14691 #: src/dialogs/mean-tests.glade.h:4 src/dialogs/moving-averages.glade.h:3
14692 #: src/dialogs/random-generation.glade.h:3 src/dialogs/rank.glade.h:1
14693 #: src/dialogs/regression.glade.h:3 src/dialogs/sampling.glade.h:3
14694 #: src/dialogs/simulation.glade.h:4 src/dialogs/variance-tests.glade.h:3
14695 msgid "A_utofit Columns"
14696 msgstr ""
14698 #: src/dialogs/advanced-filter.glade.h:2
14699 msgid "Advanced Filter"
14700 msgstr ""
14702 #: src/dialogs/advanced-filter.glade.h:3
14703 #: src/dialogs/dialog-advanced-filter.c:199
14704 msgid "Criteria _Range:"
14705 msgstr ""
14707 #: src/dialogs/advanced-filter.glade.h:4
14708 msgid "Input"
14709 msgstr ""
14711 #: src/dialogs/advanced-filter.glade.h:5
14712 msgid "List _Range:"
14713 msgstr ""
14715 #: src/dialogs/advanced-filter.glade.h:6 src/dialogs/anova-one.glade.h:7
14716 #: src/dialogs/anova-two.glade.h:7 src/dialogs/consolidate.glade.h:15
14717 #: src/dialogs/correlation.glade.h:5 src/dialogs/covariance.glade.h:5
14718 #: src/dialogs/descriptive-stats.glade.h:13
14719 #: src/dialogs/exp-smoothing.glade.h:7 src/dialogs/fill-series.glade.h:7
14720 #: src/dialogs/fourier-analysis.glade.h:6
14721 #: src/dialogs/random-generation.glade.h:5 src/dialogs/rank.glade.h:5
14722 #: src/dialogs/regression.glade.h:7 src/dialogs/simulation.glade.h:12
14723 #: src/dialogs/variance-tests.glade.h:5
14724 msgid "N_ew Workbook"
14725 msgstr ""
14727 #: src/dialogs/advanced-filter.glade.h:7 src/dialogs/simulation.glade.h:14
14728 msgid "Output"
14729 msgstr ""
14731 #: src/dialogs/advanced-filter.glade.h:8
14732 msgid "_Filter In-Place"
14733 msgstr ""
14735 #: src/dialogs/advanced-filter.glade.h:9 src/dialogs/anova-one.glade.h:17
14736 #: src/dialogs/anova-two.glade.h:16 src/dialogs/consolidate.glade.h:30
14737 #: src/dialogs/correlation.glade.h:13 src/dialogs/covariance.glade.h:13
14738 #: src/dialogs/descriptive-stats.glade.h:23
14739 #: src/dialogs/exp-smoothing.glade.h:16 src/dialogs/fill-series.glade.h:20
14740 #: src/dialogs/fourier-analysis.glade.h:14
14741 #: src/dialogs/random-generation.glade.h:13 src/dialogs/rank.glade.h:16
14742 #: src/dialogs/regression.glade.h:17 src/dialogs/simulation.glade.h:21
14743 #: src/dialogs/variance-tests.glade.h:14
14744 msgid "_New Sheet"
14745 msgstr ""
14747 #: src/dialogs/advanced-filter.glade.h:10 src/dialogs/anova-one.glade.h:19
14748 #: src/dialogs/anova-two.glade.h:18 src/dialogs/consolidate.glade.h:32
14749 #: src/dialogs/correlation.glade.h:15 src/dialogs/covariance.glade.h:15
14750 #: src/dialogs/descriptive-stats.glade.h:25
14751 #: src/dialogs/exp-smoothing.glade.h:18 src/dialogs/fill-series.glade.h:22
14752 #: src/dialogs/fourier-analysis.glade.h:16 src/dialogs/mean-tests.glade.h:24
14753 #: src/dialogs/random-generation.glade.h:15 src/dialogs/rank.glade.h:18
14754 #: src/dialogs/regression.glade.h:19 src/dialogs/simulation.glade.h:23
14755 #: src/dialogs/variance-tests.glade.h:16
14756 msgid "_Output Range:"
14757 msgstr ""
14759 #: src/dialogs/advanced-filter.glade.h:11
14760 msgid "_Unique Records Only"
14761 msgstr ""
14763 #: src/dialogs/anova-one.glade.h:1 src/dialogs/anova-two.glade.h:1
14764 #: src/dialogs/autocorrect.glade.h:1
14765 #: src/dialogs/autofilter-expression.glade.h:2
14766 #: src/dialogs/autoformat.glade.h:1 src/dialogs/autosave.glade.h:1
14767 #: src/dialogs/cell-format.glade.h:2 src/dialogs/descriptive-stats.glade.h:2
14768 #: src/dialogs/dialog-stf-export.glade.h:3 src/dialogs/dialog-stf.glade.h:3
14769 #: src/dialogs/exp-smoothing.glade.h:1 src/dialogs/fill-series.glade.h:1
14770 #: src/dialogs/font-sel.glade.h:1 src/dialogs/goalseek.glade.h:3
14771 #: src/dialogs/histogram.glade.h:1 src/dialogs/hyperlink.glade.h:1
14772 #: src/dialogs/mean-tests.glade.h:1 src/dialogs/moving-averages.glade.h:1
14773 #: src/dialogs/names.glade.h:1 src/dialogs/plugin-manager.glade.h:1
14774 #: src/dialogs/print.glade.h:3 src/dialogs/random-generation.glade.h:1
14775 #: src/dialogs/regression.glade.h:1 src/dialogs/sampling.glade.h:1
14776 #: src/dialogs/scenario-add.glade.h:1 src/dialogs/scenario-manager.glade.h:2
14777 #: src/dialogs/search-replace.glade.h:1 src/dialogs/so-checkbox.glade.h:1
14778 #: src/dialogs/so-frame.glade.h:1 src/dialogs/solver.glade.h:1
14779 #: src/dialogs/summary.glade.h:1 src/dialogs/tabulate.glade.h:1
14780 #: src/dialogs/variance-tests.glade.h:1 src/dialogs/view.glade.h:1
14781 #: src/dialogs/workbook-attr.glade.h:1
14782 msgid "*"
14783 msgstr ""
14785 #: src/dialogs/anova-one.glade.h:2 src/dialogs/anova-two.glade.h:2
14786 #: src/dialogs/mean-tests.glade.h:3 src/dialogs/variance-tests.glade.h:2
14787 msgid "0.05"
14788 msgstr ""
14790 #: src/dialogs/anova-one.glade.h:3
14791 msgid "ANOVA - Single Factor"
14792 msgstr ""
14794 #: src/dialogs/anova-one.glade.h:5 src/dialogs/anova-two.glade.h:6
14795 #: src/dialogs/consolidate.glade.h:5 src/dialogs/correlation.glade.h:2
14796 #: src/dialogs/covariance.glade.h:2 src/dialogs/descriptive-stats.glade.h:6
14797 #: src/dialogs/exp-smoothing.glade.h:4 src/dialogs/fill-series.glade.h:3
14798 #: src/dialogs/fourier-analysis.glade.h:2 src/dialogs/mean-tests.glade.h:5
14799 #: src/dialogs/moving-averages.glade.h:4
14800 #: src/dialogs/random-generation.glade.h:4 src/dialogs/rank.glade.h:3
14801 #: src/dialogs/regression.glade.h:4 src/dialogs/sampling.glade.h:4
14802 #: src/dialogs/variance-tests.glade.h:4
14803 msgid "Clear Output Range"
14804 msgstr ""
14806 #: src/dialogs/anova-one.glade.h:6 src/dialogs/correlation.glade.h:4
14807 #: src/dialogs/covariance.glade.h:4 src/dialogs/descriptive-stats.glade.h:9
14808 #: src/dialogs/exp-smoothing.glade.h:6 src/dialogs/fourier-analysis.glade.h:4
14809 #: src/dialogs/histogram.glade.h:5 src/dialogs/moving-averages.glade.h:5
14810 #: src/dialogs/rank.glade.h:4 src/dialogs/regression.glade.h:6
14811 #: src/dialogs/sampling.glade.h:5
14812 msgid "Grouped By:"
14813 msgstr ""
14815 #: src/dialogs/anova-one.glade.h:8 src/dialogs/anova-two.glade.h:9
14816 #: src/dialogs/descriptive-stats.glade.h:14
14817 #: src/dialogs/exp-smoothing.glade.h:8 src/dialogs/fill-series.glade.h:8
14818 #: src/dialogs/fourier-analysis.glade.h:7 src/dialogs/histogram.glade.h:13
14819 #: src/dialogs/moving-averages.glade.h:10
14820 #: src/dialogs/random-generation.glade.h:7 src/dialogs/rank.glade.h:6
14821 #: src/dialogs/regression.glade.h:8 src/dialogs/sampling.glade.h:9
14822 msgid "O_ptions"
14823 msgstr ""
14825 #: src/dialogs/anova-one.glade.h:9 src/dialogs/anova-two.glade.h:10
14826 #: src/dialogs/consolidate.glade.h:17 src/dialogs/correlation.glade.h:6
14827 #: src/dialogs/covariance.glade.h:6 src/dialogs/descriptive-stats.glade.h:15
14828 #: src/dialogs/exp-smoothing.glade.h:9 src/dialogs/fill-series.glade.h:9
14829 #: src/dialogs/fourier-analysis.glade.h:8 src/dialogs/mean-tests.glade.h:11
14830 #: src/dialogs/moving-averages.glade.h:12
14831 #: src/dialogs/random-generation.glade.h:9 src/dialogs/rank.glade.h:8
14832 #: src/dialogs/regression.glade.h:10 src/dialogs/sampling.glade.h:12
14833 #: src/dialogs/variance-tests.glade.h:6
14834 msgid "Retain Output Range Comments"
14835 msgstr ""
14837 #: src/dialogs/anova-one.glade.h:10 src/dialogs/anova-two.glade.h:11
14838 #: src/dialogs/consolidate.glade.h:18 src/dialogs/correlation.glade.h:7
14839 #: src/dialogs/covariance.glade.h:7 src/dialogs/descriptive-stats.glade.h:16
14840 #: src/dialogs/exp-smoothing.glade.h:10 src/dialogs/fill-series.glade.h:10
14841 #: src/dialogs/fourier-analysis.glade.h:9 src/dialogs/mean-tests.glade.h:12
14842 #: src/dialogs/moving-averages.glade.h:13
14843 #: src/dialogs/random-generation.glade.h:10 src/dialogs/rank.glade.h:9
14844 #: src/dialogs/regression.glade.h:11 src/dialogs/sampling.glade.h:13
14845 #: src/dialogs/variance-tests.glade.h:7
14846 msgid "Retain Output Range Formatting"
14847 msgstr ""
14849 #: src/dialogs/anova-one.glade.h:11 src/dialogs/anova-two.glade.h:12
14850 msgid "_Alpha = "
14851 msgstr ""
14853 #: src/dialogs/anova-one.glade.h:12 src/dialogs/correlation.glade.h:8
14854 #: src/dialogs/covariance.glade.h:8 src/dialogs/descriptive-stats.glade.h:18
14855 #: src/dialogs/histogram.glade.h:18 src/dialogs/rank.glade.h:11
14856 #: src/dialogs/regression.glade.h:12 src/dialogs/sampling.glade.h:17
14857 msgid "_Areas"
14858 msgstr ""
14860 #: src/dialogs/anova-one.glade.h:14 src/dialogs/anova-two.glade.h:13
14861 #: src/dialogs/consolidate.glade.h:29 src/dialogs/correlation.glade.h:10
14862 #: src/dialogs/covariance.glade.h:10 src/dialogs/descriptive-stats.glade.h:20
14863 #: src/dialogs/exp-smoothing.glade.h:13
14864 #: src/dialogs/fourier-analysis.glade.h:11 src/dialogs/histogram.glade.h:25
14865 #: src/dialogs/mean-tests.glade.h:20 src/dialogs/moving-averages.glade.h:15
14866 #: src/dialogs/rank.glade.h:13 src/dialogs/regression.glade.h:15
14867 #: src/dialogs/sampling.glade.h:19 src/dialogs/variance-tests.glade.h:12
14868 msgid "_Input"
14869 msgstr ""
14871 #: src/dialogs/anova-one.glade.h:15 src/dialogs/anova-two.glade.h:14
14872 #: src/dialogs/correlation.glade.h:11 src/dialogs/covariance.glade.h:11
14873 #: src/dialogs/descriptive-stats.glade.h:21
14874 #: src/dialogs/dialog-analysis-tools.c:341
14875 #: src/dialogs/dialog-analysis-tools.c:2587 src/dialogs/dialog-shuffle.c:151
14876 #: src/dialogs/exp-smoothing.glade.h:14
14877 #: src/dialogs/fourier-analysis.glade.h:12
14878 #: src/dialogs/moving-averages.glade.h:16 src/dialogs/rank.glade.h:14
14879 msgid "_Input Range:"
14880 msgstr ""
14882 #: src/dialogs/anova-one.glade.h:16 src/dialogs/anova-two.glade.h:15
14883 #: src/dialogs/correlation.glade.h:12 src/dialogs/covariance.glade.h:12
14884 #: src/dialogs/descriptive-stats.glade.h:22
14885 #: src/dialogs/exp-smoothing.glade.h:15
14886 #: src/dialogs/fourier-analysis.glade.h:13 src/dialogs/mean-tests.glade.h:22
14887 #: src/dialogs/moving-averages.glade.h:17 src/dialogs/rank.glade.h:15
14888 #: src/dialogs/regression.glade.h:16 src/dialogs/sampling.glade.h:21
14889 #: src/dialogs/variance-tests.glade.h:13
14890 msgid "_Labels"
14891 msgstr ""
14893 #: src/dialogs/anova-one.glade.h:18 src/dialogs/anova-two.glade.h:17
14894 #: src/dialogs/consolidate.glade.h:31 src/dialogs/correlation.glade.h:14
14895 #: src/dialogs/covariance.glade.h:14 src/dialogs/descriptive-stats.glade.h:24
14896 #: src/dialogs/exp-smoothing.glade.h:17 src/dialogs/fill-series.glade.h:21
14897 #: src/dialogs/fourier-analysis.glade.h:15 src/dialogs/histogram.glade.h:27
14898 #: src/dialogs/mean-tests.glade.h:23 src/dialogs/moving-averages.glade.h:18
14899 #: src/dialogs/random-generation.glade.h:14 src/dialogs/rank.glade.h:17
14900 #: src/dialogs/regression.glade.h:18 src/dialogs/sampling.glade.h:22
14901 #: src/dialogs/variance-tests.glade.h:15
14902 msgid "_Output"
14903 msgstr ""
14905 #: src/dialogs/anova-two.glade.h:3 src/dialogs/descriptive-stats.glade.h:4
14906 #: src/dialogs/random-generation.glade.h:2 src/dialogs/sampling.glade.h:2
14907 msgid "1"
14908 msgstr ""
14910 #: src/dialogs/anova-two.glade.h:4
14911 msgid "ANOVA - Two-Factor"
14912 msgstr ""
14914 #: src/dialogs/anova-two.glade.h:8
14915 msgid "Number of Rows _Per Sample:"
14916 msgstr ""
14918 #: src/dialogs/autocorrect.glade.h:2
14919 msgid "Auto Correct"
14920 msgstr ""
14922 #: src/dialogs/autocorrect.glade.h:3
14923 msgid "Capitalize _first letter of sentence"
14924 msgstr ""
14926 #: src/dialogs/autocorrect.glade.h:4
14927 msgid "Capitalize _names of days"
14928 msgstr ""
14930 #: src/dialogs/autocorrect.glade.h:5
14931 msgid "Correct _TWo INitial CApitals                           "
14932 msgstr ""
14934 #: src/dialogs/autocorrect.glade.h:6
14935 msgid "Do _not capitalize after:"
14936 msgstr ""
14938 #: src/dialogs/autocorrect.glade.h:7
14939 msgid "Do _not correct:"
14940 msgstr ""
14942 #: src/dialogs/autocorrect.glade.h:8
14943 msgid "First Letter"
14944 msgstr ""
14946 #. This is a name of the "General" autoformat template category.
14947 #. Please use the same translation as in General.category XML file
14948 #: src/dialogs/autocorrect.glade.h:9 src/dialogs/dialog-autoformat.c:663
14949 #: src/format.c:2190 src/format.c:2319 src/format.c:2325 src/format.c:2401
14950 #: src/plugin-service.c:200 src/widgets/widget-format-selector.c:76
14951 msgid "General"
14952 msgstr ""
14954 #: src/dialogs/autocorrect.glade.h:10
14955 msgid "INitial CApitals"
14956 msgstr ""
14958 #: src/dialogs/autocorrect.glade.h:11
14959 msgid "Re_place:"
14960 msgstr ""
14962 #: src/dialogs/autocorrect.glade.h:14
14963 msgid "_Replace text when typed"
14964 msgstr ""
14966 #: src/dialogs/autocorrect.glade.h:15
14967 msgid "_With:"
14968 msgstr ""
14970 #: src/dialogs/autofilter-expression.glade.h:1
14971 #: src/dialogs/dialog-autoformat.c:75 src/dialogs/scenario-manager.glade.h:1
14972 msgid " "
14973 msgstr ""
14975 #: src/dialogs/autofilter-expression.glade.h:3
14976 #: src/dialogs/autofilter-top10.glade.h:2
14977 msgid "Gnumeric : AutoFilter"
14978 msgstr ""
14980 #: src/dialogs/autofilter-expression.glade.h:4
14981 msgid "Show rows where:"
14982 msgstr ""
14984 #: src/dialogs/autofilter-expression.glade.h:5
14985 msgid "_And"
14986 msgstr ""
14988 #: src/dialogs/autofilter-expression.glade.h:6
14989 msgid "_Or"
14990 msgstr ""
14992 #: src/dialogs/autofilter-expression.glade.h:7
14993 msgid "begins with"
14994 msgstr ""
14996 #: src/dialogs/autofilter-expression.glade.h:8
14997 msgid "contains"
14998 msgstr ""
15000 #: src/dialogs/autofilter-expression.glade.h:9
15001 msgid "does not begin with"
15002 msgstr ""
15004 #: src/dialogs/autofilter-expression.glade.h:10
15005 msgid "does not contain"
15006 msgstr ""
15008 #: src/dialogs/autofilter-expression.glade.h:11
15009 msgid "does not end with"
15010 msgstr ""
15012 #: src/dialogs/autofilter-expression.glade.h:12
15013 msgid "does not equal"
15014 msgstr ""
15016 #: src/dialogs/autofilter-expression.glade.h:13
15017 msgid "ends with"
15018 msgstr ""
15020 #: src/dialogs/autofilter-expression.glade.h:14
15021 msgid "equals"
15022 msgstr ""
15024 #: src/dialogs/autofilter-expression.glade.h:15
15025 msgid "is greater than"
15026 msgstr ""
15028 #: src/dialogs/autofilter-expression.glade.h:16
15029 msgid "is greater than or equal to"
15030 msgstr ""
15032 #: src/dialogs/autofilter-expression.glade.h:17
15033 msgid "is less than"
15034 msgstr ""
15036 #: src/dialogs/autofilter-expression.glade.h:18
15037 msgid "is less than or equal to"
15038 msgstr ""
15040 #: src/dialogs/autofilter-top10.glade.h:1 src/dialogs/cell-format.glade.h:31
15041 #: src/workbook-format-toolbar.c:638
15042 msgid "Bottom"
15043 msgstr ""
15045 #: src/dialogs/autofilter-top10.glade.h:3
15046 msgid "Items"
15047 msgstr ""
15049 #: src/dialogs/autofilter-top10.glade.h:4
15050 #: src/widgets/widget-format-selector.c:82
15051 msgid "Percentage"
15052 msgstr ""
15054 #: src/dialogs/autofilter-top10.glade.h:5
15055 msgid "Show:"
15056 msgstr ""
15058 #: src/dialogs/autofilter-top10.glade.h:6 src/dialogs/cell-format.glade.h:89
15059 msgid "Top"
15060 msgstr ""
15062 #: src/dialogs/autoformat.glade.h:2
15063 msgid "A short description of the template"
15064 msgstr ""
15066 #: src/dialogs/autoformat.glade.h:3
15067 msgid "Apply _Alignment"
15068 msgstr ""
15070 #: src/dialogs/autoformat.glade.h:4
15071 msgid "Apply _Borders"
15072 msgstr ""
15074 #: src/dialogs/autoformat.glade.h:5
15075 msgid "Apply _Fonts"
15076 msgstr ""
15078 #: src/dialogs/autoformat.glade.h:6
15079 msgid "Apply _Number Formats"
15080 msgstr ""
15082 #: src/dialogs/autoformat.glade.h:7
15083 msgid "Apply _Patterns"
15084 msgstr ""
15086 #: src/dialogs/autoformat.glade.h:8
15087 msgid "Author:"
15088 msgstr ""
15090 #: src/dialogs/autoformat.glade.h:9
15091 msgid "Autoformat"
15092 msgstr ""
15094 #: src/dialogs/autoformat.glade.h:10
15095 msgid "C_ategory:"
15096 msgstr ""
15098 #: src/dialogs/autoformat.glade.h:11
15099 msgid "Category:"
15100 msgstr ""
15102 #: src/dialogs/autoformat.glade.h:12
15103 msgid "Description:"
15104 msgstr ""
15106 #: src/dialogs/autoformat.glade.h:13
15107 msgid "_Edges"
15108 msgstr ""
15110 #: src/dialogs/autoformat.glade.h:14
15111 msgid "Name of template"
15112 msgstr ""
15114 #: src/dialogs/autoformat.glade.h:15
15115 msgid "Name:"
15116 msgstr ""
15118 #: src/dialogs/autoformat.glade.h:16 src/dialogs/font-sel.glade.h:4
15119 #: src/widgets/preview-file-selection.c:199
15120 msgid "Preview"
15121 msgstr ""
15123 #: src/dialogs/autoformat.glade.h:17
15124 msgid "Template Details"
15125 msgstr ""
15127 #: src/dialogs/autoformat.glade.h:18
15128 msgid "The category this template belongs to"
15129 msgstr ""
15131 #: src/dialogs/autoformat.glade.h:19
15132 msgid "The group/individual that made the template"
15133 msgstr ""
15135 #: src/dialogs/autoformat.glade.h:21 src/dialogs/cell-format.glade.h:100
15136 msgid "_Left"
15137 msgstr ""
15139 #: src/dialogs/autoformat.glade.h:22 src/dialogs/cell-format.glade.h:104
15140 msgid "_Right"
15141 msgstr ""
15143 #: src/dialogs/autoformat.glade.h:23
15144 msgid "_Show Gridlines"
15145 msgstr ""
15147 #: src/dialogs/autosave.glade.h:2
15148 msgid "Auto Save"
15149 msgstr ""
15151 #: src/dialogs/autosave.glade.h:3
15152 msgid "_Automatically save every"
15153 msgstr ""
15155 #: src/dialogs/autosave.glade.h:4
15156 msgid "_Prompt Before Saving"
15157 msgstr ""
15159 #: src/dialogs/autosave.glade.h:5
15160 msgid "_minutes"
15161 msgstr ""
15163 #: src/dialogs/cell-comment.glade.h:1
15164 msgid "Cell Comment"
15165 msgstr ""
15167 #: src/dialogs/cell-format.glade.h:1
15168 msgid "    "
15169 msgstr ""
15171 #: src/dialogs/cell-format.glade.h:13
15172 msgid "<b>Background</b>"
15173 msgstr ""
15175 #: src/dialogs/cell-format.glade.h:14
15176 msgid "<b>Control</b>"
15177 msgstr ""
15179 #: src/dialogs/cell-format.glade.h:15
15180 msgid "<b>Error alerts</b>"
15181 msgstr ""
15183 #: src/dialogs/cell-format.glade.h:16
15184 msgid "<b>Horizontal alignment</b>"
15185 msgstr ""
15187 #: src/dialogs/cell-format.glade.h:18
15188 msgid "<b>Orientation</b>"
15189 msgstr ""
15191 #: src/dialogs/cell-format.glade.h:19
15192 msgid "<b>Pattern</b>"
15193 msgstr ""
15195 #: src/dialogs/cell-format.glade.h:20
15196 msgid "<b>Sample</b>"
15197 msgstr ""
15199 #: src/dialogs/cell-format.glade.h:21
15200 msgid "<b>Style</b>"
15201 msgstr ""
15203 #: src/dialogs/cell-format.glade.h:22
15204 msgid "<b>Vertical alignment</b>"
15205 msgstr ""
15207 #: src/dialogs/cell-format.glade.h:23
15208 msgid "<span weight=\"bold\">Criteria</span>"
15209 msgstr ""
15211 #: src/dialogs/cell-format.glade.h:24
15212 msgid "A_ngle:"
15213 msgstr ""
15215 #: src/dialogs/cell-format.glade.h:25
15216 msgid "Ac_tion:"
15217 msgstr ""
15219 #: src/dialogs/cell-format.glade.h:26
15220 msgid "Alignment"
15221 msgstr ""
15223 #: src/dialogs/cell-format.glade.h:27
15224 msgid "Allo_w:"
15225 msgstr ""
15227 #: src/dialogs/cell-format.glade.h:28
15228 msgid "Any Value     (no validation)"
15229 msgstr ""
15231 #: src/dialogs/cell-format.glade.h:30 src/dialogs/dialog-cell-format.c:2278
15232 msgid "Border"
15233 msgstr ""
15235 #: src/dialogs/cell-format.glade.h:33
15236 msgid "Ce_nter"
15237 msgstr ""
15239 #: src/dialogs/cell-format.glade.h:34
15240 msgid "Cen_ter"
15241 msgstr ""
15243 #: src/dialogs/cell-format.glade.h:35
15244 msgid "Center across _selection"
15245 msgstr ""
15247 #: src/dialogs/cell-format.glade.h:36 src/dialogs/so-arrow.glade.h:5
15248 msgid "Color:"
15249 msgstr ""
15251 #: src/dialogs/cell-format.glade.h:37
15252 msgid "Con_dition:"
15253 msgstr ""
15255 #: src/dialogs/cell-format.glade.h:38 src/dialogs/dialog-stf-export.glade.h:17
15256 #: src/widgets/widget-format-selector.c:87
15257 msgid "Custom"
15258 msgstr ""
15260 #: src/dialogs/cell-format.glade.h:39 src/widgets/widget-format-selector.c:80
15261 msgid "Date"
15262 msgstr ""
15264 #: src/dialogs/cell-format.glade.h:40
15265 msgid "Diagonal"
15266 msgstr ""
15268 #: src/dialogs/cell-format.glade.h:45 src/dialogs/dialog-cell-format.c:2215
15269 msgid "Format Cells"
15270 msgstr ""
15272 #: src/dialogs/cell-format.glade.h:46
15273 msgid "Hi_de"
15274 msgstr ""
15276 #: src/dialogs/cell-format.glade.h:48
15277 msgid "I_n-cell dropdown"
15278 msgstr ""
15280 #: src/dialogs/cell-format.glade.h:49
15281 msgid "Ignore _blank cells"
15282 msgstr ""
15284 #: src/dialogs/cell-format.glade.h:50
15285 msgid "In a list"
15286 msgstr ""
15288 #: src/dialogs/cell-format.glade.h:51
15289 msgid "Information (allow invalid input)"
15290 msgstr ""
15292 #: src/dialogs/cell-format.glade.h:52
15293 msgid "Input Message"
15294 msgstr ""
15296 #: src/dialogs/cell-format.glade.h:53
15297 msgid "Inside"
15298 msgstr ""
15300 #: src/dialogs/cell-format.glade.h:54
15301 msgid "Inside Horizontal"
15302 msgstr ""
15304 #: src/dialogs/cell-format.glade.h:55
15305 msgid "Inside Vertical"
15306 msgstr ""
15308 #: src/dialogs/cell-format.glade.h:56
15309 msgid "J_ustify"
15310 msgstr ""
15312 #: src/dialogs/cell-format.glade.h:58 src/workbook-format-toolbar.c:630
15313 msgid "Left"
15314 msgstr ""
15316 #: src/dialogs/cell-format.glade.h:59
15317 msgid "Locking cells or hiding formulæ only affects protected worksheets."
15318 msgstr ""
15320 #: src/dialogs/cell-format.glade.h:61
15321 msgid "None          (silently accept invalid input)"
15322 msgstr ""
15324 #: src/dialogs/cell-format.glade.h:62
15325 msgid "Numbers"
15326 msgstr ""
15328 #: src/dialogs/cell-format.glade.h:63
15329 msgid "Outline"
15330 msgstr ""
15332 #: src/dialogs/cell-format.glade.h:64 src/dialogs/workbook-attr.glade.h:10
15333 msgid "Protection"
15334 msgstr ""
15336 #: src/dialogs/cell-format.glade.h:65
15337 msgid "Reverse Diagonal"
15338 msgstr ""
15340 #: src/dialogs/cell-format.glade.h:67 src/workbook-format-toolbar.c:632
15341 msgid "Right"
15342 msgstr ""
15344 #: src/dialogs/cell-format.glade.h:69
15345 msgid "Shrin_k to fit"
15346 msgstr ""
15348 #: src/dialogs/cell-format.glade.h:72
15349 msgid "Stop            (never allow invalid input)"
15350 msgstr ""
15352 #: src/dialogs/cell-format.glade.h:73
15353 msgid "Stri_kethrough"
15354 msgstr ""
15356 #: src/dialogs/cell-format.glade.h:74
15357 msgid "Style:"
15358 msgstr ""
15360 #: src/dialogs/cell-format.glade.h:75
15361 msgid "Su_bscript"
15362 msgstr ""
15364 #: src/dialogs/cell-format.glade.h:76
15365 msgid "Sup_erscript"
15366 msgstr ""
15368 #: src/dialogs/cell-format.glade.h:77
15369 msgid "T_op"
15370 msgstr ""
15372 #: src/dialogs/cell-format.glade.h:78
15373 msgid "Text length"
15374 msgstr ""
15376 #: src/dialogs/cell-format.glade.h:87 src/widgets/widget-format-selector.c:81
15377 msgid "Time"
15378 msgstr ""
15380 #: src/dialogs/cell-format.glade.h:88
15381 msgid "Titl_e:"
15382 msgstr ""
15384 #: src/dialogs/cell-format.glade.h:90
15385 msgid "Underline:"
15386 msgstr ""
15388 #: src/dialogs/cell-format.glade.h:91
15389 msgid "Validation"
15390 msgstr ""
15392 #: src/dialogs/cell-format.glade.h:93
15393 msgid "Warning     (accept/discard invalid input)"
15394 msgstr ""
15396 #: src/dialogs/cell-format.glade.h:94
15397 msgid "Whole numbers"
15398 msgstr ""
15400 #: src/dialogs/cell-format.glade.h:97
15401 msgid "_General"
15402 msgstr ""
15404 #: src/dialogs/cell-format.glade.h:98
15405 msgid "_Indent:"
15406 msgstr ""
15408 #: src/dialogs/cell-format.glade.h:99
15409 msgid "_Justify"
15410 msgstr ""
15412 #: src/dialogs/cell-format.glade.h:101
15413 msgid "_Lock"
15414 msgstr ""
15416 #: src/dialogs/cell-format.glade.h:102
15417 msgid "_Message:"
15418 msgstr ""
15420 #: src/dialogs/cell-format.glade.h:103
15421 msgid "_Protect worksheet"
15422 msgstr ""
15424 #: src/dialogs/cell-format.glade.h:105
15425 msgid "_Show input message when cell is selected"
15426 msgstr ""
15428 #: src/dialogs/cell-format.glade.h:106
15429 msgid "_Wrap text"
15430 msgstr ""
15432 #: src/dialogs/cell-format.glade.h:108
15433 msgid "min <= val <= max         (between)"
15434 msgstr ""
15436 #: src/dialogs/cell-format.glade.h:109
15437 msgid "val  <  bound                  (less than)"
15438 msgstr ""
15440 #: src/dialogs/cell-format.glade.h:110
15441 msgid "val  >  bound                  (greater than)"
15442 msgstr ""
15444 #: src/dialogs/cell-format.glade.h:111
15445 msgid "val <= bound                  (less than or equal)"
15446 msgstr ""
15448 #: src/dialogs/cell-format.glade.h:112
15449 msgid "val <= min || max <= val (not between)"
15450 msgstr ""
15452 #: src/dialogs/cell-format.glade.h:113
15453 msgid "val <> bound                  (not equal to)"
15454 msgstr ""
15456 #: src/dialogs/cell-format.glade.h:114
15457 msgid "val == bound                  (equal to)"
15458 msgstr ""
15460 #: src/dialogs/cell-format.glade.h:115
15461 msgid "val >= bound                  (greater than or equal)"
15462 msgstr ""
15464 #: src/dialogs/cell-sort.glade.h:1
15465 msgid "<span weight=\"bold\">Sort Options</span>"
15466 msgstr ""
15468 #: src/dialogs/cell-sort.glade.h:2
15469 msgid "<span weight=\"bold\">Sort Specification</span>"
15470 msgstr ""
15472 #: src/dialogs/cell-sort.glade.h:3
15473 msgid "Direction:"
15474 msgstr ""
15476 #: src/dialogs/cell-sort.glade.h:4
15477 msgid "Range:"
15478 msgstr ""
15480 #: src/dialogs/cell-sort.glade.h:5
15481 msgid "Sort range has a _header"
15482 msgstr ""
15484 #: src/dialogs/cell-sort.glade.h:6
15485 msgid "Sort..."
15486 msgstr ""
15488 #: src/dialogs/cell-sort.glade.h:7 src/dialogs/dialog-stf-export.glade.h:39
15489 msgid "_Preserves Formats"
15490 msgstr ""
15492 #: src/dialogs/cell-sort.glade.h:8
15493 msgid "_Right-Left"
15494 msgstr ""
15496 #: src/dialogs/cell-sort.glade.h:9
15497 msgid "_Top-Bottom"
15498 msgstr ""
15500 #: src/dialogs/col-width.glade.h:1
15501 msgid "Column Width"
15502 msgstr ""
15504 #: src/dialogs/col-width.glade.h:2
15505 msgid "_Column width (pt.):"
15506 msgstr ""
15508 #: src/dialogs/col-width.glade.h:3 src/dialogs/row-height.glade.h:3
15509 msgid "_Use Default"
15510 msgstr ""
15512 #: src/dialogs/colrow.glade.h:1
15513 msgid "Group/Ungroup"
15514 msgstr ""
15516 #: src/dialogs/consolidate.glade.h:1
15517 msgid "AVERAGE"
15518 msgstr ""
15520 #: src/dialogs/consolidate.glade.h:3
15521 msgid "COUNT"
15522 msgstr ""
15524 #: src/dialogs/consolidate.glade.h:4
15525 msgid "C_opy labels"
15526 msgstr ""
15528 #: src/dialogs/consolidate.glade.h:6
15529 msgid "Clear the list of source areas"
15530 msgstr ""
15532 #: src/dialogs/consolidate.glade.h:7
15533 msgid "Data consolidation"
15534 msgstr ""
15536 #: src/dialogs/consolidate.glade.h:8
15537 msgid "Delete the currently selected source area"
15538 msgstr ""
15540 #: src/dialogs/consolidate.glade.h:9
15541 msgid "Formulæ"
15542 msgstr ""
15544 #: src/dialogs/consolidate.glade.h:10
15545 msgid "In _left column"
15546 msgstr ""
15548 #: src/dialogs/consolidate.glade.h:11
15549 msgid "In _top row"
15550 msgstr ""
15552 #: src/dialogs/consolidate.glade.h:13
15553 msgid "MAX"
15554 msgstr ""
15556 #: src/dialogs/consolidate.glade.h:14
15557 msgid "MIN"
15558 msgstr ""
15560 #: src/dialogs/consolidate.glade.h:16
15561 msgid "PRODUCT"
15562 msgstr ""
15564 #: src/dialogs/consolidate.glade.h:19
15565 msgid "STDEV"
15566 msgstr ""
15568 #: src/dialogs/consolidate.glade.h:20
15569 msgid "STDEVP"
15570 msgstr ""
15572 #: src/dialogs/consolidate.glade.h:21
15573 msgid "SUM"
15574 msgstr ""
15576 #: src/dialogs/consolidate.glade.h:22
15577 msgid "The function to use when consolidating"
15578 msgstr ""
15580 #: src/dialogs/consolidate.glade.h:23
15581 msgid ""
15582 "The left column contains labels, these will not be consolidated, but used as "
15583 "key for comparison"
15584 msgstr ""
15586 #: src/dialogs/consolidate.glade.h:24
15587 msgid ""
15588 "The top row contains labels, these will not be consolidated, but used as key "
15589 "for comparison"
15590 msgstr ""
15592 #: src/dialogs/consolidate.glade.h:25
15593 msgid "VAR"
15594 msgstr ""
15596 #: src/dialogs/consolidate.glade.h:26
15597 msgid "VARP"
15598 msgstr ""
15600 #: src/dialogs/consolidate.glade.h:28
15601 msgid "_Function:"
15602 msgstr ""
15604 #: src/dialogs/consolidate.glade.h:33
15605 msgid "_Put:"
15606 msgstr ""
15608 #: src/dialogs/consolidate.glade.h:34
15609 msgid "_Source areas:"
15610 msgstr ""
15612 #: src/dialogs/correlation.glade.h:3 src/tools/analysis-tools.c:784
15613 #: src/tools/analysis-tools.c:787
15614 msgid "Correlation"
15615 msgstr ""
15617 #: src/dialogs/delete-cells.glade.h:1
15618 msgid "<span weight=\"bold\">Delete Method</span>"
15619 msgstr ""
15621 #: src/dialogs/delete-cells.glade.h:2
15622 msgid "Delete _column(s)"
15623 msgstr ""
15625 #: src/dialogs/delete-cells.glade.h:3
15626 msgid "Delete _row(s)"
15627 msgstr ""
15629 #: src/dialogs/delete-cells.glade.h:4
15630 msgid "Delete cells"
15631 msgstr ""
15633 #: src/dialogs/delete-cells.glade.h:5
15634 msgid "Shift cells _left"
15635 msgstr ""
15637 #: src/dialogs/delete-cells.glade.h:6
15638 msgid "Shift cells _up"
15639 msgstr ""
15641 #: src/dialogs/descriptive-stats.glade.h:1
15642 msgid "(1 - alpha) = "
15643 msgstr ""
15645 #: src/dialogs/descriptive-stats.glade.h:3
15646 msgid ".95"
15647 msgstr ""
15649 #: src/dialogs/descriptive-stats.glade.h:7
15650 msgid "Confidence Interval for the _Mean"
15651 msgstr ""
15653 #: src/dialogs/descriptive-stats.glade.h:8 src/tools/analysis-tools.c:1182
15654 #: src/tools/analysis-tools.c:1185
15655 msgid "Descriptive Statistics"
15656 msgstr ""
15658 #: src/dialogs/descriptive-stats.glade.h:10
15659 msgid "K = "
15660 msgstr ""
15662 #: src/dialogs/descriptive-stats.glade.h:11
15663 msgid "Kth Largest"
15664 msgstr ""
15666 #: src/dialogs/descriptive-stats.glade.h:12
15667 msgid "Kth Smallest"
15668 msgstr ""
15670 #: src/dialogs/descriptive-stats.glade.h:17
15671 msgid "S_ummary Statistics"
15672 msgstr ""
15674 #: src/dialogs/dialog-about.c:47
15675 msgid "Miguel de Icaza, creator."
15676 msgstr ""
15678 #: src/dialogs/dialog-about.c:48
15679 msgid "Jody Goldberg, maintainer."
15680 msgstr ""
15682 #: src/dialogs/dialog-about.c:49
15683 msgid "Sean Atkinson, functions and X-Base importing."
15684 msgstr ""
15686 #: src/dialogs/dialog-about.c:50
15687 msgid "Michel Berkelaar, Simplex algorithm for Solver (LP Solve)."
15688 msgstr ""
15690 #: src/dialogs/dialog-about.c:51
15691 msgid "Grandma Chema Celorio, Tester and sheet copy."
15692 msgstr ""
15694 #: src/dialogs/dialog-about.c:52
15695 msgid "Frank Chiulli, OLE support."
15696 msgstr ""
15698 #: src/dialogs/dialog-about.c:53
15699 msgid "Kenneth Christiansen, i18n, misc stuff."
15700 msgstr ""
15702 #: src/dialogs/dialog-about.c:54
15703 msgid "Zbigniew Chyla, plugin system, i18n."
15704 msgstr ""
15706 #: src/dialogs/dialog-about.c:55
15707 msgid "J.H.M. Dassen (Ray), debian packaging."
15708 msgstr ""
15710 #: src/dialogs/dialog-about.c:56
15711 msgid "Jeroen Dirks, Simplex algorithm for Solver (LP Solve)."
15712 msgstr ""
15714 #: src/dialogs/dialog-about.c:57
15715 msgid "Tom Dyas, plugin support."
15716 msgstr ""
15718 #. xgettext:
15719 #. * if your charset allows it, replace the 'o' of 'Gergo'
15720 #. * with 'odoubleacute' (U0151) and the 'E' of 'Erdi'
15721 #. * with 'Eacute' (U00C9)
15722 #: src/dialogs/dialog-about.c:62
15723 msgid "Gergo Erdi, Gnumeric hacker."
15724 msgstr ""
15726 #: src/dialogs/dialog-about.c:63
15727 msgid "John Gotts, rpm packaging."
15728 msgstr ""
15730 #. xgettext:
15731 #. * The funny character between "G" and "l" here is a \"u.
15732 #: src/dialogs/dialog-about.c:66
15733 msgid "Andreas J. Gülzow, Gnumeric hacker."
15734 msgstr ""
15736 #. xgettext:
15737 #. * The funny character between "K" and "r" here is 'aring'.
15738 #: src/dialogs/dialog-about.c:69
15739 msgid "Jon Kåre Hellan, Gnumeric hacker."
15740 msgstr ""
15742 #: src/dialogs/dialog-about.c:70
15743 msgid "Ross Ihaka, special functions."
15744 msgstr ""
15746 #: src/dialogs/dialog-about.c:71
15747 msgid "Jukka-Pekka Iivonen, numerous functions and tools."
15748 msgstr ""
15750 #: src/dialogs/dialog-about.c:72
15751 msgid "Jakub Jelinek, Gnumeric hacker."
15752 msgstr ""
15754 #: src/dialogs/dialog-about.c:73
15755 msgid "Chris Lahey, number format engine."
15756 msgstr ""
15758 #: src/dialogs/dialog-about.c:74
15759 msgid "Takashi Matsuda, original text plugin."
15760 msgstr ""
15762 #: src/dialogs/dialog-about.c:75
15763 msgid "Michael Meeks, Excel and OLE2 importing."
15764 msgstr ""
15766 #: src/dialogs/dialog-about.c:76
15767 msgid "Lutz Muller, SheetObject improvements"
15768 msgstr ""
15770 #: src/dialogs/dialog-about.c:77
15771 msgid "Federico M. Quintero, canvas support."
15772 msgstr ""
15774 #: src/dialogs/dialog-about.c:78
15775 msgid "Mark Probst, Guile support."
15776 msgstr ""
15778 #: src/dialogs/dialog-about.c:79
15779 msgid "Rasca, HTML, troff, LaTeX exporters."
15780 msgstr ""
15782 #: src/dialogs/dialog-about.c:80
15783 msgid "Vincent Renardias, original CSV support, French localization."
15784 msgstr ""
15786 #: src/dialogs/dialog-about.c:81
15787 msgid "Ariel Rios, Guile support."
15788 msgstr ""
15790 #: src/dialogs/dialog-about.c:82
15791 msgid "Arturo Tena, OLE support."
15792 msgstr ""
15794 #: src/dialogs/dialog-about.c:83
15795 msgid "Almer S. Tigelaar, Gnumeric hacker."
15796 msgstr ""
15798 #: src/dialogs/dialog-about.c:84
15799 msgid "Bruno Unna, Excel bits."
15800 msgstr ""
15802 #: src/dialogs/dialog-about.c:85
15803 msgid "Daniel Veillard, XML support."
15804 msgstr ""
15806 #: src/dialogs/dialog-about.c:86
15807 msgid "Vladimir Vuksan, financial functions."
15808 msgstr ""
15810 #: src/dialogs/dialog-about.c:87
15811 msgid "Morten Welinder, Gnumeric hacker."
15812 msgstr ""
15814 #: src/dialogs/dialog-about.c:113 src/func-builtin.c:156
15815 msgid "Gnumeric"
15816 msgstr ""
15818 #: src/dialogs/dialog-about.c:116
15819 msgid "A production ready spreadsheet"
15820 msgstr ""
15822 #. Translate the following string with the names of all translators for this locale.
15823 #: src/dialogs/dialog-about.c:119
15824 msgid "This is an untranslated version of Gnumeric."
15825 msgstr ""
15827 #: src/dialogs/dialog-about.c:125
15828 msgid "Gnumeric Home Page"
15829 msgstr ""
15831 #: src/dialogs/dialog-advanced-filter.c:73
15832 msgid "The list range is invalid."
15833 msgstr ""
15835 #: src/dialogs/dialog-advanced-filter.c:83
15836 msgid "The criteria range is invalid."
15837 msgstr ""
15839 #: src/dialogs/dialog-advanced-filter.c:96 src/dialogs/dialog-simulation.c:100
15840 msgid "The output range is invalid."
15841 msgstr ""
15843 #: src/dialogs/dialog-advanced-filter.c:153
15844 msgid "The given criteria are invalid."
15845 msgstr ""
15847 #: src/dialogs/dialog-advanced-filter.c:159
15848 msgid "No matching records were found."
15849 msgstr ""
15851 #: src/dialogs/dialog-advanced-filter.c:162
15852 #: src/dialogs/dialog-analysis-tools.c:588
15853 #: src/dialogs/dialog-analysis-tools.c:706
15854 #: src/dialogs/dialog-analysis-tools.c:1989
15855 #: src/dialogs/dialog-analysis-tools.c:2879
15856 #, c-format
15857 msgid "An unexpected error has occurred: %d."
15858 msgstr ""
15860 #: src/dialogs/dialog-advanced-filter.c:199
15861 msgid "_List Range:"
15862 msgstr ""
15864 #: src/dialogs/dialog-advanced-filter.c:200
15865 msgid "Could not create the Advanced Filter dialog."
15866 msgstr ""
15868 #: src/dialogs/dialog-analysis-tools.c:574
15869 #: src/dialogs/dialog-analysis-tools.c:692
15870 msgid "The selected input rows must have equal size!"
15871 msgstr ""
15873 #: src/dialogs/dialog-analysis-tools.c:579
15874 #: src/dialogs/dialog-analysis-tools.c:697
15875 msgid "The selected input columns must have equal size!"
15876 msgstr ""
15878 #: src/dialogs/dialog-analysis-tools.c:584
15879 #: src/dialogs/dialog-analysis-tools.c:702
15880 msgid "The selected input areas must have equal size!"
15881 msgstr ""
15883 #: src/dialogs/dialog-analysis-tools.c:631
15884 msgid "Could not create the Correlation Tool dialog."
15885 msgstr ""
15887 #: src/dialogs/dialog-analysis-tools.c:749
15888 msgid "Could not create the Covariance Tool dialog."
15889 msgstr ""
15891 #: src/dialogs/dialog-analysis-tools.c:838
15892 msgid "Could not create the Rank and Percentile Tools dialog."
15893 msgstr ""
15895 #: src/dialogs/dialog-analysis-tools.c:929
15896 msgid "Could not create the Fourier Analysis Tool dialog."
15897 msgstr ""
15899 #: src/dialogs/dialog-analysis-tools.c:1091
15900 msgid "Could not create the Descriptive Statistics Tool dialog."
15901 msgstr ""
15903 #: src/dialogs/dialog-analysis-tools.c:1233
15904 msgid ""
15905 "Please enter a valid\n"
15906 "population variance for variable 1."
15907 msgstr ""
15909 #: src/dialogs/dialog-analysis-tools.c:1242
15910 msgid ""
15911 "Please enter a valid\n"
15912 "population variance for variable 2."
15913 msgstr ""
15915 #: src/dialogs/dialog-analysis-tools.c:1467
15916 msgid "Var_iable 1 Range:"
15917 msgstr ""
15919 #: src/dialogs/dialog-analysis-tools.c:1468
15920 msgid "_Variable 2 Range:"
15921 msgstr ""
15923 #: src/dialogs/dialog-analysis-tools.c:1469
15924 msgid "Could not create the Mean Tests Tool dialog."
15925 msgstr ""
15927 #: src/dialogs/dialog-analysis-tools.c:1666
15928 msgid "Var_iable 1 Range"
15929 msgstr ""
15931 #: src/dialogs/dialog-analysis-tools.c:1666
15932 msgid "_Variable 2 Range"
15933 msgstr ""
15935 #: src/dialogs/dialog-analysis-tools.c:1667
15936 msgid "Could not create the FTest Tool dialog."
15937 msgstr ""
15939 #: src/dialogs/dialog-analysis-tools.c:1869
15940 msgid "Could not create the Sampling Tool dialog."
15941 msgstr ""
15943 #: src/dialogs/dialog-analysis-tools.c:1984 src/tools/analysis-tools.c:2152
15944 #: src/tools/analysis-tools.c:2231
15945 msgid ""
15946 "There must be an equal number of entries for each variable in the regression."
15947 msgstr ""
15949 #: src/dialogs/dialog-analysis-tools.c:2087 src/dialogs/regression.glade.h:21
15950 msgid "_X Variables:"
15951 msgstr ""
15953 #: src/dialogs/dialog-analysis-tools.c:2087 src/dialogs/regression.glade.h:22
15954 msgid "_Y Variable:"
15955 msgstr ""
15957 #: src/dialogs/dialog-analysis-tools.c:2088
15958 msgid "Could not create the Regression Tool dialog."
15959 msgstr ""
15961 #: src/dialogs/dialog-analysis-tools.c:2224
15962 msgid "Could not create the Exponential Smoothing Tool dialog."
15963 msgstr ""
15965 #: src/dialogs/dialog-analysis-tools.c:2365
15966 msgid "Could not create the Moving Average Tool dialog."
15967 msgstr ""
15969 #: src/dialogs/dialog-analysis-tools.c:2587 src/dialogs/histogram.glade.h:3
15970 msgid "Bin _Range:"
15971 msgstr ""
15973 #: src/dialogs/dialog-analysis-tools.c:2588
15974 msgid "Could not create the Histogram Tool dialog."
15975 msgstr ""
15977 #: src/dialogs/dialog-analysis-tools.c:2766
15978 msgid "Could not create the ANOVA (single factor) tool dialog."
15979 msgstr ""
15981 #: src/dialogs/dialog-analysis-tools.c:2845
15982 msgid ""
15983 "The given input range should contain at least two columns and two rows of "
15984 "data and the labels."
15985 msgstr ""
15987 #: src/dialogs/dialog-analysis-tools.c:2848
15988 msgid ""
15989 "The given input range should contain at least two columns and two rows of "
15990 "data."
15991 msgstr ""
15993 #: src/dialogs/dialog-analysis-tools.c:2854
15994 msgid ""
15995 "The given input range should contain at least two columns of data and the "
15996 "labels."
15997 msgstr ""
15999 #: src/dialogs/dialog-analysis-tools.c:2857
16000 msgid "The given input range should contain at least two columns of data."
16001 msgstr ""
16003 #: src/dialogs/dialog-analysis-tools.c:2863
16004 msgid ""
16005 "The given input range should contain at least two rows of data and the "
16006 "labels."
16007 msgstr ""
16009 #: src/dialogs/dialog-analysis-tools.c:2866
16010 msgid "The given input range should contain at least two rows of data."
16011 msgstr ""
16013 #: src/dialogs/dialog-analysis-tools.c:2873
16014 msgid "The number of data rows must be a multiple of the replication number."
16015 msgstr ""
16017 #: src/dialogs/dialog-analysis-tools.c:2970
16018 msgid "Could not create the ANOVA (two factor) tool dialog."
16019 msgstr ""
16021 #: src/dialogs/dialog-autocorrect.c:329
16022 msgid "Could not create the AutoCorrect dialog."
16023 msgstr ""
16025 #: src/dialogs/dialog-autoformat.c:75
16026 msgid "Jan"
16027 msgstr ""
16029 #: src/dialogs/dialog-autoformat.c:75
16030 msgid "Feb"
16031 msgstr ""
16033 #: src/dialogs/dialog-autoformat.c:75
16034 msgid "Mar"
16035 msgstr ""
16037 #: src/dialogs/dialog-autoformat.c:75 src/dialogs/dialog-autoformat.c:79
16038 #: src/tools/analysis-tools.c:3353 src/tools/analysis-tools.c:3363
16039 #: src/tools/analysis-tools.c:3371
16040 msgid "Total"
16041 msgstr ""
16043 #: src/dialogs/dialog-autoformat.c:76
16044 msgid "North"
16045 msgstr ""
16047 #: src/dialogs/dialog-autoformat.c:76
16048 msgid "6"
16049 msgstr ""
16051 #: src/dialogs/dialog-autoformat.c:76
16052 msgid "13"
16053 msgstr ""
16055 #: src/dialogs/dialog-autoformat.c:76
16056 msgid "20"
16057 msgstr ""
16059 #: src/dialogs/dialog-autoformat.c:76
16060 msgid "39"
16061 msgstr ""
16063 #: src/dialogs/dialog-autoformat.c:77
16064 msgid "South"
16065 msgstr ""
16067 #: src/dialogs/dialog-autoformat.c:77
16068 msgid "12"
16069 msgstr ""
16071 #: src/dialogs/dialog-autoformat.c:77
16072 msgid "4"
16073 msgstr ""
16075 #: src/dialogs/dialog-autoformat.c:77
16076 msgid "17"
16077 msgstr ""
16079 #: src/dialogs/dialog-autoformat.c:77
16080 msgid "33"
16081 msgstr ""
16083 #: src/dialogs/dialog-autoformat.c:78
16084 msgid "West"
16085 msgstr ""
16087 #: src/dialogs/dialog-autoformat.c:78
16088 msgid "8"
16089 msgstr ""
16091 #: src/dialogs/dialog-autoformat.c:78
16092 msgid "2"
16093 msgstr ""
16095 #: src/dialogs/dialog-autoformat.c:78 src/dialogs/mean-tests.glade.h:2
16096 msgid "0"
16097 msgstr ""
16099 #: src/dialogs/dialog-autoformat.c:78
16100 msgid "10"
16101 msgstr ""
16103 #: src/dialogs/dialog-autoformat.c:79
16104 msgid "26"
16105 msgstr ""
16107 #: src/dialogs/dialog-autoformat.c:79
16108 msgid "19"
16109 msgstr ""
16111 #: src/dialogs/dialog-autoformat.c:79
16112 msgid "37"
16113 msgstr ""
16115 #: src/dialogs/dialog-autoformat.c:79
16116 msgid "81"
16117 msgstr ""
16119 #: src/dialogs/dialog-autoformat.c:651
16120 msgid "An error occurred while reading the category list"
16121 msgstr ""
16123 #: src/dialogs/dialog-autosave.c:80
16124 #, c-format
16125 msgid "Do you want to save the workbook %s ?"
16126 msgstr ""
16128 #: src/dialogs/dialog-autosave.c:186
16129 msgid "Could not create the autosave dialog."
16130 msgstr ""
16132 #: src/dialogs/dialog-cell-format.c:86
16133 msgid "Single"
16134 msgstr ""
16136 #: src/dialogs/dialog-cell-format.c:87
16137 msgid "Double"
16138 msgstr ""
16140 #: src/dialogs/dialog-cell-format.c:467 src/dialogs/dialog-search.c:147
16141 #: src/func.c:671 src/widgets/widget-format-selector.c:77
16142 msgid "Number"
16143 msgstr ""
16145 #: src/dialogs/dialog-cell-format.c:668 src/dialogs/dialog-stf-main-page.c:381
16146 #: src/widgets/widget-format-selector.c:85
16147 msgid "Text"
16148 msgstr ""
16150 #: src/dialogs/dialog-cell-format.c:1787
16151 msgid "Source"
16152 msgstr ""
16154 #: src/dialogs/dialog-cell-format.c:1788
16155 msgid "Criteria"
16156 msgstr ""
16158 #: src/dialogs/dialog-cell-format.c:1800 src/dialogs/dialog-cell-format.c:1807
16159 msgid "Min :"
16160 msgstr ""
16162 #: src/dialogs/dialog-cell-format.c:1801 src/dialogs/dialog-cell-format.c:1810
16163 msgid "Max :"
16164 msgstr ""
16166 #: src/dialogs/dialog-cell-format.c:1804
16167 msgid "Value :"
16168 msgstr ""
16170 #: src/dialogs/dialog-cell-format.c:2029
16171 msgid "The validation criteria are unusable. Disable validation?"
16172 msgstr ""
16174 #: src/dialogs/dialog-cell-format.c:2288 src/workbook-format-toolbar.c:810
16175 msgid "Clear Background"
16176 msgstr ""
16178 #: src/dialogs/dialog-cell-sort.c:145
16179 #, c-format
16180 msgid "Column %s"
16181 msgstr ""
16183 #: src/dialogs/dialog-cell-sort.c:147
16184 #, c-format
16185 msgid "Row %s"
16186 msgstr ""
16188 #: src/dialogs/dialog-cell-sort.c:1039
16189 msgid "Row/Column"
16190 msgstr ""
16192 #: src/dialogs/dialog-cell-sort.c:1059
16193 msgid "Case Sensitive"
16194 msgstr ""
16196 #: src/dialogs/dialog-cell-sort.c:1079
16197 msgid "By Value"
16198 msgstr ""
16200 #: src/dialogs/dialog-cell-sort.c:1214
16201 msgid "Could not create the Cell-Sort dialog."
16202 msgstr ""
16204 #: src/dialogs/dialog-col-width.c:232
16205 msgid "Set standard/default column width"
16206 msgstr ""
16208 #: src/dialogs/dialog-col-width.c:237
16209 #, c-format
16210 msgid ""
16211 "Set column width of selection on <span style='italic' weight='bold'>%s</span>"
16212 msgstr ""
16214 #: src/dialogs/dialog-consolidate.c:192
16215 #, c-format
16216 msgid "Specification %s does not define a region"
16217 msgstr ""
16219 #: src/dialogs/dialog-consolidate.c:201
16220 #, c-format
16221 msgid "Source region %s overlaps with the destination region"
16222 msgstr ""
16224 #: src/dialogs/dialog-consolidate.c:331
16225 msgid "The output range overlaps with the input ranges."
16226 msgstr ""
16228 #: src/dialogs/dialog-consolidate.c:564
16229 msgid "Could not create the Consolidate dialog."
16230 msgstr ""
16232 #: src/dialogs/dialog-define-names.c:359
16233 msgid "Why would you want to define a name to be #NAME?"
16234 msgstr ""
16236 #: src/dialogs/dialog-define-names.c:580
16237 msgid "Could not create the Name Guru."
16238 msgstr ""
16240 #: src/dialogs/dialog-delete-cells.c:136
16241 #: src/dialogs/scenario-manager.glade.h:8
16242 msgid "Delete"
16243 msgstr ""
16245 #: src/dialogs/dialog-delete-cells.c:166
16246 msgid "Could not create the Delete Cell dialog."
16247 msgstr ""
16249 #: src/dialogs/dialog-fill-series.c:267
16250 msgid "Could not create the Fill Series dialog."
16251 msgstr ""
16253 #: src/dialogs/dialog-formula-guru.c:301
16254 #, c-format
16255 msgid "[%s]"
16256 msgstr ""
16258 #: src/dialogs/dialog-formula-guru.c:827
16259 msgid "Function/Argument"
16260 msgstr ""
16262 #: src/dialogs/dialog-formula-guru.c:991
16263 msgid "Could not create the formula guru."
16264 msgstr ""
16266 #: src/dialogs/dialog-function-select.c:212
16267 msgid "Recently Used"
16268 msgstr ""
16270 #: src/dialogs/dialog-function-select.c:217
16271 msgid "All Functions (long list)"
16272 msgstr ""
16274 #: src/dialogs/dialog-goal-seek.c:362
16275 msgid "You should introduce a valid cell name in 'Set Cell:'!"
16276 msgstr ""
16278 #: src/dialogs/dialog-goal-seek.c:374
16279 msgid "The cell named in 'Set Cell:' must contain a formula!"
16280 msgstr ""
16282 #: src/dialogs/dialog-goal-seek.c:387
16283 msgid "You should introduce a valid cell name in 'By Changing Cell:'!"
16284 msgstr ""
16286 #: src/dialogs/dialog-goal-seek.c:400
16287 msgid "The cell named in 'By changing cell' must not contain a formula."
16288 msgstr ""
16290 #: src/dialogs/dialog-goal-seek.c:413
16291 msgid "The value given in 'To Value:' is not valid."
16292 msgstr ""
16294 #: src/dialogs/dialog-goal-seek.c:457
16295 #, c-format
16296 msgid "Goal seeking with cell %s found a solution."
16297 msgstr ""
16299 #: src/dialogs/dialog-goal-seek.c:478
16300 #, c-format
16301 msgid "Goal seeking with cell %s did not find a solution."
16302 msgstr ""
16304 #: src/dialogs/dialog-goal-seek.c:655
16305 msgid "Could not create the Goal-Seek dialog."
16306 msgstr ""
16308 #: src/dialogs/dialog-goto-cell.c:188
16309 msgid "Workbook Level"
16310 msgstr ""
16313 #. * Fill in the labels of `Target Cell' section.
16316 #. * Fill in the labels of `Adjustable Cells' section.
16319 #. * Fill in the labels of `Constraints' section.
16321 #: src/dialogs/dialog-goto-cell.c:296 src/dialogs/dialog-search.c:398
16322 #: src/dialogs/tabulate.glade.h:2 src/tools/solver/reports-write.c:80
16323 #: src/tools/solver/reports-write.c:102 src/tools/solver/reports-write.c:129
16324 #: src/tools/solver/reports-write.c:236 src/tools/solver/reports-write.c:282
16325 #: src/tools/solver/reports-write.c:394 src/tools/solver/reports-write.c:401
16326 msgid "Cell"
16327 msgstr ""
16329 #: src/dialogs/dialog-goto-cell.c:358
16330 msgid "Could not create the goto dialog."
16331 msgstr ""
16333 #: src/dialogs/dialog-hyperlink.c:143
16334 msgid "Not a range or name"
16335 msgstr ""
16337 #: src/dialogs/dialog-hyperlink.c:195
16338 msgid "_Internal Link"
16339 msgstr ""
16341 #: src/dialogs/dialog-hyperlink.c:197
16342 msgid "Jump to specific cells or named range in the current workbook"
16343 msgstr ""
16345 #: src/dialogs/dialog-hyperlink.c:201
16346 msgid "_External Link"
16347 msgstr ""
16349 #: src/dialogs/dialog-hyperlink.c:203
16350 msgid "Open an external file with the specified name"
16351 msgstr ""
16353 #: src/dialogs/dialog-hyperlink.c:207
16354 msgid "Send _Email"
16355 msgstr ""
16357 #: src/dialogs/dialog-hyperlink.c:209
16358 msgid "Prepare an email"
16359 msgstr ""
16361 #: src/dialogs/dialog-hyperlink.c:211
16362 msgid "_Web Link"
16363 msgstr ""
16365 #: src/dialogs/dialog-hyperlink.c:213
16366 msgid "Browse to the specified URL"
16367 msgstr ""
16369 #: src/dialogs/dialog-hyperlink.c:284
16370 msgid "Add Hyperlink"
16371 msgstr ""
16373 #: src/dialogs/dialog-hyperlink.c:286
16374 msgid "Edit Hyperlink"
16375 msgstr ""
16377 #: src/dialogs/dialog-hyperlink.c:292 src/sheet-control-gui.c:1472
16378 msgid "Remove Hyperlink"
16379 msgstr ""
16381 #: src/dialogs/dialog-hyperlink.c:463
16382 msgid "Could not create the hyperlink dialog."
16383 msgstr ""
16385 #: src/dialogs/dialog-insert-cells.c:136 src/workbook-control-gui.c:645
16386 msgid "Insert"
16387 msgstr ""
16389 #: src/dialogs/dialog-insert-cells.c:166
16390 msgid "Could not create the Insert Cell dialog."
16391 msgstr ""
16393 #: src/dialogs/dialog-merge.c:265
16394 msgid "One field is not part of the merge zone!"
16395 msgstr ""
16397 #: src/dialogs/dialog-merge.c:267
16398 #, c-format
16399 msgid "%i fields are not part of the merge zone!"
16400 msgstr ""
16402 #: src/dialogs/dialog-merge.c:284
16403 #, c-format
16404 msgid ""
16405 "The data columns range in length from %i to %i. Shall we trim the lengths to "
16406 "%i and proceed?"
16407 msgstr ""
16409 #: src/dialogs/dialog-merge.c:392
16410 msgid "Input Data"
16411 msgstr ""
16413 #: src/dialogs/dialog-merge.c:399
16414 msgid "Merge Field"
16415 msgstr ""
16417 #: src/dialogs/dialog-password.c:34
16418 #, c-format
16419 msgid "%s is encrypted"
16420 msgstr ""
16422 #: src/dialogs/dialog-password.c:36
16423 msgid ""
16424 "Encrypted files require a password\n"
16425 "before they can be opened."
16426 msgstr ""
16428 #: src/dialogs/dialog-password.c:68
16429 msgid "Password :"
16430 msgstr ""
16432 #: src/dialogs/dialog-paste-special.c:46
16433 msgid "All"
16434 msgstr ""
16436 #: src/dialogs/dialog-paste-special.c:47 src/dialogs/dialog-search.c:400
16437 msgid "Content"
16438 msgstr ""
16440 #: src/dialogs/dialog-paste-special.c:48
16441 msgid "As Value"
16442 msgstr ""
16444 #: src/dialogs/dialog-paste-special.c:49
16445 msgid "Formats"
16446 msgstr ""
16448 #: src/dialogs/dialog-paste-special.c:55
16449 msgid "Add"
16450 msgstr ""
16452 #: src/dialogs/dialog-paste-special.c:56
16453 msgid "Subtract"
16454 msgstr ""
16456 #: src/dialogs/dialog-paste-special.c:57
16457 msgid "Multiply"
16458 msgstr ""
16460 #: src/dialogs/dialog-paste-special.c:58
16461 msgid "Divide"
16462 msgstr ""
16464 #: src/dialogs/dialog-paste-special.c:124
16465 msgid "Paste special"
16466 msgstr ""
16468 #: src/dialogs/dialog-paste-special.c:127
16469 msgid "Paste Link"
16470 msgstr ""
16472 #: src/dialogs/dialog-paste-special.c:134
16473 msgid "Paste type"
16474 msgstr ""
16476 #: src/dialogs/dialog-paste-special.c:138
16477 msgid "Operation"
16478 msgstr ""
16480 #: src/dialogs/dialog-paste-special.c:170
16481 msgid "Transpose"
16482 msgstr ""
16484 #: src/dialogs/dialog-paste-special.c:179
16485 msgid "Skip Blanks"
16486 msgstr ""
16488 #: src/dialogs/dialog-plugin-manager.c:381
16489 msgid "Plugin dependencies"
16490 msgstr ""
16492 #: src/dialogs/dialog-plugin-manager.c:389
16493 msgid "Unknown plugin"
16494 msgstr ""
16496 #: src/dialogs/dialog-plugin-manager.c:403
16497 msgid "Plugin services"
16498 msgstr ""
16500 #: src/dialogs/dialog-plugin-manager.c:472
16501 msgid "Errors while activating plugins"
16502 msgstr ""
16504 #: src/dialogs/dialog-plugin-manager.c:488
16505 msgid "Errors while deactivating plugins"
16506 msgstr ""
16508 #: src/dialogs/dialog-plugin-manager.c:584
16509 msgid ""
16510 "The following extra plugins must be activated in order to activate this "
16511 "one:\n"
16512 "\n"
16513 msgstr ""
16515 #: src/dialogs/dialog-plugin-manager.c:590
16516 #, c-format
16517 msgid "Unknown plugin with id=\"%s\"\n"
16518 msgstr ""
16520 #: src/dialogs/dialog-plugin-manager.c:597
16521 msgid ""
16522 "\n"
16523 "Do you want to activate this plugin together with its dependencies?"
16524 msgstr ""
16526 #: src/dialogs/dialog-plugin-manager.c:616
16527 #, c-format
16528 msgid "Error while deactivating plugin \"%s\"."
16529 msgstr ""
16531 #: src/dialogs/dialog-plugin-manager.c:620
16532 #, c-format
16533 msgid "Error while activating plugin \"%s\"."
16534 msgstr ""
16536 #: src/dialogs/dialog-plugin-manager.c:688
16537 msgid "Active"
16538 msgstr ""
16540 #: src/dialogs/dialog-plugin-manager.c:693
16541 msgid "Plugin name"
16542 msgstr ""
16544 #: src/dialogs/dialog-plugin-manager.c:716
16545 msgid "ID"
16546 msgstr ""
16548 #: src/dialogs/dialog-plugin-manager.c:736
16549 msgid "Directory"
16550 msgstr ""
16552 #: src/dialogs/dialog-preferences.c:814
16553 msgid "The items on this page customize the behaviour of the undo/redo system."
16554 msgstr ""
16556 #: src/dialogs/dialog-preferences.c:964
16557 msgid ""
16558 "The items on this page customize the inital settings of the sort dialog and "
16559 "the behaviour of the sort toolbar buttons."
16560 msgstr ""
16562 #: src/dialogs/dialog-preferences.c:1111
16563 msgid "The items on this page customize the new default workbook."
16564 msgstr ""
16566 #: src/dialogs/dialog-preferences.c:1327
16567 msgid "The items on this page are related to the saving and opening of files."
16568 msgstr ""
16570 #: src/dialogs/dialog-preferences.c:1501
16571 msgid "Windows"
16572 msgstr ""
16574 #: src/dialogs/dialog-preferences.c:1502
16575 msgid "Files"
16576 msgstr ""
16578 #: src/dialogs/dialog-preferences.c:1503 src/workbook-control-gui.c:1576
16579 #: src/workbook-control-gui.c:4032 src/workbook-control-gui.c:4261
16580 msgid "Undo"
16581 msgstr ""
16583 #: src/dialogs/dialog-preferences.c:1505
16584 msgid "Various"
16585 msgstr ""
16587 #: src/dialogs/dialog-preferences.c:1506
16588 msgid "Internal"
16589 msgstr ""
16591 #: src/dialogs/dialog-preferences.c:1507
16592 msgid "Header/Footer"
16593 msgstr ""
16595 #: src/dialogs/dialog-printer-setup.c:861
16596 msgid "Customize header"
16597 msgstr ""
16599 #: src/dialogs/dialog-printer-setup.c:863
16600 msgid "Customize footer"
16601 msgstr ""
16603 #: src/dialogs/dialog-printer-setup.c:1013
16604 msgid "Custom header configuration"
16605 msgstr ""
16607 #: src/dialogs/dialog-printer-setup.c:1018
16608 msgid "Custom footer configuration"
16609 msgstr ""
16611 #: src/dialogs/dialog-random-generator.c:107
16612 msgid "Uniform"
16613 msgstr ""
16615 #: src/dialogs/dialog-random-generator.c:107
16616 #: src/dialogs/dialog-random-generator.c:109
16617 msgid "_Lower Bound:"
16618 msgstr ""
16620 #: src/dialogs/dialog-random-generator.c:107
16621 #: src/dialogs/dialog-random-generator.c:109
16622 msgid "_Upper Bound:"
16623 msgstr ""
16625 #: src/dialogs/dialog-random-generator.c:109
16626 msgid "Uniform Integer"
16627 msgstr ""
16629 #: src/dialogs/dialog-random-generator.c:112
16630 #: src/dialogs/search-replace.glade.h:14 src/dialogs/search.glade.h:13
16631 #: src/widgets/widget-font-selector.c:150
16632 msgid "Normal"
16633 msgstr ""
16635 #: src/dialogs/dialog-random-generator.c:112
16636 msgid "_Mean:"
16637 msgstr ""
16639 #: src/dialogs/dialog-random-generator.c:112
16640 msgid "_Standard Deviation:"
16641 msgstr ""
16643 #: src/dialogs/dialog-random-generator.c:114
16644 #: src/tools/solver/reports-write.c:716
16645 msgid "Discrete"
16646 msgstr ""
16648 #: src/dialogs/dialog-random-generator.c:114
16649 msgid "_Value And Probability Input Range:"
16650 msgstr ""
16652 #: src/dialogs/dialog-random-generator.c:120
16653 msgid "Bernoulli"
16654 msgstr ""
16656 #: src/dialogs/dialog-random-generator.c:120
16657 #: src/dialogs/dialog-random-generator.c:124
16658 #: src/dialogs/dialog-random-generator.c:140
16659 #: src/dialogs/dialog-random-generator.c:152
16660 #: src/dialogs/dialog-random-generator.c:158
16661 msgid "_p Value:"
16662 msgstr ""
16664 #: src/dialogs/dialog-random-generator.c:122
16665 msgid "Beta"
16666 msgstr ""
16668 #: src/dialogs/dialog-random-generator.c:122
16669 #: src/dialogs/dialog-random-generator.c:126
16670 #: src/dialogs/dialog-random-generator.c:132
16671 #: src/dialogs/dialog-random-generator.c:136
16672 #: src/dialogs/dialog-random-generator.c:138
16673 #: src/dialogs/dialog-random-generator.c:142
16674 #: src/dialogs/dialog-random-generator.c:144
16675 #: src/dialogs/dialog-random-generator.c:148
16676 #: src/dialogs/dialog-random-generator.c:154
16677 #: src/dialogs/dialog-random-generator.c:161
16678 #: src/dialogs/dialog-random-generator.c:167
16679 #: src/dialogs/dialog-random-generator.c:171
16680 msgid "_a Value:"
16681 msgstr ""
16683 #: src/dialogs/dialog-random-generator.c:122
16684 #: src/dialogs/dialog-random-generator.c:130
16685 #: src/dialogs/dialog-random-generator.c:132
16686 #: src/dialogs/dialog-random-generator.c:136
16687 #: src/dialogs/dialog-random-generator.c:142
16688 #: src/dialogs/dialog-random-generator.c:144
16689 #: src/dialogs/dialog-random-generator.c:161
16690 #: src/dialogs/dialog-random-generator.c:171
16691 msgid "_b Value:"
16692 msgstr ""
16694 #: src/dialogs/dialog-random-generator.c:124
16695 msgid "Binomial"
16696 msgstr ""
16698 #: src/dialogs/dialog-random-generator.c:124
16699 msgid "N_umber of Trials:"
16700 msgstr ""
16702 #: src/dialogs/dialog-random-generator.c:126
16703 msgid "Cauchy"
16704 msgstr ""
16706 #: src/dialogs/dialog-random-generator.c:128
16707 msgid "Chisq"
16708 msgstr ""
16710 #: src/dialogs/dialog-random-generator.c:128
16711 msgid "_nu Value:"
16712 msgstr ""
16714 #: src/dialogs/dialog-random-generator.c:130
16715 msgid "Exponential"
16716 msgstr ""
16718 #: src/dialogs/dialog-random-generator.c:132
16719 msgid "Exponential Power"
16720 msgstr ""
16722 #: src/dialogs/dialog-random-generator.c:134
16723 msgid "F"
16724 msgstr ""
16726 #: src/dialogs/dialog-random-generator.c:134
16727 msgid "nu_1 Value:"
16728 msgstr ""
16730 #: src/dialogs/dialog-random-generator.c:134
16731 msgid "nu_2 Value:"
16732 msgstr ""
16734 #: src/dialogs/dialog-random-generator.c:136
16735 msgid "Gamma"
16736 msgstr ""
16738 #: src/dialogs/dialog-random-generator.c:138
16739 msgid "Gaussian Tail"
16740 msgstr ""
16742 #: src/dialogs/dialog-random-generator.c:138
16743 #: src/dialogs/dialog-random-generator.c:156
16744 msgid "_Sigma"
16745 msgstr ""
16747 #: src/dialogs/dialog-random-generator.c:140
16748 msgid "Geometric"
16749 msgstr ""
16751 #: src/dialogs/dialog-random-generator.c:142
16752 msgid "Gumbel (Type I)"
16753 msgstr ""
16755 #: src/dialogs/dialog-random-generator.c:144
16756 msgid "Gumbel (Type II)"
16757 msgstr ""
16759 #: src/dialogs/dialog-random-generator.c:146
16760 msgid "Landau"
16761 msgstr ""
16763 #: src/dialogs/dialog-random-generator.c:148
16764 msgid "Laplace"
16765 msgstr ""
16767 #: src/dialogs/dialog-random-generator.c:150
16768 msgid "Levy alpha-Stable"
16769 msgstr ""
16771 #: src/dialogs/dialog-random-generator.c:150
16772 msgid "_c Value:"
16773 msgstr ""
16775 #: src/dialogs/dialog-random-generator.c:150
16776 msgid "_alpha:"
16777 msgstr ""
16779 #: src/dialogs/dialog-random-generator.c:152
16780 msgid "Logarithmic"
16781 msgstr ""
16783 #: src/dialogs/dialog-random-generator.c:154
16784 msgid "Logistic"
16785 msgstr ""
16787 #: src/dialogs/dialog-random-generator.c:156
16788 msgid "Lognormal"
16789 msgstr ""
16791 #: src/dialogs/dialog-random-generator.c:156
16792 msgid "_Zeta Value:"
16793 msgstr ""
16795 #: src/dialogs/dialog-random-generator.c:158
16796 msgid "Negative Binomial"
16797 msgstr ""
16799 #: src/dialogs/dialog-random-generator.c:159
16800 msgid "N_umber of Failures"
16801 msgstr ""
16803 #: src/dialogs/dialog-random-generator.c:161
16804 msgid "Pareto"
16805 msgstr ""
16807 #: src/dialogs/dialog-random-generator.c:163
16808 msgid "Poisson"
16809 msgstr ""
16811 #: src/dialogs/dialog-random-generator.c:163
16812 msgid "_Lambda:"
16813 msgstr ""
16815 #: src/dialogs/dialog-random-generator.c:165
16816 msgid "Rayleigh"
16817 msgstr ""
16819 #: src/dialogs/dialog-random-generator.c:165
16820 #: src/dialogs/dialog-random-generator.c:167
16821 msgid "_Sigma:"
16822 msgstr ""
16824 #: src/dialogs/dialog-random-generator.c:167
16825 msgid "Rayleigh Tail"
16826 msgstr ""
16828 #: src/dialogs/dialog-random-generator.c:169
16829 msgid "Student t"
16830 msgstr ""
16832 #: src/dialogs/dialog-random-generator.c:169
16833 msgid "nu Value:"
16834 msgstr ""
16836 #: src/dialogs/dialog-random-generator.c:171
16837 msgid "Weibull"
16838 msgstr ""
16840 #: src/dialogs/dialog-random-generator.c:859
16841 msgid "Could not create the Random Tool dialog."
16842 msgstr ""
16844 #: src/dialogs/dialog-row-height.c:232
16845 msgid "Set standard/default row height"
16846 msgstr ""
16848 #: src/dialogs/dialog-row-height.c:237
16849 #, c-format
16850 msgid ""
16851 "Set row height of selection on <span style='italic' weight='bold'>%s</span>"
16852 msgstr ""
16854 #: src/dialogs/dialog-scenarios.c:129
16855 msgid "Invalid changing cells"
16856 msgstr ""
16858 #: src/dialogs/dialog-scenarios.c:136
16859 msgid "Changing cells should be on the current sheet only."
16860 msgstr ""
16862 #: src/dialogs/dialog-scenarios.c:147
16863 msgid "Scenario name already used"
16864 msgstr ""
16866 #: src/dialogs/dialog-scenarios.c:152
16867 msgid "Invalid scenario name"
16868 msgstr ""
16870 #: src/dialogs/dialog-scenarios.c:177
16871 msgid ""
16872 "Changing cells contain at least one expression that is not just a value. "
16873 "Note that showing the scenario will overwrite the formula with it's current "
16874 "value."
16875 msgstr ""
16877 #: src/dialogs/dialog-scenarios.c:211
16878 msgid "Could not create the Scenario Add dialog."
16879 msgstr ""
16881 #: src/dialogs/dialog-scenarios.c:228 src/dialogs/scenario-add.glade.h:5
16882 msgid "_Changing cells:"
16883 msgstr ""
16885 #: src/dialogs/dialog-scenarios.c:243
16886 msgid "Created on "
16887 msgstr ""
16889 #: src/dialogs/dialog-scenarios.c:565
16890 msgid "Results entry did not contain valid cell names."
16891 msgstr ""
16893 #: src/dialogs/dialog-scenarios.c:633
16894 msgid "Could not create the Scenarios dialog."
16895 msgstr ""
16897 #: src/dialogs/dialog-scenarios.c:650 src/dialogs/scenario-manager.glade.h:10
16898 #: src/tools/scenarios.c:628
16899 msgid "Result Cells:"
16900 msgstr ""
16902 #: src/dialogs/dialog-search-replace.c:156 src/dialogs/dialog-search.c:331
16903 msgid "You must select some cell types to search."
16904 msgstr ""
16906 #: src/dialogs/dialog-search-replace.c:332
16907 msgid "Perform no more replacements"
16908 msgstr ""
16910 #: src/dialogs/dialog-search-replace.c:336
16911 msgid "Do not perform this replacement"
16912 msgstr ""
16914 #: src/dialogs/dialog-search-replace.c:340
16915 msgid "Perform this replacement"
16916 msgstr ""
16918 #: src/dialogs/dialog-search.c:128
16919 msgid "Comment"
16920 msgstr ""
16922 #: src/dialogs/dialog-search.c:131 src/tools/solver/reports-write.c:408
16923 #: src/tools/solver/reports-write.c:413
16924 msgid "Result"
16925 msgstr ""
16927 #: src/dialogs/dialog-search.c:141
16928 msgid "Expression"
16929 msgstr ""
16931 #: src/dialogs/dialog-search.c:145
16932 msgid "Integer"
16933 msgstr ""
16935 #: src/dialogs/dialog-search.c:149
16936 msgid "Other value"
16937 msgstr ""
16939 #: src/dialogs/dialog-sheet-order.c:322
16940 msgid "Current Name"
16941 msgstr ""
16943 #: src/dialogs/dialog-sheet-order.c:332
16944 msgid "New Name"
16945 msgstr ""
16947 #: src/dialogs/dialog-sheet-order.c:661
16948 msgid "You may not delete all sheets in a workbook!"
16949 msgstr ""
16951 #: src/dialogs/dialog-sheet-order.c:666
16952 msgid ""
16953 "To replace all exisiting sheets, please delete the current workbook and "
16954 "create a new one!"
16955 msgstr ""
16957 #: src/dialogs/dialog-sheet-order.c:898
16958 msgid "The sheet order has changed. Do you want to update the list?"
16959 msgstr ""
16961 #: src/dialogs/dialog-shuffle.c:76
16962 msgid "The input range is invalid."
16963 msgstr ""
16965 #: src/dialogs/dialog-shuffle.c:152
16966 msgid "Could not create the Data Shuffling dialog."
16967 msgstr ""
16969 #: src/dialogs/dialog-simulation.c:77
16970 msgid "The input variable range is invalid."
16971 msgstr ""
16973 #: src/dialogs/dialog-simulation.c:87
16974 msgid "The output variable range is invalid."
16975 msgstr ""
16977 #: src/dialogs/dialog-simulation.c:167
16978 msgid "Simulations"
16979 msgstr ""
16981 #: src/dialogs/dialog-simulation.c:167
16982 msgid "Iterations"
16983 msgstr ""
16985 #: src/dialogs/dialog-simulation.c:167
16986 msgid "# Input variables"
16987 msgstr ""
16989 #: src/dialogs/dialog-simulation.c:168
16990 msgid "# Output variables"
16991 msgstr ""
16993 #: src/dialogs/dialog-simulation.c:168
16994 msgid "Runtime"
16995 msgstr ""
16997 #: src/dialogs/dialog-simulation.c:168
16998 msgid "Run on"
16999 msgstr ""
17001 #: src/dialogs/dialog-simulation.c:245
17002 msgid "Variable"
17003 msgstr ""
17005 #: src/dialogs/dialog-simulation.c:246 src/tools/simulation.c:254
17006 #: src/workbook-control-gui.c:4870
17007 msgid "Min"
17008 msgstr ""
17010 #: src/dialogs/dialog-simulation.c:246 src/workbook-control-gui.c:4872
17011 msgid "Average"
17012 msgstr ""
17014 #: src/dialogs/dialog-simulation.c:246 src/tools/simulation.c:256
17015 #: src/workbook-control-gui.c:4871
17016 msgid "Max"
17017 msgstr ""
17019 #: src/dialogs/dialog-simulation.c:325
17020 msgid "Invalid variable range was given"
17021 msgstr ""
17023 #: src/dialogs/dialog-simulation.c:339
17024 msgid ""
17025 "First round number should be greater or equal than the number of the last "
17026 "round."
17027 msgstr ""
17029 #: src/dialogs/dialog-simulation.c:430
17030 msgid "_Inputs:"
17031 msgstr ""
17033 #: src/dialogs/dialog-simulation.c:430
17034 msgid "_Outputs:"
17035 msgstr ""
17037 #: src/dialogs/dialog-simulation.c:431
17038 msgid "Could not create the Simulation dialog."
17039 msgstr ""
17041 #: src/dialogs/dialog-solver.c:100
17042 msgid "Revised Simplex (GLPK 4.2)"
17043 msgstr ""
17045 #: src/dialogs/dialog-solver.c:101
17046 msgid "Simplex (LP Solve 3.2)"
17047 msgstr ""
17049 #: src/dialogs/dialog-solver.c:102
17050 msgid "< Not available >"
17051 msgstr ""
17053 #: src/dialogs/dialog-solver.c:449
17054 msgid ""
17055 "Looking for a subject for your thesis? Maybe you would like to write a QP "
17056 "solver for Gnumeric?"
17057 msgstr ""
17059 #: src/dialogs/dialog-solver.c:777
17060 msgid ""
17061 "Solver found an optimal solution.  All constraints and optimality conditions "
17062 "are satisfied.\n"
17063 msgstr ""
17065 #: src/dialogs/dialog-solver.c:786
17066 msgid ""
17067 "Neither sensitivity nor limits report are meaningful if the program has "
17068 "integer constraints.  These reports will not be created."
17069 msgstr ""
17071 #: src/dialogs/dialog-solver.c:804
17072 msgid ""
17073 "The Target Cell value specified does not converge!  The program is unbounded."
17074 msgstr ""
17076 #: src/dialogs/dialog-solver.c:818
17077 msgid ""
17078 "A feasible solution could not be found.  All specified constraints cannot be "
17079 "met simultaneously. "
17080 msgstr ""
17082 #: src/dialogs/dialog-solver.c:833
17083 msgid ""
17084 "The maximum number of iterations exceeded. The optimal value could not be "
17085 "found."
17086 msgstr ""
17088 #: src/dialogs/dialog-solver.c:873
17089 msgid "Optimal solution created by solver.\n"
17090 msgstr ""
17092 #: src/dialogs/dialog-solver.c:907
17093 msgid "Unknown error."
17094 msgstr ""
17096 #: src/dialogs/dialog-solver.c:924
17097 msgid "You have not specified a problem to be solved"
17098 msgstr ""
17100 #: src/dialogs/dialog-solver.c:943 src/tools/solver/solver.c:377
17101 msgid "Target cell should contain a formula."
17102 msgstr ""
17104 #: src/dialogs/dialog-solver.c:1026
17105 #, c-format
17106 msgid "Constraint `%s' is for a cell that is not an input cell."
17107 msgstr ""
17109 #: src/dialogs/dialog-solver.c:1048
17110 msgid "No constraints defined for the problem."
17111 msgstr ""
17113 #: src/dialogs/dialog-solver.c:1100
17114 msgid ""
17115 "The maximum time exceeded. The optimal value could not be found in given "
17116 "time."
17117 msgstr ""
17119 #: src/dialogs/dialog-solver.c:1396
17120 msgid "Could not create the Solver dialog."
17121 msgstr ""
17123 #: src/dialogs/dialog-stf-export-sheet-page.c:381
17124 msgid "You need to select at least one sheet to export"
17125 msgstr ""
17127 #: src/dialogs/dialog-stf-export.c:51 src/dialogs/dialog-stf.c:180
17128 msgid "Are you sure you want to cancel?"
17129 msgstr ""
17131 #: src/dialogs/dialog-stf-export.glade.h:1 src/dialogs/dialog-stf.glade.h:1
17132 msgid "\""
17133 msgstr ""
17135 #: src/dialogs/dialog-stf-export.glade.h:2 src/dialogs/dialog-stf.glade.h:2
17136 msgid "'"
17137 msgstr ""
17139 #: src/dialogs/dialog-stf-export.glade.h:4
17140 msgid "<- Remove"
17141 msgstr ""
17143 #: src/dialogs/dialog-stf-export.glade.h:5
17144 msgid "<- Remove all"
17145 msgstr ""
17147 #: src/dialogs/dialog-stf-export.glade.h:6
17148 msgid "Add ->"
17149 msgstr ""
17151 #: src/dialogs/dialog-stf-export.glade.h:7
17152 msgid "Add all ->"
17153 msgstr ""
17155 #: src/dialogs/dialog-stf-export.glade.h:8
17156 msgid "Always"
17157 msgstr ""
17159 #: src/dialogs/dialog-stf-export.glade.h:9
17160 msgid "Automatic (puts quotes where needed)"
17161 msgstr ""
17163 #: src/dialogs/dialog-stf-export.glade.h:10
17164 msgid "Available sheets"
17165 msgstr ""
17167 #: src/dialogs/dialog-stf-export.glade.h:11
17168 msgid "Bang (!)"
17169 msgstr ""
17171 #: src/dialogs/dialog-stf-export.glade.h:12
17172 msgid "Character encoding:"
17173 msgstr ""
17175 #: src/dialogs/dialog-stf-export.glade.h:13
17176 msgid "Choose export formatting"
17177 msgstr ""
17179 #: src/dialogs/dialog-stf-export.glade.h:14
17180 msgid "Choose sheets to export"
17181 msgstr ""
17183 #: src/dialogs/dialog-stf-export.glade.h:15
17184 msgid "Colon (:)"
17185 msgstr ""
17187 #: src/dialogs/dialog-stf-export.glade.h:16
17188 msgid "Comma (,)"
17189 msgstr ""
17191 #: src/dialogs/dialog-stf-export.glade.h:18
17192 msgid ""
17193 "Customize the export format. The line terminator is the character sequence "
17194 "used for terminating a line in the text file. Whether the quote character is "
17195 "placed around cells depends on the value chosen for quoting."
17196 msgstr ""
17198 #: src/dialogs/dialog-stf-export.glade.h:19
17199 msgid "Escape"
17200 msgstr ""
17202 #: src/dialogs/dialog-stf-export.glade.h:20
17203 msgid "Exporting structured text"
17204 msgstr ""
17206 #: src/dialogs/dialog-stf-export.glade.h:21
17207 msgid "Hyphen (-)"
17208 msgstr ""
17210 #: src/dialogs/dialog-stf-export.glade.h:22
17211 msgid "Line termination:"
17212 msgstr ""
17214 #: src/dialogs/dialog-stf-export.glade.h:23
17215 msgid "Macintosh (carriage return)"
17216 msgstr ""
17218 #: src/dialogs/dialog-stf-export.glade.h:24 src/dialogs/dialog-stf.glade.h:27
17219 msgid "Never"
17220 msgstr ""
17222 #: src/dialogs/dialog-stf-export.glade.h:25
17223 msgid "Pipe (|)"
17224 msgstr ""
17226 #: src/dialogs/dialog-stf-export.glade.h:26
17227 msgid ""
17228 "Please select which sheets you want to export from the current workbook. "
17229 "They will be exported in the same order as in the export list."
17230 msgstr ""
17232 #: src/dialogs/dialog-stf-export.glade.h:27
17233 msgid "Quote character:"
17234 msgstr ""
17236 #: src/dialogs/dialog-stf-export.glade.h:28
17237 msgid "Quoting:"
17238 msgstr ""
17240 #: src/dialogs/dialog-stf-export.glade.h:29
17241 msgid "Semicolon (;)"
17242 msgstr ""
17244 #: src/dialogs/dialog-stf-export.glade.h:30
17245 msgid "Separator:"
17246 msgstr ""
17248 #: src/dialogs/dialog-stf-export.glade.h:31
17249 msgid "Sheets to export"
17250 msgstr ""
17252 #: src/dialogs/dialog-stf-export.glade.h:32
17253 msgid "Slash (/)"
17254 msgstr ""
17256 #: src/dialogs/dialog-stf-export.glade.h:33
17257 msgid "Space"
17258 msgstr ""
17260 #: src/dialogs/dialog-stf-export.glade.h:34
17261 msgid "Tab"
17262 msgstr ""
17264 #: src/dialogs/dialog-stf-export.glade.h:35
17265 msgid "Transliterate"
17266 msgstr ""
17268 #: src/dialogs/dialog-stf-export.glade.h:36
17269 msgid "Unix (linefeed)"
17270 msgstr ""
17272 #: src/dialogs/dialog-stf-export.glade.h:37
17273 msgid "Unknown characters:"
17274 msgstr ""
17276 #: src/dialogs/dialog-stf-export.glade.h:38
17277 msgid "Windows (carriage return + linefeed)"
17278 msgstr ""
17280 #: src/dialogs/dialog-stf-export.glade.h:40 src/dialogs/dialog-stf.glade.h:64
17281 msgid "`"
17282 msgstr ""
17284 #: src/dialogs/dialog-stf-fixed-page.c:52
17285 msgid "Autodiscovery did not find any columns in the text. Try manually"
17286 msgstr ""
17288 #: src/dialogs/dialog-stf-fixed-page.c:68
17289 msgid "Delete and Merge _Left"
17290 msgstr ""
17292 #: src/dialogs/dialog-stf-fixed-page.c:70
17293 msgid "Delete and Merge _Right"
17294 msgstr ""
17296 #: src/dialogs/dialog-stf-fixed-page.c:73
17297 msgid "_Split"
17298 msgstr ""
17300 #: src/dialogs/dialog-stf-fixed-page.c:76
17301 msgid "_Widen"
17302 msgstr ""
17304 #: src/dialogs/dialog-stf-fixed-page.c:78
17305 msgid "_Narrow"
17306 msgstr ""
17308 #: src/dialogs/dialog-stf-format-page.c:129
17309 #, c-format
17310 msgid "A maximum of %d columns can be imported."
17311 msgstr ""
17313 #: src/dialogs/dialog-stf-format-page.c:257
17314 msgid "Ignore all columns on right"
17315 msgstr ""
17317 #: src/dialogs/dialog-stf-format-page.c:258
17318 msgid "Ignore all columns on left"
17319 msgstr ""
17321 #: src/dialogs/dialog-stf-format-page.c:259
17322 msgid "Import all columns on right"
17323 msgstr ""
17325 #: src/dialogs/dialog-stf-format-page.c:260
17326 msgid "Import all columns on left"
17327 msgstr ""
17329 #: src/dialogs/dialog-stf-format-page.c:261
17330 msgid "Copy format to right"
17331 msgstr ""
17333 #: src/dialogs/dialog-stf-format-page.c:399
17334 msgid ""
17335 "If this checkbox is selected, the column will be imported into Gnumeric."
17336 msgstr ""
17338 #: src/dialogs/dialog-stf-format-page.c:402
17339 msgid "At most 256 columns can be imported at one time."
17340 msgstr ""
17342 #: src/dialogs/dialog-stf-format-page.c:543
17343 #: src/dialogs/dialog-stf-preview.h:27
17344 #, c-format
17345 msgid "Column %d"
17346 msgstr ""
17348 #: src/dialogs/dialog-stf-main-page.c:150
17349 #, c-format
17350 msgid "%d of %d lines to import"
17351 msgstr ""
17353 #: src/dialogs/dialog-stf-main-page.c:171
17354 #, c-format
17355 msgid "The data is not valid in encoding %s; please select another encoding."
17356 msgstr ""
17358 #: src/dialogs/dialog-stf-main-page.c:394
17359 #, c-format
17360 msgid "Data (from %s)"
17361 msgstr ""
17363 #: src/dialogs/dialog-stf.glade.h:4
17364 msgid ""
17365 "Actual processing will start at this line, any previous lines will be "
17366 "ignored."
17367 msgstr ""
17369 #: src/dialogs/dialog-stf.glade.h:5
17370 msgid "Always (Both Sides)"
17371 msgstr ""
17373 #: src/dialogs/dialog-stf.glade.h:6
17374 msgid "Attempt to recognize columns in the text automatically."
17375 msgstr ""
17377 #: src/dialogs/dialog-stf.glade.h:7
17378 msgid "Ban_g (!)"
17379 msgstr ""
17381 #: src/dialogs/dialog-stf.glade.h:8
17382 msgid "CSV"
17383 msgstr ""
17385 #: src/dialogs/dialog-stf.glade.h:9
17386 msgid "C_ustom"
17387 msgstr ""
17389 #: src/dialogs/dialog-stf.glade.h:10
17390 msgid ""
17391 "Character interpreted as quote character. If a termination or separation "
17392 "character is encountered within quotes it will be considered part of the "
17393 "column text."
17394 msgstr ""
17396 #: src/dialogs/dialog-stf.glade.h:11
17397 msgid "Clear list of columns"
17398 msgstr ""
17400 #: src/dialogs/dialog-stf.glade.h:12
17401 msgid "Co_mma (,)"
17402 msgstr ""
17404 #: src/dialogs/dialog-stf.glade.h:13
17405 msgid "Columns"
17406 msgstr ""
17408 #: src/dialogs/dialog-stf.glade.h:14
17409 msgid "Custom separator, this can be any character."
17410 msgstr ""
17412 #: src/dialogs/dialog-stf.glade.h:16
17413 msgid "Define the width of each column manually."
17414 msgstr ""
17416 #: src/dialogs/dialog-stf.glade.h:17
17417 msgid ""
17418 "Each column in the text is separated by a 'separation' character, e.g. a "
17419 "semicolon."
17420 msgstr ""
17422 #: src/dialogs/dialog-stf.glade.h:18
17423 msgid "Encoding:"
17424 msgstr ""
17426 #: src/dialogs/dialog-stf.glade.h:19
17427 msgid "F_inish"
17428 msgstr ""
17430 #: src/dialogs/dialog-stf.glade.h:20
17431 msgid "Fixed"
17432 msgstr ""
17434 #: src/dialogs/dialog-stf.glade.h:22
17435 msgid "Fr_om line:"
17436 msgstr ""
17438 #: src/dialogs/dialog-stf.glade.h:23
17439 msgid "H_yphen (-)"
17440 msgstr ""
17442 #: src/dialogs/dialog-stf.glade.h:24
17443 msgid "Line breaks:"
17444 msgstr ""
17446 #: src/dialogs/dialog-stf.glade.h:25
17447 msgid "Lines to import"
17448 msgstr ""
17450 #: src/dialogs/dialog-stf.glade.h:26
17451 msgid "Main"
17452 msgstr ""
17454 #: src/dialogs/dialog-stf.glade.h:28
17455 msgid "Number of lines to import"
17456 msgstr ""
17458 #: src/dialogs/dialog-stf.glade.h:29
17459 msgid "On left side only"
17460 msgstr ""
17462 #: src/dialogs/dialog-stf.glade.h:30
17463 msgid "On right side only"
17464 msgstr ""
17466 #: src/dialogs/dialog-stf.glade.h:31
17467 msgid "Original data type:"
17468 msgstr ""
17470 #: src/dialogs/dialog-stf.glade.h:32
17471 msgid "Overall formatting"
17472 msgstr ""
17474 #: src/dialogs/dialog-stf.glade.h:33
17475 msgid "P_ipe (|)"
17476 msgstr ""
17478 #: src/dialogs/dialog-stf.glade.h:34
17479 msgid "Per column formatting"
17480 msgstr ""
17482 #: src/dialogs/dialog-stf.glade.h:35
17483 msgid "Processing ends at this line, any subsequent lines will be ignored."
17484 msgstr ""
17486 #: src/dialogs/dialog-stf.glade.h:36
17487 msgid "S_ee two separators as one"
17488 msgstr ""
17490 #: src/dialogs/dialog-stf.glade.h:37
17491 msgid "S_pace"
17492 msgstr ""
17494 #: src/dialogs/dialog-stf.glade.h:38
17495 msgid "See two successive separators as one."
17496 msgstr ""
17498 #: src/dialogs/dialog-stf.glade.h:39
17499 msgid ""
17500 "See two successive text indicators as one that does not terminate the cell."
17501 msgstr ""
17503 #: src/dialogs/dialog-stf.glade.h:40
17504 msgid "Semicolo_n (;)"
17505 msgstr ""
17507 #: src/dialogs/dialog-stf.glade.h:41
17508 msgid "Separators"
17509 msgstr ""
17511 #: src/dialogs/dialog-stf.glade.h:42
17512 msgid "Slas_h (/)"
17513 msgstr ""
17515 #: src/dialogs/dialog-stf.glade.h:43
17516 msgid "Source Format"
17517 msgstr ""
17519 #: src/dialogs/dialog-stf.glade.h:44
17520 msgid "Source Locale:"
17521 msgstr ""
17523 #: src/dialogs/dialog-stf.glade.h:45
17524 msgid "Ta_b"
17525 msgstr ""
17527 #: src/dialogs/dialog-stf.glade.h:46
17528 msgid "Te_xt indicator: "
17529 msgstr ""
17531 #: src/dialogs/dialog-stf.glade.h:47
17532 msgid "Text Import Configuration"
17533 msgstr ""
17535 #: src/dialogs/dialog-stf.glade.h:48
17536 msgid "Text indicator"
17537 msgstr ""
17539 #: src/dialogs/dialog-stf.glade.h:49
17540 msgid "The carriage return character (ASCII code 13) breaks lines"
17541 msgstr ""
17543 #: src/dialogs/dialog-stf.glade.h:50
17544 msgid "The line feed character (ASCII code 10) breaks lines"
17545 msgstr ""
17547 #: src/dialogs/dialog-stf.glade.h:51
17548 msgid ""
17549 "The sequence of carriage return and line feed (ASCII codes 13 and 10) breaks "
17550 "lines"
17551 msgstr ""
17553 #: src/dialogs/dialog-stf.glade.h:52
17554 msgid ""
17555 "Trim leading and trailing spaces from each column, if you are unsure you "
17556 "should leave this at the default setting."
17557 msgstr ""
17559 #: src/dialogs/dialog-stf.glade.h:53
17560 msgid "Trim:"
17561 msgstr ""
17563 #: src/dialogs/dialog-stf.glade.h:54
17564 msgid "_Adjacent text indicators escaped"
17565 msgstr ""
17567 #: src/dialogs/dialog-stf.glade.h:55
17568 msgid "_Auto Column Discovery"
17569 msgstr ""
17571 #: src/dialogs/dialog-stf.glade.h:56
17572 msgid "_Clear"
17573 msgstr ""
17575 #: src/dialogs/dialog-stf.glade.h:57
17576 msgid "_Colon (:)"
17577 msgstr ""
17579 #: src/dialogs/dialog-stf.glade.h:58
17580 msgid "_Fixed width"
17581 msgstr ""
17583 #: src/dialogs/dialog-stf.glade.h:59
17584 msgid "_Macintosh (CR)"
17585 msgstr ""
17587 #: src/dialogs/dialog-stf.glade.h:60
17588 msgid "_Separated"
17589 msgstr ""
17591 #: src/dialogs/dialog-stf.glade.h:61
17592 msgid "_To line: "
17593 msgstr ""
17595 #: src/dialogs/dialog-stf.glade.h:62
17596 msgid "_Unix (LF)"
17597 msgstr ""
17599 #: src/dialogs/dialog-stf.glade.h:63
17600 msgid "_Windows (CR+LF)"
17601 msgstr ""
17603 #: src/dialogs/dialog-tabulate.c:203
17604 msgid "You should introduce a single valid cell as dependency cell"
17605 msgstr ""
17607 #: src/dialogs/dialog-tabulate.c:209
17608 msgid "The dependency cells should not contain an expression"
17609 msgstr ""
17611 #: src/dialogs/dialog-tabulate.c:217
17612 msgid "You should introduce a valid number as minimum"
17613 msgstr ""
17615 #: src/dialogs/dialog-tabulate.c:225
17616 msgid "You should introduce a valid number as maximum"
17617 msgstr ""
17619 #: src/dialogs/dialog-tabulate.c:232
17620 msgid "The maximum value should be bigger than the minimum"
17621 msgstr ""
17623 #: src/dialogs/dialog-tabulate.c:240
17624 msgid "You should introduce a valid number as step size"
17625 msgstr ""
17627 #: src/dialogs/dialog-tabulate.c:247
17628 msgid "The step size should be positive"
17629 msgstr ""
17631 #: src/dialogs/dialog-tabulate.c:257
17632 msgid "You should introduce one or more dependency cells"
17633 msgstr ""
17635 #: src/dialogs/dialog-tabulate.c:266
17636 msgid "You should introduce a single valid cell as result cell"
17637 msgstr ""
17639 #: src/dialogs/dialog-tabulate.c:273
17640 msgid "The target cell should contain an expression"
17641 msgstr ""
17643 #: src/dialogs/dialog-view.c:85
17644 msgid ""
17645 "Multi-display support in Gnumeric has been turned off due to multiple bugs "
17646 "in GTK+, libgnomeui, libgnomeprintui, libbonoboui, and Gnumeric at the time "
17647 "of writing, ultimo May 2003."
17648 msgstr ""
17650 #: src/dialogs/dialog-view.c:95
17651 #, c-format
17652 msgid "Display \"%s\" could not be opened."
17653 msgstr ""
17655 #: src/dialogs/dialog-view.c:166
17656 msgid "This screen"
17657 msgstr ""
17659 #: src/dialogs/dialog-view.c:167
17660 #, c-format
17661 msgid "Screen %d [This screen]"
17662 msgstr ""
17664 #: src/dialogs/dialog-view.c:168
17665 #, c-format
17666 msgid "Screen %d"
17667 msgstr ""
17669 #: src/dialogs/dialog-zoom.glade.h:4
17670 #, no-c-format
17671 msgid "20_0 %"
17672 msgstr ""
17674 #: src/dialogs/dialog-zoom.glade.h:5
17675 msgid "Magnification"
17676 msgstr ""
17678 #: src/dialogs/dialog-zoom.glade.h:6
17679 msgid "Sheets"
17680 msgstr ""
17682 #: src/dialogs/dialog-zoom.glade.h:7 src/workbook-control-gui.c:4246
17683 msgid "Zoom"
17684 msgstr ""
17686 #: src/dialogs/dialog-zoom.glade.h:9
17687 #, no-c-format
17688 msgid "_100 %"
17689 msgstr ""
17691 #: src/dialogs/dialog-zoom.glade.h:11
17692 #, no-c-format
17693 msgid "_25 %"
17694 msgstr ""
17696 #: src/dialogs/dialog-zoom.glade.h:13
17697 #, no-c-format
17698 msgid "_50 %"
17699 msgstr ""
17701 #: src/dialogs/dialog-zoom.glade.h:15
17702 #, no-c-format
17703 msgid "_75 %"
17704 msgstr ""
17706 #: src/dialogs/dialog-zoom.glade.h:16
17707 msgid "_Custom"
17708 msgstr ""
17710 #: src/dialogs/dialog-zoom.glade.h:18
17711 #, no-c-format
17712 msgid "_Fit Selection %"
17713 msgstr ""
17715 #: src/dialogs/exp-smoothing.glade.h:2
17716 msgid "0.2"
17717 msgstr ""
17719 #: src/dialogs/exp-smoothing.glade.h:5 src/tools/analysis-tools.c:2690
17720 #: src/tools/analysis-tools.c:2693
17721 msgid "Exponential Smoothing"
17722 msgstr ""
17724 #: src/dialogs/exp-smoothing.glade.h:12
17725 msgid "_Damping factor:"
17726 msgstr ""
17728 #: src/dialogs/exp-smoothing.glade.h:20 src/dialogs/moving-averages.glade.h:20
17729 msgid "_Standard Errors"
17730 msgstr ""
17732 #: src/dialogs/fill-series.glade.h:4
17733 msgid "D_ay"
17734 msgstr ""
17736 #: src/dialogs/fill-series.glade.h:5
17737 msgid "Date unit:"
17738 msgstr ""
17740 #: src/dialogs/fill-series.glade.h:6 src/tools/fill-series.c:413
17741 #: src/tools/fill-series.c:416
17742 msgid "Fill Series"
17743 msgstr ""
17745 #: src/dialogs/fill-series.glade.h:11
17746 msgid "Series in:"
17747 msgstr ""
17749 #: src/dialogs/fill-series.glade.h:12
17750 msgid "Start Value: "
17751 msgstr ""
17753 #: src/dialogs/fill-series.glade.h:13
17754 msgid "Step Value: "
17755 msgstr ""
17757 #: src/dialogs/fill-series.glade.h:14
17758 msgid "Stop Value: "
17759 msgstr ""
17761 #: src/dialogs/fill-series.glade.h:15
17762 msgid "Type:"
17763 msgstr "ਕਿਸਮਃ"
17765 #: src/dialogs/fill-series.glade.h:16
17766 msgid "_Date"
17767 msgstr ""
17769 #: src/dialogs/fill-series.glade.h:17
17770 msgid "_Growth"
17771 msgstr ""
17773 #: src/dialogs/fill-series.glade.h:18
17774 msgid "_Linear"
17775 msgstr ""
17777 #: src/dialogs/fill-series.glade.h:19
17778 msgid "_Month"
17779 msgstr ""
17781 #: src/dialogs/fill-series.glade.h:23
17782 msgid "_Series"
17783 msgstr ""
17785 #: src/dialogs/fill-series.glade.h:24
17786 msgid "_Weekday"
17787 msgstr ""
17789 #: src/dialogs/fill-series.glade.h:25
17790 msgid "_Year"
17791 msgstr "ਸਾਲ"
17793 #: src/dialogs/fill-series.glade.h:26
17794 msgid "a _Column"
17795 msgstr ""
17797 #: src/dialogs/fill-series.glade.h:27
17798 msgid "a _Row"
17799 msgstr ""
17801 #: src/dialogs/font-sel.glade.h:2
17802 msgid "Font style:"
17803 msgstr ""
17805 #: src/dialogs/font-sel.glade.h:3
17806 msgid "Font:"
17807 msgstr ""
17809 #: src/dialogs/font-sel.glade.h:5
17810 msgid "Size:"
17811 msgstr ""
17813 #: src/dialogs/format-selector.glade.h:1
17814 msgid "Ca_tegories:"
17815 msgstr ""
17817 #: src/dialogs/format-selector.glade.h:2
17818 msgid "Deci_mal places:"
17819 msgstr ""
17821 #: src/dialogs/format-selector.glade.h:3
17822 msgid "Display amounts in traditional accounting styles."
17823 msgstr ""
17825 #: src/dialogs/format-selector.glade.h:4
17826 msgid "Display and input values as strings with no interpretation."
17827 msgstr ""
17829 #: src/dialogs/format-selector.glade.h:5
17830 msgid "Display currency amounts."
17831 msgstr ""
17833 #: src/dialogs/format-selector.glade.h:6
17834 msgid "Display dates and optionally times of day."
17835 msgstr ""
17837 #: src/dialogs/format-selector.glade.h:7
17838 msgid "Display numeric values with a fixed number of decimals."
17839 msgstr ""
17841 #: src/dialogs/format-selector.glade.h:8
17842 msgid "Display times of day."
17843 msgstr ""
17845 #: src/dialogs/format-selector.glade.h:9
17846 msgid "Display values as closest fractional approximation."
17847 msgstr ""
17849 #: src/dialogs/format-selector.glade.h:10
17850 msgid "Display values as percentages."
17851 msgstr ""
17853 #: src/dialogs/format-selector.glade.h:11
17854 msgid "Display values with power-of-ten scaling."
17855 msgstr ""
17857 #: src/dialogs/format-selector.glade.h:12
17858 msgid "Format c_ode:"
17859 msgstr ""
17861 #: src/dialogs/format-selector.glade.h:13
17862 msgid "Negative number _format:"
17863 msgstr ""
17865 #: src/dialogs/format-selector.glade.h:14
17866 msgid "Preview:"
17867 msgstr ""
17869 #: src/dialogs/format-selector.glade.h:15
17870 msgid "S_ymbol:"
17871 msgstr ""
17873 #: src/dialogs/format-selector.glade.h:16
17874 msgid "Select an appropriate format automatically."
17875 msgstr ""
17877 #: src/dialogs/format-selector.glade.h:17
17878 msgid "Specify an XL-style format directly"
17879 msgstr ""
17881 #: src/dialogs/format-selector.glade.h:18
17882 msgid "_Format:"
17883 msgstr ""
17885 #: src/dialogs/format-selector.glade.h:19
17886 msgid "_Use Separator for 1000's"
17887 msgstr ""
17889 #: src/dialogs/formula-guru.glade.h:1
17890 msgid "Formula Guru"
17891 msgstr ""
17893 #: src/dialogs/fourier-analysis.glade.h:5
17894 msgid "I_nverse"
17895 msgstr ""
17897 #: src/dialogs/function-select.glade.h:1
17898 msgid "Category"
17899 msgstr ""
17901 #: src/dialogs/function-select.glade.h:4
17902 msgid "Function Selector"
17903 msgstr ""
17905 #: src/dialogs/function-select.glade.h:5
17906 msgid "Select a function to insert:"
17907 msgstr ""
17909 #: src/dialogs/goalseek.glade.h:1
17910 msgid "(Ma_ximum):"
17911 msgstr ""
17913 #: src/dialogs/goalseek.glade.h:2
17914 msgid "(_Minimum):"
17915 msgstr ""
17917 #: src/dialogs/goalseek.glade.h:4
17918 msgid "<span weight=\"bold\">Goal</span>"
17919 msgstr ""
17921 #: src/dialogs/goalseek.glade.h:5
17922 msgid "<span weight=\"bold\">Last Result</span>"
17923 msgstr ""
17925 #: src/dialogs/goalseek.glade.h:6
17926 msgid "Current Value:"
17927 msgstr ""
17929 #: src/dialogs/goalseek.glade.h:7
17930 msgid "GoalSeek"
17931 msgstr ""
17933 #: src/dialogs/goalseek.glade.h:8
17934 msgid "Remaining Error:"
17935 msgstr ""
17937 #: src/dialogs/goalseek.glade.h:9
17938 msgid "Solution:"
17939 msgstr ""
17941 #: src/dialogs/goalseek.glade.h:10
17942 msgid "_By Changing Cell:"
17943 msgstr ""
17945 #: src/dialogs/goalseek.glade.h:11
17946 msgid "_Set Cell:"
17947 msgstr ""
17949 #: src/dialogs/goalseek.glade.h:12
17950 msgid "_To Value:"
17951 msgstr ""
17953 #: src/dialogs/goto.glade.h:1
17954 msgid "Go To..."
17955 msgstr ""
17957 #: src/dialogs/hf-config.glade.h:1
17958 msgid "Enter the format strings for each section:"
17959 msgstr ""
17961 #: src/dialogs/hf-config.glade.h:2
17962 msgid "_Left section:"
17963 msgstr ""
17965 #: src/dialogs/hf-config.glade.h:3
17966 msgid "_Middle section:"
17967 msgstr ""
17969 #: src/dialogs/hf-config.glade.h:4
17970 msgid "_Right section:"
17971 msgstr ""
17973 #: src/dialogs/histogram.glade.h:2
17974 msgid "Bin _Labels"
17975 msgstr ""
17977 #: src/dialogs/histogram.glade.h:4
17978 msgid "C_umulative Percentages"
17979 msgstr ""
17981 #: src/dialogs/histogram.glade.h:6 src/tools/analysis-tools.c:4070
17982 #: src/tools/analysis-tools.c:4073
17983 msgid "Histogram"
17984 msgstr ""
17986 #: src/dialogs/histogram.glade.h:7
17987 msgid "Input _Labels"
17988 msgstr ""
17990 #: src/dialogs/histogram.glade.h:8
17991 msgid "Input _Range:"
17992 msgstr ""
17994 #: src/dialogs/histogram.glade.h:9
17995 msgid "M_in:"
17996 msgstr ""
17998 #: src/dialogs/histogram.glade.h:10
17999 msgid "Ma_x:"
18000 msgstr ""
18002 #: src/dialogs/histogram.glade.h:11 src/dialogs/mean-tests.glade.h:8
18003 #: src/dialogs/moving-averages.glade.h:8 src/dialogs/sampling.glade.h:7
18004 msgid "New _Sheet"
18005 msgstr ""
18007 #: src/dialogs/histogram.glade.h:12 src/dialogs/mean-tests.glade.h:9
18008 #: src/dialogs/moving-averages.glade.h:9 src/dialogs/sampling.glade.h:8
18009 msgid "New _Workbook"
18010 msgstr ""
18012 #: src/dialogs/histogram.glade.h:14 src/dialogs/moving-averages.glade.h:11
18013 #: src/dialogs/sampling.glade.h:10
18014 msgid "Output _Range:"
18015 msgstr ""
18017 #: src/dialogs/histogram.glade.h:15
18018 msgid "Pareto (_Sorted)"
18019 msgstr ""
18021 #: src/dialogs/histogram.glade.h:16
18022 msgid "Retain Output Range _Comments"
18023 msgstr ""
18025 #: src/dialogs/histogram.glade.h:17
18026 msgid "Retain Output Range _Formatting"
18027 msgstr ""
18029 #: src/dialogs/histogram.glade.h:19
18030 msgid "_Autofit Columns"
18031 msgstr ""
18033 #: src/dialogs/histogram.glade.h:20
18034 msgid "_Bins"
18035 msgstr ""
18037 #: src/dialogs/histogram.glade.h:21
18038 msgid "_Calculated Bins"
18039 msgstr ""
18041 #: src/dialogs/histogram.glade.h:22
18042 msgid "_Chart Output"
18043 msgstr ""
18045 #: src/dialogs/histogram.glade.h:23
18046 msgid "_Clear Output Range"
18047 msgstr ""
18049 #: src/dialogs/histogram.glade.h:26
18050 msgid "_N:"
18051 msgstr ""
18053 #: src/dialogs/histogram.glade.h:28
18054 msgid "_Percentages"
18055 msgstr ""
18057 #: src/dialogs/histogram.glade.h:29
18058 msgid "_Predetermined Bins"
18059 msgstr ""
18061 #: src/dialogs/hyperlink.glade.h:2
18062 msgid "<small>Optional</small>"
18063 msgstr ""
18065 #: src/dialogs/hyperlink.glade.h:3
18066 msgid "Email _Address:"
18067 msgstr ""
18069 #: src/dialogs/hyperlink.glade.h:4
18070 msgid "HyperLink"
18071 msgstr ""
18073 #: src/dialogs/hyperlink.glade.h:5
18074 msgid "Target _Range:"
18075 msgstr ""
18077 #: src/dialogs/hyperlink.glade.h:6
18078 msgid "_File:"
18079 msgstr ""
18081 #: src/dialogs/hyperlink.glade.h:7
18082 msgid "_Subject:"
18083 msgstr ""
18085 #: src/dialogs/hyperlink.glade.h:8
18086 msgid "_Tip:"
18087 msgstr ""
18089 #: src/dialogs/hyperlink.glade.h:9
18090 msgid "_Web Address:"
18091 msgstr ""
18093 #: src/dialogs/insert-cells.glade.h:1
18094 msgid "<span weight=\"bold\">Insert Method</span>"
18095 msgstr ""
18097 #: src/dialogs/insert-cells.glade.h:2
18098 msgid "Insert _row(s)"
18099 msgstr ""
18101 #: src/dialogs/insert-cells.glade.h:3
18102 msgid "Insert cells"
18103 msgstr ""
18105 #: src/dialogs/insert-cells.glade.h:4
18106 msgid "Shift cells _down"
18107 msgstr ""
18109 #: src/dialogs/insert-cells.glade.h:5
18110 msgid "_Insert column(s)"
18111 msgstr ""
18113 #: src/dialogs/insert-cells.glade.h:6
18114 msgid "_Shift cells right"
18115 msgstr ""
18117 #: src/dialogs/mean-tests.glade.h:6
18118 msgid "E_qual"
18119 msgstr ""
18121 #: src/dialogs/mean-tests.glade.h:7
18122 msgid "Hypothesized Mean _Difference:"
18123 msgstr ""
18125 #: src/dialogs/mean-tests.glade.h:10
18126 msgid "Population Variances are:"
18127 msgstr ""
18129 #: src/dialogs/mean-tests.glade.h:13
18130 msgid "Testing the Difference of 2 Means"
18131 msgstr ""
18133 #: src/dialogs/mean-tests.glade.h:14
18134 msgid "Variable _1 Population Variance:"
18135 msgstr ""
18137 #: src/dialogs/mean-tests.glade.h:15 src/dialogs/variance-tests.glade.h:9
18138 msgid "Variable _1 Range:"
18139 msgstr ""
18141 #: src/dialogs/mean-tests.glade.h:16
18142 msgid "Variable _2 Population Variance:"
18143 msgstr ""
18145 #: src/dialogs/mean-tests.glade.h:17 src/dialogs/variance-tests.glade.h:10
18146 msgid "Variable _2 Range:"
18147 msgstr ""
18149 #: src/dialogs/mean-tests.glade.h:18
18150 msgid "Variables are:"
18151 msgstr ""
18153 #: src/dialogs/mean-tests.glade.h:19 src/dialogs/variance-tests.glade.h:11
18154 msgid "_Alpha ="
18155 msgstr ""
18157 #: src/dialogs/mean-tests.glade.h:21
18158 msgid "_Known"
18159 msgstr ""
18161 #: src/dialogs/mean-tests.glade.h:25
18162 msgid "_Paired"
18163 msgstr ""
18165 #: src/dialogs/mean-tests.glade.h:26
18166 msgid "_Population Variances are:"
18167 msgstr ""
18169 #: src/dialogs/mean-tests.glade.h:27
18170 msgid "_Populations"
18171 msgstr ""
18173 #: src/dialogs/mean-tests.glade.h:28 src/dialogs/variance-tests.glade.h:17
18174 msgid "_Test"
18175 msgstr ""
18177 #: src/dialogs/mean-tests.glade.h:29
18178 msgid "_Unequal"
18179 msgstr ""
18181 #: src/dialogs/mean-tests.glade.h:30
18182 msgid "_Unknown"
18183 msgstr ""
18185 #: src/dialogs/mean-tests.glade.h:31
18186 msgid "_Unpaired"
18187 msgstr ""
18189 #: src/dialogs/merge.glade.h:1
18190 msgid "Merge _Range:"
18191 msgstr ""
18193 #: src/dialogs/merge.glade.h:2
18194 msgid "Merge..."
18195 msgstr ""
18197 #: src/dialogs/merge.glade.h:3
18198 msgid "_Merge"
18199 msgstr ""
18201 #: src/dialogs/moving-averages.glade.h:2
18202 msgid "3"
18203 msgstr ""
18205 #: src/dialogs/moving-averages.glade.h:6
18206 msgid "In_terval:"
18207 msgstr ""
18209 #: src/dialogs/moving-averages.glade.h:7 src/tools/analysis-tools.c:2557
18210 #: src/tools/analysis-tools.c:2560
18211 msgid "Moving Average"
18212 msgstr ""
18214 #: src/dialogs/names.glade.h:2
18215 msgid "Available Names"
18216 msgstr ""
18218 #: src/dialogs/names.glade.h:3
18219 msgid "Define names"
18220 msgstr ""
18222 #: src/dialogs/names.glade.h:4
18223 msgid "Definition"
18224 msgstr ""
18226 #: src/dialogs/names.glade.h:5
18227 msgid "Workbook"
18228 msgstr ""
18230 #: src/dialogs/names.glade.h:8
18231 msgid "_Expression: "
18232 msgstr ""
18234 #: src/dialogs/names.glade.h:9 src/dialogs/solver.glade.h:36
18235 msgid "_Name: "
18236 msgstr ""
18238 #: src/dialogs/names.glade.h:10
18239 msgid "_Scope:"
18240 msgstr ""
18242 #: src/dialogs/names.glade.h:11
18243 msgid "_Update"
18244 msgstr ""
18246 #: src/dialogs/pivottable.glade.h:1
18247 msgid "Layout"
18248 msgstr ""
18250 #: src/dialogs/pivottable.glade.h:2
18251 msgid "Layout:"
18252 msgstr ""
18254 #: src/dialogs/pivottable.glade.h:3
18255 msgid "PivotTable Guru : Gnumeric"
18256 msgstr ""
18258 #: src/dialogs/pivottable.glade.h:5
18259 msgid "Subtotal By"
18260 msgstr ""
18262 #: src/dialogs/pivottable.glade.h:6
18263 msgid "_Add:"
18264 msgstr ""
18266 #: src/dialogs/pivottable.glade.h:7
18267 msgid "_Column"
18268 msgstr ""
18270 #: src/dialogs/pivottable.glade.h:9
18271 msgid "_Down"
18272 msgstr ""
18274 #: src/dialogs/pivottable.glade.h:10
18275 msgid "_Format"
18276 msgstr ""
18278 #: src/dialogs/pivottable.glade.h:11
18279 msgid "_Page"
18280 msgstr ""
18282 #: src/dialogs/pivottable.glade.h:14
18283 msgid "_Up"
18284 msgstr ""
18286 #: src/dialogs/plugin-manager.glade.h:2
18287 msgid "Activate _new plugins by default"
18288 msgstr ""
18290 #: src/dialogs/plugin-manager.glade.h:3
18291 msgid "Directories"
18292 msgstr ""
18294 #: src/dialogs/plugin-manager.glade.h:4
18295 msgid "Do _not activate this plugin next time I start Gnumeric"
18296 msgstr ""
18298 #: src/dialogs/plugin-manager.glade.h:5
18299 msgid "Plugin Details"
18300 msgstr ""
18302 #: src/dialogs/plugin-manager.glade.h:6
18303 msgid "Plugin List"
18304 msgstr ""
18306 #: src/dialogs/plugin-manager.glade.h:7
18307 msgid "Plugin Manager"
18308 msgstr ""
18310 #: src/dialogs/plugin-manager.glade.h:8
18311 msgid "Plugin directory:"
18312 msgstr ""
18314 #: src/dialogs/plugin-manager.glade.h:9
18315 msgid ""
18316 "The plugin cannot be deactivated now because it is in use. However, if you "
18317 "use the check button below, the plugin won't be activated after restarting "
18318 "Gnumeric (unless needed by another plugin)."
18319 msgstr ""
18321 #: src/dialogs/plugin-manager.glade.h:10
18322 msgid "_Activate All"
18323 msgstr ""
18325 #: src/dialogs/plugin-manager.glade.h:11
18326 msgid "_Deactivate All"
18327 msgstr ""
18329 #: src/dialogs/preferences.glade.h:1
18330 msgid "Gnumeric Preferences"
18331 msgstr ""
18333 #: src/dialogs/print.glade.h:2
18334 #, no-c-format
18335 msgid "% of _normal size"
18336 msgstr ""
18338 #: src/dialogs/print.glade.h:4
18339 msgid "Apply _to:"
18340 msgstr ""
18342 #: src/dialogs/print.glade.h:5
18343 msgid "Apply to _all sheets of this workbook."
18344 msgstr ""
18346 #: src/dialogs/print.glade.h:6
18347 msgid "Center on page"
18348 msgstr ""
18350 #: src/dialogs/print.glade.h:8
18351 msgid "Fi_rst page number:"
18352 msgstr ""
18354 #: src/dialogs/print.glade.h:9
18355 msgid "He_ader:"
18356 msgstr ""
18358 #: src/dialogs/print.glade.h:10
18359 msgid "Headers and footers"
18360 msgstr ""
18362 #: src/dialogs/print.glade.h:11 src/dialogs/scenario-manager.glade.h:9
18363 #: src/dialogs/solver.glade.h:18 src/tools/solver/reports-write.c:755
18364 msgid "Options"
18365 msgstr ""
18367 #: src/dialogs/print.glade.h:12
18368 msgid "Page"
18369 msgstr ""
18371 #: src/dialogs/print.glade.h:13
18372 msgid "Page order"
18373 msgstr ""
18375 #: src/dialogs/print.glade.h:15
18376 msgid "Print _area:"
18377 msgstr ""
18379 #: src/dialogs/print.glade.h:16
18380 msgid "Print setup"
18381 msgstr ""
18383 #: src/dialogs/print.glade.h:17
18384 msgid "R_ight, then down"
18385 msgstr ""
18387 #: src/dialogs/print.glade.h:18
18388 msgid "Row and co_lumn headings"
18389 msgstr ""
18391 #: src/dialogs/print.glade.h:19
18392 msgid "Save as Default Settings"
18393 msgstr ""
18395 #: src/dialogs/print.glade.h:20
18396 msgid "Scale"
18397 msgstr ""
18399 #: src/dialogs/print.glade.h:22
18400 msgid "Styles with no content"
18401 msgstr ""
18403 #: src/dialogs/print.glade.h:23
18404 msgid "Titles to print"
18405 msgstr ""
18407 #: src/dialogs/print.glade.h:24
18408 msgid "_Adjust to:"
18409 msgstr ""
18411 #: src/dialogs/print.glade.h:25
18412 msgid "_Black and white"
18413 msgstr ""
18415 #: src/dialogs/print.glade.h:26
18416 msgid "_Columns to repeat on the left side:"
18417 msgstr ""
18419 #: src/dialogs/print.glade.h:27
18420 msgid "_Down, then right"
18421 msgstr ""
18423 #: src/dialogs/print.glade.h:28
18424 msgid "_Fit to:"
18425 msgstr ""
18427 #: src/dialogs/print.glade.h:29
18428 msgid "_Footer:"
18429 msgstr ""
18431 #: src/dialogs/print.glade.h:30
18432 msgid "_Grid lines"
18433 msgstr ""
18435 #: src/dialogs/print.glade.h:31
18436 msgid "_Header:"
18437 msgstr ""
18439 #: src/dialogs/print.glade.h:32
18440 msgid "_Horizontally"
18441 msgstr ""
18443 #: src/dialogs/print.glade.h:33
18444 msgid "_Rows to repeat on the upper region:"
18445 msgstr ""
18447 #: src/dialogs/print.glade.h:34
18448 msgid "_Units:"
18449 msgstr ""
18451 #: src/dialogs/print.glade.h:35
18452 msgid "_Vertically"
18453 msgstr ""
18455 #: src/dialogs/print.glade.h:36
18456 msgid "_page(s) wide by"
18457 msgstr ""
18459 #: src/dialogs/print.glade.h:37
18460 msgid "_tall"
18461 msgstr ""
18463 #: src/dialogs/random-generation.glade.h:6
18464 msgid "Number of _Variables:"
18465 msgstr ""
18467 #: src/dialogs/random-generation.glade.h:8
18468 msgid "Random Number Generation"
18469 msgstr ""
18471 #: src/dialogs/random-generation.glade.h:11
18472 msgid "Size of _Sample:"
18473 msgstr ""
18475 #: src/dialogs/random-generation.glade.h:12
18476 msgid "_Distribution:"
18477 msgstr ""
18479 #: src/dialogs/random-generation.glade.h:16
18480 msgid "_Random Numbers"
18481 msgstr ""
18483 #: src/dialogs/rank.glade.h:2
18484 msgid "Average _Rank"
18485 msgstr ""
18487 #: src/dialogs/rank.glade.h:7
18488 msgid "Rank and Percentile"
18489 msgstr ""
18491 #: src/dialogs/rank.glade.h:10
18492 msgid "Ties:"
18493 msgstr ""
18495 #: src/dialogs/rank.glade.h:20
18496 msgid "_Top Rank"
18497 msgstr ""
18499 #: src/dialogs/regression.glade.h:2
18500 msgid "0.95"
18501 msgstr ""
18503 #: src/dialogs/regression.glade.h:5
18504 msgid "Confidence Level:"
18505 msgstr ""
18507 #: src/dialogs/regression.glade.h:9 src/tools/analysis-tools.c:2435
18508 #: src/tools/analysis-tools.c:2438
18509 msgid "Regression"
18510 msgstr ""
18512 #: src/dialogs/regression.glade.h:14
18513 msgid "_Force Intercept To Be Zero"
18514 msgstr ""
18516 #: src/dialogs/row-height.glade.h:1
18517 msgid "Row Height"
18518 msgstr ""
18520 #: src/dialogs/row-height.glade.h:2
18521 msgid "_Row height (pt.):"
18522 msgstr ""
18524 #: src/dialogs/sampling.glade.h:6
18525 msgid "N_umber of Samples:"
18526 msgstr ""
18528 #: src/dialogs/sampling.glade.h:11
18529 msgid "Per_iod:"
18530 msgstr ""
18532 #: src/dialogs/sampling.glade.h:14
18533 msgid "Sampling"
18534 msgstr ""
18536 #: src/dialogs/sampling.glade.h:15
18537 msgid "Sampling Method:"
18538 msgstr ""
18540 #: src/dialogs/sampling.glade.h:16
18541 msgid "Size of Sample:"
18542 msgstr ""
18544 #: src/dialogs/sampling.glade.h:20
18545 msgid "_Input Range: "
18546 msgstr ""
18548 #: src/dialogs/sampling.glade.h:23
18549 msgid "_Periodic"
18550 msgstr ""
18552 #: src/dialogs/sampling.glade.h:24
18553 msgid "_Random"
18554 msgstr ""
18556 #: src/dialogs/scenario-add.glade.h:2
18557 msgid "Add Scenario"
18558 msgstr ""
18560 #: src/dialogs/scenario-add.glade.h:3
18561 msgid "Comment:"
18562 msgstr ""
18564 #: src/dialogs/scenario-add.glade.h:4
18565 msgid "Scenario name:"
18566 msgstr ""
18568 #: src/dialogs/scenario-manager.glade.h:3
18569 msgid "<span weight=\"bold\">Changing Cells</span>"
18570 msgstr ""
18572 #: src/dialogs/scenario-manager.glade.h:4
18573 msgid "<span weight=\"bold\">Comment</span>"
18574 msgstr ""
18576 #: src/dialogs/scenario-manager.glade.h:5
18577 msgid "<span weight=\"bold\">Reporting</span>"
18578 msgstr ""
18580 #: src/dialogs/scenario-manager.glade.h:6
18581 msgid "<span weight=\"bold\">Scenarios</span>"
18582 msgstr ""
18584 #: src/dialogs/scenario-manager.glade.h:7
18585 msgid "Create _Report"
18586 msgstr ""
18588 #: src/dialogs/scenario-manager.glade.h:11
18589 msgid "Scenario Manager"
18590 msgstr ""
18592 #: src/dialogs/scenario-manager.glade.h:12
18593 msgid "Show"
18594 msgstr ""
18596 #: src/dialogs/scenario-manager.glade.h:13
18597 #: src/dialogs/workbook-attr.glade.h:13
18598 msgid "View"
18599 msgstr ""
18601 #: src/dialogs/search-replace.glade.h:2
18602 msgid "<span weight=\"bold\">Change Cells Containing</span>"
18603 msgstr ""
18605 #: src/dialogs/search-replace.glade.h:3
18606 msgid "<span weight=\"bold\">Miscellaneous</span>"
18607 msgstr ""
18609 #: src/dialogs/search-replace.glade.h:4
18610 msgid "<span weight=\"bold\">Search Text Type</span>"
18611 msgstr ""
18613 #: src/dialogs/search-replace.glade.h:5 src/dialogs/search.glade.h:1
18614 msgid "Advanced"
18615 msgstr ""
18617 #: src/dialogs/search-replace.glade.h:6
18618 msgid "Ask before each change"
18619 msgstr ""
18621 #: src/dialogs/search-replace.glade.h:7
18622 msgid "Attempt to preserve case of text when replacing"
18623 msgstr ""
18625 #: src/dialogs/search-replace.glade.h:8
18626 msgid "Create =ERROR(\"...\")"
18627 msgstr ""
18629 #: src/dialogs/search-replace.glade.h:9 src/dialogs/search.glade.h:4
18630 msgid "Do not consider matches in the middle of words"
18631 msgstr ""
18633 #: src/dialogs/search-replace.glade.h:10
18634 msgid "Error Behaviour"
18635 msgstr ""
18637 #: src/dialogs/search-replace.glade.h:11
18638 msgid "Fail without any changes actually being done to any cell"
18639 msgstr ""
18641 #: src/dialogs/search-replace.glade.h:12
18642 msgid "Ma_ke string value"
18643 msgstr ""
18645 #: src/dialogs/search-replace.glade.h:13
18646 msgid "Ma_tch whole words only"
18647 msgstr ""
18649 #: src/dialogs/search-replace.glade.h:15
18650 msgid "Perform changes within cell comments"
18651 msgstr ""
18653 #: src/dialogs/search-replace.glade.h:16
18654 msgid "Perform changes within expressions"
18655 msgstr ""
18657 #: src/dialogs/search-replace.glade.h:17
18658 msgid "Perform changes within non-string values"
18659 msgstr ""
18661 #: src/dialogs/search-replace.glade.h:18
18662 msgid "Perform changes within string values"
18663 msgstr ""
18665 #: src/dialogs/search-replace.glade.h:19
18666 msgid "Query for replacement"
18667 msgstr ""
18669 #: src/dialogs/search-replace.glade.h:20
18670 msgid "Ra_nge"
18671 msgstr ""
18673 #: src/dialogs/search-replace.glade.h:21 src/dialogs/search.glade.h:14
18674 msgid "Re_gular expression"
18675 msgstr ""
18677 #: src/dialogs/search-replace.glade.h:22
18678 msgid "Scope"
18679 msgstr ""
18681 #: src/dialogs/search-replace.glade.h:23
18682 msgid "Search"
18683 msgstr ""
18685 #: src/dialogs/search-replace.glade.h:25
18686 msgid "Search and Replace Query"
18687 msgstr ""
18689 #: src/dialogs/search-replace.glade.h:26
18690 msgid "Search and replace in all cells in the workbook"
18691 msgstr ""
18693 #: src/dialogs/search-replace.glade.h:27
18694 msgid "Search and replace in current sheet only"
18695 msgstr ""
18697 #: src/dialogs/search-replace.glade.h:28
18698 msgid "Search and replace in specified range only"
18699 msgstr ""
18701 #: src/dialogs/search-replace.glade.h:29 src/dialogs/search.glade.h:17
18702 msgid "Search column by column"
18703 msgstr ""
18705 #: src/dialogs/search-replace.glade.h:30 src/dialogs/search.glade.h:21
18706 msgid "Search line by line"
18707 msgstr ""
18709 #: src/dialogs/search-replace.glade.h:31
18710 msgid "Skip cells that that would result in errors"
18711 msgstr ""
18713 #: src/dialogs/search-replace.glade.h:32 src/dialogs/search.glade.h:26
18714 msgid "The search text is a regular expression"
18715 msgstr ""
18717 #: src/dialogs/search-replace.glade.h:33 src/dialogs/search.glade.h:27
18718 msgid "The search text is taken literally."
18719 msgstr ""
18721 #: src/dialogs/search-replace.glade.h:34
18722 msgid "Turn unparsable entries into string values"
18723 msgstr ""
18725 #: src/dialogs/search-replace.glade.h:35 src/dialogs/search.glade.h:28
18726 msgid "When set, do not distinguish between upper and lower case letters"
18727 msgstr ""
18729 #: src/dialogs/search-replace.glade.h:36
18730 msgid "_By"
18731 msgstr ""
18733 #: src/dialogs/search-replace.glade.h:37
18734 msgid "_Column major"
18735 msgstr ""
18737 #: src/dialogs/search-replace.glade.h:38 src/dialogs/search.glade.h:29
18738 msgid "_Comments"
18739 msgstr ""
18741 #: src/dialogs/search-replace.glade.h:39 src/dialogs/search.glade.h:30
18742 msgid "_Current sheet"
18743 msgstr ""
18745 #: src/dialogs/search-replace.glade.h:40
18746 msgid "_Don't change"
18747 msgstr ""
18749 #: src/dialogs/search-replace.glade.h:41 src/dialogs/search.glade.h:31
18750 msgid "_Entire workbook"
18751 msgstr ""
18753 #: src/dialogs/search-replace.glade.h:42 src/dialogs/search.glade.h:32
18754 msgid "_Expressions"
18755 msgstr ""
18757 #: src/dialogs/search-replace.glade.h:43
18758 msgid "_Fail"
18759 msgstr ""
18761 #: src/dialogs/search-replace.glade.h:44 src/dialogs/search.glade.h:33
18762 msgid "_Ignore case"
18763 msgstr ""
18765 #: src/dialogs/search-replace.glade.h:45
18766 msgid "_Location"
18767 msgstr ""
18769 #: src/dialogs/search-replace.glade.h:46
18770 msgid "_Make error expression"
18771 msgstr ""
18773 #: src/dialogs/search-replace.glade.h:47 src/dialogs/search.glade.h:34
18774 msgid "_Other values"
18775 msgstr ""
18777 #: src/dialogs/search-replace.glade.h:48 src/dialogs/search.glade.h:35
18778 msgid "_Plain text"
18779 msgstr ""
18781 #: src/dialogs/search-replace.glade.h:49
18782 msgid "_Preserve case"
18783 msgstr ""
18785 #: src/dialogs/search-replace.glade.h:50
18786 msgid "_Query"
18787 msgstr ""
18789 #: src/dialogs/search-replace.glade.h:51
18790 msgid "_Replace by"
18791 msgstr ""
18793 #: src/dialogs/search-replace.glade.h:52
18794 msgid "_Replacing"
18795 msgstr ""
18797 #: src/dialogs/search-replace.glade.h:53 src/dialogs/search.glade.h:38
18798 msgid "_Row major"
18799 msgstr ""
18801 #: src/dialogs/search-replace.glade.h:54
18802 msgid "_Search for"
18803 msgstr ""
18805 #: src/dialogs/search-replace.glade.h:55 src/dialogs/search.glade.h:40
18806 msgid "_Strings"
18807 msgstr ""
18809 #: src/dialogs/search.glade.h:2
18810 msgid "C_olumn major"
18811 msgstr ""
18813 #: src/dialogs/search.glade.h:3
18814 msgid "Dismiss search center"
18815 msgstr ""
18817 #: src/dialogs/search.glade.h:5
18818 msgid "Find text within cell comments"
18819 msgstr ""
18821 #: src/dialogs/search.glade.h:6
18822 msgid "Find text within expressions"
18823 msgstr ""
18825 #: src/dialogs/search.glade.h:7
18826 msgid "Find text within non-string values"
18827 msgstr ""
18829 #: src/dialogs/search.glade.h:8
18830 msgid "Find text within string values"
18831 msgstr ""
18833 #: src/dialogs/search.glade.h:9
18834 msgid "Find text within the calculated values of expressions"
18835 msgstr ""
18837 #: src/dialogs/search.glade.h:10
18838 msgid "Match _whole words only"
18839 msgstr ""
18841 #: src/dialogs/search.glade.h:11
18842 msgid "Matches"
18843 msgstr ""
18845 #: src/dialogs/search.glade.h:12
18846 msgid "Miscellaneous"
18847 msgstr ""
18849 #: src/dialogs/search.glade.h:15
18850 msgid "Search Center"
18851 msgstr ""
18853 #: src/dialogs/search.glade.h:16
18854 msgid "Search cells containing"
18855 msgstr ""
18857 #: src/dialogs/search.glade.h:18
18858 msgid "Search in all cells in the workbook"
18859 msgstr ""
18861 #: src/dialogs/search.glade.h:19
18862 msgid "Search in current sheet only"
18863 msgstr ""
18865 #: src/dialogs/search.glade.h:20
18866 msgid "Search in specified range only"
18867 msgstr ""
18869 #: src/dialogs/search.glade.h:22
18870 msgid "Search text is"
18871 msgstr ""
18873 #: src/dialogs/search.glade.h:23
18874 msgid "Show next match"
18875 msgstr ""
18877 #: src/dialogs/search.glade.h:24
18878 msgid "Show previous match"
18879 msgstr ""
18881 #: src/dialogs/search.glade.h:25
18882 msgid "Start search"
18883 msgstr ""
18885 #: src/dialogs/search.glade.h:36
18886 msgid "_Range"
18887 msgstr ""
18889 #: src/dialogs/search.glade.h:37
18890 msgid "_Results"
18891 msgstr ""
18893 #: src/dialogs/search.glade.h:39
18894 msgid "_Search for:"
18895 msgstr ""
18897 #: src/dialogs/sheet-order.glade.h:1
18898 msgid "Manage Sheets..."
18899 msgstr ""
18901 #: src/dialogs/shuffle.glade.h:1
18902 msgid "Data Shuffling"
18903 msgstr ""
18905 #: src/dialogs/shuffle.glade.h:2
18906 msgid "Input Range: "
18907 msgstr ""
18909 #: src/dialogs/shuffle.glade.h:3
18910 msgid "Shuffle Method: "
18911 msgstr ""
18913 #: src/dialogs/shuffle.glade.h:4
18914 msgid "_Area"
18915 msgstr ""
18917 #: src/dialogs/simulation.glade.h:1
18918 msgid ""
18919 "   \n"
18920 "   <span weight=\"bold\">Rounds</span>"
18921 msgstr ""
18923 #: src/dialogs/simulation.glade.h:3
18924 msgid "   <span weight=\"bold\">Limits</span>"
18925 msgstr ""
18927 #: src/dialogs/simulation.glade.h:5
18928 msgid "Find Max."
18929 msgstr ""
18931 #: src/dialogs/simulation.glade.h:6
18932 msgid "Find Min."
18933 msgstr ""
18935 #: src/dialogs/simulation.glade.h:7
18936 msgid "First Round #:"
18937 msgstr ""
18939 #: src/dialogs/simulation.glade.h:8
18940 msgid "Inputs:"
18941 msgstr ""
18943 #: src/dialogs/simulation.glade.h:9
18944 msgid "Iterations:"
18945 msgstr ""
18947 #: src/dialogs/simulation.glade.h:10
18948 msgid "Last Round #:"
18949 msgstr ""
18951 #: src/dialogs/simulation.glade.h:11 src/tools/solver/reports-write.c:706
18952 msgid "Max Time:"
18953 msgstr ""
18955 #: src/dialogs/simulation.glade.h:13
18956 msgid "Next Sim."
18957 msgstr ""
18959 #: src/dialogs/simulation.glade.h:15
18960 msgid "Outputs:"
18961 msgstr ""
18963 #: src/dialogs/simulation.glade.h:16
18964 msgid "Prev. Sim."
18965 msgstr ""
18967 #. Fill in the header titles.
18968 #: src/dialogs/simulation.glade.h:17 src/tools/simulation.c:349
18969 msgid "Risk Simulation"
18970 msgstr ""
18972 #: src/dialogs/simulation.glade.h:18
18973 msgid "Simulation Summary:"
18974 msgstr ""
18976 #: src/dialogs/simulation.glade.h:19 src/dialogs/summary.glade.h:6
18977 msgid "Summary"
18978 msgstr ""
18980 #: src/dialogs/simulation.glade.h:20
18981 msgid "Summary of Results:"
18982 msgstr ""
18984 #: src/dialogs/simulation.glade.h:22
18985 msgid "_Options"
18986 msgstr ""
18988 #: src/dialogs/simulation.glade.h:24
18989 msgid "_Variables"
18990 msgstr ""
18992 #: src/dialogs/so-arrow.glade.h:1
18993 msgid "Arrow Length:"
18994 msgstr ""
18996 #: src/dialogs/so-arrow.glade.h:2
18997 msgid "Arrow Tip:"
18998 msgstr ""
19000 #: src/dialogs/so-arrow.glade.h:3
19001 msgid "Arrow Width:"
19002 msgstr ""
19004 #: src/dialogs/so-arrow.glade.h:4
19005 msgid "Arrow/Line Properties"
19006 msgstr ""
19008 #: src/dialogs/so-arrow.glade.h:6
19009 msgid "Distance from tip of arrowhead to the center point"
19010 msgstr ""
19012 #: src/dialogs/so-arrow.glade.h:7
19013 msgid "Distance from tip of arrowhead to trailing point, measured along shaft"
19014 msgstr ""
19016 #: src/dialogs/so-arrow.glade.h:8
19017 msgid "Distance of trailing point from outside edge of shaft"
19018 msgstr ""
19020 #: src/dialogs/so-arrow.glade.h:9
19021 msgid "Line Width:"
19022 msgstr ""
19024 #: src/dialogs/so-checkbox.glade.h:2
19025 msgid "Checkbox Properties"
19026 msgstr ""
19028 #: src/dialogs/so-checkbox.glade.h:3 src/dialogs/so-frame.glade.h:3
19029 msgid "Label:"
19030 msgstr ""
19032 #: src/dialogs/so-checkbox.glade.h:4 src/dialogs/so-scrollbar.glade.h:2
19033 msgid "Link to:"
19034 msgstr ""
19036 #: src/dialogs/so-fill.glade.h:1
19037 msgid "Border _Width:"
19038 msgstr ""
19040 #: src/dialogs/so-fill.glade.h:2
19041 msgid "Configure Filled Object"
19042 msgstr ""
19044 #: src/dialogs/so-fill.glade.h:3
19045 msgid "F_ill Color:"
19046 msgstr ""
19048 #: src/dialogs/so-fill.glade.h:4
19049 msgid "O_utline Color:"
19050 msgstr ""
19052 #: src/dialogs/so-frame.glade.h:2
19053 msgid "Frame Properties"
19054 msgstr ""
19056 #: src/dialogs/so-scrollbar.glade.h:1
19057 msgid "Increment:"
19058 msgstr ""
19060 #: src/dialogs/so-scrollbar.glade.h:3
19061 msgid "Max:"
19062 msgstr ""
19064 #: src/dialogs/so-scrollbar.glade.h:4
19065 msgid "Min:"
19066 msgstr ""
19068 #: src/dialogs/so-scrollbar.glade.h:5
19069 msgid "Page:"
19070 msgstr ""
19072 #: src/dialogs/so-scrollbar.glade.h:6
19073 msgid "Scrollbar Properties"
19074 msgstr ""
19076 #: src/dialogs/solver.glade.h:2
19077 msgid "<="
19078 msgstr ""
19080 #: src/dialogs/solver.glade.h:3
19081 msgid "="
19082 msgstr ""
19084 #: src/dialogs/solver.glade.h:4
19085 msgid ">="
19086 msgstr ""
19088 #: src/dialogs/solver.glade.h:5 src/tools/solver/reports-write.c:702
19089 msgid "Algorithm:"
19090 msgstr ""
19092 #: src/dialogs/solver.glade.h:6
19093 msgid "Assume _Integer (Discrete)"
19094 msgstr ""
19096 #: src/dialogs/solver.glade.h:7
19097 msgid "Assume _Non-Negative"
19098 msgstr ""
19100 #: src/dialogs/solver.glade.h:8
19101 msgid "Automatic _Scaling"
19102 msgstr ""
19104 #: src/dialogs/solver.glade.h:9
19105 msgid "B_y Changing Cells: "
19106 msgstr ""
19108 #: src/dialogs/solver.glade.h:10
19109 msgid "Bool"
19110 msgstr ""
19112 #: src/dialogs/solver.glade.h:11 src/tools/solver/reports-write.c:199
19113 #: src/tools/solver/reports-write.c:360 src/tools/solver/reports-write.c:572
19114 #: src/tools/solver/reports-write.c:603
19115 msgid "Constraints"
19116 msgstr ""
19118 #: src/dialogs/solver.glade.h:12
19119 msgid "Equal To:"
19120 msgstr ""
19122 #: src/dialogs/solver.glade.h:13
19123 msgid "Int"
19124 msgstr ""
19126 #: src/dialogs/solver.glade.h:15 src/tools/solver/reports-write.c:705
19127 msgid "Max Iterations:"
19128 msgstr ""
19130 #: src/dialogs/solver.glade.h:16
19131 msgid "Max Time (sec.):"
19132 msgstr ""
19134 #: src/dialogs/solver.glade.h:17
19135 msgid "Model"
19136 msgstr ""
19138 #: src/dialogs/solver.glade.h:19
19139 msgid "P_rogram"
19140 msgstr ""
19142 #: src/dialogs/solver.glade.h:20
19143 msgid "Parameters"
19144 msgstr ""
19146 #: src/dialogs/solver.glade.h:21
19147 msgid "Reports"
19148 msgstr ""
19150 #: src/dialogs/solver.glade.h:22
19151 msgid "Scenarios"
19152 msgstr ""
19154 #: src/dialogs/solver.glade.h:23
19155 msgid "Solve"
19156 msgstr ""
19158 #: src/dialogs/solver.glade.h:25
19159 msgid "Subject to the Constraints:"
19160 msgstr ""
19162 #: src/dialogs/solver.glade.h:27
19163 msgid "_Answer"
19164 msgstr ""
19166 #: src/dialogs/solver.glade.h:28
19167 msgid "_Change"
19168 msgstr ""
19170 #: src/dialogs/solver.glade.h:29
19171 msgid "_Create a scenario if the optimal solution is found"
19172 msgstr ""
19174 #: src/dialogs/solver.glade.h:31
19175 msgid "_Do not create scenarios"
19176 msgstr ""
19178 #: src/dialogs/solver.glade.h:32
19179 msgid "_Left Hand Side:"
19180 msgstr ""
19182 #: src/dialogs/solver.glade.h:33
19183 msgid "_Limits"
19184 msgstr ""
19186 #: src/dialogs/solver.glade.h:34
19187 msgid "_Linear Model (LP/MILP)"
19188 msgstr ""
19190 #: src/dialogs/solver.glade.h:35
19191 msgid "_Max"
19192 msgstr ""
19194 #: src/dialogs/solver.glade.h:37
19195 msgid "_Performance"
19196 msgstr ""
19198 #: src/dialogs/solver.glade.h:38
19199 msgid "_Quadratic Model (QP/MIQP)"
19200 msgstr ""
19202 #: src/dialogs/solver.glade.h:39
19203 msgid "_Right Hand Side:"
19204 msgstr ""
19206 #: src/dialogs/solver.glade.h:40
19207 msgid "_Sensitivity"
19208 msgstr ""
19210 #: src/dialogs/solver.glade.h:41
19211 msgid "_Set Target Cell:       "
19212 msgstr ""
19214 #: src/dialogs/summary.glade.h:2
19215 msgid "<span weight=\"bold\">Document Summary Information</span>"
19216 msgstr ""
19218 #: src/dialogs/summary.glade.h:3
19219 msgid "C_omments:"
19220 msgstr ""
19222 #: src/dialogs/summary.glade.h:4
19223 msgid "Com_pany:"
19224 msgstr ""
19226 #: src/dialogs/summary.glade.h:5
19227 msgid "File:"
19228 msgstr ""
19230 #: src/dialogs/summary.glade.h:7
19231 msgid "_Author:"
19232 msgstr ""
19234 #: src/dialogs/summary.glade.h:8
19235 msgid "_Category:"
19236 msgstr ""
19238 #: src/dialogs/summary.glade.h:9
19239 msgid "_Keywords:"
19240 msgstr ""
19242 #: src/dialogs/summary.glade.h:10
19243 msgid "_Manager:"
19244 msgstr ""
19246 #: src/dialogs/summary.glade.h:11
19247 msgid "_Title:"
19248 msgstr ""
19250 #: src/dialogs/tabulate.glade.h:3
19251 msgid "Dependency cells"
19252 msgstr ""
19254 #: src/dialogs/tabulate.glade.h:4
19255 msgid "Make one long list of coordinates and values"
19256 msgstr ""
19258 #: src/dialogs/tabulate.glade.h:5
19259 msgid "Maximum"
19260 msgstr ""
19262 #: src/dialogs/tabulate.glade.h:6
19263 msgid "Minimum"
19264 msgstr ""
19266 #: src/dialogs/tabulate.glade.h:7 src/tools/simulation.c:258
19267 msgid "Mode"
19268 msgstr ""
19270 #: src/dialogs/tabulate.glade.h:8
19271 msgid "Result cell"
19272 msgstr ""
19274 #: src/dialogs/tabulate.glade.h:9
19275 msgid "Step"
19276 msgstr ""
19278 #: src/dialogs/tabulate.glade.h:10
19279 msgid "Tabulate Dependency"
19280 msgstr ""
19282 #: src/dialogs/tabulate.glade.h:11
19283 msgid ""
19284 "Use down for first source, right for second, and multiple sheets for third"
19285 msgstr ""
19287 #: src/dialogs/tabulate.glade.h:12
19288 msgid "_Coordinate"
19289 msgstr ""
19291 #: src/dialogs/tabulate.glade.h:13
19292 msgid "_Visual"
19293 msgstr ""
19295 #: src/dialogs/variance-tests.glade.h:8
19296 msgid "Testing Equality of 2 Variances (F-Test)"
19297 msgstr ""
19299 #: src/dialogs/view.glade.h:2
19300 msgid "Create New View"
19301 msgstr ""
19303 #: src/dialogs/view.glade.h:3
19304 msgid "Elsewhere"
19305 msgstr ""
19307 #: src/dialogs/view.glade.h:4
19308 msgid "Location"
19309 msgstr ""
19311 #: src/dialogs/view.glade.h:5
19312 msgid "New view will be opened on specified screen"
19313 msgstr ""
19315 #: src/dialogs/view.glade.h:6
19316 msgid "Sharing"
19317 msgstr ""
19319 #: src/dialogs/view.glade.h:7
19320 msgid "Views will have separate cursor locations"
19321 msgstr ""
19323 #: src/dialogs/view.glade.h:8
19324 msgid "Views will share cursor position"
19325 msgstr ""
19327 #: src/dialogs/view.glade.h:9
19328 msgid "_Shared"
19329 msgstr ""
19331 #: src/dialogs/view.glade.h:10
19332 msgid "_Unshared"
19333 msgstr ""
19335 #: src/dialogs/workbook-attr.glade.h:2
19336 msgid "A_uto Complete Text in Cells"
19337 msgstr ""
19339 #: src/dialogs/workbook-attr.glade.h:3
19340 msgid "A_utomatic"
19341 msgstr ""
19343 #: src/dialogs/workbook-attr.glade.h:4
19344 msgid "Calculation"
19345 msgstr ""
19347 #: src/dialogs/workbook-attr.glade.h:5
19348 msgid "Format Workbook"
19349 msgstr ""
19351 #: src/dialogs/workbook-attr.glade.h:6
19352 msgid "Maximum c_hange:"
19353 msgstr ""
19355 #: src/dialogs/workbook-attr.glade.h:7
19356 msgid "Maximum it_erations:"
19357 msgstr ""
19359 #: src/dialogs/workbook-attr.glade.h:8
19360 msgid "Notebook _Tabs for Sheets"
19361 msgstr ""
19363 #: src/dialogs/workbook-attr.glade.h:9
19364 msgid "Pa_ssword:"
19365 msgstr ""
19367 #: src/dialogs/workbook-attr.glade.h:11
19368 msgid "Recalculation:"
19369 msgstr ""
19371 #: src/dialogs/workbook-attr.glade.h:12
19372 msgid "Unimplementented"
19373 msgstr ""
19375 #: src/dialogs/workbook-attr.glade.h:14
19376 msgid "_Horizontal Scrollbar"
19377 msgstr ""
19379 #: src/dialogs/workbook-attr.glade.h:15
19380 msgid "_Iteration"
19381 msgstr ""
19383 #: src/dialogs/workbook-attr.glade.h:16
19384 msgid "_Manual"
19385 msgstr ""
19387 #: src/dialogs/workbook-attr.glade.h:17
19388 msgid "_Protect Workbook"
19389 msgstr ""
19391 #: src/dialogs/workbook-attr.glade.h:18
19392 msgid "_Vertical Scrollbar"
19393 msgstr ""
19395 #: src/expr-name.c:354
19396 #, c-format
19397 msgid "'%s' has a circular reference"
19398 msgstr ""
19400 #: src/expr-name.c:377 src/expr-name.c:557
19401 #, c-format
19402 msgid "'%s' is already defined in sheet"
19403 msgstr ""
19405 #: src/expr-name.c:378 src/expr-name.c:558
19406 #, c-format
19407 msgid "'%s' is already defined in workbook"
19408 msgstr ""
19410 #: src/expr.c:719
19411 msgid "Unknown operator"
19412 msgstr ""
19414 #: src/expr.c:751
19415 msgid "Internal type error"
19416 msgstr ""
19418 #: src/expr.c:1370
19419 msgid "Unknown evaluation error"
19420 msgstr ""
19422 #: src/file-autoft.c:92
19423 #, c-format
19424 msgid "Invalid template file: %s"
19425 msgstr ""
19427 #: src/file.c:481
19428 msgid "Saving over old files of this type is disabled for safety."
19429 msgstr ""
19431 #: src/file.c:483
19432 msgid ""
19433 "You can turn this safety feature off by editing appropriate plugin.xml file."
19434 msgstr ""
19436 #: src/format-template.c:468
19437 msgid "Error while trying to load autoformat template"
19438 msgstr ""
19440 #: src/format-template.c:485
19441 msgid "Error while trying to build tree from autoformat template file"
19442 msgstr ""
19444 #: src/format-template.c:491
19445 msgid "Is not an autoformat template file"
19446 msgstr ""
19448 #: src/format-template.c:494
19449 msgid "Invalid xml file. Tree is empty?"
19450 msgstr ""
19452 #: src/format-template.c:827
19453 #, c-format
19454 msgid ""
19455 "The target region is too small.  It should be at least %d rows by %d columns"
19456 msgstr ""
19458 #: src/format-template.c:831
19459 #, c-format
19460 msgid "The target region is too small.  It should be at least %d columns wide"
19461 msgstr ""
19463 #: src/format-template.c:835
19464 #, c-format
19465 msgid "The target region is too small.  It should be at least %d rows high"
19466 msgstr ""
19468 #: src/format.c:238
19469 msgid "TRUE"
19470 msgstr ""
19472 #: src/format.c:239
19473 msgid "FALSE"
19474 msgstr ""
19476 #: src/format.c:659
19477 msgid "Black"
19478 msgstr ""
19480 #: src/format.c:660
19481 msgid "Blue"
19482 msgstr ""
19484 #: src/format.c:661
19485 msgid "Cyan"
19486 msgstr ""
19488 #: src/format.c:662
19489 msgid "Green"
19490 msgstr ""
19492 #: src/format.c:663
19493 msgid "Magenta"
19494 msgstr ""
19496 #: src/format.c:664
19497 msgid "Red"
19498 msgstr ""
19500 #: src/format.c:665
19501 msgid "White"
19502 msgstr ""
19504 #: src/format.c:666
19505 msgid "Yellow"
19506 msgstr "ਪੀਲਾ"
19508 #. Array of arrays ??
19509 #: src/format.c:2082
19510 msgid "ARRAY"
19511 msgstr ""
19513 #. The first column has three letter acronyms
19514 #. * for each currency.  They MUST start with '[$'
19515 #. * The second column has the long names of the currencies.
19517 #. 2002/08/04 Updated to match iso 4217
19518 #: src/formats.c:391
19519 msgid "United Arab Emirates, Dirhams"
19520 msgstr ""
19522 #: src/formats.c:392
19523 msgid "Afghanistan, Afghanis"
19524 msgstr ""
19526 #: src/formats.c:393
19527 msgid "Albania, Leke"
19528 msgstr ""
19530 #: src/formats.c:394
19531 msgid "Armenia, Drams"
19532 msgstr ""
19534 #: src/formats.c:395
19535 msgid "Netherlands Antilles, Guilders"
19536 msgstr ""
19538 #: src/formats.c:396
19539 msgid "Angola, Kwanza"
19540 msgstr ""
19542 #: src/formats.c:397
19543 msgid "Argentina, Pesos"
19544 msgstr ""
19546 #: src/formats.c:398
19547 msgid "Australia, Dollars"
19548 msgstr ""
19550 #: src/formats.c:399
19551 msgid "Aruba, Guilders"
19552 msgstr ""
19554 #: src/formats.c:400
19555 msgid "Azerbaijan, Manats"
19556 msgstr ""
19558 #: src/formats.c:401
19559 msgid "Bosnia and Herzegovina, Convertible Marka"
19560 msgstr ""
19562 #: src/formats.c:402
19563 msgid "Barbados, Dollars"
19564 msgstr ""
19566 #: src/formats.c:403
19567 msgid "Bangladesh, Taka"
19568 msgstr ""
19570 #: src/formats.c:404
19571 msgid "Bulgaria, Leva"
19572 msgstr ""
19574 #: src/formats.c:405
19575 msgid "Bahrain, Dinars"
19576 msgstr ""
19578 #: src/formats.c:406
19579 msgid "Burundi, Francs"
19580 msgstr ""
19582 #: src/formats.c:407
19583 msgid "Bermuda, Dollars"
19584 msgstr ""
19586 #: src/formats.c:408
19587 msgid "Brunei Darussalam, Dollars"
19588 msgstr ""
19590 #: src/formats.c:409
19591 msgid "Bolivia, Bolivianos"
19592 msgstr ""
19594 #: src/formats.c:410
19595 msgid "Brazil, Brazil Real"
19596 msgstr ""
19598 #: src/formats.c:411
19599 msgid "Bahamas, Dollars"
19600 msgstr ""
19602 #: src/formats.c:412
19603 msgid "Bhutan, Ngultrum"
19604 msgstr ""
19606 #: src/formats.c:413
19607 msgid "Botswana, Pulas"
19608 msgstr ""
19610 #: src/formats.c:414
19611 msgid "Belarus, Rubles"
19612 msgstr ""
19614 #: src/formats.c:415
19615 msgid "Belize, Dollars"
19616 msgstr ""
19618 #: src/formats.c:416
19619 msgid "Canada, Dollars"
19620 msgstr ""
19622 #: src/formats.c:417
19623 msgid "Congo/Kinshasa, Congolese Francs"
19624 msgstr ""
19626 #: src/formats.c:418
19627 msgid "Switzerland, Francs"
19628 msgstr ""
19630 #: src/formats.c:419
19631 msgid "Chile, Pesos"
19632 msgstr ""
19634 #: src/formats.c:420
19635 msgid "China, Yuan Renminbi"
19636 msgstr ""
19638 #: src/formats.c:421
19639 msgid "Colombia, Pesos"
19640 msgstr ""
19642 #: src/formats.c:422
19643 msgid "Costa Rica, Colones"
19644 msgstr ""
19646 #: src/formats.c:423
19647 msgid "Cuba, Pesos"
19648 msgstr ""
19650 #: src/formats.c:424
19651 msgid "Cape Verde, Escudos"
19652 msgstr ""
19654 #: src/formats.c:425
19655 msgid "Cyprus, Pounds"
19656 msgstr ""
19658 #: src/formats.c:426
19659 msgid "Czech Republic, Koruny"
19660 msgstr ""
19662 #: src/formats.c:427
19663 msgid "Djibouti, Francs"
19664 msgstr ""
19666 #: src/formats.c:428
19667 msgid "Denmark, Kroner"
19668 msgstr ""
19670 #: src/formats.c:429
19671 msgid "Dominican Republic, Pesos"
19672 msgstr ""
19674 #: src/formats.c:430
19675 msgid "Algeria, Algeria Dinars"
19676 msgstr ""
19678 #: src/formats.c:431
19679 msgid "Estonia, Krooni"
19680 msgstr ""
19682 #: src/formats.c:432
19683 msgid "Egypt, Pounds"
19684 msgstr ""
19686 #: src/formats.c:433
19687 msgid "Eritrea, Nakfa"
19688 msgstr ""
19690 #: src/formats.c:434
19691 msgid "Ethiopia, Birr"
19692 msgstr ""
19694 #: src/formats.c:435
19695 msgid "Euro Member Countries, Euro"
19696 msgstr ""
19698 #: src/formats.c:436
19699 msgid "Fiji, Dollars"
19700 msgstr ""
19702 #: src/formats.c:437
19703 msgid "Falkland Islands (Malvinas), Pounds"
19704 msgstr ""
19706 #: src/formats.c:438
19707 msgid "United Kingdom, Pounds"
19708 msgstr ""
19710 #: src/formats.c:439
19711 msgid "Georgia, Lari"
19712 msgstr ""
19714 #: src/formats.c:440
19715 msgid "Guernsey, Pounds"
19716 msgstr ""
19718 #: src/formats.c:441
19719 msgid "Ghana, Cedis"
19720 msgstr ""
19722 #: src/formats.c:442
19723 msgid "Gibraltar, Pounds"
19724 msgstr ""
19726 #: src/formats.c:443
19727 msgid "Gambia, Dalasi"
19728 msgstr ""
19730 #: src/formats.c:444
19731 msgid "Guinea, Francs"
19732 msgstr ""
19734 #: src/formats.c:445
19735 msgid "Guatemala, Quetzales"
19736 msgstr ""
19738 #: src/formats.c:446
19739 msgid "Guyana, Dollars"
19740 msgstr ""
19742 #: src/formats.c:447
19743 msgid "Hong Kong, Dollars"
19744 msgstr ""
19746 #: src/formats.c:448
19747 msgid "Honduras, Lempiras"
19748 msgstr ""
19750 #: src/formats.c:449
19751 msgid "Croatia, Kuna"
19752 msgstr ""
19754 #: src/formats.c:450
19755 msgid "Haiti, Gourdes"
19756 msgstr ""
19758 #: src/formats.c:451
19759 msgid "Hungary, Forint"
19760 msgstr ""
19762 #: src/formats.c:452
19763 msgid "Indonesia, Rupiahs"
19764 msgstr ""
19766 #: src/formats.c:453
19767 msgid "Israel, New Shekels"
19768 msgstr ""
19770 #: src/formats.c:454
19771 msgid "Isle of Man, Pounds"
19772 msgstr ""
19774 #: src/formats.c:455
19775 msgid "India, Rupees"
19776 msgstr ""
19778 #: src/formats.c:456
19779 msgid "Iraq, Dinars"
19780 msgstr ""
19782 #: src/formats.c:457
19783 msgid "Iran, Rials"
19784 msgstr ""
19786 #: src/formats.c:458
19787 msgid "Iceland, Kronur"
19788 msgstr ""
19790 #: src/formats.c:459
19791 msgid "Jersey, Pounds"
19792 msgstr ""
19794 #: src/formats.c:460
19795 msgid "Jamaica, Dollars"
19796 msgstr ""
19798 #: src/formats.c:461
19799 msgid "Jordan, Dinars"
19800 msgstr ""
19802 #: src/formats.c:462
19803 msgid "Japan, Yen"
19804 msgstr ""
19806 #: src/formats.c:463
19807 msgid "Kenya, Shillings"
19808 msgstr ""
19810 #: src/formats.c:464
19811 msgid "Kyrgyzstan, Soms"
19812 msgstr ""
19814 #: src/formats.c:465
19815 msgid "Cambodia, Riels"
19816 msgstr ""
19818 #: src/formats.c:466
19819 msgid "Comoros, Francs"
19820 msgstr ""
19822 #: src/formats.c:467
19823 msgid "Korea (North), Won"
19824 msgstr ""
19826 #: src/formats.c:468
19827 msgid "Korea (South), Won"
19828 msgstr ""
19830 #: src/formats.c:469
19831 msgid "Kuwait, Dinars"
19832 msgstr ""
19834 #: src/formats.c:470
19835 msgid "Cayman Islands, Dollars"
19836 msgstr ""
19838 #: src/formats.c:471
19839 msgid "Kazakstan, Tenge"
19840 msgstr ""
19842 #: src/formats.c:472
19843 msgid "Laos, Kips"
19844 msgstr ""
19846 #: src/formats.c:473
19847 msgid "Lebanon, Pounds"
19848 msgstr ""
19850 #: src/formats.c:474
19851 msgid "Sri Lanka, Rupees"
19852 msgstr ""
19854 #: src/formats.c:475
19855 msgid "Liberia, Dollars"
19856 msgstr ""
19858 #: src/formats.c:476
19859 msgid "Lesotho, Maloti"
19860 msgstr ""
19862 #: src/formats.c:477
19863 msgid "Lithuania, Litai"
19864 msgstr ""
19866 #: src/formats.c:478
19867 msgid "Latvia, Lati"
19868 msgstr ""
19870 #: src/formats.c:479
19871 msgid "Libya, Dinars"
19872 msgstr ""
19874 #: src/formats.c:480
19875 msgid "Morocco, Dirhams"
19876 msgstr ""
19878 #: src/formats.c:481
19879 msgid "Moldova, Lei"
19880 msgstr ""
19882 #: src/formats.c:482
19883 msgid "Madagascar, Malagasy Francs"
19884 msgstr ""
19886 #: src/formats.c:483
19887 msgid "Macedonia, Denars"
19888 msgstr ""
19890 #: src/formats.c:484
19891 msgid "Myanmar (Burma), Kyats"
19892 msgstr ""
19894 #: src/formats.c:485
19895 msgid "Mongolia, Tugriks"
19896 msgstr ""
19898 #: src/formats.c:486
19899 msgid "Macau, Patacas"
19900 msgstr ""
19902 #: src/formats.c:487
19903 msgid "Mauritania, Ouguiyas"
19904 msgstr ""
19906 #: src/formats.c:488
19907 msgid "Malta, Liri"
19908 msgstr ""
19910 #: src/formats.c:489
19911 msgid "Mauritius, Rupees"
19912 msgstr ""
19914 #: src/formats.c:490
19915 msgid "Maldives (Maldive Islands), Rufiyaa"
19916 msgstr ""
19918 #: src/formats.c:491
19919 msgid "Malawi, Kwachas"
19920 msgstr ""
19922 #: src/formats.c:492
19923 msgid "Mexico, Pesos"
19924 msgstr ""
19926 #: src/formats.c:493
19927 msgid "Malaysia, Ringgits"
19928 msgstr ""
19930 #: src/formats.c:494
19931 msgid "Mozambique, Meticais"
19932 msgstr ""
19934 #: src/formats.c:495
19935 msgid "Namibia, Dollars"
19936 msgstr ""
19938 #: src/formats.c:496
19939 msgid "Nigeria, Nairas"
19940 msgstr ""
19942 #: src/formats.c:497
19943 msgid "Nicaragua, Gold Cordobas"
19944 msgstr ""
19946 #: src/formats.c:498
19947 msgid "Norway, Krone"
19948 msgstr ""
19950 #: src/formats.c:499
19951 msgid "Nepal, Nepal Rupees"
19952 msgstr ""
19954 #: src/formats.c:500
19955 msgid "New Zealand, Dollars"
19956 msgstr ""
19958 #: src/formats.c:501
19959 msgid "Oman, Rials"
19960 msgstr ""
19962 #: src/formats.c:502
19963 msgid "Panama, Balboa"
19964 msgstr ""
19966 #: src/formats.c:503
19967 msgid "Peru, Nuevos Soles"
19968 msgstr ""
19970 #: src/formats.c:504
19971 msgid "Papua New Guinea, Kina"
19972 msgstr ""
19974 #: src/formats.c:505
19975 msgid "Philippines, Pesos"
19976 msgstr ""
19978 #: src/formats.c:506
19979 msgid "Pakistan, Rupees"
19980 msgstr ""
19982 #: src/formats.c:507
19983 msgid "Poland, Zlotys"
19984 msgstr ""
19986 #: src/formats.c:508
19987 msgid "Paraguay, Guarani"
19988 msgstr ""
19990 #: src/formats.c:509
19991 msgid "Qatar, Rials"
19992 msgstr ""
19994 #: src/formats.c:510
19995 msgid "Romania, Lei"
19996 msgstr ""
19998 #: src/formats.c:511
19999 msgid "Russia, Rubles"
20000 msgstr ""
20002 #: src/formats.c:512
20003 msgid "Rwanda, Rwanda Francs"
20004 msgstr ""
20006 #: src/formats.c:513
20007 msgid "Saudi Arabia, Riyals"
20008 msgstr ""
20010 #: src/formats.c:514
20011 msgid "Solomon Islands, Dollars"
20012 msgstr ""
20014 #: src/formats.c:515
20015 msgid "Seychelles, Rupees"
20016 msgstr ""
20018 #: src/formats.c:516
20019 msgid "Sudan, Dinars"
20020 msgstr ""
20022 #: src/formats.c:517
20023 msgid "Sweden, Kronor"
20024 msgstr ""
20026 #: src/formats.c:518
20027 msgid "Singapore, Dollars"
20028 msgstr ""
20030 #: src/formats.c:519
20031 msgid "Saint Helena, Pounds"
20032 msgstr ""
20034 #: src/formats.c:520
20035 msgid "Slovenia, Tolars"
20036 msgstr ""
20038 #: src/formats.c:521
20039 msgid "Slovakia, Koruny"
20040 msgstr ""
20042 #: src/formats.c:522
20043 msgid "Sierra Leone, Leones"
20044 msgstr ""
20046 #: src/formats.c:523
20047 msgid "Somalia, Shillings"
20048 msgstr ""
20050 #: src/formats.c:524
20051 msgid "Seborga, Luigini"
20052 msgstr ""
20054 #: src/formats.c:525
20055 msgid "Suriname, Guilders"
20056 msgstr ""
20058 #: src/formats.c:526
20059 msgid "Sao Tome and Principe, Dobras"
20060 msgstr ""
20062 #: src/formats.c:527
20063 msgid "El Salvador, Colones"
20064 msgstr ""
20066 #: src/formats.c:528
20067 msgid "Syria, Pounds"
20068 msgstr ""
20070 #: src/formats.c:529
20071 msgid "Swaziland, Emalangeni"
20072 msgstr ""
20074 #: src/formats.c:530
20075 msgid "Thailand, Baht"
20076 msgstr ""
20078 #: src/formats.c:531
20079 msgid "Tajikistan, Rubles"
20080 msgstr ""
20082 #: src/formats.c:532
20083 msgid "Turkmenistan, Manats"
20084 msgstr ""
20086 #: src/formats.c:533
20087 msgid "Tunisia, Dinars"
20088 msgstr ""
20090 #: src/formats.c:534
20091 msgid "Tonga, Pa'anga"
20092 msgstr ""
20094 #: src/formats.c:535
20095 msgid "Turkey, Liras"
20096 msgstr ""
20098 #: src/formats.c:536
20099 msgid "Trinidad and Tobago, Dollars"
20100 msgstr ""
20102 #: src/formats.c:537
20103 msgid "Tuvalu, Tuvalu Dollars"
20104 msgstr ""
20106 #: src/formats.c:538
20107 msgid "Taiwan, New Dollars"
20108 msgstr ""
20110 #: src/formats.c:539
20111 msgid "Tanzania, Shillings"
20112 msgstr ""
20114 #: src/formats.c:540
20115 msgid "Ukraine, Hryvnia"
20116 msgstr ""
20118 #: src/formats.c:541
20119 msgid "Uganda, Shillings"
20120 msgstr ""
20122 #: src/formats.c:542
20123 msgid "United States of America, Dollars"
20124 msgstr ""
20126 #: src/formats.c:543
20127 msgid "Uruguay, Pesos"
20128 msgstr ""
20130 #: src/formats.c:544
20131 msgid "Uzbekistan, Sums"
20132 msgstr ""
20134 #: src/formats.c:545
20135 msgid "Venezuela, Bolivares"
20136 msgstr ""
20138 #: src/formats.c:546
20139 msgid "Viet Nam, Dong"
20140 msgstr ""
20142 #: src/formats.c:547
20143 msgid "Vanuatu, Vatu"
20144 msgstr ""
20146 #: src/formats.c:548
20147 msgid "Samoa, Tala"
20148 msgstr ""
20150 #: src/formats.c:549
20151 msgid "Communaute Financiere Africaine BEAC, Francs"
20152 msgstr ""
20154 #: src/formats.c:550
20155 msgid "Silver, Ounces"
20156 msgstr ""
20158 #: src/formats.c:551
20159 msgid "Gold, Ounces"
20160 msgstr ""
20162 #: src/formats.c:552
20163 msgid "East Caribbean Dollars"
20164 msgstr ""
20166 #: src/formats.c:553
20167 msgid "International Monetary Fund (IMF) Special Drawing Rights"
20168 msgstr ""
20170 #: src/formats.c:554
20171 msgid "Communaute Financiere Africaine BCEAO, Francs"
20172 msgstr ""
20174 #: src/formats.c:555
20175 msgid "Palladium, Ounces"
20176 msgstr ""
20178 #: src/formats.c:556
20179 msgid "Comptoirs Francais du Pacifique Francs"
20180 msgstr ""
20182 #: src/formats.c:557
20183 msgid "Platinum, Ounces"
20184 msgstr ""
20186 #: src/formats.c:558
20187 msgid "Yemen, Rials"
20188 msgstr ""
20190 #: src/formats.c:559
20191 msgid "Yugoslavia, New Dinars"
20192 msgstr ""
20194 #: src/formats.c:560
20195 msgid "South Africa, Rand"
20196 msgstr ""
20198 #: src/formats.c:561
20199 msgid "Zambia, Kwacha"
20200 msgstr ""
20202 #: src/formats.c:562
20203 msgid "Zimbabwe, Zimbabwe Dollars"
20204 msgstr ""
20206 #: src/func-builtin.c:34
20207 msgid ""
20208 "@FUNCTION=SUM\n"
20209 "@SYNTAX=SUM(value1, value2, ...)\n"
20210 "@DESCRIPTION=SUM computes the sum of all the values and cells referenced in "
20211 "the argument list.\n"
20212 "\n"
20213 "* This function is Excel compatible.\n"
20214 "@EXAMPLES=\n"
20215 "Let us assume that the cells A1, A2, ..., A5 contain numbers 11, 15, 17, 21, "
20216 "and 43.  Then\n"
20217 "SUM(A1:A5) equals 107.\n"
20218 "\n"
20219 "@SEEALSO=AVERAGE, COUNT"
20220 msgstr ""
20222 #: src/func-builtin.c:64
20223 msgid ""
20224 "@FUNCTION=PRODUCT\n"
20225 "@SYNTAX=PRODUCT(value1, value2, ...)\n"
20226 "@DESCRIPTION=PRODUCT returns the product of all the values and cells "
20227 "referenced in the argument list.\n"
20228 "\n"
20229 "* This function is Excel compatible.  In particular, this means that if all "
20230 "cells are empty, the result will be 0.\n"
20231 "\n"
20232 "@EXAMPLES=\n"
20233 "PRODUCT(2,5,9) equals 90.\n"
20234 "\n"
20235 "@SEEALSO=SUM, COUNT, G_PRODUCT"
20236 msgstr ""
20238 #: src/func-builtin.c:103
20239 msgid ""
20240 "@FUNCTION=GNUMERIC_VERSION\n"
20241 "@SYNTAX=GNUMERIC_VERSION()\n"
20242 "@DESCRIPTION=GNUMERIC_VERSION returns the version of gnumeric as a string.\n"
20243 "@EXAMPLES=\n"
20244 "GNUMERIC_VERSION().\n"
20245 "\n"
20246 "@SEEALSO="
20247 msgstr ""
20249 #: src/func.c:100
20250 #, c-format
20251 msgid "Cannot create file %s\n"
20252 msgstr ""
20254 #: src/func.c:277
20255 msgid "Function implementation not available."
20256 msgstr ""
20258 #: src/func.c:490
20259 msgid "Unknown Function"
20260 msgstr ""
20262 #: src/func.c:675
20263 msgid "Boolean"
20264 msgstr ""
20266 #: src/func.c:677
20267 msgid "Cell Range"
20268 msgstr ""
20270 #: src/func.c:681
20271 msgid "Scalar or Blank"
20272 msgstr ""
20274 #: src/func.c:683
20275 msgid "Scalar or Error"
20276 msgstr ""
20278 #: src/func.c:685
20279 msgid "Scalar"
20280 msgstr ""
20282 #: src/func.c:687
20283 msgid "Any"
20284 msgstr ""
20286 #: src/func.c:999
20287 msgid "Function does not exist"
20288 msgstr ""
20290 #: src/gnumeric-canvas.c:66
20291 msgid "Format as Number"
20292 msgstr ""
20294 #: src/gnumeric-canvas.c:70
20295 msgid "Format as Currency"
20296 msgstr ""
20298 #: src/gnumeric-canvas.c:74 src/workbook-format-toolbar.c:318
20299 msgid "Format as Percentage"
20300 msgstr ""
20302 #: src/gnumeric-canvas.c:78
20303 msgid "Format as Scientific"
20304 msgstr ""
20306 #: src/gnumeric-canvas.c:82
20307 msgid "Format as Date"
20308 msgstr ""
20310 #: src/gnumeric-canvas.c:86
20311 msgid "Format as Time"
20312 msgstr ""
20314 #: src/gnumeric-canvas.c:90
20315 msgid "Format as alternative Number"
20316 msgstr ""
20318 #: src/gui-clipboard.c:121
20319 msgid "clipboard"
20320 msgstr ""
20322 #: src/gui-file.c:74
20323 msgid "Automatically detected"
20324 msgstr ""
20326 #: src/gui-file.c:184
20327 msgid "Load file"
20328 msgstr ""
20330 #: src/gui-file.c:195
20331 msgid "Character _encoding:"
20332 msgstr ""
20334 #: src/gui-file.c:205
20335 msgid "File _type:"
20336 msgstr ""
20338 #: src/gui-file.c:271
20339 #, c-format
20340 msgid ""
20341 "%s\n"
20342 "is a directory name"
20343 msgstr ""
20345 #: src/gui-file.c:277
20346 #, c-format
20347 msgid ""
20348 "You do not have permission to save to\n"
20349 "%s"
20350 msgstr ""
20352 #: src/gui-file.c:284
20353 #, c-format
20354 msgid ""
20355 "Workbook %s already exists.\n"
20356 "Do you want to save over it?"
20357 msgstr ""
20359 #: src/gui-file.c:305
20360 msgid ""
20361 "Selected file format doesn't support saving multiple sheets in one file.\n"
20362 "If you want to save all sheets, save them in separate files or select "
20363 "different file format.\n"
20364 "Do you want to save only current sheet?"
20365 msgstr ""
20367 #: src/gui-file.c:332
20368 msgid ""
20369 "Please enter a file name,\n"
20370 "not a directory"
20371 msgstr ""
20373 #: src/gui-file.c:338
20374 msgid ""
20375 "The given file extension does not match the chosen file type. Do you want to "
20376 "use this name anyways?"
20377 msgstr ""
20379 #. Pack it into file selector
20380 #: src/gui-file.c:390
20381 msgid "Save workbook as"
20382 msgstr ""
20384 #: src/gui-util.c:290
20385 msgid "Multiple errors\n"
20386 msgstr ""
20388 #: src/gui-util.c:808
20389 #, c-format
20390 msgid "Unable to open file '%s'"
20391 msgstr ""
20393 #: src/gutils.c:389
20394 msgid ""
20395 "This version of Gnumeric has been compiled with inadequate precision in "
20396 "modfgnum."
20397 msgstr ""
20399 #: src/gutils.c:483
20400 msgid ""
20401 "This version of Gnumeric has been compiled with inadequate precision in "
20402 "frexpgnum."
20403 msgstr ""
20405 #: src/gutils.c:536
20406 msgid ""
20407 "This version of Gnumeric has been compiled with inadequate precision in "
20408 "yngnum."
20409 msgstr ""
20411 #: src/hlink.c:171
20412 msgid "Link target"
20413 msgstr ""
20415 #: src/hlink.c:221
20416 #, c-format
20417 msgid "Unable to activate the url '%s'"
20418 msgstr ""
20420 #: src/hlink.c:271
20421 #, c-format
20422 msgid "Unable to open '%s'"
20423 msgstr ""
20425 #: src/item-bar.c:746
20426 #, c-format
20427 msgid "Width: %.2f pts (%d pixels)"
20428 msgstr ""
20430 #: src/item-bar.c:749
20431 #, c-format
20432 msgid "Height: %.2f pts (%d pixels)"
20433 msgstr ""
20435 #: src/item-cursor.c:918
20436 msgid ""
20437 "The cells dragged will overwrite the contents of the\n"
20438 "existing cells in that range.  Do you want me to replace\n"
20439 "the contents in this region?"
20440 msgstr ""
20442 #: src/item-cursor.c:1018
20443 msgid "_Move"
20444 msgstr ""
20446 #: src/item-cursor.c:1024
20447 msgid "Copy _Formats"
20448 msgstr ""
20450 #: src/item-cursor.c:1026
20451 msgid "Copy _Values"
20452 msgstr ""
20454 #: src/item-cursor.c:1031
20455 msgid "Shift _Down and Copy"
20456 msgstr ""
20458 #: src/item-cursor.c:1033
20459 msgid "Shift _Right and Copy"
20460 msgstr ""
20462 #: src/item-cursor.c:1035
20463 msgid "Shift Dow_n and Move"
20464 msgstr ""
20466 #: src/item-cursor.c:1037
20467 msgid "Shift Righ_t and Move"
20468 msgstr ""
20470 #: src/item-cursor.c:1042
20471 msgid "C_ancel"
20472 msgstr ""
20474 #: src/main-application.c:56
20475 msgid "Display Gnumeric's version"
20476 msgstr ""
20478 #: src/main-application.c:58
20479 msgid "Set the root library directory"
20480 msgstr ""
20482 #: src/main-application.c:60
20483 msgid "Adjust the root data directory"
20484 msgstr ""
20486 #: src/main-application.c:63 src/main-application.c:65
20487 msgid "Dumps the function definitions"
20488 msgstr ""
20490 #: src/main-application.c:63 src/main-application.c:65
20491 msgid "FILE"
20492 msgstr ""
20494 #: src/main-application.c:68
20495 msgid "Enables some debugging functions"
20496 msgstr ""
20498 #: src/main-application.c:68 src/main-application.c:71
20499 #: src/main-application.c:73 src/main-application.c:75
20500 msgid "LEVEL"
20501 msgstr ""
20503 #: src/main-application.c:71
20504 msgid "Enables some dependency related debugging functions"
20505 msgstr ""
20507 #: src/main-application.c:73
20508 msgid "Enables some debugging functions for expression sharing"
20509 msgstr ""
20511 #: src/main-application.c:75
20512 msgid "Enables some print debugging behavior"
20513 msgstr ""
20515 #: src/main-application.c:78
20516 msgid "Specify the size and location of the initial window"
20517 msgstr ""
20519 #: src/main-application.c:78
20520 msgid "WIDTHxHEIGHT+XOFF+YOFF"
20521 msgstr ""
20523 #: src/main-application.c:82
20524 msgid "Don't show splash screen"
20525 msgstr ""
20527 #: src/main-application.c:85
20528 msgid "Exit immediately after loading the selected books (useful for testing)."
20529 msgstr ""
20531 #: src/main-application.c:115
20532 msgid ""
20533 "Thank you for using Gnumeric!\n"
20534 "\n"
20535 "The version of Gnumeric you are using is quite old\n"
20536 "by now.  It is likely that many bugs have been fixed\n"
20537 "and that new features have been added in the meantime.\n"
20538 "\n"
20539 "Please consider upgrading before reporting any bugs.\n"
20540 "Consult http://www.gnome.org/projects/gnumeric/ for details.\n"
20541 "\n"
20542 "-- The Gnumeric Team."
20543 msgstr ""
20545 #: src/main-application.c:146
20546 #, c-format
20547 msgid ""
20548 "gnumeric version '%s'\n"
20549 "datadir := '%s'\n"
20550 "libdir := '%s'\n"
20551 msgstr ""
20553 #: src/parser.y:344
20554 msgid "Constructed ranges use simple references"
20555 msgstr ""
20557 #: src/parser.y:358 src/parser.y:371
20558 msgid "All entries in the set must be references"
20559 msgstr ""
20561 #: src/parser.y:459
20562 #, c-format
20563 msgid "Unknown sheet '%s'"
20564 msgstr ""
20566 #: src/parser.y:555
20567 msgid "() is an invalid expression"
20568 msgstr ""
20570 #: src/parser.y:588 src/parser.y:610
20571 #, c-format
20572 msgid "Name '%s' does not exist in sheet '%s'"
20573 msgstr ""
20575 #: src/parser.y:667
20576 #, c-format
20577 msgid "Unknown workbook '%s'"
20578 msgstr ""
20580 #: src/parser.y:763
20581 msgid "This locale uses '\\' rather than ',' to separate array columns."
20582 msgstr ""
20584 #: src/parser.y:776
20585 msgid "This locale uses ',' rather than '\\' to separate array columns."
20586 msgstr ""
20588 #: src/parser.y:908 src/parser.y:1157
20589 msgid "Could not find matching closing quote"
20590 msgstr ""
20592 #: src/parser.y:1017
20593 msgid "Sheet name is required"
20594 msgstr ""
20596 #: src/parser.y:1070 src/parser.y:1079 src/parser.y:1104
20597 msgid "The number is out of range"
20598 msgstr ""
20600 #: src/parser.y:1139
20601 msgid "Improperly formatted error token"
20602 msgstr ""
20604 #: src/parser.y:1301
20605 msgid "Multiple expressions are not supported in this context"
20606 msgstr ""
20608 #: src/parser.y:1324
20609 msgid "Could not find matching opening parenthesis"
20610 msgstr ""
20612 #: src/parser.y:1328
20613 msgid "Could not find matching closing parenthesis"
20614 msgstr ""
20616 #: src/parser.y:1332
20617 msgid "Invalid expression"
20618 msgstr ""
20620 #: src/parser.y:1336
20621 #, c-format
20622 msgid "Unexpected token %c"
20623 msgstr ""
20625 #: src/plugin-loader-module.c:71
20626 msgid "Module file name not given."
20627 msgstr ""
20629 #: src/plugin-loader-module.c:107
20630 #, c-format
20631 msgid "Unable to open module file \"%s\"."
20632 msgstr ""
20634 #: src/plugin-loader-module.c:112 src/plugin-loader-module.c:271
20635 #: src/plugin-loader-module.c:357 src/plugin-loader-module.c:417
20636 #: src/plugin-loader-module.c:501 src/plugin-loader-module.c:637
20637 #, c-format
20638 msgid "Module file \"%s\" has invalid format."
20639 msgstr ""
20641 #: src/plugin-loader-module.c:117
20642 msgid "File doesn't contain (\"plugin_file_struct\" symbol)."
20643 msgstr ""
20645 #: src/plugin-loader-module.c:121
20646 msgid "File has a bad magic number."
20647 msgstr ""
20649 #: src/plugin-loader-module.c:125
20650 #, c-format
20651 msgid "Plugin version \"%s\" is different from application \"%s\"."
20652 msgstr ""
20654 #: src/plugin-loader-module.c:134
20655 msgid "Dynamic module loading is not supported in this system."
20656 msgstr ""
20658 #: src/plugin-loader-module.c:149
20659 #, c-format
20660 msgid "Unable to close module file \"%s\"."
20661 msgstr ""
20663 #: src/plugin-loader-module.c:276
20664 msgid "File doesn't contain \"plugin_init_general\" function."
20665 msgstr ""
20667 #: src/plugin-loader-module.c:281
20668 msgid "File doesn't contain \"plugin_cleanup_general\" function."
20669 msgstr ""
20671 #: src/plugin-loader-module.c:505 src/plugin-loader-module.c:640
20672 #, c-format
20673 msgid "File doesn't contain \"%s\" array."
20674 msgstr ""
20676 #: src/plugin-loader-module.c:569
20677 #, c-format
20678 msgid "Module doesn't contain \"%s\" function."
20679 msgstr ""
20681 #: src/plugin-loader.c:259 src/plugin-loader.c:299
20682 #, c-format
20683 msgid "Service '%s' not supported by loader."
20684 msgstr ""
20686 #: src/plugin-service.c:164 src/plugin-service.c:254 src/plugin-service.c:1187
20687 msgid "Error while loading plugin service."
20688 msgstr ""
20690 #: src/plugin-service.c:172
20691 msgid "Initializing function inside plugin returned error."
20692 msgstr ""
20694 #: src/plugin-service.c:190
20695 msgid "Cleanup function inside plugin returned error."
20696 msgstr ""
20698 #: src/plugin-service.c:275
20699 msgid "Clipboard"
20700 msgstr ""
20702 #: src/plugin-service.c:448
20703 msgid "File opener has no description"
20704 msgstr ""
20706 #: src/plugin-service.c:480
20707 #, c-format
20708 msgid "File opener - %s"
20709 msgstr ""
20711 #: src/plugin-service.c:611
20712 msgid "Error while reading file."
20713 msgstr ""
20715 #: src/plugin-service.c:766
20716 msgid "File saver has no description"
20717 msgstr ""
20719 #: src/plugin-service.c:812
20720 #, c-format
20721 msgid "File saver - %s"
20722 msgstr ""
20724 #: src/plugin-service.c:874
20725 msgid "Error while saving file."
20726 msgstr ""
20728 #: src/plugin-service.c:1027
20729 msgid "Missing function category name."
20730 msgstr ""
20732 #: src/plugin-service.c:1031
20733 msgid "Function group is empty."
20734 msgstr ""
20736 #: src/plugin-service.c:1125
20737 #, c-format
20738 msgid "%d function in category \"%s\""
20739 msgstr ""
20741 #: src/plugin-service.c:1126
20742 #, c-format
20743 msgid "Group of %d functions in category \"%s\""
20744 msgstr ""
20746 #: src/plugin-service.c:1222
20747 msgid "Plugin loader"
20748 msgstr ""
20750 #: src/plugin-service.c:1299
20751 msgid "Missing file name."
20752 msgstr ""
20754 #: src/plugin-service.c:1365
20755 #, c-format
20756 msgid "Cannot read UI description from XML file %s."
20757 msgstr ""
20759 #: src/plugin-service.c:1402
20760 #, c-format
20761 msgid "User interface with %d action"
20762 msgstr ""
20764 #: src/plugin-service.c:1403
20765 #, c-format
20766 msgid "User interface with %d actions"
20767 msgstr ""
20769 #: src/plugin-service.c:1433
20770 msgid "GObject loader"
20771 msgstr ""
20773 #: src/plugin-service.c:1540
20774 msgid "No \"type\" attribute on \"service\" element."
20775 msgstr ""
20777 #: src/plugin-service.c:1546
20778 #, c-format
20779 msgid "Unknown service type: %s."
20780 msgstr ""
20782 #: src/plugin-service.c:1562
20783 msgid "Error reading service information."
20784 msgstr ""
20786 #: src/plugin-service.c:1624
20787 msgid ""
20788 "We must load service before activating it (PLUGIN_ALWAYS_LOAD is set) but "
20789 "loading failed."
20790 msgstr ""
20792 #: src/plugin-util.c:127
20793 #, c-format
20794 msgid "Unable to unmap the file, error : %s"
20795 msgstr ""
20797 #: src/plugin-util.c:136
20798 #, c-format
20799 msgid "Error while closing file, error : %s"
20800 msgstr ""
20802 #: src/plugin-util.c:190
20803 #, c-format
20804 msgid "Unable to mmap the file, error : %s"
20805 msgstr ""
20807 #: src/plugin-util.c:229
20808 #, c-format
20809 msgid "Error while opening file \"%s\" for writing."
20810 msgstr ""
20812 #: src/plugin-util.c:233
20813 #, c-format
20814 msgid "Error while opening file \"%s\" for reading."
20815 msgstr ""
20817 #: src/plugin.c:355
20818 #, c-format
20819 msgid "File contains plugin info with invalid id (%s), expected %s."
20820 msgstr ""
20822 #: src/plugin.c:359
20823 msgid "Couldn't read plugin info from file."
20824 msgstr ""
20826 #: src/plugin.c:468
20827 msgid "Unknown name"
20828 msgstr ""
20830 #: src/plugin.c:565
20831 #, c-format
20832 msgid "Unsupported loader type \"%s\"."
20833 msgstr ""
20835 #: src/plugin.c:573
20836 #, c-format
20837 msgid "Error while preparing loader \"%s\"."
20838 msgstr ""
20840 #: src/plugin.c:650
20841 #, c-format
20842 msgid "Error while reading service #%d info."
20843 msgstr ""
20845 #: src/plugin.c:729
20846 #, c-format
20847 msgid "Can't read plugin info file (\"%s\")."
20848 msgstr ""
20850 #: src/plugin.c:733
20851 #, c-format
20852 msgid "File \"%s\" is not valid plugin info file."
20853 msgstr ""
20855 #: src/plugin.c:821
20856 #, c-format
20857 msgid "Errors while reading services for plugin with id=\"%s\"."
20858 msgstr ""
20860 #: src/plugin.c:826
20861 #, c-format
20862 msgid "No services defined for plugin with id=\"%s\"."
20863 msgstr ""
20865 #: src/plugin.c:836
20866 #, c-format
20867 msgid "Plugin id contains invalid characters (%s)."
20868 msgstr ""
20870 #: src/plugin.c:840
20871 msgid "Unknown plugin name."
20872 msgstr ""
20874 #: src/plugin.c:844
20875 #, c-format
20876 msgid "No loader defined or loader id invalid for plugin with id=\"%s\"."
20877 msgstr ""
20879 #: src/plugin.c:850
20880 msgid "Plugin has no id."
20881 msgstr ""
20883 #: src/plugin.c:893
20884 #, c-format
20885 msgid "Error initializing plugin loader (\"%s\")."
20886 msgstr ""
20888 #: src/plugin.c:924 src/plugin.c:1081
20889 msgid "Detected cyclic plugin dependencies."
20890 msgstr ""
20892 #: src/plugin.c:948
20893 #, c-format
20894 msgid "Couldn't activate plugin with id=\"%s\"."
20895 msgstr ""
20897 #: src/plugin.c:954 src/plugin.c:1127
20898 #, c-format
20899 msgid "Couldn't find plugin with id=\"%s\"."
20900 msgstr ""
20902 #: src/plugin.c:961
20903 msgid "Error while activating plugin dependencies."
20904 msgstr ""
20906 #: src/plugin.c:975
20907 #, c-format
20908 msgid "Error while activating plugin service #%d."
20909 msgstr ""
20911 #: src/plugin.c:1028
20912 #, c-format
20913 msgid "Error while deactivating plugin service #%d."
20914 msgstr ""
20916 #: src/plugin.c:1093 src/plugin.c:1114
20917 msgid "Cannot load plugin loader."
20918 msgstr ""
20920 #: src/plugin.c:1121
20921 #, c-format
20922 msgid "Couldn't load plugin with id=\"%s\"."
20923 msgstr ""
20925 #: src/plugin.c:1134
20926 msgid "Error while loading plugin dependencies."
20927 msgstr ""
20929 #: src/plugin.c:1310
20930 #, c-format
20931 msgid "Errors occurred while reading plugin informations from file \"%s\"."
20932 msgstr ""
20934 #: src/plugin.c:1459
20935 #, c-format
20936 msgid "Couldn't activate plugin \"%s\" (ID: %s)."
20937 msgstr ""
20939 #: src/plugin.c:1494
20940 #, c-format
20941 msgid "Couldn't deactivate plugin \"%s\" (ID: %s)."
20942 msgstr ""
20944 #: src/plugin.c:1598 src/plugin.c:1726
20945 msgid "Errors while reading info about available plugins."
20946 msgstr ""
20948 #: src/plugin.c:1622
20949 msgid "Errors while deactivating plugins that are no longer on disk."
20950 msgstr ""
20952 #: src/plugin.c:1643
20953 #, c-format
20954 msgid ""
20955 "The following plugins are no longer on disk but are still active:\n"
20956 "%s.\n"
20957 "You should restart Gnumeric now."
20958 msgstr ""
20960 #: src/plugin.c:1749
20961 msgid "Errors while activating plugins."
20962 msgstr ""
20964 #: src/plugin.c:1756
20965 msgid "Errors while initializing plugin system."
20966 msgstr ""
20968 #: src/print-info.c:177 src/print-info.c:180 src/print-info.c:181
20969 #: src/print-info.c:295
20970 msgid "Page &[PAGE]"
20971 msgstr ""
20973 #: src/print-info.c:178 src/print-info.c:183
20974 msgid "Page &[PAGE] of &[PAGES]"
20975 msgstr ""
20977 #: src/print-info.c:179 src/print-info.c:180 src/print-info.c:181
20978 #: src/print-info.c:183 src/print-info.c:288
20979 msgid "&[TAB]"
20980 msgstr ""
20982 #: src/print-info.c:181 src/print-info.c:182 src/print-info.c:183
20983 msgid "&[DATE]"
20984 msgstr ""
20986 #: src/print-info.c:533
20987 msgid "File Name"
20988 msgstr ""
20990 #: src/print-info.c:560
20991 msgid "Path "
20992 msgstr ""
20994 #: src/print-info.c:568
20995 msgid "tab"
20996 msgstr ""
20998 #: src/print-info.c:569
20999 msgid "page"
21000 msgstr ""
21002 #: src/print-info.c:570
21003 msgid "pages"
21004 msgstr ""
21006 #: src/print-info.c:573
21007 msgid "file"
21008 msgstr ""
21010 #: src/print-info.c:574
21011 msgid "path"
21012 msgstr ""
21014 #. Note: we cannot have spaces in page numbers.
21015 #: src/print.c:577
21016 msgid "&[PAGE]"
21017 msgstr ""
21019 #: src/print.c:1116
21020 msgid "Print Region"
21021 msgstr ""
21023 #: src/print.c:1247
21024 msgid "Print Sheets"
21025 msgstr ""
21027 #: src/print.c:1255
21028 msgid "Act_ive sheet"
21029 msgstr ""
21031 #: src/print.c:1255
21032 msgid "S_heets"
21033 msgstr ""
21035 #: src/print.c:1341
21036 msgid "Printing failed"
21037 msgstr ""
21039 #: src/search.c:121
21040 msgid "Search string must not be empty."
21041 msgstr ""
21043 #: src/search.c:124
21044 msgid "Replacement string must be set."
21045 msgstr ""
21047 #: src/search.c:130
21048 msgid "You must specify a range to search."
21049 msgstr ""
21051 #: src/search.c:134
21052 msgid "The search range is invalid."
21053 msgstr ""
21055 #: src/search.c:140
21056 msgid "Invalid search pattern."
21057 msgstr ""
21059 #: src/search.c:155 src/search.c:159
21060 msgid "Invalid $-specification in replacement."
21061 msgstr ""
21063 #: src/search.c:164
21064 msgid "Invalid trailing backslash in replacement."
21065 msgstr ""
21067 #: src/selection.c:347
21068 msgid "cannot be performed with multiple ranges selected"
21069 msgstr ""
21071 #: src/session.c:111
21072 #, c-format
21073 msgid "Save changes to workbook '%s' before logging out?"
21074 msgstr ""
21076 #: src/session.c:115
21077 msgid "Save changes to workbook before logging out?"
21078 msgstr ""
21080 #: src/session.c:120
21081 msgid "If you do not save, changes may be discarded."
21082 msgstr ""
21084 #: src/session.c:122
21085 msgid "Do not save any"
21086 msgstr ""
21088 #: src/session.c:124 src/session.c:127
21089 msgid "Do not save"
21090 msgstr ""
21092 #: src/session.c:129
21093 msgid "Do not log out"
21094 msgstr ""
21096 #: src/sheet-control-gui.c:1508
21097 msgid "Paste _Special"
21098 msgstr ""
21100 #. TODO : One day make the labels smarter.  Generate them to include
21101 #. * quantities.
21102 #. *    eg : Insert 4 rows
21103 #. *    or : Insert row
21104 #. * This is hard for now because there is no memory management for the label
21105 #. * strings, and the logic that knows the count is elsewhere
21107 #: src/sheet-control-gui.c:1520
21108 msgid "_Insert..."
21109 msgstr ""
21111 #: src/sheet-control-gui.c:1524
21112 msgid "_Insert Column(s)"
21113 msgstr ""
21115 #: src/sheet-control-gui.c:1526
21116 msgid "_Delete Column(s)"
21117 msgstr ""
21119 #: src/sheet-control-gui.c:1528
21120 msgid "_Insert Row(s)"
21121 msgstr ""
21123 #: src/sheet-control-gui.c:1530
21124 msgid "_Delete Row(s)"
21125 msgstr ""
21127 #: src/sheet-control-gui.c:1533
21128 msgid "Clear Co_ntents"
21129 msgstr ""
21131 #: src/sheet-control-gui.c:1535
21132 msgid "Edit Co_mment..."
21133 msgstr ""
21135 #: src/sheet-control-gui.c:1541
21136 msgid "_Format Cells..."
21137 msgstr ""
21139 #. Column specific (Note some labels duplicate row labels)
21140 #: src/sheet-control-gui.c:1545
21141 msgid "Column _Width..."
21142 msgstr ""
21144 #. Row specific (Note some labels duplicate col labels)
21145 #: src/sheet-control-gui.c:1553
21146 msgid "_Row Height..."
21147 msgstr ""
21149 #: src/sheet-control-gui.c:1560
21150 msgid "_Hyperlink"
21151 msgstr ""
21153 #: src/sheet-control-gui.c:1563
21154 msgid "Edit _Hyperlink"
21155 msgstr ""
21157 #: src/sheet-control-gui.c:1566
21158 msgid "_Remove Hyperlink"
21159 msgstr ""
21161 #: src/sheet-filter.c:357
21162 msgid "(All)"
21163 msgstr ""
21165 #: src/sheet-filter.c:362
21166 msgid "(Top 10...)"
21167 msgstr ""
21169 #: src/sheet-filter.c:369
21170 msgid "(Custom...)"
21171 msgstr ""
21173 #: src/sheet-filter.c:413
21174 msgid "(Blanks...)"
21175 msgstr ""
21177 #: src/sheet-filter.c:419
21178 msgid "(Non Blanks...)"
21179 msgstr ""
21181 #: src/sheet-merge.c:80
21182 #, c-format
21183 msgid ""
21184 "There is already a merged region that intersects\n"
21185 "%s!%s"
21186 msgstr ""
21188 #: src/sheet-object-bonobo.c:243
21189 msgid "Open..."
21190 msgstr ""
21192 #: src/sheet-object-container.c:178
21193 #, c-format
21194 msgid "can't create object for '%s'"
21195 msgstr ""
21197 #: src/sheet-object-container.c:187
21198 #, c-format
21199 msgid "Could not load file: %s"
21200 msgstr ""
21202 #: src/sheet-object-graph.c:163
21203 msgid "Save graph as image"
21204 msgstr ""
21206 #: src/sheet-object-graph.c:202
21207 msgid "Sorry, gnumeric can only save graphs as png images"
21208 msgstr ""
21210 #: src/sheet-object-graph.c:220
21211 msgid "_Save as image"
21212 msgstr ""
21214 #: src/sheet-object-graphic.c:951 src/sheet-object-graphic.c:970
21215 msgid "Transparent"
21216 msgstr ""
21218 #: src/sheet-object-widget.c:1140
21219 #, c-format
21220 msgid "CheckBox %d"
21221 msgstr ""
21223 #: src/sheet-object-widget.c:1556 src/workbook-object-toolbar.c:164
21224 msgid "RadioButton"
21225 msgstr ""
21227 #. Oh, yeah?
21228 #: src/sheet-style.c:492
21229 msgid ""
21230 "This is a special version of Gnumeric.  It has been compiled\n"
21231 "with support for a very large number of columns.  Access to the\n"
21232 "column named TRUE may conflict with the constant of the same\n"
21233 "name.  Expect weirdness."
21234 msgstr ""
21236 #: src/sheet.c:1971
21237 msgid "Target region contains merged cells"
21238 msgstr ""
21240 #: src/sheet.c:2033
21241 msgid "cannot operate on merged cells"
21242 msgstr ""
21244 #: src/sheet.c:2043
21245 msgid "cannot operate on array formulæ"
21246 msgstr ""
21248 #: src/sheet.c:3142
21249 msgid "Insert Columns"
21250 msgstr ""
21252 #: src/sheet.c:3260
21253 msgid "Insert Rows"
21254 msgstr ""
21256 #: src/stf-parse.c:58
21257 #, c-format
21258 msgid "Too many rows in data to parse: %d"
21259 msgstr ""
21261 #: src/stf.c:112
21262 msgid "Error while trying to read file"
21263 msgstr ""
21265 #: src/stf.c:268 src/stf.c:304
21266 msgid "Text to Columns"
21267 msgstr ""
21269 #: src/stf.c:273
21270 #, c-format
21271 msgid "Only 1 one column of <b>input</b> data can be parsed at a time, not %d"
21272 msgstr ""
21274 #: src/stf.c:299
21275 msgid "There is no data to convert"
21276 msgstr ""
21278 #: src/stf.c:319
21279 msgid "Error while trying to parse data into sheet"
21280 msgstr ""
21282 #: src/stf.c:362
21283 msgid "That file is not in the given encoding."
21284 msgstr ""
21286 #: src/stf.c:379
21287 msgid "Parse error while trying to parse data into sheet"
21288 msgstr ""
21290 #: src/stf.c:414 src/stf.c:434
21291 msgid "Error while trying to write csv file"
21292 msgstr ""
21294 #: src/stf.c:471
21295 msgid "Comma or tab separated values (CSV/TSV)"
21296 msgstr ""
21298 #: src/stf.c:475
21299 msgid "Text import (configurable)"
21300 msgstr ""
21302 #: src/stf.c:479
21303 msgid "Text export (configurable)"
21304 msgstr ""
21306 #: src/stf.c:483
21307 msgid "Comma separated values (CSV)"
21308 msgstr ""
21310 #: src/tools/analysis-tools.c:216 src/tools/analysis-tools.c:3297
21311 #, c-format
21312 msgid "Row %i"
21313 msgstr ""
21315 #: src/tools/analysis-tools.c:219 src/tools/analysis-tools.c:3289
21316 #, c-format
21317 msgid "Column %i"
21318 msgstr ""
21320 #: src/tools/analysis-tools.c:222
21321 #, c-format
21322 msgid "Bin %i"
21323 msgstr ""
21325 #: src/tools/analysis-tools.c:226
21326 #, c-format
21327 msgid "Area %i"
21328 msgstr ""
21330 #: src/tools/analysis-tools.c:712
21331 msgid "Correlations"
21332 msgstr ""
21334 #: src/tools/analysis-tools.c:768
21335 #, c-format
21336 msgid "Correlation (%s)"
21337 msgstr ""
21339 #: src/tools/analysis-tools.c:822
21340 msgid "Covariances"
21341 msgstr ""
21343 #: src/tools/analysis-tools.c:872
21344 #, c-format
21345 msgid "Covariance (%s)"
21346 msgstr ""
21349 #. * Note to translators: in the following string and others like it,
21350 #. * the "/" is a separator character that can be changed to anything
21351 #. * if the translation needs the slash; just use, say, "|" instead.
21352 #. *
21353 #. * The items are bundled like this to increase translation context.
21355 #: src/tools/analysis-tools.c:935
21356 msgid ""
21357 "/Mean/Standard Error/Median/Mode/Standard Deviation/Sample Variance/Kurtosis/"
21358 "Skewness/Range/Minimum/Maximum/Sum/Count"
21359 msgstr ""
21361 #: src/tools/analysis-tools.c:1022
21362 #, c-format
21363 msgid "/%%%s%%%% CI for the Mean from/to"
21364 msgstr ""
21366 #: src/tools/analysis-tools.c:1060
21367 #, c-format
21368 msgid "Largest (%d)"
21369 msgstr ""
21371 #: src/tools/analysis-tools.c:1083
21372 #, c-format
21373 msgid "Smallest (%d)"
21374 msgstr ""
21376 #: src/tools/analysis-tools.c:1167
21377 #, c-format
21378 msgid "Descriptive Statistics (%s)"
21379 msgstr ""
21381 #: src/tools/analysis-tools.c:1245
21382 msgid "The requested sample size is too large for a periodic sample."
21383 msgstr ""
21385 #: src/tools/analysis-tools.c:1292
21386 #, c-format
21387 msgid "Sampling (%s)"
21388 msgstr ""
21390 #: src/tools/analysis-tools.c:1304 src/tools/analysis-tools.c:1307
21391 msgid "Sample"
21392 msgstr ""
21394 #: src/tools/analysis-tools.c:1336 src/tools/analysis-tools.c:1338
21395 #: src/tools/analysis-tools.c:1471 src/tools/analysis-tools.c:1473
21396 #: src/tools/analysis-tools.c:1647 src/tools/analysis-tools.c:1649
21397 #: src/tools/analysis-tools.c:1789 src/tools/analysis-tools.c:1791
21398 #: src/tools/analysis-tools.c:1940 src/tools/analysis-tools.c:1942
21399 #, c-format
21400 msgid "Variable %i"
21401 msgstr ""
21403 #: src/tools/analysis-tools.c:1341
21404 msgid ""
21405 "/Mean/Known Variance/Observations/Hypothesized Mean Difference/Observed Mean "
21406 "Difference/z/P (Z<=z) one-tail/z Critical one-tail/P (Z<=z) two-tail/z "
21407 "Critical two-tail"
21408 msgstr ""
21410 #: src/tools/analysis-tools.c:1418
21411 #, c-format
21412 msgid "z-Test (%s)"
21413 msgstr ""
21415 #: src/tools/analysis-tools.c:1428 src/tools/analysis-tools.c:1431
21416 msgid "z-Test"
21417 msgstr ""
21419 #: src/tools/analysis-tools.c:1479
21420 msgid "The 2 input ranges must have the same size."
21421 msgstr ""
21423 #: src/tools/analysis-tools.c:1488
21424 msgid ""
21425 "/Mean/Variance/Observations/Pearson Correlation/Hypothesized Mean Difference/"
21426 "df/t Stat/P (T<=t) one-tail/t Critical one-tail/P (T<=t) two-tail/t Critical "
21427 "two-tail"
21428 msgstr ""
21430 #: src/tools/analysis-tools.c:1608
21431 #, c-format
21432 msgid "t-Test, paired (%s)"
21433 msgstr ""
21435 #: src/tools/analysis-tools.c:1618 src/tools/analysis-tools.c:1621
21436 #: src/tools/analysis-tools.c:1763 src/tools/analysis-tools.c:1766
21437 #: src/tools/analysis-tools.c:1901 src/tools/analysis-tools.c:1904
21438 msgid "t-Test"
21439 msgstr ""
21441 #: src/tools/analysis-tools.c:1652
21442 msgid ""
21443 "/Mean/Variance/Observations/Pooled Variance/Hypothesized Mean Difference/"
21444 "Observed Mean Difference/df/t Stat/P (T<=t) one-tail/t Critical one-tail/P "
21445 "(T<=t) two-tail/t Critical two-tail"
21446 msgstr ""
21448 #: src/tools/analysis-tools.c:1753 src/tools/analysis-tools.c:1891
21449 #, c-format
21450 msgid "t-Test (%s)"
21451 msgstr ""
21453 #: src/tools/analysis-tools.c:1794
21454 msgid ""
21455 "/Mean/Variance/Observations/Hypothesized Mean Difference/Observed Mean "
21456 "Difference/df/t Stat/P (T<=t) one-tail/t Critical one-tail/P (T<=t) two-tail/"
21457 "t Critical two-tail"
21458 msgstr ""
21460 #: src/tools/analysis-tools.c:1949
21461 msgid "A data set is empty"
21462 msgstr ""
21464 #: src/tools/analysis-tools.c:1957
21465 msgid ""
21466 "/Mean/Variance/Observations/df/F/P (F<=f) right-tail/F Critical right-tail/P "
21467 "(f<=F) left-tail/F Critical left-tail/P two-tail/F Critical two-tail"
21468 msgstr ""
21470 #: src/tools/analysis-tools.c:2059
21471 #, c-format
21472 msgid "F-Test (%s)"
21473 msgstr ""
21475 #: src/tools/analysis-tools.c:2069 src/tools/analysis-tools.c:2072
21476 msgid "F-Test"
21477 msgstr ""
21479 #: src/tools/analysis-tools.c:2146
21480 msgid "Y Variable"
21481 msgstr ""
21483 #: src/tools/analysis-tools.c:2205
21484 msgid ""
21485 "There are too few data points to conduct this regression.\n"
21486 "There must be at least as many data points as free variables."
21487 msgstr ""
21489 #: src/tools/analysis-tools.c:2213
21490 msgid ""
21491 "Two or more of the independent variables are nearly linearly\n"
21492 "dependent.  All numerical precision was lost in the computation."
21493 msgstr ""
21495 #: src/tools/analysis-tools.c:2221
21496 msgid ""
21497 "Two or more of the independent variables are linearly\n"
21498 "dependent, and the regression cannot be calculated.\n"
21499 "\n"
21500 "Remove one of these\n"
21501 "variables and try the regression again."
21502 msgstr ""
21504 #. FIXME: virtually all the code above needs to be moved from here into
21505 #. analysis_tool_regression_engine_last_check
21506 #. we have to figure out which data we have to trnasfer from
21507 #. to here
21508 #: src/tools/analysis-tools.c:2248
21509 msgid ""
21510 "/SUMMARY OUTPUT//Regression Statistics/Multiple R/R Square/Adjusted R Square/"
21511 "Standard Error/Observations//ANOVA//Regression/Residual/Total///Intercept"
21512 msgstr ""
21514 #: src/tools/analysis-tools.c:2271
21515 msgid "/df/SS/MS/F/Significance of F"
21516 msgstr ""
21518 #: src/tools/analysis-tools.c:2278
21519 #, c-format
21520 msgid ""
21521 "/Coefficients/Standard Error/t Stat/P-value/Lower %%0.0%s%%%%/Upper %%0.0%s%%"
21522 "%%"
21523 msgstr ""
21525 #: src/tools/analysis-tools.c:2295
21526 msgid ""
21527 "Probability of an observation's absolute value being larger than the t-"
21528 "value's"
21529 msgstr ""
21531 #: src/tools/analysis-tools.c:2403
21532 msgid ""
21533 "Two or more of the independent variables are nearly linearly\n"
21534 "dependent.  Treat the regression result with great care!"
21535 msgstr ""
21537 #: src/tools/analysis-tools.c:2418
21538 #, c-format
21539 msgid "Regression (%s)"
21540 msgstr ""
21542 #: src/tools/analysis-tools.c:2482
21543 msgid "Standard Error"
21544 msgstr ""
21546 #: src/tools/analysis-tools.c:2544
21547 #, c-format
21548 msgid "Moving Average (%s)"
21549 msgstr ""
21551 #: src/tools/analysis-tools.c:2677
21552 #, c-format
21553 msgid "Exponential Smoothing (%s)"
21554 msgstr ""
21556 #: src/tools/analysis-tools.c:2745
21557 msgid "Point"
21558 msgstr ""
21560 #: src/tools/analysis-tools.c:2747
21561 msgid "Rank"
21562 msgstr ""
21564 #: src/tools/analysis-tools.c:2748
21565 msgid "Percentile"
21566 msgstr ""
21568 #: src/tools/analysis-tools.c:2808
21569 #, c-format
21570 msgid "Ranks (%s)"
21571 msgstr ""
21573 #: src/tools/analysis-tools.c:2820 src/tools/analysis-tools.c:2823
21574 msgid "Ranks"
21575 msgstr ""
21577 #: src/tools/analysis-tools.c:2861
21578 msgid "Anova: Single Factor"
21579 msgstr ""
21581 #: src/tools/analysis-tools.c:2862 src/tools/analysis-tools.c:3349
21582 #: src/tools/simulation.c:343
21583 msgid "SUMMARY"
21584 msgstr ""
21586 #: src/tools/analysis-tools.c:2863
21587 msgid "/Groups/Count/Sum/Average/Variance"
21588 msgstr ""
21590 #: src/tools/analysis-tools.c:2917
21591 msgid "/ANOVA/Source of Variation/Between Groups/Within Groups/Total"
21592 msgstr ""
21594 #: src/tools/analysis-tools.c:2922 src/tools/analysis-tools.c:3199
21595 #: src/tools/analysis-tools.c:3373
21596 msgid "/SS/df/MS/F/P-value/F critical"
21597 msgstr ""
21599 #: src/tools/analysis-tools.c:3000
21600 #, c-format
21601 msgid "Single Factor ANOVA (%s)"
21602 msgstr ""
21604 #: src/tools/analysis-tools.c:3011 src/tools/analysis-tools.c:3680
21605 msgid "Anova"
21606 msgstr ""
21608 #: src/tools/analysis-tools.c:3014
21609 msgid "Single Factor ANOVA"
21610 msgstr ""
21612 #: src/tools/analysis-tools.c:3121
21613 msgid "The input range contains non-numeric data."
21614 msgstr ""
21616 #: src/tools/analysis-tools.c:3129
21617 msgid "Anova: Two-Factor Without Replication"
21618 msgstr ""
21620 #: src/tools/analysis-tools.c:3130
21621 msgid "/SUMMARY/Count/Sum/Average/Variance"
21622 msgstr ""
21624 #: src/tools/analysis-tools.c:3193
21625 msgid "/ANOVA/Source of Variation/Rows/Columns/Error/Total"
21626 msgstr ""
21628 #: src/tools/analysis-tools.c:3339
21629 msgid "One of the factor combinations does not contain any observations!"
21630 msgstr ""
21632 #. We are ready to create the summary table
21633 #: src/tools/analysis-tools.c:3348
21634 msgid "Anova: Two-Factor With Replication"
21635 msgstr ""
21637 #: src/tools/analysis-tools.c:3355
21638 msgid "/Count/Sum/Average/Variance"
21639 msgstr ""
21641 #: src/tools/analysis-tools.c:3365
21642 msgid "/ANOVA/Source of Variation/Rows/Columns/Interaction/Within"
21643 msgstr ""
21645 #: src/tools/analysis-tools.c:3664
21646 #, c-format
21647 msgid "Two Factor ANOVA (%s), no replication"
21648 msgstr ""
21650 #: src/tools/analysis-tools.c:3665
21651 #, c-format
21652 msgid "Two Factor ANOVA (%s),  with replication"
21653 msgstr ""
21655 #: src/tools/analysis-tools.c:3683
21656 msgid "Two Factor ANOVA"
21657 msgstr ""
21659 #: src/tools/analysis-tools.c:3864
21660 #, c-format
21661 msgid "<%s"
21662 msgstr ""
21664 #: src/tools/analysis-tools.c:3868
21665 msgid "Too Small"
21666 msgstr ""
21668 #: src/tools/analysis-tools.c:3885
21669 msgid "More"
21670 msgstr ""
21672 #: src/tools/analysis-tools.c:3894
21673 #, c-format
21674 msgid ">%s"
21675 msgstr ""
21677 #: src/tools/analysis-tools.c:3898
21678 msgid "Too Large"
21679 msgstr ""
21681 #: src/tools/analysis-tools.c:3942
21682 msgid "Bin"
21683 msgstr ""
21685 #: src/tools/analysis-tools.c:3967
21686 msgid "Frequency"
21687 msgstr ""
21689 #: src/tools/analysis-tools.c:3972
21690 #, no-c-format
21691 msgid "Cumulative %"
21692 msgstr ""
21694 #: src/tools/analysis-tools.c:4051
21695 #, c-format
21696 msgid "Histogram (%s)"
21697 msgstr ""
21699 #: src/tools/analysis-tools.c:4158 src/tools/solver/reports-write.c:647
21700 msgid "Real"
21701 msgstr ""
21703 #: src/tools/analysis-tools.c:4159
21704 msgid "Imaginary"
21705 msgstr ""
21707 #: src/tools/analysis-tools.c:4219
21708 #, c-format
21709 msgid "Fourier Series (%s)"
21710 msgstr ""
21712 #: src/tools/analysis-tools.c:4231 src/tools/analysis-tools.c:4234
21713 msgid "Fourier Series"
21714 msgstr ""
21716 #: src/tools/dao.c:129
21717 msgid "New Sheet"
21718 msgstr ""
21720 #: src/tools/dao.c:132
21721 msgid "New Workbook"
21722 msgstr ""
21724 #: src/tools/dao.c:861
21725 msgid "Gnumeric "
21726 msgstr ""
21728 #: src/tools/dao.c:867
21729 msgid "Worksheet:"
21730 msgstr ""
21732 #: src/tools/dao.c:875
21733 msgid "Report Created: "
21734 msgstr ""
21736 #: src/tools/fill-series.c:403
21737 #, c-format
21738 msgid "Fill Series (%s)"
21739 msgstr ""
21741 #: src/tools/random-generator.c:107
21742 msgid ""
21743 "The probability input range contains a non-numeric value.\n"
21744 "All probabilities must be non-negative numbers."
21745 msgstr ""
21747 #: src/tools/random-generator.c:115
21748 msgid ""
21749 "The probability input range contains a negative number.\n"
21750 "All probabilities must be non-negative!"
21751 msgstr ""
21753 #: src/tools/random-generator.c:130
21754 msgid "None of the values in the value range may be empty!"
21755 msgstr ""
21757 #: src/tools/random-generator.c:146
21758 msgid "The probabilities may not all be 0!"
21759 msgstr ""
21761 #: src/tools/random-generator.c:656
21762 #, c-format
21763 msgid "Random Numbers (%s)"
21764 msgstr ""
21766 #: src/tools/scenarios.c:695 src/tools/scenarios.c:731
21767 msgid "Scenario Summary"
21768 msgstr ""
21770 #. Titles.
21771 #: src/tools/scenarios.c:698
21772 msgid "Current Values"
21773 msgstr ""
21775 #: src/tools/scenarios.c:699
21776 msgid "Changing Cells:"
21777 msgstr ""
21779 #: src/tools/simulation.c:101
21780 msgid ""
21781 "Input variable did not yield to a numeric value. Check the model (maybe your "
21782 "last round # is too high)."
21783 msgstr ""
21785 #: src/tools/simulation.c:126
21786 msgid ""
21787 "Output variable did not yield to a numeric value. Check the output variables "
21788 "in your model (maybe your last round # is too high)."
21789 msgstr ""
21791 #: src/tools/simulation.c:242
21792 msgid "Simulation Report"
21793 msgstr ""
21795 #: src/tools/simulation.c:255
21796 msgid "Mean"
21797 msgstr ""
21799 #: src/tools/simulation.c:257
21800 msgid "Median"
21801 msgstr ""
21803 #: src/tools/simulation.c:259
21804 msgid "Std. Dev."
21805 msgstr ""
21807 #: src/tools/simulation.c:260
21808 msgid "Variance"
21809 msgstr ""
21811 #: src/tools/simulation.c:261
21812 msgid "Skewness"
21813 msgstr ""
21815 #: src/tools/simulation.c:262
21816 msgid "Kurtosis"
21817 msgstr ""
21819 #: src/tools/simulation.c:263
21820 msgid "Range"
21821 msgstr ""
21823 #: src/tools/simulation.c:264 src/workbook-control-gui.c:4873
21824 msgid "Count"
21825 msgstr ""
21827 #: src/tools/simulation.c:265
21828 msgid "Confidence (95 %)"
21829 msgstr ""
21831 #: src/tools/simulation.c:266
21832 msgid "Lower Limit (95 %)"
21833 msgstr ""
21835 #: src/tools/simulation.c:267
21836 msgid "Upper Limit (95 %)"
21837 msgstr ""
21839 #: src/tools/simulation.c:335
21840 msgid "SUMMARY OF SIMULATION ROUND #"
21841 msgstr ""
21843 #: src/tools/simulation.c:349
21844 msgid "Report"
21845 msgstr ""
21847 #: src/tools/simulation.c:396
21848 msgid "(Input) "
21849 msgstr ""
21851 #: src/tools/simulation.c:411
21852 msgid "Maximum time exceeded. Simulation was not completed. "
21853 msgstr ""
21855 #: src/tools/tabulate.c:140
21856 msgid "Tabulation"
21857 msgstr ""
21859 #: src/tools/solver/reports-write.c:67 src/tools/solver/reports-write.c:195
21860 msgid "Answer Report"
21861 msgstr ""
21863 #: src/tools/solver/reports-write.c:82 src/tools/solver/reports-write.c:104
21864 msgid "Original Value"
21865 msgstr ""
21867 #: src/tools/solver/reports-write.c:83 src/tools/solver/reports-write.c:105
21868 msgid "Final Value"
21869 msgstr ""
21871 #: src/tools/solver/reports-write.c:131
21872 msgid "Cell Value"
21873 msgstr ""
21875 #: src/tools/solver/reports-write.c:132
21876 msgid "Formula"
21877 msgstr ""
21879 #: src/tools/solver/reports-write.c:133 src/tools/solver/reports-write.c:519
21880 msgid "Status"
21881 msgstr "ਸਥਿਤੀ"
21883 #. Set `Status' column
21884 #. FIXME
21885 #: src/tools/solver/reports-write.c:155 src/tools/solver/reports-write.c:161
21886 msgid "Binding"
21887 msgstr ""
21889 #: src/tools/solver/reports-write.c:163
21890 msgid "Not Binding"
21891 msgstr ""
21893 #: src/tools/solver/reports-write.c:180 src/tools/solver/reports-write.c:890
21894 msgid "Assume that all variables are integers."
21895 msgstr ""
21897 #: src/tools/solver/reports-write.c:190
21898 msgid "Target Cell (Maximize)"
21899 msgstr ""
21901 #: src/tools/solver/reports-write.c:192
21902 msgid "Target Cell (Minimize)"
21903 msgstr ""
21905 #. Fill in other titles.
21906 #: src/tools/solver/reports-write.c:198 src/tools/solver/reports-write.c:359
21907 msgid "Adjustable Cells"
21908 msgstr ""
21910 #: src/tools/solver/reports-write.c:216 src/tools/solver/reports-write.c:356
21911 msgid "Sensitivity Report"
21912 msgstr ""
21915 #. * Fill in the labels of `Adjustable Cells' section.
21918 #. * Fill in the labels of `Constraints' section.
21920 #: src/tools/solver/reports-write.c:230 src/tools/solver/reports-write.c:276
21921 msgid "Final"
21922 msgstr ""
21924 #: src/tools/solver/reports-write.c:231
21925 msgid "Reduced"
21926 msgstr ""
21928 #: src/tools/solver/reports-write.c:232
21929 msgid "Objective"
21930 msgstr ""
21932 #: src/tools/solver/reports-write.c:233 src/tools/solver/reports-write.c:234
21933 #: src/tools/solver/reports-write.c:279 src/tools/solver/reports-write.c:280
21934 msgid "Allowable"
21935 msgstr ""
21937 #: src/tools/solver/reports-write.c:239
21938 msgid "Cost"
21939 msgstr "ਕੀਮਤ"
21941 #: src/tools/solver/reports-write.c:240
21942 msgid "Coefficient"
21943 msgstr ""
21945 #: src/tools/solver/reports-write.c:241 src/tools/solver/reports-write.c:287
21946 msgid "Increase"
21947 msgstr ""
21949 #: src/tools/solver/reports-write.c:242 src/tools/solver/reports-write.c:288
21950 msgid "Decrease"
21951 msgstr ""
21953 #: src/tools/solver/reports-write.c:277
21954 msgid "Shadow"
21955 msgstr ""
21957 #: src/tools/solver/reports-write.c:278
21958 msgid "Constraint"
21959 msgstr ""
21961 #: src/tools/solver/reports-write.c:285
21962 msgid "Price"
21963 msgstr ""
21965 #: src/tools/solver/reports-write.c:286
21966 msgid "R.H. Side"
21967 msgstr ""
21969 #: src/tools/solver/reports-write.c:323 src/tools/solver/reports-write.c:331
21970 msgid "Infinity"
21971 msgstr ""
21973 #: src/tools/solver/reports-write.c:377 src/tools/solver/reports-write.c:486
21974 msgid "Limits Report"
21975 msgstr ""
21978 #. * Fill in the labels.
21980 #: src/tools/solver/reports-write.c:393 src/tools/solver/reports-write.c:406
21981 #: src/tools/solver/reports-write.c:411
21982 msgid "Target"
21983 msgstr ""
21985 #: src/tools/solver/reports-write.c:400
21986 msgid "Adjustable"
21987 msgstr ""
21989 #: src/tools/solver/reports-write.c:405
21990 msgid "Lower"
21991 msgstr ""
21993 #: src/tools/solver/reports-write.c:407 src/tools/solver/reports-write.c:412
21994 msgid "Limit"
21995 msgstr ""
21997 #: src/tools/solver/reports-write.c:410
21998 msgid "Upper"
21999 msgstr ""
22001 #: src/tools/solver/reports-write.c:505 src/tools/solver/reports-write.c:747
22002 msgid "Performance Report"
22003 msgstr ""
22005 #: src/tools/solver/reports-write.c:520
22006 msgid "Number of Iterations"
22007 msgstr ""
22009 #: src/tools/solver/reports-write.c:526
22010 msgid "Minimization"
22011 msgstr ""
22013 #: src/tools/solver/reports-write.c:529
22014 msgid "Maximization"
22015 msgstr ""
22017 #: src/tools/solver/reports-write.c:532
22018 msgid "Target value search"
22019 msgstr ""
22021 #: src/tools/solver/reports-write.c:539
22022 msgid "Optimal solution found"
22023 msgstr ""
22025 #: src/tools/solver/reports-write.c:542
22026 msgid "Unbounded problem"
22027 msgstr ""
22029 #: src/tools/solver/reports-write.c:545
22030 msgid "Infeasible problem"
22031 msgstr ""
22033 #: src/tools/solver/reports-write.c:549
22034 msgid "Maximum number of iterations exceeded: optimization interupted"
22035 msgstr ""
22037 #: src/tools/solver/reports-write.c:554
22038 msgid "Maximum time exceeded: optimization interupted"
22039 msgstr ""
22042 #. * Fill in the labels of `Problem Size' section.
22044 #: src/tools/solver/reports-write.c:571
22045 msgid "Variables"
22046 msgstr ""
22048 #: src/tools/solver/reports-write.c:573
22049 msgid "Integer Constraints"
22050 msgstr ""
22052 #: src/tools/solver/reports-write.c:574
22053 msgid "Boolean Constraints"
22054 msgstr ""
22056 #: src/tools/solver/reports-write.c:575 src/tools/solver/reports-write.c:606
22057 msgid "Number of"
22058 msgstr ""
22061 #. * Fill in the labels of `Data Sparsity' section.
22063 #: src/tools/solver/reports-write.c:600
22064 msgid "Matrix"
22065 msgstr ""
22067 #: src/tools/solver/reports-write.c:601
22068 msgid "Elements"
22069 msgstr "ਇਕਾਈਆਂ"
22071 #: src/tools/solver/reports-write.c:602 src/tools/solver/reports-write.c:604
22072 msgid "Non-zeros in"
22073 msgstr ""
22075 #: src/tools/solver/reports-write.c:605
22076 msgid "Obj. fn"
22077 msgstr ""
22079 #: src/tools/solver/reports-write.c:607
22080 msgid "Ratio"
22081 msgstr "ਅਨੁਪਾਤ"
22084 #. * Fill in the labels of `Computing Time' section.
22086 #: src/tools/solver/reports-write.c:645
22087 msgid "User"
22088 msgstr "ਉਪਭੋਗਤਾ"
22090 #: src/tools/solver/reports-write.c:646
22091 msgid "System"
22092 msgstr "ਸਿਸਟਮ"
22094 #: src/tools/solver/reports-write.c:648
22095 msgid "Time (sec.)"
22096 msgstr "ਸਮਾਂ(ਸਕਿੰਟ)"
22099 #. * Fill in the labels of `System Information' section.
22101 #: src/tools/solver/reports-write.c:668
22102 msgid "CPU Model"
22103 msgstr "ਪ੍ਰੋਸੈਸਰ ਮਾਡਲ"
22105 #: src/tools/solver/reports-write.c:669
22106 msgid "CPU MHz"
22107 msgstr "ਪ੍ਰੋਸੈਸਰ ਮੈਗਾਹਰਟਜ਼"
22109 #: src/tools/solver/reports-write.c:670
22110 msgid "OS"
22111 msgstr "OS"
22113 #. Set the `CPU Model'.
22114 #. Set the `CPU Mhz'.
22115 #: src/tools/solver/reports-write.c:676 src/tools/solver/reports-write.c:679
22116 #: src/tools/solver/reports-write.c:683
22117 msgid "Unknown"
22118 msgstr "ਅਣਪਛਾਤਾ"
22120 #: src/tools/solver/reports-write.c:688
22121 #, c-format
22122 msgid "%s (%s)"
22123 msgstr "%s (%s)"
22125 #: src/tools/solver/reports-write.c:703 src/tools/solver/reports-write.c:711
22126 msgid "Model Assumptions:"
22127 msgstr ""
22129 #: src/tools/solver/reports-write.c:704
22130 msgid "Autoscaling:"
22131 msgstr ""
22133 #. Set the options.
22134 #: src/tools/solver/reports-write.c:710
22135 msgid "LP Solve 3.2"
22136 msgstr ""
22138 #: src/tools/solver/reports-write.c:719
22139 msgid "Non-Negative"
22140 msgstr ""
22142 #: src/tools/solver/reports-write.c:726
22143 msgid "Yes"
22144 msgstr "ਹਾਂ"
22146 #: src/tools/solver/reports-write.c:728
22147 msgid "No"
22148 msgstr "ਨਹੀ"
22150 #. Fill in other titles.
22151 #: src/tools/solver/reports-write.c:750
22152 msgid "General Information"
22153 msgstr "ਸਧਾਰਨ ਜਾਣਕਾਰੀ"
22155 #: src/tools/solver/reports-write.c:751
22156 msgid "Problem Size"
22157 msgstr "ਸਮੱਸਿਆ ਅਕਾਰ"
22159 #: src/tools/solver/reports-write.c:752
22160 msgid "Data Sparsity"
22161 msgstr ""
22163 #: src/tools/solver/reports-write.c:753
22164 msgid "Computing Time"
22165 msgstr ""
22167 #: src/tools/solver/reports-write.c:754
22168 msgid "System Information"
22169 msgstr ""
22171 #: src/tools/solver/reports-write.c:770 src/tools/solver/reports-write.c:910
22172 msgid "Program Report"
22173 msgstr ""
22175 #: src/tools/solver/reports-write.c:899
22176 msgid "Assume that all variables take only positive values."
22177 msgstr ""
22179 #: src/tools/solver/reports-write.c:915
22180 msgid "Minimize"
22181 msgstr "ਨਿਊਨਤਮ"
22183 #: src/tools/solver/reports-write.c:918
22184 msgid "Maximize"
22185 msgstr "ਅਧਿਕਤਮ"
22187 #: src/tools/solver/reports-write.c:921
22188 msgid "Equal to"
22189 msgstr "ਬਰਾਬਰ ਹੈ"
22191 #. Print `Subject to' title.
22192 #: src/tools/solver/reports-write.c:927
22193 msgid "Subject to"
22194 msgstr ""
22196 #: src/tools/solver/reports-write.c:948 src/tools/solver/reports-write.c:961
22197 msgid "Dual Program Report"
22198 msgstr ""
22200 #: src/tools/solver/reports.c:328
22201 msgid ""
22202 "Model is too large for program report generation. Program report was not "
22203 "created."
22204 msgstr ""
22206 #: src/tools/solver/solver.c:395
22207 msgid ""
22208 "The LHS cells should contain formulas that yield proper numerical values.  "
22209 "Specify valid LHS entries."
22210 msgstr ""
22212 #: src/tools/solver/solver.c:434
22213 msgid ""
22214 "The RHS cells should contain proper numerical values only.  Specify valid "
22215 "RHS entries."
22216 msgstr ""
22218 #: src/tools/solver/solver.c:523
22219 msgid ""
22220 "Some of the input cells contain non-numeric values.  Specify a valid input "
22221 "range."
22222 msgstr ""
22224 #: src/validation.c:149
22225 #, c-format
22226 msgid "Cell %s is not permitted to be blank"
22227 msgstr ""
22229 #: src/validation.c:166
22230 #, c-format
22231 msgid "'%s' is an error"
22232 msgstr ""
22234 #: src/validation.c:177
22235 #, c-format
22236 msgid "'%s' is not a valid date"
22237 msgstr ""
22239 #: src/validation.c:179
22240 #, c-format
22241 msgid "'%s' is not a valid time"
22242 msgstr ""
22244 #: src/validation.c:181
22245 #, c-format
22246 msgid "'%s' is not a number"
22247 msgstr ""
22249 #: src/validation.c:194
22250 #, c-format
22251 msgid "'%s' is not an integer"
22252 msgstr ""
22254 #: src/validation.c:290
22255 #, c-format
22256 msgid "%s is not true."
22257 msgstr "%s ਸੱਚ ਨਹੀ"
22259 #: src/validation.c:304
22260 msgid ""
22261 "That value is invalid.\n"
22262 "Restrictions have been placed on this cell's contents."
22263 msgstr ""
22265 #: src/validation.c:313
22266 msgid "Gnumeric: Validation"
22267 msgstr ""
22269 #: src/value.c:52
22270 msgid "#NULL!"
22271 msgstr "#NULL!"
22273 #: src/value.c:53
22274 msgid "#DIV/0!"
22275 msgstr "#DIV/0!"
22277 #: src/value.c:54
22278 msgid "#VALUE!"
22279 msgstr "#ਮੁੱਲ!"
22281 #: src/value.c:55
22282 msgid "#REF!"
22283 msgstr "#REF!"
22285 #: src/value.c:56
22286 msgid "#NAME?"
22287 msgstr "#ਨਾਮ?"
22289 #: src/value.c:57
22290 msgid "#NUM!"
22291 msgstr "#NUM!"
22293 #: src/value.c:58
22294 msgid "#N/A"
22295 msgstr "#ਉਪਲੱਬਧ ਨਹੀ"
22297 #: src/value.c:59
22298 msgid "#RECALC!"
22299 msgstr ""
22301 #. This is the default custom color
22302 #: src/widgets/color-palette.c:362
22303 msgid "custom"
22304 msgstr "ਸੋਧ"
22306 #. "Custom" color - we'll pop up a GnomeColorPicker
22307 #: src/widgets/color-palette.c:404
22308 msgid "Custom Color:"
22309 msgstr ""
22311 #: src/widgets/color-palette.c:412
22312 msgid "Choose Custom Color"
22313 msgstr ""
22315 #: src/widgets/color-palette.c:527
22316 msgid "black"
22317 msgstr ""
22319 #: src/widgets/color-palette.c:528
22320 msgid "light brown"
22321 msgstr ""
22323 #: src/widgets/color-palette.c:529
22324 msgid "brown gold"
22325 msgstr ""
22327 #: src/widgets/color-palette.c:530
22328 msgid "dark green #2"
22329 msgstr ""
22331 #: src/widgets/color-palette.c:531
22332 msgid "navy"
22333 msgstr ""
22335 #: src/widgets/color-palette.c:532 src/widgets/color-palette.c:588
22336 msgid "dark blue"
22337 msgstr ""
22339 #: src/widgets/color-palette.c:533
22340 msgid "purple #2"
22341 msgstr ""
22343 #: src/widgets/color-palette.c:534
22344 msgid "very dark gray"
22345 msgstr ""
22347 #: src/widgets/color-palette.c:537 src/widgets/color-palette.c:593
22348 msgid "dark red"
22349 msgstr ""
22351 #: src/widgets/color-palette.c:538
22352 msgid "red-orange"
22353 msgstr ""
22355 #: src/widgets/color-palette.c:539
22356 msgid "gold"
22357 msgstr ""
22359 #: src/widgets/color-palette.c:540
22360 msgid "dark green"
22361 msgstr ""
22363 #: src/widgets/color-palette.c:541 src/widgets/color-palette.c:594
22364 msgid "dull blue"
22365 msgstr ""
22367 #: src/widgets/color-palette.c:542 src/widgets/color-palette.c:595
22368 msgid "blue"
22369 msgstr ""
22371 #: src/widgets/color-palette.c:543
22372 msgid "dull purple"
22373 msgstr ""
22375 #: src/widgets/color-palette.c:544
22376 msgid "dark gray"
22377 msgstr ""
22379 #: src/widgets/color-palette.c:547
22380 msgid "red"
22381 msgstr ""
22383 #: src/widgets/color-palette.c:548
22384 msgid "orange"
22385 msgstr ""
22387 #: src/widgets/color-palette.c:549
22388 msgid "lime"
22389 msgstr ""
22391 #: src/widgets/color-palette.c:550
22392 msgid "dull green"
22393 msgstr ""
22395 #: src/widgets/color-palette.c:551
22396 msgid "dull blue #2"
22397 msgstr ""
22399 #: src/widgets/color-palette.c:552
22400 msgid "sky blue #2"
22401 msgstr ""
22403 #: src/widgets/color-palette.c:553 src/widgets/color-palette.c:592
22404 msgid "purple"
22405 msgstr ""
22407 #: src/widgets/color-palette.c:554
22408 msgid "gray"
22409 msgstr ""
22411 #: src/widgets/color-palette.c:557 src/widgets/color-palette.c:589
22412 msgid "magenta"
22413 msgstr ""
22415 #: src/widgets/color-palette.c:558
22416 msgid "bright orange"
22417 msgstr ""
22419 #: src/widgets/color-palette.c:559 src/widgets/color-palette.c:590
22420 msgid "yellow"
22421 msgstr "ਪੀਲਾ"
22423 #: src/widgets/color-palette.c:560
22424 msgid "green"
22425 msgstr ""
22427 #: src/widgets/color-palette.c:561 src/widgets/color-palette.c:591
22428 msgid "cyan"
22429 msgstr ""
22431 #: src/widgets/color-palette.c:562
22432 msgid "bright blue"
22433 msgstr ""
22435 #: src/widgets/color-palette.c:563 src/widgets/color-palette.c:580
22436 msgid "red purple"
22437 msgstr ""
22439 #: src/widgets/color-palette.c:564
22440 msgid "light gray"
22441 msgstr ""
22443 #: src/widgets/color-palette.c:567 src/widgets/color-palette.c:584
22444 msgid "pink"
22445 msgstr ""
22447 #: src/widgets/color-palette.c:568
22448 msgid "light orange"
22449 msgstr ""
22451 #: src/widgets/color-palette.c:569 src/widgets/color-palette.c:581
22452 msgid "light yellow"
22453 msgstr ""
22455 #: src/widgets/color-palette.c:570
22456 msgid "light green"
22457 msgstr ""
22459 #: src/widgets/color-palette.c:571
22460 msgid "light cyan"
22461 msgstr ""
22463 #: src/widgets/color-palette.c:572 src/widgets/color-palette.c:582
22464 msgid "light blue"
22465 msgstr ""
22467 #: src/widgets/color-palette.c:573 src/widgets/color-palette.c:586
22468 msgid "light purple"
22469 msgstr ""
22471 #: src/widgets/color-palette.c:574
22472 msgid "white"
22473 msgstr ""
22475 #: src/widgets/color-palette.c:579
22476 msgid "purplish blue"
22477 msgstr ""
22479 #: src/widgets/color-palette.c:583
22480 msgid "dark purple"
22481 msgstr ""
22483 #: src/widgets/color-palette.c:585
22484 msgid "sky blue"
22485 msgstr ""
22487 #: src/widgets/gnumeric-expr-entry.c:1256
22488 msgid "Expecting a single range"
22489 msgstr ""
22491 #: src/widgets/gnumeric-optionmenu.c:199
22492 msgid "Menu"
22493 msgstr ""
22495 #: src/widgets/gnumeric-optionmenu.c:200
22496 msgid "The menu of options"
22497 msgstr ""
22499 #: src/widgets/gnumeric-optionmenu.c:206
22500 msgid "Indicator Size"
22501 msgstr ""
22503 #: src/widgets/gnumeric-optionmenu.c:207
22504 msgid "Size of dropdown indicator"
22505 msgstr ""
22507 #: src/widgets/gnumeric-optionmenu.c:212
22508 msgid "Indicator Spacing"
22509 msgstr ""
22511 #: src/widgets/gnumeric-optionmenu.c:213
22512 msgid "Spacing around indicator"
22513 msgstr ""
22515 #: src/widgets/widget-charmap-selector.c:75
22516 msgid "Arabic"
22517 msgstr ""
22519 #: src/widgets/widget-charmap-selector.c:76
22520 msgid "Baltic"
22521 msgstr ""
22523 #: src/widgets/widget-charmap-selector.c:77
22524 msgid "Central European"
22525 msgstr ""
22527 #: src/widgets/widget-charmap-selector.c:78
22528 msgid "Chinese"
22529 msgstr ""
22531 #: src/widgets/widget-charmap-selector.c:79
22532 msgid "Cyrillic"
22533 msgstr ""
22535 #: src/widgets/widget-charmap-selector.c:80
22536 msgid "Greek"
22537 msgstr ""
22539 #: src/widgets/widget-charmap-selector.c:81
22540 msgid "Hebrew"
22541 msgstr ""
22543 #: src/widgets/widget-charmap-selector.c:82
22544 msgid "Indian"
22545 msgstr ""
22547 #: src/widgets/widget-charmap-selector.c:83
22548 msgid "Japanese"
22549 msgstr ""
22551 #: src/widgets/widget-charmap-selector.c:84
22552 msgid "Korean"
22553 msgstr ""
22555 #: src/widgets/widget-charmap-selector.c:85
22556 msgid "Turkish"
22557 msgstr ""
22559 #: src/widgets/widget-charmap-selector.c:86
22560 msgid "Unicode"
22561 msgstr ""
22563 #: src/widgets/widget-charmap-selector.c:87
22564 msgid "Vietnamese"
22565 msgstr ""
22567 #: src/widgets/widget-charmap-selector.c:88
22568 msgid "Western"
22569 msgstr ""
22571 #: src/widgets/widget-charmap-selector.c:89
22572 #: src/widgets/widget-locale-selector.c:76
22573 msgid "Other"
22574 msgstr "ਹੋਰ"
22576 #: src/widgets/widget-charmap-selector.c:119
22577 msgid "Arabic (IBM-864)"
22578 msgstr ""
22580 #: src/widgets/widget-charmap-selector.c:120
22581 msgid "Arabic (IBM-864-I)"
22582 msgstr ""
22584 #: src/widgets/widget-charmap-selector.c:121
22585 msgid "Arabic (ISO-8859-6)"
22586 msgstr ""
22588 #: src/widgets/widget-charmap-selector.c:122
22589 msgid "Arabic (ISO-8859-6-E)"
22590 msgstr ""
22592 #: src/widgets/widget-charmap-selector.c:124
22593 msgid "Arabic (ISO-8859-6-I)"
22594 msgstr ""
22596 #: src/widgets/widget-charmap-selector.c:125
22597 msgid "Arabic (MacArabic)"
22598 msgstr ""
22600 #: src/widgets/widget-charmap-selector.c:126
22601 msgid "Arabic (Windows-1256)"
22602 msgstr ""
22604 #: src/widgets/widget-charmap-selector.c:127
22605 msgid "Armenian (ARMSCII-8)"
22606 msgstr ""
22608 #: src/widgets/widget-charmap-selector.c:128
22609 msgid "Baltic (ISO-8859-13)"
22610 msgstr ""
22612 #: src/widgets/widget-charmap-selector.c:129
22613 msgid "Baltic (ISO-8859-4)"
22614 msgstr ""
22616 #: src/widgets/widget-charmap-selector.c:130
22617 msgid "Baltic (Windows-1257)"
22618 msgstr ""
22620 #: src/widgets/widget-charmap-selector.c:131
22621 msgid "Celtic (ISO-8859-14)"
22622 msgstr ""
22624 #: src/widgets/widget-charmap-selector.c:132
22625 msgid "Central European (IBM-852)"
22626 msgstr ""
22628 #: src/widgets/widget-charmap-selector.c:133
22629 msgid "Central European (ISO-8859-2)"
22630 msgstr ""
22632 #: src/widgets/widget-charmap-selector.c:134
22633 msgid "Central European (MacCE)"
22634 msgstr ""
22636 #: src/widgets/widget-charmap-selector.c:135
22637 msgid "Central European (Windows-1250)"
22638 msgstr ""
22640 #: src/widgets/widget-charmap-selector.c:136
22641 msgid "Chinese Simplified (GB18030)"
22642 msgstr ""
22644 #: src/widgets/widget-charmap-selector.c:137
22645 msgid "Chinese Simplified (GB2312)"
22646 msgstr ""
22648 #: src/widgets/widget-charmap-selector.c:138
22649 msgid "Chinese Simplified (GBK)"
22650 msgstr ""
22652 #: src/widgets/widget-charmap-selector.c:139
22653 msgid "Chinese Simplified (HZ)"
22654 msgstr ""
22656 #: src/widgets/widget-charmap-selector.c:140
22657 msgid "Chinese Simplified (Windows-936)"
22658 msgstr ""
22660 #: src/widgets/widget-charmap-selector.c:141
22661 msgid "Chinese Traditional (Big5)"
22662 msgstr ""
22664 #: src/widgets/widget-charmap-selector.c:142
22665 msgid "Chinese Traditional (Big5-HKSCS)"
22666 msgstr ""
22668 #: src/widgets/widget-charmap-selector.c:143
22669 msgid "Chinese Traditional (EUC-TW)"
22670 msgstr ""
22672 #: src/widgets/widget-charmap-selector.c:144
22673 msgid "Croatian (MacCroatian)"
22674 msgstr ""
22676 #: src/widgets/widget-charmap-selector.c:145
22677 msgid "Cyrillic (IBM-855)"
22678 msgstr ""
22680 #: src/widgets/widget-charmap-selector.c:146
22681 msgid "Cyrillic (ISO-8859-5)"
22682 msgstr ""
22684 #: src/widgets/widget-charmap-selector.c:147
22685 msgid "Cyrillic (ISO-IR-111)"
22686 msgstr ""
22688 #: src/widgets/widget-charmap-selector.c:148
22689 msgid "Cyrillic (KOI8-R)"
22690 msgstr ""
22692 #: src/widgets/widget-charmap-selector.c:149
22693 msgid "Cyrillic (MacCyrillic)"
22694 msgstr ""
22696 #: src/widgets/widget-charmap-selector.c:150
22697 msgid "Cyrillic (Windows-1251)"
22698 msgstr ""
22700 #: src/widgets/widget-charmap-selector.c:151
22701 msgid "Russian (CP-866)"
22702 msgstr ""
22704 #: src/widgets/widget-charmap-selector.c:152
22705 msgid "Ukrainian (KOI8-U)"
22706 msgstr ""
22708 #: src/widgets/widget-charmap-selector.c:153
22709 msgid "Ukrainian (MacUkrainian)"
22710 msgstr ""
22712 #: src/widgets/widget-charmap-selector.c:154
22713 msgid "English (ASCII)"
22714 msgstr ""
22716 #: src/widgets/widget-charmap-selector.c:155
22717 msgid "Farsi (MacFarsi)"
22718 msgstr ""
22720 #: src/widgets/widget-charmap-selector.c:156
22721 msgid "Georgian (GEOSTD8)"
22722 msgstr ""
22724 #: src/widgets/widget-charmap-selector.c:157
22725 msgid "Greek (ISO-8859-7)"
22726 msgstr ""
22728 #: src/widgets/widget-charmap-selector.c:158
22729 msgid "Greek (MacGreek)"
22730 msgstr ""
22732 #: src/widgets/widget-charmap-selector.c:159
22733 msgid "Greek (Windows-1253)"
22734 msgstr ""
22736 #: src/widgets/widget-charmap-selector.c:160
22737 msgid "Gujarati (MacGujarati)"
22738 msgstr ""
22740 #: src/widgets/widget-charmap-selector.c:161
22741 msgid "Gurmukhi (MacGurmukhi)"
22742 msgstr "ਗੁਰਮੁਖੀ(ਮੈਕਗੁਰਮੁਖੀ)"
22744 #: src/widgets/widget-charmap-selector.c:162
22745 msgid "Hebrew (IBM-862)"
22746 msgstr ""
22748 #: src/widgets/widget-charmap-selector.c:163
22749 msgid "Hebrew (ISO-8859-8-E)"
22750 msgstr ""
22752 #: src/widgets/widget-charmap-selector.c:164
22753 msgid "Hebrew (ISO-8859-8-I)"
22754 msgstr ""
22756 #: src/widgets/widget-charmap-selector.c:165
22757 msgid "Hebrew (MacHebrew)"
22758 msgstr ""
22760 #: src/widgets/widget-charmap-selector.c:166
22761 msgid "Hebrew (Windows-1255)"
22762 msgstr ""
22764 #: src/widgets/widget-charmap-selector.c:167
22765 msgid "Hindi (MacDevanagari)"
22766 msgstr ""
22768 #: src/widgets/widget-charmap-selector.c:168
22769 msgid "Icelandic (MacIcelandic)"
22770 msgstr ""
22772 #: src/widgets/widget-charmap-selector.c:169
22773 msgid "Japanese (EUC-JP)"
22774 msgstr ""
22776 #: src/widgets/widget-charmap-selector.c:170
22777 msgid "Japanese (ISO-2022-JP)"
22778 msgstr ""
22780 #: src/widgets/widget-charmap-selector.c:171
22781 msgid "Japanese (Shift_JIS)"
22782 msgstr ""
22784 #: src/widgets/widget-charmap-selector.c:172
22785 msgid "Korean (EUC-KR)"
22786 msgstr ""
22788 #: src/widgets/widget-charmap-selector.c:173
22789 msgid "Korean (ISO-2022-KR)"
22790 msgstr ""
22792 #: src/widgets/widget-charmap-selector.c:174
22793 msgid "Korean (JOHAB)"
22794 msgstr ""
22796 #: src/widgets/widget-charmap-selector.c:175
22797 msgid "Korean (UHC)"
22798 msgstr ""
22800 #: src/widgets/widget-charmap-selector.c:176
22801 msgid "Nordic (ISO-8859-10)"
22802 msgstr ""
22804 #: src/widgets/widget-charmap-selector.c:177
22805 msgid "Romanian (MacRomanian)"
22806 msgstr ""
22808 #: src/widgets/widget-charmap-selector.c:178
22809 msgid "Romanian (ISO-8859-16)"
22810 msgstr ""
22812 #: src/widgets/widget-charmap-selector.c:179
22813 msgid "South European (ISO-8859-3)"
22814 msgstr ""
22816 #: src/widgets/widget-charmap-selector.c:180
22817 msgid "Thai (TIS-620)"
22818 msgstr ""
22820 #: src/widgets/widget-charmap-selector.c:181
22821 msgid "Turkish (IBM-857)"
22822 msgstr ""
22824 #: src/widgets/widget-charmap-selector.c:182
22825 msgid "Turkish (ISO-8859-9)"
22826 msgstr ""
22828 #: src/widgets/widget-charmap-selector.c:183
22829 msgid "Turkish (MacTurkish)"
22830 msgstr ""
22832 #: src/widgets/widget-charmap-selector.c:184
22833 msgid "Turkish (Windows-1254)"
22834 msgstr ""
22836 #: src/widgets/widget-charmap-selector.c:185
22837 msgid "Unicode (UTF-7)"
22838 msgstr ""
22840 #: src/widgets/widget-charmap-selector.c:186
22841 msgid "Unicode (UTF-8)"
22842 msgstr ""
22844 #: src/widgets/widget-charmap-selector.c:187
22845 msgid "Unicode (UTF-16BE)"
22846 msgstr ""
22848 #: src/widgets/widget-charmap-selector.c:188
22849 msgid "Unicode (UTF-16LE)"
22850 msgstr ""
22852 #: src/widgets/widget-charmap-selector.c:189
22853 msgid "Unicode (UTF-32BE)"
22854 msgstr ""
22856 #: src/widgets/widget-charmap-selector.c:190
22857 msgid "Unicode (UTF-32LE)"
22858 msgstr ""
22860 #: src/widgets/widget-charmap-selector.c:191
22861 msgid "User Defined"
22862 msgstr ""
22864 #: src/widgets/widget-charmap-selector.c:192
22865 msgid "Vietnamese (TCVN)"
22866 msgstr ""
22868 #: src/widgets/widget-charmap-selector.c:193
22869 msgid "Vietnamese (VISCII)"
22870 msgstr ""
22872 #: src/widgets/widget-charmap-selector.c:194
22873 msgid "Vietnamese (VPS)"
22874 msgstr ""
22876 #: src/widgets/widget-charmap-selector.c:195
22877 msgid "Vietnamese (Windows-1258)"
22878 msgstr ""
22880 #: src/widgets/widget-charmap-selector.c:196
22881 msgid "Visual Hebrew (ISO-8859-8)"
22882 msgstr ""
22884 #: src/widgets/widget-charmap-selector.c:197
22885 msgid "Western (IBM-850)"
22886 msgstr ""
22888 #: src/widgets/widget-charmap-selector.c:198
22889 msgid "Western (ISO-8859-1)"
22890 msgstr ""
22892 #: src/widgets/widget-charmap-selector.c:199
22893 msgid "Western (ISO-8859-15)"
22894 msgstr ""
22896 #: src/widgets/widget-charmap-selector.c:200
22897 msgid "Western (MacRoman)"
22898 msgstr ""
22900 #: src/widgets/widget-charmap-selector.c:201
22901 msgid "Western (Windows-1252)"
22902 msgstr ""
22904 #: src/widgets/widget-charmap-selector.c:419
22905 msgid "Locale: "
22906 msgstr ""
22908 #: src/widgets/widget-charmap-selector.c:458
22909 msgid "Conversion Direction"
22910 msgstr ""
22912 #: src/widgets/widget-charmap-selector.c:459
22913 msgid "This value determines which iconv test to perform."
22914 msgstr ""
22916 #: src/widgets/widget-font-selector.c:152
22917 msgid "Bold italic"
22918 msgstr ""
22920 #: src/widgets/widget-format-selector.c:78
22921 msgid "Currency"
22922 msgstr ""
22924 #: src/widgets/widget-format-selector.c:79
22925 msgid "Accounting"
22926 msgstr ""
22928 #: src/widgets/widget-format-selector.c:83
22929 msgid "Fraction"
22930 msgstr ""
22932 #: src/widgets/widget-format-selector.c:84
22933 msgid "Scientific"
22934 msgstr ""
22936 #: src/widgets/widget-format-selector.c:86
22937 msgid "Special"
22938 msgstr ""
22940 #: src/widgets/widget-format-selector.c:960
22941 msgid "Negative Number Format"
22942 msgstr ""
22944 #: src/widgets/widget-format-selector.c:991
22945 msgid "Number Formats"
22946 msgstr ""
22948 #: src/widgets/widget-locale-selector.c:69
22949 msgid "Western Europe"
22950 msgstr ""
22952 #: src/widgets/widget-locale-selector.c:70
22953 msgid "Eastern Europe"
22954 msgstr ""
22956 #: src/widgets/widget-locale-selector.c:71
22957 msgid "North America"
22958 msgstr ""
22960 #: src/widgets/widget-locale-selector.c:72
22961 msgid "South & Central America"
22962 msgstr ""
22964 #: src/widgets/widget-locale-selector.c:73
22965 msgid "Asia"
22966 msgstr "ਏੲਸ਼ੀਆ"
22968 #: src/widgets/widget-locale-selector.c:74
22969 msgid "Africa"
22970 msgstr ""
22972 #: src/widgets/widget-locale-selector.c:75
22973 msgid "Australia"
22974 msgstr ""
22977 #. * The format here is "Country/Language (locale)" or just
22978 #. * "Country (locale)" when there is only one choice or one
22979 #. * very dominant language.
22980 #. *
22981 #. * Note: lots of people get very emotional over this.  Please
22982 #. * err on the safe side, if any.
22984 #: src/widgets/widget-locale-selector.c:107
22985 msgid "United States/English (C)"
22986 msgstr ""
22988 #: src/widgets/widget-locale-selector.c:108
22989 msgid "South Africa Afrikaans (af_ZA)"
22990 msgstr ""
22992 #: src/widgets/widget-locale-selector.c:109
22993 msgid "Ethiopia/Amharic (am_ET)"
22994 msgstr ""
22996 #: src/widgets/widget-locale-selector.c:110
22997 msgid "United Arab Emirates (ar_AE)"
22998 msgstr ""
23000 #: src/widgets/widget-locale-selector.c:111
23001 msgid "Bahrain (ar_BH)"
23002 msgstr ""
23004 #: src/widgets/widget-locale-selector.c:112
23005 msgid "Algeria (ar_DZ)"
23006 msgstr ""
23008 #: src/widgets/widget-locale-selector.c:113
23009 msgid "Egypt (ar_EG)"
23010 msgstr ""
23012 #: src/widgets/widget-locale-selector.c:114
23013 msgid "India/Arabic (ar_IN)"
23014 msgstr ""
23016 #: src/widgets/widget-locale-selector.c:115
23017 msgid "Iraq (ar_IQ)"
23018 msgstr ""
23020 #: src/widgets/widget-locale-selector.c:116
23021 msgid "Jordan (ar_JO)"
23022 msgstr ""
23024 #: src/widgets/widget-locale-selector.c:117
23025 msgid "Kuwait (ar_KW)"
23026 msgstr ""
23028 #: src/widgets/widget-locale-selector.c:118
23029 msgid "Lebanon (ar_LB)"
23030 msgstr ""
23032 #: src/widgets/widget-locale-selector.c:119
23033 msgid "Libya (ar_LY)"
23034 msgstr ""
23036 #: src/widgets/widget-locale-selector.c:120
23037 msgid "Morocco (ar_MA)"
23038 msgstr ""
23040 #: src/widgets/widget-locale-selector.c:121
23041 msgid "Oman (ar_OM)"
23042 msgstr ""
23044 #: src/widgets/widget-locale-selector.c:122
23045 msgid "Qatar (ar_QA)"
23046 msgstr ""
23048 #: src/widgets/widget-locale-selector.c:123
23049 msgid "Saudi Arabia (ar_SA)"
23050 msgstr ""
23052 #: src/widgets/widget-locale-selector.c:124
23053 msgid "Sudan (ar_SD)"
23054 msgstr ""
23056 #: src/widgets/widget-locale-selector.c:125
23057 msgid "Syria (ar_SY)"
23058 msgstr ""
23060 #: src/widgets/widget-locale-selector.c:126
23061 msgid "Tunisia (ar_TN)"
23062 msgstr ""
23064 #: src/widgets/widget-locale-selector.c:127
23065 msgid "Yemen (ar_YE)"
23066 msgstr ""
23068 #: src/widgets/widget-locale-selector.c:128
23069 msgid "Azerbaijan (az_AZ)"
23070 msgstr ""
23072 #: src/widgets/widget-locale-selector.c:129
23073 msgid "Belarus (be_BY)"
23074 msgstr ""
23076 #: src/widgets/widget-locale-selector.c:130
23077 msgid "Bulgaria (bg_BG)"
23078 msgstr ""
23080 #: src/widgets/widget-locale-selector.c:131
23081 msgid "Bangladesh (bn_BD)"
23082 msgstr ""
23084 #: src/widgets/widget-locale-selector.c:132
23085 msgid "India/Bengali (bn_IN)"
23086 msgstr ""
23088 #: src/widgets/widget-locale-selector.c:133
23089 msgid "France/Breton (br_FR)"
23090 msgstr ""
23092 #: src/widgets/widget-locale-selector.c:134
23093 msgid "Bosnia and Herzegowina (bs_BA)"
23094 msgstr ""
23096 #: src/widgets/widget-locale-selector.c:135
23097 msgid "Spain/Catalan (ca_ES)"
23098 msgstr ""
23100 #: src/widgets/widget-locale-selector.c:136
23101 msgid "Czech Republic (cs_CZ)"
23102 msgstr ""
23104 #: src/widgets/widget-locale-selector.c:137
23105 msgid "Great Britain/Welsh (cy_GB)"
23106 msgstr ""
23108 #: src/widgets/widget-locale-selector.c:138
23109 msgid "Denmark (da_DK)"
23110 msgstr ""
23112 #: src/widgets/widget-locale-selector.c:139
23113 msgid "Austria (de_AT)"
23114 msgstr ""
23116 #: src/widgets/widget-locale-selector.c:140
23117 msgid "Belgium/German (de_BE)"
23118 msgstr ""
23120 #: src/widgets/widget-locale-selector.c:141
23121 msgid "Switzerland/German (de_CH)"
23122 msgstr ""
23124 #: src/widgets/widget-locale-selector.c:142
23125 msgid "Germany (de_DE)"
23126 msgstr ""
23128 #: src/widgets/widget-locale-selector.c:143
23129 msgid "Luxembourg/German (de_LU)"
23130 msgstr ""
23132 #: src/widgets/widget-locale-selector.c:144
23133 msgid "Greece (el_GR)"
23134 msgstr ""
23136 #: src/widgets/widget-locale-selector.c:145
23137 msgid "Australia (en_AU)"
23138 msgstr ""
23140 #: src/widgets/widget-locale-selector.c:146
23141 msgid "Botswana (en_BW)"
23142 msgstr ""
23144 #: src/widgets/widget-locale-selector.c:147
23145 msgid "Canada/English (en_CA)"
23146 msgstr ""
23148 #: src/widgets/widget-locale-selector.c:148
23149 msgid "Great Britain (en_GB)"
23150 msgstr ""
23152 #: src/widgets/widget-locale-selector.c:149
23153 msgid "Hong Kong/English (en_HK)"
23154 msgstr ""
23156 #: src/widgets/widget-locale-selector.c:150
23157 msgid "Ireland (en_IE)"
23158 msgstr ""
23160 #: src/widgets/widget-locale-selector.c:151
23161 msgid "India/English (en_IN)"
23162 msgstr ""
23164 #: src/widgets/widget-locale-selector.c:152
23165 msgid "New Zealand (en_NZ)"
23166 msgstr ""
23168 #: src/widgets/widget-locale-selector.c:153
23169 msgid "Philippines (en_PH)"
23170 msgstr ""
23172 #: src/widgets/widget-locale-selector.c:154
23173 msgid "Singapore/English (en_SG)"
23174 msgstr ""
23176 #: src/widgets/widget-locale-selector.c:155
23177 msgid "United States/English (en_US)"
23178 msgstr ""
23180 #: src/widgets/widget-locale-selector.c:156
23181 msgid "South Africa/English (en_ZA)"
23182 msgstr ""
23184 #: src/widgets/widget-locale-selector.c:157
23185 msgid "Zimbabwe (en_ZW)"
23186 msgstr ""
23188 #: src/widgets/widget-locale-selector.c:158
23189 msgid "Esperanto (eo_EO)"
23190 msgstr ""
23192 #: src/widgets/widget-locale-selector.c:159
23193 msgid "Argentina (es_AR)"
23194 msgstr ""
23196 #: src/widgets/widget-locale-selector.c:160
23197 msgid "Bolivia (es_BO)"
23198 msgstr ""
23200 #: src/widgets/widget-locale-selector.c:161
23201 msgid "Chile (es_CL)"
23202 msgstr ""
23204 #: src/widgets/widget-locale-selector.c:162
23205 msgid "Colombia (es_CO)"
23206 msgstr ""
23208 #: src/widgets/widget-locale-selector.c:163
23209 msgid "Costa Rica (es_CR)"
23210 msgstr ""
23212 #: src/widgets/widget-locale-selector.c:164
23213 msgid "Dominican Republic (es_DO)"
23214 msgstr ""
23216 #: src/widgets/widget-locale-selector.c:165
23217 msgid "Ecuador (es_EC)"
23218 msgstr ""
23220 #: src/widgets/widget-locale-selector.c:166
23221 msgid "Spain (es_ES)"
23222 msgstr ""
23224 #: src/widgets/widget-locale-selector.c:167
23225 msgid "Guatemala (es_GT)"
23226 msgstr ""
23228 #: src/widgets/widget-locale-selector.c:168
23229 msgid "Honduras (es_HN)"
23230 msgstr ""
23232 #: src/widgets/widget-locale-selector.c:169
23233 msgid "Mexico (es_MX)"
23234 msgstr ""
23236 #: src/widgets/widget-locale-selector.c:170
23237 msgid "Nicaragua (es_NI)"
23238 msgstr ""
23240 #: src/widgets/widget-locale-selector.c:171
23241 msgid "Panama (es_PA)"
23242 msgstr ""
23244 #: src/widgets/widget-locale-selector.c:172
23245 msgid "Peru (es_PE)"
23246 msgstr ""
23248 #: src/widgets/widget-locale-selector.c:173
23249 msgid "Puerto Rico (es_PR)"
23250 msgstr ""
23252 #: src/widgets/widget-locale-selector.c:174
23253 msgid "Paraguay (es_PY)"
23254 msgstr ""
23256 #: src/widgets/widget-locale-selector.c:175
23257 msgid "El Salvador (es_SV)"
23258 msgstr ""
23260 #: src/widgets/widget-locale-selector.c:176
23261 msgid "United States/Spanish (es_US)"
23262 msgstr ""
23264 #: src/widgets/widget-locale-selector.c:177
23265 msgid "Uruguay (es_UY)"
23266 msgstr ""
23268 #: src/widgets/widget-locale-selector.c:178
23269 msgid "Venezuela (es_VE)"
23270 msgstr ""
23272 #: src/widgets/widget-locale-selector.c:179
23273 msgid "Estonia (et_EE)"
23274 msgstr ""
23276 #: src/widgets/widget-locale-selector.c:180
23277 msgid "Spain/Basque (eu_ES)"
23278 msgstr ""
23280 #: src/widgets/widget-locale-selector.c:181
23281 msgid "Iran (fa_IR)"
23282 msgstr ""
23284 #: src/widgets/widget-locale-selector.c:182
23285 msgid "Finland/Finnish (fi_FI)"
23286 msgstr ""
23288 #: src/widgets/widget-locale-selector.c:183
23289 msgid "Faroe Islands (fo_FO)"
23290 msgstr ""
23292 #: src/widgets/widget-locale-selector.c:184
23293 msgid "Belgium/French (fr_BE)"
23294 msgstr ""
23296 #: src/widgets/widget-locale-selector.c:185
23297 msgid "Canada/French (fr_CA)"
23298 msgstr ""
23300 #: src/widgets/widget-locale-selector.c:186
23301 msgid "Switzerland/French (fr_CH)"
23302 msgstr ""
23304 #: src/widgets/widget-locale-selector.c:187
23305 msgid "France (fr_FR)"
23306 msgstr ""
23308 #: src/widgets/widget-locale-selector.c:188
23309 msgid "Ireland/Gaelic (ga_IE)"
23310 msgstr ""
23312 #: src/widgets/widget-locale-selector.c:189
23313 msgid "Great Britain/Scottish Gaelic (gd_GB)"
23314 msgstr ""
23316 #: src/widgets/widget-locale-selector.c:190
23317 msgid "Spain/Galician (gl_ES)"
23318 msgstr ""
23320 #: src/widgets/widget-locale-selector.c:191
23321 msgid "Great Britain/Manx Gaelic (gv_GB)"
23322 msgstr ""
23324 #: src/widgets/widget-locale-selector.c:192
23325 msgid "India/Hindu (hi_IN)"
23326 msgstr ""
23328 #: src/widgets/widget-locale-selector.c:193
23329 msgid "Croatia (hr_HR)"
23330 msgstr ""
23332 #: src/widgets/widget-locale-selector.c:194
23333 msgid "Hungary (hu_HU)"
23334 msgstr ""
23336 #: src/widgets/widget-locale-selector.c:195
23337 msgid "Armenia (hy_AM)"
23338 msgstr ""
23340 #: src/widgets/widget-locale-selector.c:196
23341 msgid "(i18n)"
23342 msgstr "(i18n)"
23344 #: src/widgets/widget-locale-selector.c:197
23345 msgid "Indonesia (id_ID)"
23346 msgstr ""
23348 #: src/widgets/widget-locale-selector.c:198
23349 msgid "Iceland (is_IS)"
23350 msgstr ""
23352 #: src/widgets/widget-locale-selector.c:199
23353 msgid "(iso14651_t1)"
23354 msgstr ""
23356 #: src/widgets/widget-locale-selector.c:200
23357 msgid "Switzerland/Italian (it_CH)"
23358 msgstr ""
23360 #: src/widgets/widget-locale-selector.c:201
23361 msgid "Italy (it_IT)"
23362 msgstr ""
23364 #: src/widgets/widget-locale-selector.c:202
23365 msgid "Israel/Hebrew (iw_IL)"
23366 msgstr ""
23368 #: src/widgets/widget-locale-selector.c:203
23369 msgid "Japan (ja_JP)"
23370 msgstr ""
23372 #: src/widgets/widget-locale-selector.c:204
23373 msgid "Georgia (ka_GE)"
23374 msgstr ""
23376 #: src/widgets/widget-locale-selector.c:205
23377 msgid "Greenland (kl_GL)"
23378 msgstr ""
23380 #: src/widgets/widget-locale-selector.c:206
23381 msgid "Korea (ko_KR)"
23382 msgstr ""
23384 #: src/widgets/widget-locale-selector.c:207
23385 msgid "Great Britain/Cornish (kw_GB)"
23386 msgstr ""
23388 #: src/widgets/widget-locale-selector.c:208
23389 msgid "Lithuania (lt_LT)"
23390 msgstr ""
23392 #: src/widgets/widget-locale-selector.c:209
23393 msgid "Latvia (lv_LV)"
23394 msgstr ""
23396 #: src/widgets/widget-locale-selector.c:210
23397 msgid "New Zealand/Maori (mi_NZ)"
23398 msgstr ""
23400 #: src/widgets/widget-locale-selector.c:211
23401 msgid "Macedonia (mk_MK)"
23402 msgstr ""
23404 #: src/widgets/widget-locale-selector.c:212
23405 msgid "India/Marathi (mr_IN)"
23406 msgstr ""
23408 #: src/widgets/widget-locale-selector.c:213
23409 msgid "Malaysia (ms_MY)"
23410 msgstr ""
23412 #: src/widgets/widget-locale-selector.c:214
23413 msgid "Malta (mt_MT)"
23414 msgstr ""
23416 #: src/widgets/widget-locale-selector.c:215
23417 msgid "Belgium/Flemish (nl_BE)"
23418 msgstr ""
23420 #: src/widgets/widget-locale-selector.c:216
23421 msgid "The Netherlands (nl_NL)"
23422 msgstr ""
23424 #: src/widgets/widget-locale-selector.c:217
23425 msgid "Norway/Nynorsk (nn_NO)"
23426 msgstr ""
23428 #: src/widgets/widget-locale-selector.c:218
23429 msgid "Norway/Bokmal (no_NO)"
23430 msgstr ""
23432 #: src/widgets/widget-locale-selector.c:219
23433 msgid "France/Occitan (oc_FR)"
23434 msgstr ""
23436 #: src/widgets/widget-locale-selector.c:220
23437 msgid "Poland (pl_PL)"
23438 msgstr ""
23440 #: src/widgets/widget-locale-selector.c:221
23441 msgid "Brazil (pt_BR)"
23442 msgstr ""
23444 #: src/widgets/widget-locale-selector.c:222
23445 msgid "Portugal (pt_PT)"
23446 msgstr ""
23448 #: src/widgets/widget-locale-selector.c:223
23449 msgid "Romania (ro_RO)"
23450 msgstr ""
23452 #: src/widgets/widget-locale-selector.c:224
23453 msgid "Russia (ru_RU)"
23454 msgstr ""
23456 #: src/widgets/widget-locale-selector.c:225
23457 msgid "Ukraine/Russian (ru_UA)"
23458 msgstr ""
23460 #: src/widgets/widget-locale-selector.c:226
23461 msgid "Norway/Saami (se_NO)"
23462 msgstr ""
23464 #: src/widgets/widget-locale-selector.c:227
23465 msgid "Slovakia (sk_SK)"
23466 msgstr ""
23468 #: src/widgets/widget-locale-selector.c:228
23469 msgid "Slovenia (sl_SI)"
23470 msgstr ""
23472 #: src/widgets/widget-locale-selector.c:229
23473 msgid "Albania (sq_AL)"
23474 msgstr ""
23476 #: src/widgets/widget-locale-selector.c:230
23477 msgid "Yugoslavia (sr_YU)"
23478 msgstr ""
23480 #: src/widgets/widget-locale-selector.c:231
23481 msgid "Finland/Swedish (sv_FI)"
23482 msgstr ""
23484 #: src/widgets/widget-locale-selector.c:232
23485 msgid "Sweden (sv_SE)"
23486 msgstr ""
23488 #: src/widgets/widget-locale-selector.c:233
23489 msgid "India/Tamil (ta_IN)"
23490 msgstr ""
23492 #: src/widgets/widget-locale-selector.c:234
23493 msgid "India/Telugu (te_IN)"
23494 msgstr ""
23496 #: src/widgets/widget-locale-selector.c:235
23497 msgid "Tajikistan (tg_TJ)"
23498 msgstr ""
23500 #: src/widgets/widget-locale-selector.c:236
23501 msgid "Thailand (th_TH)"
23502 msgstr ""
23504 #: src/widgets/widget-locale-selector.c:237
23505 msgid "Eritrea (ti_ER)"
23506 msgstr ""
23508 #: src/widgets/widget-locale-selector.c:238
23509 msgid "Ethiopia/Tigrinya (ti_ET)"
23510 msgstr ""
23512 #: src/widgets/widget-locale-selector.c:239
23513 msgid "Philippines/Tagalog (tl_PH)"
23514 msgstr ""
23516 #: src/widgets/widget-locale-selector.c:240
23517 msgid "Turkey (tr_TR)"
23518 msgstr ""
23520 #: src/widgets/widget-locale-selector.c:241
23521 msgid "Russia/Tatar (tt_RU)"
23522 msgstr ""
23524 #: src/widgets/widget-locale-selector.c:242
23525 msgid "Ukraine (uk_UA)"
23526 msgstr ""
23528 #: src/widgets/widget-locale-selector.c:243
23529 msgid "Pakistan (ur_PK)"
23530 msgstr ""
23532 #: src/widgets/widget-locale-selector.c:244
23533 msgid "Uzbekistan (uz_UZ)"
23534 msgstr ""
23536 #: src/widgets/widget-locale-selector.c:245
23537 msgid "Vietnam (vi_VN)"
23538 msgstr ""
23540 #: src/widgets/widget-locale-selector.c:246
23541 msgid "Belgium/Walloon (wa_BE)"
23542 msgstr ""
23544 #: src/widgets/widget-locale-selector.c:247
23545 msgid "United States/Yiddish (yi_US)"
23546 msgstr ""
23548 #: src/widgets/widget-locale-selector.c:248
23549 msgid "China (zh_CN)"
23550 msgstr ""
23552 #: src/widgets/widget-locale-selector.c:249
23553 msgid "Hong Kong/Chinese (zh_HK)"
23554 msgstr ""
23556 #: src/widgets/widget-locale-selector.c:250
23557 msgid "Singapore/Chinese (zh_SG)"
23558 msgstr ""
23560 #: src/widgets/widget-locale-selector.c:251
23561 msgid "Taiwan (zh_TW)"
23562 msgstr ""
23564 #: src/widgets/widget-locale-selector.c:452
23565 msgid "Current Locale: "
23566 msgstr ""
23568 #: src/workbook-cmd-format.c:49
23569 msgid "Add Borders"
23570 msgstr ""
23572 #: src/workbook-cmd-format.c:49
23573 msgid "Remove borders"
23574 msgstr ""
23576 #: src/workbook-control-gui.c:359
23577 msgid " : Gnumeric"
23578 msgstr ""
23580 #: src/workbook-control-gui.c:643
23581 msgid "Manage sheets..."
23582 msgstr ""
23584 #: src/workbook-control-gui.c:646
23585 msgid "Append"
23586 msgstr "ਜੋਡ਼ੋ"
23588 #: src/workbook-control-gui.c:647
23589 msgid "Duplicate"
23590 msgstr "ਨਕਲੀ"
23592 #: src/workbook-control-gui.c:648
23593 msgid "Remove"
23594 msgstr "ਹਟਾਉ"
23596 #: src/workbook-control-gui.c:649
23597 msgid "Rename"
23598 msgstr "ਨਾਮ ਤਬਦੀਲ"
23601 #. * xgettext:
23602 #. * This string must translate to exactly the same strings as the
23603 #. * 'Preferences...' item in the
23604 #. * 'File' menu
23606 #: src/workbook-control-gui.c:1082
23607 msgid "_File/Preferen_ces..."
23608 msgstr "ਫਾਇਲ/ਮੇਰੀ ਪਸੰਦ"
23610 #: src/workbook-control-gui.c:1104
23611 msgid "File/"
23612 msgstr "ਫਾਇਲ/"
23614 #: src/workbook-control-gui.c:1325 src/workbook-control-gui.c:1399
23615 msgid "Nothing"
23616 msgstr "ਕੁਝ ਨਹੀ"
23618 #: src/workbook-control-gui.c:1535
23619 msgid "Un_freeze Panes"
23620 msgstr ""
23622 #: src/workbook-control-gui.c:1538
23623 msgid "Unfreeze the top left of the sheet"
23624 msgstr ""
23626 #: src/workbook-control-gui.c:1553
23627 msgid "Remove _Auto Filter"
23628 msgstr ""
23630 #: src/workbook-control-gui.c:1556
23631 msgid "Remove a filter"
23632 msgstr ""
23634 #: src/workbook-control-gui.c:1557
23635 msgid "Add a filter"
23636 msgstr ""
23638 #: src/workbook-control-gui.c:1577 src/workbook-control-gui.c:4035
23639 #: src/workbook-control-gui.c:4268
23640 msgid "Redo"
23641 msgstr ""
23643 #: src/workbook-control-gui.c:1766
23644 #, c-format
23645 msgid "Save changes to workbook '%s' before closing?"
23646 msgstr ""
23648 #: src/workbook-control-gui.c:1770
23649 msgid "Save changes to workbook before closing?"
23650 msgstr ""
23652 #: src/workbook-control-gui.c:1776
23653 msgid "If you close without saving, changes will be discarded."
23654 msgstr ""
23656 #: src/workbook-control-gui.c:1782
23657 msgid "Discard all"
23658 msgstr "ਸਾਰੇ ਰੱਦ"
23660 #: src/workbook-control-gui.c:1784 src/workbook-control-gui.c:1793
23661 #: src/workbook-control-gui.c:1801
23662 msgid "Discard"
23663 msgstr "ਰੱਦ"
23665 #: src/workbook-control-gui.c:1786
23666 msgid "Save all"
23667 msgstr "ਸਭ ਸੰਭਾਲੋ"
23669 #: src/workbook-control-gui.c:1788 src/workbook-control-gui.c:1795
23670 msgid "Don't quit"
23671 msgstr "ਬਾਹਰ ਨਹੀ ਜਾਣਾ"
23673 #: src/workbook-control-gui.c:1803
23674 msgid "Don't close"
23675 msgstr "ਬੰਦ ਨਾ ਕਰੋ"
23677 #: src/workbook-control-gui.c:2252
23678 #, c-format
23679 msgid ""
23680 "In cell %s, the current contents\n"
23681 "        %s\n"
23682 "would have been replaced by\n"
23683 "        %s\n"
23684 "which is invalid.\n"
23685 "\n"
23686 "The replace has been aborted and nothing has been changed."
23687 msgstr ""
23689 #: src/workbook-control-gui.c:2289
23690 #, c-format
23691 msgid "Comment in cell %s!%s"
23692 msgstr ""
23694 #. TODO : No need to check simplicty.  XL applies for each non-discrete
23695 #. * selected region, (use selection_apply).  Arrays and Merged regions
23696 #. * are permitted.
23698 #: src/workbook-control-gui.c:2529
23699 msgid "Insert rows"
23700 msgstr "ਕਤਾਰ ਸ਼ਾਮਿਲ ਕਰੋ"
23702 #: src/workbook-control-gui.c:2549
23703 msgid "Insert columns"
23704 msgstr "ਕਾਲਮ ਸ਼ਾਮਿਲ ਕਰੋ"
23706 #: src/workbook-control-gui.c:2943
23707 msgid "Add Filter"
23708 msgstr "ਫਿਲਟਰ ਜੋੜ੍ਹੋ"
23710 #: src/workbook-control-gui.c:2955
23711 msgid "AutoFilter"
23712 msgstr "ਸਵੈ-ਫਿਲਟਰ"
23714 #: src/workbook-control-gui.c:2955
23715 msgid "Requires more than 1 row"
23716 msgstr ""
23718 #: src/workbook-control-gui.c:3012 src/workbook-control-gui.c:3031
23719 msgid "Show Detail"
23720 msgstr "ਵੇਰਵਾ ਵੇਖਾਉ"
23722 #: src/workbook-control-gui.c:3012 src/workbook-control-gui.c:3031
23723 msgid "Hide Detail"
23724 msgstr "ਵੇਰਵਾ ਓਹਲੇ"
23726 #: src/workbook-control-gui.c:3019
23727 msgid "can only be performed on an existing group"
23728 msgstr ""
23730 #: src/workbook-control-gui.c:3077
23731 msgid "Group"
23732 msgstr ""
23734 #: src/workbook-control-gui.c:3077
23735 msgid "Ungroup"
23736 msgstr ""
23738 #: src/workbook-control-gui.c:3206
23739 msgid "Sort"
23740 msgstr ""
23742 #: src/workbook-control-gui.c:3285
23743 msgid "Select an object to add"
23744 msgstr ""
23746 #: src/workbook-control-gui.c:3296
23747 #, c-format
23748 msgid "Unable to create object of type '%s'"
23749 msgstr ""
23751 #: src/workbook-control-gui.c:3498
23752 msgid "P_aste special..."
23753 msgstr ""
23755 #: src/workbook-control-gui.c:3555
23756 msgid "Create a new view of the workbook"
23757 msgstr ""
23759 #: src/workbook-control-gui.c:3589
23760 msgid "_Auto generate names..."
23761 msgstr ""
23763 #: src/workbook-control-gui.c:3590
23764 msgid "Use the current selection to create names"
23765 msgstr ""
23767 #: src/workbook-control-gui.c:3747
23768 msgid "Add a new scenario"
23769 msgstr ""
23771 #: src/workbook-control-gui.c:3755
23772 msgid "One Factor Analysis of Variance..."
23773 msgstr ""
23775 #: src/workbook-control-gui.c:3758
23776 msgid "Two Factor Analysis of Variance..."
23777 msgstr ""
23779 #: src/workbook-control-gui.c:3767
23780 msgid "Exponential smoothing..."
23781 msgstr ""
23783 #: src/workbook-control-gui.c:3771
23784 msgid "Moving average..."
23785 msgstr ""
23787 #: src/workbook-control-gui.c:3780
23788 msgid "Comparing two population means for two paired samples: t-test..."
23789 msgstr ""
23791 #: src/workbook-control-gui.c:3784
23792 msgid ""
23793 "Comparing two population means for two unpaired samples from populations "
23794 "with equal variances: t-test..."
23795 msgstr ""
23797 #: src/workbook-control-gui.c:3789
23798 msgid ""
23799 "Comparing two population means for two unpaired samples from populations "
23800 "with unequal variances: t-test..."
23801 msgstr ""
23803 #: src/workbook-control-gui.c:3794
23804 msgid ""
23805 "Comparing two population means from populations with known variances or "
23806 "using a large sample: z-test..."
23807 msgstr ""
23809 #: src/workbook-control-gui.c:3824
23810 msgid "Ranks And _Percentiles..."
23811 msgstr ""
23813 #: src/workbook-control-gui.c:3949
23814 msgid "Sh_uffle..."
23815 msgstr ""
23817 #: src/workbook-control-gui.c:3950
23818 msgid "Shuffle cells, rows or columns"
23819 msgstr ""
23821 #: src/workbook-control-gui.c:4032
23822 msgid "Undo the operation"
23823 msgstr ""
23825 #: src/workbook-control-gui.c:4035
23826 msgid "Redo the operation"
23827 msgstr ""
23829 #: src/workbook-control-gui.c:5166
23830 #, c-format
23831 msgid "File \"%s\" has unknown format."
23832 msgstr "ਫਾਇਲ \"%s\" ਦਾ ਫਾਰਮਿਟ ਅਣਪਛਾਤਾ ਹੈ"
23834 #: src/workbook-control-gui.c:5212
23835 msgid "Send"
23836 msgstr "ਭੇਜੋ"
23838 #: src/workbook-control-gui.c:5212
23839 msgid "Send the current file in email"
23840 msgstr ""
23842 #: src/workbook-control-gui.c:5452 src/workbook-control-gui.c:5467
23843 msgid "_Re-Edit"
23844 msgstr "ਮੁਡ਼-ਸੋਧ"
23846 #: src/workbook-control-gui.c:5453 src/workbook-control-gui.c:5458
23847 msgid "_Discard"
23848 msgstr "ਰੱਦ"
23850 #: src/workbook-control-gui.c:5457 src/workbook-control-gui.c:5468
23851 msgid "_Accept"
23852 msgstr "ਸਵੀਕਾਰ"
23854 #: src/workbook-control.c:233
23855 msgid "Define Name"
23856 msgstr "ਨਾਮ ਪਰਾਭਾਸ਼ਿਤ ਕਰੋ"
23858 #: src/workbook-control.c:253
23859 msgid "Address"
23860 msgstr "ਸਿਰਨਾਵਾਂ"
23862 #: src/workbook-edit.c:350
23863 #, c-format
23864 msgid "%s!%s is locked"
23865 msgstr "%s!%s ਲਾਕ ਹੈ"
23867 #: src/workbook-edit.c:354
23868 msgid "Unprotect the workbook to enable editing."
23869 msgstr ""
23871 #: src/workbook-edit.c:355
23872 msgid "Unprotect the sheet to enable editing."
23873 msgstr ""
23875 #: src/workbook-format-toolbar.c:89
23876 msgid "Set Horizontal Alignment"
23877 msgstr ""
23879 #: src/workbook-format-toolbar.c:189
23880 msgid "Set Font Style"
23881 msgstr "ਫੋਟ ਸ਼ੈਲੀ ਨਿਰਧਾਰਿਤ ਕਰੋ"
23883 #: src/workbook-format-toolbar.c:255
23884 msgid "Set Font"
23885 msgstr "ਫੋਟ ਨਿਰਧਾਰਿਤ ਕਰੋ"
23887 #: src/workbook-format-toolbar.c:290
23888 msgid "Set Font Size"
23889 msgstr ""
23891 #: src/workbook-format-toolbar.c:312
23892 msgid "Format as Money"
23893 msgstr ""
23895 #: src/workbook-format-toolbar.c:346
23896 msgid "Increase precision"
23897 msgstr ""
23899 #: src/workbook-format-toolbar.c:352
23900 msgid "Decrease precision"
23901 msgstr ""
23903 #: src/workbook-format-toolbar.c:358
23904 msgid "Toggle thousands separator"
23905 msgstr ""
23907 #: src/workbook-format-toolbar.c:548
23908 msgid "Set Foreground Color"
23909 msgstr ""
23911 #: src/workbook-format-toolbar.c:582
23912 msgid "Set Background Color"
23913 msgstr ""
23915 #: src/workbook-format-toolbar.c:631
23916 msgid "Clear Borders"
23917 msgstr ""
23919 #: src/workbook-format-toolbar.c:634
23920 msgid "All Borders"
23921 msgstr ""
23923 #: src/workbook-format-toolbar.c:635
23924 msgid "Outside Borders"
23925 msgstr ""
23927 #: src/workbook-format-toolbar.c:636
23928 msgid "Thick Outside Borders"
23929 msgstr ""
23931 #: src/workbook-format-toolbar.c:639
23932 msgid "Double Bottom"
23933 msgstr ""
23935 #: src/workbook-format-toolbar.c:640
23936 msgid "Thick Bottom"
23937 msgstr ""
23939 #: src/workbook-format-toolbar.c:642
23940 msgid "Top and Bottom"
23941 msgstr ""
23943 #: src/workbook-format-toolbar.c:643
23944 msgid "Top and Double Bottom"
23945 msgstr ""
23947 #: src/workbook-format-toolbar.c:644
23948 msgid "Top and Thick Bottom"
23949 msgstr ""
23951 #: src/workbook-format-toolbar.c:729
23952 msgid "Set Borders"
23953 msgstr ""
23955 #: src/workbook-object-toolbar.c:190
23956 msgid "SpinButton"
23957 msgstr "ਸਪਿਨ ਬਟਨ"
23959 #: src/workbook-view.c:275
23960 #, c-format
23961 msgid "%dC"
23962 msgstr "%dC"
23964 #: src/workbook-view.c:277
23965 #, c-format
23966 msgid "%dR"
23967 msgstr "%dR"
23969 #: src/workbook-view.c:279
23970 #, c-format
23971 msgid "%dR x %dC"
23972 msgstr "%dR x %dC"
23974 #: src/workbook-view.c:421
23975 msgid "Internal ERROR"
23976 msgstr "ਅੰਦਰੂਨੀ ਗਲਤੀ"
23978 #: src/workbook-view.c:589
23979 #, c-format
23980 msgid "Can't open '%s' for writing: %s"
23981 msgstr ""
23983 #: src/workbook-view.c:614
23984 #, c-format
23985 msgid "An unexplained error happened while saving %s"
23986 msgstr ""
23989 #. * This should be quite rare.  To provoke, use
23990 #. * gnumeric `echo -e '\377\376'`
23992 #: src/workbook-view.c:621 src/workbook-view.c:982
23993 msgid "The filename given is not valid in the current encoding."
23994 msgstr ""
23996 #: src/workbook-view.c:706 src/workbook-view.c:815
23997 msgid "Default file saver is not available."
23998 msgstr ""
24000 #: src/workbook-view.c:775
24001 msgid "Failed to create temporary file for sending."
24002 msgstr ""
24004 #: src/workbook-view.c:908
24005 msgid "Unsupported file format."
24006 msgstr ""
24008 #: src/workbook-view.c:975
24009 #, c-format
24010 msgid "An unexplained error happened while opening %s"
24011 msgstr ""
24013 #: src/workbook.c:407
24014 #, c-format
24015 msgid "Book%d.%s"
24016 msgstr "ਬੁੱਕ%d.%s"
24018 #: src/workbook.c:1260
24019 msgid "Sheet name is NULL"
24020 msgstr ""
24022 #: src/workbook.c:1271
24023 msgid "Sheet name is not valid utf-8"
24024 msgstr ""
24026 #: src/workbook.c:1280
24027 msgid "Sheet name must have at least 1 letter"
24028 msgstr ""
24030 #: src/workbook.c:1304
24031 msgid "There is already a sheet named"
24032 msgstr ""
24034 #: src/workbook.c:1318
24035 msgid "You may not use this name twice"
24036 msgstr ""
24038 #: src/xml-io.c:2728
24039 #, c-format
24040 msgid "Unsupported object type '%s'"
24041 msgstr ""
24043 #: src/xml-io.c:3429
24044 msgid "Unparsable xml in clipboard"
24045 msgstr ""
24047 #: src/xml-io.c:3436
24048 msgid "Clipboard is in unknown format"
24049 msgstr ""
24052 #. * Pass 2: read the contents
24054 #: src/xml-io.c:3857
24055 msgid "Processing file..."
24056 msgstr ""
24058 #: src/xml-io.c:4184
24059 msgid "The file is not a Gnumeric Workbook file"
24060 msgstr ""
24062 #: src/xml-io.c:4221
24063 msgid "Failure saving file"
24064 msgstr ""
24066 #: src/xml-io.c:4254
24067 msgid "Gnumeric XML file format"
24068 msgstr ""