From a509013b9b4a80a13bfb4adb365dee38fb2b81d7 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Tue, 22 Nov 2011 00:52:00 +0100 Subject: converted to MATE (thanks to perberos) --- help/C/legal.xml | 6 ++--- help/C/sensors-applet.xml | 58 +++++++++++++++++++++++------------------------ help/ChangeLog | 2 +- help/Makefile.am | 2 +- help/Makefile.in | 32 +++++++++++++------------- 5 files changed, 50 insertions(+), 50 deletions(-) (limited to 'help') diff --git a/help/C/legal.xml b/help/C/legal.xml index ac97e1d..acb0b40 100644 --- a/help/C/legal.xml +++ b/help/C/legal.xml @@ -9,7 +9,7 @@ url="ghelp:fdl">link or in the file COPYING-DOCS distributed with this manual. - This manual is part of a collection of GNOME manuals + This manual is part of a collection of MATE manuals distributed under the GFDL. If you want to distribute this manual separately from the collection, you can do so by adding a copy of the license to the manual, as described in @@ -19,8 +19,8 @@ Many of the names used by companies to distinguish their products and services are claimed as trademarks. Where those - names appear in any GNOME documentation, and the members of - the GNOME Documentation Project are made aware of those + names appear in any MATE documentation, and the members of + the MATE Documentation Project are made aware of those trademarks, then the names are in capital letters or initial capital letters. diff --git a/help/C/sensors-applet.xml b/help/C/sensors-applet.xml index 6aaae92..bf9bfc1 100644 --- a/help/C/sensors-applet.xml +++ b/help/C/sensors-applet.xml @@ -5,7 +5,7 @@ - + @@ -19,8 +19,8 @@ ]> @@ -51,7 +51,7 @@ not specified, the publisher/author is the same for all versions of the document. - GNOME Documentation Project + MATE Documentation Project --> &legal; @@ -64,10 +64,10 @@ Alex Murray - @@ -78,7 +78,7 @@ Translator 1 Latin Translation Team -
translator@gnome.org
+
translator@mate.org
Latin translation @@ -89,11 +89,11 @@ - + - + - + @@ -106,7 +106,7 @@ &author-email;
- + @@ -524,7 +524,7 @@ Alarms for individual sensors must also be enabled. You can play a sound when the alarm occurs by using the command esdplay which should be - available as part of the standard GNOME + available as part of the standard MATE installation. (Note: If this does not work, you could also try aplay which is the default ALSA sound player). @@ -546,17 +546,17 @@ Alarms for individual sensors must also be enabled. - The program zenity can be used to create + The program matedialog can be used to create dialog boxes to be displayed on the users current display, and can thus be used to create pop-up style notifications that the alarm has occurred. - zenity --warning --title="Sensor Alarm" --text="Sensor Alarm occurred" + matedialog --warning --title="Sensor Alarm" --text="Sensor Alarm occurred" - For more information regarding Zenity please - consult the Zenity documentation. + For more information regarding MateDialog please + consult the MateDialog documentation. @@ -571,9 +571,9 @@ Alarms for individual sensors must also be enabled. Multiple commands can be executed one after the other using the "&&" construct to separate them. To play a sound and pop-up a dialog via - Zenity the follow command can be used: + MateDialog the follow command can be used: - esdplay /usr/share/sounds/gnibbles/gobble.wav && zenity --warning --title="Sensor Alarm" --text="Sensor Alarm occurred" + esdplay /usr/share/sounds/gnibbles/gobble.wav && matedialog --warning --title="Sensor Alarm" --text="Sensor Alarm occurred" @@ -613,25 +613,25 @@ Alarms for individual sensors must also be enabled. Advanced Options There are a number of advanced options which can be set to customize the display of sensors within the panel, which are set - using the GConf system. + using the MateConf system.
Font Size The font size for labels and values is normally - derived from the standard Application Font size of the GNOME + derived from the standard Application Font size of the MATE Desktop, however this can be overridden. This is done by setting the value of the parameter /apps/sensors-applet/font-size - within the user's GConf database. This can be achieved by + within the user's MateConf database. This can be achieved by the following command, where the font size is specified as the last parameter, and in this case is set to 10: - gconftool-2 -s /apps/sensors-applet/font-size -t int 10 + mateconftool-2 -s /apps/sensors-applet/font-size -t int 10 @@ -651,21 +651,21 @@ Alarms for individual sensors must also be enabled. /apps/sensors-applet/hide-units - within the user's GConf database. This can be achieved by + within the user's MateConf database. This can be achieved by the following command, where the value is specified as either true or false and is specified as the last parameter. In this case is the units will be hidden (the value is set to true): - gconftool-2 -s /apps/sensors-applet/hide-units -t bool true + mateconftool-2 -s /apps/sensors-applet/hide-units -t bool true These values can also be set using the Configuration Editor + url="ghelp:mateconf-editor">Configuration Editor application. @@ -725,9 +725,9 @@ Alarms for individual sensors must also be enabled. - + - - + + diff --git a/help/ChangeLog b/help/ChangeLog index ab0d82d..e480ec2 100644 --- a/help/ChangeLog +++ b/help/ChangeLog @@ -1,4 +1,4 @@ 2005-11-08 Alex Murray - * Switched to gnome-doc-utils + * Switched to mate-doc-utils diff --git a/help/Makefile.am b/help/Makefile.am index 11be928..54fb549 100644 --- a/help/Makefile.am +++ b/help/Makefile.am @@ -1,4 +1,4 @@ -include $(top_srcdir)/gnome-doc-utils.make +include $(top_srcdir)/mate-doc-utils.make dist-hook: doc-dist-hook DOC_MODULE = sensors-applet diff --git a/help/Makefile.in b/help/Makefile.in index 7002464..57c1579 100644 --- a/help/Makefile.in +++ b/help/Makefile.in @@ -15,8 +15,8 @@ @SET_MAKE@ -# gnome-doc-utils.make - make magic for building documentation -# Copyright (C) 2004-2005 Shaun McCance +# mate-doc-utils.make - make magic for building documentation +# Copyright (C) 2004-2005 Shaun McCance # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -58,7 +58,7 @@ POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ - $(top_srcdir)/gnome-doc-utils.make ChangeLog + $(top_srcdir)/mate-doc-utils.make ChangeLog subdir = help ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac @@ -110,8 +110,8 @@ GLIB_CFLAGS = @GLIB_CFLAGS@ GLIB_LIBS = @GLIB_LIBS@ GMOFILES = @GMOFILES@ GMSGFMT = @GMSGFMT@ -GNOME_CFLAGS = @GNOME_CFLAGS@ -GNOME_LIBS = @GNOME_LIBS@ +MATE_CFLAGS = @MATE_CFLAGS@ +MATE_LIBS = @MATE_LIBS@ GREP = @GREP@ GTK_CFLAGS = @GTK_CFLAGS@ GTK_LIBS = @GTK_LIBS@ @@ -131,8 +131,8 @@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBATASMART_CFLAGS = @LIBATASMART_CFLAGS@ LIBATASMART_LIBS = @LIBATASMART_LIBS@ -LIBNOTIFY_CFLAGS = @LIBNOTIFY_CFLAGS@ -LIBNOTIFY_LIBS = @LIBNOTIFY_LIBS@ +LIBMATENOTIFY_CFLAGS = @LIBMATENOTIFY_CFLAGS@ +LIBMATENOTIFY_LIBS = @LIBMATENOTIFY_LIBS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBSENSORS_CFLAGS = @LIBSENSORS_CFLAGS@ @@ -351,7 +351,7 @@ DOC_LINGUAS = all: all-am .SUFFIXES: -$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/gnome-doc-utils.make $(am__configure_deps) +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/mate-doc-utils.make $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ @@ -573,8 +573,8 @@ $(DOC_H_FILE): $(DOC_H_DOCS); cp $@.tmp $@ && rm -f $@.tmp dist-check-gdu: -@HAVE_GNOME_DOC_UTILS_FALSE@ @echo "*** GNOME Doc Utils must be installed in order to make dist" -@HAVE_GNOME_DOC_UTILS_FALSE@ @false +@HAVE_MATE_DOC_UTILS_FALSE@ @echo "*** MATE Doc Utils must be installed in order to make dist" +@HAVE_MATE_DOC_UTILS_FALSE@ @false .PHONY: dist-doc-header dist-doc-header: $(DOC_H_FILE) @@ -616,12 +616,12 @@ DOC_LINGUAS ?= _xml2po ?= `which xml2po` -_db2html ?= `$(PKG_CONFIG) --variable db2html gnome-doc-utils` -_db2omf ?= `$(PKG_CONFIG) --variable db2omf gnome-doc-utils` -_malrng ?= `$(PKG_CONFIG) --variable malrng gnome-doc-utils` -_chunks ?= `$(PKG_CONFIG) --variable xmldir gnome-doc-utils`/gnome/xslt/docbook/utils/chunks.xsl -_credits ?= `$(PKG_CONFIG) --variable xmldir gnome-doc-utils`/gnome/xslt/docbook/utils/credits.xsl -_ids ?= `$(PKG_CONFIG) --variable xmldir gnome-doc-utils`/gnome/xslt/docbook/utils/ids.xsl +_db2html ?= `$(PKG_CONFIG) --variable db2html mate-doc-utils` +_db2omf ?= `$(PKG_CONFIG) --variable db2omf mate-doc-utils` +_malrng ?= `$(PKG_CONFIG) --variable malrng mate-doc-utils` +_chunks ?= `$(PKG_CONFIG) --variable xmldir mate-doc-utils`/mate/xslt/docbook/utils/chunks.xsl +_credits ?= `$(PKG_CONFIG) --variable xmldir mate-doc-utils`/mate/xslt/docbook/utils/credits.xsl +_ids ?= `$(PKG_CONFIG) --variable xmldir mate-doc-utils`/mate/xslt/docbook/utils/ids.xsl @ENABLE_SK_TRUE@_skpkgdatadir ?= `scrollkeeper-config --pkgdatadir` @ENABLE_SK_TRUE@_sklocalstatedir ?= `scrollkeeper-config --pkglocalstatedir` @ENABLE_SK_TRUE@_skcontentslist ?= $(_skpkgdatadir)/Templates/C/scrollkeeper_cl.xml -- cgit v1.2.1