Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
gnumeric
Commits
6b45f2ef
Commit
6b45f2ef
authored
Feb 23, 1999
by
Arturo Espinosa
Browse files
Gnumeric 0.14
parent
1e36af3d
Changes
25
Expand all
Hide whitespace changes
Inline
Side-by-side
ChangeLog-1999-07-09
View file @
6b45f2ef
1999-02-22 Miguel de Icaza <miguel@nuclecu.unam.mx>
1999-02-22 Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu>
* plugins/guile/plugin.c (func_scm_apply): Initialization of
...
...
@@ -13,6 +10,7 @@
* src/fn-math.c: provide a break for default handlers.
* src/item-edit.c (entry_event): ditto
* src/sheet-autofill.c (fill_item_destroy): ditto.
* src/dialog-cell-format.c (create_number_format_page): Initialize
in the body, like above.
...
...
ChangeLog-2000-02-23
View file @
6b45f2ef
1999-02-22 Miguel de Icaza <miguel@nuclecu.unam.mx>
1999-02-22 Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu>
* plugins/guile/plugin.c (func_scm_apply): Initialization of
...
...
@@ -13,6 +10,7 @@
* src/fn-math.c: provide a break for default handlers.
* src/item-edit.c (entry_event): ditto
* src/sheet-autofill.c (fill_item_destroy): ditto.
* src/dialog-cell-format.c (create_number_format_page): Initialize
in the body, like above.
...
...
OChangeLog-1999-07-09
View file @
6b45f2ef
1999-02-22 Miguel de Icaza <miguel@nuclecu.unam.mx>
1999-02-22 Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu>
* plugins/guile/plugin.c (func_scm_apply): Initialization of
...
...
@@ -13,6 +10,7 @@
* src/fn-math.c: provide a break for default handlers.
* src/item-edit.c (entry_event): ditto
* src/sheet-autofill.c (fill_item_destroy): ditto.
* src/dialog-cell-format.c (create_number_format_page): Initialize
in the body, like above.
...
...
OChangeLog-2000-02-23
View file @
6b45f2ef
1999-02-22 Miguel de Icaza <miguel@nuclecu.unam.mx>
1999-02-22 Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu>
* plugins/guile/plugin.c (func_scm_apply): Initialization of
...
...
@@ -13,6 +10,7 @@
* src/fn-math.c: provide a break for default handlers.
* src/item-edit.c (entry_event): ditto
* src/sheet-autofill.c (fill_item_destroy): ditto.
* src/dialog-cell-format.c (create_number_format_page): Initialize
in the body, like above.
...
...
configure.in
View file @
6b45f2ef
AC_INIT(src/gnumeric.h)
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE(gnumeric,0.1
2
)
AM_INIT_AUTOMAKE(gnumeric,0.1
4
)
AM_MAINTAINER_MODE
AM_ACLOCAL_INCLUDE(macros)
...
...
doc/C/Makefile.am
View file @
6b45f2ef
...
...
@@ -34,6 +34,9 @@ PERL_FILES = \
EXTRA_DIST
=
\
topic.dat
\
func.defs
\
functions.sgml
\
func-list.sgml
\
func-index.sgml
\
$(SGML_FILES)
\
$(PERL_FILES)
\
$(TEXT_FILES)
...
...
po/cs.po
View file @
6b45f2ef
msgid ""
msgstr ""
"POT-Creation-Date: 1999-02-
17 17:31
-0600\n"
"POT-Creation-Date: 1999-02-
22 20:46
-0600\n"
"Content-Type: text/plain; charset=iso8859-2\n"
"Date: 1998-09-30 00:38:13-0500\n"
"From: Petr Vyyhnalek <petr.vyhnalek@email.cz>\n"
...
...
@@ -14,7 +14,66 @@ msgstr ""
"src/main.c src/plugin.c src/plugin-manager.c src/sheet-view.c "
"src/sheet-autofill.c src/sheet.c src/workbook.c src/xml-io.c\n"
#: plugins/stat/stat.c:10
#: plugins/excel/boot.c:67
msgid "Microsoft(R) Excel file format"
msgstr ""
#: plugins/guile/plugin.c:220
msgid "Argument must be a Guile expression"
msgstr ""
#: plugins/guile/plugin.c:241 src/expr.c:489 src/fn-math.c:1158
#: src/fn-sheet.c:38 src/fn-sheet.c:83
msgid "Invalid number of arguments"
msgstr "patn poet argumentu"
#: plugins/guile/plugin.c:248 plugins/guile/plugin.c:254
msgid "First argument to SCM must be a Guile expression"
msgstr ""
#: plugins/guile/plugin.c:260
msgid "Undefined scheme function"
msgstr ""
#: plugins/guile/plugin.c:278
msgid "Could not evaluate argument"
msgstr ""
#: plugins/guile/plugin.c:386
#, fuzzy
msgid "Unable to lookup Guile function."
msgstr "nemohu otevt soubor modulu:"
#: plugins/guile/plugin.c:454
#, fuzzy
msgid "Guile Plugin"
msgstr "Gnumeric"
#: plugins/python/python.c:99
msgid "Unable to lookup Python code object."
msgstr ""
#: plugins/python/python.c:115
msgid "Python exception."
msgstr ""
#: plugins/python/python.c:137
msgid "object must be callable"
msgstr ""
#: plugins/python/python.c:143
msgid "could not alloc FuncDef"
msgstr ""
#: plugins/python/python.c:177
msgid "Gnumeric/Python module initialized\n"
msgstr ""
#: plugins/python/python.c:190
msgid "Python Plugin"
msgstr ""
#: plugins/stat/stat.c:12
msgid ""
"@FUNCTION=STDEV\n"
"@SYNTAX = STDEV(value1, value2, ...)@DESCRIPTION=Computes the standard "
...
...
@@ -23,7 +82,7 @@ msgid ""
"@SEEALSO=VARIANCE"
msgstr ""
#: plugins/stat/stat.c:2
1
#: plugins/stat/stat.c:2
3
msgid ""
"@FUNCTION=VARIANCE\n"
"@SYNTAX = VARIANCE(value1, value2, ...)@DESCRIPTION=Computes the variation "
...
...
@@ -33,7 +92,7 @@ msgid ""
"NVARIANCE.@SEEALSO=AVERAGE, NVARIANCE"
msgstr ""
#: plugins/stat/stat.c:3
2
#: plugins/stat/stat.c:3
4
msgid ""
"@FUNCTION=NVARIANCE\n"
"@SYNTAX = NVARIANVE(value1, value2, ...)@DESCRIPTION=Computes the variation "
...
...
@@ -43,19 +102,67 @@ msgid ""
"VARIANCE.@SEEALSO=AVERAGE, VARIANCE"
msgstr ""
#: plugins/stat/stat.c:6
7
#: plugins/stat/stat.c:6
9
msgid "Statistics Plugin"
msgstr ""
#: plugins/stat/stat.c:10
0
#: plugins/stat/stat.c:10
2
msgid "variance - division by 0"
msgstr ""
#: src/about.c:38
#: src/about.c:23
msgid "Miguel de Icaza, main programmer."
msgstr ""
#: src/about.c:24
msgid "Daniel Veillard, XML support."
msgstr ""
#: src/about.c:25
msgid "Chris Lahey, Number format engine."
msgstr ""
#: src/about.c:26
msgid "Tom Dyas, Plugin support."
msgstr ""
#: src/about.c:27
msgid "Federico Mena, Canvas support."
msgstr ""
#: src/about.c:28
msgid "Adrian Likins, Documentation, debugging"
msgstr ""
#: src/about.c:29
msgid "Jakub Jelinek, Gnumeric hacker"
msgstr ""
#: src/about.c:30
msgid "Michael Meeks, Excel and OLE2 importing"
msgstr ""
#: src/about.c:31
msgid "Sean Atkinson, Excel functions"
msgstr ""
#: src/about.c:32
msgid "Bruno Unna, Excel code"
msgstr ""
#: src/about.c:33
msgid "Mark Probst, Guile support"
msgstr ""
#: src/about.c:34
msgid "Vincent Renardias, CSV support"
msgstr ""
#: src/about.c:49
msgid "Gnumeric"
msgstr "Gnumeric"
#: src/about.c:
41
#: src/about.c:
52
msgid ""
"The GNOME spreadsheet.\n"
"http://www.gnome.org/gnumeric"
...
...
@@ -257,110 +364,110 @@ msgid "Categories"
msgstr "Kategorie"
#. 2.1 Input line
#: src/dialog-cell-format.c:28
3
#: src/dialog-cell-format.c:28
5
msgid "Code:"
msgstr "Kd:"
#. 2.2 Sample
#: src/dialog-cell-format.c:29
2
#: src/dialog-cell-format.c:29
4
msgid "Sample:"
msgstr "Pklad:"
#: src/dialog-cell-format.c:30
4
#: src/dialog-cell-format.c:30
6
msgid "Format codes"
msgstr "Formtovac kdy"
#: src/dialog-cell-format.c:35
3
src/formats.c:16 src/number-match.c:45
0
#: src/dialog-cell-format.c:35
5
src/formats.c:16 src/number-match.c:45
5
msgid "General"
msgstr "Obecn"
#: src/dialog-cell-format.c:35
4
#: src/dialog-cell-format.c:35
6
msgid "Left"
msgstr "Vlevo"
#: src/dialog-cell-format.c:35
5
src/dialog-cell-format.c:36
4
#: src/dialog-cell-format.c:35
7
src/dialog-cell-format.c:36
6
#: src/workbook.c:851
msgid "Center"
msgstr "Doprosed"
#: src/dialog-cell-format.c:35
6
#: src/dialog-cell-format.c:35
8
msgid "Right"
msgstr "Vpravo"
#: src/dialog-cell-format.c:35
7
#: src/dialog-cell-format.c:35
9
msgid "Fill"
msgstr "Vyplnit"
#: src/dialog-cell-format.c:3
58
src/dialog-cell-format.c:36
6
#: src/dialog-cell-format.c:3
60
src/dialog-cell-format.c:36
8
msgid "Justify"
msgstr "Zarovnvn"
#: src/dialog-cell-format.c:36
3
#: src/dialog-cell-format.c:36
5
msgid "Top"
msgstr "Nahoru"
#: src/dialog-cell-format.c:36
5
#: src/dialog-cell-format.c:36
7
msgid "Bottom"
msgstr "Dolu"
#. Vertical alignment
#: src/dialog-cell-format.c:42
1
#: src/dialog-cell-format.c:42
3
msgid "Vertical"
msgstr "Vertikln"
#. Horizontal alignment
#: src/dialog-cell-format.c:42
5
#: src/dialog-cell-format.c:42
7
msgid "Horizontal"
msgstr "Horizontln"
#: src/dialog-cell-format.c:4
28
#: src/dialog-cell-format.c:4
30
msgid "Auto return"
msgstr "Automatick nvrat"
#: src/dialog-cell-format.c:59
7
#: src/dialog-cell-format.c:59
9
msgid "Text color"
msgstr "Barva textu"
#. The radio buttons
#: src/dialog-cell-format.c:60
1
src/dialog-cell-format.c:63
4
#: src/dialog-cell-format.c:60
3
src/dialog-cell-format.c:63
6
#: src/dialog-paste-special.c:28
msgid "None"
msgstr "dn"
#: src/dialog-cell-format.c:60
3
#: src/dialog-cell-format.c:60
5
msgid "Use this color"
msgstr "Pouij tuto barvu"
#: src/dialog-cell-format.c:60
5
#: src/dialog-cell-format.c:60
7
#, fuzzy
msgid "No change"
msgstr "dn"
#: src/dialog-cell-format.c:6
28
#: src/dialog-cell-format.c:6
30
msgid "Background configuration"
msgstr "Konfigurace pozad"
#: src/dialog-cell-format.c:63
6
#: src/dialog-cell-format.c:63
8
msgid "Use solid color"
msgstr "Pouij plnou barvu"
#: src/dialog-cell-format.c:6
38
#: src/dialog-cell-format.c:6
40
msgid "Use a pattern"
msgstr "Pouij vpl"
#: src/dialog-cell-format.c:89
1
#: src/dialog-cell-format.c:89
3
msgid "Number"
msgstr "slo"
#: src/dialog-cell-format.c:89
2
#: src/dialog-cell-format.c:89
4
msgid "Alignment"
msgstr "Zarovnvn"
#: src/dialog-cell-format.c:89
3
#: src/dialog-cell-format.c:89
5
msgid "Font"
msgstr "Font"
#: src/dialog-cell-format.c:89
4
#: src/dialog-cell-format.c:89
6
msgid "Coloring"
msgstr ""
...
...
@@ -372,7 +479,7 @@ msgstr ""
msgid "Add"
msgstr "Piti"
#: src/dialog-define-names.c:27 src/plugin-manager.c:13
1
#: src/dialog-define-names.c:27 src/plugin-manager.c:13
2
msgid "Remove"
msgstr "Odstranit"
...
...
@@ -511,6 +618,11 @@ msgstr "M
msgid "Zoom factor should be at most 900%"
msgstr "Mtko me bt maximln 900%"
#: src/dump.c:29
#, c-format
msgid "Can not create file %s\n"
msgstr ""
#: src/expr.c:59
msgid "Syntax error"
msgstr "Chyba syntaxe"
...
...
@@ -519,23 +631,20 @@ msgstr "Chyba syntaxe"
msgid "Missing quote"
msgstr "Chyb uvozovky"
#: src/expr.c:479 src/fn-math.c:1134 src/fn-sheet.c:38 src/fn-sheet.c:83
msgid "Invalid number of arguments"
msgstr "patn poet argumentu"
#: src/expr.c:509 src/expr.c:514 src/expr.c:793 src/expr.c:961
#: src/fn-misc.c:35
msgid "Type mismatch"
msgstr ""
#: src/expr.c:7
07
#: src/expr.c:7
34
msgid "Type error"
msgstr "patn typ"
#: src/expr.c:765 src/expr.c:927 src/fn-misc.c:34
msgid "Type mismatch"
msgstr ""
#: src/expr.c:791 src/expr.c:827
#: src/expr.c:819 src/expr.c:856
msgid "Division by zero"
msgstr "Dlen nulou"
#: src/expr.c:9
42
#: src/expr.c:9
76
msgid "Unknown evaluation error"
msgstr "Neznm chyba pi vpotu"
...
...
@@ -734,14 +843,14 @@ msgid ""
"anything else is TRUE.\n"
"If the values contain strings or empty cells those values are ignored. If "
"no logical values are provided, then the error '#VALUE!' is returned. \n"
"@SEEALSO=OR"
"@SEEALSO=OR
, NOT
"
msgstr ""
#: src/fn-math.c:18
8
src/fn-math.c:9
19
#: src/fn-math.c:18
9
src/fn-math.c:9
43
msgid "#VALUE"
msgstr ""
#: src/fn-math.c:19
5
#: src/fn-math.c:19
6
msgid ""
"@FUNCTION=ASIN\n"
"@SYNTAX=ASIN(x)\n"
...
...
@@ -753,11 +862,11 @@ msgid ""
"@SEEALSO=SIN, COS, ASINH, DEGREES, RADIANS"
msgstr ""
#: src/fn-math.c:21
6
#: src/fn-math.c:21
7
msgid "asin - domain error"
msgstr ""
#: src/fn-math.c:22
3
#: src/fn-math.c:22
4
msgid ""
"@FUNCTION=ASINH\n"
"@SYNTAX=ASINH(x)\n"
...
...
@@ -768,7 +877,7 @@ msgid ""
"@SEEALSO=ASIN, SIN, COS, DEGREES, RADIANS"
msgstr ""
#: src/fn-math.c:24
4
#: src/fn-math.c:24
5
msgid ""
"@FUNCTION=ATAN\n"
"@SYNTAX=ATAN(x)\n"
...
...
@@ -779,7 +888,7 @@ msgid ""
"@SEEALSO=TAN, COS, SIN, DEGREES, RADIANS"
msgstr ""
#: src/fn-math.c:26
7
#: src/fn-math.c:26
8
msgid ""
"@FUNCTION=ATANH\n"
"@SYNTAX=ATANH(x)\n"
...
...
@@ -792,11 +901,11 @@ msgid ""
"@SEEALSO=ATAN, TAN, SIN, COS, DEGREES, RADIANS"
msgstr ""
#: src/fn-math.c:29
0
#: src/fn-math.c:29
1
msgid "atanh: domain error"
msgstr ""
#: src/fn-math.c:29
7
#: src/fn-math.c:29
8
msgid ""
"@FUNCTION=ATAN2\n"
"@SYNTAX=ATAN2(b1,b2)\n"
...
...
@@ -808,7 +917,7 @@ msgid ""
"@SEEALSO=ATAN, ATANH, COS, SIN, DEGREES, RADIANS"
msgstr ""
#: src/fn-math.c:32
1
#: src/fn-math.c:32
2
msgid ""
"@FUNCTION=AVERAGE\n"
"@SYNTAX=AVERAGE(value1, value2,...)\n"
...
...
@@ -818,7 +927,7 @@ msgid ""
"@SEEALSO=SUM, COUNT"
msgstr ""
#: src/fn-math.c:36
6
#: src/fn-math.c:36
7
msgid ""
"@FUNCTION=CEIL\n"
"@SYNTAX=CEIL(x)\n"
...
...
@@ -827,7 +936,7 @@ msgid ""
"@SEEALSO=ABS, FLOOR, INT"
msgstr ""
#: src/fn-math.c:38
5
#: src/fn-math.c:38
6
msgid ""
"@FUNCTION=BIN2DEC\n"
"@SYNTAX=BIN2DEC(x)\n"
...
...
@@ -837,7 +946,7 @@ msgid ""
"@SEEALSO=DEC2BIN"
msgstr ""
#: src/fn-math.c:43
5
#: src/fn-math.c:43
6
msgid ""
"@FUNCTION=COS\n"
"@SYNTAX=COS(x)\n"
...
...
@@ -848,7 +957,7 @@ msgid ""
"@SEEALSO=COSH, SIN, SINH, TAN, TANH, RADIANS, DEGREES"
msgstr ""
#: src/fn-math.c:45
5
#: src/fn-math.c:45
6
msgid ""
"@FUNCTION=COSH\n"
"@SYNTAX=COSH(x)\n"
...
...
@@ -859,7 +968,7 @@ msgid ""
"@SEEALSO=COS, SIN, SINH, TAN, TANH, RADIANS, DEGREES, EXP"
msgstr ""
#: src/fn-math.c:49
6
#: src/fn-math.c:49
7
msgid ""
"@FUNCTION=COUNT\n"
"@SYNTAX=COUNT(b1, b2, ...)\n"
...
...
@@ -868,7 +977,7 @@ msgid ""
"@SEEALSO=AVERAGE"
msgstr ""
#: src/fn-math.c:52
4
#: src/fn-math.c:52
5
msgid ""
"@FUNCTION=DEGREES\n"
"@SYNTAX=DEGREES(x)\n"
...
...
@@ -877,7 +986,7 @@ msgid ""
"@SEEALSO=RADIANS, PI"
msgstr ""
#: src/fn-math.c:54
5
#: src/fn-math.c:54
6
msgid ""
"@FUNCTION=EXP\n"
"@SYNTAX=EXP(x)\n"
...
...
@@ -887,7 +996,7 @@ msgid ""
"@SEEALSO=LOG, LOG2, LOG10"
msgstr ""
#: src/fn-math.c:57
2
#: src/fn-math.c:57
3
msgid ""
"@FUNCTION=FACT\n"
"@SYNTAX=FACT(x)\n"
...
...
@@ -897,7 +1006,7 @@ msgid ""
"@SEEALSO="
msgstr ""
#: src/fn-math.c:6
19
#: src/fn-math.c:6
20
msgid ""
"@FUNCTION=FLOOR\n"
"@SYNTAX=FLOOR(x)\n"
...
...
@@ -906,7 +1015,7 @@ msgid ""
"@SEEALSO=CEIL, ABS, INT"
msgstr ""
#: src/fn-math.c:63
8
#: src/fn-math.c:63
9
msgid ""
"@FUNCTION=INT\n"
"@SYNTAX=INT(b1, b2, ...)\n"
...
...
@@ -917,7 +1026,7 @@ msgid ""
"@SEEALSO=FLOOR, CEIL, ABS"
msgstr ""
#: src/fn-math.c:66
4
#: src/fn-math.c:66
5
msgid ""
"@FUNCTION=LOG\n"
"@SYNTAX=LOG(x)\n"
...
...
@@ -926,11 +1035,11 @@ msgid ""
"@SEEALSO=EXP, LOG2, LOG10"
msgstr ""
#: src/fn-math.c:68
2
#: src/fn-math.c:68
3
msgid "log: domain error"
msgstr ""
#: src/fn-math.c:6
8
9
#: src/fn-math.c:69
0
msgid ""
"@FUNCTION=LOG2\n"
"@SYNTAX=LOG2(x)\n"
...
...
@@ -939,11 +1048,11 @@ msgid ""
"@SEEALSO=EXP, LOG10, LOG"
msgstr ""
#: src/fn-math.c:70
7
#: src/fn-math.c:70
8
msgid "log2: domain error"
msgstr ""
#: src/fn-math.c:71
4
#: src/fn-math.c:71
5
msgid ""
"@FUNCTION=LOG10\n"
"@SYNTAX=LOG10(x)\n"
...
...
@@ -952,11 +1061,11 @@ msgid ""
"@SEEALSO=EXP, LOG2, LOG"
msgstr ""
#: src/fn-math.c:73
3
#: src/fn-math.c:73
4
msgid "log10: domain error"
msgstr ""
#: src/fn-math.c:74
0
#: src/fn-math.c:74
1
msgid ""
"@FUNCTION=MIN\n"
"@SYNTAX=MIN(b1, b2, ...)\n"
...
...
@@ -967,7 +1076,7 @@ msgid ""
"@SEEALSO=MAX,ABS"
msgstr ""
#: src/fn-math.c:75
4
#: src/fn-math.c:75
5
msgid ""
"@FUNCTION=MAX\n"
"@SYNTAX=MAX(b1, b2, ...)\n"
...
...
@@ -978,7 +1087,17 @@ msgid ""
"@SEEALSO=MIN,ABS"
msgstr ""
#: src/fn-math.c:858
#: src/fn-math.c:860
msgid ""
"@FUNCTION=NOT\n"
"@SYNTAX=NOT(number)\n"
"@DESCRIPTION=Implements the logical NOT function: the result is TRUE if the "
"number is zero; othewise the result is FALSE.\n"
"\n"
"@SEEALSO=AND, OR"
msgstr ""
#: src/fn-math.c:881
msgid ""
"@FUNCTION=OR\n"
"@SYNTAX=OR(b1, b2, ...)\n"
...
...
@@ -989,10 +1108,10 @@ msgid ""
"anything else is TRUE.\n"
"If the values contain strings or empty cells those values are ignored. If "
"no logical values are provided, then the error '#VALUE!'is returned.\n"
"@SEEALSO=AND"
"@SEEALSO=AND
, NOT
"
msgstr ""
#: src/fn-math.c:9
26
#: src/fn-math.c:9
50
msgid ""
"@FUNCTION=RADIANS\n"
"@SYNTAX=RADIANS(x)\n"
...
...
@@ -1001,7 +1120,7 @@ msgid ""
"@SEEALSO=PI,DEGREES"
msgstr ""
#: src/fn-math.c:9
4
7
#: src/fn-math.c:97
1
msgid ""
"@FUNCTION=SIN\n"