From cceaed2400a5db758f48a372e429e3410271275f Mon Sep 17 00:00:00 2001 From: infirit Date: Fri, 2 Aug 2013 13:53:04 +0200 Subject: Use yelp-tools instead of mate-doc-utils --- cpufreq/help/C/index.docbook | 372 +++++++++++++++++++++++++++++++++ cpufreq/help/C/legal.xml | 2 +- cpufreq/help/C/mate-cpufreq-applet.xml | 372 --------------------------------- cpufreq/help/Makefile.am | 11 +- cpufreq/help/ca/ca.po | 8 +- cpufreq/help/cs/cs.po | 8 +- cpufreq/help/de/de.po | 8 +- cpufreq/help/el/el.po | 8 +- cpufreq/help/en_GB/en_GB.po | 8 +- cpufreq/help/es/es.po | 8 +- cpufreq/help/eu/eu.po | 8 +- cpufreq/help/fi/fi.po | 8 +- cpufreq/help/fr/fr.po | 8 +- cpufreq/help/hu/hu.po | 8 +- cpufreq/help/nl/nl.po | 12 +- cpufreq/help/oc/oc.po | 4 +- cpufreq/help/pt_BR/pt_BR.po | 8 +- cpufreq/help/ru/ru.po | 8 +- cpufreq/help/sv/sv.po | 8 +- cpufreq/help/uk/uk.po | 8 +- cpufreq/help/zh_CN/zh_CN.po | 8 +- cpufreq/help/zh_HK/zh_HK.po | 8 +- cpufreq/help/zh_TW/zh_TW.po | 8 +- 23 files changed, 454 insertions(+), 455 deletions(-) create mode 100644 cpufreq/help/C/index.docbook delete mode 100644 cpufreq/help/C/mate-cpufreq-applet.xml (limited to 'cpufreq/help') diff --git a/cpufreq/help/C/index.docbook b/cpufreq/help/C/index.docbook new file mode 100644 index 00000000..87561a43 --- /dev/null +++ b/cpufreq/help/C/index.docbook @@ -0,0 +1,372 @@ + + + + +]> + + +
+ + + + &applet; Manual + + &applet; shows the current clock speed of the CPU and provides an + interface to change the clock speed if the CPU supports it. + + + 2005 + Davyd Madeley + + + 2004 + MATE Foundation + + + + + + MATE Documentation Project + + +&legal; + + + + + Carlos + Garcia Campos + + MATE Project +
carlosgc@gnome.org
+
+
+ + Davyd + Madeley + + MATE Project +
davyd@madeley.id.au
+
+
+ +
+ + + + + + MATE 2.12 + August 2005 + + Davyd Madeley + + + + MATE 2.10 + March 2005 + + Davyd Madeley + + + + &applet; Applet Manual V0.3 + October 2004 + + Carlos Garcia Campos + MATE Documentation Project + + + + + This manual describes version &appletversion; of &applet;. + + + + Feedback + + To report a bug or make a suggestion regarding the &applet; applet or + this manual, follow the directions in the MATE Feedback Page. + + + +
+ + + CPU Frequency Scaling Monitor + + + + + Introduction +
+ &applet; + + + + + + + +
+ + The &applet; provides a convenient way to monitor the CPU Frequency Scaling for each CPU. + + To add &applet; to a panel, right-click on the panel to open the panel popup menu, then choose + + Add to Panel + CPU Frequency Scaling Monitor + . + + + Unfortunately, CPU frequency scaling can currently only be monitored on + Linux machines that have support in the kernel. It can however, support the + several generations of frequency scaling interfaces in the kernel. + + + When there is no CPU frequency scaling support in the system, the &applet; only displays the current CPU frequency. + When CPU frequency scaling is supported in the system, the &applet; displays the CPU icon with a progress bar. The state of the progress bar represents the current CPU frequency with respect to the maximum frequency. + By default the &applet; displays the current CPU frequency as a value + in Hertz (the standard measure of frequency), but can be configured to + display a percentage instead. For more information on how to configure &applet; see . + Each instance of &applet; can monitor only one CPU. You must start an + instance of &applet; for each CPU that you want to monitor if you are in a + multiprocessor (SMP) system. + + + Understanding the Icons + + The &applet; has a series of icons that graphically represent the current + scaling level of the processor you are monitoring. They are: + + + + + + + + + Icon + + Description + + + + + + + + 100% Power + + + The CPU is running at, or close to, 100% throughput + + + + + + + 75% Power + + + The CPU is running at, or close to, 75% throughput + + + + + + + 50% Power + + + The CPU is running at, or close to, 50% throughput + + + + + + + 25% Power + + + The CPU is running at, or close to, 25% throughput + + + + + + + + + Frequency and Governor Selector + The Frequency Selector functionality may not be available + on your MATE Desktop by default. Please consult your system + administrator, vendor documentation, or the documentation that came with + this software. + + To set the CPU frequency, (left-)click on the monitor and a menu + will be shown. This menu will offer you a list of available frequencies + and/or frequency governors for your machine. + + + You can choose whether you want to show available frequencies or + governors in the Preferences. + See for more information. + + +
+ Frequency selector showing just frequencies + + + + + + + +
+ +
+ Frequency selector showing both frequencies and governors + + + + + + + +
+
+
+ + + + + Preferences + To configure the &applet;, right-click on the applet, then choose Preferences from the popup menu. + The Preferences dialog contains the following components: +
+ &applet; Preferences Dialog + + + + + + &applet; preferences dialog + + + +
+ + + + Monitored CPU (only in multiprocessor systems) + + Use this drop-down list to select the CPU that you want to monitor. +
+ Selecting the CPU to monitor + + + + + + &applet; preferences dialog CPU selector + + + +
+ + The Monitored CPU option will only appear on + multiprocessor (SMP) systems. + + +
+
+ + Show in Mode + + Use this drop-down list to select the mode in which you want to display the applet. + Available modes are: Graphic, Text and both (Graphic and Text) + + + + + Show CPU frequency as frequency + + Select this option to display the current CPU frequency. + + + + Show frequency units + + Select this option to display or not the frequency units in the frequency mode. + + + + + Show CPU frequency as percentage + + Select this option to display the current CPU frequency as a percentage. + + + + + Show menu + + + This option allows you to choose how much information is shown in + the frequency selector dropdown + (see ). You can select to + display Frequencies, + Governors or both Frequencies and + Governors. +
+ The selector configured to Frequencies and Governors + + + + + + CPU governors selector + + + +
+ +
+
+
+
+ +
diff --git a/cpufreq/help/C/legal.xml b/cpufreq/help/C/legal.xml index acb0b403..9c4e2480 100644 --- a/cpufreq/help/C/legal.xml +++ b/cpufreq/help/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/cpufreq/help/C/mate-cpufreq-applet.xml b/cpufreq/help/C/mate-cpufreq-applet.xml deleted file mode 100644 index 1ac8ea80..00000000 --- a/cpufreq/help/C/mate-cpufreq-applet.xml +++ /dev/null @@ -1,372 +0,0 @@ - - - - -]> - - -
- - - - &applet; Manual - - &applet; shows the current clock speed of the CPU and provides an - interface to change the clock speed if the CPU supports it. - - - 2005 - Davyd Madeley - - - 2004 - MATE Foundation - - - - - - MATE Documentation Project - - -&legal; - - - - - Carlos - Garcia Campos - - MATE Project -
carlosgc@gnome.org
-
-
- - Davyd - Madeley - - MATE Project -
davyd@madeley.id.au
-
-
- -
- - - - - - MATE 2.12 - August 2005 - - Davyd Madeley - - - - MATE 2.10 - March 2005 - - Davyd Madeley - - - - &applet; Applet Manual V0.3 - October 2004 - - Carlos Garcia Campos - MATE Documentation Project - - - - - This manual describes version &appletversion; of &applet;. - - - - Feedback - - To report a bug or make a suggestion regarding the &applet; applet or - this manual, follow the directions in the MATE Feedback Page. - - - -
- - - CPU Frequency Scaling Monitor - - - - - Introduction -
- &applet; - - - - - - - -
- - The &applet; provides a convenient way to monitor the CPU Frequency Scaling for each CPU. - - To add &applet; to a panel, right-click on the panel to open the panel popup menu, then choose - - Add to Panel - CPU Frequency Scaling Monitor - . - - - Unfortunately, CPU frequency scaling can currently only be monitored on - Linux machines that have support in the kernel. It can however, support the - several generations of frequency scaling interfaces in the kernel. - - - When there is no CPU frequency scaling support in the system, the &applet; only displays the current CPU frequency. - When CPU frequency scaling is supported in the system, the &applet; displays the CPU icon with a progress bar. The state of the progress bar represents the current CPU frequency with respect to the maximum frequency. - By default the &applet; displays the current CPU frequency as a value - in Hertz (the standard measure of frequency), but can be configured to - display a percentage instead. For more information on how to configure &applet; see . - Each instance of &applet; can monitor only one CPU. You must start an - instance of &applet; for each CPU that you want to monitor if you are in a - multiprocessor (SMP) system. - - - Understanding the Icons - - The &applet; has a series of icons that graphically represent the current - scaling level of the processor you are monitoring. They are: - - - - - - - - - Icon - - Description - - - - - - - - 100% Power - - - The CPU is running at, or close to, 100% throughput - - - - - - - 75% Power - - - The CPU is running at, or close to, 75% throughput - - - - - - - 50% Power - - - The CPU is running at, or close to, 50% throughput - - - - - - - 25% Power - - - The CPU is running at, or close to, 25% throughput - - - - - - - - - Frequency and Governor Selector - The Frequency Selector functionality may not be available - on your MATE Desktop by default. Please consult your system - administrator, vendor documentation, or the documentation that came with - this software. - - To set the CPU frequency, (left-)click on the monitor and a menu - will be shown. This menu will offer you a list of available frequencies - and/or frequency governors for your machine. - - - You can choose whether you want to show available frequencies or - governors in the Preferences. - See for more information. - - -
- Frequency selector showing just frequencies - - - - - - - -
- -
- Frequency selector showing both frequencies and governors - - - - - - - -
-
-
- - - - - Preferences - To configure the &applet;, right-click on the applet, then choose Preferences from the popup menu. - The Preferences dialog contains the following components: -
- &applet; Preferences Dialog - - - - - - &applet; preferences dialog - - - -
- - - - Monitored CPU (only in multiprocessor systems) - - Use this drop-down list to select the CPU that you want to monitor. -
- Selecting the CPU to monitor - - - - - - &applet; preferences dialog CPU selector - - - -
- - The Monitored CPU option will only appear on - multiprocessor (SMP) systems. - - -
-
- - Show in Mode - - Use this drop-down list to select the mode in which you want to display the applet. - Available modes are: Graphic, Text and both (Graphic and Text) - - - - - Show CPU frequency as frequency - - Select this option to display the current CPU frequency. - - - - Show frequency units - - Select this option to display or not the frequency units in the frequency mode. - - - - - Show CPU frequency as percentage - - Select this option to display the current CPU frequency as a percentage. - - - - - Show menu - - - This option allows you to choose how much information is shown in - the frequency selector dropdown - (see ). You can select to - display Frequencies, - Governors or both Frequencies and - Governors. -
- The selector configured to Frequencies and Governors - - - - - - CPU governors selector - - - -
- -
-
-
-
- -
diff --git a/cpufreq/help/Makefile.am b/cpufreq/help/Makefile.am index 82450d5b..6f26b3ab 100644 --- a/cpufreq/help/Makefile.am +++ b/cpufreq/help/Makefile.am @@ -1,10 +1,9 @@ -include $(top_srcdir)/mate-doc-utils.make -dist-hook: doc-dist-hook +@YELP_HELP_RULES@ -DOC_MODULE = mate-cpufreq-applet -DOC_ENTITIES = legal.xml +HELP_ID = mate-cpufreq-applet +HELP_FILES = index.docbook legal.xml -DOC_FIGURES = figures/cpufreq-100.png \ +HELP_MEDIA = figures/cpufreq-100.png \ figures/cpufreq-25.png \ figures/cpufreq-50.png \ figures/cpufreq-75.png \ @@ -14,6 +13,6 @@ DOC_FIGURES = figures/cpufreq-100.png \ figures/cpufreq-applet-selector-both.png \ figures/cpufreq-applet-selector.png -DOC_LINGUAS = ca cs de el en_GB es eu fi fr hu nl oc pt_BR ru sv uk zh_CN zh_HK zh_TW +HELP_LINGUAS = ca cs de el en_GB es eu fi fr hu nl oc pt_BR ru sv uk zh_CN zh_HK zh_TW -include $(top_srcdir)/git.mk diff --git a/cpufreq/help/ca/ca.po b/cpufreq/help/ca/ca.po index 25253a7f..e15c428f 100644 --- a/cpufreq/help/ca/ca.po +++ b/cpufreq/help/ca/ca.po @@ -92,8 +92,8 @@ msgid "MATE Documentation Project" msgstr "Projecte de documentació del MATE" #: C/cpufreq-applet.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 "Teniu permís per a copiar, distribuir i/o modificar aquest document, sota els termes de 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 de la GFDL en aquest enllaç o en el fitxer COPYING-DOCS distribuït amb aquest manual." +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 "Teniu permís per a copiar, distribuir i/o modificar aquest document, sota els termes de 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 de la GFDL en aquest enllaç o en el fitxer COPYING-DOCS distribuït amb aquest manual." #: C/cpufreq-applet.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." @@ -180,8 +180,8 @@ msgid "Feedback" msgstr "Comentaris" #: C/cpufreq-applet.xml:111(para) -msgid "To report a bug or make a suggestion regarding the CPU Frequency Scaling Monitor applet or this manual, follow the directions in the MATE Feedback Page." -msgstr "Per a informar d'un error o fer un suggeriment sobre la miniaplicació del monitor de l'escalat de la freqüència de la CPU o aquest manual, seguiu les indicacions de la Pàgina de suggeriments del MATE." +msgid "To report a bug or make a suggestion regarding the CPU Frequency Scaling Monitor applet or this manual, follow the directions in the MATE Feedback Page." +msgstr "Per a informar d'un error o fer un suggeriment sobre la miniaplicació del monitor de l'escalat de la freqüència de la CPU o aquest manual, seguiu les indicacions de la Pàgina de suggeriments del MATE." #: C/cpufreq-applet.xml:121(primary) C/cpufreq-applet.xml:128(title) msgid "CPU Frequency Scaling Monitor" diff --git a/cpufreq/help/cs/cs.po b/cpufreq/help/cs/cs.po index a40575ea..37fc09bc 100644 --- a/cpufreq/help/cs/cs.po +++ b/cpufreq/help/cs/cs.po @@ -133,14 +133,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/cpufreq-applet.xml:12(para) @@ -294,11 +294,11 @@ msgstr "Ohlasy" msgid "" "To report a bug or make a suggestion regarding the CPU Frequency Scaling " "Monitor applet or this manual, follow the directions in the MATE Feedback Page." +"\"help:mate-feedback\" type=\"help\">MATE Feedback Page." msgstr "" "Pokud chcete oznámit chybu nebo navrhnout vylepšení vztahující se k appletu " "Sledování změny frekvence CPU nebo této příručce, " -"postupujte dle instrukcí na stránce Stránka s ohlasy na MATE." #: C/cpufreq-applet.xml:121(primary) C/cpufreq-applet.xml:128(title) diff --git a/cpufreq/help/de/de.po b/cpufreq/help/de/de.po index d3ed5848..047f98ba 100644 --- a/cpufreq/help/de/de.po +++ b/cpufreq/help/de/de.po @@ -120,7 +120,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 "" "Das vorliegende Dokument kann gemäß den Bedingungen der GNU Free " @@ -128,7 +128,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/cpufreq-applet.xml:12(para) @@ -293,12 +293,12 @@ msgstr "Rückmeldungen" msgid "" "To report a bug or make a suggestion regarding the CPU Frequency Scaling " "Monitor applet or this manual, follow the directions in the MATE Feedback Page." +"\"help:mate-feedback\" type=\"help\">MATE Feedback Page." msgstr "" "Um Fehler zu melden oder einen Vorschlag zur Anwendung " "Überwachung der Prozessortaktstufen oder zu " "diesem Handbuch zu machen, folgen Sie den Anweisungen auf der MATE-Seite für Rückmeldungen." +"\"help:mate-feedback\" type=\"help\">MATE-Seite für Rückmeldungen." #: C/cpufreq-applet.xml:123(primary) C/cpufreq-applet.xml:130(title) msgid "CPU Frequency Scaling Monitor" diff --git a/cpufreq/help/el/el.po b/cpufreq/help/el/el.po index 703f1303..b28fed9b 100644 --- a/cpufreq/help/el/el.po +++ b/cpufreq/help/el/el.po @@ -100,8 +100,8 @@ msgid "MATE Documentation Project" msgstr "MATE Documentation Project" #: C/cpufreq-applet.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 "Δίνεται άδεια για αντιγραφή, διανομή και/ή τροποποίηση του εγγράφου υπό τους όρους της Ελεύθερης Άδειας Τεκμηρίωσης GNU (GFDL), Έκδοση 1.1 ή μεταγενέστερη εκδιδόμενη από το Ίδρυμα Ελεύθερου Λογισμικού χωρίς Σταθερά Εδάφια, χωρίς Εξώφυλλα Κειμένου, και χωρίς Οπισθόφυλλα Κειμένου. Μπορείτε να βρείτε ένα αντίγραφο της GFDL σε αυτόν τον σύνδεσμο ή στο αρχείο COPYING-DOCS που διανεμήθηκε με αυτόν τον οδηγό." +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 "Δίνεται άδεια για αντιγραφή, διανομή και/ή τροποποίηση του εγγράφου υπό τους όρους της Ελεύθερης Άδειας Τεκμηρίωσης GNU (GFDL), Έκδοση 1.1 ή μεταγενέστερη εκδιδόμενη από το Ίδρυμα Ελεύθερου Λογισμικού χωρίς Σταθερά Εδάφια, χωρίς Εξώφυλλα Κειμένου, και χωρίς Οπισθόφυλλα Κειμένου. Μπορείτε να βρείτε ένα αντίγραφο της GFDL σε αυτόν τον σύνδεσμο ή στο αρχείο COPYING-DOCS που διανεμήθηκε με αυτόν τον οδηγό." #: C/cpufreq-applet.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." @@ -189,8 +189,8 @@ msgid "Feedback" msgstr "Ανάδραση" #: C/cpufreq-applet.xml:111(para) -msgid "To report a bug or make a suggestion regarding the CPU Frequency Scaling Monitor applet or this manual, follow the directions in the MATE Feedback Page." -msgstr "Για να αναφέρετε ένα σφάλμα ή πρόταση σχετική με την μικροεφαρμογή Παρακολούθηση κλιμάκωσης συχνότητας ΚΜΕ ή με αυτόν τον οδηγό, ακολουθήστε τις οδηγίες στην Σελίδα ανάδρασης MATE." +msgid "To report a bug or make a suggestion regarding the CPU Frequency Scaling Monitor applet or this manual, follow the directions in the MATE Feedback Page." +msgstr "Για να αναφέρετε ένα σφάλμα ή πρόταση σχετική με την μικροεφαρμογή Παρακολούθηση κλιμάκωσης συχνότητας ΚΜΕ ή με αυτόν τον οδηγό, ακολουθήστε τις οδηγίες στην Σελίδα ανάδρασης MATE." #: C/cpufreq-applet.xml:121(primary) #: C/cpufreq-applet.xml:128(title) diff --git a/cpufreq/help/en_GB/en_GB.po b/cpufreq/help/en_GB/en_GB.po index 2151fbb7..d68abf76 100644 --- a/cpufreq/help/en_GB/en_GB.po +++ b/cpufreq/help/en_GB/en_GB.po @@ -98,8 +98,8 @@ msgid "MATE Documentation Project" msgstr "MATE Documentation Project" #: C/cpufreq-applet.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 "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 in the file COPYING-DOCS distributed with this manual." +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 "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 in the file COPYING-DOCS distributed with this manual." #: C/cpufreq-applet.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." @@ -187,8 +187,8 @@ msgid "Feedback" msgstr "Feedback" #: C/cpufreq-applet.xml:111(para) -msgid "To report a bug or make a suggestion regarding the CPU Frequency Scaling Monitor applet or this manual, follow the directions in the MATE Feedback Page." -msgstr "To report a bug or make a suggestion regarding the CPU Frequency Scaling Monitor applet or this manual, follow the directions in the MATE Feedback Page." +msgid "To report a bug or make a suggestion regarding the CPU Frequency Scaling Monitor applet or this manual, follow the directions in the MATE Feedback Page." +msgstr "To report a bug or make a suggestion regarding the CPU Frequency Scaling Monitor applet or this manual, follow the directions in the MATE Feedback Page." #: C/cpufreq-applet.xml:121(primary) #: C/cpufreq-applet.xml:128(title) diff --git a/cpufreq/help/es/es.po b/cpufreq/help/es/es.po index 60e80381..3575d9da 100644 --- a/cpufreq/help/es/es.po +++ b/cpufreq/help/es/es.po @@ -133,7 +133,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 "" "Se concede autorización para copiar, distribuir o modificar este documento " @@ -141,7 +141,7 @@ msgstr "" "o cualquier otra versión posterior publicada por Free Software Foundation " "sin secciones invariables, textos de portada ni textos de contraportada. " "Podrá encontrar una copia de la GFDL en este enlace o en el archivo COPYING-DOCS distribuido con " +"\"help:fdl\">enlace o en el archivo COPYING-DOCS distribuido con " "este manual." #: C/cpufreq-applet.xml:12(para) @@ -305,11 +305,11 @@ msgstr "Comentarios" msgid "" "To report a bug or make a suggestion regarding the CPU Frequency Scaling " "Monitor applet or this manual, follow the directions in the MATE Feedback Page." +"\"help:mate-feedback\" type=\"help\">MATE Feedback Page." msgstr "" "Para informar de un error o hacer una sugerencia a cerca de la " "miniaplicación Monitor de frecuencia de la CPU o sobre este manual, siga las " -"instrucciones en la Página " +"instrucciones en la Página " "de sugerencias de MATE." #: C/cpufreq-applet.xml:121(primary) C/cpufreq-applet.xml:128(title) diff --git a/cpufreq/help/eu/eu.po b/cpufreq/help/eu/eu.po index 6c65decf..e391fc42 100644 --- a/cpufreq/help/eu/eu.po +++ b/cpufreq/help/eu/eu.po @@ -96,8 +96,8 @@ msgid "MATE Documentation Project" msgstr "MATEren dokumentazio-proiektua" #: C/cpufreq-applet.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 "Baimena ematen da dokumentu hau kopiatu, banatu eta/edo aldatzeko Free Software Foundation-ek argitaratutako GNU Dokumentazio Librearen Lizentziaren 1.1. bertsioan edo berriago batean ezarritako baldintzak betetzen badira; Atal Aldaezinik, Aurreko azaleko testurik eta Atzeko azaleko testurik gabe. GFDL lizentziaren kopia esteka honetan edo eskuliburu honekin batera ematen den COPYING-DOCS fitxategian aurkituko duzu." +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 "Baimena ematen da dokumentu hau kopiatu, banatu eta/edo aldatzeko Free Software Foundation-ek argitaratutako GNU Dokumentazio Librearen Lizentziaren 1.1. bertsioan edo berriago batean ezarritako baldintzak betetzen badira; Atal Aldaezinik, Aurreko azaleko testurik eta Atzeko azaleko testurik gabe. GFDL lizentziaren kopia esteka honetan edo eskuliburu honekin batera ematen den COPYING-DOCS fitxategian aurkituko duzu." #: C/cpufreq-applet.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." @@ -184,8 +184,8 @@ msgid "Feedback" msgstr "Ohar-bidaltzea" #: C/cpufreq-applet.xml:111(para) -msgid "To report a bug or make a suggestion regarding the CPU Frequency Scaling Monitor applet or this manual, follow the directions in the MATE Feedback Page." -msgstr "PUZaren maiztasuna eskalatzeko monitorearen miniaplikazioari nahiz eskuliburu honi buruzko akatsen berri emateko edo oharrak bidaltzeko, MATEra oharrak bidaltzeko orrian aurkituko dituzu argibideak." +msgid "To report a bug or make a suggestion regarding the CPU Frequency Scaling Monitor applet or this manual, follow the directions in the MATE Feedback Page." +msgstr "PUZaren maiztasuna eskalatzeko monitorearen miniaplikazioari nahiz eskuliburu honi buruzko akatsen berri emateko edo oharrak bidaltzeko, MATEra oharrak bidaltzeko orrian aurkituko dituzu argibideak." #: C/cpufreq-applet.xml:121(primary) C/cpufreq-applet.xml:128(title) msgid "CPU Frequency Scaling Monitor" diff --git a/cpufreq/help/fi/fi.po b/cpufreq/help/fi/fi.po index 3903e91f..77d5c74e 100644 --- a/cpufreq/help/fi/fi.po +++ b/cpufreq/help/fi/fi.po @@ -99,8 +99,8 @@ msgid "MATE Documentation Project" msgstr "Mate dokumentointiprojekti" #: C/cpufreq-applet.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 "Tätä asiakirjaa saa kopioida, jakaa edelleen ja/tai muokata Free Software Foundationin julkaiseman GNU Free Documentation Licensen (GFDL) version 1.1 tai valinnaisesti myöhemmän version mukaisesti, ilman vaatimuksia muuttamattomista osioista ja etu- tai takakansiteksteistä. Kopion GFDL:stä voi nähdä napsauttamalla tätä linkkiä, tai lukemalla ohjeen mukana toimitetun COPYING-DOCS-nimisen tiedoston." +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 "Tätä asiakirjaa saa kopioida, jakaa edelleen ja/tai muokata Free Software Foundationin julkaiseman GNU Free Documentation Licensen (GFDL) version 1.1 tai valinnaisesti myöhemmän version mukaisesti, ilman vaatimuksia muuttamattomista osioista ja etu- tai takakansiteksteistä. Kopion GFDL:stä voi nähdä napsauttamalla tätä linkkiä, tai lukemalla ohjeen mukana toimitetun COPYING-DOCS-nimisen tiedoston." #: C/cpufreq-applet.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." @@ -187,8 +187,8 @@ msgid "Feedback" msgstr "Palaute" #: C/cpufreq-applet.xml:111(para) -msgid "To report a bug or make a suggestion regarding the CPU Frequency Scaling Monitor applet or this manual, follow the directions in the MATE Feedback Page." -msgstr "Ilmoittaaksesi viasta tai tehdäksesi ehdotuksen koskien Prosessorin kellotaajuus ilmaisin -sovellusta tai tätä käyttöohjetta, seuraa ohjeita Mate palautesivulla." +msgid "To report a bug or make a suggestion regarding the CPU Frequency Scaling Monitor applet or this manual, follow the directions in the MATE Feedback Page." +msgstr "Ilmoittaaksesi viasta tai tehdäksesi ehdotuksen koskien Prosessorin kellotaajuus ilmaisin -sovellusta tai tätä käyttöohjetta, seuraa ohjeita Mate palautesivulla." #: C/cpufreq-applet.xml:121(primary) C/cpufreq-applet.xml:128(title) msgid "CPU Frequency Scaling Monitor" diff --git a/cpufreq/help/fr/fr.po b/cpufreq/help/fr/fr.po index 2be6adac..a7686610 100644 --- a/cpufreq/help/fr/fr.po +++ b/cpufreq/help/fr/fr.po @@ -133,7 +133,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 " @@ -141,7 +141,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/cpufreq-applet.xml:12(para) @@ -302,11 +302,11 @@ msgstr "Votre avis" msgid "" "To report a bug or make a suggestion regarding the CPU Frequency Scaling " "Monitor applet or this manual, follow the directions in the MATE Feedback Page." +"\"help:mate-feedback\" type=\"help\">MATE Feedback Page." msgstr "" "Pour rapporter un bogue ou émettre une suggestion concernant le Moniteur de " "fréquence du processeur ou ce manuel, procédez comme indiqué sur la Page de réactions sur MATEPage de réactions sur MATE." #: ../C/cpufreq-applet.xml:121(primary) ../C/cpufreq-applet.xml:128(title) diff --git a/cpufreq/help/hu/hu.po b/cpufreq/help/hu/hu.po index 0da70d45..7b45bcbb 100644 --- a/cpufreq/help/hu/hu.po +++ b/cpufreq/help/hu/hu.po @@ -126,7 +126,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 "" "Engedélyt adunk Önnek a jelen dokumentum sokszorosítására, terjesztésére és/" @@ -134,7 +134,7 @@ msgstr "" "Documentation License (GFDL) 1.1-es, vagy bármely azt követő verziójának " "feltételei alapján. Nincs Nem Változtatható szakasz, nincs Címlapszöveg, " "nincs Hátlapszöveg. A jelen licenc egy példányát itt vagy a kézikönyv COPYING-DOCS elnevezésű fájljában " +"\"help:fdl\">itt vagy a kézikönyv COPYING-DOCS elnevezésű fájljában " "találhatja." #: C/cpufreq-applet.xml:12(para) @@ -288,11 +288,11 @@ msgstr "Visszajelzés" msgid "" "To report a bug or make a suggestion regarding the CPU Frequency Scaling " "Monitor applet or this manual, follow the directions in the MATE Feedback Page." +"\"help:mate-feedback\" type=\"help\">MATE Feedback Page." msgstr "" "Ha hibajelentést, vagy javaslatot szeretne tenni a CPU órajelváltozás-" "figyelő alkalmazással, vagy ezzel a kézikönyvvel kapcsolatban, ezt a " -"Mate visszajelzés oldalán teheti meg." +"Mate visszajelzés oldalán teheti meg." #: C/cpufreq-applet.xml:123(primary) C/cpufreq-applet.xml:130(title) msgid "CPU Frequency Scaling Monitor" diff --git a/cpufreq/help/nl/nl.po b/cpufreq/help/nl/nl.po index 672918c9..b7534d12 100644 --- a/cpufreq/help/nl/nl.po +++ b/cpufreq/help/nl/nl.po @@ -110,7 +110,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 "" "Het is toegestaan om dit document te verspreiden en/of wijzigen onder de " @@ -118,7 +118,7 @@ msgstr "" "door de Free Software Foundation; ofwel versie 1.1 van de Licentie,of (naar " "vrije keuze) een latere versie zonder invariante secties, zonder " "voorbladtekst en zonder achterbladtekst. U kunt hier een kopie van de GFDL vinden, of in het bestand " +"\"help:fdl\">hier een kopie van de GFDL vinden, of in het bestand " "COPYING-DOCS, meegeleverd met deze handleiding." #: ../C/cpufreq-applet.xml:12(para) @@ -279,11 +279,11 @@ msgstr "Feedback" msgid "" "To report a bug or make a suggestion regarding the CPU Frequency Scaling " "Monitor applet or this manual, follow the directions in the MATE Feedback Page." +"\"help:mate-feedback\" type=\"help\">MATE Feedback Page." msgstr "" "Om een bug te rapporteren of een suggestie te doen over de CPU Frequentie " "Wijzigings Monitor of deze handleiding, volg de beschrijvingen in de MATE Feedback Pagina." +"url=\"help:mate-feedback\" type=\"help\">MATE Feedback Pagina." #: ../C/cpufreq-applet.xml:121(primary) ../C/cpufreq-applet.xml:128(title) msgid "CPU Frequency Scaling Monitor" @@ -723,11 +723,11 @@ msgstr "Myckel Habets, 2005" #~ msgid "" #~ "To report a bug or make a suggestion regarding the Character Palette " #~ "application or this manual, follow the directions in the MATE Feedback Page." +#~ "\"help:mate-feedback\" type=\"help\">MATE Feedback Page." #~ msgstr "" #~ "Om een bug te rapporteren of een suggestie te doen over het Palet met " #~ "tekens en symbolen of deze handleiding, volg de beschrijvingen in de " -#~ "MATE Feedback PaginaMATE Feedback Pagina." #~ msgid "Character Palette" diff --git a/cpufreq/help/oc/oc.po b/cpufreq/help/oc/oc.po index 9dcebd38..ead6b08d 100644 --- a/cpufreq/help/oc/oc.po +++ b/cpufreq/help/oc/oc.po @@ -127,7 +127,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 "" @@ -252,7 +252,7 @@ msgstr "" msgid "" "To report a bug or make a suggestion regarding the CPU Frequency Scaling " "Monitor applet or this manual, follow the directions in the MATE Feedback Page." +"\"help:mate-feedback\" type=\"help\">MATE Feedback Page." msgstr "" #: C/cpufreq-applet.xml:121(primary) C/cpufreq-applet.xml:128(title) diff --git a/cpufreq/help/pt_BR/pt_BR.po b/cpufreq/help/pt_BR/pt_BR.po index cb646270..01099097 100644 --- a/cpufreq/help/pt_BR/pt_BR.po +++ b/cpufreq/help/pt_BR/pt_BR.po @@ -26,14 +26,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 "" "É dada permissão para copiar, distribuir e/ou modificar este documento, sob " "os termos da Licença de Documentação Livre GNU (GFDL), Versão 1.1 ou " "qualquer outra versão posterior publicada pela Free Software Foundation sem " "seções invariantes, sem capa da frente e contracapa. Você poderá encontrar " -"uma copia da GFDL neste endereçoendereço ou no arquivo COPYING-DOCS distribuído com este manual." #: ../C/legal.xml:12(para) ../C/cpufreq-applet.xml:12(para) @@ -307,11 +307,11 @@ msgstr "Comentários" msgid "" "To report a bug or make a suggestion regarding the CPU Frequency Scaling " "Monitor applet or this manual, follow the directions in the MATE Feedback Page." +"\"help:mate-feedback\" type=\"help\">MATE Feedback Page." msgstr "" "Para reportar algum erro ou fazer uma sugestão sobre o miniaplicativo " "Monitor de Graduação da Freqüência da CPU ou sobre este manual, siga as " -"instruções em Página de " +"instruções em Página de " "Sugestões Mate." #: ../C/cpufreq-applet.xml:121(primary) ../C/cpufreq-applet.xml:128(title) diff --git a/cpufreq/help/ru/ru.po b/cpufreq/help/ru/ru.po index 424e2960..5bc2c9ee 100644 --- a/cpufreq/help/ru/ru.po +++ b/cpufreq/help/ru/ru.po @@ -94,8 +94,8 @@ msgid "MATE Documentation Project" msgstr "Проект документации MATE" #: C/cpufreq-applet.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 "Следующим разрешается копировать и/или модифицировать этот документ при условии соблюдения GNU Free Documentation License (GFDL), версии 1.1 или любой более поздней опубликованной Фондом свободного программного обеспечения версией без неизменяемых частей, без текстов на обложках. Вы можете найти копию лицензии по этой ссылке или в файле COPYING-DOCS, распространяемом с этим документом." +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 "Следующим разрешается копировать и/или модифицировать этот документ при условии соблюдения GNU Free Documentation License (GFDL), версии 1.1 или любой более поздней опубликованной Фондом свободного программного обеспечения версией без неизменяемых частей, без текстов на обложках. Вы можете найти копию лицензии по этой ссылке или в файле COPYING-DOCS, распространяемом с этим документом." #: C/cpufreq-applet.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." @@ -182,8 +182,8 @@ msgid "Feedback" msgstr "Обратная связь" #: C/cpufreq-applet.xml:111(para) -msgid "To report a bug or make a suggestion regarding the CPU Frequency Scaling Monitor applet or this manual, follow the directions in the MATE Feedback Page." -msgstr "Чтобы сообщить об ошибке или сделать предложение, касающееся апплета \"Монитор изменения частоты процессора\" или данного руководства, следуйте инструкциям в Страница обратной связи MATE." +msgid "To report a bug or make a suggestion regarding the CPU Frequency Scaling Monitor applet or this manual, follow the directions in the MATE Feedback Page." +msgstr "Чтобы сообщить об ошибке или сделать предложение, касающееся апплета \"Монитор изменения частоты процессора\" или данного руководства, следуйте инструкциям в Страница обратной связи MATE." #: C/cpufreq-applet.xml:121(primary) C/cpufreq-applet.xml:128(title) msgid "CPU Frequency Scaling Monitor" diff --git a/cpufreq/help/sv/sv.po b/cpufreq/help/sv/sv.po index 103cbb5e..f8f68f30 100644 --- a/cpufreq/help/sv/sv.po +++ b/cpufreq/help/sv/sv.po @@ -97,8 +97,8 @@ msgid "MATE Documentation Project" msgstr "Dokumentationsprojekt för MATE" #: /tmp/doc-l10n/cvs/applets-cpufreq.HEAD/C/cpufreq-applet.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." #: /tmp/doc-l10n/cvs/applets-cpufreq.HEAD/C/cpufreq-applet.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." @@ -186,8 +186,8 @@ msgid "Feedback" msgstr "Återkoppling" #: /tmp/doc-l10n/cvs/applets-cpufreq.HEAD/C/cpufreq-applet.xml:111(para) -msgid "To report a bug or make a suggestion regarding the CPU Frequency Scaling Monitor applet or this manual, follow the directions in the MATE Feedback Page." -msgstr "För att rapportera ett fel eller komma med förslag angående panelprogrammet Övervakare av processorfrekvensskalning eller denna handbok, följ anvisningarna på MATE:s återkopplingssida." +msgid "To report a bug or make a suggestion regarding the CPU Frequency Scaling Monitor applet or this manual, follow the directions in the MATE Feedback Page." +msgstr "För att rapportera ett fel eller komma med förslag angående panelprogrammet Övervakare av processorfrekvensskalning eller denna handbok, följ anvisningarna på MATE:s återkopplingssida." #: /tmp/doc-l10n/cvs/applets-cpufreq.HEAD/C/cpufreq-applet.xml:121(primary) #: /tmp/doc-l10n/cvs/applets-cpufreq.HEAD/C/cpufreq-applet.xml:128(title) diff --git a/cpufreq/help/uk/uk.po b/cpufreq/help/uk/uk.po index 4514192d..d7e438df 100644 --- a/cpufreq/help/uk/uk.po +++ b/cpufreq/help/uk/uk.po @@ -130,14 +130,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 Free Documentation License (GFDL), версії 1.1 або будь-" "якої старшої версії, що опублікована Free Software Foundation без " "інваріантних розділів, тексту титульної сторінки, та тексту фінальної " -"сторінки. Копію GFDL можна знайти за " +"сторінки. Копію GFDL можна знайти за " "адресою або у файлі COPYING-DOCS, що постачається з цією довідкою." #: ../C/cpufreq-applet.xml:12(para) @@ -296,11 +296,11 @@ msgstr "Зворотній зв'язок" msgid "" "To report a bug or make a suggestion regarding the CPU Frequency Scaling " "Monitor applet or this manual, follow the directions in the MATE Feedback Page." +"\"help:mate-feedback\" type=\"help\">MATE Feedback Page." msgstr "" "Щоб сповістити про помилку або внести пропозицію відносно аплету " "\"Індикатор частоти процесора\" або цієї довідки, дотримуйтесь інструкцій на " -"сторінці Зворотний зв'язок " +"сторінці Зворотний зв'язок " "MATE." #: ../C/cpufreq-applet.xml:121(primary) ../C/cpufreq-applet.xml:128(title) diff --git a/cpufreq/help/zh_CN/zh_CN.po b/cpufreq/help/zh_CN/zh_CN.po index 5c28de8e..56acafbc 100644 --- a/cpufreq/help/zh_CN/zh_CN.po +++ b/cpufreq/help/zh_CN/zh_CN.po @@ -133,12 +133,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 的副" "本。" @@ -282,10 +282,10 @@ msgstr "反馈" msgid "" "To report a bug or make a suggestion regarding the CPU Frequency Scaling " "Monitor applet or this manual, follow the directions in the MATE Feedback Page." +"\"help:mate-feedback\" type=\"help\">MATE Feedback Page." msgstr "" "要报告关于 CPU 频率调节监视器小程序或本手册的错误或提出建议,请遵循 MATE 反馈页中的指导。" +"url=\"help:mate-feedback\" type=\"help\">MATE 反馈页中的指导。" #: C/cpufreq-applet.xml:121(primary) C/cpufreq-applet.xml:128(title) msgid "CPU Frequency Scaling Monitor" diff --git a/cpufreq/help/zh_HK/zh_HK.po b/cpufreq/help/zh_HK/zh_HK.po index f61e7929..2b0ca734 100644 --- a/cpufreq/help/zh_HK/zh_HK.po +++ b/cpufreq/help/zh_HK/zh_HK.po @@ -96,8 +96,8 @@ msgid "MATE Documentation Project" msgstr "MATE 文件計畫" #: C/cpufreq-applet.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 "根據自由軟件基金會 (Free Software Foundation) 所發佈 的 GNU 自由文件授權 (GNU Free Documentation License, GFDL) 1.1 (含) 以後版本, 使用者可以複製、散佈,或修改本文件,但不得增刪章節,不得加上封面文字, 亦不得加上封底文字。 如要取得 GFDL 的副本,請參閱此連結,或是參閱與本手冊一同隨附的 COPYING-DOCS 檔案。" +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 "根據自由軟件基金會 (Free Software Foundation) 所發佈 的 GNU 自由文件授權 (GNU Free Documentation License, GFDL) 1.1 (含) 以後版本, 使用者可以複製、散佈,或修改本文件,但不得增刪章節,不得加上封面文字, 亦不得加上封底文字。 如要取得 GFDL 的副本,請參閱此連結,或是參閱與本手冊一同隨附的 COPYING-DOCS 檔案。" #: C/cpufreq-applet.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." @@ -185,8 +185,8 @@ msgid "Feedback" msgstr "回饋" #: C/cpufreq-applet.xml:111(para) -msgid "To report a bug or make a suggestion regarding the CPU Frequency Scaling Monitor applet or this manual, follow the directions in the MATE Feedback Page." -msgstr "要回報 CPU 頻率調整監控程式或這本手冊的錯誤或給予建議,請根據 MATE 回饋頁面 中的指示。" +msgid "To report a bug or make a suggestion regarding the CPU Frequency Scaling Monitor applet or this manual, follow the directions in the MATE Feedback Page." +msgstr "要回報 CPU 頻率調整監控程式或這本手冊的錯誤或給予建議,請根據 MATE 回饋頁面 中的指示。" #: C/cpufreq-applet.xml:121(primary) #: C/cpufreq-applet.xml:128(title) diff --git a/cpufreq/help/zh_TW/zh_TW.po b/cpufreq/help/zh_TW/zh_TW.po index abcbaa7f..e3477b43 100644 --- a/cpufreq/help/zh_TW/zh_TW.po +++ b/cpufreq/help/zh_TW/zh_TW.po @@ -96,8 +96,8 @@ msgid "MATE Documentation Project" msgstr "MATE 文件計畫" #: C/cpufreq-applet.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 "根據自由軟體基金會 (Free Software Foundation) 所發佈 的 GNU 自由文件授權 (GNU Free Documentation License, GFDL) 1.1 (含) 以後版本, 使用者可以複製、散佈,或修改本文件,但不得增刪章節,不得加上封面文字, 亦不得加上封底文字。 如要取得 GFDL 的副本,請參閱此連結,或是參閱與本手冊一同隨附的 COPYING-DOCS 檔案。" +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 "根據自由軟體基金會 (Free Software Foundation) 所發佈 的 GNU 自由文件授權 (GNU Free Documentation License, GFDL) 1.1 (含) 以後版本, 使用者可以複製、散佈,或修改本文件,但不得增刪章節,不得加上封面文字, 亦不得加上封底文字。 如要取得 GFDL 的副本,請參閱此連結,或是參閱與本手冊一同隨附的 COPYING-DOCS 檔案。" #: C/cpufreq-applet.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." @@ -185,8 +185,8 @@ msgid "Feedback" msgstr "回饋" #: C/cpufreq-applet.xml:111(para) -msgid "To report a bug or make a suggestion regarding the CPU Frequency Scaling Monitor applet or this manual, follow the directions in the MATE Feedback Page." -msgstr "要回報 CPU 頻率調整監控程式或這本手冊的錯誤或給予建議,請依照 MATE 回饋頁面 中的指示。" +msgid "To report a bug or make a suggestion regarding the CPU Frequency Scaling Monitor applet or this manual, follow the directions in the MATE Feedback Page." +msgstr "要回報 CPU 頻率調整監控程式或這本手冊的錯誤或給予建議,請依照 MATE 回饋頁面 中的指示。" #: C/cpufreq-applet.xml:121(primary) #: C/cpufreq-applet.xml:128(title) -- cgit v1.2.1