[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-683-gd5429
From: |
Ben Pfaff |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-683-gd5429be |
Date: |
Fri, 17 Jul 2009 02:57:08 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU PSPP".
The branch, master has been updated
via d5429be34170d121aeffdb7c56a0ad0ab09b1748 (commit)
via 9e9ae654181e7f0cb71946db5a0bd95c9a70a689 (commit)
via 6b003fcaaf12c21fda3d44580154b54c54c6cd54 (commit)
via df9d073532fce1d2ffc26394a3b759ca1003e916 (commit)
via e9599a2f8e86d986fff1518682ba8942bd67d1c0 (commit)
via 2cf38ce51a9f34961d68a75e0b312a591b5c9abf (commit)
from 71cc988f2ad781457fd5d43f284990825fcd9a8d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit d5429be34170d121aeffdb7c56a0ad0ab09b1748
Author: Ben Pfaff <address@hidden>
Date: Wed Jul 15 22:19:33 2009 -0700
i18n: Merge translatable strings.
commit 9e9ae654181e7f0cb71946db5a0bd95c9a70a689
Author: Ben Pfaff <address@hidden>
Date: Wed Jul 15 22:15:03 2009 -0700
"Sig." is an abbreviation, "Exact" is not.
commit 6b003fcaaf12c21fda3d44580154b54c54c6cd54
Author: Ben Pfaff <address@hidden>
Date: Wed Jul 15 22:12:41 2009 -0700
i18n: Eliminate some translatable strings.
commit df9d073532fce1d2ffc26394a3b759ca1003e916
Author: Ben Pfaff <address@hidden>
Date: Wed Jul 15 22:12:07 2009 -0700
i18n: Reduce translatable strings in SHOW command.
All the output from the SHOW command is of the form "%s is %s." but the
translators were being asked to translate similar strings over and over
again. Reduce their load by getting rid of many translatable strings.
commit e9599a2f8e86d986fff1518682ba8942bd67d1c0
Author: Ben Pfaff <address@hidden>
Date: Wed Jul 15 22:10:17 2009 -0700
i18n: Change some strings to reduce work of translation.
PSPP has a number of strings that happen to be phrased differently for no
particular reason. This commit changes some of those strings to be
exactly the same as other ones, to make the work of translators easier.
-----------------------------------------------------------------------
Summary of changes:
src/data/sys-file-reader.c | 13 ++-
src/language/command.c | 4 +-
src/language/data-io/data-parser.c | 6 +-
src/language/data-io/print.c | 11 +-
src/language/dictionary/split-file.c | 4 +-
src/language/dictionary/sys-file-info.c | 66 +++++-----
src/language/lexer/lexer.c | 7 +-
src/language/stats/binomial.c | 6 +-
src/language/stats/crosstabs.q | 16 +-
src/language/stats/descriptives.c | 4 +-
src/language/stats/examine.q | 74 +++++-----
src/language/stats/oneway.q | 21 ++--
src/language/stats/rank.q | 60 ++++-----
src/language/stats/regression.q | 6 +-
src/language/stats/reliability.q | 5 +-
src/language/stats/t-test.q | 52 ++++----
src/language/stats/wilcoxon.c | 6 +-
src/language/utilities/set.q | 230 +++++++++++++++---------------
src/output/table.c | 143 ++++++++++++--------
src/output/table.h | 14 ++-
tests/command/npar-wilcoxon.sh | 16 +-
tests/dissect-sysfile.c | 11 +-
22 files changed, 406 insertions(+), 369 deletions(-)
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-683-gd5429be,
Ben Pfaff <=