From b94fcde3629cfef4a01b89968f74553297bff0cb Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Wed, 11 Sep 2013 11:02:33 +0200 Subject: [PATCH 1/3] Added (very) basic Yelp documentation. Testing needed! --- Makefile.am | 2 +- configure.ac | 2 ++ help/C/index.page | 20 ++++++++++++++++++++ help/Makefile.am | 14 ++++++++++++++ help/hu/hu.po | 42 ++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 79 insertions(+), 1 deletion(-) create mode 100644 help/C/index.page create mode 100644 help/Makefile.am create mode 100644 help/hu/hu.po diff --git a/Makefile.am b/Makefile.am index 00d9605..e028bea 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = libgd src po data/icons data/geonames docs/reference/astrognome +SUBDIRS = libgd src po data/icons data/geonames docs/reference/astrognome help EXTRA_DIST = config.rpath ChangeLog diff --git a/configure.ac b/configure.ac index 6042afa..7444a1c 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) @@ -60,6 +61,7 @@ AC_CONFIG_FILES([ Makefile libgd/Makefile src/Makefile + help/Makefile po/Makefile.in data/geonames/Makefile data/icons/Makefile diff --git a/help/C/index.page b/help/C/index.page new file mode 100644 index 0000000..c4b745d --- /dev/null +++ b/help/C/index.page @@ -0,0 +1,20 @@ + + + + Astrognome + Astrognome + + + Gergely Polonkai + gergely@polonkai.eu + 2013 + + + Astrologers' software + + + Astrognome Help + diff --git a/help/Makefile.am b/help/Makefile.am new file mode 100644 index 0000000..ee33510 --- /dev/null +++ b/help/Makefile.am @@ -0,0 +1,14 @@ +@YELP_HELP_RULES@ + +NULL = + +HELP_ID = astrognome + +HELP_MEDIA = $(NULL) + +HELP_FILES = \ + index.page \ + $(NULL) + +HELP_LINGUAS = hu + diff --git a/help/hu/hu.po b/help/hu/hu.po new file mode 100644 index 0000000..e2776a9 --- /dev/null +++ b/help/hu/hu.po @@ -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 , 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 \n" +"Language-Team: Hungarian \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 , YEAR1, YEAR2 +msgctxt "_" +msgid "translator-credits" +msgstr "Kelemen Gábor , 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" + From a8f3820b9911e1489a73e33e9d70cc50a83c0028 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Wed, 11 Sep 2013 11:02:33 +0200 Subject: [PATCH 2/3] Added (very) basic Yelp documentation. Testing needed! --- Makefile.am | 2 +- configure.ac | 2 ++ help/C/index.page | 20 ++++++++++++++++++++ help/Makefile.am | 14 ++++++++++++++ help/hu/hu.po | 42 ++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 79 insertions(+), 1 deletion(-) create mode 100644 help/C/index.page create mode 100644 help/Makefile.am create mode 100644 help/hu/hu.po diff --git a/Makefile.am b/Makefile.am index 95eb159..b64052e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 diff --git a/configure.ac b/configure.ac index c73e419..5a50240 100644 --- a/configure.ac +++ b/configure.ac @@ -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 diff --git a/help/C/index.page b/help/C/index.page new file mode 100644 index 0000000..c4b745d --- /dev/null +++ b/help/C/index.page @@ -0,0 +1,20 @@ + + + + Astrognome + Astrognome + + + Gergely Polonkai + gergely@polonkai.eu + 2013 + + + Astrologers' software + + + Astrognome Help + diff --git a/help/Makefile.am b/help/Makefile.am new file mode 100644 index 0000000..ee33510 --- /dev/null +++ b/help/Makefile.am @@ -0,0 +1,14 @@ +@YELP_HELP_RULES@ + +NULL = + +HELP_ID = astrognome + +HELP_MEDIA = $(NULL) + +HELP_FILES = \ + index.page \ + $(NULL) + +HELP_LINGUAS = hu + diff --git a/help/hu/hu.po b/help/hu/hu.po new file mode 100644 index 0000000..e2776a9 --- /dev/null +++ b/help/hu/hu.po @@ -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 , 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 \n" +"Language-Team: Hungarian \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 , YEAR1, YEAR2 +msgctxt "_" +msgid "translator-credits" +msgstr "Kelemen Gábor , 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" + From 24c3c5af9e7aac79a872ad8e5a7a8096cb55eaa9 Mon Sep 17 00:00:00 2001 From: "Gergely POLONKAI (W00d5t0ck)" Date: Thu, 19 Sep 2013 23:37:58 +0200 Subject: [PATCH 3/3] Added Yelp related stuff to .gitignore --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index d44d079..a0a0fbe 100644 --- a/.gitignore +++ b/.gitignore @@ -55,6 +55,12 @@ Makefile.in /po/quot.sed /po/remove-potcdate.sin +# Yelp related files +/help/*/*.mo +/help/*/*.stamp +/help/*/*.page +!/help/C/*.page + #Documentation related files /docs/reference/*/*.args /docs/reference/*/*.hierarchy