diff options
author | Ludovic Court`es | 2007-02-02 17:15:33 +0000 |
---|---|---|
committer | Ludovic Court`es | 2007-02-02 17:15:33 +0000 |
commit | 147a7fa8376429e78fe17f4a199c2394149c33a9 (patch) | |
tree | cbe534e61f8eef3131e877def6c090baceceeda8 /po/fr.po | |
parent | 93c5157e92dc3506aa2b8fd1ab7c611a5f14eb6d (diff) | |
download | skribilo-147a7fa8376429e78fe17f4a199c2394149c33a9.tar.gz skribilo-147a7fa8376429e78fe17f4a199c2394149c33a9.tar.lz skribilo-147a7fa8376429e78fe17f4a199c2394149c33a9.zip |
Added basic GNU Gettext support.
* .arch-inventory: Mark `ABOUT-NLS' as precious.
* Makefile.am (SUBDIRS): Added `po'.
(ACLOCAL_AMFLAGS): New.
(EXTRA_DIST): New.
* configure.ac: Look for `gettext', output `po/Makefile.in'.
* src/guile/skribilo/biblio/template.scm
(make-bib-entry-template/default): Internationalized a bit.
(make-bib-entry-template/skribe): Likewise.
* src/guile/skribilo/utils/syntax.scm (%skribilo-module-reader): I18ned.
(_): New.
(N_): New.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-11
Diffstat (limited to 'po/fr.po')
-rw-r--r-- | po/fr.po | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/po/fr.po b/po/fr.po new file mode 100644 index 0000000..afe1181 --- /dev/null +++ b/po/fr.po @@ -0,0 +1,26 @@ +# French translation. +# Copyright (C) 2007 Ludovic Courtès +# This file is distributed under the same license as the PACKAGE package. +# Ludovic Courtès <ludovic.courtes@laas.fr>, 2007. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: ludovic.courtes@laas.fr\n" +"POT-Creation-Date: 2007-02-02 18:03+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Ludovic Courtès <ludovic.courtes@laas.fr>\n" +"Language-Team: fr <LL@li.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: src/guile/skribilo/utils/syntax.scm:53 +msgid "unexpected character in Skribilo module" +msgstr "caractère inattendu dans le module Skribilo" + +#: src/guile/skribilo/biblio/template.scm:118 +#: src/guile/skribilo/biblio/template.scm:162 +msgid "Technical Report" +msgstr "Rapport Technique" |