Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

gnumeric-lang-1.12.57-1.2 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: gnumeric-lang Distribution: openSUSE:Factory:zSystems
Version: 1.12.57 Vendor: openSUSE
Release: 1.2 Build date: Mon Feb 12 17:47:31 2024
Group: System/Localization Build host: reproducible
Size: 18389360 Source RPM: gnumeric-1.12.57-1.2.src.rpm
Packager: https://bugs.opensuse.org
Url: http://www.gnumeric.org/
Summary: Translations for package gnumeric
Provides translations for the "gnumeric" package.

Provides

Requires

License

GPL-2.0-only OR GPL-3.0-only

Changelog

* Mon Feb 12 2024 Dominique Leuenberger <dimstar@opensuse.org>
  - Update to version 1.12.57:
    + Fix touchpad scrolling on Wayland.
    + Fix ods auto-filter import problem.
    + Fix xml import and export of auto-filters.
    + Fix problem with percent-of-range auto-filters with blanks.
    + New UNIQUE function.
    + New FLT.RADIX, FLT.MIN, FLT.MAX, FLT.NEXTAFTER functions.
    + New experimental --with-decimal64 for base-10 math.
    + Fix sheet resize problem.
    + Fix UI problem with redo of expression entry.
    + Accept ad-hoc clipboard format "text/plain;charset=utf-8".
  - Switch to _service checkout: prepare for easier updates.
  - Add libtool, gtk-doc, and yelp-tools BuildRequires and call
    autogen.sh in build phase: needed, as the git checkout needs to
    be bootstrapped.
* Fri Nov 10 2023 Bjørn Lie <bjorn.lie@gmail.com>
  - Add ix86 ExcludeArch: goffice is no longer built for that target.
* Fri Nov 03 2023 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 1.12.56:
    + Fix tooltip problem on Wayland.
    + FLOOR, CEILING: Improve xl compatibility.
    + Fix dependency problems with arrays.
    + Improve clipboard pasting from firefox.
    + Fix number-stringification for E-numbers.
    + Improve generation of random integers.
    + Work around cairo performance problem re anting.
* Sun Feb 05 2023 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 1.12.55:
    + Fix problem making new objects invisble.
* Fri Jan 20 2023 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 1.12.54:
    + Improve whitespace handling in html import.
    + Improve various desktop environments' icon discovery.
    + New function ENCODEURL.
    + New libpython configuration.
    + Fix problem relating to sheet remove and conditional format.
    + Fix inconsistent rounding of half-way cases.
    + Fix xlsx leaks.
    + Cell comment speed-ups.
* Sun Sep 18 2022 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 1.12.53:
    + Fix xlsx import of T.INV.
    + Fix inter-process array paste problem.
    + Fix problem with xlsx number format 14.
    + Fix problems with complex number rendering.
    + Fix near-denormal parsing case.
    + Fix mildly crazy ROUND edge cases.
    + Fix dialog reuse problem.
    + Fix sc import problem.
    + Work a little hard at avoiding -0.
    + Fix html import problem.
    + Fix reading localc extension for engineering format.
    + Fix strict-conformance ods problem with E-notation.
    + Improve test suite.
* Tue Apr 19 2022 Emily Gonyer <emilyyrose@gmail.com>
  - Update to version 1.12.52
    + Attach the verticle alignment selector to the toolbar.
    + Improve the toolbar styling a bit.
    + Fix toolbar overflow menu's labeling.
    + Many improvements to verticle toolbars.
    + Install appdata file in new location.
    + Allow styling of cell extension indicators.
    + Restore bolding of active sheet tab.
    + Fix import of mildly broken print settings in xlsx files from OnlyOffice.
    + Various --with-long-double fixes.
    + Fix BITAND.
    + Test improvements.
    + Fix xlsx write for sheet objects with text contents.
    + Fix leak.
    + Fix old problem saving column widths.
    + Set default number of sheets to 1.
    + Fix edge error case for SMALL and LARGE.
    + Increase the default column width a bit.
    + Fix xlsx import/export of default column width.
    + Be less aggressive with automatic column widening.
* Thu Apr 07 2022 Bjørn Lie <bjorn.lie@gmail.com>
  - Drop autoreconf call, we do not have any patches currently.
    Following this, also drop libtool BuildRequires, no longer
    needed.
* Fri Jan 21 2022 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 1.12.51:
    + Fix error bars when data are in a multi-column array.
    + Always set the GO_DATA_HAS_VALUE flag when needed.
    + Fix --with-long-double configuration.
    + Fix applix import/locale problem.
    + Make sure CEIL doesn't return -0.
    + Add ILOG function.
    + Fix MROUND.
    + Take evasive action re g_memdup.
    + Fix inter-gnumeric array formula paste crash.
    + Avoid re-querying file existance for recent files.
    + Fix rich-text rendering (based on work of Jean).
    + Fix crash with conditional styling.
    + Extend BITOR, BITAND, BITXOR to any numbers of arguments.
    + Fix ods export leak.
