* src/docgen/ODFDoc.py: Add new document generator.

* src/docgen/Makefile.am: Ship new file.
* src/po/fr.po, src/po/template.po: Add new format's name.


svn: r5832
This commit is contained in:
Alex Roitman
2006-01-25 20:15:16 +00:00
parent e0aab07c3e
commit 92906e88cd
5 changed files with 1173 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2006-01-25 Serge Noiraud <Serge.Noiraud@free.fr>
* src/docgen/ODFDoc.py: Add new document generator.
* src/docgen/Makefile.am: Ship new file.
* src/po/fr.po, src/po/template.po: Add new format's name.
2006-01-25 Kees Bakker <kees.bakker@xs4all.nl> 2006-01-25 Kees Bakker <kees.bakker@xs4all.nl>
* src/po/nl.po: Translation update. * src/po/nl.po: Translation update.

View File

@@ -10,6 +10,7 @@ docgen_PYTHON = \
HtmlDoc.py\ HtmlDoc.py\
KwordDoc.py\ KwordDoc.py\
LaTeXDoc.py\ LaTeXDoc.py\
ODFDoc.py\
OpenOfficeDoc.py\ OpenOfficeDoc.py\
OpenSpreadSheet.py\ OpenSpreadSheet.py\
PdfDoc.py\ PdfDoc.py\

1149
gramps2/src/docgen/ODFDoc.py Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -5269,6 +5269,15 @@ msgstr "Ouvrir avec OpenOffice.org"
msgid "OpenOffice.org Writer" msgid "OpenOffice.org Writer"
msgstr "Traitement de Texte OpenOffice" msgstr "Traitement de Texte OpenOffice"
#: docgen/OpenDocumentDoc.py:1139
msgid "Open in Open Document Editor"
msgstr "Ouvrir avec éditeur Open Document"
#: docgen/OpenDocumentDoc.py:1147 docgen/OpenDocumentDoc.py:1148
#: docgen/OpenDocumentDoc.py:1149
msgid "Open Document Text"
msgstr "Texte Open Document"
#: docgen/PSDrawDoc.py:423 #: docgen/PSDrawDoc.py:423
msgid "PostScript" msgid "PostScript"
msgstr "PostScript" msgstr "PostScript"

View File

@@ -5206,6 +5206,15 @@ msgstr ""
msgid "OpenOffice.org Writer" msgid "OpenOffice.org Writer"
msgstr "" msgstr ""
#: docgen/OpenDocumentDoc.py:1139
msgid "Open in Open Document Editor"
msgstr ""
#: docgen/OpenDocumentDoc.py:1147 docgen/OpenDocumentDoc.py:1148
#: docgen/OpenDocumentDoc.py:1149
msgid "Open Document Text"
msgstr ""
#: docgen/PSDrawDoc.py:423 #: docgen/PSDrawDoc.py:423
msgid "PostScript" msgid "PostScript"
msgstr "" msgstr ""