Added (very) basic Yelp documentation. Testing needed!

This commit is contained in:
Gergely Polonkai 2013-09-11 11:02:33 +02:00 committed by Gergely POLONKAI (W00d5t0ck)
parent af2baece04
commit a8f3820b99
5 changed files with 79 additions and 1 deletions

View File

@ -1,5 +1,5 @@
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = libgd src po data data/icons data/geonames
SUBDIRS = libgd src po data data/icons data/geonames help
EXTRA_DIST = config.rpath ChangeLog

View File

@ -26,6 +26,7 @@ AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [GETTEXT package name])
AM_GNU_GETTEXT([external])
AM_GNU_GETTEXT_VERSION([0.17])
LT_INIT
YELP_HELP_INIT
AC_CHECK_LIB([m], [sincos])
AC_CHECK_LIB([m], [atan2])
AC_CHECK_LIB([m], [fmod])
@ -64,6 +65,7 @@ AC_CONFIG_FILES([
Makefile
libgd/Makefile
src/Makefile
help/Makefile
po/Makefile.in
data/Makefile
data/geonames/Makefile

20
help/C/index.page Normal file
View File

@ -0,0 +1,20 @@
<page xmlns="http://projectmallard.org/1.0/"
xmlns:its="http://www.w3.org/2005/11/its"
type="guide" style="2column task"
id="index">
<info>
<revision version="0.1" date="2013-09-11" status="candidate" />
<title type="link">Astrognome</title>
<title type="text">Astrognome</title>
<credit type="author copyright">
<name>Gergely Polonkai</name>
<email its:translate="no">gergely@polonkai.eu</email>
<years>2013</years>
</credit>
<desc>Astrologers' software</desc>
</info>
<title>Astrognome Help</title>
</page>

14
help/Makefile.am Normal file
View File

@ -0,0 +1,14 @@
@YELP_HELP_RULES@
NULL =
HELP_ID = astrognome
HELP_MEDIA = $(NULL)
HELP_FILES = \
index.page \
$(NULL)
HELP_LINGUAS = hu

42
help/hu/hu.po Normal file
View File

@ -0,0 +1,42 @@
# Hungarian translation of gnome-terminal help
# Copyright (C) 2013. Free Software Foundation, Inc.
# This file is distributed under the same license as the gnome-terminal help.
# Gabor Kelemen <kelemeng at gnome dot hu>, 2013.
msgid ""
msgstr ""
"Project-Id-Version: gnome-terminal_help master\n"
"POT-Creation-Date: 2013-07-31 06:42+0000\n"
"PO-Revision-Date: 2013-08-21 22:49+0200\n"
"Last-Translator: Gabor Kelemen <kelemeng at gnome dot hu>\n"
"Language-Team: Hungarian <openscope at googlegroups dot com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: hu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Lokalize 1.5\n"
#. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2
msgctxt "_"
msgid "translator-credits"
msgstr "Kelemen Gábor <kelemeng at gnome dot hu>, 2013."
#: C/index.page:8(info/title)
#: C/index.page:8(info/title)
msgctxt "link"
msgid "Astrognome"
msgstr "Astrognome"
#: C/index.page:12(credit/name)
msgid "Gergely Polonkai"
msgstr "Polonkai Gergely"
#: C/index.page:14(credit/years)
msgid "2013"
msgstr "2013"
#: C/index.page:32(page/title)
msgid "Astrognome Help"
msgstr "Astrognome súgója"