* Mon Sep 20 2021 Stanislav Brabec <sbrabec@suse.com>
  - Remove obsolete translation-update-upstream support
    (jsc#SLE-21105).
* Fri Jun 11 2021 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 1.12.50:
    + Fix undo problem with sorting and cell comments.
    + Python loader cleanups.
    + Use Python's bool type instead of rolling our own.
    + Export file:// links to html.
    + Export file:// links to xlsx.
    + Improve handling of invalid formulae from xlsx.
    + Introspection fixes.
    + Improve CELL("format",...).
    + wk4 import improvements.
    + Fix some -fsanitize=undefined problems.
    + Improve excel-specific xlsx import of validation.
  - Drop libgda-6.patch: Fixed upstream.
* Mon Apr 05 2021 Callum Farmer <gmbr3@opensuse.org>
  - Add libgda-6.patch: support GDA 6
* Sat Mar 20 2021 Dominique Leuenberger <dimstar@opensuse.org>
  - Update to version 1.12.49:
    + Do not try to turn all of LibreOffice's SplitModes into frozen
      panes.
    + Fix graph size issue when the graph is in its own sheet.
    + Fix one more graph size issue when the graph is in its own
      sheet.
    + Fix ssgrep problem when used as a filter.
    + Rework conditional styling's upper level.
    + Fix autofill array critical.
    + Handle missing values in xlsx.  [#517]
    + Fix critical when using fd://1.
    + Don't trim spaces for csv files as per rfc 4180.
    + Fix cvs separator guessing problem with quotes.
    + Improve handling of expressions in csv files.
    + Plug ssconvert leak.
    + Fix bogus time match for "3.a".
    + Use 1us resolution for NOW.
    + Fix ssconvert sheet selection for csv.
    + Test suite improvements.
    + Fix ods import problem with irregular sheet sizes.
    + Fix ods import problem with crazy named expressions.
    + Allow plain space as 1000s separator in FR locale.
    + Fix graph size problem affecting image output.
    + Check for yelp in autogen.
    + Fix ssconvert problem with conditional styles.
    + Move from style regions to style classes in css.
    + Implement #ifdef for built-in css.
    + Dead kitten in css.
    + Improve the drawing of filter combos.
    + Allow theming of grid color.
    + Fix dirty-tracking.
    + Plug ods write leak.
    + Disable cs documentation translation due to itstool/libxml2
      bug.

Files

/usr/share/help/de/gnumeric
/usr/share/help/de/gnumeric/figures
/usr/share/help/de/gnumeric/figures/advanced-filter-1.png
/usr/share/help/de/gnumeric/figures/advanced-filter-2.png
/usr/share/help/de/gnumeric/figures/analysis-simulation-confidence-interval-equation.png
/usr/share/help/de/gnumeric/figures/analysis-simulation-demand-ex1.png
/usr/share/help/de/gnumeric/figures/analysis-simulation-demand-ex2.png
/usr/share/help/de/gnumeric/figures/analysis-simulation-interations-equation1.png
/usr/share/help/de/gnumeric/figures/analysis-simulation-interations-equation2.png
/usr/share/help/de/gnumeric/figures/analysis-simulation-maximumtime-dialog.png
/usr/share/help/de/gnumeric/figures/analysis-simulation-options-dialog.png
/usr/share/help/de/gnumeric/figures/analysis-simulation-output-dialog.png
/usr/share/help/de/gnumeric/figures/analysis-simulation-profit-ex1.png
/usr/share/help/de/gnumeric/figures/analysis-simulation-profit-ex2.png
/usr/share/help/de/gnumeric/figures/analysis-simulation-report-screen.png
/usr/share/help/de/gnumeric/figures/analysis-simulation-simtable-screen.png
/usr/share/help/de/gnumeric/figures/analysis-simulation-summary-dialog.png
/usr/share/help/de/gnumeric/figures/analysis-simulation-variables-dialog.png
/usr/share/help/de/gnumeric/figures/analysistools-ANOVA1-ex1.png
/usr/share/help/de/gnumeric/figures/analysistools-ANOVA1-ex2.png
/usr/share/help/de/gnumeric/figures/analysistools-ANOVA2w-ex1.png
/usr/share/help/de/gnumeric/figures/analysistools-ANOVA2w-ex2.png
/usr/share/help/de/gnumeric/figures/analysistools-ANOVA2wo-ex1.png
/usr/share/help/de/gnumeric/figures/analysistools-ANOVA2wo-ex2.png
/usr/share/help/de/gnumeric/figures/analysistools-correlation-ex1.png
/usr/share/help/de/gnumeric/figures/analysistools-correlation-ex2.png
/usr/share/help/de/gnumeric/figures/analysistools-correlation-ex3.png
/usr/share/help/de/gnumeric/figures/analysistools-correlation.png
/usr/share/help/de/gnumeric/figures/analysistools-covariance-ex1.png
/usr/share/help/de/gnumeric/figures/analysistools-covariance-ex2.png
/usr/share/help/de/gnumeric/figures/analysistools-covariance.png
/usr/share/help/de/gnumeric/figures/analysistools-descstats-ex1-options.png
/usr/share/help/de/gnumeric/figures/analysistools-descstats-ex1.png
/usr/share/help/de/gnumeric/figures/analysistools-descstats-ex2.png
/usr/share/help/de/gnumeric/figures/analysistools-descstats.png
/usr/share/help/de/gnumeric/figures/analysistools-exp-smoothing-a-holt-winters-formula.png
/usr/share/help/de/gnumeric/figures/analysistools-exp-smoothing-a-holt-winters-stderr.png
/usr/share/help/de/gnumeric/figures/analysistools-exp-smoothing-holt-formula.png
/usr/share/help/de/gnumeric/figures/analysistools-exp-smoothing-holt-stderr.png
/usr/share/help/de/gnumeric/figures/analysistools-exp-smoothing-hunter-formula.png
/usr/share/help/de/gnumeric/figures/analysistools-exp-smoothing-hunter-stderr.png
/usr/share/help/de/gnumeric/figures/analysistools-exp-smoothing-m-holt-winters-formula.png
/usr/share/help/de/gnumeric/figures/analysistools-exp-smoothing-m-holt-winters-stderr.png
/usr/share/help/de/gnumeric/figures/analysistools-exp-smoothing-roberts-formula.png
/usr/share/help/de/gnumeric/figures/analysistools-exp-smoothing-roberts-stderr.png
/usr/share/help/de/gnumeric/figures/analysistools-fourier-formula.png
/usr/share/help/de/gnumeric/figures/analysistools-fourier.png
/usr/share/help/de/gnumeric/figures/analysistools-frequency-cats.png
/usr/share/help/de/gnumeric/figures/analysistools-frequency-graphs.png
/usr/share/help/de/gnumeric/figures/analysistools-frequency-results.png
/usr/share/help/de/gnumeric/figures/analysistools-frequency.png
/usr/share/help/de/gnumeric/figures/analysistools-ftest-ex1.png
/usr/share/help/de/gnumeric/figures/analysistools-ftest-ex2.png
/usr/share/help/de/gnumeric/figures/analysistools-ftest.png
/usr/share/help/de/gnumeric/figures/analysistools-histogram-bins.png
/usr/share/help/de/gnumeric/figures/analysistools-histogram-cutoffs.png
/usr/share/help/de/gnumeric/figures/analysistools-histogram-ex1.png
/usr/share/help/de/gnumeric/figures/analysistools-histogram-ex2.png
/usr/share/help/de/gnumeric/figures/analysistools-histogram-ex3.png
/usr/share/help/de/gnumeric/figures/analysistools-histogram-ex4.png
/usr/share/help/de/gnumeric/figures/analysistools-histogram-ex5.png
/usr/share/help/de/gnumeric/figures/analysistools-histogram-graphs.png
/usr/share/help/de/gnumeric/figures/analysistools-histogram.png
/usr/share/help/de/gnumeric/figures/analysistools-kaplan-ex1.png
/usr/share/help/de/gnumeric/figures/analysistools-kaplan-ex2.png
/usr/share/help/de/gnumeric/figures/analysistools-kaplan-ex3.png
/usr/share/help/de/gnumeric/figures/analysistools-kaplan-groups.png
/usr/share/help/de/gnumeric/figures/analysistools-kaplan-options.png
/usr/share/help/de/gnumeric/figures/analysistools-kaplan.png
/usr/share/help/de/gnumeric/figures/analysistools-moving-average-ex1.png
/usr/share/help/de/gnumeric/figures/analysistools-moving-average-ex2.png
/usr/share/help/de/gnumeric/figures/analysistools-moving-average-ex3.png
/usr/share/help/de/gnumeric/figures/analysistools-moving-average-formula-central.png
/usr/share/help/de/gnumeric/figures/analysistools-moving-average-formula-spencer.png
/usr/share/help/de/gnumeric/figures/analysistools-moving-average-formula-weighted.png
/usr/share/help/de/gnumeric/figures/analysistools-moving-average-options.png
/usr/share/help/de/gnumeric/figures/analysistools-moving-average.png
/usr/share/help/de/gnumeric/figures/analysistools-normality-ex1.png
/usr/share/help/de/gnumeric/figures/analysistools-normality-ex2.png
/usr/share/help/de/gnumeric/figures/analysistools-normality-ex3.png
/usr/share/help/de/gnumeric/figures/analysistools-normality-ex4.png
/usr/share/help/de/gnumeric/figures/analysistools-normality-testspec.png
/usr/share/help/de/gnumeric/figures/analysistools-normality.png
/usr/share/help/de/gnumeric/figures/analysistools-outputoptions.png
/usr/share/help/de/gnumeric/figures/analysistools-pcanalysis-ex1.png
/usr/share/help/de/gnumeric/figures/analysistools-pcanalysis-ex2.png
/usr/share/help/de/gnumeric/figures/analysistools-pcanalysis.png
/usr/share/help/de/gnumeric/figures/analysistools-random-ex1.png
/usr/share/help/de/gnumeric/figures/analysistools-random-ex2.png
/usr/share/help/de/gnumeric/figures/analysistools-random.png
/usr/share/help/de/gnumeric/figures/analysistools-ranges.png
/usr/share/help/de/gnumeric/figures/analysistools-rank-ex1.png
/usr/share/help/de/gnumeric/figures/analysistools-rank-ex2.png
/usr/share/help/de/gnumeric/figures/analysistools-rank.png
/usr/share/help/de/gnumeric/figures/analysistools-regression-ex1.png
/usr/share/help/de/gnumeric/figures/analysistools-regression-ex2.png
/usr/share/help/de/gnumeric/figures/analysistools-regression-ex3.png
/usr/share/help/de/gnumeric/figures/analysistools-regression.png
/usr/share/help/de/gnumeric/figures/analysistools-sampling-ex1.png
/usr/share/help/de/gnumeric/figures/analysistools-sampling-ex2.png
/usr/share/help/de/gnumeric/figures/analysistools-sampling.png
/usr/share/help/de/gnumeric/figures/analysistools-signtest-ex1.png
/usr/share/help/de/gnumeric/figures/analysistools-signtest-ex2.png
/usr/share/help/de/gnumeric/figures/analysistools-signtest-ex3.png
/usr/share/help/de/gnumeric/figures/analysistools-signtest.png
/usr/share/help/de/gnumeric/figures/analysistools-smoothing-ex1.png
/usr/share/help/de/gnumeric/figures/analysistools-smoothing-ex2.png
/usr/share/help/de/gnumeric/figures/analysistools-smoothing-ex3.png
/usr/share/help/de/gnumeric/figures/analysistools-smoothing-ex4.png
/usr/share/help/de/gnumeric/figures/analysistools-smoothing-ex5.png
/usr/share/help/de/gnumeric/figures/analysistools-smoothing-ex6.png
/usr/share/help/de/gnumeric/figures/analysistools-smoothing-ex7.png
/usr/share/help/de/gnumeric/figures/analysistools-smoothing-ex8.png
/usr/share/help/de/gnumeric/figures/analysistools-smoothing.png
/usr/share/help/de/gnumeric/figures/analysistools-tools.png
/usr/share/help/de/gnumeric/figures/analysistools-ttest-equal-ex1.png
/usr/share/help/de/gnumeric/figures/analysistools-ttest-equal-ex2.png
/usr/share/help/de/gnumeric/figures/analysistools-ttest-equal.png
/usr/share/help/de/gnumeric/figures/analysistools-ttest-paired-ex1.png
/usr/share/help/de/gnumeric/figures/analysistools-ttest-paired-ex2.png
/usr/share/help/de/gnumeric/figures/analysistools-ttest-paired.png
/usr/share/help/de/gnumeric/figures/analysistools-ttest-unequal-ex1.png
/usr/share/help/de/gnumeric/figures/analysistools-ttest-unequal-ex2.png
/usr/share/help/de/gnumeric/figures/analysistools-ttest-unequal.png
/usr/share/help/de/gnumeric/figures/analysistools-ttest.png
/usr/share/help/de/gnumeric/figures/analysistools-ztest-ex1.png
/usr/share/help/de/gnumeric/figures/analysistools-ztest-ex2.png
/usr/share/help/de/gnumeric/figures/analysistools-ztest.png
/usr/share/help/de/gnumeric/figures/arrowhead-dimensions.png
/usr/share/help/de/gnumeric/figures/button-align-center.png
/usr/share/help/de/gnumeric/figures/button-align-left.png
/usr/share/help/de/gnumeric/figures/button-align-right.png
/usr/share/help/de/gnumeric/figures/button-arrow.png
/usr/share/help/de/gnumeric/figures/button-bold.png
/usr/share/help/de/gnumeric/figures/button-borders.png
/usr/share/help/de/gnumeric/figures/button-button.png
/usr/share/help/de/gnumeric/figures/button-center-across-selection.png
/usr/share/help/de/gnumeric/figures/button-checkbox.png
/usr/share/help/de/gnumeric/figures/button-combo.png
/usr/share/help/de/gnumeric/figures/button-copy.png
/usr/share/help/de/gnumeric/figures/button-cut.png
/usr/share/help/de/gnumeric/figures/button-decrease-indent.png
/usr/share/help/de/gnumeric/figures/button-decrease-precision.png
/usr/share/help/de/gnumeric/figures/button-equals.png
/usr/share/help/de/gnumeric/figures/button-fill.png
/usr/share/help/de/gnumeric/figures/button-font-size.png
/usr/share/help/de/gnumeric/figures/button-font-type.png
/usr/share/help/de/gnumeric/figures/button-frame.png
/usr/share/help/de/gnumeric/figures/button-function.png
/usr/share/help/de/gnumeric/figures/button-graph.png
/usr/share/help/de/gnumeric/figures/button-graphEditor-add.png
/usr/share/help/de/gnumeric/figures/button-increase-indent.png
/usr/share/help/de/gnumeric/figures/button-increase-precision.png
/usr/share/help/de/gnumeric/figures/button-insert-component.png
/usr/share/help/de/gnumeric/figures/button-insert-hyperlink.png
/usr/share/help/de/gnumeric/figures/button-insert-object.png
/usr/share/help/de/gnumeric/figures/button-italic.png
/usr/share/help/de/gnumeric/figures/button-label.png
/usr/share/help/de/gnumeric/figures/button-line.png
/usr/share/help/de/gnumeric/figures/button-list.png
/usr/share/help/de/gnumeric/figures/button-merge.png
/usr/share/help/de/gnumeric/figures/button-money.png
/usr/share/help/de/gnumeric/figures/button-new.png
/usr/share/help/de/gnumeric/figures/button-open.png
/usr/share/help/de/gnumeric/figures/button-oval.png
/usr/share/help/de/gnumeric/figures/button-paste.png
/usr/share/help/de/gnumeric/figures/button-percent.png
/usr/share/help/de/gnumeric/figures/button-preview.png
/usr/share/help/de/gnumeric/figures/button-print.png
/usr/share/help/de/gnumeric/figures/button-radio.png
/usr/share/help/de/gnumeric/figures/button-rectangle.png
/usr/share/help/de/gnumeric/figures/button-redo-and-history.png
/usr/share/help/de/gnumeric/figures/button-save.png
/usr/share/help/de/gnumeric/figures/button-scrollbar.png
/usr/share/help/de/gnumeric/figures/button-slider.png
/usr/share/help/de/gnumeric/figures/button-sort-az.png
/usr/share/help/de/gnumeric/figures/button-sort-za.png
/usr/share/help/de/gnumeric/figures/button-spin.png
/usr/share/help/de/gnumeric/figures/button-split.png
/usr/share/help/de/gnumeric/figures/button-subscript.png
/usr/share/help/de/gnumeric/figures/button-sum.png
/usr/share/help/de/gnumeric/figures/button-superscript.png
/usr/share/help/de/gnumeric/figures/button-text-colour.png
/usr/share/help/de/gnumeric/figures/button-thousands.png
/usr/share/help/de/gnumeric/figures/button-underline.png
/usr/share/help/de/gnumeric/figures/button-undo-and-history.png
/usr/share/help/de/gnumeric/figures/button-zoom.png
/usr/share/help/de/gnumeric/figures/cell-grid.png
/usr/share/help/de/gnumeric/figures/cell-selected.png
/usr/share/help/de/gnumeric/figures/cell-with-text.png
/usr/share/help/de/gnumeric/figures/cells-1.png
/usr/share/help/de/gnumeric/figures/cells-2.png
/usr/share/help/de/gnumeric/figures/chart_area_1_1.png
/usr/share/help/de/gnumeric/figures/chart_area_1_2.png
/usr/share/help/de/gnumeric/figures/chart_area_1_3.png
/usr/share/help/de/gnumeric/figures/chart_bar_1_1.png
/usr/share/help/de/gnumeric/figures/chart_bar_1_2.png
/usr/share/help/de/gnumeric/figures/chart_bar_1_3.png
/usr/share/help/de/gnumeric/figures/chart_bubble_1_1.png
/usr/share/help/de/gnumeric/figures/chart_column_1_1.png
/usr/share/help/de/gnumeric/figures/chart_column_1_2.png
/usr/share/help/de/gnumeric/figures/chart_column_1_3.png
/usr/share/help/de/gnumeric/figures/chart_line_1_1.png
/usr/share/help/de/gnumeric/figures/chart_line_1_2.png
/usr/share/help/de/gnumeric/figures/chart_line_1_3.png
/usr/share/help/de/gnumeric/figures/chart_line_2_1.png
/usr/share/help/de/gnumeric/figures/chart_line_2_2.png
/usr/share/help/de/gnumeric/figures/chart_line_2_3.png
/usr/share/help/de/gnumeric/figures/chart_pie_1_1.png
/usr/share/help/de/gnumeric/figures/chart_pie_2_1.png
/usr/share/help/de/gnumeric/figures/chart_radar_1_1.png
/usr/share/help/de/gnumeric/figures/chart_radar_1_2.png
/usr/share/help/de/gnumeric/figures/chart_radar_1_3.png
/usr/share/help/de/gnumeric/figures/chart_ring_1_1.png
/usr/share/help/de/gnumeric/figures/chart_ring_1_2.png
/usr/share/help/de/gnumeric/figures/chart_scatter_1_1.png
/usr/share/help/de/gnumeric/figures/chart_scatter_3_1.png
/usr/share/help/de/gnumeric/figures/chart_scatter_3_2.png
/usr/share/help/de/gnumeric/figures/chart_surface_1.png
/usr/share/help/de/gnumeric/figures/chart_surface_2.png
/usr/share/help/de/gnumeric/figures/dialog-auto-correct.png
/usr/share/help/de/gnumeric/figures/dialog-autosave.png
/usr/share/help/de/gnumeric/figures/dialog-fileopen-withTags.png
/usr/share/help/de/gnumeric/figures/dialog-filesave-compact-withTags.png
/usr/share/help/de/gnumeric/figures/dialog-filesave-expanded-withTags.png
/usr/share/help/de/gnumeric/figures/dialog-filter.png
/usr/share/help/de/gnumeric/figures/dialog-insert-object.png
/usr/share/help/de/gnumeric/figures/dialog-properties-arrow.png
/usr/share/help/de/gnumeric/figures/dialog-properties-checkbox.png
/usr/share/help/de/gnumeric/figures/dialog-properties-frame.png
/usr/share/help/de/gnumeric/figures/dialog-properties-label.png
/usr/share/help/de/gnumeric/figures/dialog-properties-line.png
/usr/share/help/de/gnumeric/figures/dialog-properties-oval.png
/usr/share/help/de/gnumeric/figures/dialog-properties-rectangle.png
/usr/share/help/de/gnumeric/figures/dialog-properties-scrollbar.png
/usr/share/help/de/gnumeric/figures/drawing-arrow.png
/usr/share/help/de/gnumeric/figures/drawing-line.png
/usr/share/help/de/gnumeric/figures/drawing-oval.png
/usr/share/help/de/gnumeric/figures/drawing-rectangle.png
/usr/share/help/de/gnumeric/figures/example-colGraph-modified.png
/usr/share/help/de/gnumeric/figures/example-colGraph.png
/usr/share/help/de/gnumeric/figures/example-columnSelect.png
/usr/share/help/de/gnumeric/figures/example-data.png
/usr/share/help/de/gnumeric/figures/files-html-example.png
/usr/share/help/de/gnumeric/figures/files-html32-example.png
/usr/share/help/de/gnumeric/figures/files-html40-example.png
/usr/share/help/de/gnumeric/figures/formula-dmedian.png
/usr/share/help/de/gnumeric/figures/gnumeric-empty.png
/usr/share/help/de/gnumeric/figures/gnumeric-icon-24.png
/usr/share/help/de/gnumeric/figures/gnumeric-labelled.png
/usr/share/help/de/gnumeric/figures/gnumeric-power-example.png
/usr/share/help/de/gnumeric/figures/graph-axes-grid.png
/usr/share/help/de/gnumeric/figures/graph-components.png
/usr/share/help/de/gnumeric/figures/graph-example-area.png
/usr/share/help/de/gnumeric/figures/graph-example-bar.png
/usr/share/help/de/gnumeric/figures/graph-example-bubble.png
/usr/share/help/de/gnumeric/figures/graph-example-column.png
/usr/share/help/de/gnumeric/figures/graph-example-line.png
/usr/share/help/de/gnumeric/figures/graph-example-pie.png
/usr/share/help/de/gnumeric/figures/graph-example-radar.png
/usr/share/help/de/gnumeric/figures/graph-example-ring.png
/usr/share/help/de/gnumeric/figures/graph-example-surface-t1.png
/usr/share/help/de/gnumeric/figures/graph-example-surface-t2.png
/usr/share/help/de/gnumeric/figures/graph-example-xyplot.png
/usr/share/help/de/gnumeric/figures/graph-hierarchy.png
/usr/share/help/de/gnumeric/figures/graphguru-axes-category-bounds.png
/usr/share/help/de/gnumeric/figures/graphguru-axes-category-details.png
/usr/share/help/de/gnumeric/figures/graphguru-axes-category-style.png
/usr/share/help/de/gnumeric/figures/graphguru-axes-continuous-bounds.png
/usr/share/help/de/gnumeric/figures/graphguru-axes-continuous-format.png
/usr/share/help/de/gnumeric/figures/graphguru-backPanels-gradient.png
/usr/share/help/de/gnumeric/figures/graphguru-backPanels-image.png
/usr/share/help/de/gnumeric/figures/graphguru-backPanels-none.png
/usr/share/help/de/gnumeric/figures/graphguru-backPanels-pattern.png
/usr/share/help/de/gnumeric/figures/graphguru-components.png
/usr/share/help/de/gnumeric/figures/graphguru-plot-barCol.png
/usr/share/help/de/gnumeric/figures/graphguru-plot-bubble.png
/usr/share/help/de/gnumeric/figures/graphguru-plot-pie.png
/usr/share/help/de/gnumeric/figures/graphguru-plot-radar.png
/usr/share/help/de/gnumeric/figures/graphguru-plot-ring.png
/usr/share/help/de/gnumeric/figures/graphguru-series-data-bubble.png
/usr/share/help/de/gnumeric/figures/graphguru-series-data-single.png
/usr/share/help/de/gnumeric/figures/graphguru-series-data-xy.png
/usr/share/help/de/gnumeric/figures/graphguru-series-error.png
/usr/share/help/de/gnumeric/figures/graphguru-series-style-filled.png
/usr/share/help/de/gnumeric/figures/graphguru-series-style-line.png
/usr/share/help/de/gnumeric/figures/graphguru-title-font.png
/usr/share/help/de/gnumeric/figures/graphical-elements-selected.png
/usr/share/help/de/gnumeric/figures/graphical-elements-stacked.png
/usr/share/help/de/gnumeric/figures/graphical-elements.png
/usr/share/help/de/gnumeric/figures/graphs-types-area.png
/usr/share/help/de/gnumeric/figures/graphs-types-bar.png
/usr/share/help/de/gnumeric/figures/graphs-types-bubble.png
/usr/share/help/de/gnumeric/figures/graphs-types-column.png
/usr/share/help/de/gnumeric/figures/graphs-types-line.png
/usr/share/help/de/gnumeric/figures/graphs-types-pie.png
/usr/share/help/de/gnumeric/figures/graphs-types-radar.png
/usr/share/help/de/gnumeric/figures/graphs-types-ring.png
/usr/share/help/de/gnumeric/figures/graphs-types-stock.png
/usr/share/help/de/gnumeric/figures/graphs-types-surface.png
/usr/share/help/de/gnumeric/figures/graphs-types-xyplot.png
/usr/share/help/de/gnumeric/figures/icon-locked.png
/usr/share/help/de/gnumeric/figures/icon-unlocked.png
/usr/share/help/de/gnumeric/figures/icon-visible.png
/usr/share/help/de/gnumeric/figures/info-area.png
/usr/share/help/de/gnumeric/figures/menu-context-col-row-header.png
/usr/share/help/de/gnumeric/figures/menu-context-graph-order.png
/usr/share/help/de/gnumeric/figures/menu-context-graph.png
/usr/share/help/de/gnumeric/figures/menu-context-grid.png
/usr/share/help/de/gnumeric/figures/menu-context-object-order.png
/usr/share/help/de/gnumeric/figures/menu-context-object.png
/usr/share/help/de/gnumeric/figures/menu-context-sheet-tabs.png
/usr/share/help/de/gnumeric/figures/menu-context-tabs.png
/usr/share/help/de/gnumeric/figures/menu-context-toolbars.png
/usr/share/help/de/gnumeric/figures/menu-data-export.png
/usr/share/help/de/gnumeric/figures/menu-data-import.png
/usr/share/help/de/gnumeric/figures/menu-data-labelled.png
/usr/share/help/de/gnumeric/figures/menu-edit-delete-cells.png
/usr/share/help/de/gnumeric/figures/menu-edit-labelled.png
/usr/share/help/de/gnumeric/figures/menu-edit-modify-names.png
/usr/share/help/de/gnumeric/figures/menu-edit-paste-special.png
/usr/share/help/de/gnumeric/figures/menu-edit-select.png
/usr/share/help/de/gnumeric/figures/menu-file-labelled.png
/usr/share/help/de/gnumeric/figures/menu-file-printarea.png
/usr/share/help/de/gnumeric/figures/menu-format-column.png
/usr/share/help/de/gnumeric/figures/menu-format-labelled.png
/usr/share/help/de/gnumeric/figures/menu-format-sheet.png
/usr/share/help/de/gnumeric/figures/menu-help-labelled.png
/usr/share/help/de/gnumeric/figures/menu-insert-comment.png
/usr/share/help/de/gnumeric/figures/menu-insert-fw.png
/usr/share/help/de/gnumeric/figures/menu-insert-hyperlink.png
/usr/share/help/de/gnumeric/figures/menu-insert-labelled.png
/usr/share/help/de/gnumeric/figures/menu-insert-names.png
/usr/share/help/de/gnumeric/figures/menu-statistics-labelled.png
/usr/share/help/de/gnumeric/figures/menu-tools-labelled.png
/usr/share/help/de/gnumeric/figures/menu-torn-off.png
/usr/share/help/de/gnumeric/figures/menu-view-labelled.png
/usr/share/help/de/gnumeric/figures/menu-view-properties-dialog-cm.png
/usr/share/help/de/gnumeric/figures/menu-view-properties-dialog.png
/usr/share/help/de/gnumeric/figures/menubar.png
/usr/share/help/de/gnumeric/figures/number-format-border-dialog.png
/usr/share/help/de/gnumeric/figures/number-format-color-dialog.png
/usr/share/help/de/gnumeric/figures/number-format-dialog.png
/usr/share/help/de/gnumeric/figures/number-format-font-dialog.png
/usr/share/help/de/gnumeric/figures/number-format-justification-dialog-2.png
/usr/share/help/de/gnumeric/figures/number-format-protection.png
/usr/share/help/de/gnumeric/figures/number-format-validation-warning.png
/usr/share/help/de/gnumeric/figures/number-format-validation.png
/usr/share/help/de/gnumeric/figures/pointer_arrow_left_std.png
/usr/share/help/de/gnumeric/figures/pointer_cross_hair.png
/usr/share/help/de/gnumeric/figures/pointer_cross_wide.png
/usr/share/help/de/gnumeric/figures/pointer_diagonal_resize.png
/usr/share/help/de/gnumeric/figures/pointer_double_horizontal_arrow.png
/usr/share/help/de/gnumeric/figures/pointer_double_vertical_arrow.png
/usr/share/help/de/gnumeric/figures/pointer_four_way_arrow.png
/usr/share/help/de/gnumeric/figures/pointer_hand_left.png
/usr/share/help/de/gnumeric/figures/pointer_left.png
/usr/share/help/de/gnumeric/figures/pointer_resize_multiple.png
/usr/share/help/de/gnumeric/figures/pointer_right.png
/usr/share/help/de/gnumeric/figures/pointer_text_edit.png
/usr/share/help/de/gnumeric/figures/pointer_zoom_in.png
/usr/share/help/de/gnumeric/figures/pointer_zoom_out.png
/usr/share/help/de/gnumeric/figures/preferences-copypaste.png
/usr/share/help/de/gnumeric/figures/preferences-files.png
/usr/share/help/de/gnumeric/figures/preferences-font-header.png
/usr/share/help/de/gnumeric/figures/preferences-font.png
/usr/share/help/de/gnumeric/figures/preferences-screen.png
/usr/share/help/de/gnumeric/figures/preferences-sorting.png
/usr/share/help/de/gnumeric/figures/preferences-tools.png
/usr/share/help/de/gnumeric/figures/preferences-undo.png
/usr/share/help/de/gnumeric/figures/preferences-windows.png
/usr/share/help/de/gnumeric/figures/print-large.png
/usr/share/help/de/gnumeric/figures/print-preview-back.png
/usr/share/help/de/gnumeric/figures/print-preview-first.png
/usr/share/help/de/gnumeric/figures/print-preview-fit.png
/usr/share/help/de/gnumeric/figures/print-preview-fitonetoone.png
/usr/share/help/de/gnumeric/figures/print-preview-last.png
/usr/share/help/de/gnumeric/figures/print-preview-next.png
/usr/share/help/de/gnumeric/figures/print-preview-zoomin.png
/usr/share/help/de/gnumeric/figures/print-preview-zoomout.png
/usr/share/help/de/gnumeric/figures/print-worksheet-file-general.png
/usr/share/help/de/gnumeric/figures/print-worksheet-job.png
/usr/share/help/de/gnumeric/figures/print-worksheet-page_setup.png
/usr/share/help/de/gnumeric/figures/print-worksheet-paper.png
/usr/share/help/de/gnumeric/figures/print-worksheet-print_range.png
/usr/share/help/de/gnumeric/figures/print-worksheet-printer-advanced.png
/usr/share/help/de/gnumeric/figures/print-worksheet-printer-finishing.png
/usr/share/help/de/gnumeric/figures/print-worksheet-printer-general.png
/usr/share/help/de/gnumeric/figures/print-worksheet-printer-image_quality.png
/usr/share/help/de/gnumeric/figures/print-worksheet-printer-job.png
/usr/share/help/de/gnumeric/figures/print-worksheet-printer.png
/usr/share/help/de/gnumeric/figures/printing-preview.png
/usr/share/help/de/gnumeric/figures/printing-setup-header-config.png
/usr/share/help/de/gnumeric/figures/printing-setup-header.png
/usr/share/help/de/gnumeric/figures/printing-setup-page-paper-type.png
/usr/share/help/de/gnumeric/figures/printing-setup-page.png
/usr/share/help/de/gnumeric/figures/printing-setup-printarea.png
/usr/share/help/de/gnumeric/figures/printing-setup-scale.png
/usr/share/help/de/gnumeric/figures/printing-setup-sheet.png
/usr/share/help/de/gnumeric/figures/selection-1.png
/usr/share/help/de/gnumeric/figures/selection-10.png
/usr/share/help/de/gnumeric/figures/selection-2.png
/usr/share/help/de/gnumeric/figures/selection-3.png
/usr/share/help/de/gnumeric/figures/selection-4.png
/usr/share/help/de/gnumeric/figures/selection-5.png
/usr/share/help/de/gnumeric/figures/selection-8.png
/usr/share/help/de/gnumeric/figures/selection-9.png
/usr/share/help/de/gnumeric/figures/solver-01.png
/usr/share/help/de/gnumeric/figures/solver-02.png
/usr/share/help/de/gnumeric/figures/solver-03.png
/usr/share/help/de/gnumeric/figures/solver-04.png
/usr/share/help/de/gnumeric/figures/solver-05.png
/usr/share/help/de/gnumeric/figures/textguru-export-panel1-withTags.png
/usr/share/help/de/gnumeric/figures/textguru-export-panel2-withTags.png
/usr/share/help/de/gnumeric/figures/textguru-import-panel1-withTags.png
/usr/share/help/de/gnumeric/figures/textguru-import-panel2a-withTags.png
/usr/share/help/de/gnumeric/figures/textguru-import-panel2b-withTags.png
/usr/share/help/de/gnumeric/figures/textguru-import-panel3-withTags.png
/usr/share/help/de/gnumeric/figures/toolbar-extension-menu.png
/usr/share/help/de/gnumeric/figures/toolbar-format-long.png
/usr/share/help/de/gnumeric/figures/toolbar-format.png
/usr/share/help/de/gnumeric/figures/toolbar-object.png
/usr/share/help/de/gnumeric/figures/toolbar-standard.png
/usr/share/help/de/gnumeric/figures/toolbars.png
/usr/share/help/de/gnumeric/figures/widget-checkbox.png
/usr/share/help/de/gnumeric/figures/widget-combobox.png
/usr/share/help/de/gnumeric/figures/widget-entryBox-outlined.png
/usr/share/help/de/gnumeric/figures/widget-frame.png
/usr/share/help/de/gnumeric/figures/widget-label.png
/usr/share/help/de/gnumeric/figures/widget-list.png
/usr/share/help/de/gnumeric/figures/widget-scrollbar.png
/usr/share/help/de/gnumeric/figures/widget-slider.png
/usr/share/help/de/gnumeric/figures/widget-spinbutton.png
/usr/share/help/de/gnumeric/figures/worksheet-cols-1.png
/usr/share/help/de/gnumeric/figures/worksheet-data-1.png
/usr/share/help/de/gnumeric/figures/worksheet-data-2.png
/usr/share/help/de/gnumeric/figures/worksheet-data-3.png
/usr/share/help/de/gnumeric/figures/worksheet-data-4.png
/usr/share/help/de/gnumeric/figures/worksheet-managing-dialog.png
/usr/share/help/de/gnumeric/figures/worksheet-rows-1.png
/usr/share/help/de/gnumeric/figures/worksheet-running-calc-1.png
/usr/share/help/de/gnumeric/gnumeric.xml
/usr/share/help/de/gnumeric/index.docbook
/usr/share/help/es/gnumeric
/usr/share/help/es/gnumeric/figures
/usr/share/help/es/gnumeric/figures/advanced-filter-1.png
/usr/share/help/es/gnumeric/figures/advanced-filter-2.png
/usr/share/help/es/gnumeric/figures/analysis-simulation-confidence-interval-equation.png
/usr/share/help/es/gnumeric/figures/analysis-simulation-demand-ex1.png
/usr/share/help/es/gnumeric/figures/analysis-simulation-demand-ex2.png
/usr/share/help/es/gnumeric/figures/analysis-simulation-interations-equation1.png
/usr/share/help/es/gnumeric/figures/analysis-simulation-interations-equation2.png
/usr/share/help/es/gnumeric/figures/analysis-simulation-maximumtime-dialog.png
/usr/share/help/es/gnumeric/figures/analysis-simulation-options-dialog.png
/usr/share/help/es/gnumeric/figures/analysis-simulation-output-dialog.png
/usr/share/help/es/gnumeric/figures/analysis-simulation-profit-ex1.png
/usr/share/help/es/gnumeric/figures/analysis-simulation-profit-ex2.png
/usr/share/help/es/gnumeric/figures/analysis-simulation-report-screen.png
/usr/share/help/es/gnumeric/figures/analysis-simulation-simtable-screen.png
/usr/share/help/es/gnumeric/figures/analysis-simulation-summary-dialog.png
/usr/share/help/es/gnumeric/figures/analysis-simulation-variables-dialog.png
/usr/share/help/es/gnumeric/figures/analysistools-ANOVA1-ex1.png
/usr/share/help/es/gnumeric/figures/analysistools-ANOVA1-ex2.png
/usr/share/help/es/gnumeric/figures/analysistools-ANOVA2w-ex1.png
/usr/share/help/es/gnumeric/figures/analysistools-ANOVA2w-ex2.png
/usr/share/help/es/gnumeric/figures/analysistools-ANOVA2wo-ex1.png
/usr/share/help/es/gnumeric/figures/analysistools-ANOVA2wo-ex2.png
/usr/share/help/es/gnumeric/figures/analysistools-correlation-ex1.png
/usr/share/help/es/gnumeric/figures/analysistools-correlation-ex2.png
/usr/share/help/es/gnumeric/figures/analysistools-correlation-ex3.png
/usr/share/help/es/gnumeric/figures/analysistools-correlation.png
/usr/share/help/es/gnumeric/figures/analysistools-covariance-ex1.png
/usr/share/help/es/gnumeric/figures/analysistools-covariance-ex2.png
/usr/share/help/es/gnumeric/figures/analysistools-covariance.png
/usr/share/help/es/gnumeric/figures/analysistools-descstats-ex1-options.png
/usr/share/help/es/gnumeric/figures/analysistools-descstats-ex1.png
/usr/share/help/es/gnumeric/figures/analysistools-descstats-ex2.png
/usr/share/help/es/gnumeric/figures/analysistools-descstats.png
/usr/share/help/es/gnumeric/figures/analysistools-exp-smoothing-a-holt-winters-formula.png
/usr/share/help/es/gnumeric/figures/analysistools-exp-smoothing-a-holt-winters-stderr.png
/usr/share/help/es/gnumeric/figures/analysistools-exp-smoothing-holt-formula.png
/usr/share/help/es/gnumeric/figures/analysistools-exp-smoothing-holt-stderr.png
/usr/share/help/es/gnumeric/figures/analysistools-exp-smoothing-hunter-formula.png
/usr/share/help/es/gnumeric/figures/analysistools-exp-smoothing-hunter-stderr.png
/usr/share/help/es/gnumeric/figures/analysistools-exp-smoothing-m-holt-winters-formula.png
/usr/share/help/es/gnumeric/figures/analysistools-exp-smoothing-m-holt-winters-stderr.png
/usr/share/help/es/gnumeric/figures/analysistools-exp-smoothing-roberts-formula.png
/usr/share/help/es/gnumeric/figures/analysistools-exp-smoothing-roberts-stderr.png
/usr/share/help/es/gnumeric/figures/analysistools-fourier-formula.png
/usr/share/help/es/gnumeric/figures/analysistools-fourier.png
/usr/share/help/es/gnumeric/figures/analysistools-frequency-cats.png
/usr/share/help/es/gnumeric/figures/analysistools-frequency-graphs.png
/usr/share/help/es/gnumeric/figures/analysistools-frequency-results.png
/usr/share/help/es/gnumeric/figures/analysistools-frequency.png
/usr/share/help/es/gnumeric/figures/analysistools-ftest-ex1.png
/usr/share/help/es/gnumeric/figures/analysistools-ftest-ex2.png
/usr/share/help/es/gnumeric/figures/analysistools-ftest.png
/usr/share/help/es/gnumeric/figures/analysistools-histogram-bins.png
/usr/share/help/es/gnumeric/figures/analysistools-histogram-cutoffs.png
/usr/share/help/es/gnumeric/figures/analysistools-histogram-ex1.png
/usr/share/help/es/gnumeric/figures/analysistools-histogram-ex2.png
/usr/share/help/es/gnumeric/figures/analysistools-histogram-ex3.png
/usr/share/help/es/gnumeric/figures/analysistools-histogram-ex4.png
/usr/share/help/es/gnumeric/figures/analysistools-histogram-ex5.png
/usr/share/help/es/gnumeric/figures/analysistools-histogram-graphs.png
/usr/share/help/es/gnumeric/figures/analysistools-histogram.png
/usr/share/help/es/gnumeric/figures/analysistools-kaplan-ex1.png
/usr/share/help/es/gnumeric/figures/analysistools-kaplan-ex2.png
/usr/share/help/es/gnumeric/figures/analysistools-kaplan-ex3.png
/usr/share/help/es/gnumeric/figures/analysistools-kaplan-groups.png
/usr/share/help/es/gnumeric/figures/analysistools-kaplan-options.png
/usr/share/help/es/gnumeric/figures/analysistools-kaplan.png
/usr/share/help/es/gnumeric/figures/analysistools-moving-average-ex1.png
/usr/share/help/es/gnumeric/figures/analysistools-moving-average-ex2.png
/usr/share/help/es/gnumeric/figures/analysistools-moving-average-ex3.png
/usr/share/help/es/gnumeric/figures/analysistools-moving-average-formula-central.png
/usr/share/help/es/gnumeric/figures/analysistools-moving-average-formula-spencer.png
/usr/share/help/es/gnumeric/figures/analysistools-moving-average-formula-weighted.png
/usr/share/help/es/gnumeric/figures/analysistools-moving-average-options.png
/usr/share/help/es/gnumeric/figures/analysistools-moving-average.png
/usr/share/help/es/gnumeric/figures/analysistools-normality-ex1.png
/usr/share/help/es/gnumeric/figures/analysistools-normality-ex2.png
/usr/share/help/es/gnumeric/figures/analysistools-normality-ex3.png
/usr/share/help/es/gnumeric/figures/analysistools-normality-ex4.png
/usr/share/help/es/gnumeric/figures/analysistools-normality-testspec.png
/usr/share/help/es/gnumeric/figures/analysistools-normality.png
/usr/share/help/es/gnumeric/figures/analysistools-outputoptions.png
/usr/share/help/es/gnumeric/figures/analysistools-pcanalysis-ex1.png
/usr/share/help/es/gnumeric/figures/analysistools-pcanalysis-ex2.png
/usr/share/help/es/gnumeric/figures/analysistools-pcanalysis.png
/usr/share/help/es/gnumeric/figures/analysistools-random-ex1.png
/usr/share/help/es/gnumeric/figures/analysistools-random-ex2.png
/usr/share/help/es/gnumeric/figures/analysistools-random.png
/usr/share/help/es/gnumeric/figures/analysistools-ranges.png
/usr/share/help/es/gnumeric/figures/analysistools-rank-ex1.png
/usr/share/help/es/gnumeric/figures/analysistools-rank-ex2.png
/usr/share/help/es/gnumeric/figures/analysistools-rank.png
/usr/share/help/es/gnumeric/figures/analysistools-regression-ex1.png
/usr/share/help/es/gnumeric/figures/analysistools-regression-ex2.png
/usr/share/help/es/gnumeric/figures/analysistools-regression-ex3.png
/usr/share/help/es/gnumeric/figures/analysistools-regression.png
/usr/share/help/es/gnumeric/figures/analysistools-sampling-ex1.png
/usr/share/help/es/gnumeric/figures/analysistools-sampling-ex2.png
/usr/share/help/es/gnumeric/figures/analysistools-sampling.png
/usr/share/help/es/gnumeric/figures/analysistools-signtest-ex1.png
/usr/share/help/es/gnumeric/figures/analysistools-signtest-ex2.png
/usr/share/help/es/gnumeric/figures/analysistools-signtest-ex3.png
/usr/share/help/es/gnumeric/figures/analysistools-signtest.png
/usr/share/help/es/gnumeric/figures/analysistools-smoothing-ex1.png
/usr/share/help/es/gnumeric/figures/analysistools-smoothing-ex2.png
/usr/share/help/es/gnumeric/figures/analysistools-smoothing-ex3.png
/usr/share/help/es/gnumeric/figures/analysistools-smoothing-ex4.png
/usr/share/help/es/gnumeric/figures/analysistools-smoothing-ex5.png
/usr/share/help/es/gnumeric/figures/analysistools-smoothing-ex6.png
/usr/share/help/es/gnumeric/figures/analysistools-smoothing-ex7.png
/usr/share/help/es/gnumeric/figures/analysistools-smoothing-ex8.png
/usr/share/help/es/gnumeric/figures/analysistools-smoothing.png
/usr/share/help/es/gnumeric/figures/analysistools-tools.png
/usr/share/help/es/gnumeric/figures/analysistools-ttest-equal-ex1.png
/usr/share/help/es/gnumeric/figures/analysistools-ttest-equal-ex2.png
/usr/share/help/es/gnumeric/figures/analysistools-ttest-equal.png
/usr/share/help/es/gnumeric/figures/analysistools-ttest-paired-ex1.png
/usr/share/help/es/gnumeric/figures/analysistools-ttest-paired-ex2.png
/usr/share/help/es/gnumeric/figures/analysistools-ttest-paired.png
/usr/share/help/es/gnumeric/figures/analysistools-ttest-unequal-ex1.png
/usr/share/help/es/gnumeric/figures/analysistools-ttest-unequal-ex2.png
/usr/share/help/es/gnumeric/figures/analysistools-ttest-unequal.png
/usr/share/help/es/gnumeric/figures/analysistools-ttest.png
/usr/share/help/es/gnumeric/figures/analysistools-ztest-ex1.png
/usr/share/help/es/gnumeric/figures/analysistools-ztest-ex2.png
/usr/share/help/es/gnumeric/figures/analysistools-ztest.png
/usr/share/help/es/gnumeric/figures/arrowhead-dimensions.png
/usr/share/help/es/gnumeric/figures/button-align-center.png
/usr/share/help/es/gnumeric/figures/button-align-left.png
/usr/share/help/es/gnumeric/figures/button-align-right.png
/usr/share/help/es/gnumeric/figures/button-arrow.png
/usr/share/help/es/gnumeric/figures/button-bold.png
/usr/share/help/es/gnumeric/figures/button-borders.png
/usr/share/help/es/gnumeric/figures/button-button.png
/usr/share/help/es/gnumeric/figures/button-center-across-selection.png
/usr/share/help/es/gnumeric/figures/button-checkbox.png
/usr/share/help/es/gnumeric/figures/button-combo.png
/usr/share/help/es/gnumeric/figures/button-copy.png
/usr/share/help/es/gnumeric/figures/button-cut.png
/usr/share/help/es/gnumeric/figures/button-decrease-indent.png
/usr/share/help/es/gnumeric/figures/button-decrease-precision.png
/usr/share/help/es/gnumeric/figures/button-equals.png
/usr/share/help/es/gnumeric/figures/button-fill.png
/usr/share/help/es/gnumeric/figures/button-font-size.png
/usr/share/help/es/gnumeric/figures/button-font-type.png
/usr/share/help/es/gnumeric/figures/button-frame.png
/usr/share/help/es/gnumeric/figures/button-function.png
/usr/share/help/es/gnumeric/figures/button-graph.png
/usr/share/help/es/gnumeric/figures/button-graphEditor-add.png
/usr/share/help/es/gnumeric/figures/button-increase-indent.png
/usr/share/help/es/gnumeric/figures/button-increase-precision.png
/usr/share/help/es/gnumeric/figures/button-insert-component.png
/usr/share/help/es/gnumeric/figures/button-insert-hyperlink.png
/usr/share/help/es/gnumeric/figures/button-insert-object.png
/usr/share/help/es/gnumeric/figures/button-italic.png
/usr/share/help/es/gnumeric/figures/button-label.png
/usr/share/help/es/gnumeric/figures/button-line.png
/usr/share/help/es/gnumeric/figures/button-list.png
/usr/share/help/es/gnumeric/figures/button-merge.png
/usr/share/help/es/gnumeric/figures/button-money.png
/usr/share/help/es/gnumeric/figures/button-new.png
/usr/share/help/es/gnumeric/figures/button-open.png
/usr/share/help/es/gnumeric/figures/button-oval.png
/usr/share/help/es/gnumeric/figures/button-paste.png
/usr/share/help/es/gnumeric/figures/button-percent.png
/usr/share/help/es/gnumeric/figures/button-preview.png
/usr/share/help/es/gnumeric/figures/button-print.png
/usr/share/help/es/gnumeric/figures/button-radio.png
/usr/share/help/es/gnumeric/figures/button-rectangle.png
/usr/share/help/es/gnumeric/figures/button-redo-and-history.png
/usr/share/help/es/gnumeric/figures/button-save.png
/usr/share/help/es/gnumeric/figures/button-scrollbar.png
/usr/share/help/es/gnumeric/figures/button-slider.png
/usr/share/help/es/gnumeric/figures/button-sort-az.png
/usr/share/help/es/gnumeric/figures/button-sort-za.png
/usr/share/help/es/gnumeric/figures/button-spin.png
/usr/share/help/es/gnumeric/figures/button-split.png
/usr/share/help/es/gnumeric/figures/button-subscript.png
/usr/share/help/es/gnumeric/figures/button-sum.png
/usr/share/help/es/gnumeric/figures/button-superscript.png
/usr/share/help/es/gnumeric/figures/button-text-colour.png
/usr/share/help/es/gnumeric/figures/button-thousands.png
/usr/share/help/es/gnumeric/figures/button-underline.png
/usr/share/help/es/gnumeric/figures/button-undo-and-history.png
/usr/share/help/es/gnumeric/figures/button-zoom.png
/usr/share/help/es/gnumeric/figures/cell-grid.png
/usr/share/help/es/gnumeric/figures/cell-selected.png
/usr/share/help/es/gnumeric/figures/cell-with-text.png
/usr/share/help/es/gnumeric/figures/cells-1.png
/usr/share/help/es/gnumeric/figures/cells-2.png
/usr/share/help/es/gnumeric/figures/chart_area_1_1.png
/usr/share/help/es/gnumeric/figures/chart_area_1_2.png
/usr/share/help/es/gnumeric/figures/chart_area_1_3.png
/usr/share/help/es/gnumeric/figures/chart_bar_1_1.png
/usr/share/help/es/gnumeric/figures/chart_bar_1_2.png
/usr/share/help/es/gnumeric/figures/chart_bar_1_3.png
/usr/share/help/es/gnumeric/figures/chart_bubble_1_1.png
/usr/share/help/es/gnumeric/figures/chart_column_1_1.png
/usr/share/help/es/gnumeric/figures/chart_column_1_2.png
/usr/share/help/es/gnumeric/figures/chart_column_1_3.png
/usr/share/help/es/gnumeric/figures/chart_line_1_1.png
/usr/share/help/es/gnumeric/figures/chart_line_1_2.png
/usr/share/help/es/gnumeric/figures/chart_line_1_3.png
/usr/share/help/es/gnumeric/figures/chart_line_2_1.png
/usr/share/help/es/gnumeric/figures/chart_line_2_2.png
/usr/share/help/es/gnumeric/figures/chart_line_2_3.png
/usr/share/help/es/gnumeric/figures/chart_pie_1_1.png
/usr/share/help/es/gnumeric/figures/chart_pie_2_1.png
/usr/share/help/es/gnumeric/figures/chart_radar_1_1.png
/usr/share/help/es/gnumeric/figures/chart_radar_1_2.png
/usr/share/help/es/gnumeric/figures/chart_radar_1_3.png
/usr/share/help/es/gnumeric/figures/chart_ring_1_1.png
/usr/share/help/es/gnumeric/figures/chart_ring_1_2.png
/usr/share/help/es/gnumeric/figures/chart_scatter_1_1.png
/usr/share/help/es/gnumeric/figures/chart_scatter_3_1.png
/usr/share/help/es/gnumeric/figures/chart_scatter_3_2.png
/usr/share/help/es/gnumeric/figures/chart_surface_1.png
/usr/share/help/es/gnumeric/figures/chart_surface_2.png
/usr/share/help/es/gnumeric/figures/dialog-auto-correct.png
/usr/share/help/es/gnumeric/figures/dialog-autosave.png
/usr/share/help/es/gnumeric/figures/dialog-fileopen-withTags.png
/usr/share/help/es/gnumeric/figures/dialog-filesave-compact-withTags.png
/usr/share/help/es/gnumeric/figures/dialog-filesave-expanded-withTags.png
/usr/share/help/es/gnumeric/figures/dialog-filter.png
/usr/share/help/es/gnumeric/figures/dialog-insert-object.png
/usr/share/help/es/gnumeric/figures/dialog-properties-arrow.png
/usr/share/help/es/gnumeric/figures/dialog-properties-checkbox.png
/usr/share/help/es/gnumeric/figures/dialog-properties-frame.png
/usr/share/help/es/gnumeric/figures/dialog-properties-label.png
/usr/share/help/es/gnumeric/figures/dialog-properties-line.png
/usr/share/help/es/gnumeric/figures/dialog-properties-oval.png
/usr/share/help/es/gnumeric/figures/dialog-properties-rectangle.png
/usr/share/help/es/gnumeric/figures/dialog-properties-scrollbar.png
/usr/share/help/es/gnumeric/figures/drawing-arrow.png
/usr/share/help/es/gnumeric/figures/drawing-line.png
/usr/share/help/es/gnumeric/figures/drawing-oval.png
/usr/share/help/es/gnumeric/figures/drawing-rectangle.png
/usr/share/help/es/gnumeric/figures/example-colGraph-modified.png
/usr/share/help/es/gnumeric/figures/example-colGraph.png
/usr/share/help/es/gnumeric/figures/example-columnSelect.png
/usr/share/help/es/gnumeric/figures/example-data.png
/usr/share/help/es/gnumeric/figures/files-html-example.png
/usr/share/help/es/gnumeric/figures/files-html32-example.png
/usr/share/help/es/gnumeric/figures/files-html40-example.png
/usr/share/help/es/gnumeric/figures/formula-dmedian.png
/usr/share/help/es/gnumeric/figures/gnumeric-empty.png
/usr/share/help/es/gnumeric/figures/gnumeric-icon-24.png
/usr/share/help/es/gnumeric/figures/gnumeric-labelled.png
/usr/share/help/es/gnumeric/figures/gnumeric-power-example.png
/usr/share/help/es/gnumeric/figures/graph-axes-grid.png
/usr/share/help/es/gnumeric/figures/graph-components.png
/usr/share/help/es/gnumeric/figures/graph-example-area.png
/usr/share/help/es/gnumeric/figures/graph-example-bar.png
/usr/share/help/es/gnumeric/figures/graph-example-bubble.png
/usr/share/help/es/gnumeric/figures/graph-example-column.png
/usr/share/help/es/gnumeric/figures/graph-example-line.png
/usr/share/help/es/gnumeric/figures/graph-example-pie.png
/usr/share/help/es/gnumeric/figures/graph-example-radar.png
/usr/share/help/es/gnumeric/figures/graph-example-ring.png
/usr/share/help/es/gnumeric/figures/graph-example-surface-t1.png
/usr/share/help/es/gnumeric/figures/graph-example-surface-t2.png
/usr/share/help/es/gnumeric/figures/graph-example-xyplot.png
/usr/share/help/es/gnumeric/figures/graph-hierarchy.png
/usr/share/help/es/gnumeric/figures/graphguru-axes-category-bounds.png
/usr/share/help/es/gnumeric/figures/graphguru-axes-category-details.png
/usr/share/help/es/gnumeric/figures/graphguru-axes-category-style.png
/usr/share/help/es/gnumeric/figures/graphguru-axes-continuous-bounds.png
/usr/share/help/es/gnumeric/figures/graphguru-axes-continuous-format.png
/usr/share/help/es/gnumeric/figures/graphguru-backPanels-gradient.png
/usr/share/help/es/gnumeric/figures/graphguru-backPanels-image.png
/usr/share/help/es/gnumeric/figures/graphguru-backPanels-none.png
/usr/share/help/es/gnumeric/figures/graphguru-backPanels-pattern.png
/usr/share/help/es/gnumeric/figures/graphguru-components.png
/usr/share/help/es/gnumeric/figures/graphguru-plot-barCol.png
/usr/share/help/es/gnumeric/figures/graphguru-plot-bubble.png
/usr/share/help/es/gnumeric/figures/graphguru-plot-pie.png
/usr/share/help/es/gnumeric/figures/graphguru-plot-radar.png
/usr/share/help/es/gnumeric/figures/graphguru-plot-ring.png
/usr/share/help/es/gnumeric/figures/graphguru-series-data-bubble.png
/usr/share/help/es/gnumeric/figures/graphguru-series-data-single.png
/usr/share/help/es/gnumeric/figures/graphguru-series-data-xy.png
/usr/share/help/es/gnumeric/figures/graphguru-series-error.png
/usr/share/help/es/gnumeric/figures/graphguru-series-style-filled.png
/usr/share/help/es/gnumeric/figures/graphguru-series-style-line.png
/usr/share/help/es/gnumeric/figures/graphguru-title-font.png
/usr/share/help/es/gnumeric/figures/graphical-elements-selected.png
/usr/share/help/es/gnumeric/figures/graphical-elements-stacked.png
/usr/share/help/es/gnumeric/figures/graphical-elements.png
/usr/share/help/es/gnumeric/figures/graphs-types-area.png
/usr/share/help/es/gnumeric/figures/graphs-types-bar.png
/usr/share/help/es/gnumeric/figures/graphs-types-bubble.png
/usr/share/help/es/gnumeric/figures/graphs-types-column.png
/usr/share/help/es/gnumeric/figures/graphs-types-line.png
/usr/share/help/es/gnumeric/figures/graphs-types-pie.png
/usr/share/help/es/gnumeric/figures/graphs-types-radar.png
/usr/share/help/es/gnumeric/figures/graphs-types-ring.png
/usr/share/help/es/gnumeric/figures/graphs-types-stock.png
/usr/share/help/es/gnumeric/figures/graphs-types-surface.png
/usr/share/help/es/gnumeric/figures/graphs-types-xyplot.png
/usr/share/help/es/gnumeric/figures/icon-locked.png
/usr/share/help/es/gnumeric/figures/icon-unlocked.png
/usr/share/help/es/gnumeric/figures/icon-visible.png
/usr/share/help/es/gnumeric/figures/info-area.png
/usr/share/help/es/gnumeric/figures/menu-context-col-row-header.png
/usr/share/help/es/gnumeric/figures/menu-context-graph-order.png
/usr/share/help/es/gnumeric/figures/menu-context-graph.png
/usr/share/help/es/gnumeric/figures/menu-context-grid.png
/usr/share/help/es/gnumeric/figures/menu-context-object-order.png
/usr/share/help/es/gnumeric/figures/menu-context-object.png
/usr/share/help/es/gnumeric/figures/menu-context-sheet-tabs.png
/usr/share/help/es/gnumeric/figures/menu-context-tabs.png
/usr/share/help/es/gnumeric/figures/menu-context-toolbars.png
/usr/share/help/es/gnumeric/figures/menu-data-export.png
/usr/share/help/es/gnumeric/figures/menu-data-import.png
/usr/share/help/es/gnumeric/figures/menu-data-labelled.png
/usr/share/help/es/gnumeric/figures/menu-edit-delete-cells.png
/usr/share/help/es/gnumeric/figures/menu-edit-labelled.png
/usr/share/help/es/gnumeric/figures/menu-edit-modify-names.png
/usr/share/help/es/gnumeric/figures/menu-edit-paste-special.png
/usr/share/help/es/gnumeric/figures/menu-edit-select.png
/usr/share/help/es/gnumeric/figures/menu-file-labelled.png
/usr/share/help/es/gnumeric/figures/menu-file-printarea.png
/usr/share/help/es/gnumeric/figures/menu-format-column.png
/usr/share/help/es/gnumeric/figures/menu-format-labelled.png
/usr/share/help/es/gnumeric/figures/menu-format-sheet.png
/usr/share/help/es/gnumeric/figures/menu-help-labelled.png
/usr/share/help/es/gnumeric/figures/menu-insert-comment.png
/usr/share/help/es/gnumeric/figures/menu-insert-fw.png
/usr/share/help/es/gnumeric/figures/menu-insert-hyperlink.png
/usr/share/help/es/gnumeric/figures/menu-insert-labelled.png
/usr/share/help/es/gnumeric/figures/menu-insert-names.png
/usr/share/help/es/gnumeric/figures/menu-statistics-labelled.png
/usr/share/help/es/gnumeric/figures/menu-tools-labelled.png
/usr/share/help/es/gnumeric/figures/menu-torn-off.png
/usr/share/help/es/gnumeric/figures/menu-view-labelled.png
/usr/share/help/es/gnumeric/figures/menu-view-properties-dialog-cm.png
/usr/share/help/es/gnumeric/figures/menu-view-properties-dialog.png
/usr/share/help/es/gnumeric/figures/menubar.png
/usr/share/help/es/gnumeric/figures/number-format-border-dialog.png
/usr/share/help/es/gnumeric/figures/number-format-color-dialog.png
/usr/share/help/es/gnumeric/figures/number-format-dialog.png
/usr/share/help/es/gnumeric/figures/number-format-font-dialog.png
/usr/share/help/es/gnumeric/figures/number-format-justification-dialog-2.png
/usr/share/help/es/gnumeric/figures/number-format-protection.png
/usr/share/help/es/gnumeric/figures/number-format-validation-warning.png
/usr/share/help/es/gnumeric/figures/number-format-validation.png
/usr/share/help/es/gnumeric/figures/pointer_arrow_left_std.png
/usr/share/help/es/gnumeric/figures/pointer_cross_hair.png
/usr/share/help/es/gnumeric/figures/pointer_cross_wide.png
/usr/share/help/es/gnumeric/figures/pointer_diagonal_resize.png
/usr/share/help/es/gnumeric/figures/pointer_double_horizontal_arrow.png
/usr/share/help/es/gnumeric/figures/pointer_double_vertical_arrow.png
/usr/share/help/es/gnumeric/figures/pointer_four_way_arrow.png
/usr/share/help/es/gnumeric/figures/pointer_hand_left.png
/usr/share/help/es/gnumeric/figures/pointer_left.png
/usr/share/help/es/gnumeric/figures/pointer_resize_multiple.png
/usr/share/help/es/gnumeric/figures/pointer_right.png
/usr/share/help/es/gnumeric/figures/pointer_text_edit.png
/usr/share/help/es/gnumeric/figures/pointer_zoom_in.png
/usr/share/help/es/gnumeric/figures/pointer_zoom_out.png
/usr/share/help/es/gnumeric/figures/preferences-copypaste.png
/usr/share/help/es/gnumeric/figures/preferences-files.png
/usr/share/help/es/gnumeric/figures/preferences-font-header.png
/usr/share/help/es/gnumeric/figures/preferences-font.png
/usr/share/help/es/gnumeric/figures/preferences-screen.png
/usr/share/help/es/gnumeric/figures/preferences-sorting.png
/usr/share/help/es/gnumeric/figures/preferences-tools.png
/usr/share/help/es/gnumeric/figures/preferences-undo.png
/usr/share/help/es/gnumeric/figures/preferences-windows.png
/usr/share/help/es/gnumeric/figures/print-large.png
/usr/share/help/es/gnumeric/figures/print-preview-back.png
/usr/share/help/es/gnumeric/figures/print-preview-first.png
/usr/share/help/es/gnumeric/figures/print-preview-fit.png
/usr/share/help/es/gnumeric/figures/print-preview-fitonetoone.png
/usr/share/help/es/gnumeric/figures/print-preview-last.png
/usr/share/help/es/gnumeric/figures/print-preview-next.png
/usr/share/help/es/gnumeric/figures/print-preview-zoomin.png
/usr/share/help/es/gnumeric/figures/print-preview-zoomout.png
/usr/share/help/es/gnumeric/figures/print-worksheet-file-general.png
/usr/share/help/es/gnumeric/figures/print-worksheet-job.png
/usr/share/help/es/gnumeric/figures/print-worksheet-page_setup.png
/usr/share/help/es/gnumeric/figures/print-worksheet-paper.png
/usr/share/help/es/gnumeric/figures/print-worksheet-print_range.png
/usr/share/help/es/gnumeric/figures/print-worksheet-printer-advanced.png
/usr/share/help/es/gnumeric/figures/print-worksheet-printer-finishing.png
/usr/share/help/es/gnumeric/figures/print-worksheet-printer-general.png
/usr/share/help/es/gnumeric/figures/print-worksheet-printer-image_quality.png
/usr/share/help/es/gnumeric/figures/print-worksheet-printer-job.png
/usr/share/help/es/gnumeric/figures/print-worksheet-printer.png
/usr/share/help/es/gnumeric/figures/printing-preview.png
/usr/share/help/es/gnumeric/figures/printing-setup-header-config.png
/usr/share/help/es/gnumeric/figures/printing-setup-header.png
/usr/share/help/es/gnumeric/figures/printing-setup-page-paper-type.png
/usr/share/help/es/gnumeric/figures/printing-setup-page.png
/usr/share/help/es/gnumeric/figures/printing-setup-printarea.png
/usr/share/help/es/gnumeric/figures/printing-setup-scale.png
/usr/share/help/es/gnumeric/figures/printing-setup-sheet.png
/usr/share/help/es/gnumeric/figures/selection-1.png
/usr/share/help/es/gnumeric/figures/selection-10.png
/usr/share/help/es/gnumeric/figures/selection-2.png
/usr/share/help/es/gnumeric/figures/selection-3.png
/usr/share/help/es/gnumeric/figures/selection-4.png
/usr/share/help/es/gnumeric/figures/selection-5.png
/usr/share/help/es/gnumeric/figures/selection-8.png
/usr/share/help/es/gnumeric/figures/selection-9.png
/usr/share/help/es/gnumeric/figures/solver-01.png
/usr/share/help/es/gnumeric/figures/solver-02.png
/usr/share/help/es/gnumeric/figures/solver-03.png
/usr/share/help/es/gnumeric/figures/solver-04.png
/usr/share/help/es/gnumeric/figures/solver-05.png
/usr/share/help/es/gnumeric/figures/textguru-export-panel1-withTags.png
/usr/share/help/es/gnumeric/figures/textguru-export-panel2-withTags.png
/usr/share/help/es/gnumeric/figures/textguru-import-panel1-withTags.png
/usr/share/help/es/gnumeric/figures/textguru-import-panel2a-withTags.png
/usr/share/help/es/gnumeric/figures/textguru-import-panel2b-withTags.png
/usr/share/help/es/gnumeric/figures/textguru-import-panel3-withTags.png
/usr/share/help/es/gnumeric/figures/toolbar-extension-menu.png
/usr/share/help/es/gnumeric/figures/toolbar-format-long.png
/usr/share/help/es/gnumeric/figures/toolbar-format.png
/usr/share/help/es/gnumeric/figures/toolbar-object.png
/usr/share/help/es/gnumeric/figures/toolbar-standard.png
/usr/share/help/es/gnumeric/figures/toolbars.png
/usr/share/help/es/gnumeric/figures/widget-checkbox.png
/usr/share/help/es/gnumeric/figures/widget-combobox.png
/usr/share/help/es/gnumeric/figures/widget-entryBox-outlined.png
/usr/share/help/es/gnumeric/figures/widget-frame.png
/usr/share/help/es/gnumeric/figures/widget-label.png
/usr/share/help/es/gnumeric/figures/widget-list.png
/usr/share/help/es/gnumeric/figures/widget-scrollbar.png
/usr/share/help/es/gnumeric/figures/widget-slider.png
/usr/share/help/es/gnumeric/figures/widget-spinbutton.png
/usr/share/help/es/gnumeric/figures/worksheet-cols-1.png
/usr/share/help/es/gnumeric/figures/worksheet-data-1.png
/usr/share/help/es/gnumeric/figures/worksheet-data-2.png
/usr/share/help/es/gnumeric/figures/worksheet-data-3.png
/usr/share/help/es/gnumeric/figures/worksheet-data-4.png
/usr/share/help/es/gnumeric/figures/worksheet-managing-dialog.png
/usr/share/help/es/gnumeric/figures/worksheet-rows-1.png
/usr/share/help/es/gnumeric/figures/worksheet-running-calc-1.png
/usr/share/help/es/gnumeric/gnumeric.xml
/usr/share/help/es/gnumeric/index.docbook
/usr/share/help/sv/gnumeric
/usr/share/help/sv/gnumeric/figures
/usr/share/help/sv/gnumeric/figures/advanced-filter-1.png
/usr/share/help/sv/gnumeric/figures/advanced-filter-2.png
/usr/share/help/sv/gnumeric/figures/analysis-simulation-confidence-interval-equation.png
/usr/share/help/sv/gnumeric/figures/analysis-simulation-demand-ex1.png
/usr/share/help/sv/gnumeric/figures/analysis-simulation-demand-ex2.png
/usr/share/help/sv/gnumeric/figures/analysis-simulation-interations-equation1.png
/usr/share/help/sv/gnumeric/figures/analysis-simulation-interations-equation2.png
/usr/share/help/sv/gnumeric/figures/analysis-simulation-maximumtime-dialog.png
/usr/share/help/sv/gnumeric/figures/analysis-simulation-options-dialog.png
/usr/share/help/sv/gnumeric/figures/analysis-simulation-output-dialog.png
/usr/share/help/sv/gnumeric/figures/analysis-simulation-profit-ex1.png
/usr/share/help/sv/gnumeric/figures/analysis-simulation-profit-ex2.png
/usr/share/help/sv/gnumeric/figures/analysis-simulation-report-screen.png
/usr/share/help/sv/gnumeric/figures/analysis-simulation-simtable-screen.png
/usr/share/help/sv/gnumeric/figures/analysis-simulation-summary-dialog.png
/usr/share/help/sv/gnumeric/figures/analysis-simulation-variables-dialog.png
/usr/share/help/sv/gnumeric/figures/analysistools-ANOVA1-ex1.png
/usr/share/help/sv/gnumeric/figures/analysistools-ANOVA1-ex2.png
/usr/share/help/sv/gnumeric/figures/analysistools-ANOVA2w-ex1.png
/usr/share/help/sv/gnumeric/figures/analysistools-ANOVA2w-ex2.png
/usr/share/help/sv/gnumeric/figures/analysistools-ANOVA2wo-ex1.png
/usr/share/help/sv/gnumeric/figures/analysistools-ANOVA2wo-ex2.png
/usr/share/help/sv/gnumeric/figures/analysistools-correlation-ex1.png
/usr/share/help/sv/gnumeric/figures/analysistools-correlation-ex2.png
/usr/share/help/sv/gnumeric/figures/analysistools-correlation-ex3.png
/usr/share/help/sv/gnumeric/figures/analysistools-correlation.png
/usr/share/help/sv/gnumeric/figures/analysistools-covariance-ex1.png
/usr/share/help/sv/gnumeric/figures/analysistools-covariance-ex2.png
/usr/share/help/sv/gnumeric/figures/analysistools-covariance.png
/usr/share/help/sv/gnumeric/figures/analysistools-descstats-ex1-options.png
/usr/share/help/sv/gnumeric/figures/analysistools-descstats-ex1.png
/usr/share/help/sv/gnumeric/figures/analysistools-descstats-ex2.png
/usr/share/help/sv/gnumeric/figures/analysistools-descstats.png
/usr/share/help/sv/gnumeric/figures/analysistools-exp-smoothing-a-holt-winters-formula.png
/usr/share/help/sv/gnumeric/figures/analysistools-exp-smoothing-a-holt-winters-stderr.png
/usr/share/help/sv/gnumeric/figures/analysistools-exp-smoothing-holt-formula.png
/usr/share/help/sv/gnumeric/figures/analysistools-exp-smoothing-holt-stderr.png
/usr/share/help/sv/gnumeric/figures/analysistools-exp-smoothing-hunter-formula.png
/usr/share/help/sv/gnumeric/figures/analysistools-exp-smoothing-hunter-stderr.png
/usr/share/help/sv/gnumeric/figures/analysistools-exp-smoothing-m-holt-winters-formula.png
/usr/share/help/sv/gnumeric/figures/analysistools-exp-smoothing-m-holt-winters-stderr.png
/usr/share/help/sv/gnumeric/figures/analysistools-exp-smoothing-roberts-formula.png
/usr/share/help/sv/gnumeric/figures/analysistools-exp-smoothing-roberts-stderr.png
/usr/share/help/sv/gnumeric/figures/analysistools-fourier-formula.png
/usr/share/help/sv/gnumeric/figures/analysistools-fourier.png
/usr/share/help/sv/gnumeric/figures/analysistools-frequency-cats.png
/usr/share/help/sv/gnumeric/figures/analysistools-frequency-graphs.png
/usr/share/help/sv/gnumeric/figures/analysistools-frequency-results.png
/usr/share/help/sv/gnumeric/figures/analysistools-frequency.png
/usr/share/help/sv/gnumeric/figures/analysistools-ftest-ex1.png
/usr/share/help/sv/gnumeric/figures/analysistools-ftest-ex2.png
/usr/share/help/sv/gnumeric/figures/analysistools-ftest.png
/usr/share/help/sv/gnumeric/figures/analysistools-histogram-bins.png
/usr/share/help/sv/gnumeric/figures/analysistools-histogram-cutoffs.png
/usr/share/help/sv/gnumeric/figures/analysistools-histogram-ex1.png
/usr/share/help/sv/gnumeric/figures/analysistools-histogram-ex2.png
/usr/share/help/sv/gnumeric/figures/analysistools-histogram-ex3.png
/usr/share/help/sv/gnumeric/figures/analysistools-histogram-ex4.png
/usr/share/help/sv/gnumeric/figures/analysistools-histogram-ex5.png
/usr/share/help/sv/gnumeric/figures/analysistools-histogram-graphs.png
/usr/share/help/sv/gnumeric/figures/analysistools-histogram.png
/usr/share/help/sv/gnumeric/figures/analysistools-kaplan-ex1.png
/usr/share/help/sv/gnumeric/figures/analysistools-kaplan-ex2.png
/usr/share/help/sv/gnumeric/figures/analysistools-kaplan-ex3.png
/usr/share/help/sv/gnumeric/figures/analysistools-kaplan-groups.png
/usr/share/help/sv/gnumeric/figures/analysistools-kaplan-options.png
/usr/share/help/sv/gnumeric/figures/analysistools-kaplan.png
/usr/share/help/sv/gnumeric/figures/analysistools-moving-average-ex1.png
/usr/share/help/sv/gnumeric/figures/analysistools-moving-average-ex2.png
/usr/share/help/sv/gnumeric/figures/analysistools-moving-average-ex3.png
/usr/share/help/sv/gnumeric/figures/analysistools-moving-average-formula-central.png
/usr/share/help/sv/gnumeric/figures/analysistools-moving-average-formula-spencer.png
/usr/share/help/sv/gnumeric/figures/analysistools-moving-average-formula-weighted.png
/usr/share/help/sv/gnumeric/figures/analysistools-moving-average-options.png
/usr/share/help/sv/gnumeric/figures/analysistools-moving-average.png
/usr/share/help/sv/gnumeric/figures/analysistools-normality-ex1.png
/usr/share/help/sv/gnumeric/figures/analysistools-normality-ex2.png
/usr/share/help/sv/gnumeric/figures/analysistools-normality-ex3.png
/usr/share/help/sv/gnumeric/figures/analysistools-normality-ex4.png
/usr/share/help/sv/gnumeric/figures/analysistools-normality-testspec.png
/usr/share/help/sv/gnumeric/figures/analysistools-normality.png
/usr/share/help/sv/gnumeric/figures/analysistools-outputoptions.png
/usr/share/help/sv/gnumeric/figures/analysistools-pcanalysis-ex1.png
/usr/share/help/sv/gnumeric/figures/analysistools-pcanalysis-ex2.png
/usr/share/help/sv/gnumeric/figures/analysistools-pcanalysis.png
/usr/share/help/sv/gnumeric/figures/analysistools-random-ex1.png
/usr/share/help/sv/gnumeric/figures/analysistools-random-ex2.png
/usr/share/help/sv/gnumeric/figures/analysistools-random.png
/usr/share/help/sv/gnumeric/figures/analysistools-ranges.png
/usr/share/help/sv/gnumeric/figures/analysistools-rank-ex1.png
/usr/share/help/sv/gnumeric/figures/analysistools-rank-ex2.png
/usr/share/help/sv/gnumeric/figures/analysistools-rank.png
/usr/share/help/sv/gnumeric/figures/analysistools-regression-ex1.png
/usr/share/help/sv/gnumeric/figures/analysistools-regression-ex2.png
/usr/share/help/sv/gnumeric/figures/analysistools-regression-ex3.png
/usr/share/help/sv/gnumeric/figures/analysistools-regression.png
/usr/share/help/sv/gnumeric/figures/analysistools-sampling-ex1.png
/usr/share/help/sv/gnumeric/figures/analysistools-sampling-ex2.png
/usr/share/help/sv/gnumeric/figures/analysistools-sampling.png
/usr/share/help/sv/gnumeric/figures/analysistools-signtest-ex1.png
/usr/share/help/sv/gnumeric/figures/analysistools-signtest-ex2.png
/usr/share/help/sv/gnumeric/figures/analysistools-signtest-ex3.png
/usr/share/help/sv/gnumeric/figures/analysistools-signtest.png
/usr/share/help/sv/gnumeric/figures/analysistools-smoothing-ex1.png
/usr/share/help/sv/gnumeric/figures/analysistools-smoothing-ex2.png
/usr/share/help/sv/gnumeric/figures/analysistools-smoothing-ex3.png
/usr/share/help/sv/gnumeric/figures/analysistools-smoothing-ex4.png
/usr/share/help/sv/gnumeric/figures/analysistools-smoothing-ex5.png
/usr/share/help/sv/gnumeric/figures/analysistools-smoothing-ex6.png
/usr/share/help/sv/gnumeric/figures/analysistools-smoothing-ex7.png
/usr/share/help/sv/gnumeric/figures/analysistools-smoothing-ex8.png
/usr/share/help/sv/gnumeric/figures/analysistools-smoothing.png
/usr/share/help/sv/gnumeric/figures/analysistools-tools.png
/usr/share/help/sv/gnumeric/figures/analysistools-ttest-equal-ex1.png
/usr/share/help/sv/gnumeric/figures/analysistools-ttest-equal-ex2.png
/usr/share/help/sv/gnumeric/figures/analysistools-ttest-equal.png
/usr/share/help/sv/gnumeric/figures/analysistools-ttest-paired-ex1.png
/usr/share/help/sv/gnumeric/figures/analysistools-ttest-paired-ex2.png
/usr/share/help/sv/gnumeric/figures/analysistools-ttest-paired.png
/usr/share/help/sv/gnumeric/figures/analysistools-ttest-unequal-ex1.png
/usr/share/help/sv/gnumeric/figures/analysistools-ttest-unequal-ex2.png
/usr/share/help/sv/gnumeric/figures/analysistools-ttest-unequal.png
/usr/share/help/sv/gnumeric/figures/analysistools-ttest.png
/usr/share/help/sv/gnumeric/figures/analysistools-ztest-ex1.png
/usr/share/help/sv/gnumeric/figures/analysistools-ztest-ex2.png
/usr/share/help/sv/gnumeric/figures/analysistools-ztest.png
/usr/share/help/sv/gnumeric/figures/arrowhead-dimensions.png
/usr/share/help/sv/gnumeric/figures/button-align-center.png
/usr/share/help/sv/gnumeric/figures/button-align-left.png
/usr/share/help/sv/gnumeric/figures/button-align-right.png
/usr/share/help/sv/gnumeric/figures/button-arrow.png
/usr/share/help/sv/gnumeric/figures/button-bold.png
/usr/share/help/sv/gnumeric/figures/button-borders.png
/usr/share/help/sv/gnumeric/figures/button-button.png
/usr/share/help/sv/gnumeric/figures/button-center-across-selection.png
/usr/share/help/sv/gnumeric/figures/button-checkbox.png
/usr/share/help/sv/gnumeric/figures/button-combo.png
/usr/share/help/sv/gnumeric/figures/button-copy.png
/usr/share/help/sv/gnumeric/figures/button-cut.png
/usr/share/help/sv/gnumeric/figures/button-decrease-indent.png
/usr/share/help/sv/gnumeric/figures/button-decrease-precision.png
/usr/share/help/sv/gnumeric/figures/button-equals.png
/usr/share/help/sv/gnumeric/figures/button-fill.png
/usr/share/help/sv/gnumeric/figures/button-font-size.png
/usr/share/help/sv/gnumeric/figures/button-font-type.png
/usr/share/help/sv/gnumeric/figures/button-frame.png
/usr/share/help/sv/gnumeric/figures/button-function.png
/usr/share/help/sv/gnumeric/figures/button-graph.png
/usr/share/help/sv/gnumeric/figures/button-graphEditor-add.png
/usr/share/help/sv/gnumeric/figures/button-increase-indent.png
/usr/share/help/sv/gnumeric/figures/button-increase-precision.png
/usr/share/help/sv/gnumeric/figures/button-insert-component.png
/usr/share/help/sv/gnumeric/figures/button-insert-hyperlink.png
/usr/share/help/sv/gnumeric/figures/button-insert-object.png
/usr/share/help/sv/gnumeric/figures/button-italic.png
/usr/share/help/sv/gnumeric/figures/button-label.png
/usr/share/help/sv/gnumeric/figures/button-line.png
/usr/share/help/sv/gnumeric/figures/button-list.png
/usr/share/help/sv/gnumeric/figures/button-merge.png
/usr/share/help/sv/gnumeric/figures/button-money.png
/usr/share/help/sv/gnumeric/figures/button-new.png
/usr/share/help/sv/gnumeric/figures/button-open.png
/usr/share/help/sv/gnumeric/figures/button-oval.png
/usr/share/help/sv/gnumeric/figures/button-paste.png
/usr/share/help/sv/gnumeric/figures/button-percent.png
/usr/share/help/sv/gnumeric/figures/button-preview.png
/usr/share/help/sv/gnumeric/figures/button-print.png
/usr/share/help/sv/gnumeric/figures/button-radio.png
/usr/share/help/sv/gnumeric/figures/button-rectangle.png
/usr/share/help/sv/gnumeric/figures/button-redo-and-history.png
/usr/share/help/sv/gnumeric/figures/button-save.png
/usr/share/help/sv/gnumeric/figures/button-scrollbar.png
/usr/share/help/sv/gnumeric/figures/button-slider.png
/usr/share/help/sv/gnumeric/figures/button-sort-az.png
/usr/share/help/sv/gnumeric/figures/button-sort-za.png
/usr/share/help/sv/gnumeric/figures/button-spin.png
/usr/share/help/sv/gnumeric/figures/button-split.png
/usr/share/help/sv/gnumeric/figures/button-subscript.png
/usr/share/help/sv/gnumeric/figures/button-sum.png
/usr/share/help/sv/gnumeric/figures/button-superscript.png
/usr/share/help/sv/gnumeric/figures/button-text-colour.png
/usr/share/help/sv/gnumeric/figures/button-thousands.png
/usr/share/help/sv/gnumeric/figures/button-underline.png
/usr/share/help/sv/gnumeric/figures/button-undo-and-history.png
/usr/share/help/sv/gnumeric/figures/button-zoom.png
/usr/share/help/sv/gnumeric/figures/cell-grid.png
/usr/share/help/sv/gnumeric/figures/cell-selected.png
/usr/share/help/sv/gnumeric/figures/cell-with-text.png
/usr/share/help/sv/gnumeric/figures/cells-1.png
/usr/share/help/sv/gnumeric/figures/cells-2.png
/usr/share/help/sv/gnumeric/figures/chart_area_1_1.png
/usr/share/help/sv/gnumeric/figures/chart_area_1_2.png
/usr/share/help/sv/gnumeric/figures/chart_area_1_3.png
/usr/share/help/sv/gnumeric/figures/chart_bar_1_1.png
/usr/share/help/sv/gnumeric/figures/chart_bar_1_2.png
/usr/share/help/sv/gnumeric/figures/chart_bar_1_3.png
/usr/share/help/sv/gnumeric/figures/chart_bubble_1_1.png
/usr/share/help/sv/gnumeric/figures/chart_column_1_1.png
/usr/share/help/sv/gnumeric/figures/chart_column_1_2.png
/usr/share/help/sv/gnumeric/figures/chart_column_1_3.png
/usr/share/help/sv/gnumeric/figures/chart_line_1_1.png
/usr/share/help/sv/gnumeric/figures/chart_line_1_2.png
/usr/share/help/sv/gnumeric/figures/chart_line_1_3.png
/usr/share/help/sv/gnumeric/figures/chart_line_2_1.png
/usr/share/help/sv/gnumeric/figures/chart_line_2_2.png
/usr/share/help/sv/gnumeric/figures/chart_line_2_3.png
/usr/share/help/sv/gnumeric/figures/chart_pie_1_1.png
/usr/share/help/sv/gnumeric/figures/chart_pie_2_1.png
/usr/share/help/sv/gnumeric/figures/chart_radar_1_1.png
/usr/share/help/sv/gnumeric/figures/chart_radar_1_2.png
/usr/share/help/sv/gnumeric/figures/chart_radar_1_3.png
/usr/share/help/sv/gnumeric/figures/chart_ring_1_1.png
/usr/share/help/sv/gnumeric/figures/chart_ring_1_2.png
/usr/share/help/sv/gnumeric/figures/chart_scatter_1_1.png
/usr/share/help/sv/gnumeric/figures/chart_scatter_3_1.png
/usr/share/help/sv/gnumeric/figures/chart_scatter_3_2.png
/usr/share/help/sv/gnumeric/figures/chart_surface_1.png
/usr/share/help/sv/gnumeric/figures/chart_surface_2.png
/usr/share/help/sv/gnumeric/figures/dialog-auto-correct.png
/usr/share/help/sv/gnumeric/figures/dialog-autosave.png
/usr/share/help/sv/gnumeric/figures/dialog-fileopen-withTags.png
/usr/share/help/sv/gnumeric/figures/dialog-filesave-compact-withTags.png
/usr/share/help/sv/gnumeric/figures/dialog-filesave-expanded-withTags.png
/usr/share/help/sv/gnumeric/figures/dialog-filter.png
/usr/share/help/sv/gnumeric/figures/dialog-insert-object.png
/usr/share/help/sv/gnumeric/figures/dialog-properties-arrow.png
/usr/share/help/sv/gnumeric/figures/dialog-properties-checkbox.png
/usr/share/help/sv/gnumeric/figures/dialog-properties-frame.png
/usr/share/help/sv/gnumeric/figures/dialog-properties-label.png
/usr/share/help/sv/gnumeric/figures/dialog-properties-line.png
/usr/share/help/sv/gnumeric/figures/dialog-properties-oval.png
/usr/share/help/sv/gnumeric/figures/dialog-properties-rectangle.png
/usr/share/help/sv/gnumeric/figures/dialog-properties-scrollbar.png
/usr/share/help/sv/gnumeric/figures/drawing-arrow.png
/usr/share/help/sv/gnumeric/figures/drawing-line.png
/usr/share/help/sv/gnumeric/figures/drawing-oval.png
/usr/share/help/sv/gnumeric/figures/drawing-rectangle.png
/usr/share/help/sv/gnumeric/figures/example-colGraph-modified.png
/usr/share/help/sv/gnumeric/figures/example-colGraph.png
/usr/share/help/sv/gnumeric/figures/example-columnSelect.png
/usr/share/help/sv/gnumeric/figures/example-data.png
/usr/share/help/sv/gnumeric/figures/files-html-example.png
/usr/share/help/sv/gnumeric/figures/files-html32-example.png
/usr/share/help/sv/gnumeric/figures/files-html40-example.png
/usr/share/help/sv/gnumeric/figures/formula-dmedian.png
/usr/share/help/sv/gnumeric/figures/gnumeric-empty.png
/usr/share/help/sv/gnumeric/figures/gnumeric-icon-24.png
/usr/share/help/sv/gnumeric/figures/gnumeric-labelled.png
/usr/share/help/sv/gnumeric/figures/gnumeric-power-example.png
/usr/share/help/sv/gnumeric/figures/graph-axes-grid.png
/usr/share/help/sv/gnumeric/figures/graph-components.png
/usr/share/help/sv/gnumeric/figures/graph-example-area.png
/usr/share/help/sv/gnumeric/figures/graph-example-bar.png
/usr/share/help/sv/gnumeric/figures/graph-example-bubble.png
/usr/share/help/sv/gnumeric/figures/graph-example-column.png
/usr/share/help/sv/gnumeric/figures/graph-example-line.png
/usr/share/help/sv/gnumeric/figures/graph-example-pie.png
/usr/share/help/sv/gnumeric/figures/graph-example-radar.png
/usr/share/help/sv/gnumeric/figures/graph-example-ring.png
/usr/share/help/sv/gnumeric/figures/graph-example-surface-t1.png
/usr/share/help/sv/gnumeric/figures/graph-example-surface-t2.png
/usr/share/help/sv/gnumeric/figures/graph-example-xyplot.png
/usr/share/help/sv/gnumeric/figures/graph-hierarchy.png
/usr/share/help/sv/gnumeric/figures/graphguru-axes-category-bounds.png
/usr/share/help/sv/gnumeric/figures/graphguru-axes-category-details.png
/usr/share/help/sv/gnumeric/figures/graphguru-axes-category-style.png
/usr/share/help/sv/gnumeric/figures/graphguru-axes-continuous-bounds.png
/usr/share/help/sv/gnumeric/figures/graphguru-axes-continuous-format.png
/usr/share/help/sv/gnumeric/figures/graphguru-backPanels-gradient.png
/usr/share/help/sv/gnumeric/figures/graphguru-backPanels-image.png
/usr/share/help/sv/gnumeric/figures/graphguru-backPanels-none.png
/usr/share/help/sv/gnumeric/figures/graphguru-backPanels-pattern.png
/usr/share/help/sv/gnumeric/figures/graphguru-components.png
/usr/share/help/sv/gnumeric/figures/graphguru-plot-barCol.png
/usr/share/help/sv/gnumeric/figures/graphguru-plot-bubble.png
/usr/share/help/sv/gnumeric/figures/graphguru-plot-pie.png
/usr/share/help/sv/gnumeric/figures/graphguru-plot-radar.png
/usr/share/help/sv/gnumeric/figures/graphguru-plot-ring.png
/usr/share/help/sv/gnumeric/figures/graphguru-series-data-bubble.png
/usr/share/help/sv/gnumeric/figures/graphguru-series-data-single.png
/usr/share/help/sv/gnumeric/figures/graphguru-series-data-xy.png
/usr/share/help/sv/gnumeric/figures/graphguru-series-error.png
/usr/share/help/sv/gnumeric/figures/graphguru-series-style-filled.png
/usr/share/help/sv/gnumeric/figures/graphguru-series-style-line.png
/usr/share/help/sv/gnumeric/figures/graphguru-title-font.png
/usr/share/help/sv/gnumeric/figures/graphical-elements-selected.png
/usr/share/help/sv/gnumeric/figures/graphical-elements-stacked.png
/usr/share/help/sv/gnumeric/figures/graphical-elements.png
/usr/share/help/sv/gnumeric/figures/graphs-types-area.png
/usr/share/help/sv/gnumeric/figures/graphs-types-bar.png
/usr/share/help/sv/gnumeric/figures/graphs-types-bubble.png
/usr/share/help/sv/gnumeric/figures/graphs-types-column.png
/usr/share/help/sv/gnumeric/figures/graphs-types-line.png
/usr/share/help/sv/gnumeric/figures/graphs-types-pie.png
/usr/share/help/sv/gnumeric/figures/graphs-types-radar.png
/usr/share/help/sv/gnumeric/figures/graphs-types-ring.png
/usr/share/help/sv/gnumeric/figures/graphs-types-stock.png
/usr/share/help/sv/gnumeric/figures/graphs-types-surface.png
/usr/share/help/sv/gnumeric/figures/graphs-types-xyplot.png
/usr/share/help/sv/gnumeric/figures/icon-locked.png
/usr/share/help/sv/gnumeric/figures/icon-unlocked.png
/usr/share/help/sv/gnumeric/figures/icon-visible.png
/usr/share/help/sv/gnumeric/figures/info-area.png
/usr/share/help/sv/gnumeric/figures/menu-context-col-row-header.png
/usr/share/help/sv/gnumeric/figures/menu-context-graph-order.png
/usr/share/help/sv/gnumeric/figures/menu-context-graph.png
/usr/share/help/sv/gnumeric/figures/menu-context-grid.png
/usr/share/help/sv/gnumeric/figures/menu-context-object-order.png
/usr/share/help/sv/gnumeric/figures/menu-context-object.png
/usr/share/help/sv/gnumeric/figures/menu-context-sheet-tabs.png
/usr/share/help/sv/gnumeric/figures/menu-context-tabs.png
/usr/share/help/sv/gnumeric/figures/menu-context-toolbars.png
/usr/share/help/sv/gnumeric/figures/menu-data-export.png
/usr/share/help/sv/gnumeric/figures/menu-data-import.png
/usr/share/help/sv/gnumeric/figures/menu-data-labelled.png
/usr/share/help/sv/gnumeric/figures/menu-edit-delete-cells.png
/usr/share/help/sv/gnumeric/figures/menu-edit-labelled.png
/usr/share/help/sv/gnumeric/figures/menu-edit-modify-names.png
/usr/share/help/sv/gnumeric/figures/menu-edit-paste-special.png
/usr/share/help/sv/gnumeric/figures/menu-edit-select.png
/usr/share/help/sv/gnumeric/figures/menu-file-labelled.png
/usr/share/help/sv/gnumeric/figures/menu-file-printarea.png
/usr/share/help/sv/gnumeric/figures/menu-format-column.png
/usr/share/help/sv/gnumeric/figures/menu-format-labelled.png
/usr/share/help/sv/gnumeric/figures/menu-format-sheet.png
/usr/share/help/sv/gnumeric/figures/menu-help-labelled.png
/usr/share/help/sv/gnumeric/figures/menu-insert-comment.png
/usr/share/help/sv/gnumeric/figures/menu-insert-fw.png
/usr/share/help/sv/gnumeric/figures/menu-insert-hyperlink.png
/usr/share/help/sv/gnumeric/figures/menu-insert-labelled.png
/usr/share/help/sv/gnumeric/figures/menu-insert-names.png
/usr/share/help/sv/gnumeric/figures/menu-statistics-labelled.png
/usr/share/help/sv/gnumeric/figures/menu-tools-labelled.png
/usr/share/help/sv/gnumeric/figures/menu-torn-off.png
/usr/share/help/sv/gnumeric/figures/menu-view-labelled.png
/usr/share/help/sv/gnumeric/figures/menu-view-properties-dialog-cm.png
/usr/share/help/sv/gnumeric/figures/menu-view-properties-dialog.png
/usr/share/help/sv/gnumeric/figures/menubar.png
/usr/share/help/sv/gnumeric/figures/number-format-border-dialog.png
/usr/share/help/sv/gnumeric/figures/number-format-color-dialog.png
/usr/share/help/sv/gnumeric/figures/number-format-dialog.png
/usr/share/help/sv/gnumeric/figures/number-format-font-dialog.png
/usr/share/help/sv/gnumeric/figures/number-format-justification-dialog-2.png
/usr/share/help/sv/gnumeric/figures/number-format-protection.png
/usr/share/help/sv/gnumeric/figures/number-format-validation-warning.png
/usr/share/help/sv/gnumeric/figures/number-format-validation.png
/usr/share/help/sv/gnumeric/figures/pointer_arrow_left_std.png
/usr/share/help/sv/gnumeric/figures/pointer_cross_hair.png
/usr/share/help/sv/gnumeric/figures/pointer_cross_wide.png
/usr/share/help/sv/gnumeric/figures/pointer_diagonal_resize.png
/usr/share/help/sv/gnumeric/figures/pointer_double_horizontal_arrow.png
/usr/share/help/sv/gnumeric/figures/pointer_double_vertical_arrow.png
/usr/share/help/sv/gnumeric/figures/pointer_four_way_arrow.png
/usr/share/help/sv/gnumeric/figures/pointer_hand_left.png
/usr/share/help/sv/gnumeric/figures/pointer_left.png
/usr/share/help/sv/gnumeric/figures/pointer_resize_multiple.png
/usr/share/help/sv/gnumeric/figures/pointer_right.png
/usr/share/help/sv/gnumeric/figures/pointer_text_edit.png
/usr/share/help/sv/gnumeric/figures/pointer_zoom_in.png
/usr/share/help/sv/gnumeric/figures/pointer_zoom_out.png
/usr/share/help/sv/gnumeric/figures/preferences-copypaste.png
/usr/share/help/sv/gnumeric/figures/preferences-files.png
/usr/share/help/sv/gnumeric/figures/preferences-font-header.png
/usr/share/help/sv/gnumeric/figures/preferences-font.png
/usr/share/help/sv/gnumeric/figures/preferences-screen.png
/usr/share/help/sv/gnumeric/figures/preferences-sorting.png
/usr/share/help/sv/gnumeric/figures/preferences-tools.png
/usr/share/help/sv/gnumeric/figures/preferences-undo.png
/usr/share/help/sv/gnumeric/figures/preferences-windows.png
/usr/share/help/sv/gnumeric/figures/print-large.png
/usr/share/help/sv/gnumeric/figures/print-preview-back.png
/usr/share/help/sv/gnumeric/figures/print-preview-first.png
/usr/share/help/sv/gnumeric/figures/print-preview-fit.png
/usr/share/help/sv/gnumeric/figures/print-preview-fitonetoone.png
/usr/share/help/sv/gnumeric/figures/print-preview-last.png
/usr/share/help/sv/gnumeric/figures/print-preview-next.png
/usr/share/help/sv/gnumeric/figures/print-preview-zoomin.png
/usr/share/help/sv/gnumeric/figures/print-preview-zoomout.png
/usr/share/help/sv/gnumeric/figures/print-worksheet-file-general.png
/usr/share/help/sv/gnumeric/figures/print-worksheet-job.png
/usr/share/help/sv/gnumeric/figures/print-worksheet-page_setup.png
/usr/share/help/sv/gnumeric/figures/print-worksheet-paper.png
/usr/share/help/sv/gnumeric/figures/print-worksheet-print_range.png
/usr/share/help/sv/gnumeric/figures/print-worksheet-printer-advanced.png
/usr/share/help/sv/gnumeric/figures/print-worksheet-printer-finishing.png
/usr/share/help/sv/gnumeric/figures/print-worksheet-printer-general.png
/usr/share/help/sv/gnumeric/figures/print-worksheet-printer-image_quality.png
/usr/share/help/sv/gnumeric/figures/print-worksheet-printer-job.png
/usr/share/help/sv/gnumeric/figures/print-worksheet-printer.png
/usr/share/help/sv/gnumeric/figures/printing-preview.png
/usr/share/help/sv/gnumeric/figures/printing-setup-header-config.png
/usr/share/help/sv/gnumeric/figures/printing-setup-header.png
/usr/share/help/sv/gnumeric/figures/printing-setup-page-paper-type.png
/usr/share/help/sv/gnumeric/figures/printing-setup-page.png
/usr/share/help/sv/gnumeric/figures/printing-setup-printarea.png
/usr/share/help/sv/gnumeric/figures/printing-setup-scale.png
/usr/share/help/sv/gnumeric/figures/printing-setup-sheet.png
/usr/share/help/sv/gnumeric/figures/selection-1.png
/usr/share/help/sv/gnumeric/figures/selection-10.png
/usr/share/help/sv/gnumeric/figures/selection-2.png
/usr/share/help/sv/gnumeric/figures/selection-3.png
/usr/share/help/sv/gnumeric/figures/selection-4.png
/usr/share/help/sv/gnumeric/figures/selection-5.png
/usr/share/help/sv/gnumeric/figures/selection-8.png
/usr/share/help/sv/gnumeric/figures/selection-9.png
/usr/share/help/sv/gnumeric/figures/solver-01.png
/usr/share/help/sv/gnumeric/figures/solver-02.png
/usr/share/help/sv/gnumeric/figures/solver-03.png
/usr/share/help/sv/gnumeric/figures/solver-04.png
/usr/share/help/sv/gnumeric/figures/solver-05.png
/usr/share/help/sv/gnumeric/figures/textguru-export-panel1-withTags.png
/usr/share/help/sv/gnumeric/figures/textguru-export-panel2-withTags.png
/usr/share/help/sv/gnumeric/figures/textguru-import-panel1-withTags.png
/usr/share/help/sv/gnumeric/figures/textguru-import-panel2a-withTags.png
/usr/share/help/sv/gnumeric/figures/textguru-import-panel2b-withTags.png
/usr/share/help/sv/gnumeric/figures/textguru-import-panel3-withTags.png
/usr/share/help/sv/gnumeric/figures/toolbar-extension-menu.png
/usr/share/help/sv/gnumeric/figures/toolbar-format-long.png
/usr/share/help/sv/gnumeric/figures/toolbar-format.png
/usr/share/help/sv/gnumeric/figures/toolbar-object.png
/usr/share/help/sv/gnumeric/figures/toolbar-standard.png
/usr/share/help/sv/gnumeric/figures/toolbars.png
/usr/share/help/sv/gnumeric/figures/widget-checkbox.png
/usr/share/help/sv/gnumeric/figures/widget-combobox.png
/usr/share/help/sv/gnumeric/figures/widget-entryBox-outlined.png
/usr/share/help/sv/gnumeric/figures/widget-frame.png
/usr/share/help/sv/gnumeric/figures/widget-label.png
/usr/share/help/sv/gnumeric/figures/widget-list.png
/usr/share/help/sv/gnumeric/figures/widget-scrollbar.png
/usr/share/help/sv/gnumeric/figures/widget-slider.png
/usr/share/help/sv/gnumeric/figures/widget-spinbutton.png
/usr/share/help/sv/gnumeric/figures/worksheet-cols-1.png
/usr/share/help/sv/gnumeric/figures/worksheet-data-1.png
/usr/share/help/sv/gnumeric/figures/worksheet-data-2.png
/usr/share/help/sv/gnumeric/figures/worksheet-data-3.png
/usr/share/help/sv/gnumeric/figures/worksheet-data-4.png
/usr/share/help/sv/gnumeric/figures/worksheet-managing-dialog.png
/usr/share/help/sv/gnumeric/figures/worksheet-rows-1.png
/usr/share/help/sv/gnumeric/figures/worksheet-running-calc-1.png
/usr/share/help/sv/gnumeric/gnumeric.xml
/usr/share/help/sv/gnumeric/index.docbook
/usr/share/locale/ar/LC_MESSAGES/gnumeric-1.12.57-functions.mo
/usr/share/locale/ar/LC_MESSAGES/gnumeric-1.12.57.mo
/usr/share/locale/ast/LC_MESSAGES/gnumeric-1.12.57-functions.mo
/usr/share/locale/ast/LC_MESSAGES/gnumeric-1.12.57.mo
/usr/share/locale/az/LC_MESSAGES/gnumeric-1.12.57-functions.mo
/usr/share/locale/az/LC_MESSAGES/gnumeric-1.12.57.mo
/usr/share/locale/bg/LC_MESSAGES/gnumeric-1.12.57-functions.mo
/usr/share/locale/bg/LC_MESSAGES/gnumeric-1.12.57.mo
/usr/share/locale/bs/LC_MESSAGES/gnumeric-1.12.57-functions.mo
/usr/share/locale/bs/LC_MESSAGES/gnumeric-1.12.57.mo
/usr/share/locale/ca/LC_MESSAGES/gnumeric-1.12.57-functions.mo
/usr/share/locale/ca/LC_MESSAGES/gnumeric-1.12.57.mo
/usr/share/locale/ca@valencia/LC_MESSAGES/gnumeric-1.12.57-functions.mo
/usr/share/locale/ca@valencia/LC_MESSAGES/gnumeric-1.12.57.mo
/usr/share/locale/cs/LC_MESSAGES/gnumeric-1.12.57-functions.mo
/usr/share/locale/cs/LC_MESSAGES/gnumeric-1.12.57.mo
/usr/share/locale/da/LC_MESSAGES/gnumeric-1.12.57-functions.mo
/usr/share/locale/da/LC_MESSAGES/gnumeric-1.12.57.mo
/usr/share/locale/de/LC_MESSAGES/gnumeric-1.12.57-functions.mo
/usr/share/locale/de/LC_MESSAGES/gnumeric-1.12.57.mo
/usr/share/locale/dz/LC_MESSAGES/gnumeric-1.12.57-functions.mo
/usr/share/locale/dz/LC_MESSAGES/gnumeric-1.12.57.mo
/usr/share/locale/el/LC_MESSAGES/gnumeric-1.12.57-functions.mo
/usr/share/locale/el/LC_MESSAGES/gnumeric-1.12.57.mo
/usr/share/locale/en_CA/LC_MESSAGES/gnumeric-1.12.57-functions.mo
/usr/share/locale/en_CA/LC_MESSAGES/gnumeric-1.12.57.mo
/usr/share/locale/en_GB/LC_MESSAGES/gnumeric-1.12.57-functions.mo
/usr/share/locale/en_GB/LC_MESSAGES/gnumeric-1.12.57.mo
/usr/share/locale/eo/LC_MESSAGES/gnumeric-1.12.57-functions.mo
/usr/share/locale/eo/LC_MESSAGES/gnumeric-1.12.57.mo
/usr/share/locale/es/LC_MESSAGES/gnumeric-1.12.57-functions.mo
/usr/share/locale/es/LC_MESSAGES/gnumeric-1.12.57.mo
/usr/share/locale/et/LC_MESSAGES/gnumeric-1.12.57-functions.mo
/usr/share/locale/et/LC_MESSAGES/gnumeric-1.12.57.mo
/usr/share/locale/eu/LC_MESSAGES/gnumeric-1.12.57-functions.mo
/usr/share/locale/eu/LC_MESSAGES/gnumeric-1.12.57.mo
/usr/share/locale/fa/LC_MESSAGES/gnumeric-1.12.57-functions.mo
/usr/share/locale/fa/LC_MESSAGES/gnumeric-1.12.57.mo
/usr/share/locale/fi/LC_MESSAGES/gnumeric-1.12.57-functions.mo
/usr/share/locale/fi/LC_MESSAGES/gnumeric-1.12.57.mo
/usr/share/locale/fr/LC_MESSAGES/gnumeric-1.12.57-functions.mo
/usr/share/locale/fr/LC_MESSAGES/gnumeric-1.12.57.mo
/usr/share/locale/ga/LC_MESSAGES/gnumeric-1.12.57-functions.mo
/usr/share/locale/ga/LC_MESSAGES/gnumeric-1.12.57.mo
/usr/share/locale/gl/LC_MESSAGES/gnumeric-1.12.57-functions.mo
/usr/share/locale/gl/LC_MESSAGES/gnumeric-1.12.57.mo
/usr/share/locale/gu/LC_MESSAGES/gnumeric-1.12.57-functions.mo
/usr/share/locale/gu/LC_MESSAGES/gnumeric-1.12.57.mo
/usr/share/locale/he/LC_MESSAGES/gnumeric-1.12.57-functions.mo
/usr/share/locale/he/LC_MESSAGES/gnumeric-1.12.57.mo
/usr/share/locale/hr/LC_MESSAGES/gnumeric-1.12.57-functions.mo
/usr/share/locale/hr/LC_MESSAGES/gnumeric-1.12.57.mo
/usr/share/locale/hu/LC_MESSAGES/gnumeric-1.12.57-functions.mo
/usr/share/locale/hu/LC_MESSAGES/gnumeric-1.12.57.mo
/usr/share/locale/id/LC_MESSAGES/gnumeric-1.12.57-functions.mo
/usr/share/locale/id/LC_MESSAGES/gnumeric-1.12.57.mo
/usr/share/locale/it/LC_MESSAGES/gnumeric-1.12.57-functions.mo
/usr/share/locale/it/LC_MESSAGES/gnumeric-1.12.57.mo
/usr/share/locale/ja/LC_MESSAGES/gnumeric-1.12.57-functions.mo
/usr/share/locale/ja/LC_MESSAGES/gnumeric-1.12.57.mo
/usr/share/locale/kk/LC_MESSAGES/gnumeric-1.12.57-functions.mo
/usr/share/locale/kk/LC_MESSAGES/gnumeric-1.12.57.mo
/usr/share/locale/ko/LC_MESSAGES/gnumeric-1.12.57-functions.mo
/usr/share/locale/ko/LC_MESSAGES/gnumeric-1.12.57.mo
/usr/share/locale/lt/LC_MESSAGES/gnumeric-1.12.57-functions.mo
/usr/share/locale/lt/LC_MESSAGES/gnumeric-1.12.57.mo
/usr/share/locale/lv/LC_MESSAGES/gnumeric-1.12.57-functions.mo
/usr/share/locale/lv/LC_MESSAGES/gnumeric-1.12.57.mo
/usr/share/locale/mk/LC_MESSAGES/gnumeric-1.12.57-functions.mo
/usr/share/locale/mk/LC_MESSAGES/gnumeric-1.12.57.mo
/usr/share/locale/ml/LC_MESSAGES/gnumeric-1.12.57-functions.mo
/usr/share/locale/ml/LC_MESSAGES/gnumeric-1.12.57.mo
/usr/share/locale/mr/LC_MESSAGES/gnumeric-1.12.57-functions.mo
/usr/share/locale/mr/LC_MESSAGES/gnumeric-1.12.57.mo
/usr/share/locale/ms/LC_MESSAGES/gnumeric-1.12.57-functions.mo
/usr/share/locale/ms/LC_MESSAGES/gnumeric-1.12.57.mo
/usr/share/locale/nb/LC_MESSAGES/gnumeric-1.12.57-functions.mo
/usr/share/locale/nb/LC_MESSAGES/gnumeric-1.12.57.mo
/usr/share/locale/ne/LC_MESSAGES/gnumeric-1.12.57-functions.mo
/usr/share/locale/ne/LC_MESSAGES/gnumeric-1.12.57.mo
/usr/share/locale/nl/LC_MESSAGES/gnumeric-1.12.57-functions.mo
/usr/share/locale/nl/LC_MESSAGES/gnumeric-1.12.57.mo
/usr/share/locale/nn/LC_MESSAGES/gnumeric-1.12.57-functions.mo
/usr/share/locale/nn/LC_MESSAGES/gnumeric-1.12.57.mo
/usr/share/locale/oc/LC_MESSAGES/gnumeric-1.12.57-functions.mo
/usr/share/locale/oc/LC_MESSAGES/gnumeric-1.12.57.mo
/usr/share/locale/pl/LC_MESSAGES/gnumeric-1.12.57-functions.mo
/usr/share/locale/pl/LC_MESSAGES/gnumeric-1.12.57.mo
/usr/share/locale/pt/LC_MESSAGES/gnumeric-1.12.57-functions.mo
/usr/share/locale/pt/LC_MESSAGES/gnumeric-1.12.57.mo
/usr/share/locale/pt_BR/LC_MESSAGES/gnumeric-1.12.57-functions.mo
/usr/share/locale/pt_BR/LC_MESSAGES/gnumeric-1.12.57.mo
/usr/share/locale/ro/LC_MESSAGES/gnumeric-1.12.57-functions.mo
/usr/share/locale/ro/LC_MESSAGES/gnumeric-1.12.57.mo
/usr/share/locale/ru/LC_MESSAGES/gnumeric-1.12.57-functions.mo
/usr/share/locale/ru/LC_MESSAGES/gnumeric-1.12.57.mo
/usr/share/locale/sk/LC_MESSAGES/gnumeric-1.12.57-functions.mo
/usr/share/locale/sk/LC_MESSAGES/gnumeric-1.12.57.mo
/usr/share/locale/sl/LC_MESSAGES/gnumeric-1.12.57-functions.mo
/usr/share/locale/sl/LC_MESSAGES/gnumeric-1.12.57.mo
/usr/share/locale/sr/LC_MESSAGES/gnumeric-1.12.57-functions.mo
/usr/share/locale/sr/LC_MESSAGES/gnumeric-1.12.57.mo
/usr/share/locale/sr@latin/LC_MESSAGES/gnumeric-1.12.57-functions.mo
/usr/share/locale/sr@latin/LC_MESSAGES/gnumeric-1.12.57.mo
/usr/share/locale/sv/LC_MESSAGES/gnumeric-1.12.57-functions.mo
/usr/share/locale/sv/LC_MESSAGES/gnumeric-1.12.57.mo
/usr/share/locale/te/LC_MESSAGES/gnumeric-1.12.57-functions.mo
/usr/share/locale/te/LC_MESSAGES/gnumeric-1.12.57.mo
/usr/share/locale/tr/LC_MESSAGES/gnumeric-1.12.57-functions.mo
/usr/share/locale/tr/LC_MESSAGES/gnumeric-1.12.57.mo
/usr/share/locale/uk/LC_MESSAGES/gnumeric-1.12.57-functions.mo
/usr/share/locale/uk/LC_MESSAGES/gnumeric-1.12.57.mo
/usr/share/locale/vi/LC_MESSAGES/gnumeric-1.12.57-functions.mo
/usr/share/locale/vi/LC_MESSAGES/gnumeric-1.12.57.mo
/usr/share/locale/zh_CN/LC_MESSAGES/gnumeric-1.12.57-functions.mo
/usr/share/locale/zh_CN/LC_MESSAGES/gnumeric-1.12.57.mo
/usr/share/locale/zh_HK/LC_MESSAGES/gnumeric-1.12.57-functions.mo
/usr/share/locale/zh_HK/LC_MESSAGES/gnumeric-1.12.57.mo
/usr/share/locale/zh_TW/LC_MESSAGES/gnumeric-1.12.57-functions.mo
/usr/share/locale/zh_TW/LC_MESSAGES/gnumeric-1.12.57.mo


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 30 23:40:23 2024