risk, PIVOT_AXIS_COLUMN, N_("Values"),
N_("Value"), PIVOT_RC_OTHER);
pivot_category_create_group (
+ /* xgettext:no-c-format */
values->root, N_("95% Confidence Interval"),
N_("Lower"), PIVOT_RC_OTHER,
N_("Upper"), PIVOT_RC_OTHER);
N_("Total Variance Explained"));
table->omit_empty = true;
- /* xgettext:no-c-format */
pivot_dimension_create (table, PIVOT_AXIS_COLUMN, N_("Statistics"),
N_("Total"), PIVOT_RC_OTHER,
+ /* xgettext:no-c-format */
N_("% of Variance"), PIVOT_RC_PERCENT,
N_("Cumulative %"), PIVOT_RC_PERCENT);
/* PSPP - a program for statistical analysis.
- Copyright (C) 2011 Free Software Foundation, Inc.
+ Copyright (C) 2011, 2020 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
N_("Mean Difference"), PIVOT_RC_OTHER,
N_("Std. Error Difference"), PIVOT_RC_OTHER);
pivot_category_create_group (
+ /* xgettext:no-c-format */
group, N_("95% Confidence Interval of the Difference"),
N_("Lower"), PIVOT_RC_OTHER,
N_("Upper"), PIVOT_RC_OTHER);
if (strcmp (name, ze->name) != 0)
{
ds_put_format (zm->errmsgs,
- _("%s: name mismatch betwen central directory (%s) "
+ _("%s: name mismatch between central directory (%s) "
"and local file header (%s)"),
zm->file_name, ze->name, name);
free (name);