pspp-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-commits] [SCM] GNU PSPP branch, i18n, created. v0.6.1-684-gcedc11d


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, i18n, created. v0.6.1-684-gcedc11d
Date: Thu, 16 Jul 2009 05:22:11 +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, i18n has been created
        at  cedc11dee483548d205dc222e51a94774a468c73 (commit)

- Log -----------------------------------------------------------------
commit cedc11dee483548d205dc222e51a94774a468c73
Author: Ben Pfaff <address@hidden>
Date:   Wed Jul 15 22:19:33 2009 -0700

    i18n: Merge translatable strings.

commit a6199f6d90d6d6fac9f0f5042ae6a548528d47d6
Author: Ben Pfaff <address@hidden>
Date:   Wed Jul 15 22:15:03 2009 -0700

    "Sig." is an abbreviation, "Exact" is not.

commit 160351140d0cd85ab71942e2e92d7575ffd04fe2
Author: Ben Pfaff <address@hidden>
Date:   Wed Jul 15 22:12:41 2009 -0700

    i18n: Eliminate some translatable strings.

commit c906905748f272d0319cc1d874fbb86ef16b368d
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 4537a5a9036ec3468c174585233da94ef5f296e2
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.

commit 167a6ee34d75df6869f582903e6b9e0ef94bb1a8
Author: Ben Pfaff <address@hidden>
Date:   Wed Jul 15 21:27:24 2009 -0700

    Avoid translating strings that don't need translation.
    
    Strings such as "%d" do not need translation.

commit 2cf38ce51a9f34961d68a75e0b312a591b5c9abf
Author: Ben Pfaff <address@hidden>
Date:   Wed Jul 15 21:15:39 2009 -0700

    Separate table functions that format their arguments from those that don't.
    
    The tab_text, tab_joint_text, and tab_output_text functions, until now,
    had an option bit TAT_PRINTF that specified whether they passed their text
    argument through sprintf.  This interface was bad because it made it
    impossible for GCC to tell whether it needed to verify a printf format
    string or not.
    
    This commit solves the problem by breaking each of these functions into one
    that does format its argument and one that doesn't.

-----------------------------------------------------------------------


hooks/post-receive
-- 
GNU PSPP




reply via email to

[Prev in Thread] Current Thread [Next in Thread]