diff options
author | Kjartan Maraas <kmaraas@gnome.org> | 2001-08-16 04:26:26 +0800 |
---|---|---|
committer | Kjartan Maraas <kmaraas@src.gnome.org> | 2001-08-16 04:26:26 +0800 |
commit | f010bd39cf21bd0bd9d28b16f8141500ddefed8e (patch) | |
tree | 5191f5cf05496c447712d4b1db19352354bbf5a6 /help/no/Makefile.am | |
parent | 1e7d20812f2faf4a9c787a437746a097476f10dc (diff) | |
download | gsoc2013-evolution-f010bd39cf21bd0bd9d28b16f8141500ddefed8e.tar gsoc2013-evolution-f010bd39cf21bd0bd9d28b16f8141500ddefed8e.tar.gz gsoc2013-evolution-f010bd39cf21bd0bd9d28b16f8141500ddefed8e.tar.bz2 gsoc2013-evolution-f010bd39cf21bd0bd9d28b16f8141500ddefed8e.tar.lz gsoc2013-evolution-f010bd39cf21bd0bd9d28b16f8141500ddefed8e.tar.xz gsoc2013-evolution-f010bd39cf21bd0bd9d28b16f8141500ddefed8e.tar.zst gsoc2013-evolution-f010bd39cf21bd0bd9d28b16f8141500ddefed8e.zip |
Added beginnings of a Norwegian translation. Forgot to add this. Kinda
2001-08-15 Kjartan Maraas <kmaraas@gnome.org>
* no/*: Added beginnings of a Norwegian translation.
* sgmldocs.make: Forgot to add this. Kinda important.
svn path=/trunk/; revision=12070
Diffstat (limited to 'help/no/Makefile.am')
-rw-r--r-- | help/no/Makefile.am | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/help/no/Makefile.am b/help/no/Makefile.am new file mode 100644 index 0000000000..f528a69672 --- /dev/null +++ b/help/no/Makefile.am @@ -0,0 +1,49 @@ +figs = \ + figures/calendar.png \ + figures/config-cal.png \ + figures/config-mail.png \ + figures/contact-editor.png \ + figures/contact.png \ + figures/filter-assist-fig.png \ + figures/filter-new-fig.png \ + figures/full-1.png \ + figures/full-2.png \ + figures/full-3.png \ + figures/full-4.png \ + figures/full-5.png \ + figures/full-6.png \ + figures/full-7.png \ + figures/mail-composer.png \ + figures/mail-druid-pic.png \ + figures/mail-inbox.png \ + figures/mainwindow-pic.png \ + figures/newmsg.png \ + figures/print-dest.png \ + figures/print-preview.png \ + figures/replymsg.png \ + figures/vfolder-createrule-fig.png +docname=evolution +lang = no +omffile=evolution-no.omf +sgml_ents = \ + apx-authors.sgml \ + apx-bugs.sgml \ + apx-gloss.sgml \ + config-encryption.sgml \ + config-prefs.sgml \ + config-sync.sgml \ + evolution-faq.sgml \ + menuref.sgml \ + preface.sgml \ + usage-calendar.sgml \ + usage-contact.sgml \ + usage-encryption.sgml \ + usage-exec-summary.sgml \ + usage-mail-org.sgml \ + usage-mail.sgml \ + usage-mainwindow.sgml \ + usage-print.sgml \ + usage-sync.sgml + +include $(top_srcdir)/doc/sgmldocs.make +dist-hook: app-dist-hook |