From f32f9164eecf1734727852365a95f1aed3a8d59a Mon Sep 17 00:00:00 2001 From: infirit Date: Thu, 1 Aug 2013 13:55:03 +0200 Subject: Use yelp-tools instead of mate-doc-utils --- gst-mixer/doc/C/index.docbook | 434 ++++++++++++++++++++++++++++++++ gst-mixer/doc/C/legal.xml | 2 +- gst-mixer/doc/C/mate-volume-control.xml | 434 -------------------------------- gst-mixer/doc/Makefile.am | 13 +- gst-mixer/doc/ca/ca.po | 8 +- gst-mixer/doc/cs/cs.po | 8 +- gst-mixer/doc/da/da.po | 8 +- gst-mixer/doc/de/de.po | 8 +- gst-mixer/doc/el/el.po | 8 +- gst-mixer/doc/en_GB/en_GB.po | 8 +- gst-mixer/doc/es/es.po | 8 +- gst-mixer/doc/fr/fr.po | 8 +- gst-mixer/doc/it/it.po | 8 +- gst-mixer/doc/oc/oc.po | 4 +- gst-mixer/doc/ru/ru.po | 8 +- gst-mixer/doc/sv/sv.po | 8 +- gst-mixer/doc/zh_CN/zh_CN.po | 8 +- 17 files changed, 491 insertions(+), 492 deletions(-) create mode 100644 gst-mixer/doc/C/index.docbook delete mode 100644 gst-mixer/doc/C/mate-volume-control.xml (limited to 'gst-mixer/doc') diff --git a/gst-mixer/doc/C/index.docbook b/gst-mixer/doc/C/index.docbook new file mode 100644 index 0000000..13f7ac0 --- /dev/null +++ b/gst-mixer/doc/C/index.docbook @@ -0,0 +1,434 @@ + + + + + + MATE Volume Control"> + +]> + + + + +
+ + &appname; Manual V&manrevision; + + + 2004 + Sun Microsystems + + + + 2003 + Christian Schaller + + + + 2002 + Michael Froh + + + + 2000 + Erik Jarvi + + + + + + &app; is an audio mixer + + + + MATE Documentation Project + + + &legal; + + + + + + Sun + MATE Documentation Team + Sun Microsystems + + + + Christian Fredrik + Kalager Schaller + + MATE Documentation Project +
+ uraeus@gnome.org +
+
+
+ + + Michael + Froh + + MATE Documentation Project +
+ msfroh@uwaterloo.ca +
+
+
+ + + Erik + Jarvi + + MATE Documentation Project +
+ ejarvi@megsinet.net +
+
+
+ + + +
+ + + + + + &appname; Manual V&manrevision; + &date; + + Sun MATE Documentation Team + MATE Documentation Project + + + + + 2.0 + 25 October 2003 + + Christian Schaller + uraeus@gnome.org + MATE Documentation Project + + + + + 1.0 + 19 Feb 2002 + + Michael Froh + msfroh@uwaterloo.ca + MATE Documentation Project + Updated to Docbook 4.1.2, for MATE 2.0 + + + + + + 0.1 + 23 Mar 2001 + + Erik Jarvi + ejarvi@megsinet.net + MATE Documentation + Project + This was the original release, for MATE 1.2 + + + + + + + This manual describes version &appversion; of &appname;. + + + + Feedback + To report a bug or make a suggestion regarding the &appname; application or this manual, follow the directions in the MATE Feedback Page. + + + + +
+ +mate-volume-control +MATE Volume Control + + + + + + Introduction + + The &app; application is an audio mixer that enables you to mix audio for two-channel sound cards. + + + + + + Getting Started + + + + To Start &appname; + You can start &app; in the following ways: + + + Applications menu + + + Choose MultimediaVolume Control. + + + + + Command line + + + Execute the following command: mate-volume-control + + + + + + + When You Start &appname; + + When you start &app;, the following window is displayed: + +
+ &appname; Window + + + + + + Shows Volume Control main window. + + + +
+ + The &app; window contains the following elements: + + + + Menubar + + + The menus on the menubar contain all of the commands that you need to work with &app;. + + + + + Display area + + + The display area contains the channel faders and associated options for several mixers, which enable you to control the volume on those mixers. + + + + &app; populates the display area dynamically, based on the functionality supported by your sound card. The mixers displayed in your &app; window might be different to those shown in Figure 1. + + + + + +
+
+ + + + + Usage + + + To Change a Mixer Volume + + To change a mixer volume, use the channel faders for that mixer, as follows: + + + + + To increase the volume, slide the fader up. + + + + + To decrease the volume, slide the fader down. + + + + + + + To Lock the Mixer Channels + + To lock the left and right mixer channels together, select the Lock option for that mixer. When you lock the mixer channels, &app; synchronizes both faders. + + + + + To Silence a Mixer + + To silence a mixer, select the Mute option for that mixer. + + + + When you adjust the fader of a muted channel, &app; deselects the Mute option for that mixer. + + + + + + + To Specify the Current Recording Source + + Any mixer that has a Rec option can be a recording source. + + + To specify the current recording source, select the Rec option for that mixer. + + + + + + + Preferences + + To configure &app;, choose EditPreferences. + + + + &app; populates the Mate Volume Control Preferences dialog dynamically, based on the functionality supported by your sound card. + + + + Use the options in the Shown column to select the mixers that are displayed in the main &app; window. + + + + vol + + + Select this option to display the faders that control the main volume. + + + + + pcm + + + Select this option to display the faders that control the wave files. + + + + + speaker + + + Select this option to display the fader that controls the speaker output jack. + + + + + line + + + Select this option to display the faders that control the line input on your sound card, if the sound card has a line input. + + + + + mic + + + Select this option to display the fader that controls the microphone input on your sound card. + + + + + cd + + + Select this option to display the faders that control the CD player input gain. + + + + + igain + + + Select this option to display the faders that control the volume level of the selected recording device. + + + + + line1 + + + Select this option to display the faders that control the second line input on your sound card, if the sound card has a second line input. + + + + + phin + + + Select this option to display the fader that controls the volume of the phin device. + + + + + video + + + Select this option to display the faders that control the volume of the video devices. + + + + + + To change a mixer label, double-click on the text in the Mixer label column, then enter the new label text. + + + To reset the mixer labels to the default values, click on the Reset labels to their defaults button. + + + + +
diff --git a/gst-mixer/doc/C/legal.xml b/gst-mixer/doc/C/legal.xml index acb0b40..9c4e248 100644 --- a/gst-mixer/doc/C/legal.xml +++ b/gst-mixer/doc/C/legal.xml @@ -6,7 +6,7 @@ by the Free Software Foundation with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy of the GFDL at this link or in the file COPYING-DOCS + url="help:fdl">link or in the file COPYING-DOCS distributed with this manual. This manual is part of a collection of MATE manuals diff --git a/gst-mixer/doc/C/mate-volume-control.xml b/gst-mixer/doc/C/mate-volume-control.xml deleted file mode 100644 index 9f6619d..0000000 --- a/gst-mixer/doc/C/mate-volume-control.xml +++ /dev/null @@ -1,434 +0,0 @@ - - - - - - MATE Volume Control"> - -]> - - - - -
- - &appname; Manual V&manrevision; - - - 2004 - Sun Microsystems - - - - 2003 - Christian Schaller - - - - 2002 - Michael Froh - - - - 2000 - Erik Jarvi - - - - - - &app; is an audio mixer - - - - MATE Documentation Project - - - &legal; - - - - - - Sun - MATE Documentation Team - Sun Microsystems - - - - Christian Fredrik - Kalager Schaller - - MATE Documentation Project -
- uraeus@gnome.org -
-
-
- - - Michael - Froh - - MATE Documentation Project -
- msfroh@uwaterloo.ca -
-
-
- - - Erik - Jarvi - - MATE Documentation Project -
- ejarvi@megsinet.net -
-
-
- - - -
- - - - - - &appname; Manual V&manrevision; - &date; - - Sun MATE Documentation Team - MATE Documentation Project - - - - - 2.0 - 25 October 2003 - - Christian Schaller - uraeus@gnome.org - MATE Documentation Project - - - - - 1.0 - 19 Feb 2002 - - Michael Froh - msfroh@uwaterloo.ca - MATE Documentation Project - Updated to Docbook 4.1.2, for MATE 2.0 - - - - - - 0.1 - 23 Mar 2001 - - Erik Jarvi - ejarvi@megsinet.net - MATE Documentation - Project - This was the original release, for MATE 1.2 - - - - - - - This manual describes version &appversion; of &appname;. - - - - Feedback - To report a bug or make a suggestion regarding the &appname; application or this manual, follow the directions in the MATE Feedback Page. - - - - -
- -mate-volume-control -MATE Volume Control - - - - - - Introduction - - The &app; application is an audio mixer that enables you to mix audio for two-channel sound cards. - - - - - - Getting Started - - - - To Start &appname; - You can start &app; in the following ways: - - - Applications menu - - - Choose MultimediaVolume Control. - - - - - Command line - - - Execute the following command: mate-volume-control - - - - - - - When You Start &appname; - - When you start &app;, the following window is displayed: - -
- &appname; Window - - - - - - Shows Volume Control main window. - - - -
- - The &app; window contains the following elements: - - - - Menubar - - - The menus on the menubar contain all of the commands that you need to work with &app;. - - - - - Display area - - - The display area contains the channel faders and associated options for several mixers, which enable you to control the volume on those mixers. - - - - &app; populates the display area dynamically, based on the functionality supported by your sound card. The mixers displayed in your &app; window might be different to those shown in Figure 1. - - - - - -
-
- - - - - Usage - - - To Change a Mixer Volume - - To change a mixer volume, use the channel faders for that mixer, as follows: - - - - - To increase the volume, slide the fader up. - - - - - To decrease the volume, slide the fader down. - - - - - - - To Lock the Mixer Channels - - To lock the left and right mixer channels together, select the Lock option for that mixer. When you lock the mixer channels, &app; synchronizes both faders. - - - - - To Silence a Mixer - - To silence a mixer, select the Mute option for that mixer. - - - - When you adjust the fader of a muted channel, &app; deselects the Mute option for that mixer. - - - - - - - To Specify the Current Recording Source - - Any mixer that has a Rec option can be a recording source. - - - To specify the current recording source, select the Rec option for that mixer. - - - - - - - Preferences - - To configure &app;, choose EditPreferences. - - - - &app; populates the Mate Volume Control Preferences dialog dynamically, based on the functionality supported by your sound card. - - - - Use the options in the Shown column to select the mixers that are displayed in the main &app; window. - - - - vol - - - Select this option to display the faders that control the main volume. - - - - - pcm - - - Select this option to display the faders that control the wave files. - - - - - speaker - - - Select this option to display the fader that controls the speaker output jack. - - - - - line - - - Select this option to display the faders that control the line input on your sound card, if the sound card has a line input. - - - - - mic - - - Select this option to display the fader that controls the microphone input on your sound card. - - - - - cd - - - Select this option to display the faders that control the CD player input gain. - - - - - igain - - - Select this option to display the faders that control the volume level of the selected recording device. - - - - - line1 - - - Select this option to display the faders that control the second line input on your sound card, if the sound card has a second line input. - - - - - phin - - - Select this option to display the fader that controls the volume of the phin device. - - - - - video - - - Select this option to display the faders that control the volume of the video devices. - - - - - - To change a mixer label, double-click on the text in the Mixer label column, then enter the new label text. - - - To reset the mixer labels to the default values, click on the Reset labels to their defaults button. - - - - -
diff --git a/gst-mixer/doc/Makefile.am b/gst-mixer/doc/Makefile.am index a75e543..564d1c8 100644 --- a/gst-mixer/doc/Makefile.am +++ b/gst-mixer/doc/Makefile.am @@ -1,9 +1,8 @@ -include $(top_srcdir)/build-aux/mate-doc-utils.make -dist-hook: doc-dist-hook -DOC_MODULE = mate-volume-control -DOC_ENTITIES = legal.xml -DOC_INCLUDES = -DOC_FIGURES = figures/mate-volume-control_window.png -DOC_LINGUAS = ca cs da de el en_GB es fr it oc ru sv zh_CN +@YELP_HELP_RULES + +HELP_ID = mate-volume-control +HELP_FILES = index.docbook legal.xml +HELP_MEDIA = figures/mate-volume-control_window.png +HELP_LINGUAS = ca cs da de el en_GB es fr it oc ru sv zh_CN -include $(top_srcdir)/git.mk diff --git a/gst-mixer/doc/ca/ca.po b/gst-mixer/doc/ca/ca.po index bc93fc5..e9c0f2d 100644 --- a/gst-mixer/doc/ca/ca.po +++ b/gst-mixer/doc/ca/ca.po @@ -83,7 +83,7 @@ msgid "" "the terms of the GNU Free Documentation License (GFDL), 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. You can find a copy " -"of the GFDL at this link or " +"of the GFDL at this link or " "in the file COPYING-DOCS distributed with this manual." msgstr "" "Teniu permís per a copiar, distribuir i/o modificar aquest document, sota " @@ -91,7 +91,7 @@ msgstr "" "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 de la GFDL en aquest enllaç o en el fitxer COPYING-DOCS distribuït " +"\" url=\"help:fdl\">enllaç o en el fitxer COPYING-DOCS distribuït " "amb aquest manual." #: C/mate-volume-control.xml:12(para) @@ -288,11 +288,11 @@ msgstr "Comentaris" #: C/mate-volume-control.xml:177(para) msgid "" "To report a bug or make a suggestion regarding the MATE Volume Control " -"application or this manual, follow the directions in the MATE Feedback Page." msgstr "" "Per a informar d'un error o fer algun suggeriment quant al control del volum " -"del MATE o aquest manual, seguiu les indicacions a la pàgina de comentaris del MATE." #: C/mate-volume-control.xml:184(primary) diff --git a/gst-mixer/doc/cs/cs.po b/gst-mixer/doc/cs/cs.po index 008c8e0..74cd7cc 100644 --- a/gst-mixer/doc/cs/cs.po +++ b/gst-mixer/doc/cs/cs.po @@ -82,14 +82,14 @@ msgid "" "the terms of the GNU Free Documentation License (GFDL), 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. You can find a copy " -"of the GFDL at this link or " +"of the GFDL at this link or " "in the file COPYING-DOCS distributed with this manual." msgstr "" "Je povoleno kopírovat, šířit a/nebo upravovat tento dokument za podmínek GNU " "Free Documentation License, 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. Kopie této licence je zahrnuta v oddílu " -"jménem GNU Free Documentation " +"jménem GNU Free Documentation " "License nebo v souboru COPYING-DOCS dodávaném s touto příručkou." #: C/mate-volume-control.xml:12(para) @@ -282,12 +282,12 @@ msgstr "Ohlasy" #: C/mate-volume-control.xml:177(para) msgid "" "To report a bug or make a suggestion regarding the MATE Volume Control " -"application or this manual, follow the directions in the MATE Feedback Page." msgstr "" "Pokud chcete oznámit chybu nebo navrhnout vylepšení vztahující se k Ovládání " "hlasitosti MATE nebo této příručce, postupujte dle instrukcí na stránce " -"Stránka s ohlasy na MATEStránka s ohlasy na MATE." #: C/mate-volume-control.xml:184(primary) diff --git a/gst-mixer/doc/da/da.po b/gst-mixer/doc/da/da.po index eca8d7f..1adafe4 100644 --- a/gst-mixer/doc/da/da.po +++ b/gst-mixer/doc/da/da.po @@ -22,7 +22,7 @@ msgid "" "the terms of the GNU Free Documentation License (GFDL), 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. You can find a copy " -"of the GFDL at this link or " +"of the GFDL at this link or " "in the file COPYING-DOCS distributed with this manual." msgstr "" "Tilladelse er givet til at kopiere, distribuere og/eller ændre dette " @@ -30,7 +30,7 @@ msgstr "" "version 1.1 eller andre senere versioner udgivet af Free Software Foundation " "med ikke indholdte sektioner, ingen frontomslagstekster, og ingen " "bagsideomslagstekster. Du kan finde en kopi af GFDL her link eller i filen COPYING-DOCS der er " +"url=\"help:fdl\">link eller i filen COPYING-DOCS der er " "distribueret med denne manual." #: ../C/legal.xml:12(para) ../C/mate-volume-control.xml:12(para) @@ -291,12 +291,12 @@ msgstr "Tilbagemelding" #: ../C/mate-volume-control.xml:177(para) msgid "" "To report a bug or make a suggestion regarding the MATE Volume Control " -"application or this manual, follow the directions in the MATE Feedback Page." msgstr "" "For at rapportere fejl eller foreslå forbedringer vedrørende MATE-" "lydstyrkekontrol-programmet eller denne manual, skal du følge " -"instruktionerne på MATE-tilbagemeldinger." #: ../C/mate-volume-control.xml:184(primary) diff --git a/gst-mixer/doc/de/de.po b/gst-mixer/doc/de/de.po index e147eab..01baf26 100644 --- a/gst-mixer/doc/de/de.po +++ b/gst-mixer/doc/de/de.po @@ -77,7 +77,7 @@ msgid "" "the terms of the GNU Free Documentation License (GFDL), 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. You can find a copy " -"of the GFDL at this link or in " +"of the GFDL at this link or in " "the file COPYING-DOCS distributed with this manual." msgstr "" "Das vorliegende Dokument kann gemäß den Bedingungen der GNU Free " @@ -85,7 +85,7 @@ msgstr "" "Software Foundation veröffentlichten Version ohne unveränderbare Abschnitte " "sowie ohne Texte auf dem vorderen und hinteren Buchdeckel kopiert, verteilt " "und/oder modifiziert werden. Eine Kopie der GFDL finden Sie unter diesem " -"Link oder in der mit diesem " +"Link oder in der mit diesem " "Handbuch gelieferten Datei COPYING-DOCS." #: C/mate-volume-control.xml:12(para) @@ -287,12 +287,12 @@ msgstr "Rückmeldungen" #: C/mate-volume-control.xml:177(para) msgid "" "To report a bug or make a suggestion regarding the MATE Volume Control " -"application or this manual, follow the directions in the MATE Feedback Page." msgstr "" "Um Fehler zu melden oder einen Vorschlag zur Anwendung MATE-" "Lautstärkeregler oder zu diesem Handbuch zu machen, folgen Sie " -"den Anweisungen auf der MATE-Seite für Rückmeldungen." #: C/mate-volume-control.xml:184(primary) diff --git a/gst-mixer/doc/el/el.po b/gst-mixer/doc/el/el.po index 7ff6d39..6deeca2 100644 --- a/gst-mixer/doc/el/el.po +++ b/gst-mixer/doc/el/el.po @@ -82,14 +82,14 @@ msgid "" "the terms of the GNU Free Documentation License (GFDL), 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. You can find a copy " -"of the GFDL at this link or " +"of the GFDL at this link or " "in the file COPYING-DOCS distributed with this manual." msgstr "" "Δίνεται άδεια για αντιγραφή, διανομή και/ή τροποποίηση του εγγράφου υπό τους " "όρους της Ελεύθερης Άδειας Τεκμηρίωσης GNU (GFDL), Έκδοση 1.1 ή " "μεταγενέστερη εκδιδόμενη από το Ίδρυμα Ελεύθερου Λογισμικού χωρίς Σταθερά " "Εδάφια, χωρίς Εξώφυλλα Κειμένου, και χωρίς Οπισθόφυλλα Κειμένου. Μπορείτε να " -"βρείτε ένα αντίγραφο της GFDL σε αυτόν τον σύνδεσμο ή στο αρχείο COPYING-DOCS που διανεμήθηκε με αυτόν " "τον οδηγό." @@ -282,12 +282,12 @@ msgstr "Ανάδραση" #: C/mate-volume-control.xml:177(para) msgid "" "To report a bug or make a suggestion regarding the MATE Volume Control " -"application or this manual, follow the directions in the MATE Feedback Page." msgstr "" "Για να αναφέρετε κάποιο σφάλμα ή να κάνετε υποδείξεις που αφορούν την " "εφαρμογή «Έλεγχος έντασης ήχου του MATE» ή αυτό το εγχειρίδιο, ακολουθήστε " -"τις οδηγίες στην σελίδα MATE Feedback Page." #: C/mate-volume-control.xml:184(primary) diff --git a/gst-mixer/doc/en_GB/en_GB.po b/gst-mixer/doc/en_GB/en_GB.po index d008837..8623a17 100644 --- a/gst-mixer/doc/en_GB/en_GB.po +++ b/gst-mixer/doc/en_GB/en_GB.po @@ -76,14 +76,14 @@ msgid "" "the terms of the GNU Free Documentation License (GFDL), 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. You can find a copy " -"of the GFDL at this link or " +"of the GFDL at this link or " "in the file COPYING-DOCS distributed with this manual." msgstr "" "Permission is granted to copy, distribute and/or modify this document under " "the terms of the GNU Free Documentation Licence (GFDL), 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. You can find a copy " -"of the GFDL at this link or " +"of the GFDL at this link or " "in the file COPYING-DOCS distributed with this manual." #: C/mate-volume-control.xml:12(para) @@ -279,12 +279,12 @@ msgstr "Feedback" #: C/mate-volume-control.xml:177(para) msgid "" "To report a bug or make a suggestion regarding the MATE Volume Control " -"application or this manual, follow the directions in the MATE Feedback Page." msgstr "" "To report a bug or make a suggestion regarding the MATE Volume " "Control application or this manual, follow the directions in " -"the MATE Feedback PageMATE Feedback Page." #: C/mate-volume-control.xml:184(primary) diff --git a/gst-mixer/doc/es/es.po b/gst-mixer/doc/es/es.po index 1e90d17..6c0e47c 100644 --- a/gst-mixer/doc/es/es.po +++ b/gst-mixer/doc/es/es.po @@ -82,14 +82,14 @@ msgid "" "the terms of the GNU Free Documentation License (GFDL), 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. You can find a copy " -"of the GFDL at this link or " +"of the GFDL at this link or " "in the file COPYING-DOCS distributed with this manual." msgstr "" "Se concede permiso para copiar, distribuir o modificar este documento según " "las condiciones de la GNU Free Documentation License (GFDL), Versión 1.1 o " "cualquier versión posterior publicada por la Free Software Foundation sin " "Secciones invariantes, Textos de portada y Textos de contraportada. " -"Encontrará una copia de la GFDL en este enlace o en el archivo COPYING-DOCS distribuido con este manual." #: C/mate-volume-control.xml:12(para) @@ -288,12 +288,12 @@ msgstr "Comentarios" #: C/mate-volume-control.xml:177(para) msgid "" "To report a bug or make a suggestion regarding the MATE Volume Control " -"application or this manual, follow the directions in the MATE Feedback Page." msgstr "" "Para informar de un fallo o hacer alguna sugerencia acerca de la aplicación " "Control de volumen o este manual, siga las indicaciones en la Página de comentarios de MATEPágina de comentarios de MATE." #: C/mate-volume-control.xml:184(primary) diff --git a/gst-mixer/doc/fr/fr.po b/gst-mixer/doc/fr/fr.po index c3ff9bc..540ab2a 100644 --- a/gst-mixer/doc/fr/fr.po +++ b/gst-mixer/doc/fr/fr.po @@ -86,7 +86,7 @@ msgid "" "the terms of the GNU Free Documentation License (GFDL), 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. You can find a copy " -"of the GFDL at this link or " +"of the GFDL at this link or " "in the file COPYING-DOCS distributed with this manual." msgstr "" "Permission vous est donnée de copier, distribuer et/ou modifier ce document " @@ -94,7 +94,7 @@ msgstr "" "ou ultérieure publiée par la Free Software Foundation sans section " "inaltérable, sans texte de première page de couverture ni texte de dernière " "page de couverture. Vous trouverez un exemplaire de cette licence en suivant " -"ce lien ou dans le fichier " +"ce lien ou dans le fichier " "COPYING-DOCS fourni avec le présent manuel." #: ../C/mate-volume-control.xml:12(para) @@ -293,9 +293,9 @@ msgstr "Votre avis" #: ../C/mate-volume-control.xml:177(para) msgid "" "To report a bug or make a suggestion regarding the MATE Volume Control " -"application or this manual, follow the directions in the MATE Feedback Page." -msgstr "Pour rapporter une anomalie ou émettre une suggestion concernant le Contrôleur de volume MATE ou ce manuel, suivez les indications de la page des réactions sur MATE." +msgstr "Pour rapporter une anomalie ou émettre une suggestion concernant le Contrôleur de volume MATE ou ce manuel, suivez les indications de la page des réactions sur MATE." #: ../C/mate-volume-control.xml:184(primary) msgid "mate-volume-control" diff --git a/gst-mixer/doc/it/it.po b/gst-mixer/doc/it/it.po index 8474541..5f2ecaa 100644 --- a/gst-mixer/doc/it/it.po +++ b/gst-mixer/doc/it/it.po @@ -77,14 +77,14 @@ msgid "" "the terms of the GNU Free Documentation License (GFDL), 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. You can find a copy " -"of the GFDL at this link or " +"of the GFDL at this link or " "in the file COPYING-DOCS distributed with this manual." 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 su questo collegamento o nel file COPYING-DOCS distribuito con questo " "manuale." @@ -284,9 +284,9 @@ msgstr "Commenti" #: C/mate-volume-control.xml:177(para) msgid "" "To report a bug or make a suggestion regarding the MATE Volume Control " -"application or this manual, follow the directions in the MATE Feedback Page." -msgstr "Per segnalare un problema o inviare suggerimenti riguardo Regolazione volume o su questo manuale, seguire le istruzioni presenti alla pagina di commenti della guida utente di MATE." +msgstr "Per segnalare un problema o inviare suggerimenti riguardo Regolazione volume o su questo manuale, seguire le istruzioni presenti alla pagina di commenti della guida utente di MATE." #: C/mate-volume-control.xml:184(primary) msgid "mate-volume-control" diff --git a/gst-mixer/doc/oc/oc.po b/gst-mixer/doc/oc/oc.po index 910e86c..169971d 100644 --- a/gst-mixer/doc/oc/oc.po +++ b/gst-mixer/doc/oc/oc.po @@ -89,7 +89,7 @@ msgid "" "the terms of the GNU Free Documentation License (GFDL), 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. You can find a copy " -"of the GFDL at this link or " +"of the GFDL at this link or " "in the file COPYING-DOCS distributed with this manual." msgstr "" @@ -254,7 +254,7 @@ msgstr "" #: C/mate-volume-control.xml:177(para) msgid "" "To report a bug or make a suggestion regarding the MATE Volume Control " -"application or this manual, follow the directions in the MATE Feedback Page." msgstr "" diff --git a/gst-mixer/doc/ru/ru.po b/gst-mixer/doc/ru/ru.po index e30269c..e7a05bb 100644 --- a/gst-mixer/doc/ru/ru.po +++ b/gst-mixer/doc/ru/ru.po @@ -78,7 +78,7 @@ msgid "" "the terms of the GNU Free Documentation License (GFDL), 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. You can find a copy " -"of the GFDL at this link or in " +"of the GFDL at this link or in " "the file COPYING-DOCS distributed with this manual." msgstr "" "Разрешается копировать, распространять и/или изменять этот документ на " @@ -86,7 +86,7 @@ msgstr "" "более поздней версии, опубликованной Фондом свободного программного " "обеспечения (Free Software Foundation), без неизменяемых частей и без текстов " "на обложках. Вы можете найти копию лицензии GFDL по этой ссылке или в файле COPYING-DOCS, распространяемом " +"\"help:fdl\">этой ссылке или в файле COPYING-DOCS, распространяемом " "с этим документом." #: C/mate-volume-control.xml:12(para) @@ -278,12 +278,12 @@ msgstr "Обратная связь" #: C/mate-volume-control.xml:177(para) msgid "" "To report a bug or make a suggestion regarding the MATE Volume Control " -"application or this manual, follow the directions in the MATE Feedback Page." msgstr "" "Чтобы сообщить об ошибке или сделать предложение по регулятору громкости " "MATE или этому руководству, следуйте указаниям в документе Обратная связь с MATE." +"\"help:mate-feedback\" type=\"help\">Обратная связь с MATE." #: C/mate-volume-control.xml:184(primary) msgid "mate-volume-control" diff --git a/gst-mixer/doc/sv/sv.po b/gst-mixer/doc/sv/sv.po index 553cbea..4b600ce 100644 --- a/gst-mixer/doc/sv/sv.po +++ b/gst-mixer/doc/sv/sv.po @@ -69,8 +69,8 @@ msgid "MATE Documentation Project" msgstr "Dokumentationsprojekt för MATE" #: C/mate-volume-control.xml:2(para) -msgid "Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License (GFDL), 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. You can find a copy of the GFDL at this link or in the file COPYING-DOCS distributed with this manual." -msgstr "Tillstånd att kopiera, distribuera och/eller modifiera detta dokument ges under villkoren i GNU Free Documentation License (GFDL), version 1.1 eller senare, utgivet av Free Software Foundation utan standardavsnitt och omslagstexter. En kopia av GFDL finns att hämta på denna länk eller i filen COPYING-DOCS som medföljer denna handbok." +msgid "Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License (GFDL), 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. You can find a copy of the GFDL at this link or in the file COPYING-DOCS distributed with this manual." +msgstr "Tillstånd att kopiera, distribuera och/eller modifiera detta dokument ges under villkoren i GNU Free Documentation License (GFDL), version 1.1 eller senare, utgivet av Free Software Foundation utan standardavsnitt och omslagstexter. En kopia av GFDL finns att hämta på denna länk eller i filen COPYING-DOCS som medföljer denna handbok." #: C/mate-volume-control.xml:12(para) msgid "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 section 6 of the license." @@ -197,8 +197,8 @@ msgid "Feedback" msgstr "Återkoppling" #: C/mate-volume-control.xml:177(para) -msgid "To report a bug or make a suggestion regarding the MATE Volume Control application or this manual, follow the directions in the MATE Feedback Page." -msgstr "För att rapportera ett fel eller föreslå någonting angående programmet MATE-volymkontroll eller den här handboken, följ anvisningarna på MATE:s återkopplingssida." +msgid "To report a bug or make a suggestion regarding the MATE Volume Control application or this manual, follow the directions in the MATE Feedback Page." +msgstr "För att rapportera ett fel eller föreslå någonting angående programmet MATE-volymkontroll eller den här handboken, följ anvisningarna på MATE:s återkopplingssida." #: C/mate-volume-control.xml:184(primary) msgid "mate-volume-control" diff --git a/gst-mixer/doc/zh_CN/zh_CN.po b/gst-mixer/doc/zh_CN/zh_CN.po index 4a05826..1754cd6 100644 --- a/gst-mixer/doc/zh_CN/zh_CN.po +++ b/gst-mixer/doc/zh_CN/zh_CN.po @@ -82,12 +82,12 @@ msgid "" "the terms of the GNU Free Documentation License (GFDL), 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. You can find a copy " -"of the GFDL at this link or " +"of the GFDL at this link or " "in the file COPYING-DOCS distributed with this manual." msgstr "" "对于本文档的复制、分发和/或修改必须遵循自由软件基金会 (Free Software " "Foundation) 发布的 GNU 自由文档许可证 (GFDL) 版本 1.1 或更高版本,该许可证没" -"有固定的部分、没有封面和背页文本。您可以在此链接上或在随本手册一起分发的 COPYING-DOCS 文件中找到 GFDL 的副" "本。" @@ -270,10 +270,10 @@ msgstr "反馈" #: C/mate-volume-control.xml:177(para) msgid "" "To report a bug or make a suggestion regarding the MATE Volume Control " -"application or this manual, follow the directions in the MATE Feedback Page." msgstr "" -"要报告关于音量控制器或本手册的错误或提出建议,请参照 MATE 反馈页 中的指导。" #: C/mate-volume-control.xml:184(primary) -- cgit v1.2.1 From 5d97d63c9805dab4bc0d05415a99ae5e8efac338 Mon Sep 17 00:00:00 2001 From: infirit Date: Fri, 2 Aug 2013 13:13:17 +0200 Subject: Typo, for got @ --- gst-mixer/doc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst-mixer/doc') diff --git a/gst-mixer/doc/Makefile.am b/gst-mixer/doc/Makefile.am index 564d1c8..d9cfaf3 100644 --- a/gst-mixer/doc/Makefile.am +++ b/gst-mixer/doc/Makefile.am @@ -1,4 +1,4 @@ -@YELP_HELP_RULES +@YELP_HELP_RULES@ HELP_ID = mate-volume-control HELP_FILES = index.docbook legal.xml -- cgit v1.2.1