From fed34fd36fba90cb73245a13344bacddb1d689fd Mon Sep 17 00:00:00 2001 From: infirit Date: Thu, 1 Aug 2013 13:30:42 +0200 Subject: Use yelp-tools instead of mate-doc-utils --- Makefile.am | 3 +- capplets/common/capplet-util.c | 2 +- configure.ac | 4 +- help/C/index.docbook | 84 +++++++++++++++++++++++++++++++++++++++++ help/C/mate-control-center.xml | 84 ----------------------------------------- help/Makefile.am | 10 ++--- help/ca/ca.po | 6 +-- help/ca@valencia/ca@valencia.po | 6 +-- help/cs/cs.po | 6 +-- help/de/de.po | 4 +- help/el/el.po | 4 +- help/en_GB/en_GB.po | 4 +- help/es/es.po | 4 +- help/fr/fr.po | 4 +- help/id/id.po | 4 +- help/it/it.po | 6 +-- help/ja/ja.po | 4 +- help/oc/oc.po | 2 +- help/pa/pa.po | 4 +- help/pl/pl.po | 4 +- help/pt/pt.po | 4 +- help/pt_BR/pt_BR.po | 4 +- help/ru/ru.po | 4 +- help/sv/sv.po | 6 +-- help/th/th.po | 4 +- help/uk/uk.po | 4 +- help/vi/vi.po | 4 +- help/zh_CN/zh_CN.po | 6 +-- libslab/libslab-utils.c | 2 +- libslab/slab-mate-util.c | 2 +- 30 files changed, 143 insertions(+), 146 deletions(-) create mode 100644 help/C/index.docbook delete mode 100644 help/C/mate-control-center.xml diff --git a/Makefile.am b/Makefile.am index 3c5145f3..5bd26cf2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,8 +32,7 @@ CLEANFILES = \ $(gsettings_SCHEMAS) \ *.gschema.valid -DISTCLEANFILES = \ - mate-doc-utils.make +DISTCLEANFILES = MAINTAINERCLEANFILES = \ $(srcdir)/INSTALL \ diff --git a/capplets/common/capplet-util.c b/capplets/common/capplet-util.c index e5f358f5..10f7e8b5 100644 --- a/capplets/common/capplet-util.c +++ b/capplets/common/capplet-util.c @@ -80,7 +80,7 @@ capplet_help (GtkWindow *parent, char const *section) else screen = gtk_widget_get_screen (GTK_WIDGET (parent)); - uri = g_strdup_printf ("ghelp:user-guide#%s", section); + uri = g_strdup_printf ("help:user-guide#%s", section); if (!gtk_show_uri (screen, uri, gtk_get_current_event_time (), &error)) { capplet_error_dialog ( diff --git a/configure.ac b/configure.ac index ae400444..8d6b0f5a 100644 --- a/configure.ac +++ b/configure.ac @@ -14,8 +14,8 @@ AM_PROG_CC_C_O AC_STDC_HEADERS AM_PROG_LIBTOOL -# Use the MATE documentation framework -MATE_DOC_INIT +# Use the Yelp documentation framework +YELP_HELP_INIT changequote(,)dnl if test "x$GCC" = "xyes"; then diff --git a/help/C/index.docbook b/help/C/index.docbook new file mode 100644 index 00000000..ca1117eb --- /dev/null +++ b/help/C/index.docbook @@ -0,0 +1,84 @@ + +]> + +
+ + + + + The MATE Control Center provides a central place for the user to setup their MATE experience. It can let you configure anything from the behavior of your window borders to the default font type. + + + Control Center + + + KevinBreit + + + + 2001, 2002 + Ximian, Inc. + + + + MATE Documentation Project + + + + + 2.14 + 2006-03 + + + + + + Permission is granted to copy, distribute and/or modify this document + under the terms of the + + + GNU Free Documentation License + + , Version 1.1 or any later version + published by the Free Software Foundation with no Invariant Sections, + no Front-Cover Texts, and no Back-Cover Texts. A copy of the license + can be found here. + + + Many of the names used by companies to distinguish their products and + services are claimed as trademarks. Where those names appear in any + MATE documentation, and those trademarks are made aware to the members + of the MATE Documentation Project, the names have been printed in caps + or initial caps. + + + + + This manual describes version &VERSION; of the MATE Control Center. + + + + + Introduction + + The MATE Control Center provides a single window from which to launch all preference tools. + + + To launch the MATE Control Center, + type mate-control-center in a terminal window. + + For help on using preference tools, see the User Guide. + + + + Usage + + The MATE Control Center shows icons for all preference tools installed on your system in a window. Select a preference tool to see its description in the status bar. + + To open a preference tool, double-click on its icon. + + +
diff --git a/help/C/mate-control-center.xml b/help/C/mate-control-center.xml deleted file mode 100644 index 64bddc4e..00000000 --- a/help/C/mate-control-center.xml +++ /dev/null @@ -1,84 +0,0 @@ - -]> - -
- - - - - The MATE Control Center provides a central place for the user to setup their MATE experience. It can let you configure anything from the behavior of your window borders to the default font type. - - - Control Center - - - KevinBreit - - - - 2001, 2002 - Ximian, Inc. - - - - MATE Documentation Project - - - - - 2.14 - 2006-03 - - - - - - Permission is granted to copy, distribute and/or modify this document - under the terms of the - - - GNU Free Documentation License - - , Version 1.1 or any later version - published by the Free Software Foundation with no Invariant Sections, - no Front-Cover Texts, and no Back-Cover Texts. A copy of the license - can be found here. - - - Many of the names used by companies to distinguish their products and - services are claimed as trademarks. Where those names appear in any - MATE documentation, and those trademarks are made aware to the members - of the MATE Documentation Project, the names have been printed in caps - or initial caps. - - - - - This manual describes version &VERSION; of the MATE Control Center. - - - - - Introduction - - The MATE Control Center provides a single window from which to launch all preference tools. - - - To launch the MATE Control Center, - type mate-control-center in a terminal window. - - For help on using preference tools, see the User Guide. - - - - Usage - - The MATE Control Center shows icons for all preference tools installed on your system in a window. Select a preference tool to see its description in the status bar. - - To open a preference tool, double-click on its icon. - - -
diff --git a/help/Makefile.am b/help/Makefile.am index 5c6ded9c..70bf2969 100644 --- a/help/Makefile.am +++ b/help/Makefile.am @@ -1,10 +1,8 @@ -include $(top_srcdir)/mate-doc-utils.make -dist-hook: doc-dist-hook +@YELP_HELP_RULES@ -DOC_MODULE = mate-control-center -DOC_ENTITIES = config-accessibility-keyboard.xml config-background.xml config-behavior.xml config-cds.xml config-default-apps.xml config-file-type.xml config-hints.xml config-html.xml config-kbd.xml config-keybindings.xml config-mouse.xml config-screensaver.xml config-themes.xml -DOC_INCLUDES = +HELP_ID = mate-control-center +HELP_FILES = index.docbook config-accessibility-keyboard.xml config-background.xml config-behavior.xml config-cds.xml config-default-apps.xml config-file-type.xml config-hints.xml config-html.xml config-kbd.xml config-keybindings.xml config-mouse.xml config-screensaver.xml config-themes.xml -DOC_LINGUAS = ca ca@valencia cs de el en_GB es fr id it ja oc pa pl pt pt_BR ru sv th uk vi zh_CN +HELP_LINGUAS = ca ca@valencia cs de el en_GB es fr id it ja oc pa pl pt pt_BR ru sv th uk vi zh_CN -include $(top_srcdir)/git.mk diff --git a/help/ca/ca.po b/help/ca/ca.po index c179f226..fcf3f9a7 100644 --- a/help/ca/ca.po +++ b/help/ca/ca.po @@ -48,7 +48,7 @@ msgstr "2006-03" #: C/control-center.xml:38(para) msgid "Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License , Version 1.1 or any later version published by the Free Software Foundation with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found here." -msgstr "Teniu permís per a copiar, distribuir i/o modificar aquest document, sota els termes de la Llicència de documentació lliure GNU la Llicència de documentació lliure GNU (GFDL), versió 1.1 o qualsevol versió publicada posteriorment per la Free Software Foundation, sense seccions invariants, sense texts de portada i sense texts de contraportada. Podeu trobar una còpia d'aquesta llicència aquí." +msgstr "Teniu permís per a copiar, distribuir i/o modificar aquest document, sota els termes de la Llicència de documentació lliure GNU la Llicència de documentació lliure GNU (GFDL), versió 1.1 o qualsevol versió publicada posteriorment per la Free Software Foundation, sense seccions invariants, sense texts de portada i sense texts de contraportada. Podeu trobar una còpia d'aquesta llicència aquí." #: C/control-center.xml:50(para) msgid "Many of the names used by companies to distinguish their products and services are claimed as trademarks. Where those names appear in any MATE documentation, and those trademarks are made aware to the members of the MATE Documentation Project, the names have been printed in caps or initial caps." @@ -71,8 +71,8 @@ msgid "To launch the MATE Control Center, type Centre de control del MATE, introduïu mate-control-center en una finestra de terminal." #: C/control-center.xml:73(para) -msgid "For help on using preference tools, see the User Guide." -msgstr "Per a més ajuda quant a utilitzar les eines de preferències, vegeu la Guia d'usuari." +msgid "For help on using preference tools, see the User Guide." +msgstr "Per a més ajuda quant a utilitzar les eines de preferències, vegeu la Guia d'usuari." #: C/control-center.xml:77(title) msgid "Usage" diff --git a/help/ca@valencia/ca@valencia.po b/help/ca@valencia/ca@valencia.po index eeae879b..f65d160e 100644 --- a/help/ca@valencia/ca@valencia.po +++ b/help/ca@valencia/ca@valencia.po @@ -48,7 +48,7 @@ msgstr "2006-03" #: C/control-center.xml:38(para) msgid "Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License , Version 1.1 or any later version published by the Free Software Foundation with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found here." -msgstr "Teniu permís per a copiar, distribuir i/o modificar este document, sota els termes de la Llicència de documentació lliure GNU la Llicència de documentació lliure GNU (GFDL), versió 1.1 o qualsevol versió publicada posteriorment per la Free Software Foundation, sense seccions invariants, sense texts de portada i sense texts de contraportada. Podeu trobar una còpia d'esta llicència ací." +msgstr "Teniu permís per a copiar, distribuir i/o modificar este document, sota els termes de la Llicència de documentació lliure GNU la Llicència de documentació lliure GNU (GFDL), versió 1.1 o qualsevol versió publicada posteriorment per la Free Software Foundation, sense seccions invariants, sense texts de portada i sense texts de contraportada. Podeu trobar una còpia d'esta llicència ací." #: C/control-center.xml:50(para) msgid "Many of the names used by companies to distinguish their products and services are claimed as trademarks. Where those names appear in any MATE documentation, and those trademarks are made aware to the members of the MATE Documentation Project, the names have been printed in caps or initial caps." @@ -71,8 +71,8 @@ msgid "To launch the MATE Control Center, type Centre de control del MATE, introduïu mate-control-center en una finestra de terminal." #: C/control-center.xml:73(para) -msgid "For help on using preference tools, see the User Guide." -msgstr "Per a més ajuda quant a utilitzar les eines de preferències, vegeu la Guia d'usuari." +msgid "For help on using preference tools, see the User Guide." +msgstr "Per a més ajuda quant a utilitzar les eines de preferències, vegeu la Guia d'usuari." #: C/control-center.xml:77(title) msgid "Usage" diff --git a/help/cs/cs.po b/help/cs/cs.po index b7f5f984..b5bf4161 100644 --- a/help/cs/cs.po +++ b/help/cs/cs.po @@ -52,7 +52,7 @@ msgstr "3/2006" #: C/control-center.xml:38(para) msgid "Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License , Version 1.1 or any later version published by the Free Software Foundation with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found here." -msgstr "Je povoleno kopírovat, šířit a/nebo upravovat tento dokument za podmínek GNU Free Documentation License (GFDL), verze 1.1 nebo jakékoli další verze vydané nadací Free Software Foundation; bez neměnných oddílů, bez textů předních desek a bez textů zadních desek. Kopii licence GFDL naleznete pod tímto odkazem nebo v souboru COPYING-DOCS dodávaném s touto příručkou." +msgstr "Je povoleno kopírovat, šířit a/nebo upravovat tento dokument za podmínek GNU Free Documentation License (GFDL), verze 1.1 nebo jakékoli další verze vydané nadací Free Software Foundation; bez neměnných oddílů, bez textů předních desek a bez textů zadních desek. Kopii licence GFDL naleznete pod tímto odkazem nebo v souboru COPYING-DOCS dodávaném s touto příručkou." #: C/control-center.xml:50(para) msgid "Many of the names used by companies to distinguish their products and services are claimed as trademarks. Where those names appear in any MATE documentation, and those trademarks are made aware to the members of the MATE Documentation Project, the names have been printed in caps or initial caps." @@ -75,8 +75,8 @@ msgid "To launch the MATE Control Center, type Ovládací centrum MATE spustit, spusťte z příkazového řádku mate-control-center." #: C/control-center.xml:73(para) -msgid "For help on using preference tools, see the User Guide." -msgstr "Nápovědu k jednotlivým nástrojům nastavení obsahuje Uživatelská příručka." +msgid "For help on using preference tools, see the User Guide." +msgstr "Nápovědu k jednotlivým nástrojům nastavení obsahuje Uživatelská příručka." #: C/control-center.xml:77(title) msgid "Usage" diff --git a/help/de/de.po b/help/de/de.po index f4b59419..0c2a8d34 100644 --- a/help/de/de.po +++ b/help/de/de.po @@ -111,11 +111,11 @@ msgstr "" #: C/control-center.xml:73(para) msgid "" -"For help on using preference tools, see the User Guide." msgstr "" "Hilfe zur Benutzung der einzelnen Einstellungswerzeuge finden Sie im Desktop-Benutzerhandbuch." +"type=\"help\" url=\"help:user-guide?prefs\">Desktop-Benutzerhandbuch." #: C/control-center.xml:77(title) msgid "Usage" diff --git a/help/el/el.po b/help/el/el.po index ad21ffd9..3115c131 100644 --- a/help/el/el.po +++ b/help/el/el.po @@ -111,11 +111,11 @@ msgstr "" #: C/control-center.xml:73(para) msgid "" -"For help on using preference tools, see the User Guide." msgstr "" "Για βοήθεια σχετικά με τη χρήση των εργαλείων προτμήσεων, βλέπε Οδηγός Χρήστη." +"\"help\" url=\"help:user-guide?prefs\">Οδηγός Χρήστη." #: C/control-center.xml:77(title) msgid "Usage" diff --git a/help/en_GB/en_GB.po b/help/en_GB/en_GB.po index 9d0f0cc4..bcfc9721 100644 --- a/help/en_GB/en_GB.po +++ b/help/en_GB/en_GB.po @@ -72,8 +72,8 @@ msgid "To launch the MATE Control Center, type MATE Control Centre, type mate-control-center in a terminal window." #: C/control-center.xml:73(para) -msgid "For help on using preference tools, see the User Guide." -msgstr "For help on using preference tools, see the User Guide." +msgid "For help on using preference tools, see the User Guide." +msgstr "For help on using preference tools, see the User Guide." #: C/control-center.xml:77(title) msgid "Usage" diff --git a/help/es/es.po b/help/es/es.po index 7ed3ac32..22eacdea 100644 --- a/help/es/es.po +++ b/help/es/es.po @@ -116,11 +116,11 @@ msgstr "" #: C/control-center.xml:73(para) msgid "" -"For help on using preference tools, see the User Guide." msgstr "" "Para ayuda en el uso de las herramientas de preferencias, ver la Guía del Usuario." +"\"help\" url=\"help:user-guide?prefs\">Guía del Usuario." #: C/control-center.xml:77(title) msgid "Usage" diff --git a/help/fr/fr.po b/help/fr/fr.po index 83b23f5e..8e9ee0d5 100644 --- a/help/fr/fr.po +++ b/help/fr/fr.po @@ -117,11 +117,11 @@ msgstr "" #: ../C/control-center.xml:73(para) msgid "" -"For help on using preference tools, see the User Guide." msgstr "" "Pour obtenir de l'aide sur l'utilisation des outils de préférences, " -"consultez le guide " +"consultez le guide " "d'utilisation." #: ../C/control-center.xml:77(title) diff --git a/help/id/id.po b/help/id/id.po index 203d8b9b..b1b9b03c 100644 --- a/help/id/id.po +++ b/help/id/id.po @@ -117,11 +117,11 @@ msgstr "" #: C/control-center.xml:73(para) msgid "" -"For help on using preference tools, see the User Guide." msgstr "" "Untuk bantuan tentang memakai alat preferensi, lihat Panduan Pengguna." +"url=\"help:user-guide?prefs\">Panduan Pengguna." #: C/control-center.xml:77(title) msgid "Usage" diff --git a/help/it/it.po b/help/it/it.po index 1a906a9a..16be2e02 100644 --- a/help/it/it.po +++ b/help/it/it.po @@ -49,7 +49,7 @@ msgstr "2006-03" #: C/control-center.xml:38(para) msgid "Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License , Version 1.1 or any later version published by the Free Software Foundation with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found here." -msgstr "Questo documento può essere copiato, distribuito e/o modificato solo in conformità con i termini della GNU Free Documentation License (GFDL), Versione 1.1 o delle versioni successive pubblicate dalla Free Software Foundation senza sezioni invariabili, frontespizi e testi di copertina. Una copia della GFDL è disponibile seguendo questo collegamento." +msgstr "Questo documento può essere copiato, distribuito e/o modificato solo in conformità con i termini della GNU Free Documentation License (GFDL), Versione 1.1 o delle versioni successive pubblicate dalla Free Software Foundation senza sezioni invariabili, frontespizi e testi di copertina. Una copia della GFDL è disponibile seguendo questo collegamento." #: C/control-center.xml:50(para) msgid "Many of the names used by companies to distinguish their products and services are claimed as trademarks. Where those names appear in any MATE documentation, and those trademarks are made aware to the members of the MATE Documentation Project, the names have been printed in caps or initial caps." @@ -72,8 +72,8 @@ msgid "To launch the MATE Control Center, type Centro di controllo di MATE, digitare mate-control-center in una finestra di terminale." #: C/control-center.xml:73(para) -msgid "For help on using preference tools, see the User Guide." -msgstr "Per aiuto sull'uso degli strumenti di preferenza, consultare la Guida per l'utente." +msgid "For help on using preference tools, see the User Guide." +msgstr "Per aiuto sull'uso degli strumenti di preferenza, consultare la Guida per l'utente." #: C/control-center.xml:77(title) msgid "Usage" diff --git a/help/ja/ja.po b/help/ja/ja.po index b8da5672..a9df4f6d 100644 --- a/help/ja/ja.po +++ b/help/ja/ja.po @@ -104,10 +104,10 @@ msgstr "MATE コントロールセンター を" #: C/control-center.xml:73(para) msgid "" -"For help on using preference tools, see the User Guide." msgstr "設定ツールの使い方のヘルプは " -"ユーザーガイド" +"ユーザーガイド" " を参照して下さい。" #: C/control-center.xml:77(title) diff --git a/help/oc/oc.po b/help/oc/oc.po index 7f23417b..6ab06f1d 100644 --- a/help/oc/oc.po +++ b/help/oc/oc.po @@ -100,7 +100,7 @@ msgstr "" #: C/control-center.xml:73(para) msgid "" -"For help on using preference tools, see the User Guide." msgstr "" diff --git a/help/pa/pa.po b/help/pa/pa.po index 108d1149..8be6d960 100644 --- a/help/pa/pa.po +++ b/help/pa/pa.po @@ -101,10 +101,10 @@ msgstr "" #: C/control-center.xml:73(para) msgid "" -"For help on using preference tools, see the User Guide." msgstr "" -"ਪਸੰਦੀਦਾ ਸੰਦਾਂ ਦੀ ਵਰਤੋਂ ਕਰਨ ਬਾਰੇ ਉਪਭੋਗੀ ਗਾਈਡ ਵੇਖੋ।" #: C/control-center.xml:77(title) diff --git a/help/pl/pl.po b/help/pl/pl.po index 389d4ed9..27e1a9f7 100644 --- a/help/pl/pl.po +++ b/help/pl/pl.po @@ -72,8 +72,8 @@ msgid "To launch the MATE Control Center, type Centrum sterowania MATE, należy wpisać mate-control-center w oknie terminala." #: C/control-center.xml:73(para) -msgid "For help on using preference tools, see the User Guide." -msgstr "Aby uzyskać pomoc dotyczącą narzędzi preferencji należy przejść do Podręcznika użytkownika." +msgid "For help on using preference tools, see the User Guide." +msgstr "Aby uzyskać pomoc dotyczącą narzędzi preferencji należy przejść do Podręcznika użytkownika." #: C/control-center.xml:77(title) msgid "Usage" diff --git a/help/pt/pt.po b/help/pt/pt.po index 2a5aa743..a93e9df2 100644 --- a/help/pt/pt.po +++ b/help/pt/pt.po @@ -75,8 +75,8 @@ msgid "To launch the MATE Control Center, type Centro de Controlo MATE, escreva mate-control-center numa janela de consola." #: C/control-center.xml:73(para) -msgid "For help on using preference tools, see the User Guide." -msgstr "Para ajuda na utilização de ferramentas de configuração, consulte o Manual de Utilização." +msgid "For help on using preference tools, see the User Guide." +msgstr "Para ajuda na utilização de ferramentas de configuração, consulte o Manual de Utilização." #: C/control-center.xml:77(title) msgid "Usage" diff --git a/help/pt_BR/pt_BR.po b/help/pt_BR/pt_BR.po index 5ff7c60e..050ad7a1 100644 --- a/help/pt_BR/pt_BR.po +++ b/help/pt_BR/pt_BR.po @@ -115,11 +115,11 @@ msgstr "" #: ../C/control-center.xml:73(para) msgid "" -"For help on using preference tools, see the User Guide." msgstr "" "Para mais ajuda sobre como usar as ferramentas de preferência, veja o Guia do Usuário." +"type=\"help\" url=\"help:user-guide?prefs\">Guia do Usuário." #: ../C/control-center.xml:77(title) msgid "Usage" diff --git a/help/ru/ru.po b/help/ru/ru.po index a0c69e31..9362d19a 100644 --- a/help/ru/ru.po +++ b/help/ru/ru.po @@ -101,10 +101,10 @@ msgstr "" #: C/control-center.xml:62(para) msgid "" "For help on using preference tools, see the User Guide." +"url=\"help:user-guide?prefs\">User Guide." msgstr "" "Для получения дополнительной информации по использованию утилит настройки " -"обратитесь к Руководству " +"обратитесь к Руководству " "пользователя." #: C/control-center.xml:66(title) diff --git a/help/sv/sv.po b/help/sv/sv.po index 94f3a9e2..6c71cbca 100644 --- a/help/sv/sv.po +++ b/help/sv/sv.po @@ -48,7 +48,7 @@ msgstr "2006-03" #: C/control-center.xml:38(para) msgid "Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License , Version 1.1 or any later version published by the Free Software Foundation with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found here." -msgstr "Var och en äger rätt att kopiera, sprida och/eller förändra detta dokument under villkoren i GNU Free Documentation License (GFDL), version 1.1 eller senare publicerad av Free Software Foundation, utan oföränderliga avsnitt, utan framsidestexter och utan baksidestexter. En kopia av GFDL kan hittas här eller i filen COPYING-DOCS som skickas med denna handbok." +msgstr "Var och en äger rätt att kopiera, sprida och/eller förändra detta dokument under villkoren i GNU Free Documentation License (GFDL), version 1.1 eller senare publicerad av Free Software Foundation, utan oföränderliga avsnitt, utan framsidestexter och utan baksidestexter. En kopia av GFDL kan hittas här eller i filen COPYING-DOCS som skickas med denna handbok." #: C/control-center.xml:50(para) msgid "Many of the names used by companies to distinguish their products and services are claimed as trademarks. Where those names appear in any MATE documentation, and those trademarks are made aware to the members of the MATE Documentation Project, the names have been printed in caps or initial caps." @@ -71,8 +71,8 @@ msgid "To launch the MATE Control Center, type MATE-kontrollpanelen, skriv mate-control-center i ett terminalfönster." #: C/control-center.xml:73(para) -msgid "For help on using preference tools, see the User Guide." -msgstr "För hjälp att använda inställningsverktyg, se användarguiden." +msgid "For help on using preference tools, see the User Guide." +msgstr "För hjälp att använda inställningsverktyg, se användarguiden." #: C/control-center.xml:77(title) msgid "Usage" diff --git a/help/th/th.po b/help/th/th.po index 19880649..ec308587 100644 --- a/help/th/th.po +++ b/help/th/th.po @@ -112,10 +112,10 @@ msgstr "" #: C/control-center.xml:73(para) msgid "" -"For help on using preference tools, see the User Guide." msgstr "" -"ดูวิธีใช้เครื่องมือปรับแต่งค่าต่าง ๆ ได้ที่ คู่มือผู้ใช้" #: C/control-center.xml:77(title) diff --git a/help/uk/uk.po b/help/uk/uk.po index d3de63d2..adb7589a 100644 --- a/help/uk/uk.po +++ b/help/uk/uk.po @@ -110,11 +110,11 @@ msgstr "" #: C/control-center.xml:73(para) msgid "" -"For help on using preference tools, see the User Guide." msgstr "" "Для отримання додаткової інформації з використання програм налаштовування " -"зверніться до Посібник користувача." +"зверніться до Посібник користувача." #: C/control-center.xml:77(title) msgid "Usage" diff --git a/help/vi/vi.po b/help/vi/vi.po index c3f75844..f9c70e99 100644 --- a/help/vi/vi.po +++ b/help/vi/vi.po @@ -76,8 +76,8 @@ msgid "To launch the MATE Control Center, type Trung tâm Điều khiển MATE, đơn giản gõ vào cửa sổ dòng lệnh chuỗi mate-control-center." #: C/control-center.xml:73 -msgid "For help on using preference tools, see the User Guide." -msgstr "Để tìm trợ giúp về cách sử dụng công cụ tùy thích, xem Sổ tay Người dùng." +msgid "For help on using preference tools, see the User Guide." +msgstr "Để tìm trợ giúp về cách sử dụng công cụ tùy thích, xem Sổ tay Người dùng." #: C/control-center.xml:77 msgid "Usage" diff --git a/help/zh_CN/zh_CN.po b/help/zh_CN/zh_CN.po index 1ae24460..e51f65da 100644 --- a/help/zh_CN/zh_CN.po +++ b/help/zh_CN/zh_CN.po @@ -62,7 +62,7 @@ msgid "" msgstr "" "对于本文档的复制、分发和/或修改必须遵循自由软件基金会 (Free Software " "Foundation) 发布的 GNU 自由文档许可证 (GFDL) 版本 1.1 或更高版本,该许可证没" -"有固定的部分、没有封面和背页文本。您可以在此链接上或在随本手册一起分发的 COPYING-DOCS 文件中找到 GFDL 的副" "本。" @@ -104,10 +104,10 @@ msgstr "" #: C/control-center.xml:73(para) msgid "" -"For help on using preference tools, see the User Guide." msgstr "" -"要获得关于使用首选项工具的帮助,请参见用户指南。" #: C/control-center.xml:77(title) diff --git a/libslab/libslab-utils.c b/libslab/libslab-utils.c index fa96b260..6e073b0e 100644 --- a/libslab/libslab-utils.c +++ b/libslab/libslab-utils.c @@ -219,7 +219,7 @@ libslab_mate_desktop_item_open_help (MateDesktopItem *item) doc_path = libslab_mate_desktop_item_get_docpath (item); if (doc_path) { - help_uri = g_strdup_printf ("ghelp:%s", doc_path); + help_uri = g_strdup_printf ("help:%s", doc_path); if (!gtk_show_uri (libslab_get_current_screen (), help_uri, gtk_get_current_event_time (), &error)) { g_warning ("error opening %s [%s]\n", help_uri, error->message); diff --git a/libslab/slab-mate-util.c b/libslab/slab-mate-util.c index 31088346..a4527dc0 100644 --- a/libslab/slab-mate-util.c +++ b/libslab/slab-mate-util.c @@ -156,7 +156,7 @@ open_desktop_item_help (MateDesktopItem * desktop_item) if (doc_path) { - help_uri = g_strdup_printf ("ghelp:%s", doc_path); + help_uri = g_strdup_printf ("help:%s", doc_path); error = NULL; if (!gtk_show_uri (libslab_get_current_screen (), help_uri, gtk_get_current_event_time (), &error)) -- cgit v1.2.1