summaryrefslogtreecommitdiff
path: root/po/fr.po
Commit message (Collapse)AuthorAgeFilesLines
* * po/: make update-po.joe2013-07-311-93/+138
| | | | git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1928 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * Makefile.in, README: Collect copyright notices from po/*.joe2009-09-041-2/+1
| | | | | | | * po/: Update copyright notices. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1722 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * po/: make update-po.joe2008-08-221-85/+223
| | | | git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1540 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * po/: make update-po.joe2007-11-261-69/+69
| | | | git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1276 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * po/: make update-po.joe2007-08-211-94/+171
| | | | git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1231 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * po/: make update-po.joe2006-05-111-9/+9
| | | | git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1046 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * po/: make update-po.joe2006-03-111-18/+18
| | | | git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1004 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * po/: make update-po.joe2006-03-011-77/+119
| | | | git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@975 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * po/: make update-po.joe2005-09-171-30/+39
| | | | git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@706 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* Implement support for internationalization of error message:joe2005-08-191-0/+343
* src/Makefile.in (NEON_BASEOBJS): Build ne_i18n.o. * src/ne_i18n.c: Include config.h, ne_i18n.h. (ne_i18n_init): Renamed from neon_i18n_init. * src/ne_i18n.h: Remove library-private definition of '_' and 'N_' macros. * src/ne_internal.h: New header; add definitions of _ and N_. * src/*.c: Update all sources to include ne_internal.h instead of ne_i18n.h. * po/: New directory. Add message catalog template and translated message catalogs extracted from sitecopy. * macros/neon-test.m4: Check for setlocale and locale.h. * test/common/tests.c: Include locale.h, ne_i18n.h. (main): Call setlocale and ne_i18n_init. * test/run.sh: By default disable i18n to allow checks for English error messages to succeed. * .release.sh: Compile the gmo files here. * macros/neon.m4 (NEON_I18N): Add macro. * configure.in: Use NEON_I18N. Define ALL_LINGUAS. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@680 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845