diff options
Diffstat (limited to 'netspeed')
146 files changed, 17423 insertions, 1145 deletions
diff --git a/netspeed/data/Makefile.am b/netspeed/data/Makefile.am index 350217f2..b6cb4875 100644 --- a/netspeed/data/Makefile.am +++ b/netspeed/data/Makefile.am @@ -1,36 +1,44 @@ NULL = +applet_in_files = org.mate.applets.NetspeedApplet.mate-panel-applet.desktop.in +service_in_files = org.mate.panel.applet.NetspeedAppletFactory.service.in +gschema_in_files = org.mate.panel.applet.netspeed.gschema.xml.in + +if ENABLE_IN_PROCESS +APPLET_LOCATION = $(pkglibdir)/libmate-netspeed-applet.so +else !ENABLE_IN_PROCESS APPLET_LOCATION = $(libexecdir)/mate-netspeed-applet +endif !ENABLE_IN_PROCESS appletdir = $(datadir)/mate-panel/applets -applet_in_files = org.mate.applets.NetspeedApplet.mate-panel-applet.desktop.in applet_DATA = $(applet_in_files:.mate-panel-applet.desktop.in=.mate-panel-applet) $(applet_in_files): $(applet_in_files).in Makefile $(AM_V_GEN)sed \ - -e "s|\@LOCATION\@|$(APPLET_LOCATION)|" \ + -e "s|\@APPLET_LOCATION\@|$(APPLET_LOCATION)|" \ + -e "s|\@APPLET_IN_PROCESS\@|$(APPLET_IN_PROCESS)|" \ $< > $@ $(applet_DATA): $(applet_in_files) Makefile $(AM_V_GEN) $(MSGFMT) --desktop --keyword=Name --keyword=Description --template $< -d $(top_srcdir)/po -o $@ -servicedir = $(datadir)/dbus-1/services -service_in_files = org.mate.panel.applet.NetspeedAppletFactory.service.in -service_DATA = $(service_in_files:.service.in=.service) +if !ENABLE_IN_PROCESS +servicedir = $(datadir)/dbus-1/services +service_DATA = $(service_in_files:.service.in=.service) -org.mate.panel.applet.NetspeedAppletFactory.service: $(service_in_files) +$(service_DATA): $(service_in_files) Makefile $(AM_V_GEN)sed \ - -e "s|\@LOCATION\@|$(APPLET_LOCATION)|" \ + -e "s|\@APPLET_LOCATION\@|$(APPLET_LOCATION)|" \ $< > $@ +endif !ENABLE_IN_PROCESS -netspeed_gschema_in_files = org.mate.panel.applet.netspeed.gschema.xml.in -gsettings_SCHEMAS = $(netspeed_gschema_in_files:.xml.in=.xml) +gsettings_SCHEMAS = $(gschema_in_files:.xml.in=.xml) @GSETTINGS_RULES@ EXTRA_DIST = \ $(applet_in_files).in \ $(service_in_files) \ - $(netspeed_gschema_in_files) \ + $(gschema_in_files) \ netspeed-details.ui \ netspeed-menu.xml \ netspeed-preferences.ui \ diff --git a/netspeed/data/netspeed-details.ui b/netspeed/data/netspeed-details.ui index af1cc376..06b6562a 100644 --- a/netspeed/data/netspeed-details.ui +++ b/netspeed/data/netspeed-details.ui @@ -99,6 +99,7 @@ <object class="GtkLabel"> <property name="can-focus">False</property> <property name="label" translatable="yes">Transfer Rate Graph</property> + <property name="mnemonic-widget">drawingarea</property> </object> </child> </object> @@ -192,6 +193,7 @@ <property name="can-focus">False</property> <property name="halign">start</property> <property name="label" translatable="yes">IPv4 Address:</property> + <property name="mnemonic-widget">ip_text</property> <property name="xalign">0</property> </object> <packing> @@ -220,6 +222,7 @@ <property name="can-focus">False</property> <property name="halign">start</property> <property name="label" translatable="yes">Netmask:</property> + <property name="mnemonic-widget">netmask_text</property> <property name="xalign">0</property> </object> <packing> @@ -260,6 +263,7 @@ <property name="can-focus">False</property> <property name="halign">start</property> <property name="label" translatable="yes">IPv6 Address:</property> + <property name="mnemonic-widget">ipv6_text</property> <property name="xalign">0</property> <property name="yalign">0</property> </object> @@ -302,6 +306,7 @@ <property name="can-focus">False</property> <property name="halign">start</property> <property name="label" translatable="yes">Hardware Address:</property> + <property name="mnemonic-widget">hwaddr_text</property> <property name="xalign">0</property> </object> <packing> @@ -330,6 +335,7 @@ <property name="can-focus">False</property> <property name="halign">start</property> <property name="label" translatable="yes">P-t-P Address:</property> + <property name="mnemonic-widget">ptpip_text</property> <property name="xalign">0</property> </object> <packing> @@ -370,6 +376,7 @@ <property name="can-focus">False</property> <property name="halign">start</property> <property name="label" translatable="yes">Bytes in:</property> + <property name="mnemonic-widget">inbytes_text</property> <property name="xalign">0</property> </object> <packing> @@ -384,6 +391,7 @@ <property name="can-focus">False</property> <property name="halign">start</property> <property name="label" translatable="yes">0 byte</property> + <property name="selectable">True</property> <property name="xalign">0</property> </object> <packing> @@ -398,6 +406,7 @@ <property name="can-focus">False</property> <property name="halign">start</property> <property name="label" translatable="yes">Bytes out:</property> + <property name="mnemonic-widget">outbytes_text</property> <property name="xalign">0</property> </object> <packing> @@ -412,6 +421,7 @@ <property name="can-focus">False</property> <property name="halign">start</property> <property name="label" translatable="yes">0 byte</property> + <property name="selectable">True</property> <property name="xalign">0</property> </object> <packing> @@ -444,6 +454,7 @@ <property name="can-focus">False</property> <property name="halign">start</property> <property name="label" translatable="yes">ESSID:</property> + <property name="mnemonic-widget">essid_text</property> <property name="xalign">0</property> </object> <packing> @@ -472,6 +483,7 @@ <property name="can-focus">False</property> <property name="halign">start</property> <property name="label" translatable="yes">Signal Strength:</property> + <property name="mnemonic-widget">signalbar</property> <property name="xalign">0</property> </object> <packing> @@ -483,7 +495,7 @@ <child> <object class="GtkProgressBar" id="signalbar"> <property name="visible">True</property> - <property name="can-focus">False</property> + <property name="can-focus">True</property> <property name="halign">start</property> <property name="hexpand">True</property> </object> @@ -516,6 +528,7 @@ <property name="visible">True</property> <property name="can-focus">False</property> <property name="label" translatable="yes">Station:</property> + <property name="mnemonic-widget">station_text</property> <property name="xalign">0</property> </object> <packing> @@ -528,6 +541,7 @@ <object class="GtkLabel" id="station_text"> <property name="visible">True</property> <property name="can-focus">False</property> + <property name="selectable">True</property> <property name="xalign">0</property> </object> <packing> @@ -541,6 +555,7 @@ <property name="visible">True</property> <property name="can-focus">False</property> <property name="label" translatable="yes">Channel:</property> + <property name="mnemonic-widget">channel_label</property> <property name="xalign">0</property> </object> <packing> @@ -553,6 +568,7 @@ <object class="GtkLabel" id="channel_text"> <property name="visible">True</property> <property name="can-focus">False</property> + <property name="selectable">True</property> <property name="xalign">0</property> </object> <packing> @@ -578,6 +594,7 @@ <property name="visible">True</property> <property name="can-focus">False</property> <property name="label" translatable="yes">Connected Time:</property> + <property name="mnemonic-widget">connected_time_text</property> <property name="xalign">0</property> </object> <packing> @@ -590,6 +607,7 @@ <object class="GtkLabel" id="connected_time_text"> <property name="visible">True</property> <property name="can-focus">False</property> + <property name="selectable">True</property> <property name="xalign">0</property> </object> <packing> diff --git a/netspeed/data/org.mate.applets.NetspeedApplet.mate-panel-applet.desktop.in.in b/netspeed/data/org.mate.applets.NetspeedApplet.mate-panel-applet.desktop.in.in index fdc64666..2d156785 100644 --- a/netspeed/data/org.mate.applets.NetspeedApplet.mate-panel-applet.desktop.in.in +++ b/netspeed/data/org.mate.applets.NetspeedApplet.mate-panel-applet.desktop.in.in @@ -1,6 +1,7 @@ [Applet Factory] Id=NetspeedAppletFactory -Location=@LOCATION@ +Location=@APPLET_LOCATION@ +InProcess=@APPLET_IN_PROCESS@ Name=Netspeed Applet Factory Description=Netspeed Applet @@ -10,6 +11,7 @@ Description=Netspeed Applet # Translators: Do NOT translate or transliterate this text (this is an icon file name)! Icon=mate-netspeed-applet MateComponentId=OAFIID:MATE_NetspeedApplet +Platforms=X11;Wayland; X-MATE-Bugzilla-Bugzilla=MATE X-MATE-Bugzilla-Product=mate-netspeed X-MATE-Bugzilla-Component=netspeed diff --git a/netspeed/data/org.mate.panel.applet.NetspeedAppletFactory.service.in b/netspeed/data/org.mate.panel.applet.NetspeedAppletFactory.service.in index 2868eec8..49f7ff15 100644 --- a/netspeed/data/org.mate.panel.applet.NetspeedAppletFactory.service.in +++ b/netspeed/data/org.mate.panel.applet.NetspeedAppletFactory.service.in @@ -1,3 +1,3 @@ [D-BUS Service] Name=org.mate.panel.applet.NetspeedAppletFactory -Exec=@LOCATION@ +Exec=@APPLET_LOCATION@ diff --git a/netspeed/help/af/af.po b/netspeed/help/af/af.po index a51a4be7..8ae0e706 100644 --- a/netspeed/help/af/af.po +++ b/netspeed/help/af/af.po @@ -5,10 +5,10 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" "Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: Afrikaans (https://www.transifex.com/mate/teams/13566/af/)\n" +"Language-Team: Afrikaans (https://app.transifex.com/mate/teams/13566/af/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -36,7 +36,7 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" #. (itstool) path: articleinfo/copyright @@ -130,8 +130,9 @@ msgstr "" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/help/am/am.po b/netspeed/help/am/am.po index 223c9d27..455adc6d 100644 --- a/netspeed/help/am/am.po +++ b/netspeed/help/am/am.po @@ -5,10 +5,10 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" "Last-Translator: samson <[email protected]>, 2019\n" -"Language-Team: Amharic (https://www.transifex.com/mate/teams/13566/am/)\n" +"Language-Team: Amharic (https://app.transifex.com/mate/teams/13566/am/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -33,7 +33,7 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" #. (itstool) path: articleinfo/copyright @@ -127,8 +127,9 @@ msgstr "" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/help/es_ES/es_ES.po b/netspeed/help/an/an.po index bc0f0c1c..41ef5771 100644 --- a/netspeed/help/es_ES/es_ES.po +++ b/netspeed/help/an/an.po @@ -1,27 +1,27 @@ -# # Translators: # Stefano Karapetsas <[email protected]>, 2018 -# Mario Verdin <[email protected]>, 2018 +# Transifex Bot <>, 2026 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" -"Last-Translator: Mario Verdin <[email protected]>, 2018\n" -"Language-Team: Spanish (Spain) (https://www.transifex.com/mate/teams/13566/es_ES/)\n" +"Last-Translator: Transifex Bot <>, 2026\n" +"Language-Team: Aragonese (https://app.transifex.com/mate/teams/13566/an/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: es_ES\n" +"Language: an\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2 msgctxt "_" msgid "translator-credits" msgstr "" -"Jorge González <[email protected]>\n" -"Francisco Javier F. Serrador <[email protected]>" +"Launchpad Contributions:\n" +" Daniel Martinez https://launchpad.net/~entaltoaragon\n" +" Juan Pablo https://launchpad.net/~jpmart" #. (itstool) path: articleinfo/title #: C/index.docbook:23 @@ -36,7 +36,7 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" #. (itstool) path: articleinfo/copyright @@ -130,8 +130,9 @@ msgstr "" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm @@ -214,7 +215,7 @@ msgstr "" #. (itstool) path: entry/para #: C/index.docbook:191 msgid "Description" -msgstr "Descripción" +msgstr "" #. (itstool) path: imageobject/imagedata #. This is a reference to an external file such as an image or video. When diff --git a/netspeed/help/ar/ar.po b/netspeed/help/ar/ar.po index 329eb00b..b553e8b6 100644 --- a/netspeed/help/ar/ar.po +++ b/netspeed/help/ar/ar.po @@ -1,18 +1,19 @@ -# # Translators: # Stefano Karapetsas <[email protected]>, 2018 # Mosaab Alzoubi <[email protected]>, 2018 -# Wolfgang Ulbrich <[email protected]>, 2018 +# Wolfgang Ulbrich <[email protected]>, 2018 # مهدي السطيفي <[email protected]>, 2018 # Ahmad Dakhlallah <[email protected]>, 2019 +# Mostapha Mostapha, 2025 +# Transifex Bot <>, 2026 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" -"Last-Translator: Ahmad Dakhlallah <[email protected]>, 2019\n" -"Language-Team: Arabic (https://www.transifex.com/mate/teams/13566/ar/)\n" +"Last-Translator: Transifex Bot <>, 2026\n" +"Language-Team: Arabic (https://app.transifex.com/mate/teams/13566/ar/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -39,7 +40,7 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" #. (itstool) path: articleinfo/copyright @@ -133,8 +134,9 @@ msgstr "آراء وانطباعات" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm @@ -587,6 +589,15 @@ msgid "" "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" +"المستند مُقدَّم \"كما هو\" دون أي ضمان من أي نوع، صريحًا أو ضمنيًا، بما في " +"ذلك، على سبيل المثال لا الحصر، الضمانات بأن المستند أو النسخة المعدّلة منه " +"خالٍ من العيوب، قابل للتسويق، مناسب لغرض معين أو غير منتهك لحقوق الغير. " +"الخطر الكامل المتعلق بجودة ودقّة وأداء المستند أو النسخة المعدّلة منه يقع " +"عليك أنت. إذا اتضح أن أي مستند أو نسخة معدّلة كانت معيبة بأي ناحية، فأنت " +"(وليس الكاتب الأصلي أو المؤلف أو أي مساهم) تتحمّل تكلفة أي خدمة أو إصلاح أو " +"تصحيح ضروري. يشكل هذا التنصل من الضمان جزءًا أساسيًا من هذا الترخيص. لا " +"يُسمح باستخدام أي مستند أو نسخة معدّلة منه بموجب هذا الترخيص إلا مع وجود هذا" +" التنصل؛ و" #. (itstool) path: listitem/para #: C/legal.xml:55 diff --git a/netspeed/help/as/as.po b/netspeed/help/as/as.po index d37b72c9..5715ae5d 100644 --- a/netspeed/help/as/as.po +++ b/netspeed/help/as/as.po @@ -5,10 +5,10 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" "Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: Assamese (https://www.transifex.com/mate/teams/13566/as/)\n" +"Language-Team: Assamese (https://app.transifex.com/mate/teams/13566/as/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -33,7 +33,7 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" #. (itstool) path: articleinfo/copyright @@ -127,8 +127,9 @@ msgstr "" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/help/ast/ast.po b/netspeed/help/ast/ast.po index 03ef2da1..ad03cc1f 100644 --- a/netspeed/help/ast/ast.po +++ b/netspeed/help/ast/ast.po @@ -6,10 +6,10 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" "Last-Translator: Ḷḷumex03, 2018\n" -"Language-Team: Asturian (https://www.transifex.com/mate/teams/13566/ast/)\n" +"Language-Team: Asturian (https://app.transifex.com/mate/teams/13566/ast/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -34,7 +34,7 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" #. (itstool) path: articleinfo/copyright @@ -128,8 +128,9 @@ msgstr "" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/help/az/az.po b/netspeed/help/az/az.po index f1859e72..7fef443f 100644 --- a/netspeed/help/az/az.po +++ b/netspeed/help/az/az.po @@ -5,10 +5,10 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" "Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: Azerbaijani (https://www.transifex.com/mate/teams/13566/az/)\n" +"Language-Team: Azerbaijani (https://app.transifex.com/mate/teams/13566/az/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -37,7 +37,7 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" #. (itstool) path: articleinfo/copyright @@ -131,8 +131,9 @@ msgstr "" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/help/be/be.po b/netspeed/help/be/be.po index 764491bc..6cc7b97e 100644 --- a/netspeed/help/be/be.po +++ b/netspeed/help/be/be.po @@ -6,10 +6,10 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" "Last-Translator: Mihail Varantsou <[email protected]>, 2018\n" -"Language-Team: Belarusian (https://www.transifex.com/mate/teams/13566/be/)\n" +"Language-Team: Belarusian (https://app.transifex.com/mate/teams/13566/be/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -36,7 +36,7 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" #. (itstool) path: articleinfo/copyright @@ -130,8 +130,9 @@ msgstr "" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/help/bg/bg.po b/netspeed/help/bg/bg.po index e1e8fb50..14d646ee 100644 --- a/netspeed/help/bg/bg.po +++ b/netspeed/help/bg/bg.po @@ -1,16 +1,16 @@ -# # Translators: # Stefano Karapetsas <[email protected]>, 2018 # Любомир Василев, 2018 -# Wolfgang Ulbrich <[email protected]>, 2018 +# Wolfgang Ulbrich <[email protected]>, 2018 +# Transifex Bot <>, 2026 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" -"Last-Translator: Wolfgang Ulbrich <[email protected]>, 2018\n" -"Language-Team: Bulgarian (https://www.transifex.com/mate/teams/13566/bg/)\n" +"Last-Translator: Transifex Bot <>, 2026\n" +"Language-Team: Bulgarian (https://app.transifex.com/mate/teams/13566/bg/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -43,7 +43,7 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" #. (itstool) path: articleinfo/copyright @@ -137,8 +137,9 @@ msgstr "Обратна връзка" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/help/bn/bn.po b/netspeed/help/bn/bn.po index 8ed8e2cf..3f614d4b 100644 --- a/netspeed/help/bn/bn.po +++ b/netspeed/help/bn/bn.po @@ -5,10 +5,10 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" "Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: Bengali (https://www.transifex.com/mate/teams/13566/bn/)\n" +"Language-Team: Bengali (https://app.transifex.com/mate/teams/13566/bn/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -38,7 +38,7 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" #. (itstool) path: articleinfo/copyright @@ -132,8 +132,9 @@ msgstr "" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/help/bn_IN/bn_IN.po b/netspeed/help/bn_IN/bn_IN.po index a601fe94..dfe99a07 100644 --- a/netspeed/help/bn_IN/bn_IN.po +++ b/netspeed/help/bn_IN/bn_IN.po @@ -5,10 +5,10 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" "Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: Bengali (India) (https://www.transifex.com/mate/teams/13566/bn_IN/)\n" +"Language-Team: Bengali (India) (https://app.transifex.com/mate/teams/13566/bn_IN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -36,7 +36,7 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" #. (itstool) path: articleinfo/copyright @@ -130,8 +130,9 @@ msgstr "" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/help/br/br.po b/netspeed/help/br/br.po index 9d6c1b2f..08547e55 100644 --- a/netspeed/help/br/br.po +++ b/netspeed/help/br/br.po @@ -6,10 +6,10 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" "Last-Translator: Alan Monfort <[email protected]>, 2018\n" -"Language-Team: Breton (https://www.transifex.com/mate/teams/13566/br/)\n" +"Language-Team: Breton (https://app.transifex.com/mate/teams/13566/br/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -34,7 +34,7 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" #. (itstool) path: articleinfo/copyright @@ -128,8 +128,9 @@ msgstr "" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/help/bs/bs.po b/netspeed/help/bs/bs.po index 9be3250b..e0e02a87 100644 --- a/netspeed/help/bs/bs.po +++ b/netspeed/help/bs/bs.po @@ -6,10 +6,10 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" "Last-Translator: Sky Lion <[email protected]>, 2018\n" -"Language-Team: Bosnian (https://www.transifex.com/mate/teams/13566/bs/)\n" +"Language-Team: Bosnian (https://app.transifex.com/mate/teams/13566/bs/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -34,7 +34,7 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" #. (itstool) path: articleinfo/copyright @@ -128,8 +128,9 @@ msgstr "" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/help/ca/ca.po b/netspeed/help/ca/ca.po index ac7fec32..dec2d0c1 100644 --- a/netspeed/help/ca/ca.po +++ b/netspeed/help/ca/ca.po @@ -1,15 +1,15 @@ # # Translators: # Stefano Karapetsas <[email protected]>, 2018 -# Robert Antoni Buj Gelonch <[email protected]>, 2020 +# Robert Antoni Buj i Gelonch <[email protected]>, 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" -"Last-Translator: Robert Antoni Buj Gelonch <[email protected]>, 2020\n" -"Language-Team: Catalan (https://www.transifex.com/mate/teams/13566/ca/)\n" +"Last-Translator: Robert Antoni Buj i Gelonch <[email protected]>, 2021\n" +"Language-Team: Catalan (https://app.transifex.com/mate/teams/13566/ca/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -36,9 +36,9 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" -"<year>2015-2020</year> <holder>Projecte de documentació de MATE</holder>" +"<year>2015-2021</year> <holder>Projecte de documentació de MATE</holder>" #. (itstool) path: articleinfo/copyright #: C/index.docbook:31 @@ -143,8 +143,9 @@ msgstr "Retroacció" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" "Per informar d'un error o fer un suggeriment sobre la miniaplicació Netspeed" " o d'aquest manual, seguiu les instruccions de la <ulink url=\"help:mate-" diff --git a/netspeed/help/ca@valencia/[email protected] b/netspeed/help/ca@valencia/[email protected] index e8c497a3..26fec26d 100644 --- a/netspeed/help/ca@valencia/[email protected] +++ b/netspeed/help/ca@valencia/[email protected] @@ -7,10 +7,10 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" "Last-Translator: Pilar Embid <[email protected]>, 2018\n" -"Language-Team: Catalan (Valencian) (https://www.transifex.com/mate/teams/13566/ca@valencia/)\n" +"Language-Team: Catalan (Valencian) (https://app.transifex.com/mate/teams/13566/ca@valencia/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -41,7 +41,7 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" #. (itstool) path: articleinfo/copyright @@ -135,8 +135,9 @@ msgstr "Comentaris" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/help/crh/crh.po b/netspeed/help/crh/crh.po index 2d73c2ed..950dceb0 100644 --- a/netspeed/help/crh/crh.po +++ b/netspeed/help/crh/crh.po @@ -5,10 +5,10 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" "Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: Crimean Turkish (https://www.transifex.com/mate/teams/13566/crh/)\n" +"Language-Team: Crimean Turkish (https://app.transifex.com/mate/teams/13566/crh/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -35,7 +35,7 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" #. (itstool) path: articleinfo/copyright @@ -129,8 +129,9 @@ msgstr "" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/help/cs/cs.po b/netspeed/help/cs/cs.po index e0a868e8..9eeb3e0b 100644 --- a/netspeed/help/cs/cs.po +++ b/netspeed/help/cs/cs.po @@ -1,17 +1,19 @@ -# # Translators: # Stefano Karapetsas <[email protected]>, 2018 # ToMáš Marný, 2018 -# Wolfgang Ulbrich <[email protected]>, 2018 -# Lucas Lommer <[email protected]>, 2020 +# Wolfgang Ulbrich <[email protected]>, 2018 +# Roman Horník <[email protected]>, 2021 +# Lukáš Lommer <[email protected]>, 2021 +# Michal Sykora, 2023 +# Transifex Bot <>, 2026 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" -"Last-Translator: Lucas Lommer <[email protected]>, 2020\n" -"Language-Team: Czech (https://www.transifex.com/mate/teams/13566/cs/)\n" +"Last-Translator: Transifex Bot <>, 2026\n" +"Language-Team: Czech (https://app.transifex.com/mate/teams/13566/cs/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -47,8 +49,8 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" -msgstr "<year>2015-2020</year> <holder>Dokumentační projekt MATE</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" +msgstr "<year>2015-2021</year> <holder>Projekt dokumentace MATE</holder>" #. (itstool) path: articleinfo/copyright #: C/index.docbook:31 @@ -91,7 +93,7 @@ msgstr "" #. (itstool) path: revision/author #: C/index.docbook:96 msgid "<firstname>MATE Documentation Project</firstname> <surname/>" -msgstr "" +msgstr "<firstname>MATE Documentation Project</firstname> <surname/>" #. (itstool) path: revhistory/revision #: C/index.docbook:93 @@ -141,8 +143,9 @@ msgstr "Ohlasy" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm @@ -636,3 +639,5 @@ msgid "" "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" +"DOKUMENT A JEHO UPRAVENÉ VERZE JSOU ŠÍŘENY V SOULADU SE ZNĚNÍM LICENCE GNU " +"FREE DOCUMENTATION LICENSE S NÁSLEDUJÍCÍM USTANOVENÍM: <_:orderedlist-1/>" diff --git a/netspeed/help/csb/csb.po b/netspeed/help/csb/csb.po new file mode 100644 index 00000000..2e4334fc --- /dev/null +++ b/netspeed/help/csb/csb.po @@ -0,0 +1,609 @@ +# Translators: +# Stefano Karapetsas <[email protected]>, 2018 +# Transifex Bot <>, 2026 +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" +"PO-Revision-Date: 2018-09-27 15:24+0000\n" +"Last-Translator: Transifex Bot <>, 2026\n" +"Language-Team: Kashubian (https://app.transifex.com/mate/teams/13566/csb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: csb\n" +"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" + +#. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2 +msgctxt "_" +msgid "translator-credits" +msgstr "" +"Launchpad Contributions:\n" +" Mark Kwidzińsczi https://launchpad.net/~kaszeba" + +#. (itstool) path: articleinfo/title +#: C/index.docbook:23 +msgid "Netspeed Applet Manual V1.3" +msgstr "" + +#. (itstool) path: abstract/para +#: C/index.docbook:25 +msgid "" +"Netspeed Applet shows how much traffic occurs on a specified network device." +msgstr "" + +#. (itstool) path: articleinfo/copyright +#: C/index.docbook:27 +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" +msgstr "" + +#. (itstool) path: articleinfo/copyright +#: C/index.docbook:31 +msgid "<year>2002</year> <holder>Jörgen Scheibengruber</holder>" +msgstr "" + +#. (itstool) path: publisher/publishername +#: C/index.docbook:44 +msgid "MATE Documentation Project" +msgstr "" + +#. (itstool) path: publisher/publishername +#: C/index.docbook:47 +msgid "GNOME Documentation Project" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:53 +msgid "" +"<firstname>MATE Documentation Project</firstname> <surname/> <affiliation> " +"<orgname>MATE Desktop</orgname> </affiliation>" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:60 +msgid "" +"<firstname>Jörgen</firstname> <surname>Scheibengruber</surname> " +"<affiliation> <orgname>GNOME Project</orgname> </affiliation> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:69 +msgid "" +"<firstname>Pedro</firstname> <surname>Villavicencio Garrido</surname> " +"<affiliation> <orgname>GNOME Project</orgname> </affiliation> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revision/author +#: C/index.docbook:96 +msgid "<firstname>MATE Documentation Project</firstname> <surname/>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:93 +msgid "<revnumber>1.3</revnumber> <date>July 2015</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: revision/author +#: C/index.docbook:105 C/index.docbook:125 +msgid "" +"<firstname>Jörgen</firstname> <surname>Scheibengruber</surname> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:102 +msgid "<revnumber>1.2</revnumber> <date>2006</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: revision/author +#: C/index.docbook:115 +msgid "" +"<firstname>Pedro</firstname> <surname>Villavicencio Garrido</surname> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:112 +msgid "<revnumber>1.1</revnumber> <date>2005</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:122 +msgid "<revnumber>1.0</revnumber> <date>2002</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: articleinfo/releaseinfo +#: C/index.docbook:134 +msgid "This manual describes version 1.10.1 of Netspeed Applet." +msgstr "" + +#. (itstool) path: legalnotice/title +#: C/index.docbook:137 +msgid "Feedback" +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/index.docbook:138 +msgid "" +"To report a bug or make a suggestion regarding the Netspeed Applet " +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." +msgstr "" + +#. (itstool) path: article/indexterm +#: C/index.docbook:146 +msgid "<primary>Netspeed Applet</primary>" +msgstr "" + +#. (itstool) path: sect1/title +#: C/index.docbook:152 +msgid "About Netspeed Applet" +msgstr "" + +#. (itstool) path: figure/title +#: C/index.docbook:154 +msgid "Netspeed" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:157 +msgctxt "_" +msgid "" +"external ref='figures/netspeed_applet.png' " +"md5='11ef0533a2be1a5d1a9de77c4cec7f93'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:156 +msgid "" +"<imageobject><imagedata fileref=\"figures/netspeed_applet.png\" " +"format=\"PNG\"/> </imageobject> <textobject> <phrase>Netspeed.</phrase> " +"</textobject>" +msgstr "" + +#. (itstool) path: figure/title +#: C/index.docbook:166 +msgid "Netspeed showing the sum in a 48px panel." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:169 +msgctxt "_" +msgid "" +"external ref='figures/eth_sum_48.png' md5='5113ce28da9b7712dafc52b3c13ccf32'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:168 +msgid "" +"<imageobject><imagedata fileref=\"figures/eth_sum_48.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>Netspeed showing the sum in a 48px " +"panel.</phrase> </textobject>" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:177 +msgid "" +"<application>Netspeed Applet</application> displays the network traffic on a" +" specified device like eth0, ppp0, plip0, etc. More over it provides " +"information about the configuration of the network device." +msgstr "" + +#. (itstool) path: sect2/title +#: C/index.docbook:183 +msgid "Netspeed Icons on Panel" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:190 +msgid "Icon" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:191 +msgid "Description" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:198 +msgctxt "_" +msgid "" +"external ref='figures/loopback.png' md5='0636b7d65b0626ee5e92dc0d28be5871'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:196 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/loopback.png\"" +" format=\"PNG\"/> </imageobject><textobject> <phrase>Loopback</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:203 +msgid "The Loopback interface." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:210 +msgctxt "_" +msgid "" +"external ref='figures/ethernet.png' md5='48562a8b38e8eca91a3a8ee4ba4e3077'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:208 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/ethernet.png\"" +" format=\"PNG\"/> </imageobject><textobject> <phrase>Ethernet</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:215 +msgid "Ethernet connection." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:222 +msgctxt "_" +msgid "external ref='figures/ppp.png' md5='b88d98a9ccdd489d91b45c8cf2dcbad1'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:220 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/ppp.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>PPP</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:227 +msgid "Point to Point Protocol connection." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:234 +msgctxt "_" +msgid "" +"external ref='figures/wavelan.png' md5='90f925a64abe393adc5834fceba515fe'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:232 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/wavelan.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>Wireless</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:239 +msgid "Wireless connection." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:246 +msgctxt "_" +msgid "external ref='figures/plip.png' md5='0761a22dfa7b0b56e41e020cd701db68'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:244 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/plip.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>PLIP</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:251 +msgid "Parallel Line Internet Protocol connection." +msgstr "" + +#. (itstool) path: sect2/title +#: C/index.docbook:260 +msgid "To Add Netspeed Applet to a Panel" +msgstr "" + +#. (itstool) path: sect2/para +#: C/index.docbook:261 +msgid "" +"To add <application>Netspeed Applet</application> to a panel, perform the " +"following steps:" +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:267 +msgid "Right-click on the panel." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:272 +msgid "Choose <guimenuitem>Add to Panel</guimenuitem>." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:277 +msgid "" +"Scroll down the list of items in the <guilabel>Add to Panel</guilabel> " +"dialog, then select <guilabel>Netspeed Applet</guilabel>." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:283 +msgid "Click <guibutton>Add</guibutton>." +msgstr "" + +#. (itstool) path: sect1/title +#: C/index.docbook:291 +msgid "Settings" +msgstr "" + +#. (itstool) path: figure/title +#: C/index.docbook:293 +msgid "Netspeed Applet Settings" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:296 +msgctxt "_" +msgid "" +"external ref='figures/settings.png' md5='219a6bc0e89cb9634d49025f9d3c6604'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:295 +msgid "" +"<imageobject><imagedata fileref=\"figures/settings.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>Netspeed Applet Settings.</phrase> " +"</textobject>" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:304 +msgid "In this dialog you can change the settings of Netspeed Applet:" +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:308 +msgid "" +"<guilabel>Network device:</guilabel> Choose the network device that the " +"applet should monitor from the popdown list of the combobox. Usually all " +"available devices are listed, however you can enter one yourself, too." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:312 +msgid "" +"<guilabel>Update interval:</guilabel> Enter the time between two updates of " +"the applet." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:315 +msgid "" +"<guilabel>Label font size:</guilabel> Enter the size of the text displayed " +"in the applet." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:318 +msgid "" +"<guilabel>Show sum instead of in and out:</guilabel> If you check this box " +"then the applet will show the sum of the in and out rate. The applet will " +"take only half of the space in the panel in this case." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:322 +msgid "" +"<guilabel>Show bits/s (b/s) instead of bytes/s (B/s):</guilabel> Check this " +"if you want the applet to display bits per second instead of bytes/s." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:326 +msgid "" +"<guilabel>Change icon according to the selected device:</guilabel> Usually " +"the applet will show an icon representing the type of network device you " +"monitor. So it will show a phone for Point to Point connections (ppp - " +"modems, etc.), a network card for Ethernet (eth), etc. When this is " +"unchecked, the applet will always show the network card icon, no matter " +"which device you monitor." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:332 +msgid "" +"<guilabel>Always monitor a connected device, if possible:</guilabel> When " +"your connection is down, Netspeed Applet look for a running one for " +"monitoring." +msgstr "" + +#. (itstool) path: sect1/title +#. (itstool) path: figure/title +#: C/index.docbook:338 C/index.docbook:340 +msgid "The details dialog" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:343 +msgctxt "_" +msgid "" +"external ref='figures/details.png' md5='60fedda8f88b634f16ab31090b5bdd67'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:342 +msgid "" +"<imageobject><imagedata fileref=\"figures/details.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>The details dialog</phrase> " +"</textobject>" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:351 +msgid "" +"This dialog shows you some useful information on the configuration of your " +"network device." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:356 +msgid "" +"<guilabel>Internet Address:</guilabel> The IP (Internet Protocol) address of" +" the network device." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:359 +msgid "" +"<guilabel>Netmask:</guilabel> The netmask which depends on the size of your " +"LAN (Local Area Network). A usual value is 255.255.255.0 (a class C " +"network)." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:363 +msgid "" +"<guilabel>Hardware Address:</guilabel> Often also referred to as the " +"physical or MAC (Media Access Control) address. A worldwide unique " +"identifier for your network card." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:367 +msgid "" +"<guilabel>P-t-P Address:</guilabel> The internet address of the \"other " +"side\" of your PPP (Point to Point Protocol) connection." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:371 +msgid "" +"<guilabel>Bytes in:</guilabel> The amount of bytes that the network device " +"has received since it has been connected to the network." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:375 +msgid "" +"<guilabel>Bytes out:</guilabel> The amount of bytes that the network device " +"has sent since it has been connected to the network." +msgstr "" + +#. (itstool) path: para/ulink +#: C/legal.xml:9 +msgid "link" +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:2 +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 <_:ulink-1/> or in the file COPYING-DOCS distributed " +"with this manual." +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:12 +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." +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:19 +msgid "" +"Many of the names used by companies to distinguish their products and " +"services are claimed as trademarks. Where those names appear in any MATE " +"documentation, and the members of the MATE Documentation Project are made " +"aware of those trademarks, then the names are in capital letters or initial " +"capital letters." +msgstr "" + +#. (itstool) path: listitem/para +#: C/legal.xml:35 +msgid "" +"DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " +"EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " +"THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " +"MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " +"RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " +"MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " +"MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " +"WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " +"SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " +"ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " +"OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" +msgstr "" + +#. (itstool) path: listitem/para +#: C/legal.xml:55 +msgid "" +"UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" +" NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " +"CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " +"DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " +"FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " +"ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " +"WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" +" OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " +"VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" +" POSSIBILITY OF SUCH DAMAGES." +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:28 +msgid "" +"DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " +"OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " +"<_:orderedlist-1/>" +msgstr "" diff --git a/netspeed/help/cy/cy.po b/netspeed/help/cy/cy.po index 694d9566..9635940f 100644 --- a/netspeed/help/cy/cy.po +++ b/netspeed/help/cy/cy.po @@ -6,10 +6,10 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" "Last-Translator: ciaran, 2018\n" -"Language-Team: Welsh (https://www.transifex.com/mate/teams/13566/cy/)\n" +"Language-Team: Welsh (https://app.transifex.com/mate/teams/13566/cy/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -36,7 +36,7 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" #. (itstool) path: articleinfo/copyright @@ -130,8 +130,9 @@ msgstr "" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/help/da/da.po b/netspeed/help/da/da.po index 427ff479..2955906a 100644 --- a/netspeed/help/da/da.po +++ b/netspeed/help/da/da.po @@ -1,15 +1,15 @@ # # Translators: # Stefano Karapetsas <[email protected]>, 2018 -# Joe Hansen <[email protected]>, 2020 +# Joe Hansen <[email protected]>, 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" -"Last-Translator: Joe Hansen <[email protected]>, 2020\n" -"Language-Team: Danish (https://www.transifex.com/mate/teams/13566/da/)\n" +"Last-Translator: Joe Hansen <[email protected]>, 2021\n" +"Language-Team: Danish (https://app.transifex.com/mate/teams/13566/da/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -20,10 +20,10 @@ msgstr "" msgctxt "_" msgid "translator-credits" msgstr "" -"\"Joe Hansen, 2012, 2013, 2014, 2015, 2016, 2017, 2018.\\n\"\n" -"\"\\n\"\n" -"\"Dansk-gruppen <[email protected]>\\n\"\n" -"\"Mere info: http://www.dansk-gruppen.dk\"" +"Joe Hansen 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021.\n" +"\n" +"Dansk-gruppen <[email protected]>\n" +"Mere info: http://www.dansk-gruppen.dk" #. (itstool) path: articleinfo/title #: C/index.docbook:23 @@ -40,8 +40,8 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" -msgstr "<year>2015-2020</year> <holder>MATE-dokumentationsprojektet</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" +msgstr "<year>2015-2021</year> <holder>MATE-dokumentationsprojektet</holder>" #. (itstool) path: articleinfo/copyright #: C/index.docbook:31 @@ -147,8 +147,9 @@ msgstr "Tilbagemeldinger" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" "For at rapportere en fejl eller komme med et forslag jævnfør panelprogrammet" " Nethastighed eller denne manual, så følg retningslinjerne i <ulink " diff --git a/netspeed/help/de/de.po b/netspeed/help/de/de.po index c2248c2e..f0781ff3 100644 --- a/netspeed/help/de/de.po +++ b/netspeed/help/de/de.po @@ -1,19 +1,19 @@ -# # Translators: # Stefano Karapetsas <[email protected]>, 2018 -# Wolfgang Ulbrich <[email protected]>, 2018 +# Wolfgang Ulbrich <[email protected]>, 2018 # Julian Rüger <[email protected]>, 2018 -# Marcel Artz <[email protected]>, 2019 -# Michael Hartmann, 2020 +# Marcel Artz, 2019 # Tobias Bannert <[email protected]>, 2020 +# Xpistian <[email protected]>, 2023 +# Transifex Bot <>, 2026 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" -"Last-Translator: Tobias Bannert <[email protected]>, 2020\n" -"Language-Team: German (https://www.transifex.com/mate/teams/13566/de/)\n" +"Last-Translator: Transifex Bot <>, 2026\n" +"Language-Team: German (https://app.transifex.com/mate/teams/13566/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -45,8 +45,8 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" -msgstr "<year>2015-2020</year> <holder>MATE Dokumentations Projekt</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" +msgstr "<year>2015-2021</year> <holder>Mate-Dokumentationsprojekt</holder>" #. (itstool) path: articleinfo/copyright #: C/index.docbook:31 @@ -142,8 +142,9 @@ msgstr "Rückmeldungen" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/help/dz/dz.po b/netspeed/help/dz/dz.po index 2953bbd3..40d287a7 100644 --- a/netspeed/help/dz/dz.po +++ b/netspeed/help/dz/dz.po @@ -5,10 +5,10 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" "Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: Dzongkha (https://www.transifex.com/mate/teams/13566/dz/)\n" +"Language-Team: Dzongkha (https://app.transifex.com/mate/teams/13566/dz/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -36,7 +36,7 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" #. (itstool) path: articleinfo/copyright @@ -130,8 +130,9 @@ msgstr "" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/help/el/el.po b/netspeed/help/el/el.po index 2844dcc9..7e1936ad 100644 --- a/netspeed/help/el/el.po +++ b/netspeed/help/el/el.po @@ -1,20 +1,21 @@ -# # Translators: -# Efstathios Iosifidis <[email protected]>, 2018 +# Efstathios Iosifidis <[email protected]>, 2018 # Stefano Karapetsas <[email protected]>, 2018 # Alexandros Kapetanios <[email protected]>, 2018 -# Wolfgang Ulbrich <[email protected]>, 2018 +# Wolfgang Ulbrich <[email protected]>, 2018 # kosmmart <[email protected]>, 2018 # TheDimitris15, 2019 -# anvo <[email protected]>, 2019 +# anvo anvo <[email protected]>, 2019 +# Chris Balabanis, 2023 +# Transifex Bot <>, 2026 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" -"Last-Translator: anvo <[email protected]>, 2019\n" -"Language-Team: Greek (https://www.transifex.com/mate/teams/13566/el/)\n" +"Last-Translator: Transifex Bot <>, 2026\n" +"Language-Team: Greek (https://app.transifex.com/mate/teams/13566/el/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -43,8 +44,8 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" -msgstr "" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" +msgstr "<year>2015-2021</year> <holder>Έργο Τεκμηρίωσης MATE</holder>" #. (itstool) path: articleinfo/copyright #: C/index.docbook:31 @@ -137,8 +138,9 @@ msgstr "Ανάδραση" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/help/en_AU/en_AU.po b/netspeed/help/en_AU/en_AU.po index 4d880a5f..93bb886e 100644 --- a/netspeed/help/en_AU/en_AU.po +++ b/netspeed/help/en_AU/en_AU.po @@ -5,10 +5,10 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" "Last-Translator: Michael Findlay <[email protected]>, 2018\n" -"Language-Team: English (Australia) (https://www.transifex.com/mate/teams/13566/en_AU/)\n" +"Language-Team: English (Australia) (https://app.transifex.com/mate/teams/13566/en_AU/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -33,7 +33,7 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" #. (itstool) path: articleinfo/copyright @@ -127,8 +127,9 @@ msgstr "" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/help/en_CA/en_CA.po b/netspeed/help/en_CA/en_CA.po index b63d8e2c..51f5d5af 100644 --- a/netspeed/help/en_CA/en_CA.po +++ b/netspeed/help/en_CA/en_CA.po @@ -5,10 +5,10 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" "Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: English (Canada) (https://www.transifex.com/mate/teams/13566/en_CA/)\n" +"Language-Team: English (Canada) (https://app.transifex.com/mate/teams/13566/en_CA/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -33,7 +33,7 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" #. (itstool) path: articleinfo/copyright @@ -127,8 +127,9 @@ msgstr "" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/help/en_GB/en_GB.po b/netspeed/help/en_GB/en_GB.po index 5c723c45..cfffaa69 100644 --- a/netspeed/help/en_GB/en_GB.po +++ b/netspeed/help/en_GB/en_GB.po @@ -2,15 +2,15 @@ # Translators: # Stefano Karapetsas <[email protected]>, 2018 # Martin Wimpress <[email protected]>, 2018 -# Andi Chandler <[email protected]>, 2020 +# Andi Chandler <[email protected]>, 2023 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" -"Last-Translator: Andi Chandler <[email protected]>, 2020\n" -"Language-Team: English (United Kingdom) (https://www.transifex.com/mate/teams/13566/en_GB/)\n" +"Last-Translator: Andi Chandler <[email protected]>, 2023\n" +"Language-Team: English (United Kingdom) (https://app.transifex.com/mate/teams/13566/en_GB/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -20,28 +20,31 @@ msgstr "" #. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2 msgctxt "_" msgid "translator-credits" -msgstr "Martin Wimpress" +msgstr "" +"Martin Wimpress\n" +"Andi Chandler" #. (itstool) path: articleinfo/title #: C/index.docbook:23 msgid "Netspeed Applet Manual V1.3" -msgstr "" +msgstr "Netspeed Applet Manual V1.3" #. (itstool) path: abstract/para #: C/index.docbook:25 msgid "" "Netspeed Applet shows how much traffic occurs on a specified network device." msgstr "" +"Netspeed Applet shows how much traffic occurs on a specified network device." #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" -msgstr "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" +msgstr "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" #. (itstool) path: articleinfo/copyright #: C/index.docbook:31 msgid "<year>2002</year> <holder>Jörgen Scheibengruber</holder>" -msgstr "" +msgstr "<year>2002</year> <holder>Jörgen Scheibengruber</holder>" #. (itstool) path: publisher/publishername #: C/index.docbook:44 @@ -69,6 +72,9 @@ msgid "" "<affiliation> <orgname>GNOME Project</orgname> </affiliation> " "<email>[email protected]</email>" msgstr "" +"<firstname>Jörgen</firstname> <surname>Scheibengruber</surname> " +"<affiliation> <orgname>GNOME Project</orgname> </affiliation> " +"<email>[email protected]</email>" #. (itstool) path: authorgroup/author #: C/index.docbook:69 @@ -77,16 +83,19 @@ msgid "" "<affiliation> <orgname>GNOME Project</orgname> </affiliation> " "<email>[email protected]</email>" msgstr "" +"<firstname>Pedro</firstname> <surname>Villavicencio Garrido</surname> " +"<affiliation> <orgname>GNOME Project</orgname> </affiliation> " +"<email>[email protected]</email>" #. (itstool) path: revision/author #: C/index.docbook:96 msgid "<firstname>MATE Documentation Project</firstname> <surname/>" -msgstr "" +msgstr "<firstname>MATE Documentation Project</firstname> <surname/>" #. (itstool) path: revhistory/revision #: C/index.docbook:93 msgid "<revnumber>1.3</revnumber> <date>July 2015</date> <_:author-1/>" -msgstr "" +msgstr "<revnumber>1.3</revnumber> <date>July 2015</date> <_:author-1/>" #. (itstool) path: revision/author #: C/index.docbook:105 C/index.docbook:125 @@ -94,11 +103,13 @@ msgid "" "<firstname>Jörgen</firstname> <surname>Scheibengruber</surname> " "<email>[email protected]</email>" msgstr "" +"<firstname>Jörgen</firstname> <surname>Scheibengruber</surname> " +"<email>[email protected]</email>" #. (itstool) path: revhistory/revision #: C/index.docbook:102 msgid "<revnumber>1.2</revnumber> <date>2006</date> <_:author-1/>" -msgstr "" +msgstr "<revnumber>1.2</revnumber> <date>2006</date> <_:author-1/>" #. (itstool) path: revision/author #: C/index.docbook:115 @@ -106,21 +117,23 @@ msgid "" "<firstname>Pedro</firstname> <surname>Villavicencio Garrido</surname> " "<email>[email protected]</email>" msgstr "" +"<firstname>Pedro</firstname> <surname>Villavicencio Garrido</surname> " +"<email>[email protected]</email>" #. (itstool) path: revhistory/revision #: C/index.docbook:112 msgid "<revnumber>1.1</revnumber> <date>2005</date> <_:author-1/>" -msgstr "" +msgstr "<revnumber>1.1</revnumber> <date>2005</date> <_:author-1/>" #. (itstool) path: revhistory/revision #: C/index.docbook:122 msgid "<revnumber>1.0</revnumber> <date>2002</date> <_:author-1/>" -msgstr "" +msgstr "<revnumber>1.0</revnumber> <date>2002</date> <_:author-1/>" #. (itstool) path: articleinfo/releaseinfo #: C/index.docbook:134 msgid "This manual describes version 1.10.1 of Netspeed Applet." -msgstr "" +msgstr "This manual describes version 1.10.1 of Netspeed Applet." #. (itstool) path: legalnotice/title #: C/index.docbook:137 @@ -131,24 +144,29 @@ msgstr "Feedback" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" +"To report a bug or make a suggestion regarding the Netspeed Applet " +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." #. (itstool) path: article/indexterm #: C/index.docbook:146 msgid "<primary>Netspeed Applet</primary>" -msgstr "" +msgstr "<primary>Netspeed Applet</primary>" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "About Netspeed Applet" -msgstr "" +msgstr "About Netspeed Applet" #. (itstool) path: figure/title #: C/index.docbook:154 msgid "Netspeed" -msgstr "" +msgstr "Netspeed" #. (itstool) path: imageobject/imagedata #. This is a reference to an external file such as an image or video. When @@ -161,6 +179,8 @@ msgid "" "external ref='figures/netspeed_applet.png' " "md5='11ef0533a2be1a5d1a9de77c4cec7f93'" msgstr "" +"external ref='figures/netspeed_applet.png' " +"md5='11ef0533a2be1a5d1a9de77c4cec7f93'" #. (itstool) path: screenshot/mediaobject #: C/index.docbook:156 @@ -169,11 +189,14 @@ msgid "" "format=\"PNG\"/> </imageobject> <textobject> <phrase>Netspeed.</phrase> " "</textobject>" msgstr "" +"<imageobject><imagedata fileref=\"figures/netspeed_applet.png\" " +"format=\"PNG\"/> </imageobject> <textobject> <phrase>Netspeed.</phrase> " +"</textobject>" #. (itstool) path: figure/title #: C/index.docbook:166 msgid "Netspeed showing the sum in a 48px panel." -msgstr "" +msgstr "Netspeed showing the sum in a 48px panel." #. (itstool) path: imageobject/imagedata #. This is a reference to an external file such as an image or video. When @@ -185,6 +208,7 @@ msgctxt "_" msgid "" "external ref='figures/eth_sum_48.png' md5='5113ce28da9b7712dafc52b3c13ccf32'" msgstr "" +"external ref='figures/eth_sum_48.png' md5='5113ce28da9b7712dafc52b3c13ccf32'" #. (itstool) path: screenshot/mediaobject #: C/index.docbook:168 @@ -193,6 +217,9 @@ msgid "" "</imageobject> <textobject> <phrase>Netspeed showing the sum in a 48px " "panel.</phrase> </textobject>" msgstr "" +"<imageobject><imagedata fileref=\"figures/eth_sum_48.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>Netspeed showing the sum in a 48px " +"panel.</phrase> </textobject>" #. (itstool) path: sect1/para #: C/index.docbook:177 @@ -201,11 +228,14 @@ msgid "" " specified device like eth0, ppp0, plip0, etc. More over it provides " "information about the configuration of the network device." msgstr "" +"<application>Netspeed Applet</application> displays the network traffic on a" +" specified device like eth0, ppp0, plip0, etc. More over it provides " +"information about the configuration of the network device." #. (itstool) path: sect2/title #: C/index.docbook:183 msgid "Netspeed Icons on Panel" -msgstr "" +msgstr "Netspeed Icons on Panel" #. (itstool) path: entry/para #: C/index.docbook:190 @@ -227,6 +257,7 @@ msgctxt "_" msgid "" "external ref='figures/loopback.png' md5='0636b7d65b0626ee5e92dc0d28be5871'" msgstr "" +"external ref='figures/loopback.png' md5='0636b7d65b0626ee5e92dc0d28be5871'" #. (itstool) path: entry/para #: C/index.docbook:196 @@ -235,11 +266,14 @@ msgid "" " format=\"PNG\"/> </imageobject><textobject> <phrase>Loopback</phrase> " "</textobject></inlinemediaobject>" msgstr "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/loopback.png\"" +" format=\"PNG\"/> </imageobject><textobject> <phrase>Loopback</phrase> " +"</textobject></inlinemediaobject>" #. (itstool) path: entry/para #: C/index.docbook:203 msgid "The Loopback interface." -msgstr "" +msgstr "The Loopback interface." #. (itstool) path: imageobject/imagedata #. This is a reference to an external file such as an image or video. When @@ -251,6 +285,7 @@ msgctxt "_" msgid "" "external ref='figures/ethernet.png' md5='48562a8b38e8eca91a3a8ee4ba4e3077'" msgstr "" +"external ref='figures/ethernet.png' md5='48562a8b38e8eca91a3a8ee4ba4e3077'" #. (itstool) path: entry/para #: C/index.docbook:208 @@ -259,11 +294,14 @@ msgid "" " format=\"PNG\"/> </imageobject><textobject> <phrase>Ethernet</phrase> " "</textobject></inlinemediaobject>" msgstr "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/ethernet.png\"" +" format=\"PNG\"/> </imageobject><textobject> <phrase>Ethernet</phrase> " +"</textobject></inlinemediaobject>" #. (itstool) path: entry/para #: C/index.docbook:215 msgid "Ethernet connection." -msgstr "" +msgstr "Ethernet connection." #. (itstool) path: imageobject/imagedata #. This is a reference to an external file such as an image or video. When @@ -273,7 +311,7 @@ msgstr "" #: C/index.docbook:222 msgctxt "_" msgid "external ref='figures/ppp.png' md5='b88d98a9ccdd489d91b45c8cf2dcbad1'" -msgstr "" +msgstr "external ref='figures/ppp.png' md5='b88d98a9ccdd489d91b45c8cf2dcbad1'" #. (itstool) path: entry/para #: C/index.docbook:220 @@ -282,11 +320,14 @@ msgid "" "format=\"PNG\"/> </imageobject><textobject> <phrase>PPP</phrase> " "</textobject></inlinemediaobject>" msgstr "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/ppp.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>PPP</phrase> " +"</textobject></inlinemediaobject>" #. (itstool) path: entry/para #: C/index.docbook:227 msgid "Point to Point Protocol connection." -msgstr "" +msgstr "Point to Point Protocol connection." #. (itstool) path: imageobject/imagedata #. This is a reference to an external file such as an image or video. When @@ -298,6 +339,7 @@ msgctxt "_" msgid "" "external ref='figures/wavelan.png' md5='90f925a64abe393adc5834fceba515fe'" msgstr "" +"external ref='figures/wavelan.png' md5='90f925a64abe393adc5834fceba515fe'" #. (itstool) path: entry/para #: C/index.docbook:232 @@ -306,11 +348,14 @@ msgid "" "format=\"PNG\"/> </imageobject><textobject> <phrase>Wireless</phrase> " "</textobject></inlinemediaobject>" msgstr "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/wavelan.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>Wireless</phrase> " +"</textobject></inlinemediaobject>" #. (itstool) path: entry/para #: C/index.docbook:239 msgid "Wireless connection." -msgstr "" +msgstr "Wireless connection." #. (itstool) path: imageobject/imagedata #. This is a reference to an external file such as an image or video. When @@ -321,6 +366,7 @@ msgstr "" msgctxt "_" msgid "external ref='figures/plip.png' md5='0761a22dfa7b0b56e41e020cd701db68'" msgstr "" +"external ref='figures/plip.png' md5='0761a22dfa7b0b56e41e020cd701db68'" #. (itstool) path: entry/para #: C/index.docbook:244 @@ -329,16 +375,19 @@ msgid "" "format=\"PNG\"/> </imageobject><textobject> <phrase>PLIP</phrase> " "</textobject></inlinemediaobject>" msgstr "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/plip.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>PLIP</phrase> " +"</textobject></inlinemediaobject>" #. (itstool) path: entry/para #: C/index.docbook:251 msgid "Parallel Line Internet Protocol connection." -msgstr "" +msgstr "Parallel Line Internet Protocol connection." #. (itstool) path: sect2/title #: C/index.docbook:260 msgid "To Add Netspeed Applet to a Panel" -msgstr "" +msgstr "To Add Netspeed Applet to a Panel" #. (itstool) path: sect2/para #: C/index.docbook:261 @@ -346,11 +395,13 @@ msgid "" "To add <application>Netspeed Applet</application> to a panel, perform the " "following steps:" msgstr "" +"To add <application>Netspeed Applet</application> to a panel, perform the " +"following steps:" #. (itstool) path: listitem/para #: C/index.docbook:267 msgid "Right-click on the panel." -msgstr "" +msgstr "Right-click on the panel." #. (itstool) path: listitem/para #: C/index.docbook:272 @@ -363,6 +414,8 @@ msgid "" "Scroll down the list of items in the <guilabel>Add to Panel</guilabel> " "dialog, then select <guilabel>Netspeed Applet</guilabel>." msgstr "" +"Scroll down the list of items in the <guilabel>Add to Panel</guilabel> " +"dialogue, then select <guilabel>Netspeed Applet</guilabel>." #. (itstool) path: listitem/para #: C/index.docbook:283 @@ -372,12 +425,12 @@ msgstr "Click <guibutton>Add</guibutton>." #. (itstool) path: sect1/title #: C/index.docbook:291 msgid "Settings" -msgstr "" +msgstr "Settings" #. (itstool) path: figure/title #: C/index.docbook:293 msgid "Netspeed Applet Settings" -msgstr "" +msgstr "Netspeed Applet Settings" #. (itstool) path: imageobject/imagedata #. This is a reference to an external file such as an image or video. When @@ -389,6 +442,7 @@ msgctxt "_" msgid "" "external ref='figures/settings.png' md5='219a6bc0e89cb9634d49025f9d3c6604'" msgstr "" +"external ref='figures/settings.png' md5='219a6bc0e89cb9634d49025f9d3c6604'" #. (itstool) path: screenshot/mediaobject #: C/index.docbook:295 @@ -397,11 +451,14 @@ msgid "" "</imageobject> <textobject> <phrase>Netspeed Applet Settings.</phrase> " "</textobject>" msgstr "" +"<imageobject><imagedata fileref=\"figures/settings.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>Netspeed Applet Settings.</phrase> " +"</textobject>" #. (itstool) path: sect1/para #: C/index.docbook:304 msgid "In this dialog you can change the settings of Netspeed Applet:" -msgstr "" +msgstr "In this dialogue you can change the settings of Netspeed Applet:" #. (itstool) path: listitem/para #: C/index.docbook:308 @@ -410,6 +467,9 @@ msgid "" "applet should monitor from the popdown list of the combobox. Usually all " "available devices are listed, however you can enter one yourself, too." msgstr "" +"<guilabel>Network device:</guilabel> Choose the network device that the " +"applet should monitor from the popdown list of the combobox. Usually all " +"available devices are listed, however you can enter one yourself, too." #. (itstool) path: listitem/para #: C/index.docbook:312 @@ -417,6 +477,8 @@ msgid "" "<guilabel>Update interval:</guilabel> Enter the time between two updates of " "the applet." msgstr "" +"<guilabel>Update interval:</guilabel> Enter the time between two updates of " +"the applet." #. (itstool) path: listitem/para #: C/index.docbook:315 @@ -424,6 +486,8 @@ msgid "" "<guilabel>Label font size:</guilabel> Enter the size of the text displayed " "in the applet." msgstr "" +"<guilabel>Label font size:</guilabel> Enter the size of the text displayed " +"in the applet." #. (itstool) path: listitem/para #: C/index.docbook:318 @@ -432,6 +496,9 @@ msgid "" "then the applet will show the sum of the in and out rate. The applet will " "take only half of the space in the panel in this case." msgstr "" +"<guilabel>Show sum instead of in and out:</guilabel> If you check this box " +"then the applet will show the sum of the in and out rate. The applet will " +"take only half of the space in the panel in this case." #. (itstool) path: listitem/para #: C/index.docbook:322 @@ -439,6 +506,8 @@ msgid "" "<guilabel>Show bits/s (b/s) instead of bytes/s (B/s):</guilabel> Check this " "if you want the applet to display bits per second instead of bytes/s." msgstr "" +"<guilabel>Show bits/s (b/s) instead of bytes/s (B/s):</guilabel> Check this " +"if you want the applet to display bits per second instead of bytes/s." #. (itstool) path: listitem/para #: C/index.docbook:326 @@ -450,6 +519,12 @@ msgid "" "unchecked, the applet will always show the network card icon, no matter " "which device you monitor." msgstr "" +"<guilabel>Change icon according to the selected device:</guilabel> Usually " +"the applet will show an icon representing the type of network device you " +"monitor. So it will show a phone for Point-to-Point connections (ppp - " +"modems, etc.), a network card for Ethernet (eth), etc. When this is " +"unchecked, the applet will always show the network card icon, no matter " +"which device you monitor." #. (itstool) path: listitem/para #: C/index.docbook:332 @@ -458,12 +533,15 @@ msgid "" "your connection is down, Netspeed Applet look for a running one for " "monitoring." msgstr "" +"<guilabel>Always monitor a connected device, if possible:</guilabel> When " +"your connection is down, Netspeed Applet look for a running one for " +"monitoring." #. (itstool) path: sect1/title #. (itstool) path: figure/title #: C/index.docbook:338 C/index.docbook:340 msgid "The details dialog" -msgstr "" +msgstr "The details dialogue" #. (itstool) path: imageobject/imagedata #. This is a reference to an external file such as an image or video. When @@ -475,6 +553,7 @@ msgctxt "_" msgid "" "external ref='figures/details.png' md5='60fedda8f88b634f16ab31090b5bdd67'" msgstr "" +"external ref='figures/details.png' md5='60fedda8f88b634f16ab31090b5bdd67'" #. (itstool) path: screenshot/mediaobject #: C/index.docbook:342 @@ -483,6 +562,9 @@ msgid "" "</imageobject> <textobject> <phrase>The details dialog</phrase> " "</textobject>" msgstr "" +"<imageobject><imagedata fileref=\"figures/details.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>The details dialogue</phrase> " +"</textobject>" #. (itstool) path: sect1/para #: C/index.docbook:351 @@ -490,6 +572,8 @@ msgid "" "This dialog shows you some useful information on the configuration of your " "network device." msgstr "" +"This dialogue shows you some useful information on the configuration of your" +" network device." #. (itstool) path: listitem/para #: C/index.docbook:356 @@ -497,6 +581,8 @@ msgid "" "<guilabel>Internet Address:</guilabel> The IP (Internet Protocol) address of" " the network device." msgstr "" +"<guilabel>Internet Address:</guilabel> The IP (Internet Protocol) address of" +" the network device." #. (itstool) path: listitem/para #: C/index.docbook:359 @@ -505,6 +591,8 @@ msgid "" "LAN (Local Area Network). A usual value is 255.255.255.0 (a class C " "network)." msgstr "" +"<guilabel>Netmask:</guilabel> The netmask depends on the size of your LAN " +"(Local Area Network). A usual value is 255.255.255.0 (a class C network)." #. (itstool) path: listitem/para #: C/index.docbook:363 @@ -513,6 +601,9 @@ msgid "" "physical or MAC (Media Access Control) address. A worldwide unique " "identifier for your network card." msgstr "" +"<guilabel>Hardware Address:</guilabel> Often also referred to as the " +"physical or MAC (Media Access Control) address. A worldwide unique " +"identifier for your network card." #. (itstool) path: listitem/para #: C/index.docbook:367 @@ -520,6 +611,8 @@ msgid "" "<guilabel>P-t-P Address:</guilabel> The internet address of the \"other " "side\" of your PPP (Point to Point Protocol) connection." msgstr "" +"<guilabel>P-t-P Address:</guilabel> The internet address of the \"other " +"side\" of your PPP (Point to Point Protocol) connection." #. (itstool) path: listitem/para #: C/index.docbook:371 @@ -527,6 +620,8 @@ msgid "" "<guilabel>Bytes in:</guilabel> The amount of bytes that the network device " "has received since it has been connected to the network." msgstr "" +"<guilabel>Bytes in:</guilabel> The number of bytes that the network device " +"has received since it has been connected to the network." #. (itstool) path: listitem/para #: C/index.docbook:375 @@ -534,6 +629,8 @@ msgid "" "<guilabel>Bytes out:</guilabel> The amount of bytes that the network device " "has sent since it has been connected to the network." msgstr "" +"<guilabel>Bytes out:</guilabel> The number of bytes that the network device " +"has sent since it has been connected to the network." #. (itstool) path: para/ulink #: C/legal.xml:9 diff --git a/netspeed/help/eo/eo.po b/netspeed/help/eo/eo.po index 3262f6fb..903a8e18 100644 --- a/netspeed/help/eo/eo.po +++ b/netspeed/help/eo/eo.po @@ -6,10 +6,10 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" "Last-Translator: Cora Loftis, 2018\n" -"Language-Team: Esperanto (https://www.transifex.com/mate/teams/13566/eo/)\n" +"Language-Team: Esperanto (https://app.transifex.com/mate/teams/13566/eo/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -42,7 +42,7 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" #. (itstool) path: articleinfo/copyright @@ -136,8 +136,9 @@ msgstr "Rimarkoj" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/help/es/es.po b/netspeed/help/es/es.po index 754a902b..fb9b6611 100644 --- a/netspeed/help/es/es.po +++ b/netspeed/help/es/es.po @@ -1,25 +1,25 @@ -# # Translators: -# seacat <[email protected]>, 2018 # Stefano Karapetsas <[email protected]>, 2018 -# Wolfgang Ulbrich <[email protected]>, 2018 +# Wolfgang Ulbrich <[email protected]>, 2018 # Joel Barrios <[email protected]>, 2018 -# Adolfo Jayme-Barrientos, 2018 +# Adolfo Jayme Barrientos, 2018 # David García-Abad <[email protected]>, 2019 -# Toni Estévez <[email protected]>, 2020 +# seacat <[email protected]>, 2021 +# 171350df548bca4af8a915804cc7c220_3fa149f <f4cca1b2688318e71233fb3acc618111_1013665>, 2021 +# Toni Estévez <[email protected]>, 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" -"Last-Translator: Toni Estévez <[email protected]>, 2020\n" -"Language-Team: Spanish (https://www.transifex.com/mate/teams/13566/es/)\n" +"Last-Translator: Toni Estévez <[email protected]>, 2021\n" +"Language-Team: Spanish (https://app.transifex.com/mate/teams/13566/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: es\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" #. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2 msgctxt "_" @@ -33,26 +33,26 @@ msgstr "" #. (itstool) path: articleinfo/title #: C/index.docbook:23 msgid "Netspeed Applet Manual V1.3" -msgstr "" +msgstr "Manual de la Miniaplicación Netspeed V1.3" #. (itstool) path: abstract/para #: C/index.docbook:25 msgid "" "Netspeed Applet shows how much traffic occurs on a specified network device." msgstr "" -"La miniaplicación de velocidad de red muestra la cantidad de tráfico en el " -"dispositivo de red indicado." +"La Miniaplicación Netspeed muestra la cantidad de tráfico en el dispositivo " +"de red indicado." #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" -"<year>2015-2020</year> <holder>Proyecto de documentación de MATE</holder>" +"<year>2015-2021</year> <holder>Proyecto de documentación de MATE</holder>" #. (itstool) path: articleinfo/copyright #: C/index.docbook:31 msgid "<year>2002</year> <holder>Jörgen Scheibengruber</holder>" -msgstr "" +msgstr "<year>2002</year> <holder>Jörgen Scheibengruber</holder>" #. (itstool) path: publisher/publishername #: C/index.docbook:44 @@ -80,6 +80,9 @@ msgid "" "<affiliation> <orgname>GNOME Project</orgname> </affiliation> " "<email>[email protected]</email>" msgstr "" +"<firstname>Jörgen</firstname> <surname>Scheibengruber</surname> " +"<affiliation> <orgname>Proyecto GNOME</orgname> </affiliation> " +"<email>[email protected]</email>" #. (itstool) path: authorgroup/author #: C/index.docbook:69 @@ -88,6 +91,9 @@ msgid "" "<affiliation> <orgname>GNOME Project</orgname> </affiliation> " "<email>[email protected]</email>" msgstr "" +"<firstname>Pedro</firstname> <surname>Villavicencio Garrido</surname> " +"<affiliation> <orgname>Proyecto GNOME</orgname> </affiliation> " +"<email>[email protected]</email>" #. (itstool) path: revision/author #: C/index.docbook:96 @@ -97,7 +103,7 @@ msgstr "<firstname>Proyecto de documentación de MATE</firstname> <surname/>" #. (itstool) path: revhistory/revision #: C/index.docbook:93 msgid "<revnumber>1.3</revnumber> <date>July 2015</date> <_:author-1/>" -msgstr "" +msgstr "<revnumber>1.3</revnumber> <date>Julio de 2015</date> <_:author-1/>" #. (itstool) path: revision/author #: C/index.docbook:105 C/index.docbook:125 @@ -105,11 +111,13 @@ msgid "" "<firstname>Jörgen</firstname> <surname>Scheibengruber</surname> " "<email>[email protected]</email>" msgstr "" +"<firstname>Jörgen</firstname> <surname>Scheibengruber</surname> " +"<email>[email protected]</email>" #. (itstool) path: revhistory/revision #: C/index.docbook:102 msgid "<revnumber>1.2</revnumber> <date>2006</date> <_:author-1/>" -msgstr "" +msgstr "<revnumber>1.2</revnumber> <date>2006</date> <_:author-1/>" #. (itstool) path: revision/author #: C/index.docbook:115 @@ -117,23 +125,23 @@ msgid "" "<firstname>Pedro</firstname> <surname>Villavicencio Garrido</surname> " "<email>[email protected]</email>" msgstr "" +"<firstname>Pedro</firstname> <surname>Villavicencio Garrido</surname> " +"<email>[email protected]</email>" #. (itstool) path: revhistory/revision #: C/index.docbook:112 msgid "<revnumber>1.1</revnumber> <date>2005</date> <_:author-1/>" -msgstr "" +msgstr "<revnumber>1.1</revnumber> <date>2005</date> <_:author-1/>" #. (itstool) path: revhistory/revision #: C/index.docbook:122 msgid "<revnumber>1.0</revnumber> <date>2002</date> <_:author-1/>" -msgstr "" +msgstr "<revnumber>1.0</revnumber> <date>2002</date> <_:author-1/>" #. (itstool) path: articleinfo/releaseinfo #: C/index.docbook:134 msgid "This manual describes version 1.10.1 of Netspeed Applet." -msgstr "" -"Este manual describe la versión 1.10.1 de la miniaplicación Velocidad de " -"red." +msgstr "Este manual describe la versión 1.10.1 de la Miniaplicación Netspeed." #. (itstool) path: legalnotice/title #: C/index.docbook:137 @@ -144,24 +152,29 @@ msgstr "Comentarios" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" +"Para informar de un error o hacer una sugerencia con respecto a la " +"Miniaplicación Netspeed o este manual, siga las instrucciones de la <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">Página de Comentarios de" +" MATE</ulink>." #. (itstool) path: article/indexterm #: C/index.docbook:146 msgid "<primary>Netspeed Applet</primary>" -msgstr "" +msgstr "<primary>Miniaplicación Netspeed</primary>" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "About Netspeed Applet" -msgstr "Acerca de la miniaplicación Velocidad de red" +msgstr "Acerca de la Miniaplicación Netspeed" #. (itstool) path: figure/title #: C/index.docbook:154 msgid "Netspeed" -msgstr "Velocidad de red" +msgstr "Netspeed" #. (itstool) path: imageobject/imagedata #. This is a reference to an external file such as an image or video. When @@ -184,11 +197,14 @@ msgid "" "format=\"PNG\"/> </imageobject> <textobject> <phrase>Netspeed.</phrase> " "</textobject>" msgstr "" +"<imageobject><imagedata fileref=\"figures/netspeed_applet.png\" " +"format=\"PNG\"/> </imageobject> <textobject> <phrase>Netspeed.</phrase> " +"</textobject>" #. (itstool) path: figure/title #: C/index.docbook:166 msgid "Netspeed showing the sum in a 48px panel." -msgstr "" +msgstr "Netspeed mostrando la suma en un panel de 48px." #. (itstool) path: imageobject/imagedata #. This is a reference to an external file such as an image or video. When @@ -209,6 +225,9 @@ msgid "" "</imageobject> <textobject> <phrase>Netspeed showing the sum in a 48px " "panel.</phrase> </textobject>" msgstr "" +"<imageobject><imagedata fileref=\"figures/eth_sum_48.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>Netspeed mostrando la suma en un panel " +"de 48px.</phrase> </textobject>" #. (itstool) path: sect1/para #: C/index.docbook:177 @@ -217,11 +236,14 @@ msgid "" " specified device like eth0, ppp0, plip0, etc. More over it provides " "information about the configuration of the network device." msgstr "" +"La <application>Miniaplicación Netspeed</application> muestra el tráfico de " +"red de un dispositivo especificado, como eth0, ppp0, plip0, etc. Además, " +"provee información sobre la configuración del dispositivo de red." #. (itstool) path: sect2/title #: C/index.docbook:183 msgid "Netspeed Icons on Panel" -msgstr "Iconos de Velocidad de red en el panel" +msgstr "Iconos de Netspeed en el panel" #. (itstool) path: entry/para #: C/index.docbook:190 @@ -252,11 +274,14 @@ msgid "" " format=\"PNG\"/> </imageobject><textobject> <phrase>Loopback</phrase> " "</textobject></inlinemediaobject>" msgstr "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/loopback.png\"" +" format=\"PNG\"/> </imageobject><textobject> <phrase>Loopback</phrase> " +"</textobject></inlinemediaobject>" #. (itstool) path: entry/para #: C/index.docbook:203 msgid "The Loopback interface." -msgstr "" +msgstr "La interfaz Loopback." #. (itstool) path: imageobject/imagedata #. This is a reference to an external file such as an image or video. When @@ -277,6 +302,9 @@ msgid "" " format=\"PNG\"/> </imageobject><textobject> <phrase>Ethernet</phrase> " "</textobject></inlinemediaobject>" msgstr "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/ethernet.png\"" +" format=\"PNG\"/> </imageobject><textobject> <phrase>Ethernet</phrase> " +"</textobject></inlinemediaobject>" #. (itstool) path: entry/para #: C/index.docbook:215 @@ -300,6 +328,9 @@ msgid "" "format=\"PNG\"/> </imageobject><textobject> <phrase>PPP</phrase> " "</textobject></inlinemediaobject>" msgstr "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/ppp.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>PPP</phrase> " +"</textobject></inlinemediaobject>" #. (itstool) path: entry/para #: C/index.docbook:227 @@ -325,6 +356,9 @@ msgid "" "format=\"PNG\"/> </imageobject><textobject> <phrase>Wireless</phrase> " "</textobject></inlinemediaobject>" msgstr "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/wavelan.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>Conexión " +"inalámbrica</phrase> </textobject></inlinemediaobject>" #. (itstool) path: entry/para #: C/index.docbook:239 @@ -349,16 +383,19 @@ msgid "" "format=\"PNG\"/> </imageobject><textobject> <phrase>PLIP</phrase> " "</textobject></inlinemediaobject>" msgstr "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/plip.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>PLIP</phrase> " +"</textobject></inlinemediaobject>" #. (itstool) path: entry/para #: C/index.docbook:251 msgid "Parallel Line Internet Protocol connection." -msgstr "" +msgstr "Conexión de protocolo de Internet de línea paralela." #. (itstool) path: sect2/title #: C/index.docbook:260 msgid "To Add Netspeed Applet to a Panel" -msgstr "" +msgstr "Agregar la miniaplicación Netspeed al Panel" #. (itstool) path: sect2/para #: C/index.docbook:261 @@ -366,6 +403,8 @@ msgid "" "To add <application>Netspeed Applet</application> to a panel, perform the " "following steps:" msgstr "" +"Para agregar la <application>Miniaplicación Netspeed</application> a un " +"panel, realice los siguientes pasos:" #. (itstool) path: listitem/para #: C/index.docbook:267 @@ -383,6 +422,9 @@ msgid "" "Scroll down the list of items in the <guilabel>Add to Panel</guilabel> " "dialog, then select <guilabel>Netspeed Applet</guilabel>." msgstr "" +"Desplácese hacia abajo en la lista de elementos en el diálogo " +"<guilabel>Añadir al Panel</guilabel>, luego seleccione " +"<guilabel>Miniaplicación Netspeed</guilabel>." #. (itstool) path: listitem/para #: C/index.docbook:283 @@ -397,7 +439,7 @@ msgstr "Ajustes" #. (itstool) path: figure/title #: C/index.docbook:293 msgid "Netspeed Applet Settings" -msgstr "Ajustes de la Miniaplicación Velocidad de red" +msgstr "Ajustes de la Miniaplicación Netspeed" #. (itstool) path: imageobject/imagedata #. This is a reference to an external file such as an image or video. When @@ -418,13 +460,15 @@ msgid "" "</imageobject> <textobject> <phrase>Netspeed Applet Settings.</phrase> " "</textobject>" msgstr "" +"<imageobject><imagedata fileref=\"figures/settings.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>Ajustes de la miniaplicación Netspeed " +".</phrase> </textobject>" #. (itstool) path: sect1/para #: C/index.docbook:304 msgid "In this dialog you can change the settings of Netspeed Applet:" msgstr "" -"En este diálogo, puedes cambiar los ajustes de la Miniaplicación Velocidad " -"de red:" +"En este diálogo, puedes cambiar los ajustes de la miniaplicación Netspeed:" #. (itstool) path: listitem/para #: C/index.docbook:308 @@ -453,6 +497,8 @@ msgid "" "<guilabel>Label font size:</guilabel> Enter the size of the text displayed " "in the applet." msgstr "" +"<guilabel>Tamaño de letra de la etiqueta:</guilabel> Escriba el tamaño del " +"texto que se muestra en la miniaplicación." #. (itstool) path: listitem/para #: C/index.docbook:318 @@ -461,6 +507,10 @@ msgid "" "then the applet will show the sum of the in and out rate. The applet will " "take only half of the space in the panel in this case." msgstr "" +"<guilabel>Mostrar la suma en vez de la entrada y la salida:</guilabel> Si " +"marca esta casilla, la miniaplicación mostrará la suma de las tasas de " +"entrada y salida. En este caso, la miniaplicación solo ocupará la mitad del " +"espacio del panel." #. (itstool) path: listitem/para #: C/index.docbook:322 @@ -468,6 +518,9 @@ msgid "" "<guilabel>Show bits/s (b/s) instead of bytes/s (B/s):</guilabel> Check this " "if you want the applet to display bits per second instead of bytes/s." msgstr "" +"<guilabel>Mostrar bits/s (b/s) en vez de bytes/s (B/s):</guilabel> Active " +"esta opción si quiere que la miniaplicación muestre bits por segundo en vez " +"de bytes por segundo." #. (itstool) path: listitem/para #: C/index.docbook:326 @@ -479,6 +532,13 @@ msgid "" "unchecked, the applet will always show the network card icon, no matter " "which device you monitor." msgstr "" +"<guilabel>Cambiar el icono según el dispositivo seleccionado:</guilabel> " +"Normalmente, la miniaplicación mostrará un icono que representa el tipo de " +"dispositivo de red que monitorea. Así, mostrará un teléfono para conexiones " +"punto a punto (módems, etc.), una tarjeta de red para Ethernet (eth), etc. " +"Cuando esta opción está desactivada, la miniaplicación siempre mostrará el " +"icono de la tarjeta de red, independientemente del dispositivo que " +"supervise." #. (itstool) path: listitem/para #: C/index.docbook:332 @@ -487,12 +547,15 @@ msgid "" "your connection is down, Netspeed Applet look for a running one for " "monitoring." msgstr "" +"<guilabel>Monitorear siempre un dispositivo conectado, si es " +"posible:</guilabel> Cuando la conexión esté caída, Netspeed Applet buscará " +"otra que esté activa para monitorearla." #. (itstool) path: sect1/title #. (itstool) path: figure/title #: C/index.docbook:338 C/index.docbook:340 msgid "The details dialog" -msgstr "" +msgstr "Diálogo de detalles" #. (itstool) path: imageobject/imagedata #. This is a reference to an external file such as an image or video. When @@ -513,6 +576,9 @@ msgid "" "</imageobject> <textobject> <phrase>The details dialog</phrase> " "</textobject>" msgstr "" +"<imageobject> </imageobject> <textobject> <phrase>El diálogo " +"detalles</phrase> </textobject><imagedata fileref=\"figures/details.png\" " +"format=\"PNG\"/>" #. (itstool) path: sect1/para #: C/index.docbook:351 @@ -520,6 +586,8 @@ msgid "" "This dialog shows you some useful information on the configuration of your " "network device." msgstr "" +"Este cuadro de diálogo le muestra información útil sobre la configuración de" +" su dispositivo de red." #. (itstool) path: listitem/para #: C/index.docbook:356 @@ -527,6 +595,8 @@ msgid "" "<guilabel>Internet Address:</guilabel> The IP (Internet Protocol) address of" " the network device." msgstr "" +"<guilabel>Dirección de Internet:</guilabel> La dirección IP (Protocolo de " +"Internet) del dispositivo de red" #. (itstool) path: listitem/para #: C/index.docbook:359 @@ -535,6 +605,9 @@ msgid "" "LAN (Local Area Network). A usual value is 255.255.255.0 (a class C " "network)." msgstr "" +"<guilabel>Máscara de red:</guilabel> La máscara de red que depende del " +"tamaño de su LAN (Local Area Network o Red de Área Local, en español). Un " +"valor usual es 255.255.255.0 (una red de clase C)." #. (itstool) path: listitem/para #: C/index.docbook:363 @@ -543,6 +616,9 @@ msgid "" "physical or MAC (Media Access Control) address. A worldwide unique " "identifier for your network card." msgstr "" +"<guilabel>Dirección de hardware:</guilabel> A veces referida como la " +"dirección física o MAC (Media Access Control, Control de Acceso a los " +"Medios, en español). Un identificador único mundial para su tarjeta de red." #. (itstool) path: listitem/para #: C/index.docbook:367 @@ -550,6 +626,9 @@ msgid "" "<guilabel>P-t-P Address:</guilabel> The internet address of the \"other " "side\" of your PPP (Point to Point Protocol) connection." msgstr "" +"<guilabel>Dirección P-t-P:</guilabel> La dirección de internet del \"otro " +"lado\" de su conexión PPP (Point to Point Protocol, Protocolo Punto a Punto " +"en español)." #. (itstool) path: listitem/para #: C/index.docbook:371 @@ -557,6 +636,8 @@ msgid "" "<guilabel>Bytes in:</guilabel> The amount of bytes that the network device " "has received since it has been connected to the network." msgstr "" +"<guilabel>Bytes in:</guilabel> La cantidad de bytes que el dispositivo de " +"red ha recibido desde que se conectó a la red." #. (itstool) path: listitem/para #: C/index.docbook:375 @@ -564,6 +645,8 @@ msgid "" "<guilabel>Bytes out:</guilabel> The amount of bytes that the network device " "has sent since it has been connected to the network." msgstr "" +"<guilabel>Bytes out:</guilabel> La cantidad de bytes que el dispositivo de " +"red ha recibido desde que se lo conectó a la red." #. (itstool) path: para/ulink #: C/legal.xml:9 @@ -609,9 +692,9 @@ msgid "" "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" -"Muchos de los nombres utilizados por las empresas para distinguir sus " -"productos y servicios se consideran marcas comerciales. Cuando esos nombres " -"aparecen en cualquier documentación de MATE y los miembros del proyecto de " +"Muchos de los nombres usados por las empresas para distinguir sus productos " +"y servicios se consideran marcas comerciales. Cuando esos nombres aparecen " +"en cualquier documentación de MATE y los miembros del proyecto de " "documentación de MATE son conscientes de que se trata de marcas registradas," " dichos nombres se escriben en letras mayúsculas o con inical mayúscula." diff --git a/netspeed/help/es_AR/es_AR.po b/netspeed/help/es_AR/es_AR.po index 4363a68e..bca38422 100644 --- a/netspeed/help/es_AR/es_AR.po +++ b/netspeed/help/es_AR/es_AR.po @@ -1,21 +1,22 @@ -# # Translators: # Stefano Karapetsas <[email protected]>, 2018 # Germán Herrou <[email protected]>, 2018 # Dario Badagnani <[email protected]>, 2018 +# Alejo Fernandez <[email protected]>, 2024 +# Transifex Bot <>, 2026 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" -"Last-Translator: Dario Badagnani <[email protected]>, 2018\n" -"Language-Team: Spanish (Argentina) (https://www.transifex.com/mate/teams/13566/es_AR/)\n" +"Last-Translator: Transifex Bot <>, 2026\n" +"Language-Team: Spanish (Argentina) (https://app.transifex.com/mate/teams/13566/es_AR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: es_AR\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" #. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2 msgctxt "_" @@ -37,8 +38,9 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" +"<year>2015-2021</year> <holder>Proyecto de documentación de MATE</holder>" #. (itstool) path: articleinfo/copyright #: C/index.docbook:31 @@ -81,7 +83,7 @@ msgstr "" #. (itstool) path: revision/author #: C/index.docbook:96 msgid "<firstname>MATE Documentation Project</firstname> <surname/>" -msgstr "" +msgstr "<firstname>Proyecto de documentación de MATE</firstname> <surname/>" #. (itstool) path: revhistory/revision #: C/index.docbook:93 @@ -131,8 +133,9 @@ msgstr "" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm @@ -538,7 +541,7 @@ msgstr "" #. (itstool) path: para/ulink #: C/legal.xml:9 msgid "link" -msgstr "" +msgstr "enlace" #. (itstool) path: legalnotice/para #: C/legal.xml:2 diff --git a/netspeed/help/es_CL/es_CL.po b/netspeed/help/es_CL/es_CL.po new file mode 100644 index 00000000..04fe208c --- /dev/null +++ b/netspeed/help/es_CL/es_CL.po @@ -0,0 +1,607 @@ +# Translators: +# prflr88 <[email protected]>, 2018 +# Transifex Bot <>, 2026 +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" +"PO-Revision-Date: 2018-09-27 15:24+0000\n" +"Last-Translator: Transifex Bot <>, 2026\n" +"Language-Team: Spanish (Chile) (https://app.transifex.com/mate/teams/13566/es_CL/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es_CL\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" + +#. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2 +msgctxt "_" +msgid "translator-credits" +msgstr "Créditos de los traductores" + +#. (itstool) path: articleinfo/title +#: C/index.docbook:23 +msgid "Netspeed Applet Manual V1.3" +msgstr "" + +#. (itstool) path: abstract/para +#: C/index.docbook:25 +msgid "" +"Netspeed Applet shows how much traffic occurs on a specified network device." +msgstr "" + +#. (itstool) path: articleinfo/copyright +#: C/index.docbook:27 +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" +msgstr "" + +#. (itstool) path: articleinfo/copyright +#: C/index.docbook:31 +msgid "<year>2002</year> <holder>Jörgen Scheibengruber</holder>" +msgstr "" + +#. (itstool) path: publisher/publishername +#: C/index.docbook:44 +msgid "MATE Documentation Project" +msgstr "" + +#. (itstool) path: publisher/publishername +#: C/index.docbook:47 +msgid "GNOME Documentation Project" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:53 +msgid "" +"<firstname>MATE Documentation Project</firstname> <surname/> <affiliation> " +"<orgname>MATE Desktop</orgname> </affiliation>" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:60 +msgid "" +"<firstname>Jörgen</firstname> <surname>Scheibengruber</surname> " +"<affiliation> <orgname>GNOME Project</orgname> </affiliation> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:69 +msgid "" +"<firstname>Pedro</firstname> <surname>Villavicencio Garrido</surname> " +"<affiliation> <orgname>GNOME Project</orgname> </affiliation> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revision/author +#: C/index.docbook:96 +msgid "<firstname>MATE Documentation Project</firstname> <surname/>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:93 +msgid "<revnumber>1.3</revnumber> <date>July 2015</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: revision/author +#: C/index.docbook:105 C/index.docbook:125 +msgid "" +"<firstname>Jörgen</firstname> <surname>Scheibengruber</surname> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:102 +msgid "<revnumber>1.2</revnumber> <date>2006</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: revision/author +#: C/index.docbook:115 +msgid "" +"<firstname>Pedro</firstname> <surname>Villavicencio Garrido</surname> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:112 +msgid "<revnumber>1.1</revnumber> <date>2005</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:122 +msgid "<revnumber>1.0</revnumber> <date>2002</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: articleinfo/releaseinfo +#: C/index.docbook:134 +msgid "This manual describes version 1.10.1 of Netspeed Applet." +msgstr "" + +#. (itstool) path: legalnotice/title +#: C/index.docbook:137 +msgid "Feedback" +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/index.docbook:138 +msgid "" +"To report a bug or make a suggestion regarding the Netspeed Applet " +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." +msgstr "" + +#. (itstool) path: article/indexterm +#: C/index.docbook:146 +msgid "<primary>Netspeed Applet</primary>" +msgstr "" + +#. (itstool) path: sect1/title +#: C/index.docbook:152 +msgid "About Netspeed Applet" +msgstr "" + +#. (itstool) path: figure/title +#: C/index.docbook:154 +msgid "Netspeed" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:157 +msgctxt "_" +msgid "" +"external ref='figures/netspeed_applet.png' " +"md5='11ef0533a2be1a5d1a9de77c4cec7f93'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:156 +msgid "" +"<imageobject><imagedata fileref=\"figures/netspeed_applet.png\" " +"format=\"PNG\"/> </imageobject> <textobject> <phrase>Netspeed.</phrase> " +"</textobject>" +msgstr "" + +#. (itstool) path: figure/title +#: C/index.docbook:166 +msgid "Netspeed showing the sum in a 48px panel." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:169 +msgctxt "_" +msgid "" +"external ref='figures/eth_sum_48.png' md5='5113ce28da9b7712dafc52b3c13ccf32'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:168 +msgid "" +"<imageobject><imagedata fileref=\"figures/eth_sum_48.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>Netspeed showing the sum in a 48px " +"panel.</phrase> </textobject>" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:177 +msgid "" +"<application>Netspeed Applet</application> displays the network traffic on a" +" specified device like eth0, ppp0, plip0, etc. More over it provides " +"information about the configuration of the network device." +msgstr "" + +#. (itstool) path: sect2/title +#: C/index.docbook:183 +msgid "Netspeed Icons on Panel" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:190 +msgid "Icon" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:191 +msgid "Description" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:198 +msgctxt "_" +msgid "" +"external ref='figures/loopback.png' md5='0636b7d65b0626ee5e92dc0d28be5871'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:196 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/loopback.png\"" +" format=\"PNG\"/> </imageobject><textobject> <phrase>Loopback</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:203 +msgid "The Loopback interface." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:210 +msgctxt "_" +msgid "" +"external ref='figures/ethernet.png' md5='48562a8b38e8eca91a3a8ee4ba4e3077'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:208 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/ethernet.png\"" +" format=\"PNG\"/> </imageobject><textobject> <phrase>Ethernet</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:215 +msgid "Ethernet connection." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:222 +msgctxt "_" +msgid "external ref='figures/ppp.png' md5='b88d98a9ccdd489d91b45c8cf2dcbad1'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:220 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/ppp.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>PPP</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:227 +msgid "Point to Point Protocol connection." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:234 +msgctxt "_" +msgid "" +"external ref='figures/wavelan.png' md5='90f925a64abe393adc5834fceba515fe'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:232 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/wavelan.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>Wireless</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:239 +msgid "Wireless connection." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:246 +msgctxt "_" +msgid "external ref='figures/plip.png' md5='0761a22dfa7b0b56e41e020cd701db68'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:244 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/plip.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>PLIP</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:251 +msgid "Parallel Line Internet Protocol connection." +msgstr "" + +#. (itstool) path: sect2/title +#: C/index.docbook:260 +msgid "To Add Netspeed Applet to a Panel" +msgstr "" + +#. (itstool) path: sect2/para +#: C/index.docbook:261 +msgid "" +"To add <application>Netspeed Applet</application> to a panel, perform the " +"following steps:" +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:267 +msgid "Right-click on the panel." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:272 +msgid "Choose <guimenuitem>Add to Panel</guimenuitem>." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:277 +msgid "" +"Scroll down the list of items in the <guilabel>Add to Panel</guilabel> " +"dialog, then select <guilabel>Netspeed Applet</guilabel>." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:283 +msgid "Click <guibutton>Add</guibutton>." +msgstr "" + +#. (itstool) path: sect1/title +#: C/index.docbook:291 +msgid "Settings" +msgstr "" + +#. (itstool) path: figure/title +#: C/index.docbook:293 +msgid "Netspeed Applet Settings" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:296 +msgctxt "_" +msgid "" +"external ref='figures/settings.png' md5='219a6bc0e89cb9634d49025f9d3c6604'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:295 +msgid "" +"<imageobject><imagedata fileref=\"figures/settings.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>Netspeed Applet Settings.</phrase> " +"</textobject>" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:304 +msgid "In this dialog you can change the settings of Netspeed Applet:" +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:308 +msgid "" +"<guilabel>Network device:</guilabel> Choose the network device that the " +"applet should monitor from the popdown list of the combobox. Usually all " +"available devices are listed, however you can enter one yourself, too." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:312 +msgid "" +"<guilabel>Update interval:</guilabel> Enter the time between two updates of " +"the applet." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:315 +msgid "" +"<guilabel>Label font size:</guilabel> Enter the size of the text displayed " +"in the applet." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:318 +msgid "" +"<guilabel>Show sum instead of in and out:</guilabel> If you check this box " +"then the applet will show the sum of the in and out rate. The applet will " +"take only half of the space in the panel in this case." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:322 +msgid "" +"<guilabel>Show bits/s (b/s) instead of bytes/s (B/s):</guilabel> Check this " +"if you want the applet to display bits per second instead of bytes/s." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:326 +msgid "" +"<guilabel>Change icon according to the selected device:</guilabel> Usually " +"the applet will show an icon representing the type of network device you " +"monitor. So it will show a phone for Point to Point connections (ppp - " +"modems, etc.), a network card for Ethernet (eth), etc. When this is " +"unchecked, the applet will always show the network card icon, no matter " +"which device you monitor." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:332 +msgid "" +"<guilabel>Always monitor a connected device, if possible:</guilabel> When " +"your connection is down, Netspeed Applet look for a running one for " +"monitoring." +msgstr "" + +#. (itstool) path: sect1/title +#. (itstool) path: figure/title +#: C/index.docbook:338 C/index.docbook:340 +msgid "The details dialog" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:343 +msgctxt "_" +msgid "" +"external ref='figures/details.png' md5='60fedda8f88b634f16ab31090b5bdd67'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:342 +msgid "" +"<imageobject><imagedata fileref=\"figures/details.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>The details dialog</phrase> " +"</textobject>" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:351 +msgid "" +"This dialog shows you some useful information on the configuration of your " +"network device." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:356 +msgid "" +"<guilabel>Internet Address:</guilabel> The IP (Internet Protocol) address of" +" the network device." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:359 +msgid "" +"<guilabel>Netmask:</guilabel> The netmask which depends on the size of your " +"LAN (Local Area Network). A usual value is 255.255.255.0 (a class C " +"network)." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:363 +msgid "" +"<guilabel>Hardware Address:</guilabel> Often also referred to as the " +"physical or MAC (Media Access Control) address. A worldwide unique " +"identifier for your network card." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:367 +msgid "" +"<guilabel>P-t-P Address:</guilabel> The internet address of the \"other " +"side\" of your PPP (Point to Point Protocol) connection." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:371 +msgid "" +"<guilabel>Bytes in:</guilabel> The amount of bytes that the network device " +"has received since it has been connected to the network." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:375 +msgid "" +"<guilabel>Bytes out:</guilabel> The amount of bytes that the network device " +"has sent since it has been connected to the network." +msgstr "" + +#. (itstool) path: para/ulink +#: C/legal.xml:9 +msgid "link" +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:2 +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 <_:ulink-1/> or in the file COPYING-DOCS distributed " +"with this manual." +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:12 +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." +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:19 +msgid "" +"Many of the names used by companies to distinguish their products and " +"services are claimed as trademarks. Where those names appear in any MATE " +"documentation, and the members of the MATE Documentation Project are made " +"aware of those trademarks, then the names are in capital letters or initial " +"capital letters." +msgstr "" + +#. (itstool) path: listitem/para +#: C/legal.xml:35 +msgid "" +"DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " +"EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " +"THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " +"MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " +"RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " +"MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " +"MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " +"WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " +"SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " +"ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " +"OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" +msgstr "" + +#. (itstool) path: listitem/para +#: C/legal.xml:55 +msgid "" +"UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" +" NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " +"CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " +"DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " +"FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " +"ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " +"WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" +" OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " +"VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" +" POSSIBILITY OF SUCH DAMAGES." +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:28 +msgid "" +"DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " +"OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " +"<_:orderedlist-1/>" +msgstr "" diff --git a/netspeed/help/es_CO/es_CO.po b/netspeed/help/es_CO/es_CO.po index 07cc7dc0..28fe5a4e 100644 --- a/netspeed/help/es_CO/es_CO.po +++ b/netspeed/help/es_CO/es_CO.po @@ -7,15 +7,15 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" "Last-Translator: Julian Borrero <[email protected]>, 2018\n" -"Language-Team: Spanish (Colombia) (https://www.transifex.com/mate/teams/13566/es_CO/)\n" +"Language-Team: Spanish (Colombia) (https://app.transifex.com/mate/teams/13566/es_CO/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: es_CO\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" #. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2 msgctxt "_" @@ -35,7 +35,7 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" #. (itstool) path: articleinfo/copyright @@ -129,8 +129,9 @@ msgstr "" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/help/es_CR/es_CR.po b/netspeed/help/es_CR/es_CR.po new file mode 100644 index 00000000..2158fb70 --- /dev/null +++ b/netspeed/help/es_CR/es_CR.po @@ -0,0 +1,609 @@ +# Translators: +# Stefano Karapetsas <[email protected]>, 2018 +# Transifex Bot <>, 2026 +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" +"PO-Revision-Date: 2018-09-27 15:24+0000\n" +"Last-Translator: Transifex Bot <>, 2026\n" +"Language-Team: Spanish (Costa Rica) (https://app.transifex.com/mate/teams/13566/es_CR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es_CR\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" + +#. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2 +msgctxt "_" +msgid "translator-credits" +msgstr "" +"Francisco Javier F. Serrador <[email protected]>\n" +"Jorge González González <[email protected]>" + +#. (itstool) path: articleinfo/title +#: C/index.docbook:23 +msgid "Netspeed Applet Manual V1.3" +msgstr "" + +#. (itstool) path: abstract/para +#: C/index.docbook:25 +msgid "" +"Netspeed Applet shows how much traffic occurs on a specified network device." +msgstr "" + +#. (itstool) path: articleinfo/copyright +#: C/index.docbook:27 +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" +msgstr "" + +#. (itstool) path: articleinfo/copyright +#: C/index.docbook:31 +msgid "<year>2002</year> <holder>Jörgen Scheibengruber</holder>" +msgstr "" + +#. (itstool) path: publisher/publishername +#: C/index.docbook:44 +msgid "MATE Documentation Project" +msgstr "" + +#. (itstool) path: publisher/publishername +#: C/index.docbook:47 +msgid "GNOME Documentation Project" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:53 +msgid "" +"<firstname>MATE Documentation Project</firstname> <surname/> <affiliation> " +"<orgname>MATE Desktop</orgname> </affiliation>" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:60 +msgid "" +"<firstname>Jörgen</firstname> <surname>Scheibengruber</surname> " +"<affiliation> <orgname>GNOME Project</orgname> </affiliation> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:69 +msgid "" +"<firstname>Pedro</firstname> <surname>Villavicencio Garrido</surname> " +"<affiliation> <orgname>GNOME Project</orgname> </affiliation> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revision/author +#: C/index.docbook:96 +msgid "<firstname>MATE Documentation Project</firstname> <surname/>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:93 +msgid "<revnumber>1.3</revnumber> <date>July 2015</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: revision/author +#: C/index.docbook:105 C/index.docbook:125 +msgid "" +"<firstname>Jörgen</firstname> <surname>Scheibengruber</surname> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:102 +msgid "<revnumber>1.2</revnumber> <date>2006</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: revision/author +#: C/index.docbook:115 +msgid "" +"<firstname>Pedro</firstname> <surname>Villavicencio Garrido</surname> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:112 +msgid "<revnumber>1.1</revnumber> <date>2005</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:122 +msgid "<revnumber>1.0</revnumber> <date>2002</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: articleinfo/releaseinfo +#: C/index.docbook:134 +msgid "This manual describes version 1.10.1 of Netspeed Applet." +msgstr "" + +#. (itstool) path: legalnotice/title +#: C/index.docbook:137 +msgid "Feedback" +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/index.docbook:138 +msgid "" +"To report a bug or make a suggestion regarding the Netspeed Applet " +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." +msgstr "" + +#. (itstool) path: article/indexterm +#: C/index.docbook:146 +msgid "<primary>Netspeed Applet</primary>" +msgstr "" + +#. (itstool) path: sect1/title +#: C/index.docbook:152 +msgid "About Netspeed Applet" +msgstr "" + +#. (itstool) path: figure/title +#: C/index.docbook:154 +msgid "Netspeed" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:157 +msgctxt "_" +msgid "" +"external ref='figures/netspeed_applet.png' " +"md5='11ef0533a2be1a5d1a9de77c4cec7f93'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:156 +msgid "" +"<imageobject><imagedata fileref=\"figures/netspeed_applet.png\" " +"format=\"PNG\"/> </imageobject> <textobject> <phrase>Netspeed.</phrase> " +"</textobject>" +msgstr "" + +#. (itstool) path: figure/title +#: C/index.docbook:166 +msgid "Netspeed showing the sum in a 48px panel." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:169 +msgctxt "_" +msgid "" +"external ref='figures/eth_sum_48.png' md5='5113ce28da9b7712dafc52b3c13ccf32'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:168 +msgid "" +"<imageobject><imagedata fileref=\"figures/eth_sum_48.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>Netspeed showing the sum in a 48px " +"panel.</phrase> </textobject>" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:177 +msgid "" +"<application>Netspeed Applet</application> displays the network traffic on a" +" specified device like eth0, ppp0, plip0, etc. More over it provides " +"information about the configuration of the network device." +msgstr "" + +#. (itstool) path: sect2/title +#: C/index.docbook:183 +msgid "Netspeed Icons on Panel" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:190 +msgid "Icon" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:191 +msgid "Description" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:198 +msgctxt "_" +msgid "" +"external ref='figures/loopback.png' md5='0636b7d65b0626ee5e92dc0d28be5871'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:196 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/loopback.png\"" +" format=\"PNG\"/> </imageobject><textobject> <phrase>Loopback</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:203 +msgid "The Loopback interface." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:210 +msgctxt "_" +msgid "" +"external ref='figures/ethernet.png' md5='48562a8b38e8eca91a3a8ee4ba4e3077'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:208 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/ethernet.png\"" +" format=\"PNG\"/> </imageobject><textobject> <phrase>Ethernet</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:215 +msgid "Ethernet connection." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:222 +msgctxt "_" +msgid "external ref='figures/ppp.png' md5='b88d98a9ccdd489d91b45c8cf2dcbad1'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:220 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/ppp.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>PPP</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:227 +msgid "Point to Point Protocol connection." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:234 +msgctxt "_" +msgid "" +"external ref='figures/wavelan.png' md5='90f925a64abe393adc5834fceba515fe'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:232 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/wavelan.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>Wireless</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:239 +msgid "Wireless connection." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:246 +msgctxt "_" +msgid "external ref='figures/plip.png' md5='0761a22dfa7b0b56e41e020cd701db68'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:244 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/plip.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>PLIP</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:251 +msgid "Parallel Line Internet Protocol connection." +msgstr "" + +#. (itstool) path: sect2/title +#: C/index.docbook:260 +msgid "To Add Netspeed Applet to a Panel" +msgstr "" + +#. (itstool) path: sect2/para +#: C/index.docbook:261 +msgid "" +"To add <application>Netspeed Applet</application> to a panel, perform the " +"following steps:" +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:267 +msgid "Right-click on the panel." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:272 +msgid "Choose <guimenuitem>Add to Panel</guimenuitem>." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:277 +msgid "" +"Scroll down the list of items in the <guilabel>Add to Panel</guilabel> " +"dialog, then select <guilabel>Netspeed Applet</guilabel>." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:283 +msgid "Click <guibutton>Add</guibutton>." +msgstr "" + +#. (itstool) path: sect1/title +#: C/index.docbook:291 +msgid "Settings" +msgstr "" + +#. (itstool) path: figure/title +#: C/index.docbook:293 +msgid "Netspeed Applet Settings" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:296 +msgctxt "_" +msgid "" +"external ref='figures/settings.png' md5='219a6bc0e89cb9634d49025f9d3c6604'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:295 +msgid "" +"<imageobject><imagedata fileref=\"figures/settings.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>Netspeed Applet Settings.</phrase> " +"</textobject>" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:304 +msgid "In this dialog you can change the settings of Netspeed Applet:" +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:308 +msgid "" +"<guilabel>Network device:</guilabel> Choose the network device that the " +"applet should monitor from the popdown list of the combobox. Usually all " +"available devices are listed, however you can enter one yourself, too." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:312 +msgid "" +"<guilabel>Update interval:</guilabel> Enter the time between two updates of " +"the applet." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:315 +msgid "" +"<guilabel>Label font size:</guilabel> Enter the size of the text displayed " +"in the applet." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:318 +msgid "" +"<guilabel>Show sum instead of in and out:</guilabel> If you check this box " +"then the applet will show the sum of the in and out rate. The applet will " +"take only half of the space in the panel in this case." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:322 +msgid "" +"<guilabel>Show bits/s (b/s) instead of bytes/s (B/s):</guilabel> Check this " +"if you want the applet to display bits per second instead of bytes/s." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:326 +msgid "" +"<guilabel>Change icon according to the selected device:</guilabel> Usually " +"the applet will show an icon representing the type of network device you " +"monitor. So it will show a phone for Point to Point connections (ppp - " +"modems, etc.), a network card for Ethernet (eth), etc. When this is " +"unchecked, the applet will always show the network card icon, no matter " +"which device you monitor." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:332 +msgid "" +"<guilabel>Always monitor a connected device, if possible:</guilabel> When " +"your connection is down, Netspeed Applet look for a running one for " +"monitoring." +msgstr "" + +#. (itstool) path: sect1/title +#. (itstool) path: figure/title +#: C/index.docbook:338 C/index.docbook:340 +msgid "The details dialog" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:343 +msgctxt "_" +msgid "" +"external ref='figures/details.png' md5='60fedda8f88b634f16ab31090b5bdd67'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:342 +msgid "" +"<imageobject><imagedata fileref=\"figures/details.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>The details dialog</phrase> " +"</textobject>" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:351 +msgid "" +"This dialog shows you some useful information on the configuration of your " +"network device." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:356 +msgid "" +"<guilabel>Internet Address:</guilabel> The IP (Internet Protocol) address of" +" the network device." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:359 +msgid "" +"<guilabel>Netmask:</guilabel> The netmask which depends on the size of your " +"LAN (Local Area Network). A usual value is 255.255.255.0 (a class C " +"network)." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:363 +msgid "" +"<guilabel>Hardware Address:</guilabel> Often also referred to as the " +"physical or MAC (Media Access Control) address. A worldwide unique " +"identifier for your network card." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:367 +msgid "" +"<guilabel>P-t-P Address:</guilabel> The internet address of the \"other " +"side\" of your PPP (Point to Point Protocol) connection." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:371 +msgid "" +"<guilabel>Bytes in:</guilabel> The amount of bytes that the network device " +"has received since it has been connected to the network." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:375 +msgid "" +"<guilabel>Bytes out:</guilabel> The amount of bytes that the network device " +"has sent since it has been connected to the network." +msgstr "" + +#. (itstool) path: para/ulink +#: C/legal.xml:9 +msgid "link" +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:2 +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 <_:ulink-1/> or in the file COPYING-DOCS distributed " +"with this manual." +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:12 +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." +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:19 +msgid "" +"Many of the names used by companies to distinguish their products and " +"services are claimed as trademarks. Where those names appear in any MATE " +"documentation, and the members of the MATE Documentation Project are made " +"aware of those trademarks, then the names are in capital letters or initial " +"capital letters." +msgstr "" + +#. (itstool) path: listitem/para +#: C/legal.xml:35 +msgid "" +"DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " +"EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " +"THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " +"MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " +"RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " +"MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " +"MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " +"WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " +"SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " +"ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " +"OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" +msgstr "" + +#. (itstool) path: listitem/para +#: C/legal.xml:55 +msgid "" +"UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" +" NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " +"CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " +"DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " +"FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " +"ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " +"WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" +" OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " +"VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" +" POSSIBILITY OF SUCH DAMAGES." +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:28 +msgid "" +"DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " +"OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " +"<_:orderedlist-1/>" +msgstr "" diff --git a/netspeed/help/es_DO/es_DO.po b/netspeed/help/es_DO/es_DO.po new file mode 100644 index 00000000..6697ab6f --- /dev/null +++ b/netspeed/help/es_DO/es_DO.po @@ -0,0 +1,609 @@ +# Translators: +# Stefano Karapetsas <[email protected]>, 2018 +# Transifex Bot <>, 2026 +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" +"PO-Revision-Date: 2018-09-27 15:24+0000\n" +"Last-Translator: Transifex Bot <>, 2026\n" +"Language-Team: Spanish (Dominican Republic) (https://app.transifex.com/mate/teams/13566/es_DO/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es_DO\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" + +#. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2 +msgctxt "_" +msgid "translator-credits" +msgstr "" +"Francisco Javier F. Serrador <[email protected]>\n" +"Jorge González González <[email protected]>" + +#. (itstool) path: articleinfo/title +#: C/index.docbook:23 +msgid "Netspeed Applet Manual V1.3" +msgstr "" + +#. (itstool) path: abstract/para +#: C/index.docbook:25 +msgid "" +"Netspeed Applet shows how much traffic occurs on a specified network device." +msgstr "" + +#. (itstool) path: articleinfo/copyright +#: C/index.docbook:27 +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" +msgstr "" + +#. (itstool) path: articleinfo/copyright +#: C/index.docbook:31 +msgid "<year>2002</year> <holder>Jörgen Scheibengruber</holder>" +msgstr "" + +#. (itstool) path: publisher/publishername +#: C/index.docbook:44 +msgid "MATE Documentation Project" +msgstr "" + +#. (itstool) path: publisher/publishername +#: C/index.docbook:47 +msgid "GNOME Documentation Project" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:53 +msgid "" +"<firstname>MATE Documentation Project</firstname> <surname/> <affiliation> " +"<orgname>MATE Desktop</orgname> </affiliation>" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:60 +msgid "" +"<firstname>Jörgen</firstname> <surname>Scheibengruber</surname> " +"<affiliation> <orgname>GNOME Project</orgname> </affiliation> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:69 +msgid "" +"<firstname>Pedro</firstname> <surname>Villavicencio Garrido</surname> " +"<affiliation> <orgname>GNOME Project</orgname> </affiliation> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revision/author +#: C/index.docbook:96 +msgid "<firstname>MATE Documentation Project</firstname> <surname/>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:93 +msgid "<revnumber>1.3</revnumber> <date>July 2015</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: revision/author +#: C/index.docbook:105 C/index.docbook:125 +msgid "" +"<firstname>Jörgen</firstname> <surname>Scheibengruber</surname> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:102 +msgid "<revnumber>1.2</revnumber> <date>2006</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: revision/author +#: C/index.docbook:115 +msgid "" +"<firstname>Pedro</firstname> <surname>Villavicencio Garrido</surname> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:112 +msgid "<revnumber>1.1</revnumber> <date>2005</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:122 +msgid "<revnumber>1.0</revnumber> <date>2002</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: articleinfo/releaseinfo +#: C/index.docbook:134 +msgid "This manual describes version 1.10.1 of Netspeed Applet." +msgstr "" + +#. (itstool) path: legalnotice/title +#: C/index.docbook:137 +msgid "Feedback" +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/index.docbook:138 +msgid "" +"To report a bug or make a suggestion regarding the Netspeed Applet " +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." +msgstr "" + +#. (itstool) path: article/indexterm +#: C/index.docbook:146 +msgid "<primary>Netspeed Applet</primary>" +msgstr "" + +#. (itstool) path: sect1/title +#: C/index.docbook:152 +msgid "About Netspeed Applet" +msgstr "" + +#. (itstool) path: figure/title +#: C/index.docbook:154 +msgid "Netspeed" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:157 +msgctxt "_" +msgid "" +"external ref='figures/netspeed_applet.png' " +"md5='11ef0533a2be1a5d1a9de77c4cec7f93'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:156 +msgid "" +"<imageobject><imagedata fileref=\"figures/netspeed_applet.png\" " +"format=\"PNG\"/> </imageobject> <textobject> <phrase>Netspeed.</phrase> " +"</textobject>" +msgstr "" + +#. (itstool) path: figure/title +#: C/index.docbook:166 +msgid "Netspeed showing the sum in a 48px panel." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:169 +msgctxt "_" +msgid "" +"external ref='figures/eth_sum_48.png' md5='5113ce28da9b7712dafc52b3c13ccf32'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:168 +msgid "" +"<imageobject><imagedata fileref=\"figures/eth_sum_48.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>Netspeed showing the sum in a 48px " +"panel.</phrase> </textobject>" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:177 +msgid "" +"<application>Netspeed Applet</application> displays the network traffic on a" +" specified device like eth0, ppp0, plip0, etc. More over it provides " +"information about the configuration of the network device." +msgstr "" + +#. (itstool) path: sect2/title +#: C/index.docbook:183 +msgid "Netspeed Icons on Panel" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:190 +msgid "Icon" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:191 +msgid "Description" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:198 +msgctxt "_" +msgid "" +"external ref='figures/loopback.png' md5='0636b7d65b0626ee5e92dc0d28be5871'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:196 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/loopback.png\"" +" format=\"PNG\"/> </imageobject><textobject> <phrase>Loopback</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:203 +msgid "The Loopback interface." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:210 +msgctxt "_" +msgid "" +"external ref='figures/ethernet.png' md5='48562a8b38e8eca91a3a8ee4ba4e3077'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:208 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/ethernet.png\"" +" format=\"PNG\"/> </imageobject><textobject> <phrase>Ethernet</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:215 +msgid "Ethernet connection." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:222 +msgctxt "_" +msgid "external ref='figures/ppp.png' md5='b88d98a9ccdd489d91b45c8cf2dcbad1'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:220 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/ppp.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>PPP</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:227 +msgid "Point to Point Protocol connection." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:234 +msgctxt "_" +msgid "" +"external ref='figures/wavelan.png' md5='90f925a64abe393adc5834fceba515fe'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:232 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/wavelan.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>Wireless</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:239 +msgid "Wireless connection." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:246 +msgctxt "_" +msgid "external ref='figures/plip.png' md5='0761a22dfa7b0b56e41e020cd701db68'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:244 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/plip.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>PLIP</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:251 +msgid "Parallel Line Internet Protocol connection." +msgstr "" + +#. (itstool) path: sect2/title +#: C/index.docbook:260 +msgid "To Add Netspeed Applet to a Panel" +msgstr "" + +#. (itstool) path: sect2/para +#: C/index.docbook:261 +msgid "" +"To add <application>Netspeed Applet</application> to a panel, perform the " +"following steps:" +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:267 +msgid "Right-click on the panel." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:272 +msgid "Choose <guimenuitem>Add to Panel</guimenuitem>." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:277 +msgid "" +"Scroll down the list of items in the <guilabel>Add to Panel</guilabel> " +"dialog, then select <guilabel>Netspeed Applet</guilabel>." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:283 +msgid "Click <guibutton>Add</guibutton>." +msgstr "" + +#. (itstool) path: sect1/title +#: C/index.docbook:291 +msgid "Settings" +msgstr "" + +#. (itstool) path: figure/title +#: C/index.docbook:293 +msgid "Netspeed Applet Settings" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:296 +msgctxt "_" +msgid "" +"external ref='figures/settings.png' md5='219a6bc0e89cb9634d49025f9d3c6604'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:295 +msgid "" +"<imageobject><imagedata fileref=\"figures/settings.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>Netspeed Applet Settings.</phrase> " +"</textobject>" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:304 +msgid "In this dialog you can change the settings of Netspeed Applet:" +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:308 +msgid "" +"<guilabel>Network device:</guilabel> Choose the network device that the " +"applet should monitor from the popdown list of the combobox. Usually all " +"available devices are listed, however you can enter one yourself, too." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:312 +msgid "" +"<guilabel>Update interval:</guilabel> Enter the time between two updates of " +"the applet." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:315 +msgid "" +"<guilabel>Label font size:</guilabel> Enter the size of the text displayed " +"in the applet." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:318 +msgid "" +"<guilabel>Show sum instead of in and out:</guilabel> If you check this box " +"then the applet will show the sum of the in and out rate. The applet will " +"take only half of the space in the panel in this case." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:322 +msgid "" +"<guilabel>Show bits/s (b/s) instead of bytes/s (B/s):</guilabel> Check this " +"if you want the applet to display bits per second instead of bytes/s." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:326 +msgid "" +"<guilabel>Change icon according to the selected device:</guilabel> Usually " +"the applet will show an icon representing the type of network device you " +"monitor. So it will show a phone for Point to Point connections (ppp - " +"modems, etc.), a network card for Ethernet (eth), etc. When this is " +"unchecked, the applet will always show the network card icon, no matter " +"which device you monitor." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:332 +msgid "" +"<guilabel>Always monitor a connected device, if possible:</guilabel> When " +"your connection is down, Netspeed Applet look for a running one for " +"monitoring." +msgstr "" + +#. (itstool) path: sect1/title +#. (itstool) path: figure/title +#: C/index.docbook:338 C/index.docbook:340 +msgid "The details dialog" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:343 +msgctxt "_" +msgid "" +"external ref='figures/details.png' md5='60fedda8f88b634f16ab31090b5bdd67'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:342 +msgid "" +"<imageobject><imagedata fileref=\"figures/details.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>The details dialog</phrase> " +"</textobject>" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:351 +msgid "" +"This dialog shows you some useful information on the configuration of your " +"network device." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:356 +msgid "" +"<guilabel>Internet Address:</guilabel> The IP (Internet Protocol) address of" +" the network device." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:359 +msgid "" +"<guilabel>Netmask:</guilabel> The netmask which depends on the size of your " +"LAN (Local Area Network). A usual value is 255.255.255.0 (a class C " +"network)." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:363 +msgid "" +"<guilabel>Hardware Address:</guilabel> Often also referred to as the " +"physical or MAC (Media Access Control) address. A worldwide unique " +"identifier for your network card." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:367 +msgid "" +"<guilabel>P-t-P Address:</guilabel> The internet address of the \"other " +"side\" of your PPP (Point to Point Protocol) connection." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:371 +msgid "" +"<guilabel>Bytes in:</guilabel> The amount of bytes that the network device " +"has received since it has been connected to the network." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:375 +msgid "" +"<guilabel>Bytes out:</guilabel> The amount of bytes that the network device " +"has sent since it has been connected to the network." +msgstr "" + +#. (itstool) path: para/ulink +#: C/legal.xml:9 +msgid "link" +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:2 +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 <_:ulink-1/> or in the file COPYING-DOCS distributed " +"with this manual." +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:12 +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." +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:19 +msgid "" +"Many of the names used by companies to distinguish their products and " +"services are claimed as trademarks. Where those names appear in any MATE " +"documentation, and the members of the MATE Documentation Project are made " +"aware of those trademarks, then the names are in capital letters or initial " +"capital letters." +msgstr "" + +#. (itstool) path: listitem/para +#: C/legal.xml:35 +msgid "" +"DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " +"EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " +"THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " +"MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " +"RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " +"MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " +"MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " +"WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " +"SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " +"ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " +"OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" +msgstr "" + +#. (itstool) path: listitem/para +#: C/legal.xml:55 +msgid "" +"UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" +" NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " +"CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " +"DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " +"FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " +"ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " +"WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" +" OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " +"VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" +" POSSIBILITY OF SUCH DAMAGES." +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:28 +msgid "" +"DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " +"OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " +"<_:orderedlist-1/>" +msgstr "" diff --git a/netspeed/help/es_EC/es_EC.po b/netspeed/help/es_EC/es_EC.po new file mode 100644 index 00000000..a011413d --- /dev/null +++ b/netspeed/help/es_EC/es_EC.po @@ -0,0 +1,609 @@ +# Translators: +# Stefano Karapetsas <[email protected]>, 2018 +# Transifex Bot <>, 2026 +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" +"PO-Revision-Date: 2018-09-27 15:24+0000\n" +"Last-Translator: Transifex Bot <>, 2026\n" +"Language-Team: Spanish (Ecuador) (https://app.transifex.com/mate/teams/13566/es_EC/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es_EC\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" + +#. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2 +msgctxt "_" +msgid "translator-credits" +msgstr "" +"Francisco Javier F. Serrador <[email protected]>\n" +"Jorge González González <[email protected]>" + +#. (itstool) path: articleinfo/title +#: C/index.docbook:23 +msgid "Netspeed Applet Manual V1.3" +msgstr "" + +#. (itstool) path: abstract/para +#: C/index.docbook:25 +msgid "" +"Netspeed Applet shows how much traffic occurs on a specified network device." +msgstr "" + +#. (itstool) path: articleinfo/copyright +#: C/index.docbook:27 +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" +msgstr "" + +#. (itstool) path: articleinfo/copyright +#: C/index.docbook:31 +msgid "<year>2002</year> <holder>Jörgen Scheibengruber</holder>" +msgstr "" + +#. (itstool) path: publisher/publishername +#: C/index.docbook:44 +msgid "MATE Documentation Project" +msgstr "" + +#. (itstool) path: publisher/publishername +#: C/index.docbook:47 +msgid "GNOME Documentation Project" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:53 +msgid "" +"<firstname>MATE Documentation Project</firstname> <surname/> <affiliation> " +"<orgname>MATE Desktop</orgname> </affiliation>" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:60 +msgid "" +"<firstname>Jörgen</firstname> <surname>Scheibengruber</surname> " +"<affiliation> <orgname>GNOME Project</orgname> </affiliation> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:69 +msgid "" +"<firstname>Pedro</firstname> <surname>Villavicencio Garrido</surname> " +"<affiliation> <orgname>GNOME Project</orgname> </affiliation> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revision/author +#: C/index.docbook:96 +msgid "<firstname>MATE Documentation Project</firstname> <surname/>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:93 +msgid "<revnumber>1.3</revnumber> <date>July 2015</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: revision/author +#: C/index.docbook:105 C/index.docbook:125 +msgid "" +"<firstname>Jörgen</firstname> <surname>Scheibengruber</surname> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:102 +msgid "<revnumber>1.2</revnumber> <date>2006</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: revision/author +#: C/index.docbook:115 +msgid "" +"<firstname>Pedro</firstname> <surname>Villavicencio Garrido</surname> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:112 +msgid "<revnumber>1.1</revnumber> <date>2005</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:122 +msgid "<revnumber>1.0</revnumber> <date>2002</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: articleinfo/releaseinfo +#: C/index.docbook:134 +msgid "This manual describes version 1.10.1 of Netspeed Applet." +msgstr "" + +#. (itstool) path: legalnotice/title +#: C/index.docbook:137 +msgid "Feedback" +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/index.docbook:138 +msgid "" +"To report a bug or make a suggestion regarding the Netspeed Applet " +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." +msgstr "" + +#. (itstool) path: article/indexterm +#: C/index.docbook:146 +msgid "<primary>Netspeed Applet</primary>" +msgstr "" + +#. (itstool) path: sect1/title +#: C/index.docbook:152 +msgid "About Netspeed Applet" +msgstr "" + +#. (itstool) path: figure/title +#: C/index.docbook:154 +msgid "Netspeed" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:157 +msgctxt "_" +msgid "" +"external ref='figures/netspeed_applet.png' " +"md5='11ef0533a2be1a5d1a9de77c4cec7f93'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:156 +msgid "" +"<imageobject><imagedata fileref=\"figures/netspeed_applet.png\" " +"format=\"PNG\"/> </imageobject> <textobject> <phrase>Netspeed.</phrase> " +"</textobject>" +msgstr "" + +#. (itstool) path: figure/title +#: C/index.docbook:166 +msgid "Netspeed showing the sum in a 48px panel." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:169 +msgctxt "_" +msgid "" +"external ref='figures/eth_sum_48.png' md5='5113ce28da9b7712dafc52b3c13ccf32'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:168 +msgid "" +"<imageobject><imagedata fileref=\"figures/eth_sum_48.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>Netspeed showing the sum in a 48px " +"panel.</phrase> </textobject>" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:177 +msgid "" +"<application>Netspeed Applet</application> displays the network traffic on a" +" specified device like eth0, ppp0, plip0, etc. More over it provides " +"information about the configuration of the network device." +msgstr "" + +#. (itstool) path: sect2/title +#: C/index.docbook:183 +msgid "Netspeed Icons on Panel" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:190 +msgid "Icon" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:191 +msgid "Description" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:198 +msgctxt "_" +msgid "" +"external ref='figures/loopback.png' md5='0636b7d65b0626ee5e92dc0d28be5871'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:196 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/loopback.png\"" +" format=\"PNG\"/> </imageobject><textobject> <phrase>Loopback</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:203 +msgid "The Loopback interface." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:210 +msgctxt "_" +msgid "" +"external ref='figures/ethernet.png' md5='48562a8b38e8eca91a3a8ee4ba4e3077'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:208 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/ethernet.png\"" +" format=\"PNG\"/> </imageobject><textobject> <phrase>Ethernet</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:215 +msgid "Ethernet connection." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:222 +msgctxt "_" +msgid "external ref='figures/ppp.png' md5='b88d98a9ccdd489d91b45c8cf2dcbad1'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:220 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/ppp.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>PPP</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:227 +msgid "Point to Point Protocol connection." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:234 +msgctxt "_" +msgid "" +"external ref='figures/wavelan.png' md5='90f925a64abe393adc5834fceba515fe'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:232 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/wavelan.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>Wireless</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:239 +msgid "Wireless connection." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:246 +msgctxt "_" +msgid "external ref='figures/plip.png' md5='0761a22dfa7b0b56e41e020cd701db68'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:244 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/plip.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>PLIP</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:251 +msgid "Parallel Line Internet Protocol connection." +msgstr "" + +#. (itstool) path: sect2/title +#: C/index.docbook:260 +msgid "To Add Netspeed Applet to a Panel" +msgstr "" + +#. (itstool) path: sect2/para +#: C/index.docbook:261 +msgid "" +"To add <application>Netspeed Applet</application> to a panel, perform the " +"following steps:" +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:267 +msgid "Right-click on the panel." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:272 +msgid "Choose <guimenuitem>Add to Panel</guimenuitem>." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:277 +msgid "" +"Scroll down the list of items in the <guilabel>Add to Panel</guilabel> " +"dialog, then select <guilabel>Netspeed Applet</guilabel>." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:283 +msgid "Click <guibutton>Add</guibutton>." +msgstr "" + +#. (itstool) path: sect1/title +#: C/index.docbook:291 +msgid "Settings" +msgstr "" + +#. (itstool) path: figure/title +#: C/index.docbook:293 +msgid "Netspeed Applet Settings" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:296 +msgctxt "_" +msgid "" +"external ref='figures/settings.png' md5='219a6bc0e89cb9634d49025f9d3c6604'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:295 +msgid "" +"<imageobject><imagedata fileref=\"figures/settings.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>Netspeed Applet Settings.</phrase> " +"</textobject>" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:304 +msgid "In this dialog you can change the settings of Netspeed Applet:" +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:308 +msgid "" +"<guilabel>Network device:</guilabel> Choose the network device that the " +"applet should monitor from the popdown list of the combobox. Usually all " +"available devices are listed, however you can enter one yourself, too." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:312 +msgid "" +"<guilabel>Update interval:</guilabel> Enter the time between two updates of " +"the applet." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:315 +msgid "" +"<guilabel>Label font size:</guilabel> Enter the size of the text displayed " +"in the applet." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:318 +msgid "" +"<guilabel>Show sum instead of in and out:</guilabel> If you check this box " +"then the applet will show the sum of the in and out rate. The applet will " +"take only half of the space in the panel in this case." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:322 +msgid "" +"<guilabel>Show bits/s (b/s) instead of bytes/s (B/s):</guilabel> Check this " +"if you want the applet to display bits per second instead of bytes/s." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:326 +msgid "" +"<guilabel>Change icon according to the selected device:</guilabel> Usually " +"the applet will show an icon representing the type of network device you " +"monitor. So it will show a phone for Point to Point connections (ppp - " +"modems, etc.), a network card for Ethernet (eth), etc. When this is " +"unchecked, the applet will always show the network card icon, no matter " +"which device you monitor." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:332 +msgid "" +"<guilabel>Always monitor a connected device, if possible:</guilabel> When " +"your connection is down, Netspeed Applet look for a running one for " +"monitoring." +msgstr "" + +#. (itstool) path: sect1/title +#. (itstool) path: figure/title +#: C/index.docbook:338 C/index.docbook:340 +msgid "The details dialog" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:343 +msgctxt "_" +msgid "" +"external ref='figures/details.png' md5='60fedda8f88b634f16ab31090b5bdd67'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:342 +msgid "" +"<imageobject><imagedata fileref=\"figures/details.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>The details dialog</phrase> " +"</textobject>" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:351 +msgid "" +"This dialog shows you some useful information on the configuration of your " +"network device." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:356 +msgid "" +"<guilabel>Internet Address:</guilabel> The IP (Internet Protocol) address of" +" the network device." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:359 +msgid "" +"<guilabel>Netmask:</guilabel> The netmask which depends on the size of your " +"LAN (Local Area Network). A usual value is 255.255.255.0 (a class C " +"network)." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:363 +msgid "" +"<guilabel>Hardware Address:</guilabel> Often also referred to as the " +"physical or MAC (Media Access Control) address. A worldwide unique " +"identifier for your network card." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:367 +msgid "" +"<guilabel>P-t-P Address:</guilabel> The internet address of the \"other " +"side\" of your PPP (Point to Point Protocol) connection." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:371 +msgid "" +"<guilabel>Bytes in:</guilabel> The amount of bytes that the network device " +"has received since it has been connected to the network." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:375 +msgid "" +"<guilabel>Bytes out:</guilabel> The amount of bytes that the network device " +"has sent since it has been connected to the network." +msgstr "" + +#. (itstool) path: para/ulink +#: C/legal.xml:9 +msgid "link" +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:2 +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 <_:ulink-1/> or in the file COPYING-DOCS distributed " +"with this manual." +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:12 +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." +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:19 +msgid "" +"Many of the names used by companies to distinguish their products and " +"services are claimed as trademarks. Where those names appear in any MATE " +"documentation, and the members of the MATE Documentation Project are made " +"aware of those trademarks, then the names are in capital letters or initial " +"capital letters." +msgstr "" + +#. (itstool) path: listitem/para +#: C/legal.xml:35 +msgid "" +"DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " +"EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " +"THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " +"MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " +"RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " +"MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " +"MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " +"WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " +"SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " +"ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " +"OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" +msgstr "" + +#. (itstool) path: listitem/para +#: C/legal.xml:55 +msgid "" +"UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" +" NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " +"CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " +"DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " +"FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " +"ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " +"WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" +" OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " +"VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" +" POSSIBILITY OF SUCH DAMAGES." +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:28 +msgid "" +"DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " +"OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " +"<_:orderedlist-1/>" +msgstr "" diff --git a/netspeed/help/es_MX/es_MX.po b/netspeed/help/es_MX/es_MX.po index 53579423..76dcaea9 100644 --- a/netspeed/help/es_MX/es_MX.po +++ b/netspeed/help/es_MX/es_MX.po @@ -6,15 +6,15 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" "Last-Translator: Luis Armando Medina <[email protected]>, 2018\n" -"Language-Team: Spanish (Mexico) (https://www.transifex.com/mate/teams/13566/es_MX/)\n" +"Language-Team: Spanish (Mexico) (https://app.transifex.com/mate/teams/13566/es_MX/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: es_MX\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" #. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2 msgctxt "_" @@ -41,7 +41,7 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" #. (itstool) path: articleinfo/copyright @@ -135,8 +135,9 @@ msgstr "" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/help/es_NI/es_NI.po b/netspeed/help/es_NI/es_NI.po new file mode 100644 index 00000000..0d7ed99d --- /dev/null +++ b/netspeed/help/es_NI/es_NI.po @@ -0,0 +1,609 @@ +# Translators: +# Stefano Karapetsas <[email protected]>, 2018 +# Transifex Bot <>, 2026 +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" +"PO-Revision-Date: 2018-09-27 15:24+0000\n" +"Last-Translator: Transifex Bot <>, 2026\n" +"Language-Team: Spanish (Nicaragua) (https://app.transifex.com/mate/teams/13566/es_NI/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es_NI\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" + +#. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2 +msgctxt "_" +msgid "translator-credits" +msgstr "" +"Francisco Javier F. Serrador <[email protected]>\n" +"Jorge González González <[email protected]>" + +#. (itstool) path: articleinfo/title +#: C/index.docbook:23 +msgid "Netspeed Applet Manual V1.3" +msgstr "" + +#. (itstool) path: abstract/para +#: C/index.docbook:25 +msgid "" +"Netspeed Applet shows how much traffic occurs on a specified network device." +msgstr "" + +#. (itstool) path: articleinfo/copyright +#: C/index.docbook:27 +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" +msgstr "" + +#. (itstool) path: articleinfo/copyright +#: C/index.docbook:31 +msgid "<year>2002</year> <holder>Jörgen Scheibengruber</holder>" +msgstr "" + +#. (itstool) path: publisher/publishername +#: C/index.docbook:44 +msgid "MATE Documentation Project" +msgstr "" + +#. (itstool) path: publisher/publishername +#: C/index.docbook:47 +msgid "GNOME Documentation Project" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:53 +msgid "" +"<firstname>MATE Documentation Project</firstname> <surname/> <affiliation> " +"<orgname>MATE Desktop</orgname> </affiliation>" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:60 +msgid "" +"<firstname>Jörgen</firstname> <surname>Scheibengruber</surname> " +"<affiliation> <orgname>GNOME Project</orgname> </affiliation> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:69 +msgid "" +"<firstname>Pedro</firstname> <surname>Villavicencio Garrido</surname> " +"<affiliation> <orgname>GNOME Project</orgname> </affiliation> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revision/author +#: C/index.docbook:96 +msgid "<firstname>MATE Documentation Project</firstname> <surname/>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:93 +msgid "<revnumber>1.3</revnumber> <date>July 2015</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: revision/author +#: C/index.docbook:105 C/index.docbook:125 +msgid "" +"<firstname>Jörgen</firstname> <surname>Scheibengruber</surname> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:102 +msgid "<revnumber>1.2</revnumber> <date>2006</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: revision/author +#: C/index.docbook:115 +msgid "" +"<firstname>Pedro</firstname> <surname>Villavicencio Garrido</surname> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:112 +msgid "<revnumber>1.1</revnumber> <date>2005</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:122 +msgid "<revnumber>1.0</revnumber> <date>2002</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: articleinfo/releaseinfo +#: C/index.docbook:134 +msgid "This manual describes version 1.10.1 of Netspeed Applet." +msgstr "" + +#. (itstool) path: legalnotice/title +#: C/index.docbook:137 +msgid "Feedback" +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/index.docbook:138 +msgid "" +"To report a bug or make a suggestion regarding the Netspeed Applet " +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." +msgstr "" + +#. (itstool) path: article/indexterm +#: C/index.docbook:146 +msgid "<primary>Netspeed Applet</primary>" +msgstr "" + +#. (itstool) path: sect1/title +#: C/index.docbook:152 +msgid "About Netspeed Applet" +msgstr "" + +#. (itstool) path: figure/title +#: C/index.docbook:154 +msgid "Netspeed" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:157 +msgctxt "_" +msgid "" +"external ref='figures/netspeed_applet.png' " +"md5='11ef0533a2be1a5d1a9de77c4cec7f93'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:156 +msgid "" +"<imageobject><imagedata fileref=\"figures/netspeed_applet.png\" " +"format=\"PNG\"/> </imageobject> <textobject> <phrase>Netspeed.</phrase> " +"</textobject>" +msgstr "" + +#. (itstool) path: figure/title +#: C/index.docbook:166 +msgid "Netspeed showing the sum in a 48px panel." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:169 +msgctxt "_" +msgid "" +"external ref='figures/eth_sum_48.png' md5='5113ce28da9b7712dafc52b3c13ccf32'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:168 +msgid "" +"<imageobject><imagedata fileref=\"figures/eth_sum_48.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>Netspeed showing the sum in a 48px " +"panel.</phrase> </textobject>" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:177 +msgid "" +"<application>Netspeed Applet</application> displays the network traffic on a" +" specified device like eth0, ppp0, plip0, etc. More over it provides " +"information about the configuration of the network device." +msgstr "" + +#. (itstool) path: sect2/title +#: C/index.docbook:183 +msgid "Netspeed Icons on Panel" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:190 +msgid "Icon" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:191 +msgid "Description" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:198 +msgctxt "_" +msgid "" +"external ref='figures/loopback.png' md5='0636b7d65b0626ee5e92dc0d28be5871'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:196 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/loopback.png\"" +" format=\"PNG\"/> </imageobject><textobject> <phrase>Loopback</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:203 +msgid "The Loopback interface." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:210 +msgctxt "_" +msgid "" +"external ref='figures/ethernet.png' md5='48562a8b38e8eca91a3a8ee4ba4e3077'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:208 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/ethernet.png\"" +" format=\"PNG\"/> </imageobject><textobject> <phrase>Ethernet</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:215 +msgid "Ethernet connection." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:222 +msgctxt "_" +msgid "external ref='figures/ppp.png' md5='b88d98a9ccdd489d91b45c8cf2dcbad1'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:220 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/ppp.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>PPP</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:227 +msgid "Point to Point Protocol connection." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:234 +msgctxt "_" +msgid "" +"external ref='figures/wavelan.png' md5='90f925a64abe393adc5834fceba515fe'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:232 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/wavelan.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>Wireless</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:239 +msgid "Wireless connection." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:246 +msgctxt "_" +msgid "external ref='figures/plip.png' md5='0761a22dfa7b0b56e41e020cd701db68'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:244 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/plip.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>PLIP</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:251 +msgid "Parallel Line Internet Protocol connection." +msgstr "" + +#. (itstool) path: sect2/title +#: C/index.docbook:260 +msgid "To Add Netspeed Applet to a Panel" +msgstr "" + +#. (itstool) path: sect2/para +#: C/index.docbook:261 +msgid "" +"To add <application>Netspeed Applet</application> to a panel, perform the " +"following steps:" +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:267 +msgid "Right-click on the panel." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:272 +msgid "Choose <guimenuitem>Add to Panel</guimenuitem>." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:277 +msgid "" +"Scroll down the list of items in the <guilabel>Add to Panel</guilabel> " +"dialog, then select <guilabel>Netspeed Applet</guilabel>." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:283 +msgid "Click <guibutton>Add</guibutton>." +msgstr "" + +#. (itstool) path: sect1/title +#: C/index.docbook:291 +msgid "Settings" +msgstr "" + +#. (itstool) path: figure/title +#: C/index.docbook:293 +msgid "Netspeed Applet Settings" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:296 +msgctxt "_" +msgid "" +"external ref='figures/settings.png' md5='219a6bc0e89cb9634d49025f9d3c6604'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:295 +msgid "" +"<imageobject><imagedata fileref=\"figures/settings.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>Netspeed Applet Settings.</phrase> " +"</textobject>" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:304 +msgid "In this dialog you can change the settings of Netspeed Applet:" +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:308 +msgid "" +"<guilabel>Network device:</guilabel> Choose the network device that the " +"applet should monitor from the popdown list of the combobox. Usually all " +"available devices are listed, however you can enter one yourself, too." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:312 +msgid "" +"<guilabel>Update interval:</guilabel> Enter the time between two updates of " +"the applet." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:315 +msgid "" +"<guilabel>Label font size:</guilabel> Enter the size of the text displayed " +"in the applet." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:318 +msgid "" +"<guilabel>Show sum instead of in and out:</guilabel> If you check this box " +"then the applet will show the sum of the in and out rate. The applet will " +"take only half of the space in the panel in this case." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:322 +msgid "" +"<guilabel>Show bits/s (b/s) instead of bytes/s (B/s):</guilabel> Check this " +"if you want the applet to display bits per second instead of bytes/s." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:326 +msgid "" +"<guilabel>Change icon according to the selected device:</guilabel> Usually " +"the applet will show an icon representing the type of network device you " +"monitor. So it will show a phone for Point to Point connections (ppp - " +"modems, etc.), a network card for Ethernet (eth), etc. When this is " +"unchecked, the applet will always show the network card icon, no matter " +"which device you monitor." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:332 +msgid "" +"<guilabel>Always monitor a connected device, if possible:</guilabel> When " +"your connection is down, Netspeed Applet look for a running one for " +"monitoring." +msgstr "" + +#. (itstool) path: sect1/title +#. (itstool) path: figure/title +#: C/index.docbook:338 C/index.docbook:340 +msgid "The details dialog" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:343 +msgctxt "_" +msgid "" +"external ref='figures/details.png' md5='60fedda8f88b634f16ab31090b5bdd67'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:342 +msgid "" +"<imageobject><imagedata fileref=\"figures/details.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>The details dialog</phrase> " +"</textobject>" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:351 +msgid "" +"This dialog shows you some useful information on the configuration of your " +"network device." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:356 +msgid "" +"<guilabel>Internet Address:</guilabel> The IP (Internet Protocol) address of" +" the network device." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:359 +msgid "" +"<guilabel>Netmask:</guilabel> The netmask which depends on the size of your " +"LAN (Local Area Network). A usual value is 255.255.255.0 (a class C " +"network)." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:363 +msgid "" +"<guilabel>Hardware Address:</guilabel> Often also referred to as the " +"physical or MAC (Media Access Control) address. A worldwide unique " +"identifier for your network card." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:367 +msgid "" +"<guilabel>P-t-P Address:</guilabel> The internet address of the \"other " +"side\" of your PPP (Point to Point Protocol) connection." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:371 +msgid "" +"<guilabel>Bytes in:</guilabel> The amount of bytes that the network device " +"has received since it has been connected to the network." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:375 +msgid "" +"<guilabel>Bytes out:</guilabel> The amount of bytes that the network device " +"has sent since it has been connected to the network." +msgstr "" + +#. (itstool) path: para/ulink +#: C/legal.xml:9 +msgid "link" +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:2 +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 <_:ulink-1/> or in the file COPYING-DOCS distributed " +"with this manual." +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:12 +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." +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:19 +msgid "" +"Many of the names used by companies to distinguish their products and " +"services are claimed as trademarks. Where those names appear in any MATE " +"documentation, and the members of the MATE Documentation Project are made " +"aware of those trademarks, then the names are in capital letters or initial " +"capital letters." +msgstr "" + +#. (itstool) path: listitem/para +#: C/legal.xml:35 +msgid "" +"DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " +"EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " +"THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " +"MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " +"RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " +"MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " +"MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " +"WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " +"SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " +"ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " +"OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" +msgstr "" + +#. (itstool) path: listitem/para +#: C/legal.xml:55 +msgid "" +"UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" +" NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " +"CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " +"DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " +"FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " +"ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " +"WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" +" OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " +"VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" +" POSSIBILITY OF SUCH DAMAGES." +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:28 +msgid "" +"DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " +"OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " +"<_:orderedlist-1/>" +msgstr "" diff --git a/netspeed/help/es_PA/es_PA.po b/netspeed/help/es_PA/es_PA.po new file mode 100644 index 00000000..76f6a033 --- /dev/null +++ b/netspeed/help/es_PA/es_PA.po @@ -0,0 +1,609 @@ +# Translators: +# Stefano Karapetsas <[email protected]>, 2018 +# Transifex Bot <>, 2026 +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" +"PO-Revision-Date: 2018-09-27 15:24+0000\n" +"Last-Translator: Transifex Bot <>, 2026\n" +"Language-Team: Spanish (Panama) (https://app.transifex.com/mate/teams/13566/es_PA/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es_PA\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" + +#. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2 +msgctxt "_" +msgid "translator-credits" +msgstr "" +"Francisco Javier F. Serrador <[email protected]>\n" +"Jorge González González <[email protected]>" + +#. (itstool) path: articleinfo/title +#: C/index.docbook:23 +msgid "Netspeed Applet Manual V1.3" +msgstr "" + +#. (itstool) path: abstract/para +#: C/index.docbook:25 +msgid "" +"Netspeed Applet shows how much traffic occurs on a specified network device." +msgstr "" + +#. (itstool) path: articleinfo/copyright +#: C/index.docbook:27 +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" +msgstr "" + +#. (itstool) path: articleinfo/copyright +#: C/index.docbook:31 +msgid "<year>2002</year> <holder>Jörgen Scheibengruber</holder>" +msgstr "" + +#. (itstool) path: publisher/publishername +#: C/index.docbook:44 +msgid "MATE Documentation Project" +msgstr "" + +#. (itstool) path: publisher/publishername +#: C/index.docbook:47 +msgid "GNOME Documentation Project" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:53 +msgid "" +"<firstname>MATE Documentation Project</firstname> <surname/> <affiliation> " +"<orgname>MATE Desktop</orgname> </affiliation>" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:60 +msgid "" +"<firstname>Jörgen</firstname> <surname>Scheibengruber</surname> " +"<affiliation> <orgname>GNOME Project</orgname> </affiliation> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:69 +msgid "" +"<firstname>Pedro</firstname> <surname>Villavicencio Garrido</surname> " +"<affiliation> <orgname>GNOME Project</orgname> </affiliation> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revision/author +#: C/index.docbook:96 +msgid "<firstname>MATE Documentation Project</firstname> <surname/>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:93 +msgid "<revnumber>1.3</revnumber> <date>July 2015</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: revision/author +#: C/index.docbook:105 C/index.docbook:125 +msgid "" +"<firstname>Jörgen</firstname> <surname>Scheibengruber</surname> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:102 +msgid "<revnumber>1.2</revnumber> <date>2006</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: revision/author +#: C/index.docbook:115 +msgid "" +"<firstname>Pedro</firstname> <surname>Villavicencio Garrido</surname> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:112 +msgid "<revnumber>1.1</revnumber> <date>2005</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:122 +msgid "<revnumber>1.0</revnumber> <date>2002</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: articleinfo/releaseinfo +#: C/index.docbook:134 +msgid "This manual describes version 1.10.1 of Netspeed Applet." +msgstr "" + +#. (itstool) path: legalnotice/title +#: C/index.docbook:137 +msgid "Feedback" +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/index.docbook:138 +msgid "" +"To report a bug or make a suggestion regarding the Netspeed Applet " +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." +msgstr "" + +#. (itstool) path: article/indexterm +#: C/index.docbook:146 +msgid "<primary>Netspeed Applet</primary>" +msgstr "" + +#. (itstool) path: sect1/title +#: C/index.docbook:152 +msgid "About Netspeed Applet" +msgstr "" + +#. (itstool) path: figure/title +#: C/index.docbook:154 +msgid "Netspeed" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:157 +msgctxt "_" +msgid "" +"external ref='figures/netspeed_applet.png' " +"md5='11ef0533a2be1a5d1a9de77c4cec7f93'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:156 +msgid "" +"<imageobject><imagedata fileref=\"figures/netspeed_applet.png\" " +"format=\"PNG\"/> </imageobject> <textobject> <phrase>Netspeed.</phrase> " +"</textobject>" +msgstr "" + +#. (itstool) path: figure/title +#: C/index.docbook:166 +msgid "Netspeed showing the sum in a 48px panel." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:169 +msgctxt "_" +msgid "" +"external ref='figures/eth_sum_48.png' md5='5113ce28da9b7712dafc52b3c13ccf32'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:168 +msgid "" +"<imageobject><imagedata fileref=\"figures/eth_sum_48.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>Netspeed showing the sum in a 48px " +"panel.</phrase> </textobject>" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:177 +msgid "" +"<application>Netspeed Applet</application> displays the network traffic on a" +" specified device like eth0, ppp0, plip0, etc. More over it provides " +"information about the configuration of the network device." +msgstr "" + +#. (itstool) path: sect2/title +#: C/index.docbook:183 +msgid "Netspeed Icons on Panel" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:190 +msgid "Icon" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:191 +msgid "Description" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:198 +msgctxt "_" +msgid "" +"external ref='figures/loopback.png' md5='0636b7d65b0626ee5e92dc0d28be5871'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:196 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/loopback.png\"" +" format=\"PNG\"/> </imageobject><textobject> <phrase>Loopback</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:203 +msgid "The Loopback interface." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:210 +msgctxt "_" +msgid "" +"external ref='figures/ethernet.png' md5='48562a8b38e8eca91a3a8ee4ba4e3077'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:208 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/ethernet.png\"" +" format=\"PNG\"/> </imageobject><textobject> <phrase>Ethernet</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:215 +msgid "Ethernet connection." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:222 +msgctxt "_" +msgid "external ref='figures/ppp.png' md5='b88d98a9ccdd489d91b45c8cf2dcbad1'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:220 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/ppp.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>PPP</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:227 +msgid "Point to Point Protocol connection." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:234 +msgctxt "_" +msgid "" +"external ref='figures/wavelan.png' md5='90f925a64abe393adc5834fceba515fe'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:232 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/wavelan.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>Wireless</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:239 +msgid "Wireless connection." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:246 +msgctxt "_" +msgid "external ref='figures/plip.png' md5='0761a22dfa7b0b56e41e020cd701db68'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:244 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/plip.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>PLIP</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:251 +msgid "Parallel Line Internet Protocol connection." +msgstr "" + +#. (itstool) path: sect2/title +#: C/index.docbook:260 +msgid "To Add Netspeed Applet to a Panel" +msgstr "" + +#. (itstool) path: sect2/para +#: C/index.docbook:261 +msgid "" +"To add <application>Netspeed Applet</application> to a panel, perform the " +"following steps:" +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:267 +msgid "Right-click on the panel." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:272 +msgid "Choose <guimenuitem>Add to Panel</guimenuitem>." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:277 +msgid "" +"Scroll down the list of items in the <guilabel>Add to Panel</guilabel> " +"dialog, then select <guilabel>Netspeed Applet</guilabel>." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:283 +msgid "Click <guibutton>Add</guibutton>." +msgstr "" + +#. (itstool) path: sect1/title +#: C/index.docbook:291 +msgid "Settings" +msgstr "" + +#. (itstool) path: figure/title +#: C/index.docbook:293 +msgid "Netspeed Applet Settings" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:296 +msgctxt "_" +msgid "" +"external ref='figures/settings.png' md5='219a6bc0e89cb9634d49025f9d3c6604'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:295 +msgid "" +"<imageobject><imagedata fileref=\"figures/settings.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>Netspeed Applet Settings.</phrase> " +"</textobject>" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:304 +msgid "In this dialog you can change the settings of Netspeed Applet:" +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:308 +msgid "" +"<guilabel>Network device:</guilabel> Choose the network device that the " +"applet should monitor from the popdown list of the combobox. Usually all " +"available devices are listed, however you can enter one yourself, too." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:312 +msgid "" +"<guilabel>Update interval:</guilabel> Enter the time between two updates of " +"the applet." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:315 +msgid "" +"<guilabel>Label font size:</guilabel> Enter the size of the text displayed " +"in the applet." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:318 +msgid "" +"<guilabel>Show sum instead of in and out:</guilabel> If you check this box " +"then the applet will show the sum of the in and out rate. The applet will " +"take only half of the space in the panel in this case." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:322 +msgid "" +"<guilabel>Show bits/s (b/s) instead of bytes/s (B/s):</guilabel> Check this " +"if you want the applet to display bits per second instead of bytes/s." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:326 +msgid "" +"<guilabel>Change icon according to the selected device:</guilabel> Usually " +"the applet will show an icon representing the type of network device you " +"monitor. So it will show a phone for Point to Point connections (ppp - " +"modems, etc.), a network card for Ethernet (eth), etc. When this is " +"unchecked, the applet will always show the network card icon, no matter " +"which device you monitor." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:332 +msgid "" +"<guilabel>Always monitor a connected device, if possible:</guilabel> When " +"your connection is down, Netspeed Applet look for a running one for " +"monitoring." +msgstr "" + +#. (itstool) path: sect1/title +#. (itstool) path: figure/title +#: C/index.docbook:338 C/index.docbook:340 +msgid "The details dialog" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:343 +msgctxt "_" +msgid "" +"external ref='figures/details.png' md5='60fedda8f88b634f16ab31090b5bdd67'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:342 +msgid "" +"<imageobject><imagedata fileref=\"figures/details.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>The details dialog</phrase> " +"</textobject>" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:351 +msgid "" +"This dialog shows you some useful information on the configuration of your " +"network device." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:356 +msgid "" +"<guilabel>Internet Address:</guilabel> The IP (Internet Protocol) address of" +" the network device." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:359 +msgid "" +"<guilabel>Netmask:</guilabel> The netmask which depends on the size of your " +"LAN (Local Area Network). A usual value is 255.255.255.0 (a class C " +"network)." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:363 +msgid "" +"<guilabel>Hardware Address:</guilabel> Often also referred to as the " +"physical or MAC (Media Access Control) address. A worldwide unique " +"identifier for your network card." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:367 +msgid "" +"<guilabel>P-t-P Address:</guilabel> The internet address of the \"other " +"side\" of your PPP (Point to Point Protocol) connection." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:371 +msgid "" +"<guilabel>Bytes in:</guilabel> The amount of bytes that the network device " +"has received since it has been connected to the network." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:375 +msgid "" +"<guilabel>Bytes out:</guilabel> The amount of bytes that the network device " +"has sent since it has been connected to the network." +msgstr "" + +#. (itstool) path: para/ulink +#: C/legal.xml:9 +msgid "link" +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:2 +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 <_:ulink-1/> or in the file COPYING-DOCS distributed " +"with this manual." +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:12 +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." +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:19 +msgid "" +"Many of the names used by companies to distinguish their products and " +"services are claimed as trademarks. Where those names appear in any MATE " +"documentation, and the members of the MATE Documentation Project are made " +"aware of those trademarks, then the names are in capital letters or initial " +"capital letters." +msgstr "" + +#. (itstool) path: listitem/para +#: C/legal.xml:35 +msgid "" +"DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " +"EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " +"THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " +"MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " +"RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " +"MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " +"MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " +"WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " +"SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " +"ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " +"OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" +msgstr "" + +#. (itstool) path: listitem/para +#: C/legal.xml:55 +msgid "" +"UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" +" NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " +"CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " +"DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " +"FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " +"ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " +"WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" +" OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " +"VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" +" POSSIBILITY OF SUCH DAMAGES." +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:28 +msgid "" +"DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " +"OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " +"<_:orderedlist-1/>" +msgstr "" diff --git a/netspeed/help/es_PE/es_PE.po b/netspeed/help/es_PE/es_PE.po new file mode 100644 index 00000000..751ca134 --- /dev/null +++ b/netspeed/help/es_PE/es_PE.po @@ -0,0 +1,609 @@ +# Translators: +# Stefano Karapetsas <[email protected]>, 2018 +# Transifex Bot <>, 2026 +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" +"PO-Revision-Date: 2018-09-27 15:24+0000\n" +"Last-Translator: Transifex Bot <>, 2026\n" +"Language-Team: Spanish (Peru) (https://app.transifex.com/mate/teams/13566/es_PE/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es_PE\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" + +#. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2 +msgctxt "_" +msgid "translator-credits" +msgstr "" +"Francisco Javier F. Serrador <[email protected]>\n" +"Jorge González González <[email protected]>" + +#. (itstool) path: articleinfo/title +#: C/index.docbook:23 +msgid "Netspeed Applet Manual V1.3" +msgstr "" + +#. (itstool) path: abstract/para +#: C/index.docbook:25 +msgid "" +"Netspeed Applet shows how much traffic occurs on a specified network device." +msgstr "" + +#. (itstool) path: articleinfo/copyright +#: C/index.docbook:27 +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" +msgstr "" + +#. (itstool) path: articleinfo/copyright +#: C/index.docbook:31 +msgid "<year>2002</year> <holder>Jörgen Scheibengruber</holder>" +msgstr "" + +#. (itstool) path: publisher/publishername +#: C/index.docbook:44 +msgid "MATE Documentation Project" +msgstr "" + +#. (itstool) path: publisher/publishername +#: C/index.docbook:47 +msgid "GNOME Documentation Project" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:53 +msgid "" +"<firstname>MATE Documentation Project</firstname> <surname/> <affiliation> " +"<orgname>MATE Desktop</orgname> </affiliation>" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:60 +msgid "" +"<firstname>Jörgen</firstname> <surname>Scheibengruber</surname> " +"<affiliation> <orgname>GNOME Project</orgname> </affiliation> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:69 +msgid "" +"<firstname>Pedro</firstname> <surname>Villavicencio Garrido</surname> " +"<affiliation> <orgname>GNOME Project</orgname> </affiliation> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revision/author +#: C/index.docbook:96 +msgid "<firstname>MATE Documentation Project</firstname> <surname/>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:93 +msgid "<revnumber>1.3</revnumber> <date>July 2015</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: revision/author +#: C/index.docbook:105 C/index.docbook:125 +msgid "" +"<firstname>Jörgen</firstname> <surname>Scheibengruber</surname> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:102 +msgid "<revnumber>1.2</revnumber> <date>2006</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: revision/author +#: C/index.docbook:115 +msgid "" +"<firstname>Pedro</firstname> <surname>Villavicencio Garrido</surname> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:112 +msgid "<revnumber>1.1</revnumber> <date>2005</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:122 +msgid "<revnumber>1.0</revnumber> <date>2002</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: articleinfo/releaseinfo +#: C/index.docbook:134 +msgid "This manual describes version 1.10.1 of Netspeed Applet." +msgstr "" + +#. (itstool) path: legalnotice/title +#: C/index.docbook:137 +msgid "Feedback" +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/index.docbook:138 +msgid "" +"To report a bug or make a suggestion regarding the Netspeed Applet " +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." +msgstr "" + +#. (itstool) path: article/indexterm +#: C/index.docbook:146 +msgid "<primary>Netspeed Applet</primary>" +msgstr "" + +#. (itstool) path: sect1/title +#: C/index.docbook:152 +msgid "About Netspeed Applet" +msgstr "" + +#. (itstool) path: figure/title +#: C/index.docbook:154 +msgid "Netspeed" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:157 +msgctxt "_" +msgid "" +"external ref='figures/netspeed_applet.png' " +"md5='11ef0533a2be1a5d1a9de77c4cec7f93'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:156 +msgid "" +"<imageobject><imagedata fileref=\"figures/netspeed_applet.png\" " +"format=\"PNG\"/> </imageobject> <textobject> <phrase>Netspeed.</phrase> " +"</textobject>" +msgstr "" + +#. (itstool) path: figure/title +#: C/index.docbook:166 +msgid "Netspeed showing the sum in a 48px panel." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:169 +msgctxt "_" +msgid "" +"external ref='figures/eth_sum_48.png' md5='5113ce28da9b7712dafc52b3c13ccf32'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:168 +msgid "" +"<imageobject><imagedata fileref=\"figures/eth_sum_48.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>Netspeed showing the sum in a 48px " +"panel.</phrase> </textobject>" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:177 +msgid "" +"<application>Netspeed Applet</application> displays the network traffic on a" +" specified device like eth0, ppp0, plip0, etc. More over it provides " +"information about the configuration of the network device." +msgstr "" + +#. (itstool) path: sect2/title +#: C/index.docbook:183 +msgid "Netspeed Icons on Panel" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:190 +msgid "Icon" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:191 +msgid "Description" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:198 +msgctxt "_" +msgid "" +"external ref='figures/loopback.png' md5='0636b7d65b0626ee5e92dc0d28be5871'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:196 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/loopback.png\"" +" format=\"PNG\"/> </imageobject><textobject> <phrase>Loopback</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:203 +msgid "The Loopback interface." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:210 +msgctxt "_" +msgid "" +"external ref='figures/ethernet.png' md5='48562a8b38e8eca91a3a8ee4ba4e3077'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:208 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/ethernet.png\"" +" format=\"PNG\"/> </imageobject><textobject> <phrase>Ethernet</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:215 +msgid "Ethernet connection." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:222 +msgctxt "_" +msgid "external ref='figures/ppp.png' md5='b88d98a9ccdd489d91b45c8cf2dcbad1'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:220 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/ppp.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>PPP</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:227 +msgid "Point to Point Protocol connection." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:234 +msgctxt "_" +msgid "" +"external ref='figures/wavelan.png' md5='90f925a64abe393adc5834fceba515fe'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:232 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/wavelan.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>Wireless</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:239 +msgid "Wireless connection." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:246 +msgctxt "_" +msgid "external ref='figures/plip.png' md5='0761a22dfa7b0b56e41e020cd701db68'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:244 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/plip.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>PLIP</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:251 +msgid "Parallel Line Internet Protocol connection." +msgstr "" + +#. (itstool) path: sect2/title +#: C/index.docbook:260 +msgid "To Add Netspeed Applet to a Panel" +msgstr "" + +#. (itstool) path: sect2/para +#: C/index.docbook:261 +msgid "" +"To add <application>Netspeed Applet</application> to a panel, perform the " +"following steps:" +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:267 +msgid "Right-click on the panel." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:272 +msgid "Choose <guimenuitem>Add to Panel</guimenuitem>." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:277 +msgid "" +"Scroll down the list of items in the <guilabel>Add to Panel</guilabel> " +"dialog, then select <guilabel>Netspeed Applet</guilabel>." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:283 +msgid "Click <guibutton>Add</guibutton>." +msgstr "" + +#. (itstool) path: sect1/title +#: C/index.docbook:291 +msgid "Settings" +msgstr "" + +#. (itstool) path: figure/title +#: C/index.docbook:293 +msgid "Netspeed Applet Settings" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:296 +msgctxt "_" +msgid "" +"external ref='figures/settings.png' md5='219a6bc0e89cb9634d49025f9d3c6604'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:295 +msgid "" +"<imageobject><imagedata fileref=\"figures/settings.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>Netspeed Applet Settings.</phrase> " +"</textobject>" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:304 +msgid "In this dialog you can change the settings of Netspeed Applet:" +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:308 +msgid "" +"<guilabel>Network device:</guilabel> Choose the network device that the " +"applet should monitor from the popdown list of the combobox. Usually all " +"available devices are listed, however you can enter one yourself, too." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:312 +msgid "" +"<guilabel>Update interval:</guilabel> Enter the time between two updates of " +"the applet." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:315 +msgid "" +"<guilabel>Label font size:</guilabel> Enter the size of the text displayed " +"in the applet." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:318 +msgid "" +"<guilabel>Show sum instead of in and out:</guilabel> If you check this box " +"then the applet will show the sum of the in and out rate. The applet will " +"take only half of the space in the panel in this case." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:322 +msgid "" +"<guilabel>Show bits/s (b/s) instead of bytes/s (B/s):</guilabel> Check this " +"if you want the applet to display bits per second instead of bytes/s." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:326 +msgid "" +"<guilabel>Change icon according to the selected device:</guilabel> Usually " +"the applet will show an icon representing the type of network device you " +"monitor. So it will show a phone for Point to Point connections (ppp - " +"modems, etc.), a network card for Ethernet (eth), etc. When this is " +"unchecked, the applet will always show the network card icon, no matter " +"which device you monitor." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:332 +msgid "" +"<guilabel>Always monitor a connected device, if possible:</guilabel> When " +"your connection is down, Netspeed Applet look for a running one for " +"monitoring." +msgstr "" + +#. (itstool) path: sect1/title +#. (itstool) path: figure/title +#: C/index.docbook:338 C/index.docbook:340 +msgid "The details dialog" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:343 +msgctxt "_" +msgid "" +"external ref='figures/details.png' md5='60fedda8f88b634f16ab31090b5bdd67'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:342 +msgid "" +"<imageobject><imagedata fileref=\"figures/details.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>The details dialog</phrase> " +"</textobject>" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:351 +msgid "" +"This dialog shows you some useful information on the configuration of your " +"network device." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:356 +msgid "" +"<guilabel>Internet Address:</guilabel> The IP (Internet Protocol) address of" +" the network device." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:359 +msgid "" +"<guilabel>Netmask:</guilabel> The netmask which depends on the size of your " +"LAN (Local Area Network). A usual value is 255.255.255.0 (a class C " +"network)." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:363 +msgid "" +"<guilabel>Hardware Address:</guilabel> Often also referred to as the " +"physical or MAC (Media Access Control) address. A worldwide unique " +"identifier for your network card." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:367 +msgid "" +"<guilabel>P-t-P Address:</guilabel> The internet address of the \"other " +"side\" of your PPP (Point to Point Protocol) connection." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:371 +msgid "" +"<guilabel>Bytes in:</guilabel> The amount of bytes that the network device " +"has received since it has been connected to the network." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:375 +msgid "" +"<guilabel>Bytes out:</guilabel> The amount of bytes that the network device " +"has sent since it has been connected to the network." +msgstr "" + +#. (itstool) path: para/ulink +#: C/legal.xml:9 +msgid "link" +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:2 +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 <_:ulink-1/> or in the file COPYING-DOCS distributed " +"with this manual." +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:12 +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." +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:19 +msgid "" +"Many of the names used by companies to distinguish their products and " +"services are claimed as trademarks. Where those names appear in any MATE " +"documentation, and the members of the MATE Documentation Project are made " +"aware of those trademarks, then the names are in capital letters or initial " +"capital letters." +msgstr "" + +#. (itstool) path: listitem/para +#: C/legal.xml:35 +msgid "" +"DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " +"EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " +"THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " +"MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " +"RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " +"MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " +"MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " +"WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " +"SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " +"ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " +"OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" +msgstr "" + +#. (itstool) path: listitem/para +#: C/legal.xml:55 +msgid "" +"UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" +" NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " +"CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " +"DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " +"FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " +"ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " +"WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" +" OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " +"VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" +" POSSIBILITY OF SUCH DAMAGES." +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:28 +msgid "" +"DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " +"OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " +"<_:orderedlist-1/>" +msgstr "" diff --git a/netspeed/help/es_PR/es_PR.po b/netspeed/help/es_PR/es_PR.po new file mode 100644 index 00000000..2f0975ab --- /dev/null +++ b/netspeed/help/es_PR/es_PR.po @@ -0,0 +1,609 @@ +# Translators: +# Stefano Karapetsas <[email protected]>, 2018 +# Transifex Bot <>, 2026 +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" +"PO-Revision-Date: 2018-09-27 15:24+0000\n" +"Last-Translator: Transifex Bot <>, 2026\n" +"Language-Team: Spanish (Puerto Rico) (https://app.transifex.com/mate/teams/13566/es_PR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es_PR\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" + +#. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2 +msgctxt "_" +msgid "translator-credits" +msgstr "" +"Francisco Javier F. Serrador <[email protected]>\n" +"Jorge González González <[email protected]>" + +#. (itstool) path: articleinfo/title +#: C/index.docbook:23 +msgid "Netspeed Applet Manual V1.3" +msgstr "" + +#. (itstool) path: abstract/para +#: C/index.docbook:25 +msgid "" +"Netspeed Applet shows how much traffic occurs on a specified network device." +msgstr "" + +#. (itstool) path: articleinfo/copyright +#: C/index.docbook:27 +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" +msgstr "" + +#. (itstool) path: articleinfo/copyright +#: C/index.docbook:31 +msgid "<year>2002</year> <holder>Jörgen Scheibengruber</holder>" +msgstr "" + +#. (itstool) path: publisher/publishername +#: C/index.docbook:44 +msgid "MATE Documentation Project" +msgstr "" + +#. (itstool) path: publisher/publishername +#: C/index.docbook:47 +msgid "GNOME Documentation Project" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:53 +msgid "" +"<firstname>MATE Documentation Project</firstname> <surname/> <affiliation> " +"<orgname>MATE Desktop</orgname> </affiliation>" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:60 +msgid "" +"<firstname>Jörgen</firstname> <surname>Scheibengruber</surname> " +"<affiliation> <orgname>GNOME Project</orgname> </affiliation> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:69 +msgid "" +"<firstname>Pedro</firstname> <surname>Villavicencio Garrido</surname> " +"<affiliation> <orgname>GNOME Project</orgname> </affiliation> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revision/author +#: C/index.docbook:96 +msgid "<firstname>MATE Documentation Project</firstname> <surname/>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:93 +msgid "<revnumber>1.3</revnumber> <date>July 2015</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: revision/author +#: C/index.docbook:105 C/index.docbook:125 +msgid "" +"<firstname>Jörgen</firstname> <surname>Scheibengruber</surname> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:102 +msgid "<revnumber>1.2</revnumber> <date>2006</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: revision/author +#: C/index.docbook:115 +msgid "" +"<firstname>Pedro</firstname> <surname>Villavicencio Garrido</surname> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:112 +msgid "<revnumber>1.1</revnumber> <date>2005</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:122 +msgid "<revnumber>1.0</revnumber> <date>2002</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: articleinfo/releaseinfo +#: C/index.docbook:134 +msgid "This manual describes version 1.10.1 of Netspeed Applet." +msgstr "" + +#. (itstool) path: legalnotice/title +#: C/index.docbook:137 +msgid "Feedback" +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/index.docbook:138 +msgid "" +"To report a bug or make a suggestion regarding the Netspeed Applet " +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." +msgstr "" + +#. (itstool) path: article/indexterm +#: C/index.docbook:146 +msgid "<primary>Netspeed Applet</primary>" +msgstr "" + +#. (itstool) path: sect1/title +#: C/index.docbook:152 +msgid "About Netspeed Applet" +msgstr "" + +#. (itstool) path: figure/title +#: C/index.docbook:154 +msgid "Netspeed" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:157 +msgctxt "_" +msgid "" +"external ref='figures/netspeed_applet.png' " +"md5='11ef0533a2be1a5d1a9de77c4cec7f93'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:156 +msgid "" +"<imageobject><imagedata fileref=\"figures/netspeed_applet.png\" " +"format=\"PNG\"/> </imageobject> <textobject> <phrase>Netspeed.</phrase> " +"</textobject>" +msgstr "" + +#. (itstool) path: figure/title +#: C/index.docbook:166 +msgid "Netspeed showing the sum in a 48px panel." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:169 +msgctxt "_" +msgid "" +"external ref='figures/eth_sum_48.png' md5='5113ce28da9b7712dafc52b3c13ccf32'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:168 +msgid "" +"<imageobject><imagedata fileref=\"figures/eth_sum_48.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>Netspeed showing the sum in a 48px " +"panel.</phrase> </textobject>" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:177 +msgid "" +"<application>Netspeed Applet</application> displays the network traffic on a" +" specified device like eth0, ppp0, plip0, etc. More over it provides " +"information about the configuration of the network device." +msgstr "" + +#. (itstool) path: sect2/title +#: C/index.docbook:183 +msgid "Netspeed Icons on Panel" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:190 +msgid "Icon" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:191 +msgid "Description" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:198 +msgctxt "_" +msgid "" +"external ref='figures/loopback.png' md5='0636b7d65b0626ee5e92dc0d28be5871'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:196 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/loopback.png\"" +" format=\"PNG\"/> </imageobject><textobject> <phrase>Loopback</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:203 +msgid "The Loopback interface." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:210 +msgctxt "_" +msgid "" +"external ref='figures/ethernet.png' md5='48562a8b38e8eca91a3a8ee4ba4e3077'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:208 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/ethernet.png\"" +" format=\"PNG\"/> </imageobject><textobject> <phrase>Ethernet</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:215 +msgid "Ethernet connection." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:222 +msgctxt "_" +msgid "external ref='figures/ppp.png' md5='b88d98a9ccdd489d91b45c8cf2dcbad1'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:220 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/ppp.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>PPP</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:227 +msgid "Point to Point Protocol connection." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:234 +msgctxt "_" +msgid "" +"external ref='figures/wavelan.png' md5='90f925a64abe393adc5834fceba515fe'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:232 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/wavelan.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>Wireless</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:239 +msgid "Wireless connection." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:246 +msgctxt "_" +msgid "external ref='figures/plip.png' md5='0761a22dfa7b0b56e41e020cd701db68'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:244 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/plip.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>PLIP</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:251 +msgid "Parallel Line Internet Protocol connection." +msgstr "" + +#. (itstool) path: sect2/title +#: C/index.docbook:260 +msgid "To Add Netspeed Applet to a Panel" +msgstr "" + +#. (itstool) path: sect2/para +#: C/index.docbook:261 +msgid "" +"To add <application>Netspeed Applet</application> to a panel, perform the " +"following steps:" +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:267 +msgid "Right-click on the panel." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:272 +msgid "Choose <guimenuitem>Add to Panel</guimenuitem>." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:277 +msgid "" +"Scroll down the list of items in the <guilabel>Add to Panel</guilabel> " +"dialog, then select <guilabel>Netspeed Applet</guilabel>." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:283 +msgid "Click <guibutton>Add</guibutton>." +msgstr "" + +#. (itstool) path: sect1/title +#: C/index.docbook:291 +msgid "Settings" +msgstr "" + +#. (itstool) path: figure/title +#: C/index.docbook:293 +msgid "Netspeed Applet Settings" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:296 +msgctxt "_" +msgid "" +"external ref='figures/settings.png' md5='219a6bc0e89cb9634d49025f9d3c6604'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:295 +msgid "" +"<imageobject><imagedata fileref=\"figures/settings.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>Netspeed Applet Settings.</phrase> " +"</textobject>" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:304 +msgid "In this dialog you can change the settings of Netspeed Applet:" +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:308 +msgid "" +"<guilabel>Network device:</guilabel> Choose the network device that the " +"applet should monitor from the popdown list of the combobox. Usually all " +"available devices are listed, however you can enter one yourself, too." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:312 +msgid "" +"<guilabel>Update interval:</guilabel> Enter the time between two updates of " +"the applet." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:315 +msgid "" +"<guilabel>Label font size:</guilabel> Enter the size of the text displayed " +"in the applet." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:318 +msgid "" +"<guilabel>Show sum instead of in and out:</guilabel> If you check this box " +"then the applet will show the sum of the in and out rate. The applet will " +"take only half of the space in the panel in this case." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:322 +msgid "" +"<guilabel>Show bits/s (b/s) instead of bytes/s (B/s):</guilabel> Check this " +"if you want the applet to display bits per second instead of bytes/s." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:326 +msgid "" +"<guilabel>Change icon according to the selected device:</guilabel> Usually " +"the applet will show an icon representing the type of network device you " +"monitor. So it will show a phone for Point to Point connections (ppp - " +"modems, etc.), a network card for Ethernet (eth), etc. When this is " +"unchecked, the applet will always show the network card icon, no matter " +"which device you monitor." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:332 +msgid "" +"<guilabel>Always monitor a connected device, if possible:</guilabel> When " +"your connection is down, Netspeed Applet look for a running one for " +"monitoring." +msgstr "" + +#. (itstool) path: sect1/title +#. (itstool) path: figure/title +#: C/index.docbook:338 C/index.docbook:340 +msgid "The details dialog" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:343 +msgctxt "_" +msgid "" +"external ref='figures/details.png' md5='60fedda8f88b634f16ab31090b5bdd67'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:342 +msgid "" +"<imageobject><imagedata fileref=\"figures/details.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>The details dialog</phrase> " +"</textobject>" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:351 +msgid "" +"This dialog shows you some useful information on the configuration of your " +"network device." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:356 +msgid "" +"<guilabel>Internet Address:</guilabel> The IP (Internet Protocol) address of" +" the network device." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:359 +msgid "" +"<guilabel>Netmask:</guilabel> The netmask which depends on the size of your " +"LAN (Local Area Network). A usual value is 255.255.255.0 (a class C " +"network)." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:363 +msgid "" +"<guilabel>Hardware Address:</guilabel> Often also referred to as the " +"physical or MAC (Media Access Control) address. A worldwide unique " +"identifier for your network card." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:367 +msgid "" +"<guilabel>P-t-P Address:</guilabel> The internet address of the \"other " +"side\" of your PPP (Point to Point Protocol) connection." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:371 +msgid "" +"<guilabel>Bytes in:</guilabel> The amount of bytes that the network device " +"has received since it has been connected to the network." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:375 +msgid "" +"<guilabel>Bytes out:</guilabel> The amount of bytes that the network device " +"has sent since it has been connected to the network." +msgstr "" + +#. (itstool) path: para/ulink +#: C/legal.xml:9 +msgid "link" +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:2 +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 <_:ulink-1/> or in the file COPYING-DOCS distributed " +"with this manual." +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:12 +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." +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:19 +msgid "" +"Many of the names used by companies to distinguish their products and " +"services are claimed as trademarks. Where those names appear in any MATE " +"documentation, and the members of the MATE Documentation Project are made " +"aware of those trademarks, then the names are in capital letters or initial " +"capital letters." +msgstr "" + +#. (itstool) path: listitem/para +#: C/legal.xml:35 +msgid "" +"DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " +"EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " +"THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " +"MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " +"RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " +"MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " +"MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " +"WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " +"SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " +"ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " +"OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" +msgstr "" + +#. (itstool) path: listitem/para +#: C/legal.xml:55 +msgid "" +"UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" +" NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " +"CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " +"DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " +"FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " +"ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " +"WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" +" OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " +"VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" +" POSSIBILITY OF SUCH DAMAGES." +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:28 +msgid "" +"DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " +"OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " +"<_:orderedlist-1/>" +msgstr "" diff --git a/netspeed/help/es_SV/es_SV.po b/netspeed/help/es_SV/es_SV.po new file mode 100644 index 00000000..485fc566 --- /dev/null +++ b/netspeed/help/es_SV/es_SV.po @@ -0,0 +1,609 @@ +# Translators: +# Stefano Karapetsas <[email protected]>, 2018 +# Transifex Bot <>, 2026 +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" +"PO-Revision-Date: 2018-09-27 15:24+0000\n" +"Last-Translator: Transifex Bot <>, 2026\n" +"Language-Team: Spanish (El Salvador) (https://app.transifex.com/mate/teams/13566/es_SV/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es_SV\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" + +#. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2 +msgctxt "_" +msgid "translator-credits" +msgstr "" +"Francisco Javier F. Serrador <[email protected]>\n" +"Jorge González González <[email protected]>" + +#. (itstool) path: articleinfo/title +#: C/index.docbook:23 +msgid "Netspeed Applet Manual V1.3" +msgstr "" + +#. (itstool) path: abstract/para +#: C/index.docbook:25 +msgid "" +"Netspeed Applet shows how much traffic occurs on a specified network device." +msgstr "" + +#. (itstool) path: articleinfo/copyright +#: C/index.docbook:27 +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" +msgstr "" + +#. (itstool) path: articleinfo/copyright +#: C/index.docbook:31 +msgid "<year>2002</year> <holder>Jörgen Scheibengruber</holder>" +msgstr "" + +#. (itstool) path: publisher/publishername +#: C/index.docbook:44 +msgid "MATE Documentation Project" +msgstr "" + +#. (itstool) path: publisher/publishername +#: C/index.docbook:47 +msgid "GNOME Documentation Project" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:53 +msgid "" +"<firstname>MATE Documentation Project</firstname> <surname/> <affiliation> " +"<orgname>MATE Desktop</orgname> </affiliation>" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:60 +msgid "" +"<firstname>Jörgen</firstname> <surname>Scheibengruber</surname> " +"<affiliation> <orgname>GNOME Project</orgname> </affiliation> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:69 +msgid "" +"<firstname>Pedro</firstname> <surname>Villavicencio Garrido</surname> " +"<affiliation> <orgname>GNOME Project</orgname> </affiliation> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revision/author +#: C/index.docbook:96 +msgid "<firstname>MATE Documentation Project</firstname> <surname/>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:93 +msgid "<revnumber>1.3</revnumber> <date>July 2015</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: revision/author +#: C/index.docbook:105 C/index.docbook:125 +msgid "" +"<firstname>Jörgen</firstname> <surname>Scheibengruber</surname> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:102 +msgid "<revnumber>1.2</revnumber> <date>2006</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: revision/author +#: C/index.docbook:115 +msgid "" +"<firstname>Pedro</firstname> <surname>Villavicencio Garrido</surname> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:112 +msgid "<revnumber>1.1</revnumber> <date>2005</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:122 +msgid "<revnumber>1.0</revnumber> <date>2002</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: articleinfo/releaseinfo +#: C/index.docbook:134 +msgid "This manual describes version 1.10.1 of Netspeed Applet." +msgstr "" + +#. (itstool) path: legalnotice/title +#: C/index.docbook:137 +msgid "Feedback" +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/index.docbook:138 +msgid "" +"To report a bug or make a suggestion regarding the Netspeed Applet " +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." +msgstr "" + +#. (itstool) path: article/indexterm +#: C/index.docbook:146 +msgid "<primary>Netspeed Applet</primary>" +msgstr "" + +#. (itstool) path: sect1/title +#: C/index.docbook:152 +msgid "About Netspeed Applet" +msgstr "" + +#. (itstool) path: figure/title +#: C/index.docbook:154 +msgid "Netspeed" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:157 +msgctxt "_" +msgid "" +"external ref='figures/netspeed_applet.png' " +"md5='11ef0533a2be1a5d1a9de77c4cec7f93'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:156 +msgid "" +"<imageobject><imagedata fileref=\"figures/netspeed_applet.png\" " +"format=\"PNG\"/> </imageobject> <textobject> <phrase>Netspeed.</phrase> " +"</textobject>" +msgstr "" + +#. (itstool) path: figure/title +#: C/index.docbook:166 +msgid "Netspeed showing the sum in a 48px panel." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:169 +msgctxt "_" +msgid "" +"external ref='figures/eth_sum_48.png' md5='5113ce28da9b7712dafc52b3c13ccf32'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:168 +msgid "" +"<imageobject><imagedata fileref=\"figures/eth_sum_48.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>Netspeed showing the sum in a 48px " +"panel.</phrase> </textobject>" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:177 +msgid "" +"<application>Netspeed Applet</application> displays the network traffic on a" +" specified device like eth0, ppp0, plip0, etc. More over it provides " +"information about the configuration of the network device." +msgstr "" + +#. (itstool) path: sect2/title +#: C/index.docbook:183 +msgid "Netspeed Icons on Panel" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:190 +msgid "Icon" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:191 +msgid "Description" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:198 +msgctxt "_" +msgid "" +"external ref='figures/loopback.png' md5='0636b7d65b0626ee5e92dc0d28be5871'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:196 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/loopback.png\"" +" format=\"PNG\"/> </imageobject><textobject> <phrase>Loopback</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:203 +msgid "The Loopback interface." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:210 +msgctxt "_" +msgid "" +"external ref='figures/ethernet.png' md5='48562a8b38e8eca91a3a8ee4ba4e3077'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:208 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/ethernet.png\"" +" format=\"PNG\"/> </imageobject><textobject> <phrase>Ethernet</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:215 +msgid "Ethernet connection." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:222 +msgctxt "_" +msgid "external ref='figures/ppp.png' md5='b88d98a9ccdd489d91b45c8cf2dcbad1'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:220 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/ppp.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>PPP</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:227 +msgid "Point to Point Protocol connection." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:234 +msgctxt "_" +msgid "" +"external ref='figures/wavelan.png' md5='90f925a64abe393adc5834fceba515fe'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:232 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/wavelan.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>Wireless</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:239 +msgid "Wireless connection." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:246 +msgctxt "_" +msgid "external ref='figures/plip.png' md5='0761a22dfa7b0b56e41e020cd701db68'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:244 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/plip.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>PLIP</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:251 +msgid "Parallel Line Internet Protocol connection." +msgstr "" + +#. (itstool) path: sect2/title +#: C/index.docbook:260 +msgid "To Add Netspeed Applet to a Panel" +msgstr "" + +#. (itstool) path: sect2/para +#: C/index.docbook:261 +msgid "" +"To add <application>Netspeed Applet</application> to a panel, perform the " +"following steps:" +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:267 +msgid "Right-click on the panel." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:272 +msgid "Choose <guimenuitem>Add to Panel</guimenuitem>." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:277 +msgid "" +"Scroll down the list of items in the <guilabel>Add to Panel</guilabel> " +"dialog, then select <guilabel>Netspeed Applet</guilabel>." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:283 +msgid "Click <guibutton>Add</guibutton>." +msgstr "" + +#. (itstool) path: sect1/title +#: C/index.docbook:291 +msgid "Settings" +msgstr "" + +#. (itstool) path: figure/title +#: C/index.docbook:293 +msgid "Netspeed Applet Settings" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:296 +msgctxt "_" +msgid "" +"external ref='figures/settings.png' md5='219a6bc0e89cb9634d49025f9d3c6604'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:295 +msgid "" +"<imageobject><imagedata fileref=\"figures/settings.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>Netspeed Applet Settings.</phrase> " +"</textobject>" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:304 +msgid "In this dialog you can change the settings of Netspeed Applet:" +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:308 +msgid "" +"<guilabel>Network device:</guilabel> Choose the network device that the " +"applet should monitor from the popdown list of the combobox. Usually all " +"available devices are listed, however you can enter one yourself, too." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:312 +msgid "" +"<guilabel>Update interval:</guilabel> Enter the time between two updates of " +"the applet." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:315 +msgid "" +"<guilabel>Label font size:</guilabel> Enter the size of the text displayed " +"in the applet." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:318 +msgid "" +"<guilabel>Show sum instead of in and out:</guilabel> If you check this box " +"then the applet will show the sum of the in and out rate. The applet will " +"take only half of the space in the panel in this case." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:322 +msgid "" +"<guilabel>Show bits/s (b/s) instead of bytes/s (B/s):</guilabel> Check this " +"if you want the applet to display bits per second instead of bytes/s." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:326 +msgid "" +"<guilabel>Change icon according to the selected device:</guilabel> Usually " +"the applet will show an icon representing the type of network device you " +"monitor. So it will show a phone for Point to Point connections (ppp - " +"modems, etc.), a network card for Ethernet (eth), etc. When this is " +"unchecked, the applet will always show the network card icon, no matter " +"which device you monitor." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:332 +msgid "" +"<guilabel>Always monitor a connected device, if possible:</guilabel> When " +"your connection is down, Netspeed Applet look for a running one for " +"monitoring." +msgstr "" + +#. (itstool) path: sect1/title +#. (itstool) path: figure/title +#: C/index.docbook:338 C/index.docbook:340 +msgid "The details dialog" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:343 +msgctxt "_" +msgid "" +"external ref='figures/details.png' md5='60fedda8f88b634f16ab31090b5bdd67'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:342 +msgid "" +"<imageobject><imagedata fileref=\"figures/details.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>The details dialog</phrase> " +"</textobject>" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:351 +msgid "" +"This dialog shows you some useful information on the configuration of your " +"network device." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:356 +msgid "" +"<guilabel>Internet Address:</guilabel> The IP (Internet Protocol) address of" +" the network device." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:359 +msgid "" +"<guilabel>Netmask:</guilabel> The netmask which depends on the size of your " +"LAN (Local Area Network). A usual value is 255.255.255.0 (a class C " +"network)." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:363 +msgid "" +"<guilabel>Hardware Address:</guilabel> Often also referred to as the " +"physical or MAC (Media Access Control) address. A worldwide unique " +"identifier for your network card." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:367 +msgid "" +"<guilabel>P-t-P Address:</guilabel> The internet address of the \"other " +"side\" of your PPP (Point to Point Protocol) connection." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:371 +msgid "" +"<guilabel>Bytes in:</guilabel> The amount of bytes that the network device " +"has received since it has been connected to the network." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:375 +msgid "" +"<guilabel>Bytes out:</guilabel> The amount of bytes that the network device " +"has sent since it has been connected to the network." +msgstr "" + +#. (itstool) path: para/ulink +#: C/legal.xml:9 +msgid "link" +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:2 +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 <_:ulink-1/> or in the file COPYING-DOCS distributed " +"with this manual." +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:12 +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." +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:19 +msgid "" +"Many of the names used by companies to distinguish their products and " +"services are claimed as trademarks. Where those names appear in any MATE " +"documentation, and the members of the MATE Documentation Project are made " +"aware of those trademarks, then the names are in capital letters or initial " +"capital letters." +msgstr "" + +#. (itstool) path: listitem/para +#: C/legal.xml:35 +msgid "" +"DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " +"EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " +"THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " +"MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " +"RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " +"MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " +"MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " +"WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " +"SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " +"ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " +"OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" +msgstr "" + +#. (itstool) path: listitem/para +#: C/legal.xml:55 +msgid "" +"UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" +" NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " +"CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " +"DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " +"FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " +"ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " +"WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" +" OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " +"VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" +" POSSIBILITY OF SUCH DAMAGES." +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:28 +msgid "" +"DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " +"OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " +"<_:orderedlist-1/>" +msgstr "" diff --git a/netspeed/help/es_UY/es_UY.po b/netspeed/help/es_UY/es_UY.po new file mode 100644 index 00000000..f0f5dc70 --- /dev/null +++ b/netspeed/help/es_UY/es_UY.po @@ -0,0 +1,609 @@ +# Translators: +# Stefano Karapetsas <[email protected]>, 2018 +# Transifex Bot <>, 2026 +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" +"PO-Revision-Date: 2018-09-27 15:24+0000\n" +"Last-Translator: Transifex Bot <>, 2026\n" +"Language-Team: Spanish (Uruguay) (https://app.transifex.com/mate/teams/13566/es_UY/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es_UY\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" + +#. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2 +msgctxt "_" +msgid "translator-credits" +msgstr "" +"Francisco Javier F. Serrador <[email protected]>\n" +"Jorge González González <[email protected]>" + +#. (itstool) path: articleinfo/title +#: C/index.docbook:23 +msgid "Netspeed Applet Manual V1.3" +msgstr "" + +#. (itstool) path: abstract/para +#: C/index.docbook:25 +msgid "" +"Netspeed Applet shows how much traffic occurs on a specified network device." +msgstr "" + +#. (itstool) path: articleinfo/copyright +#: C/index.docbook:27 +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" +msgstr "" + +#. (itstool) path: articleinfo/copyright +#: C/index.docbook:31 +msgid "<year>2002</year> <holder>Jörgen Scheibengruber</holder>" +msgstr "" + +#. (itstool) path: publisher/publishername +#: C/index.docbook:44 +msgid "MATE Documentation Project" +msgstr "" + +#. (itstool) path: publisher/publishername +#: C/index.docbook:47 +msgid "GNOME Documentation Project" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:53 +msgid "" +"<firstname>MATE Documentation Project</firstname> <surname/> <affiliation> " +"<orgname>MATE Desktop</orgname> </affiliation>" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:60 +msgid "" +"<firstname>Jörgen</firstname> <surname>Scheibengruber</surname> " +"<affiliation> <orgname>GNOME Project</orgname> </affiliation> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:69 +msgid "" +"<firstname>Pedro</firstname> <surname>Villavicencio Garrido</surname> " +"<affiliation> <orgname>GNOME Project</orgname> </affiliation> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revision/author +#: C/index.docbook:96 +msgid "<firstname>MATE Documentation Project</firstname> <surname/>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:93 +msgid "<revnumber>1.3</revnumber> <date>July 2015</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: revision/author +#: C/index.docbook:105 C/index.docbook:125 +msgid "" +"<firstname>Jörgen</firstname> <surname>Scheibengruber</surname> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:102 +msgid "<revnumber>1.2</revnumber> <date>2006</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: revision/author +#: C/index.docbook:115 +msgid "" +"<firstname>Pedro</firstname> <surname>Villavicencio Garrido</surname> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:112 +msgid "<revnumber>1.1</revnumber> <date>2005</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:122 +msgid "<revnumber>1.0</revnumber> <date>2002</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: articleinfo/releaseinfo +#: C/index.docbook:134 +msgid "This manual describes version 1.10.1 of Netspeed Applet." +msgstr "" + +#. (itstool) path: legalnotice/title +#: C/index.docbook:137 +msgid "Feedback" +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/index.docbook:138 +msgid "" +"To report a bug or make a suggestion regarding the Netspeed Applet " +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." +msgstr "" + +#. (itstool) path: article/indexterm +#: C/index.docbook:146 +msgid "<primary>Netspeed Applet</primary>" +msgstr "" + +#. (itstool) path: sect1/title +#: C/index.docbook:152 +msgid "About Netspeed Applet" +msgstr "" + +#. (itstool) path: figure/title +#: C/index.docbook:154 +msgid "Netspeed" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:157 +msgctxt "_" +msgid "" +"external ref='figures/netspeed_applet.png' " +"md5='11ef0533a2be1a5d1a9de77c4cec7f93'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:156 +msgid "" +"<imageobject><imagedata fileref=\"figures/netspeed_applet.png\" " +"format=\"PNG\"/> </imageobject> <textobject> <phrase>Netspeed.</phrase> " +"</textobject>" +msgstr "" + +#. (itstool) path: figure/title +#: C/index.docbook:166 +msgid "Netspeed showing the sum in a 48px panel." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:169 +msgctxt "_" +msgid "" +"external ref='figures/eth_sum_48.png' md5='5113ce28da9b7712dafc52b3c13ccf32'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:168 +msgid "" +"<imageobject><imagedata fileref=\"figures/eth_sum_48.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>Netspeed showing the sum in a 48px " +"panel.</phrase> </textobject>" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:177 +msgid "" +"<application>Netspeed Applet</application> displays the network traffic on a" +" specified device like eth0, ppp0, plip0, etc. More over it provides " +"information about the configuration of the network device." +msgstr "" + +#. (itstool) path: sect2/title +#: C/index.docbook:183 +msgid "Netspeed Icons on Panel" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:190 +msgid "Icon" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:191 +msgid "Description" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:198 +msgctxt "_" +msgid "" +"external ref='figures/loopback.png' md5='0636b7d65b0626ee5e92dc0d28be5871'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:196 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/loopback.png\"" +" format=\"PNG\"/> </imageobject><textobject> <phrase>Loopback</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:203 +msgid "The Loopback interface." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:210 +msgctxt "_" +msgid "" +"external ref='figures/ethernet.png' md5='48562a8b38e8eca91a3a8ee4ba4e3077'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:208 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/ethernet.png\"" +" format=\"PNG\"/> </imageobject><textobject> <phrase>Ethernet</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:215 +msgid "Ethernet connection." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:222 +msgctxt "_" +msgid "external ref='figures/ppp.png' md5='b88d98a9ccdd489d91b45c8cf2dcbad1'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:220 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/ppp.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>PPP</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:227 +msgid "Point to Point Protocol connection." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:234 +msgctxt "_" +msgid "" +"external ref='figures/wavelan.png' md5='90f925a64abe393adc5834fceba515fe'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:232 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/wavelan.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>Wireless</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:239 +msgid "Wireless connection." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:246 +msgctxt "_" +msgid "external ref='figures/plip.png' md5='0761a22dfa7b0b56e41e020cd701db68'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:244 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/plip.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>PLIP</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:251 +msgid "Parallel Line Internet Protocol connection." +msgstr "" + +#. (itstool) path: sect2/title +#: C/index.docbook:260 +msgid "To Add Netspeed Applet to a Panel" +msgstr "" + +#. (itstool) path: sect2/para +#: C/index.docbook:261 +msgid "" +"To add <application>Netspeed Applet</application> to a panel, perform the " +"following steps:" +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:267 +msgid "Right-click on the panel." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:272 +msgid "Choose <guimenuitem>Add to Panel</guimenuitem>." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:277 +msgid "" +"Scroll down the list of items in the <guilabel>Add to Panel</guilabel> " +"dialog, then select <guilabel>Netspeed Applet</guilabel>." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:283 +msgid "Click <guibutton>Add</guibutton>." +msgstr "" + +#. (itstool) path: sect1/title +#: C/index.docbook:291 +msgid "Settings" +msgstr "" + +#. (itstool) path: figure/title +#: C/index.docbook:293 +msgid "Netspeed Applet Settings" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:296 +msgctxt "_" +msgid "" +"external ref='figures/settings.png' md5='219a6bc0e89cb9634d49025f9d3c6604'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:295 +msgid "" +"<imageobject><imagedata fileref=\"figures/settings.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>Netspeed Applet Settings.</phrase> " +"</textobject>" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:304 +msgid "In this dialog you can change the settings of Netspeed Applet:" +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:308 +msgid "" +"<guilabel>Network device:</guilabel> Choose the network device that the " +"applet should monitor from the popdown list of the combobox. Usually all " +"available devices are listed, however you can enter one yourself, too." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:312 +msgid "" +"<guilabel>Update interval:</guilabel> Enter the time between two updates of " +"the applet." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:315 +msgid "" +"<guilabel>Label font size:</guilabel> Enter the size of the text displayed " +"in the applet." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:318 +msgid "" +"<guilabel>Show sum instead of in and out:</guilabel> If you check this box " +"then the applet will show the sum of the in and out rate. The applet will " +"take only half of the space in the panel in this case." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:322 +msgid "" +"<guilabel>Show bits/s (b/s) instead of bytes/s (B/s):</guilabel> Check this " +"if you want the applet to display bits per second instead of bytes/s." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:326 +msgid "" +"<guilabel>Change icon according to the selected device:</guilabel> Usually " +"the applet will show an icon representing the type of network device you " +"monitor. So it will show a phone for Point to Point connections (ppp - " +"modems, etc.), a network card for Ethernet (eth), etc. When this is " +"unchecked, the applet will always show the network card icon, no matter " +"which device you monitor." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:332 +msgid "" +"<guilabel>Always monitor a connected device, if possible:</guilabel> When " +"your connection is down, Netspeed Applet look for a running one for " +"monitoring." +msgstr "" + +#. (itstool) path: sect1/title +#. (itstool) path: figure/title +#: C/index.docbook:338 C/index.docbook:340 +msgid "The details dialog" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:343 +msgctxt "_" +msgid "" +"external ref='figures/details.png' md5='60fedda8f88b634f16ab31090b5bdd67'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:342 +msgid "" +"<imageobject><imagedata fileref=\"figures/details.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>The details dialog</phrase> " +"</textobject>" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:351 +msgid "" +"This dialog shows you some useful information on the configuration of your " +"network device." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:356 +msgid "" +"<guilabel>Internet Address:</guilabel> The IP (Internet Protocol) address of" +" the network device." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:359 +msgid "" +"<guilabel>Netmask:</guilabel> The netmask which depends on the size of your " +"LAN (Local Area Network). A usual value is 255.255.255.0 (a class C " +"network)." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:363 +msgid "" +"<guilabel>Hardware Address:</guilabel> Often also referred to as the " +"physical or MAC (Media Access Control) address. A worldwide unique " +"identifier for your network card." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:367 +msgid "" +"<guilabel>P-t-P Address:</guilabel> The internet address of the \"other " +"side\" of your PPP (Point to Point Protocol) connection." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:371 +msgid "" +"<guilabel>Bytes in:</guilabel> The amount of bytes that the network device " +"has received since it has been connected to the network." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:375 +msgid "" +"<guilabel>Bytes out:</guilabel> The amount of bytes that the network device " +"has sent since it has been connected to the network." +msgstr "" + +#. (itstool) path: para/ulink +#: C/legal.xml:9 +msgid "link" +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:2 +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 <_:ulink-1/> or in the file COPYING-DOCS distributed " +"with this manual." +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:12 +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." +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:19 +msgid "" +"Many of the names used by companies to distinguish their products and " +"services are claimed as trademarks. Where those names appear in any MATE " +"documentation, and the members of the MATE Documentation Project are made " +"aware of those trademarks, then the names are in capital letters or initial " +"capital letters." +msgstr "" + +#. (itstool) path: listitem/para +#: C/legal.xml:35 +msgid "" +"DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " +"EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " +"THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " +"MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " +"RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " +"MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " +"MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " +"WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " +"SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " +"ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " +"OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" +msgstr "" + +#. (itstool) path: listitem/para +#: C/legal.xml:55 +msgid "" +"UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" +" NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " +"CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " +"DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " +"FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " +"ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " +"WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" +" OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " +"VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" +" POSSIBILITY OF SUCH DAMAGES." +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:28 +msgid "" +"DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " +"OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " +"<_:orderedlist-1/>" +msgstr "" diff --git a/netspeed/help/es_VE/es_VE.po b/netspeed/help/es_VE/es_VE.po new file mode 100644 index 00000000..3d07504b --- /dev/null +++ b/netspeed/help/es_VE/es_VE.po @@ -0,0 +1,609 @@ +# Translators: +# Stefano Karapetsas <[email protected]>, 2018 +# Transifex Bot <>, 2026 +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" +"PO-Revision-Date: 2018-09-27 15:24+0000\n" +"Last-Translator: Transifex Bot <>, 2026\n" +"Language-Team: Spanish (Venezuela) (https://app.transifex.com/mate/teams/13566/es_VE/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es_VE\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" + +#. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2 +msgctxt "_" +msgid "translator-credits" +msgstr "" +"Francisco Javier F. Serrador <[email protected]>\n" +"Jorge González González <[email protected]>" + +#. (itstool) path: articleinfo/title +#: C/index.docbook:23 +msgid "Netspeed Applet Manual V1.3" +msgstr "" + +#. (itstool) path: abstract/para +#: C/index.docbook:25 +msgid "" +"Netspeed Applet shows how much traffic occurs on a specified network device." +msgstr "" + +#. (itstool) path: articleinfo/copyright +#: C/index.docbook:27 +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" +msgstr "" + +#. (itstool) path: articleinfo/copyright +#: C/index.docbook:31 +msgid "<year>2002</year> <holder>Jörgen Scheibengruber</holder>" +msgstr "" + +#. (itstool) path: publisher/publishername +#: C/index.docbook:44 +msgid "MATE Documentation Project" +msgstr "" + +#. (itstool) path: publisher/publishername +#: C/index.docbook:47 +msgid "GNOME Documentation Project" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:53 +msgid "" +"<firstname>MATE Documentation Project</firstname> <surname/> <affiliation> " +"<orgname>MATE Desktop</orgname> </affiliation>" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:60 +msgid "" +"<firstname>Jörgen</firstname> <surname>Scheibengruber</surname> " +"<affiliation> <orgname>GNOME Project</orgname> </affiliation> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:69 +msgid "" +"<firstname>Pedro</firstname> <surname>Villavicencio Garrido</surname> " +"<affiliation> <orgname>GNOME Project</orgname> </affiliation> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revision/author +#: C/index.docbook:96 +msgid "<firstname>MATE Documentation Project</firstname> <surname/>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:93 +msgid "<revnumber>1.3</revnumber> <date>July 2015</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: revision/author +#: C/index.docbook:105 C/index.docbook:125 +msgid "" +"<firstname>Jörgen</firstname> <surname>Scheibengruber</surname> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:102 +msgid "<revnumber>1.2</revnumber> <date>2006</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: revision/author +#: C/index.docbook:115 +msgid "" +"<firstname>Pedro</firstname> <surname>Villavicencio Garrido</surname> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:112 +msgid "<revnumber>1.1</revnumber> <date>2005</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:122 +msgid "<revnumber>1.0</revnumber> <date>2002</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: articleinfo/releaseinfo +#: C/index.docbook:134 +msgid "This manual describes version 1.10.1 of Netspeed Applet." +msgstr "" + +#. (itstool) path: legalnotice/title +#: C/index.docbook:137 +msgid "Feedback" +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/index.docbook:138 +msgid "" +"To report a bug or make a suggestion regarding the Netspeed Applet " +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." +msgstr "" + +#. (itstool) path: article/indexterm +#: C/index.docbook:146 +msgid "<primary>Netspeed Applet</primary>" +msgstr "" + +#. (itstool) path: sect1/title +#: C/index.docbook:152 +msgid "About Netspeed Applet" +msgstr "" + +#. (itstool) path: figure/title +#: C/index.docbook:154 +msgid "Netspeed" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:157 +msgctxt "_" +msgid "" +"external ref='figures/netspeed_applet.png' " +"md5='11ef0533a2be1a5d1a9de77c4cec7f93'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:156 +msgid "" +"<imageobject><imagedata fileref=\"figures/netspeed_applet.png\" " +"format=\"PNG\"/> </imageobject> <textobject> <phrase>Netspeed.</phrase> " +"</textobject>" +msgstr "" + +#. (itstool) path: figure/title +#: C/index.docbook:166 +msgid "Netspeed showing the sum in a 48px panel." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:169 +msgctxt "_" +msgid "" +"external ref='figures/eth_sum_48.png' md5='5113ce28da9b7712dafc52b3c13ccf32'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:168 +msgid "" +"<imageobject><imagedata fileref=\"figures/eth_sum_48.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>Netspeed showing the sum in a 48px " +"panel.</phrase> </textobject>" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:177 +msgid "" +"<application>Netspeed Applet</application> displays the network traffic on a" +" specified device like eth0, ppp0, plip0, etc. More over it provides " +"information about the configuration of the network device." +msgstr "" + +#. (itstool) path: sect2/title +#: C/index.docbook:183 +msgid "Netspeed Icons on Panel" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:190 +msgid "Icon" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:191 +msgid "Description" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:198 +msgctxt "_" +msgid "" +"external ref='figures/loopback.png' md5='0636b7d65b0626ee5e92dc0d28be5871'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:196 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/loopback.png\"" +" format=\"PNG\"/> </imageobject><textobject> <phrase>Loopback</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:203 +msgid "The Loopback interface." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:210 +msgctxt "_" +msgid "" +"external ref='figures/ethernet.png' md5='48562a8b38e8eca91a3a8ee4ba4e3077'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:208 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/ethernet.png\"" +" format=\"PNG\"/> </imageobject><textobject> <phrase>Ethernet</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:215 +msgid "Ethernet connection." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:222 +msgctxt "_" +msgid "external ref='figures/ppp.png' md5='b88d98a9ccdd489d91b45c8cf2dcbad1'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:220 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/ppp.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>PPP</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:227 +msgid "Point to Point Protocol connection." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:234 +msgctxt "_" +msgid "" +"external ref='figures/wavelan.png' md5='90f925a64abe393adc5834fceba515fe'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:232 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/wavelan.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>Wireless</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:239 +msgid "Wireless connection." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:246 +msgctxt "_" +msgid "external ref='figures/plip.png' md5='0761a22dfa7b0b56e41e020cd701db68'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:244 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/plip.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>PLIP</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:251 +msgid "Parallel Line Internet Protocol connection." +msgstr "" + +#. (itstool) path: sect2/title +#: C/index.docbook:260 +msgid "To Add Netspeed Applet to a Panel" +msgstr "" + +#. (itstool) path: sect2/para +#: C/index.docbook:261 +msgid "" +"To add <application>Netspeed Applet</application> to a panel, perform the " +"following steps:" +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:267 +msgid "Right-click on the panel." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:272 +msgid "Choose <guimenuitem>Add to Panel</guimenuitem>." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:277 +msgid "" +"Scroll down the list of items in the <guilabel>Add to Panel</guilabel> " +"dialog, then select <guilabel>Netspeed Applet</guilabel>." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:283 +msgid "Click <guibutton>Add</guibutton>." +msgstr "" + +#. (itstool) path: sect1/title +#: C/index.docbook:291 +msgid "Settings" +msgstr "" + +#. (itstool) path: figure/title +#: C/index.docbook:293 +msgid "Netspeed Applet Settings" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:296 +msgctxt "_" +msgid "" +"external ref='figures/settings.png' md5='219a6bc0e89cb9634d49025f9d3c6604'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:295 +msgid "" +"<imageobject><imagedata fileref=\"figures/settings.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>Netspeed Applet Settings.</phrase> " +"</textobject>" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:304 +msgid "In this dialog you can change the settings of Netspeed Applet:" +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:308 +msgid "" +"<guilabel>Network device:</guilabel> Choose the network device that the " +"applet should monitor from the popdown list of the combobox. Usually all " +"available devices are listed, however you can enter one yourself, too." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:312 +msgid "" +"<guilabel>Update interval:</guilabel> Enter the time between two updates of " +"the applet." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:315 +msgid "" +"<guilabel>Label font size:</guilabel> Enter the size of the text displayed " +"in the applet." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:318 +msgid "" +"<guilabel>Show sum instead of in and out:</guilabel> If you check this box " +"then the applet will show the sum of the in and out rate. The applet will " +"take only half of the space in the panel in this case." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:322 +msgid "" +"<guilabel>Show bits/s (b/s) instead of bytes/s (B/s):</guilabel> Check this " +"if you want the applet to display bits per second instead of bytes/s." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:326 +msgid "" +"<guilabel>Change icon according to the selected device:</guilabel> Usually " +"the applet will show an icon representing the type of network device you " +"monitor. So it will show a phone for Point to Point connections (ppp - " +"modems, etc.), a network card for Ethernet (eth), etc. When this is " +"unchecked, the applet will always show the network card icon, no matter " +"which device you monitor." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:332 +msgid "" +"<guilabel>Always monitor a connected device, if possible:</guilabel> When " +"your connection is down, Netspeed Applet look for a running one for " +"monitoring." +msgstr "" + +#. (itstool) path: sect1/title +#. (itstool) path: figure/title +#: C/index.docbook:338 C/index.docbook:340 +msgid "The details dialog" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:343 +msgctxt "_" +msgid "" +"external ref='figures/details.png' md5='60fedda8f88b634f16ab31090b5bdd67'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:342 +msgid "" +"<imageobject><imagedata fileref=\"figures/details.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>The details dialog</phrase> " +"</textobject>" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:351 +msgid "" +"This dialog shows you some useful information on the configuration of your " +"network device." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:356 +msgid "" +"<guilabel>Internet Address:</guilabel> The IP (Internet Protocol) address of" +" the network device." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:359 +msgid "" +"<guilabel>Netmask:</guilabel> The netmask which depends on the size of your " +"LAN (Local Area Network). A usual value is 255.255.255.0 (a class C " +"network)." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:363 +msgid "" +"<guilabel>Hardware Address:</guilabel> Often also referred to as the " +"physical or MAC (Media Access Control) address. A worldwide unique " +"identifier for your network card." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:367 +msgid "" +"<guilabel>P-t-P Address:</guilabel> The internet address of the \"other " +"side\" of your PPP (Point to Point Protocol) connection." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:371 +msgid "" +"<guilabel>Bytes in:</guilabel> The amount of bytes that the network device " +"has received since it has been connected to the network." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:375 +msgid "" +"<guilabel>Bytes out:</guilabel> The amount of bytes that the network device " +"has sent since it has been connected to the network." +msgstr "" + +#. (itstool) path: para/ulink +#: C/legal.xml:9 +msgid "link" +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:2 +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 <_:ulink-1/> or in the file COPYING-DOCS distributed " +"with this manual." +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:12 +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." +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:19 +msgid "" +"Many of the names used by companies to distinguish their products and " +"services are claimed as trademarks. Where those names appear in any MATE " +"documentation, and the members of the MATE Documentation Project are made " +"aware of those trademarks, then the names are in capital letters or initial " +"capital letters." +msgstr "" + +#. (itstool) path: listitem/para +#: C/legal.xml:35 +msgid "" +"DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " +"EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " +"THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " +"MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " +"RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " +"MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " +"MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " +"WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " +"SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " +"ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " +"OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" +msgstr "" + +#. (itstool) path: listitem/para +#: C/legal.xml:55 +msgid "" +"UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" +" NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " +"CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " +"DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " +"FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " +"ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " +"WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" +" OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " +"VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" +" POSSIBILITY OF SUCH DAMAGES." +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:28 +msgid "" +"DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " +"OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " +"<_:orderedlist-1/>" +msgstr "" diff --git a/netspeed/help/et/et.po b/netspeed/help/et/et.po index 58220e9f..ed98ab45 100644 --- a/netspeed/help/et/et.po +++ b/netspeed/help/et/et.po @@ -6,10 +6,10 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" "Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: Estonian (https://www.transifex.com/mate/teams/13566/et/)\n" +"Language-Team: Estonian (https://app.transifex.com/mate/teams/13566/et/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -39,7 +39,7 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" #. (itstool) path: articleinfo/copyright @@ -133,8 +133,9 @@ msgstr "Tagasiside" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/help/eu/eu.po b/netspeed/help/eu/eu.po index 465d59fc..01bbe78e 100644 --- a/netspeed/help/eu/eu.po +++ b/netspeed/help/eu/eu.po @@ -1,17 +1,17 @@ -# # Translators: # Asier Iturralde Sarasola <[email protected]>, 2018 # Stefano Karapetsas <[email protected]>, 2018 # Alexander Gabilondo <[email protected]>, 2018 -# Wolfgang Ulbrich <[email protected]>, 2018 +# Wolfgang Ulbrich <[email protected]>, 2018 +# Transifex Bot <>, 2026 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" -"Last-Translator: Wolfgang Ulbrich <[email protected]>, 2018\n" -"Language-Team: Basque (https://www.transifex.com/mate/teams/13566/eu/)\n" +"Last-Translator: Transifex Bot <>, 2026\n" +"Language-Team: Basque (https://app.transifex.com/mate/teams/13566/eu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -38,7 +38,7 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" #. (itstool) path: articleinfo/copyright @@ -132,8 +132,9 @@ msgstr "Ohar-bidaltzea" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/help/fa/fa.po b/netspeed/help/fa/fa.po index 5b339985..11ff1730 100644 --- a/netspeed/help/fa/fa.po +++ b/netspeed/help/fa/fa.po @@ -6,10 +6,10 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" "Last-Translator: Borderliner <[email protected]>, 2018\n" -"Language-Team: Persian (https://www.transifex.com/mate/teams/13566/fa/)\n" +"Language-Team: Persian (https://app.transifex.com/mate/teams/13566/fa/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -34,7 +34,7 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" #. (itstool) path: articleinfo/copyright @@ -128,8 +128,9 @@ msgstr "" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/help/fi/fi.po b/netspeed/help/fi/fi.po index 38687b25..e3701261 100644 --- a/netspeed/help/fi/fi.po +++ b/netspeed/help/fi/fi.po @@ -1,18 +1,19 @@ -# # Translators: -# Lasse Liehu <[email protected]>, 2018 +# Lasse Liehu-Inui <[email protected]>, 2018 # Stefano Karapetsas <[email protected]>, 2018 -# Wolfgang Ulbrich <[email protected]>, 2018 +# Wolfgang Ulbrich <[email protected]>, 2018 # nomen omen, 2018 # Ammuu5, 2018 +# Tommi Nieminen <[email protected]>, 2026 +# Transifex Bot <>, 2026 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" -"Last-Translator: Ammuu5, 2018\n" -"Language-Team: Finnish (https://www.transifex.com/mate/teams/13566/fi/)\n" +"Last-Translator: Transifex Bot <>, 2026\n" +"Language-Team: Finnish (https://app.transifex.com/mate/teams/13566/fi/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -42,8 +43,8 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" -msgstr "" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" +msgstr "<year>2015–2021</year> <holder>MATEn dokumentointiprojekti</holder>" #. (itstool) path: articleinfo/copyright #: C/index.docbook:31 @@ -58,7 +59,7 @@ msgstr "Maten dokumentointiprojekti" #. (itstool) path: publisher/publishername #: C/index.docbook:47 msgid "GNOME Documentation Project" -msgstr "" +msgstr "GNOMEn dokumentointiprojekti" #. (itstool) path: authorgroup/author #: C/index.docbook:53 @@ -136,8 +137,9 @@ msgstr "Palaute" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm @@ -355,12 +357,12 @@ msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:267 msgid "Right-click on the panel." -msgstr "" +msgstr "Napsauta paneelia hiiren oikealla painikkeella." #. (itstool) path: listitem/para #: C/index.docbook:272 msgid "Choose <guimenuitem>Add to Panel</guimenuitem>." -msgstr "" +msgstr "Valitse <guimenuitem>Lisää paneeliin</guimenuitem>." #. (itstool) path: listitem/para #: C/index.docbook:277 @@ -372,7 +374,7 @@ msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:283 msgid "Click <guibutton>Add</guibutton>." -msgstr "" +msgstr "Napsauta <guibutton>Lisää</guibutton>." #. (itstool) path: sect1/title #: C/index.docbook:291 diff --git a/netspeed/help/fil/fil.po b/netspeed/help/fil/fil.po new file mode 100644 index 00000000..88e18ab4 --- /dev/null +++ b/netspeed/help/fil/fil.po @@ -0,0 +1,638 @@ +# Translators: +# Jill Abarte <[email protected]>, 2024 +# Transifex Bot <>, 2026 +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" +"PO-Revision-Date: 2018-09-27 15:24+0000\n" +"Last-Translator: Transifex Bot <>, 2026\n" +"Language-Team: Filipino (https://app.transifex.com/mate/teams/13566/fil/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fil\n" +"Plural-Forms: nplurals=2; plural=(n == 1 || n==2 || n==3) || (n % 10 != 4 || n % 10 != 6 || n % 10 != 9);\n" + +#. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2 +msgctxt "_" +msgid "translator-credits" +msgstr "kredito-sa-mga-tagasalin" + +#. (itstool) path: articleinfo/title +#: C/index.docbook:23 +msgid "Netspeed Applet Manual V1.3" +msgstr "" + +#. (itstool) path: abstract/para +#: C/index.docbook:25 +msgid "" +"Netspeed Applet shows how much traffic occurs on a specified network device." +msgstr "" + +#. (itstool) path: articleinfo/copyright +#: C/index.docbook:27 +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" +msgstr "2015-2021 Proyekto sa Dokumentasyon ng MATE" + +#. (itstool) path: articleinfo/copyright +#: C/index.docbook:31 +msgid "<year>2002</year> <holder>Jörgen Scheibengruber</holder>" +msgstr "" + +#. (itstool) path: publisher/publishername +#: C/index.docbook:44 +msgid "MATE Documentation Project" +msgstr "Proyekto sa Dokumentasyon ng MATE" + +#. (itstool) path: publisher/publishername +#: C/index.docbook:47 +msgid "GNOME Documentation Project" +msgstr "Proyekto sa Dokumentasyon ng GNOME" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:53 +msgid "" +"<firstname>MATE Documentation Project</firstname> <surname/> <affiliation> " +"<orgname>MATE Desktop</orgname> </affiliation>" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:60 +msgid "" +"<firstname>Jörgen</firstname> <surname>Scheibengruber</surname> " +"<affiliation> <orgname>GNOME Project</orgname> </affiliation> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:69 +msgid "" +"<firstname>Pedro</firstname> <surname>Villavicencio Garrido</surname> " +"<affiliation> <orgname>GNOME Project</orgname> </affiliation> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revision/author +#: C/index.docbook:96 +msgid "<firstname>MATE Documentation Project</firstname> <surname/>" +msgstr "Proyekto sa Dokumentasyon ng MATE" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:93 +msgid "<revnumber>1.3</revnumber> <date>July 2015</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: revision/author +#: C/index.docbook:105 C/index.docbook:125 +msgid "" +"<firstname>Jörgen</firstname> <surname>Scheibengruber</surname> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:102 +msgid "<revnumber>1.2</revnumber> <date>2006</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: revision/author +#: C/index.docbook:115 +msgid "" +"<firstname>Pedro</firstname> <surname>Villavicencio Garrido</surname> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:112 +msgid "<revnumber>1.1</revnumber> <date>2005</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:122 +msgid "<revnumber>1.0</revnumber> <date>2002</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: articleinfo/releaseinfo +#: C/index.docbook:134 +msgid "This manual describes version 1.10.1 of Netspeed Applet." +msgstr "" + +#. (itstool) path: legalnotice/title +#: C/index.docbook:137 +msgid "Feedback" +msgstr "Mga tugon" + +#. (itstool) path: legalnotice/para +#: C/index.docbook:138 +msgid "" +"To report a bug or make a suggestion regarding the Netspeed Applet " +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." +msgstr "" + +#. (itstool) path: article/indexterm +#: C/index.docbook:146 +msgid "<primary>Netspeed Applet</primary>" +msgstr "" + +#. (itstool) path: sect1/title +#: C/index.docbook:152 +msgid "About Netspeed Applet" +msgstr "" + +#. (itstool) path: figure/title +#: C/index.docbook:154 +msgid "Netspeed" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:157 +msgctxt "_" +msgid "" +"external ref='figures/netspeed_applet.png' " +"md5='11ef0533a2be1a5d1a9de77c4cec7f93'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:156 +msgid "" +"<imageobject><imagedata fileref=\"figures/netspeed_applet.png\" " +"format=\"PNG\"/> </imageobject> <textobject> <phrase>Netspeed.</phrase> " +"</textobject>" +msgstr "" + +#. (itstool) path: figure/title +#: C/index.docbook:166 +msgid "Netspeed showing the sum in a 48px panel." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:169 +msgctxt "_" +msgid "" +"external ref='figures/eth_sum_48.png' md5='5113ce28da9b7712dafc52b3c13ccf32'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:168 +msgid "" +"<imageobject><imagedata fileref=\"figures/eth_sum_48.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>Netspeed showing the sum in a 48px " +"panel.</phrase> </textobject>" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:177 +msgid "" +"<application>Netspeed Applet</application> displays the network traffic on a" +" specified device like eth0, ppp0, plip0, etc. More over it provides " +"information about the configuration of the network device." +msgstr "" + +#. (itstool) path: sect2/title +#: C/index.docbook:183 +msgid "Netspeed Icons on Panel" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:190 +msgid "Icon" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:191 +msgid "Description" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:198 +msgctxt "_" +msgid "" +"external ref='figures/loopback.png' md5='0636b7d65b0626ee5e92dc0d28be5871'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:196 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/loopback.png\"" +" format=\"PNG\"/> </imageobject><textobject> <phrase>Loopback</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:203 +msgid "The Loopback interface." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:210 +msgctxt "_" +msgid "" +"external ref='figures/ethernet.png' md5='48562a8b38e8eca91a3a8ee4ba4e3077'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:208 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/ethernet.png\"" +" format=\"PNG\"/> </imageobject><textobject> <phrase>Ethernet</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:215 +msgid "Ethernet connection." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:222 +msgctxt "_" +msgid "external ref='figures/ppp.png' md5='b88d98a9ccdd489d91b45c8cf2dcbad1'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:220 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/ppp.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>PPP</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:227 +msgid "Point to Point Protocol connection." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:234 +msgctxt "_" +msgid "" +"external ref='figures/wavelan.png' md5='90f925a64abe393adc5834fceba515fe'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:232 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/wavelan.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>Wireless</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:239 +msgid "Wireless connection." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:246 +msgctxt "_" +msgid "external ref='figures/plip.png' md5='0761a22dfa7b0b56e41e020cd701db68'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:244 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/plip.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>PLIP</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:251 +msgid "Parallel Line Internet Protocol connection." +msgstr "" + +#. (itstool) path: sect2/title +#: C/index.docbook:260 +msgid "To Add Netspeed Applet to a Panel" +msgstr "" + +#. (itstool) path: sect2/para +#: C/index.docbook:261 +msgid "" +"To add <application>Netspeed Applet</application> to a panel, perform the " +"following steps:" +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:267 +msgid "Right-click on the panel." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:272 +msgid "Choose <guimenuitem>Add to Panel</guimenuitem>." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:277 +msgid "" +"Scroll down the list of items in the <guilabel>Add to Panel</guilabel> " +"dialog, then select <guilabel>Netspeed Applet</guilabel>." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:283 +msgid "Click <guibutton>Add</guibutton>." +msgstr "" + +#. (itstool) path: sect1/title +#: C/index.docbook:291 +msgid "Settings" +msgstr "" + +#. (itstool) path: figure/title +#: C/index.docbook:293 +msgid "Netspeed Applet Settings" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:296 +msgctxt "_" +msgid "" +"external ref='figures/settings.png' md5='219a6bc0e89cb9634d49025f9d3c6604'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:295 +msgid "" +"<imageobject><imagedata fileref=\"figures/settings.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>Netspeed Applet Settings.</phrase> " +"</textobject>" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:304 +msgid "In this dialog you can change the settings of Netspeed Applet:" +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:308 +msgid "" +"<guilabel>Network device:</guilabel> Choose the network device that the " +"applet should monitor from the popdown list of the combobox. Usually all " +"available devices are listed, however you can enter one yourself, too." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:312 +msgid "" +"<guilabel>Update interval:</guilabel> Enter the time between two updates of " +"the applet." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:315 +msgid "" +"<guilabel>Label font size:</guilabel> Enter the size of the text displayed " +"in the applet." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:318 +msgid "" +"<guilabel>Show sum instead of in and out:</guilabel> If you check this box " +"then the applet will show the sum of the in and out rate. The applet will " +"take only half of the space in the panel in this case." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:322 +msgid "" +"<guilabel>Show bits/s (b/s) instead of bytes/s (B/s):</guilabel> Check this " +"if you want the applet to display bits per second instead of bytes/s." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:326 +msgid "" +"<guilabel>Change icon according to the selected device:</guilabel> Usually " +"the applet will show an icon representing the type of network device you " +"monitor. So it will show a phone for Point to Point connections (ppp - " +"modems, etc.), a network card for Ethernet (eth), etc. When this is " +"unchecked, the applet will always show the network card icon, no matter " +"which device you monitor." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:332 +msgid "" +"<guilabel>Always monitor a connected device, if possible:</guilabel> When " +"your connection is down, Netspeed Applet look for a running one for " +"monitoring." +msgstr "" + +#. (itstool) path: sect1/title +#. (itstool) path: figure/title +#: C/index.docbook:338 C/index.docbook:340 +msgid "The details dialog" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:343 +msgctxt "_" +msgid "" +"external ref='figures/details.png' md5='60fedda8f88b634f16ab31090b5bdd67'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:342 +msgid "" +"<imageobject><imagedata fileref=\"figures/details.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>The details dialog</phrase> " +"</textobject>" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:351 +msgid "" +"This dialog shows you some useful information on the configuration of your " +"network device." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:356 +msgid "" +"<guilabel>Internet Address:</guilabel> The IP (Internet Protocol) address of" +" the network device." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:359 +msgid "" +"<guilabel>Netmask:</guilabel> The netmask which depends on the size of your " +"LAN (Local Area Network). A usual value is 255.255.255.0 (a class C " +"network)." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:363 +msgid "" +"<guilabel>Hardware Address:</guilabel> Often also referred to as the " +"physical or MAC (Media Access Control) address. A worldwide unique " +"identifier for your network card." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:367 +msgid "" +"<guilabel>P-t-P Address:</guilabel> The internet address of the \"other " +"side\" of your PPP (Point to Point Protocol) connection." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:371 +msgid "" +"<guilabel>Bytes in:</guilabel> The amount of bytes that the network device " +"has received since it has been connected to the network." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:375 +msgid "" +"<guilabel>Bytes out:</guilabel> The amount of bytes that the network device " +"has sent since it has been connected to the network." +msgstr "" + +#. (itstool) path: para/ulink +#: C/legal.xml:9 +msgid "link" +msgstr "link" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:2 +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 <_:ulink-1/> or in the file COPYING-DOCS distributed " +"with this manual." +msgstr "" +"Pinahihintulutang kopyahin, ibahagi at/o baguhin ang dokumentong ito sa " +"ilalim ng mga probisyon ng GNU Free Documentation License (GFDL), Version " +"1.1 o alinmang kasunod na bersyong inilathala ng Free Software Foundation na" +" walang Invariant Sections, walang Front-Cover Texts, at walang Back-Cover " +"Texts. Makikita mo ang kopya ng GFDL sa <_:ulink-1/> o sa file COPYING-DOCS " +"na nakapaloob sa manual na ito." + +#. (itstool) path: legalnotice/para +#: C/legal.xml:12 +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." +msgstr "" +"Ang manual na ito ay bahagi ng koleksyon ng mga MATE manuals na ibinabahagi " +"sa ilalim ng GFDL. Kung nais mong ipamahagi ang manual na ito nang hiwalay " +"mula sa koleksyon, maaari kang maglagay ng kopya ng license sa manual, na " +"siyang tinatalakay ng ika-6 na seksyon ng license." + +#. (itstool) path: legalnotice/para +#: C/legal.xml:19 +msgid "" +"Many of the names used by companies to distinguish their products and " +"services are claimed as trademarks. Where those names appear in any MATE " +"documentation, and the members of the MATE Documentation Project are made " +"aware of those trademarks, then the names are in capital letters or initial " +"capital letters." +msgstr "" +"Marami sa mga pangalan na ginagamit ng mga kompanya upang makilala o ibukod " +"ang kanilang mga produkto at serbisyo ay mga trademarks. Kung makikita ito " +"sa alinmang dokumentasyon ng MATE at batid ng mga miyembro ng proyekto ang " +"mga trademark na iyon, nakasulat nang ALL-CAPS ang pangalan o Titlecase." + +#. (itstool) path: listitem/para +#: C/legal.xml:35 +msgid "" +"DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " +"EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " +"THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " +"MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " +"RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " +"MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " +"MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " +"WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " +"SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " +"ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " +"OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" +msgstr "" +"ANG DOKUMENTONG ITO AY IBINAHAGI SA IYO \"AS IS,\" NANG WALANG ANUMANG " +"KASIGURUHAN NA IPINAPAHAYAG O IPINAHIHIWATIG. NANGANGAHULUGAN ITONG WALANG " +"KASIGURUHAN NA ANG DOKUMENTO O ANUMANG PAGBABAGONG INILALAPAT DITO AY WALANG" +" PAGKAKAMALI, NAAANGKOP PARA IBENTA, NAANGKOP PARA SA TIYAK NA PAGGAGAMITAN," +" O HINDI LUMALABAG SA ANUMANG KARAPATAN. ANG ABISONG ITO AY MAHALAGANG " +"BAHAGI NG LISENSYANG ITO. WALANG ANUMANG PAGGAMIT NG DOKUMENTONG ITO, KAHIT " +"MGA BINAGONG BERSYON, ANG PINAHIHINTULUTAN MALIBAN SA IBINAHAGI SA ILALIM NG" +" ABISONG ITO; AT" + +#. (itstool) path: listitem/para +#: C/legal.xml:55 +msgid "" +"UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" +" NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " +"CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " +"DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " +"FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " +"ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " +"WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" +" OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " +"VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" +" POSSIBILITY OF SUCH DAMAGES." +msgstr "" +"ANUMANG MANGYARI, ANG MAY-AKDA, ORIHINAL NA MANUNULAT, MGA NAG-AMBAG AT " +"TAGAPAMAHAGI, O SINUMANG MAY KINALAMAN SA DOKUMENTONG ITO AY HINDI " +"RESPONSABLE SA ANUMANG MGA PINSALA. MAAARING ITO AY PROBLEMANG TULAD NG " +"PAGKAANTALA NG TRABAHO, PROBLEMA SA COMPUTER O IBA PANG KAPINSALAANG MAARING" +" MAGMULA SA PAGGAMIT NG DOKUMENTONG ITO O MGA BINAGONG BERSYON NITO, KAHIT " +"NA BINALAAN NA SILA NA ITO AY MAARING MANGYARI." + +#. (itstool) path: legalnotice/para +#: C/legal.xml:28 +msgid "" +"DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " +"OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " +"<_:orderedlist-1/>" +msgstr "" +"ANG DOKUMENTONG ITO AT ANG MGA BINAGONG BERSYON NITO AY IBINABAHAGI SA " +"ILALIM NG MGA PROBISYON NG GNU FREE DOCUMENTATION LICENSE, NA MAY " +"KARAGDAGANG PAUNAWA NA:" diff --git a/netspeed/help/fr/fr.po b/netspeed/help/fr/fr.po index 562cbd08..8ce5dae3 100644 --- a/netspeed/help/fr/fr.po +++ b/netspeed/help/fr/fr.po @@ -1,27 +1,26 @@ -# # Translators: # Stefano Karapetsas <[email protected]>, 2018 # Charles Monzat <[email protected]>, 2018 # Guillaume Fayard <[email protected]>, 2018 -# Wolfgang Ulbrich <[email protected]>, 2018 +# Wolfgang Ulbrich <[email protected]>, 2018 # Laurent Napias <[email protected]>, 2018 -# Stéphane PETRUS <[email protected]>, 2019 -# Laurent Napias, 2020 -# David D, 2020 # Tubuntu, 2020 +# Stéphane PETRUS <[email protected]>, 2021 +# David D, 2025 +# Transifex Bot <>, 2026 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" -"Last-Translator: Tubuntu, 2020\n" -"Language-Team: French (https://www.transifex.com/mate/teams/13566/fr/)\n" +"Last-Translator: Transifex Bot <>, 2026\n" +"Language-Team: French (https://app.transifex.com/mate/teams/13566/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: fr\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" #. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2 msgctxt "_" @@ -45,18 +44,20 @@ msgstr "" #. (itstool) path: articleinfo/title #: C/index.docbook:23 msgid "Netspeed Applet Manual V1.3" -msgstr "" +msgstr "Manuel de l’applet Netspeed v1.3" #. (itstool) path: abstract/para #: C/index.docbook:25 msgid "" "Netspeed Applet shows how much traffic occurs on a specified network device." msgstr "" +"Netspeed Applet indique le volume de trafic concernant un périphérique " +"réseau spécifié." #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" -msgstr "<year>2015-2020</year> <holder>Projet de documentation MATE</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" +msgstr "<year>2015-2021</year> <holder>Projet de documentation MATE</holder>" #. (itstool) path: articleinfo/copyright #: C/index.docbook:31 @@ -79,6 +80,8 @@ msgid "" "<firstname>MATE Documentation Project</firstname> <surname/> <affiliation> " "<orgname>MATE Desktop</orgname> </affiliation>" msgstr "" +"<firstname>Projet documentation MATE</firstname> <surname/> <affiliation> " +"<orgname>Bureau MATE</orgname> </affiliation>" #. (itstool) path: authorgroup/author #: C/index.docbook:60 @@ -87,6 +90,9 @@ msgid "" "<affiliation> <orgname>GNOME Project</orgname> </affiliation> " "<email>[email protected]</email>" msgstr "" +"<firstname>Jörgen</firstname> <surname>Scheibengruber</surname> " +"<affiliation> <orgname>Projet GNOME</orgname> </affiliation> " +"<email>[email protected]</email>" #. (itstool) path: authorgroup/author #: C/index.docbook:69 @@ -95,6 +101,9 @@ msgid "" "<affiliation> <orgname>GNOME Project</orgname> </affiliation> " "<email>[email protected]</email>" msgstr "" +"<firstname>Pedro</firstname> <surname>Villavicencio Garrido</surname> " +"<affiliation> <orgname>Projet GNOME</orgname> </affiliation> " +"<email>[email protected]</email>" #. (itstool) path: revision/author #: C/index.docbook:96 @@ -104,7 +113,7 @@ msgstr "<firstname>Projet de documentation MATE</firstname><surname/>" #. (itstool) path: revhistory/revision #: C/index.docbook:93 msgid "<revnumber>1.3</revnumber> <date>July 2015</date> <_:author-1/>" -msgstr "" +msgstr "<revnumber>1.3</revnumber> <date>Juillet 2015</date> <_:author-1/>" #. (itstool) path: revision/author #: C/index.docbook:105 C/index.docbook:125 @@ -112,11 +121,13 @@ msgid "" "<firstname>Jörgen</firstname> <surname>Scheibengruber</surname> " "<email>[email protected]</email>" msgstr "" +"<firstname>Jörgen</firstname> <surname>Scheibengruber</surname> " +"<email>[email protected]</email>" #. (itstool) path: revhistory/revision #: C/index.docbook:102 msgid "<revnumber>1.2</revnumber> <date>2006</date> <_:author-1/>" -msgstr "" +msgstr "<revnumber>1.2</revnumber> <date>2006</date> <_:author-1/>" #. (itstool) path: revision/author #: C/index.docbook:115 @@ -124,21 +135,23 @@ msgid "" "<firstname>Pedro</firstname> <surname>Villavicencio Garrido</surname> " "<email>[email protected]</email>" msgstr "" +"<firstname>Pedro</firstname> <surname>Villavicencio Garrido</surname> " +"<email>[email protected]</email>" #. (itstool) path: revhistory/revision #: C/index.docbook:112 msgid "<revnumber>1.1</revnumber> <date>2005</date> <_:author-1/>" -msgstr "" +msgstr "<revnumber>1.1</revnumber> <date>2005</date> <_:author-1/>" #. (itstool) path: revhistory/revision #: C/index.docbook:122 msgid "<revnumber>1.0</revnumber> <date>2002</date> <_:author-1/>" -msgstr "" +msgstr "<revnumber>1.0</revnumber> <date>2002</date> <_:author-1/>" #. (itstool) path: articleinfo/releaseinfo #: C/index.docbook:134 msgid "This manual describes version 1.10.1 of Netspeed Applet." -msgstr "" +msgstr "Ce manuel décrit la version 1.10.1 de l’applet Netspeed." #. (itstool) path: legalnotice/title #: C/index.docbook:137 @@ -149,24 +162,29 @@ msgstr "Votre avis" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" +"Pour signaler un bogue ou faire une suggestion concernant l’application " +"Netspeed Applet ou ce manuel, suivez les instructions de la <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">page MATE " +"Feedback</ulink>." #. (itstool) path: article/indexterm #: C/index.docbook:146 msgid "<primary>Netspeed Applet</primary>" -msgstr "" +msgstr "<primary>Applet Netspeed</primary>" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "About Netspeed Applet" -msgstr "" +msgstr "À propos de l’applet Netspeed" #. (itstool) path: figure/title #: C/index.docbook:154 msgid "Netspeed" -msgstr "" +msgstr "Netspeed" #. (itstool) path: imageobject/imagedata #. This is a reference to an external file such as an image or video. When @@ -179,6 +197,8 @@ msgid "" "external ref='figures/netspeed_applet.png' " "md5='11ef0533a2be1a5d1a9de77c4cec7f93'" msgstr "" +"external ref='figures/netspeed_applet.png' " +"md5='11ef0533a2be1a5d1a9de77c4cec7f93'" #. (itstool) path: screenshot/mediaobject #: C/index.docbook:156 @@ -187,11 +207,14 @@ msgid "" "format=\"PNG\"/> </imageobject> <textobject> <phrase>Netspeed.</phrase> " "</textobject>" msgstr "" +"<imageobject><imagedata fileref=\"figures/netspeed_applet.png\" " +"format=\"PNG\"/> </imageobject> <textobject> <phrase>Netspeed.</phrase> " +"</textobject>" #. (itstool) path: figure/title #: C/index.docbook:166 msgid "Netspeed showing the sum in a 48px panel." -msgstr "" +msgstr "Netspeed montrant la somme dans un panneau 48px." #. (itstool) path: imageobject/imagedata #. This is a reference to an external file such as an image or video. When @@ -203,6 +226,7 @@ msgctxt "_" msgid "" "external ref='figures/eth_sum_48.png' md5='5113ce28da9b7712dafc52b3c13ccf32'" msgstr "" +"external ref='figures/eth_sum_48.png' md5='5113ce28da9b7712dafc52b3c13ccf32'" #. (itstool) path: screenshot/mediaobject #: C/index.docbook:168 @@ -211,6 +235,9 @@ msgid "" "</imageobject> <textobject> <phrase>Netspeed showing the sum in a 48px " "panel.</phrase> </textobject>" msgstr "" +"<imageobject><imagedata fileref=\"figures/eth_sum_48.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>Netspeed montrant la somme dans un " +"panneau 48px.</phrase> </textobject>" #. (itstool) path: sect1/para #: C/index.docbook:177 @@ -219,11 +246,14 @@ msgid "" " specified device like eth0, ppp0, plip0, etc. More over it provides " "information about the configuration of the network device." msgstr "" +"L'<application>Applet Netspeed</application> affiche le trafic réseau sur un" +" périphérique spécifié tel que eth0, ppp0, plip0, etc. De plus, elle fournit" +" des informations sur la configuration du périphérique réseau." #. (itstool) path: sect2/title #: C/index.docbook:183 msgid "Netspeed Icons on Panel" -msgstr "" +msgstr "Icônes Netspeed sur le panneau" #. (itstool) path: entry/para #: C/index.docbook:190 @@ -245,6 +275,7 @@ msgctxt "_" msgid "" "external ref='figures/loopback.png' md5='0636b7d65b0626ee5e92dc0d28be5871'" msgstr "" +"external ref='figures/loopback.png' md5='0636b7d65b0626ee5e92dc0d28be5871'" #. (itstool) path: entry/para #: C/index.docbook:196 @@ -257,7 +288,7 @@ msgstr "" #. (itstool) path: entry/para #: C/index.docbook:203 msgid "The Loopback interface." -msgstr "" +msgstr "L'interface loopback (bouclage)." #. (itstool) path: imageobject/imagedata #. This is a reference to an external file such as an image or video. When @@ -269,6 +300,7 @@ msgctxt "_" msgid "" "external ref='figures/ethernet.png' md5='48562a8b38e8eca91a3a8ee4ba4e3077'" msgstr "" +"external ref='figures/ethernet.png' md5='48562a8b38e8eca91a3a8ee4ba4e3077'" #. (itstool) path: entry/para #: C/index.docbook:208 @@ -277,11 +309,14 @@ msgid "" " format=\"PNG\"/> </imageobject><textobject> <phrase>Ethernet</phrase> " "</textobject></inlinemediaobject>" msgstr "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/ethernet.png\"" +" format=\"PNG\"/> </imageobject><textobject> <phrase>Ethernet</phrase> " +"</textobject></inlinemediaobject>" #. (itstool) path: entry/para #: C/index.docbook:215 msgid "Ethernet connection." -msgstr "" +msgstr "Connexion Ethernet." #. (itstool) path: imageobject/imagedata #. This is a reference to an external file such as an image or video. When @@ -291,7 +326,7 @@ msgstr "" #: C/index.docbook:222 msgctxt "_" msgid "external ref='figures/ppp.png' md5='b88d98a9ccdd489d91b45c8cf2dcbad1'" -msgstr "" +msgstr "external ref='figures/ppp.png' md5='b88d98a9ccdd489d91b45c8cf2dcbad1'" #. (itstool) path: entry/para #: C/index.docbook:220 @@ -300,11 +335,14 @@ msgid "" "format=\"PNG\"/> </imageobject><textobject> <phrase>PPP</phrase> " "</textobject></inlinemediaobject>" msgstr "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/ppp.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>PPP</phrase> " +"</textobject></inlinemediaobject>" #. (itstool) path: entry/para #: C/index.docbook:227 msgid "Point to Point Protocol connection." -msgstr "" +msgstr "Connexion du protocole point à point." #. (itstool) path: imageobject/imagedata #. This is a reference to an external file such as an image or video. When @@ -316,6 +354,7 @@ msgctxt "_" msgid "" "external ref='figures/wavelan.png' md5='90f925a64abe393adc5834fceba515fe'" msgstr "" +"external ref='figures/wavelan.png' md5='90f925a64abe393adc5834fceba515fe'" #. (itstool) path: entry/para #: C/index.docbook:232 @@ -328,7 +367,7 @@ msgstr "" #. (itstool) path: entry/para #: C/index.docbook:239 msgid "Wireless connection." -msgstr "" +msgstr "Connexion sans fil." #. (itstool) path: imageobject/imagedata #. This is a reference to an external file such as an image or video. When @@ -339,6 +378,7 @@ msgstr "" msgctxt "_" msgid "external ref='figures/plip.png' md5='0761a22dfa7b0b56e41e020cd701db68'" msgstr "" +"external ref='figures/plip.png' md5='0761a22dfa7b0b56e41e020cd701db68'" #. (itstool) path: entry/para #: C/index.docbook:244 @@ -347,16 +387,19 @@ msgid "" "format=\"PNG\"/> </imageobject><textobject> <phrase>PLIP</phrase> " "</textobject></inlinemediaobject>" msgstr "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/plip.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>PLIP</phrase> " +"</textobject></inlinemediaobject>" #. (itstool) path: entry/para #: C/index.docbook:251 msgid "Parallel Line Internet Protocol connection." -msgstr "" +msgstr "Connexion au protocole Internet en ligne parallèle." #. (itstool) path: sect2/title #: C/index.docbook:260 msgid "To Add Netspeed Applet to a Panel" -msgstr "" +msgstr "Pour ajouter l’applet Netspeed à un panneau" #. (itstool) path: sect2/para #: C/index.docbook:261 @@ -364,6 +407,8 @@ msgid "" "To add <application>Netspeed Applet</application> to a panel, perform the " "following steps:" msgstr "" +"Pour ajouter l’<application>applet Netspeed</application> à un panneau, " +"effectuer les étapes suivantes :" #. (itstool) path: listitem/para #: C/index.docbook:267 @@ -381,6 +426,9 @@ msgid "" "Scroll down the list of items in the <guilabel>Add to Panel</guilabel> " "dialog, then select <guilabel>Netspeed Applet</guilabel>." msgstr "" +"Faire défiler la liste des éléments dans la boîte de dialogue " +"<guilabel>Ajouter au panneau</guilabel>, puis sélectionner <guilabel>Applet " +"Netspeed</guilabel>." #. (itstool) path: listitem/para #: C/index.docbook:283 @@ -395,7 +443,7 @@ msgstr "Paramètres" #. (itstool) path: figure/title #: C/index.docbook:293 msgid "Netspeed Applet Settings" -msgstr "" +msgstr "Paramètres Applet Netspeed" #. (itstool) path: imageobject/imagedata #. This is a reference to an external file such as an image or video. When @@ -407,6 +455,7 @@ msgctxt "_" msgid "" "external ref='figures/settings.png' md5='219a6bc0e89cb9634d49025f9d3c6604'" msgstr "" +"external ref='figures/settings.png' md5='219a6bc0e89cb9634d49025f9d3c6604'" #. (itstool) path: screenshot/mediaobject #: C/index.docbook:295 @@ -415,11 +464,16 @@ msgid "" "</imageobject> <textobject> <phrase>Netspeed Applet Settings.</phrase> " "</textobject>" msgstr "" +"<imageobject><imagedata fileref=\"figures/settings.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>Paramètres Applet Netspeed.</phrase> " +"</textobject>" #. (itstool) path: sect1/para #: C/index.docbook:304 msgid "In this dialog you can change the settings of Netspeed Applet:" msgstr "" +"Dans cette boîte de dialogue, vous pouvez modifier les paramètres de " +"l’applet Netspeed :" #. (itstool) path: listitem/para #: C/index.docbook:308 @@ -428,6 +482,10 @@ msgid "" "applet should monitor from the popdown list of the combobox. Usually all " "available devices are listed, however you can enter one yourself, too." msgstr "" +"<guilabel>Périphérique réseau</guilabel> : choisissez le périphérique réseau" +" que l’applet doit surveiller dans la liste de contrôle de la boîte " +"combinée. Habituellement, tous les appareils disponibles sont répertoriés, " +"mais vous pouvez également en saisir un." #. (itstool) path: listitem/para #: C/index.docbook:312 @@ -435,6 +493,8 @@ msgid "" "<guilabel>Update interval:</guilabel> Enter the time between two updates of " "the applet." msgstr "" +"<guilabel>Intervalle de mise à jour</guilabel> : saisissez le temps entre " +"deux mises à jour de l’applet." #. (itstool) path: listitem/para #: C/index.docbook:315 @@ -442,6 +502,8 @@ msgid "" "<guilabel>Label font size:</guilabel> Enter the size of the text displayed " "in the applet." msgstr "" +"<guilabel>Taille de la police d’étiquette</guilabel> : saisissez la taille " +"du texte affiché dans l’applet." #. (itstool) path: listitem/para #: C/index.docbook:318 @@ -450,6 +512,10 @@ msgid "" "then the applet will show the sum of the in and out rate. The applet will " "take only half of the space in the panel in this case." msgstr "" +"<guilabel>Afficher la somme au lieu des entrées et sorties :</guilabel> si " +"vous cochez cette case, l’applet affichera la somme du taux d’entrée et de " +"sortie. L’applet ne prendra que la moitié de l’espace dans le panneau dans " +"ce cas." #. (itstool) path: listitem/para #: C/index.docbook:322 @@ -457,6 +523,9 @@ msgid "" "<guilabel>Show bits/s (b/s) instead of bytes/s (B/s):</guilabel> Check this " "if you want the applet to display bits per second instead of bytes/s." msgstr "" +"<guilabel>Afficher les bits (b/s) au lieu des octets (O/s) :</guilabel> " +"cochez cette option si vous voulez que l’applet affiche les bits par seconde" +" au lieu des octets." #. (itstool) path: listitem/para #: C/index.docbook:326 @@ -468,6 +537,13 @@ msgid "" "unchecked, the applet will always show the network card icon, no matter " "which device you monitor." msgstr "" +"<guilabel>Changer l’icône selon le périphérique sélectionné :</guilabel> " +"généralement, l’applet affiche une icône représentant le type de " +"périphérique réseau qui est surveillé. Ainsi, cela affichera un téléphone " +"pour les connexions point à point (ppp - modems, etc.), une carte réseau " +"pour Ethernet (eth), etc. Lorsque cela n’est pas coché, l’applet affichera " +"toujours l’icône de la carte réseau, quel que soit le périphérique " +"surveillé." #. (itstool) path: listitem/para #: C/index.docbook:332 @@ -476,12 +552,15 @@ msgid "" "your connection is down, Netspeed Applet look for a running one for " "monitoring." msgstr "" +"<guilabel>Toujours surveiller un appareil connecté, si possible :</guilabel>" +" lorsque votre connexion est coupée, l’applet Netspeed cherche un " +"périphérique en cours d’exécution pour la surveillance." #. (itstool) path: sect1/title #. (itstool) path: figure/title #: C/index.docbook:338 C/index.docbook:340 msgid "The details dialog" -msgstr "" +msgstr "La boîte de dialogue Détails" #. (itstool) path: imageobject/imagedata #. This is a reference to an external file such as an image or video. When @@ -493,6 +572,7 @@ msgctxt "_" msgid "" "external ref='figures/details.png' md5='60fedda8f88b634f16ab31090b5bdd67'" msgstr "" +"external ref='figures/details.png' md5='60fedda8f88b634f16ab31090b5bdd67'" #. (itstool) path: screenshot/mediaobject #: C/index.docbook:342 @@ -501,6 +581,9 @@ msgid "" "</imageobject> <textobject> <phrase>The details dialog</phrase> " "</textobject>" msgstr "" +"<imageobject><imagedata fileref=\"figures/details.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>La boîte de dialogue Détails</phrase> " +"</textobject>" #. (itstool) path: sect1/para #: C/index.docbook:351 @@ -508,6 +591,8 @@ msgid "" "This dialog shows you some useful information on the configuration of your " "network device." msgstr "" +"Cette boîte de dialogue vous montre quelques informations utiles sur la " +"configuration de votre périphérique réseau." #. (itstool) path: listitem/para #: C/index.docbook:356 @@ -515,6 +600,8 @@ msgid "" "<guilabel>Internet Address:</guilabel> The IP (Internet Protocol) address of" " the network device." msgstr "" +"<guilabel>Adresse Internet :</guilabel> l'adresse IP (Internet Protocol) du " +"périphérique réseau." #. (itstool) path: listitem/para #: C/index.docbook:359 @@ -523,6 +610,9 @@ msgid "" "LAN (Local Area Network). A usual value is 255.255.255.0 (a class C " "network)." msgstr "" +"<guilabel>Masque de réseau :</guilabel> le masque de réseau qui dépend de la" +" taille de votre LAN (Local Area Network). Une valeur habituelle est " +"255.255.255.0 (un réseau de classe C)." #. (itstool) path: listitem/para #: C/index.docbook:363 @@ -531,6 +621,9 @@ msgid "" "physical or MAC (Media Access Control) address. A worldwide unique " "identifier for your network card." msgstr "" +"<guilabel>Adresse matérielle :</guilabel> souvent également appelée " +"l'adresse physique ou MAC (Media Access Control). Un identifiant unique " +"mondial pour votre carte réseau." #. (itstool) path: listitem/para #: C/index.docbook:367 @@ -538,6 +631,8 @@ msgid "" "<guilabel>P-t-P Address:</guilabel> The internet address of the \"other " "side\" of your PPP (Point to Point Protocol) connection." msgstr "" +"<guilabel>Adresse P-t-P :</guilabel> l'adresse internet de \"l’autre côté\" " +"de votre connexion PPP (Point to Point Protocol)." #. (itstool) path: listitem/para #: C/index.docbook:371 @@ -545,6 +640,8 @@ msgid "" "<guilabel>Bytes in:</guilabel> The amount of bytes that the network device " "has received since it has been connected to the network." msgstr "" +"<guilabel>Bytes in :</guilabel> la quantité d’octets que le périphérique " +"réseau a reçue depuis qu’il a été connecté au réseau." #. (itstool) path: listitem/para #: C/index.docbook:375 @@ -552,6 +649,8 @@ msgid "" "<guilabel>Bytes out:</guilabel> The amount of bytes that the network device " "has sent since it has been connected to the network." msgstr "" +"<guilabel>Bytes out :</guilabel> la quantité d’octets que le périphérique " +"réseau a envoyés depuis qu’il est connecté au réseau." #. (itstool) path: para/ulink #: C/legal.xml:9 diff --git a/netspeed/help/fr_CA/fr_CA.po b/netspeed/help/fr_CA/fr_CA.po new file mode 100644 index 00000000..877e5889 --- /dev/null +++ b/netspeed/help/fr_CA/fr_CA.po @@ -0,0 +1,608 @@ +# Translators: +# eere leme <[email protected]>, 2018 +# Arnaud Giguère, 2024 +# Transifex Bot <>, 2026 +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" +"PO-Revision-Date: 2018-09-27 15:24+0000\n" +"Last-Translator: Transifex Bot <>, 2026\n" +"Language-Team: French (Canada) (https://app.transifex.com/mate/teams/13566/fr_CA/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fr_CA\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" + +#. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2 +msgctxt "_" +msgid "translator-credits" +msgstr "" + +#. (itstool) path: articleinfo/title +#: C/index.docbook:23 +msgid "Netspeed Applet Manual V1.3" +msgstr "" + +#. (itstool) path: abstract/para +#: C/index.docbook:25 +msgid "" +"Netspeed Applet shows how much traffic occurs on a specified network device." +msgstr "" + +#. (itstool) path: articleinfo/copyright +#: C/index.docbook:27 +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" +msgstr "<year>2015-2021</year> <holder>Projet de documentation MATE</holder>" + +#. (itstool) path: articleinfo/copyright +#: C/index.docbook:31 +msgid "<year>2002</year> <holder>Jörgen Scheibengruber</holder>" +msgstr "" + +#. (itstool) path: publisher/publishername +#: C/index.docbook:44 +msgid "MATE Documentation Project" +msgstr "Projet de documentation MATE" + +#. (itstool) path: publisher/publishername +#: C/index.docbook:47 +msgid "GNOME Documentation Project" +msgstr "Projet de documentation GNOME" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:53 +msgid "" +"<firstname>MATE Documentation Project</firstname> <surname/> <affiliation> " +"<orgname>MATE Desktop</orgname> </affiliation>" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:60 +msgid "" +"<firstname>Jörgen</firstname> <surname>Scheibengruber</surname> " +"<affiliation> <orgname>GNOME Project</orgname> </affiliation> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:69 +msgid "" +"<firstname>Pedro</firstname> <surname>Villavicencio Garrido</surname> " +"<affiliation> <orgname>GNOME Project</orgname> </affiliation> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revision/author +#: C/index.docbook:96 +msgid "<firstname>MATE Documentation Project</firstname> <surname/>" +msgstr "<firstname>Projet de documentation MATE</firstname><surname/>" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:93 +msgid "<revnumber>1.3</revnumber> <date>July 2015</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: revision/author +#: C/index.docbook:105 C/index.docbook:125 +msgid "" +"<firstname>Jörgen</firstname> <surname>Scheibengruber</surname> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:102 +msgid "<revnumber>1.2</revnumber> <date>2006</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: revision/author +#: C/index.docbook:115 +msgid "" +"<firstname>Pedro</firstname> <surname>Villavicencio Garrido</surname> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:112 +msgid "<revnumber>1.1</revnumber> <date>2005</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:122 +msgid "<revnumber>1.0</revnumber> <date>2002</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: articleinfo/releaseinfo +#: C/index.docbook:134 +msgid "This manual describes version 1.10.1 of Netspeed Applet." +msgstr "" + +#. (itstool) path: legalnotice/title +#: C/index.docbook:137 +msgid "Feedback" +msgstr "Rétroaction" + +#. (itstool) path: legalnotice/para +#: C/index.docbook:138 +msgid "" +"To report a bug or make a suggestion regarding the Netspeed Applet " +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." +msgstr "" + +#. (itstool) path: article/indexterm +#: C/index.docbook:146 +msgid "<primary>Netspeed Applet</primary>" +msgstr "" + +#. (itstool) path: sect1/title +#: C/index.docbook:152 +msgid "About Netspeed Applet" +msgstr "" + +#. (itstool) path: figure/title +#: C/index.docbook:154 +msgid "Netspeed" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:157 +msgctxt "_" +msgid "" +"external ref='figures/netspeed_applet.png' " +"md5='11ef0533a2be1a5d1a9de77c4cec7f93'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:156 +msgid "" +"<imageobject><imagedata fileref=\"figures/netspeed_applet.png\" " +"format=\"PNG\"/> </imageobject> <textobject> <phrase>Netspeed.</phrase> " +"</textobject>" +msgstr "" + +#. (itstool) path: figure/title +#: C/index.docbook:166 +msgid "Netspeed showing the sum in a 48px panel." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:169 +msgctxt "_" +msgid "" +"external ref='figures/eth_sum_48.png' md5='5113ce28da9b7712dafc52b3c13ccf32'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:168 +msgid "" +"<imageobject><imagedata fileref=\"figures/eth_sum_48.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>Netspeed showing the sum in a 48px " +"panel.</phrase> </textobject>" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:177 +msgid "" +"<application>Netspeed Applet</application> displays the network traffic on a" +" specified device like eth0, ppp0, plip0, etc. More over it provides " +"information about the configuration of the network device." +msgstr "" + +#. (itstool) path: sect2/title +#: C/index.docbook:183 +msgid "Netspeed Icons on Panel" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:190 +msgid "Icon" +msgstr "Icône" + +#. (itstool) path: entry/para +#: C/index.docbook:191 +msgid "Description" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:198 +msgctxt "_" +msgid "" +"external ref='figures/loopback.png' md5='0636b7d65b0626ee5e92dc0d28be5871'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:196 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/loopback.png\"" +" format=\"PNG\"/> </imageobject><textobject> <phrase>Loopback</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:203 +msgid "The Loopback interface." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:210 +msgctxt "_" +msgid "" +"external ref='figures/ethernet.png' md5='48562a8b38e8eca91a3a8ee4ba4e3077'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:208 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/ethernet.png\"" +" format=\"PNG\"/> </imageobject><textobject> <phrase>Ethernet</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:215 +msgid "Ethernet connection." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:222 +msgctxt "_" +msgid "external ref='figures/ppp.png' md5='b88d98a9ccdd489d91b45c8cf2dcbad1'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:220 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/ppp.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>PPP</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:227 +msgid "Point to Point Protocol connection." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:234 +msgctxt "_" +msgid "" +"external ref='figures/wavelan.png' md5='90f925a64abe393adc5834fceba515fe'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:232 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/wavelan.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>Wireless</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:239 +msgid "Wireless connection." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:246 +msgctxt "_" +msgid "external ref='figures/plip.png' md5='0761a22dfa7b0b56e41e020cd701db68'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:244 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/plip.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>PLIP</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:251 +msgid "Parallel Line Internet Protocol connection." +msgstr "" + +#. (itstool) path: sect2/title +#: C/index.docbook:260 +msgid "To Add Netspeed Applet to a Panel" +msgstr "" + +#. (itstool) path: sect2/para +#: C/index.docbook:261 +msgid "" +"To add <application>Netspeed Applet</application> to a panel, perform the " +"following steps:" +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:267 +msgid "Right-click on the panel." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:272 +msgid "Choose <guimenuitem>Add to Panel</guimenuitem>." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:277 +msgid "" +"Scroll down the list of items in the <guilabel>Add to Panel</guilabel> " +"dialog, then select <guilabel>Netspeed Applet</guilabel>." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:283 +msgid "Click <guibutton>Add</guibutton>." +msgstr "" + +#. (itstool) path: sect1/title +#: C/index.docbook:291 +msgid "Settings" +msgstr "" + +#. (itstool) path: figure/title +#: C/index.docbook:293 +msgid "Netspeed Applet Settings" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:296 +msgctxt "_" +msgid "" +"external ref='figures/settings.png' md5='219a6bc0e89cb9634d49025f9d3c6604'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:295 +msgid "" +"<imageobject><imagedata fileref=\"figures/settings.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>Netspeed Applet Settings.</phrase> " +"</textobject>" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:304 +msgid "In this dialog you can change the settings of Netspeed Applet:" +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:308 +msgid "" +"<guilabel>Network device:</guilabel> Choose the network device that the " +"applet should monitor from the popdown list of the combobox. Usually all " +"available devices are listed, however you can enter one yourself, too." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:312 +msgid "" +"<guilabel>Update interval:</guilabel> Enter the time between two updates of " +"the applet." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:315 +msgid "" +"<guilabel>Label font size:</guilabel> Enter the size of the text displayed " +"in the applet." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:318 +msgid "" +"<guilabel>Show sum instead of in and out:</guilabel> If you check this box " +"then the applet will show the sum of the in and out rate. The applet will " +"take only half of the space in the panel in this case." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:322 +msgid "" +"<guilabel>Show bits/s (b/s) instead of bytes/s (B/s):</guilabel> Check this " +"if you want the applet to display bits per second instead of bytes/s." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:326 +msgid "" +"<guilabel>Change icon according to the selected device:</guilabel> Usually " +"the applet will show an icon representing the type of network device you " +"monitor. So it will show a phone for Point to Point connections (ppp - " +"modems, etc.), a network card for Ethernet (eth), etc. When this is " +"unchecked, the applet will always show the network card icon, no matter " +"which device you monitor." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:332 +msgid "" +"<guilabel>Always monitor a connected device, if possible:</guilabel> When " +"your connection is down, Netspeed Applet look for a running one for " +"monitoring." +msgstr "" + +#. (itstool) path: sect1/title +#. (itstool) path: figure/title +#: C/index.docbook:338 C/index.docbook:340 +msgid "The details dialog" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:343 +msgctxt "_" +msgid "" +"external ref='figures/details.png' md5='60fedda8f88b634f16ab31090b5bdd67'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:342 +msgid "" +"<imageobject><imagedata fileref=\"figures/details.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>The details dialog</phrase> " +"</textobject>" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:351 +msgid "" +"This dialog shows you some useful information on the configuration of your " +"network device." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:356 +msgid "" +"<guilabel>Internet Address:</guilabel> The IP (Internet Protocol) address of" +" the network device." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:359 +msgid "" +"<guilabel>Netmask:</guilabel> The netmask which depends on the size of your " +"LAN (Local Area Network). A usual value is 255.255.255.0 (a class C " +"network)." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:363 +msgid "" +"<guilabel>Hardware Address:</guilabel> Often also referred to as the " +"physical or MAC (Media Access Control) address. A worldwide unique " +"identifier for your network card." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:367 +msgid "" +"<guilabel>P-t-P Address:</guilabel> The internet address of the \"other " +"side\" of your PPP (Point to Point Protocol) connection." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:371 +msgid "" +"<guilabel>Bytes in:</guilabel> The amount of bytes that the network device " +"has received since it has been connected to the network." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:375 +msgid "" +"<guilabel>Bytes out:</guilabel> The amount of bytes that the network device " +"has sent since it has been connected to the network." +msgstr "" + +#. (itstool) path: para/ulink +#: C/legal.xml:9 +msgid "link" +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:2 +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 <_:ulink-1/> or in the file COPYING-DOCS distributed " +"with this manual." +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:12 +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." +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:19 +msgid "" +"Many of the names used by companies to distinguish their products and " +"services are claimed as trademarks. Where those names appear in any MATE " +"documentation, and the members of the MATE Documentation Project are made " +"aware of those trademarks, then the names are in capital letters or initial " +"capital letters." +msgstr "" + +#. (itstool) path: listitem/para +#: C/legal.xml:35 +msgid "" +"DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " +"EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " +"THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " +"MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " +"RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " +"MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " +"MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " +"WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " +"SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " +"ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " +"OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" +msgstr "" + +#. (itstool) path: listitem/para +#: C/legal.xml:55 +msgid "" +"UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" +" NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " +"CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " +"DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " +"FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " +"ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " +"WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" +" OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " +"VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" +" POSSIBILITY OF SUCH DAMAGES." +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:28 +msgid "" +"DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " +"OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " +"<_:orderedlist-1/>" +msgstr "" diff --git a/netspeed/help/frp/frp.po b/netspeed/help/frp/frp.po index 15f8d52c..cf2262ae 100644 --- a/netspeed/help/frp/frp.po +++ b/netspeed/help/frp/frp.po @@ -5,10 +5,10 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" "Last-Translator: Alexandre Raymond, 2018\n" -"Language-Team: Franco-Provençal (Arpitan) (https://www.transifex.com/mate/teams/13566/frp/)\n" +"Language-Team: Franco-Provençal (Arpitan) (https://app.transifex.com/mate/teams/13566/frp/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -33,7 +33,7 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" #. (itstool) path: articleinfo/copyright @@ -127,8 +127,9 @@ msgstr "" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/help/fur/fur.po b/netspeed/help/fur/fur.po index dc921d34..2a904661 100644 --- a/netspeed/help/fur/fur.po +++ b/netspeed/help/fur/fur.po @@ -1,14 +1,15 @@ -# # Translators: # Stefano Karapetsas <[email protected]>, 2018 +# Fabio Tomat <[email protected]>, 2026 +# Transifex Bot <>, 2026 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" -"Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: Friulian (https://www.transifex.com/mate/teams/13566/fur/)\n" +"Last-Translator: Transifex Bot <>, 2026\n" +"Language-Team: Friulian (https://app.transifex.com/mate/teams/13566/fur/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -33,8 +34,9 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" +"<year>2015-2021</year> <holder>Progjet pe documentazion di MATE</holder>" #. (itstool) path: articleinfo/copyright #: C/index.docbook:31 @@ -44,12 +46,12 @@ msgstr "" #. (itstool) path: publisher/publishername #: C/index.docbook:44 msgid "MATE Documentation Project" -msgstr "" +msgstr "Progjet pe documentazion di MATE" #. (itstool) path: publisher/publishername #: C/index.docbook:47 msgid "GNOME Documentation Project" -msgstr "" +msgstr "Progjet pe documentazion di GNOME" #. (itstool) path: authorgroup/author #: C/index.docbook:53 @@ -77,7 +79,7 @@ msgstr "" #. (itstool) path: revision/author #: C/index.docbook:96 msgid "<firstname>MATE Documentation Project</firstname> <surname/>" -msgstr "" +msgstr "<firstname>Progjet pe documentazion di MATE</firstname> <surname/>" #. (itstool) path: revhistory/revision #: C/index.docbook:93 @@ -121,14 +123,15 @@ msgstr "" #. (itstool) path: legalnotice/title #: C/index.docbook:137 msgid "Feedback" -msgstr "" +msgstr "Coment" #. (itstool) path: legalnotice/para #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm @@ -346,12 +349,12 @@ msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:267 msgid "Right-click on the panel." -msgstr "" +msgstr "Clic diestri sul panel." #. (itstool) path: listitem/para #: C/index.docbook:272 msgid "Choose <guimenuitem>Add to Panel</guimenuitem>." -msgstr "" +msgstr "Sielç <guimenuitem>Zonte al Panel</guimenuitem>." #. (itstool) path: listitem/para #: C/index.docbook:277 @@ -363,7 +366,7 @@ msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:283 msgid "Click <guibutton>Add</guibutton>." -msgstr "" +msgstr "Clic su <guibutton>Zonte</guibutton>." #. (itstool) path: sect1/title #: C/index.docbook:291 @@ -546,6 +549,12 @@ msgid "" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" +"Il permès di copiâ, distribuî e/o modificâ chest document al è concedût sot " +"i tiermins de GNU Free Documentation License (GFDL), version 1.1 o " +"sucessivis publicade de Free Software Foundation cence sezions no " +"modificabilis, cence tescj di cuvierte di denant e di daûr. Tu puedis cjatâ " +"une copie de GFDL achì <_:ulink-1/> o tal file COPYING-DOCS distribuît cun " +"chest manuâl." #. (itstool) path: legalnotice/para #: C/legal.xml:12 @@ -555,6 +564,10 @@ msgid "" "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" +"Chest manuâl al fâs part di une racuelte di manuâi di MATE distribuîts sot " +"de GFDL. Se tu desideris distribuî chest manuâl cence la sô racuelte, tu " +"puedis fâlu zontant une copie de licence dal manuâl, come che al è descrit " +"te sezion 6 de licence." #. (itstool) path: legalnotice/para #: C/legal.xml:19 @@ -565,6 +578,10 @@ msgid "" "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" +"Tancj nons doprâts da lis aziendis par diferenziâ i propris prodots e " +"servizis a son rivendicâts come marchis. Là che chei nons a vegnin fûr tes " +"varis documentazions di MATE e i membris dal Progjet di Documentazion MATE " +"lu san, i nons a son par maiuscul o cu la iniziâl maiuscule." #. (itstool) path: listitem/para #: C/legal.xml:35 diff --git a/netspeed/help/fy/fy.po b/netspeed/help/fy/fy.po index a5f1b466..6c55d5b8 100644 --- a/netspeed/help/fy/fy.po +++ b/netspeed/help/fy/fy.po @@ -5,10 +5,10 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" "Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: Western Frisian (https://www.transifex.com/mate/teams/13566/fy/)\n" +"Language-Team: Western Frisian (https://app.transifex.com/mate/teams/13566/fy/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -36,7 +36,7 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" #. (itstool) path: articleinfo/copyright @@ -130,8 +130,9 @@ msgstr "" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/help/ga/ga.po b/netspeed/help/ga/ga.po index a04da547..d8d61a5b 100644 --- a/netspeed/help/ga/ga.po +++ b/netspeed/help/ga/ga.po @@ -5,10 +5,10 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" "Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: Irish (https://www.transifex.com/mate/teams/13566/ga/)\n" +"Language-Team: Irish (https://app.transifex.com/mate/teams/13566/ga/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -36,7 +36,7 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" #. (itstool) path: articleinfo/copyright @@ -130,8 +130,9 @@ msgstr "" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/help/gl/gl.po b/netspeed/help/gl/gl.po index 4d5f4828..ca19f0dc 100644 --- a/netspeed/help/gl/gl.po +++ b/netspeed/help/gl/gl.po @@ -1,17 +1,17 @@ -# # Translators: # Stefano Karapetsas <[email protected]>, 2018 -# Wolfgang Ulbrich <[email protected]>, 2018 -# Robert Antoni Buj Gelonch <[email protected]>, 2019 -# Miguel Anxo Bouzada <[email protected]>, 2020 +# Wolfgang Ulbrich <[email protected]>, 2018 +# Robert Antoni Buj i Gelonch <[email protected]>, 2019 +# Miguel Anxo Bouzada <[email protected]>, 2021 +# Transifex Bot <>, 2026 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" -"Last-Translator: Miguel Anxo Bouzada <[email protected]>, 2020\n" -"Language-Team: Galician (https://www.transifex.com/mate/teams/13566/gl/)\n" +"Last-Translator: Transifex Bot <>, 2026\n" +"Language-Team: Galician (https://app.transifex.com/mate/teams/13566/gl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -40,9 +40,9 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" -"<year>2015-2020</year> <holder>Proxecto de documentación do MATE</holder>" +"<year>2015-2021</year> <holder>Proxecto de documentación do MATE</holder>" #. (itstool) path: articleinfo/copyright #: C/index.docbook:31 @@ -147,8 +147,9 @@ msgstr "Comentarios" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/help/gu/gu.po b/netspeed/help/gu/gu.po index b8114439..4f984fa4 100644 --- a/netspeed/help/gu/gu.po +++ b/netspeed/help/gu/gu.po @@ -6,10 +6,10 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" "Last-Translator: Milan Savaliya <[email protected]>, 2018\n" -"Language-Team: Gujarati (https://www.transifex.com/mate/teams/13566/gu/)\n" +"Language-Team: Gujarati (https://app.transifex.com/mate/teams/13566/gu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -34,7 +34,7 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" #. (itstool) path: articleinfo/copyright @@ -128,8 +128,9 @@ msgstr "" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/help/ha/ha.po b/netspeed/help/ha/ha.po index 007878d5..9a788a66 100644 --- a/netspeed/help/ha/ha.po +++ b/netspeed/help/ha/ha.po @@ -5,10 +5,10 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" "Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: Hausa (https://www.transifex.com/mate/teams/13566/ha/)\n" +"Language-Team: Hausa (https://app.transifex.com/mate/teams/13566/ha/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -33,7 +33,7 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" #. (itstool) path: articleinfo/copyright @@ -127,8 +127,9 @@ msgstr "" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/help/he/he.po b/netspeed/help/he/he.po index 030f35d6..d9672752 100644 --- a/netspeed/help/he/he.po +++ b/netspeed/help/he/he.po @@ -1,22 +1,22 @@ -# # Translators: # Stefano Karapetsas <[email protected]>, 2018 # Yaron Shahrabani <[email protected]>, 2019 # shy tzedaka <[email protected]>, 2020 -# Omer I.S. <[email protected]>, 2020 +# 63f334ffc0709ba0fc2361b80bf3c0f0_00ffd1e <ab96c93ca0ac55ba7fa06385427e60dd_878890>, 2020 +# Transifex Bot <>, 2026 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" -"Last-Translator: Omer I.S. <[email protected]>, 2020\n" -"Language-Team: Hebrew (https://www.transifex.com/mate/teams/13566/he/)\n" +"Last-Translator: Transifex Bot <>, 2026\n" +"Language-Team: Hebrew (https://app.transifex.com/mate/teams/13566/he/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: he\n" -"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\n" +"Plural-Forms: nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;\n" #. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2 msgctxt "_" @@ -36,8 +36,8 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" -msgstr "<year>2019-2020</year> <holder>מיזם התיעוד של MATE</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" +msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:31 @@ -132,8 +132,9 @@ msgstr "משוב" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/help/hi/hi.po b/netspeed/help/hi/hi.po index d20c92b3..f57d20b5 100644 --- a/netspeed/help/hi/hi.po +++ b/netspeed/help/hi/hi.po @@ -7,10 +7,10 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" "Last-Translator: Panwar108 <[email protected]>, 2018\n" -"Language-Team: Hindi (https://www.transifex.com/mate/teams/13566/hi/)\n" +"Language-Team: Hindi (https://app.transifex.com/mate/teams/13566/hi/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -39,7 +39,7 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" #. (itstool) path: articleinfo/copyright @@ -133,8 +133,9 @@ msgstr "" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/help/hr/hr.po b/netspeed/help/hr/hr.po index 6d92fd1f..ecd3ea15 100644 --- a/netspeed/help/hr/hr.po +++ b/netspeed/help/hr/hr.po @@ -7,10 +7,10 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" "Last-Translator: Radovan Gundulić <[email protected]>, 2020\n" -"Language-Team: Croatian (https://www.transifex.com/mate/teams/13566/hr/)\n" +"Language-Team: Croatian (https://app.transifex.com/mate/teams/13566/hr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -58,8 +58,8 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" -msgstr "<year>2015-2020</year> <holder>MATE dokumentacijski projekt</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" +msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:31 @@ -164,8 +164,9 @@ msgstr "Povratne informacije" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/help/hu/hu.po b/netspeed/help/hu/hu.po index 47ec8fed..763e6f66 100644 --- a/netspeed/help/hu/hu.po +++ b/netspeed/help/hu/hu.po @@ -1,20 +1,19 @@ -# # Translators: # Stefano Karapetsas <[email protected]>, 2018 # Falu <[email protected]>, 2018 # Balázs Meskó <[email protected]>, 2018 # KAMI KAMI <[email protected]>, 2018 -# Wolfgang Ulbrich <[email protected]>, 2019 +# Wolfgang Ulbrich <[email protected]>, 2019 # Csaba Székely <[email protected]>, 2019 -# Szabó Máté <[email protected]>, 2020 +# Transifex Bot <>, 2026 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" -"Last-Translator: Szabó Máté <[email protected]>, 2020\n" -"Language-Team: Hungarian (https://www.transifex.com/mate/teams/13566/hu/)\n" +"Last-Translator: Transifex Bot <>, 2026\n" +"Language-Team: Hungarian (https://app.transifex.com/mate/teams/13566/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -47,8 +46,8 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" -msgstr "<year>2015-2020</year> <holder>MATE Dokumentációs Projekt</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" +msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:31 @@ -141,8 +140,9 @@ msgstr "Visszajelzés" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/help/hy/hy.po b/netspeed/help/hy/hy.po index 5e0e97bc..c136fc0d 100644 --- a/netspeed/help/hy/hy.po +++ b/netspeed/help/hy/hy.po @@ -7,10 +7,10 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" "Last-Translator: Avag Sayan <[email protected]>, 2020\n" -"Language-Team: Armenian (https://www.transifex.com/mate/teams/13566/hy/)\n" +"Language-Team: Armenian (https://app.transifex.com/mate/teams/13566/hy/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -35,8 +35,8 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" -msgstr "<year>2015-2020</year><holder>MATE փաստաթղթավորման նախագիծ</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" +msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:31 @@ -129,8 +129,9 @@ msgstr "Արձագանք" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/help/ia/ia.po b/netspeed/help/ia/ia.po index 5dca2fe4..c14f8596 100644 --- a/netspeed/help/ia/ia.po +++ b/netspeed/help/ia/ia.po @@ -5,10 +5,10 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" "Last-Translator: Tea Coba <[email protected]>, 2018\n" -"Language-Team: Interlingua (https://www.transifex.com/mate/teams/13566/ia/)\n" +"Language-Team: Interlingua (https://app.transifex.com/mate/teams/13566/ia/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -33,7 +33,7 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" #. (itstool) path: articleinfo/copyright @@ -127,8 +127,9 @@ msgstr "" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/help/id/id.po b/netspeed/help/id/id.po index dc8b8e66..ed74da01 100644 --- a/netspeed/help/id/id.po +++ b/netspeed/help/id/id.po @@ -1,19 +1,18 @@ -# # Translators: # Stefano Karapetsas <[email protected]>, 2018 # Willy Sudiarto Raharjo <[email protected]>, 2018 # Kukuh Syafaat <[email protected]>, 2018 -# Wolfgang Ulbrich <[email protected]>, 2018 +# Wolfgang Ulbrich <[email protected]>, 2018 # Chotibul Studio <[email protected]>, 2020 -# Andika Triwidada <[email protected]>, 2020 +# Andika Triwidada <[email protected]>, 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" -"Last-Translator: Andika Triwidada <[email protected]>, 2020\n" -"Language-Team: Indonesian (https://www.transifex.com/mate/teams/13566/id/)\n" +"Last-Translator: Andika Triwidada <[email protected]>, 2021\n" +"Language-Team: Indonesian (https://app.transifex.com/mate/teams/13566/id/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -33,23 +32,25 @@ msgstr "" #. (itstool) path: articleinfo/title #: C/index.docbook:23 msgid "Netspeed Applet Manual V1.3" -msgstr "" +msgstr "Manual Aplet Netspeed V1.3" #. (itstool) path: abstract/para #: C/index.docbook:25 msgid "" "Netspeed Applet shows how much traffic occurs on a specified network device." msgstr "" +"Aplet Netspeed menunjukkan seberapa banyak trafik terjadi pada peranti " +"jaringan yang dinyatakan." #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" -msgstr "<year>2015-2020</year> <holder>Projek Dokumentasi MATE</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" +msgstr "<year>2015-2021</year> <holder>Projek Dokumentasi MATE</holder>" #. (itstool) path: articleinfo/copyright #: C/index.docbook:31 msgid "<year>2002</year> <holder>Jörgen Scheibengruber</holder>" -msgstr "" +msgstr "<year>2002</year> <holder>Jörgen Scheibengruber</holder>" #. (itstool) path: publisher/publishername #: C/index.docbook:44 @@ -67,6 +68,8 @@ msgid "" "<firstname>MATE Documentation Project</firstname> <surname/> <affiliation> " "<orgname>MATE Desktop</orgname> </affiliation>" msgstr "" +"<firstname>Proyek Dokumentasi MATE</firstname> <surname/> <affiliation> " +"<orgname>Desktop MATE</orgname> </affiliation>" #. (itstool) path: authorgroup/author #: C/index.docbook:60 @@ -75,6 +78,9 @@ msgid "" "<affiliation> <orgname>GNOME Project</orgname> </affiliation> " "<email>[email protected]</email>" msgstr "" +"<firstname>Jörgen</firstname> <surname>Scheibengruber</surname> " +"<affiliation> <orgname>Proyek GNOME</orgname> </affiliation> " +"<email>[email protected]</email>" #. (itstool) path: authorgroup/author #: C/index.docbook:69 @@ -83,6 +89,9 @@ msgid "" "<affiliation> <orgname>GNOME Project</orgname> </affiliation> " "<email>[email protected]</email>" msgstr "" +"<firstname>Pedro</firstname> <surname>Villavicencio Garrido</surname> " +"<affiliation> <orgname>Proyek GNOME</orgname> </affiliation> " +"<email>[email protected]</email>" #. (itstool) path: revision/author #: C/index.docbook:96 @@ -92,7 +101,7 @@ msgstr "<firstname>Projek Dokumentasi MATE</firstname> <surname/>" #. (itstool) path: revhistory/revision #: C/index.docbook:93 msgid "<revnumber>1.3</revnumber> <date>July 2015</date> <_:author-1/>" -msgstr "" +msgstr "<revnumber>1.3</revnumber> <date>Juli 2015</date> <_:author-1/>" #. (itstool) path: revision/author #: C/index.docbook:105 C/index.docbook:125 @@ -100,11 +109,13 @@ msgid "" "<firstname>Jörgen</firstname> <surname>Scheibengruber</surname> " "<email>[email protected]</email>" msgstr "" +"<firstname>Jörgen</firstname> <surname>Scheibengruber</surname> " +"<email>[email protected]</email>" #. (itstool) path: revhistory/revision #: C/index.docbook:102 msgid "<revnumber>1.2</revnumber> <date>2006</date> <_:author-1/>" -msgstr "" +msgstr "<revnumber>1.2</revnumber> <date>2006</date> <_:author-1/>" #. (itstool) path: revision/author #: C/index.docbook:115 @@ -112,21 +123,23 @@ msgid "" "<firstname>Pedro</firstname> <surname>Villavicencio Garrido</surname> " "<email>[email protected]</email>" msgstr "" +"<firstname>Pedro</firstname> <surname>Villavicencio Garrido</surname> " +"<email>[email protected]</email>" #. (itstool) path: revhistory/revision #: C/index.docbook:112 msgid "<revnumber>1.1</revnumber> <date>2005</date> <_:author-1/>" -msgstr "" +msgstr "<revnumber>1.1</revnumber> <date>2005</date> <_:author-1/>" #. (itstool) path: revhistory/revision #: C/index.docbook:122 msgid "<revnumber>1.0</revnumber> <date>2002</date> <_:author-1/>" -msgstr "" +msgstr "<revnumber>1.0</revnumber> <date>2002</date> <_:author-1/>" #. (itstool) path: articleinfo/releaseinfo #: C/index.docbook:134 msgid "This manual describes version 1.10.1 of Netspeed Applet." -msgstr "" +msgstr "Manual ini menjelaskan versi 1.10.1 dari Aplet Netspeed." #. (itstool) path: legalnotice/title #: C/index.docbook:137 @@ -137,24 +150,28 @@ msgstr "Umpan balik" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" +"Untuk melaporkan bug atau membuat saran mengenai aplikasi Aplet Netspeed " +"atau manual ini, ikuti petunjuk di <ulink url=\"help:mate-user-" +"guide/feedback\" type=\"help\">Halaman Umpan Balik Mate</ulink>." #. (itstool) path: article/indexterm #: C/index.docbook:146 msgid "<primary>Netspeed Applet</primary>" -msgstr "" +msgstr "<primary>Aplet Netspeed</primary>" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "About Netspeed Applet" -msgstr "" +msgstr "Tentang Aplet Netspeed" #. (itstool) path: figure/title #: C/index.docbook:154 msgid "Netspeed" -msgstr "" +msgstr "Netspeed" #. (itstool) path: imageobject/imagedata #. This is a reference to an external file such as an image or video. When @@ -167,6 +184,8 @@ msgid "" "external ref='figures/netspeed_applet.png' " "md5='11ef0533a2be1a5d1a9de77c4cec7f93'" msgstr "" +"external ref='figures/netspeed_applet.png' " +"md5='11ef0533a2be1a5d1a9de77c4cec7f93'" #. (itstool) path: screenshot/mediaobject #: C/index.docbook:156 @@ -175,11 +194,14 @@ msgid "" "format=\"PNG\"/> </imageobject> <textobject> <phrase>Netspeed.</phrase> " "</textobject>" msgstr "" +"<imageobject><imagedata fileref=\"figures/netspeed_applet.png\" " +"format=\"PNG\"/> </imageobject> <textobject> <phrase>Netspeed.</phrase> " +"</textobject>" #. (itstool) path: figure/title #: C/index.docbook:166 msgid "Netspeed showing the sum in a 48px panel." -msgstr "" +msgstr "Netspeed menunjukkan jumlah dalam panel 48px." #. (itstool) path: imageobject/imagedata #. This is a reference to an external file such as an image or video. When @@ -191,6 +213,7 @@ msgctxt "_" msgid "" "external ref='figures/eth_sum_48.png' md5='5113ce28da9b7712dafc52b3c13ccf32'" msgstr "" +"external ref='figures/eth_sum_48.png' md5='5113ce28da9b7712dafc52b3c13ccf32'" #. (itstool) path: screenshot/mediaobject #: C/index.docbook:168 @@ -199,6 +222,9 @@ msgid "" "</imageobject> <textobject> <phrase>Netspeed showing the sum in a 48px " "panel.</phrase> </textobject>" msgstr "" +"<imageobject><imagedata fileref=\"figures/eth_sum_48.png\" " +"format=\"PNG\"/></imageobject> <textobject> <phrase>Netspeed menunjukkan " +"jumlah dalam sebuah panel 48px.</phrase> </textobject>" #. (itstool) path: sect1/para #: C/index.docbook:177 @@ -207,11 +233,14 @@ msgid "" " specified device like eth0, ppp0, plip0, etc. More over it provides " "information about the configuration of the network device." msgstr "" +"<application>Aplet Netspeed</application> menampilkan lalu lintas jaringan " +"pada suatu peranti seperti eth0, ppp0, plip0, dsb. Lebih jauh itu " +"menyediakan informasi tentang konfigurasi dari peranti jaringan." #. (itstool) path: sect2/title #: C/index.docbook:183 msgid "Netspeed Icons on Panel" -msgstr "" +msgstr "Ikon Netspeed pada Panel" #. (itstool) path: entry/para #: C/index.docbook:190 @@ -233,6 +262,7 @@ msgctxt "_" msgid "" "external ref='figures/loopback.png' md5='0636b7d65b0626ee5e92dc0d28be5871'" msgstr "" +"external ref='figures/loopback.png' md5='0636b7d65b0626ee5e92dc0d28be5871'" #. (itstool) path: entry/para #: C/index.docbook:196 @@ -241,11 +271,14 @@ msgid "" " format=\"PNG\"/> </imageobject><textobject> <phrase>Loopback</phrase> " "</textobject></inlinemediaobject>" msgstr "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/loopback.png\"" +" format=\"PNG\"/> </imageobject><textobject> <phrase>Loopback</phrase> " +"</textobject></inlinemediaobject>" #. (itstool) path: entry/para #: C/index.docbook:203 msgid "The Loopback interface." -msgstr "" +msgstr "Antar muka Loopback." #. (itstool) path: imageobject/imagedata #. This is a reference to an external file such as an image or video. When @@ -257,6 +290,7 @@ msgctxt "_" msgid "" "external ref='figures/ethernet.png' md5='48562a8b38e8eca91a3a8ee4ba4e3077'" msgstr "" +"external ref='figures/ethernet.png' md5='48562a8b38e8eca91a3a8ee4ba4e3077'" #. (itstool) path: entry/para #: C/index.docbook:208 @@ -265,11 +299,14 @@ msgid "" " format=\"PNG\"/> </imageobject><textobject> <phrase>Ethernet</phrase> " "</textobject></inlinemediaobject>" msgstr "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/ethernet.png\"" +" format=\"PNG\"/> </imageobject><textobject> <phrase>Ethernet</phrase> " +"</textobject></inlinemediaobject>" #. (itstool) path: entry/para #: C/index.docbook:215 msgid "Ethernet connection." -msgstr "" +msgstr "Koneksi ethernet." #. (itstool) path: imageobject/imagedata #. This is a reference to an external file such as an image or video. When @@ -279,7 +316,7 @@ msgstr "" #: C/index.docbook:222 msgctxt "_" msgid "external ref='figures/ppp.png' md5='b88d98a9ccdd489d91b45c8cf2dcbad1'" -msgstr "" +msgstr "external ref='figures/ppp.png' md5='b88d98a9ccdd489d91b45c8cf2dcbad1'" #. (itstool) path: entry/para #: C/index.docbook:220 @@ -288,11 +325,14 @@ msgid "" "format=\"PNG\"/> </imageobject><textobject> <phrase>PPP</phrase> " "</textobject></inlinemediaobject>" msgstr "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/ppp.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>PPP</phrase> " +"</textobject></inlinemediaobject>" #. (itstool) path: entry/para #: C/index.docbook:227 msgid "Point to Point Protocol connection." -msgstr "" +msgstr "Koneksi Point to Point Protocol." #. (itstool) path: imageobject/imagedata #. This is a reference to an external file such as an image or video. When @@ -304,6 +344,7 @@ msgctxt "_" msgid "" "external ref='figures/wavelan.png' md5='90f925a64abe393adc5834fceba515fe'" msgstr "" +"external ref='figures/wavelan.png' md5='90f925a64abe393adc5834fceba515fe'" #. (itstool) path: entry/para #: C/index.docbook:232 @@ -312,11 +353,14 @@ msgid "" "format=\"PNG\"/> </imageobject><textobject> <phrase>Wireless</phrase> " "</textobject></inlinemediaobject>" msgstr "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/wavelan.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>Nirkabel</phrase> " +"</textobject></inlinemediaobject>" #. (itstool) path: entry/para #: C/index.docbook:239 msgid "Wireless connection." -msgstr "" +msgstr "Koneksi nirkabel." #. (itstool) path: imageobject/imagedata #. This is a reference to an external file such as an image or video. When @@ -327,6 +371,7 @@ msgstr "" msgctxt "_" msgid "external ref='figures/plip.png' md5='0761a22dfa7b0b56e41e020cd701db68'" msgstr "" +"external ref='figures/plip.png' md5='0761a22dfa7b0b56e41e020cd701db68'" #. (itstool) path: entry/para #: C/index.docbook:244 @@ -335,16 +380,19 @@ msgid "" "format=\"PNG\"/> </imageobject><textobject> <phrase>PLIP</phrase> " "</textobject></inlinemediaobject>" msgstr "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/plip.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>PLIP</phrase> " +"</textobject></inlinemediaobject>" #. (itstool) path: entry/para #: C/index.docbook:251 msgid "Parallel Line Internet Protocol connection." -msgstr "" +msgstr "Koneksi Parallel Line Internet Protocol." #. (itstool) path: sect2/title #: C/index.docbook:260 msgid "To Add Netspeed Applet to a Panel" -msgstr "" +msgstr "Untuk Menambahkan Aplet Netspeed ke sebuah Panel" #. (itstool) path: sect2/para #: C/index.docbook:261 @@ -352,6 +400,8 @@ msgid "" "To add <application>Netspeed Applet</application> to a panel, perform the " "following steps:" msgstr "" +"Untuk menambahkan <application>Aplet Netspeed</application> ke sebuah panel," +" lakukan langkah-langkah berikut:" #. (itstool) path: listitem/para #: C/index.docbook:267 @@ -369,6 +419,8 @@ msgid "" "Scroll down the list of items in the <guilabel>Add to Panel</guilabel> " "dialog, then select <guilabel>Netspeed Applet</guilabel>." msgstr "" +"Gulir turun daftar item dalam dialog <guilabel>Tambah ke Panel</guilabel>, " +"lalu pilih <guilabel>Aplet Netspeed</guilabel>." #. (itstool) path: listitem/para #: C/index.docbook:283 @@ -378,12 +430,12 @@ msgstr "Klik <guibutton>Tambah</guibutton>." #. (itstool) path: sect1/title #: C/index.docbook:291 msgid "Settings" -msgstr "" +msgstr "Pengaturan" #. (itstool) path: figure/title #: C/index.docbook:293 msgid "Netspeed Applet Settings" -msgstr "" +msgstr "Pengaturan Aplet Netspeed" #. (itstool) path: imageobject/imagedata #. This is a reference to an external file such as an image or video. When @@ -395,6 +447,7 @@ msgctxt "_" msgid "" "external ref='figures/settings.png' md5='219a6bc0e89cb9634d49025f9d3c6604'" msgstr "" +"external ref='figures/settings.png' md5='219a6bc0e89cb9634d49025f9d3c6604'" #. (itstool) path: screenshot/mediaobject #: C/index.docbook:295 @@ -403,11 +456,14 @@ msgid "" "</imageobject> <textobject> <phrase>Netspeed Applet Settings.</phrase> " "</textobject>" msgstr "" +"<imageobject><imagedata fileref=\"figures/settings.png\" " +"format=\"PNG\"/></imageobject> <textobject> <phrase>Pengaturan Aplet " +"Netspeed.</phrase> </textobject> " #. (itstool) path: sect1/para #: C/index.docbook:304 msgid "In this dialog you can change the settings of Netspeed Applet:" -msgstr "" +msgstr "Dalam dialog ini Anda dapat mengubah pengaturan dari Aplet Netspeed." #. (itstool) path: listitem/para #: C/index.docbook:308 @@ -416,6 +472,10 @@ msgid "" "applet should monitor from the popdown list of the combobox. Usually all " "available devices are listed, however you can enter one yourself, too." msgstr "" +"<guilabel>Peranti jaringan:</guilabel> Pilih peranti jaringan yang mesti " +"dipantau oleh aplet dari daftar popdown dari kotak kombo. Biasanya semua " +"peranti yang tersedia masuk daftar, namun Anda dapat memasukkan sendiri " +"sesuatu juga." #. (itstool) path: listitem/para #: C/index.docbook:312 @@ -423,6 +483,8 @@ msgid "" "<guilabel>Update interval:</guilabel> Enter the time between two updates of " "the applet." msgstr "" +"<guilabel>Interval pembaruan:</guilabel> Masukkan waktu antara dua pembaruan" +" dari aplet." #. (itstool) path: listitem/para #: C/index.docbook:315 @@ -430,6 +492,8 @@ msgid "" "<guilabel>Label font size:</guilabel> Enter the size of the text displayed " "in the applet." msgstr "" +"<guilabel>Ukuran fonta label:</guilabel> Masukkan ukuran dari teks yang " +"ditampilkan dalam aplet." #. (itstool) path: listitem/para #: C/index.docbook:318 @@ -438,6 +502,9 @@ msgid "" "then the applet will show the sum of the in and out rate. The applet will " "take only half of the space in the panel in this case." msgstr "" +"<guilabel>Tampilkan jumlah, bukan masuk dan keluar:</guilabel> Bila Anda " +"mencentang kotak ini maka aplet akan menunjukkan jumlah dari laju masuk dan " +"keluar. Aplet akan hanya menempati separuh ruang pada panel dalam kasus ini." #. (itstool) path: listitem/para #: C/index.docbook:322 @@ -445,6 +512,8 @@ msgid "" "<guilabel>Show bits/s (b/s) instead of bytes/s (B/s):</guilabel> Check this " "if you want the applet to display bits per second instead of bytes/s." msgstr "" +"<guilabel>Tampilkan bit/s (b/s) bukan byte/s (B/s):</guilabel> Centang ini " +"bila Anda ingin aplet menampilkan bit per detik bukan byte per detik." #. (itstool) path: listitem/para #: C/index.docbook:326 @@ -456,6 +525,12 @@ msgid "" "unchecked, the applet will always show the network card icon, no matter " "which device you monitor." msgstr "" +"<guilabel>Ubah ikon menurut peranti yang dipilih:</guilabel> Biasanya aplet " +"akan menampilkan suatu ikon yang mewakili tipe peranti jaringan yang Anda " +"pantau. Maka itu akan menampilkan sebuah telepon untuk koneksi Point to " +"Point (ppp - modem, dsb.), sebuah kartu jaringan untuk Ethernet (eth), dsb. " +"Ketika ini tidak dicentang, aplet akan selalu menampilkan ikon kartu " +"jaringan, tidak peduli peranti mana yang Anda pantau." #. (itstool) path: listitem/para #: C/index.docbook:332 @@ -464,12 +539,15 @@ msgid "" "your connection is down, Netspeed Applet look for a running one for " "monitoring." msgstr "" +"<guilabel>Selalu pantau peranti yang tersambung, bila mungkin:</guilabel> " +"Ketika koneksi Anda putus, Aplet Netspeed mencari yang berjalan untuk " +"pemantauan." #. (itstool) path: sect1/title #. (itstool) path: figure/title #: C/index.docbook:338 C/index.docbook:340 msgid "The details dialog" -msgstr "" +msgstr "Dialog rincian" #. (itstool) path: imageobject/imagedata #. This is a reference to an external file such as an image or video. When @@ -481,6 +559,7 @@ msgctxt "_" msgid "" "external ref='figures/details.png' md5='60fedda8f88b634f16ab31090b5bdd67'" msgstr "" +"external ref='figures/details.png' md5='60fedda8f88b634f16ab31090b5bdd67'" #. (itstool) path: screenshot/mediaobject #: C/index.docbook:342 @@ -489,6 +568,8 @@ msgid "" "</imageobject> <textobject> <phrase>The details dialog</phrase> " "</textobject>" msgstr "" +"<imageobject><imagedata fileref=\"figures/details.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>Dialog rincian</phrase> </textobject>" #. (itstool) path: sect1/para #: C/index.docbook:351 @@ -496,6 +577,8 @@ msgid "" "This dialog shows you some useful information on the configuration of your " "network device." msgstr "" +"Dialog ini menunjukkan beberapa informasi yang berguna pada konfigurasi " +"peranti jaringan Anda." #. (itstool) path: listitem/para #: C/index.docbook:356 @@ -503,6 +586,8 @@ msgid "" "<guilabel>Internet Address:</guilabel> The IP (Internet Protocol) address of" " the network device." msgstr "" +"<guilabel>Alamat Internet:</guilabel> Alamat IP (Internet Protocol) dari " +"peranti jaringan." #. (itstool) path: listitem/para #: C/index.docbook:359 @@ -511,6 +596,9 @@ msgid "" "LAN (Local Area Network). A usual value is 255.255.255.0 (a class C " "network)." msgstr "" +"<guilabel>Netmask:</guilabel> Netmask yang bergantung pada ukuran LAN (Local" +" Area Network) Anda. Suatu nilai yang biasa adalah 255.255.255.0 (suatu " +"jaringan kelas C)." #. (itstool) path: listitem/para #: C/index.docbook:363 @@ -519,6 +607,9 @@ msgid "" "physical or MAC (Media Access Control) address. A worldwide unique " "identifier for your network card." msgstr "" +"<guilabel>Alamat Perangkat Keras:</guilabel> Sering diacu sebagai alamat " +"fisik atau MAC (Media Access Control). Suatu identifier unik di seluruh " +"dunia bagi kartu jaringan Anda." #. (itstool) path: listitem/para #: C/index.docbook:367 @@ -526,6 +617,8 @@ msgid "" "<guilabel>P-t-P Address:</guilabel> The internet address of the \"other " "side\" of your PPP (Point to Point Protocol) connection." msgstr "" +"<guilabel>Alamat P-t-P:</guilabel> Alamat internet dari \"sisi lain\" dari " +"koneksi PPP (Point to Point) Anda." #. (itstool) path: listitem/para #: C/index.docbook:371 @@ -533,6 +626,8 @@ msgid "" "<guilabel>Bytes in:</guilabel> The amount of bytes that the network device " "has received since it has been connected to the network." msgstr "" +"<guilabel>Byte masuk:</guilabel> Banyaknya byte yang telah diterima oleh " +"peranti jaringan semenjak tersambung ke jaringan." #. (itstool) path: listitem/para #: C/index.docbook:375 @@ -540,6 +635,8 @@ msgid "" "<guilabel>Bytes out:</guilabel> The amount of bytes that the network device " "has sent since it has been connected to the network." msgstr "" +"<guilabel>Byte keluar:</guilabel> Banyaknya byte yang telah dikirim oleh " +"peranti jaringan semenjak tersambung ke jaringan." #. (itstool) path: para/ulink #: C/legal.xml:9 diff --git a/netspeed/help/ie/ie.po b/netspeed/help/ie/ie.po index c7102ac5..87c0a8a3 100644 --- a/netspeed/help/ie/ie.po +++ b/netspeed/help/ie/ie.po @@ -5,10 +5,10 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" "Last-Translator: Caarmi, 2019\n" -"Language-Team: Interlingue (https://www.transifex.com/mate/teams/13566/ie/)\n" +"Language-Team: Interlingue (https://app.transifex.com/mate/teams/13566/ie/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -33,7 +33,7 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" #. (itstool) path: articleinfo/copyright @@ -127,8 +127,9 @@ msgstr "" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/help/ig/ig.po b/netspeed/help/ig/ig.po index 6dbf3f71..e68bfaaf 100644 --- a/netspeed/help/ig/ig.po +++ b/netspeed/help/ig/ig.po @@ -5,10 +5,10 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" "Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: Igbo (https://www.transifex.com/mate/teams/13566/ig/)\n" +"Language-Team: Igbo (https://app.transifex.com/mate/teams/13566/ig/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -33,7 +33,7 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" #. (itstool) path: articleinfo/copyright @@ -127,8 +127,9 @@ msgstr "" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/help/is/is.po b/netspeed/help/is/is.po index a4f2050d..b65a47ea 100644 --- a/netspeed/help/is/is.po +++ b/netspeed/help/is/is.po @@ -6,10 +6,10 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" "Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: Icelandic (https://www.transifex.com/mate/teams/13566/is/)\n" +"Language-Team: Icelandic (https://app.transifex.com/mate/teams/13566/is/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -37,7 +37,7 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" #. (itstool) path: articleinfo/copyright @@ -131,8 +131,9 @@ msgstr "" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/help/it/it.po b/netspeed/help/it/it.po index 2f2dbec5..d1bb250b 100644 --- a/netspeed/help/it/it.po +++ b/netspeed/help/it/it.po @@ -1,51 +1,50 @@ -# # Translators: # Stefano Karapetsas <[email protected]>, 2018 # Marco Z. <[email protected]>, 2018 -# Wolfgang Ulbrich <[email protected]>, 2018 -# Giuseppe Pignataro <[email protected]>, 2018 +# Wolfgang Ulbrich <[email protected]>, 2018 +# Giuseppe Pignataro (Fastbyte01) <[email protected]>, 2018 # Simone Centonze <[email protected]>, 2018 # Enrico B. <[email protected]>, 2019 -# Alessandro Volturno <[email protected]>, 2020 +# Alessandro Volturno <[email protected]>, 2022 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" -"Last-Translator: Alessandro Volturno <[email protected]>, 2020\n" -"Language-Team: Italian (https://www.transifex.com/mate/teams/13566/it/)\n" +"Last-Translator: Alessandro Volturno <[email protected]>, 2022\n" +"Language-Team: Italian (https://app.transifex.com/mate/teams/13566/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: it\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" #. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2 msgctxt "_" msgid "translator-credits" msgstr "" "Enrico Bella, 2019\n" -"Alessandro Volturno, 2020" +"Alessandro Volturno, 2020, 2022" #. (itstool) path: articleinfo/title #: C/index.docbook:23 msgid "Netspeed Applet Manual V1.3" -msgstr "Manuale di Monitor di rete V1.3" +msgstr "Manuale di Netspeed Applet V1.3" #. (itstool) path: abstract/para #: C/index.docbook:25 msgid "" "Netspeed Applet shows how much traffic occurs on a specified network device." msgstr "" -"Monitor di rete mostra il traffico registrato su uno specifico dispositivo " -"di rete" +"Netspeed Applet mostra il traffico registrato su uno specifico dispositivo " +"di rete." #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" -"<year>2015-2020</year> <holder>Progetto Documentazione di MATE</holder>" +"<year>2015-2021</year> <holder>Progetto Documentazione di MATE</holder>" #. (itstool) path: articleinfo/copyright #: C/index.docbook:31 @@ -139,7 +138,7 @@ msgstr "<revnumber>1.0</revnumber> <date>2002</date> <_:author-1/>" #. (itstool) path: articleinfo/releaseinfo #: C/index.docbook:134 msgid "This manual describes version 1.10.1 of Netspeed Applet." -msgstr "Questo manuale è relativo alla versione 1.10.1 di Monitor di rete" +msgstr "Questo manuale è relativo alla versione 1.10.1 di Netspeed Applet" #. (itstool) path: legalnotice/title #: C/index.docbook:137 @@ -150,11 +149,12 @@ msgstr "Commenti" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" -"Per segnalare un malfunzionamento o dare un suggerimento su Monitor di rete" -" o su questo manuale, seguire le indicazioni nella <ulink url=\"help:mate-" +"Per segnalare un malfunzionamento o dare un suggerimento su Netspeed Applet " +"o su questo manuale, seguire le indicazioni nella <ulink url=\"help:mate-" "user-guide/feedback\" type=\"help\">Pagina di feedback di MATE</ulink>." #. (itstool) path: article/indexterm @@ -165,12 +165,12 @@ msgstr "<primary>Applet Monitor di rete</primary>" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "About Netspeed Applet" -msgstr "Informazioni su Monitor di rete" +msgstr "Informazioni suNetspeed Applet" #. (itstool) path: figure/title #: C/index.docbook:154 msgid "Netspeed" -msgstr "Monitor di rete" +msgstr "Netpeed" #. (itstool) path: imageobject/imagedata #. This is a reference to an external file such as an image or video. When @@ -194,13 +194,13 @@ msgid "" "</textobject>" msgstr "" "<imageobject><imagedata fileref=\"figures/netspeed_applet.png\" " -"format=\"PNG\"/> </imageobject> <textobject> <phrase>Monitor di " -"rete.</phrase> </textobject>" +"format=\"PNG\"/> </imageobject> <textobject> <phrase>Netspeed</phrase> " +"</textobject>." #. (itstool) path: figure/title #: C/index.docbook:166 msgid "Netspeed showing the sum in a 48px panel." -msgstr "Interfaccia di Monitor di rete in un pannello di 48px." +msgstr "Netspeed che mostra la somma su un pannello di 48px." #. (itstool) path: imageobject/imagedata #. This is a reference to an external file such as an image or video. When @@ -222,7 +222,7 @@ msgid "" "panel.</phrase> </textobject>" msgstr "" "<imageobject><imagedata fileref=\"figures/eth_sum_48.png\" format=\"PNG\"/> " -"</imageobject> <textobject> <phrase>Interfaccia di Monitor di rete in un " +"</imageobject> <textobject> <phrase>Netspeed che mostra la somma in un " "pannello di 48px.</phrase> </textobject>" #. (itstool) path: sect1/para @@ -232,14 +232,14 @@ msgid "" " specified device like eth0, ppp0, plip0, etc. More over it provides " "information about the configuration of the network device." msgstr "" -"<application>Monitor di rete</application> mostra il traffico di rte sul " -"dispositivo scelto, come eth0, ppp0, plip0, ecc. In più esso fornisce " +"<application>Netspeed Applet</application> mostra il traffico di rete sul " +"dispositivo scelto, come eth0, ppp0, plip0, ecc. Esso inoltre fornisce " "informazioni sulla configurazione del dispositivo." #. (itstool) path: sect2/title #: C/index.docbook:183 msgid "Netspeed Icons on Panel" -msgstr "Icone di Monitor di rete sul pannello" +msgstr "Icone di Netspeed sul pannello" #. (itstool) path: entry/para #: C/index.docbook:190 @@ -391,7 +391,7 @@ msgstr "Connessione tramite Parallel Line Internet Protocol." #. (itstool) path: sect2/title #: C/index.docbook:260 msgid "To Add Netspeed Applet to a Panel" -msgstr "Aggiungere Monitor di rete al pannello" +msgstr "Aggiungere Netspeed Applet al pannello" #. (itstool) path: sect2/para #: C/index.docbook:261 @@ -399,8 +399,8 @@ msgid "" "To add <application>Netspeed Applet</application> to a panel, perform the " "following steps:" msgstr "" -"Per aggiungere <application>Monitor di rete</application> al pannello " -"seguire questi passaggi:" +"Per aggiungere <application>Netspeed Applet</application> al pannello " +"procedere come segue:" #. (itstool) path: listitem/para #: C/index.docbook:267 @@ -419,7 +419,7 @@ msgid "" "dialog, then select <guilabel>Netspeed Applet</guilabel>." msgstr "" "Scorrere in basso la lista di <guilabel>Aggiungi al pannello</guilabel>, e " -"selezionare <guilabel>Monitor di rete</guilabel>." +"selezionare <guilabel>Netspeed Applet</guilabel>." #. (itstool) path: listitem/para #: C/index.docbook:283 @@ -434,7 +434,7 @@ msgstr "Impostazioni" #. (itstool) path: figure/title #: C/index.docbook:293 msgid "Netspeed Applet Settings" -msgstr "Impostazioni di Monitor di rete" +msgstr "Impostazioni di Netspeed Applet" #. (itstool) path: imageobject/imagedata #. This is a reference to an external file such as an image or video. When @@ -456,15 +456,15 @@ msgid "" "</textobject>" msgstr "" "<imageobject><imagedata fileref=\"figures/settings.png\" format=\"PNG\"/> " -"</imageobject> <textobject> <phrase>Impostazioni di Monitor di " -"rete.</phrase> </textobject>" +"</imageobject> <textobject> <phrase>Impostazioni di Netspeed Applet</phrase>" +" </textobject>." #. (itstool) path: sect1/para #: C/index.docbook:304 msgid "In this dialog you can change the settings of Netspeed Applet:" msgstr "" -"In questa finestra è possibile modificare le impostazioni del Monitor di " -"rete:" +"In questa finestra è possibile modificare le impostazioni di Netspeed " +"Applet:" #. (itstool) path: listitem/para #: C/index.docbook:308 @@ -473,8 +473,8 @@ msgid "" "applet should monitor from the popdown list of the combobox. Usually all " "available devices are listed, however you can enter one yourself, too." msgstr "" -"<guilabel>Interfaccia di rete:</guilabel> Scegliere il dispositivo di rete " -"che l'applet deve monitorare dall'elenco a tendina. Di solito vengono " +"<guilabel>Interfaccia di rete:</guilabel> Scegliere dall'elenco a tendina il" +" dispositivo di rete che l'applet dovrà monitorare. Di solito vengono " "elencati tutti i dispositivi disponibili, ma è anche possibile aggiungerne " "uno manualmente." @@ -493,8 +493,8 @@ msgid "" "<guilabel>Label font size:</guilabel> Enter the size of the text displayed " "in the applet." msgstr "" -"<guilabel>Dimensione font etichetta:</guilabel> Inserire la dimensione del " -"testo mostrato nell'applet." +"<guilabel>Dimensione del font dell'etichetta:</guilabel> Inserire la " +"dimensione del testo mostrato nell'applet." #. (itstool) path: listitem/para #: C/index.docbook:318 @@ -503,8 +503,8 @@ msgid "" "then the applet will show the sum of the in and out rate. The applet will " "take only half of the space in the panel in this case." msgstr "" -"<guilabel>Mostra somma invece di in e out:</guilabel> selezionando questa " -"casella, l'applet mostrerà la somma delle velocità di entrata e di uscita. " +"<guilabel>Mostra la somma invece di in e out:</guilabel> selezionando questa" +" casella, l'applet mostrerà la somma delle velocità di entrata e di uscita. " "In questo caso, l'applet occuperà solo la metà dello spazio nel pannello." #. (itstool) path: listitem/para @@ -549,7 +549,7 @@ msgstr "" #. (itstool) path: figure/title #: C/index.docbook:338 C/index.docbook:340 msgid "The details dialog" -msgstr "La finestra di dettaglio" +msgstr "La finestra dettagli" #. (itstool) path: imageobject/imagedata #. This is a reference to an external file such as an image or video. When @@ -571,7 +571,7 @@ msgid "" "</textobject>" msgstr "" "<imageobject><imagedata fileref=\"figures/details.png\" format=\"PNG\"/> " -"</imageobject> <textobject> <phrase>Finestra di dettaglio</phrase> " +"</imageobject> <textobject> <phrase>La Finestra dettagli</phrase> " "</textobject>" #. (itstool) path: sect1/para @@ -671,7 +671,7 @@ msgid "" "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" -"Questo manuale fa parte di una raccolta di manuali MATE distribuita in " +"Questo manuale fa parte di una raccolta di manuali MATE distribuiti in " "conformità con la GFDL. Per poter distribuire questo manuale separatamente, " "è necessario inserirvi una copia della licenza, come descritto nella sezione" " 6 della licenza." @@ -718,7 +718,7 @@ msgstr "" "REDATTORE INIZIALE, DELL'AUTORE O DI ALTRI COLLABORATORI). QUESTA " "LIMITAZIONE DELLA GARANZIA COSTITUISCE PARTE ESSENZIALE DELLA LICENZA. L'USO" " DEL DOCUMENTO O DELLE SUE VERSIONI MODIFICATE È CONSENTITO SOLO ENTRO I " -"TERMINI DI QUESTA LIMITAZIONE DELLA GARANZIA;" +"TERMINI DI QUESTA LIMITAZIONE DELLA GARANZIA; E " #. (itstool) path: listitem/para #: C/legal.xml:55 diff --git a/netspeed/help/ja/ja.po b/netspeed/help/ja/ja.po index 60a0435d..ff947303 100644 --- a/netspeed/help/ja/ja.po +++ b/netspeed/help/ja/ja.po @@ -1,19 +1,17 @@ -# # Translators: # Stefano Karapetsas <[email protected]>, 2018 # ABE Tsunehiko, 2018 -# あわしろいくや <[email protected]>, 2018 # shinmili <[email protected]>, 2018 -# Wolfgang Ulbrich <[email protected]>, 2018 -# Aefgh Threenine <[email protected]>, 2020 +# Wolfgang Ulbrich <[email protected]>, 2018 +# green <[email protected]>, 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" -"Last-Translator: Aefgh Threenine <[email protected]>, 2020\n" -"Language-Team: Japanese (https://www.transifex.com/mate/teams/13566/ja/)\n" +"Last-Translator: green <[email protected]>, 2021\n" +"Language-Team: Japanese (https://app.transifex.com/mate/teams/13566/ja/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -24,48 +22,50 @@ msgstr "" msgctxt "_" msgid "translator-credits" msgstr "" -"相花 毅 <[email protected]>\n" -"佐藤 暁 <[email protected]>\n" -"KAMAGASAKO Masatoshi <[email protected]>\n" -"Akira TAGOH <[email protected]>\n" -"Yukihiro Nakai <[email protected]>\n" -"Yuusuke Tahara <[email protected]>\n" -"Akira Higuchi <[email protected]>\n" -"やまね ひでき <[email protected]>\n" -"草野 貴之 <[email protected]>\n" -"松澤 二郎 <[email protected]>\n" -"日本GNOMEユーザー会 http://www.gnome.gr.jp/" +"相花 毅 \n" +"佐藤 暁 \n" +"KAMAGASAKO Masatoshi \n" +"Akira TAGOH \n" +"Yukihiro Nakai \n" +"Yuusuke Tahara \n" +"Akira Higuchi \n" +"やまね ひでき \n" +"草野 貴之 \n" +"松澤 二郎 \n" +"Green, alias usergreen \n" +"日本GNOMEユーザー会 http://www.gnome.gr.jp/ \n" +"MATE 文書化チーム https://www.transifex.com/mate/" #. (itstool) path: articleinfo/title #: C/index.docbook:23 msgid "Netspeed Applet Manual V1.3" -msgstr "" +msgstr "通信速度表示アプレット・マニュアル 1.3 版" #. (itstool) path: abstract/para #: C/index.docbook:25 msgid "" "Netspeed Applet shows how much traffic occurs on a specified network device." -msgstr "" +msgstr "通信速度表示アプレットは、指定したネットワークデバイスで発生したトラフィック量を表示します。" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" -msgstr "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" +msgstr "<year>2015-2021</year> <holder>MATE 文書化プロジェクト</holder>" #. (itstool) path: articleinfo/copyright #: C/index.docbook:31 msgid "<year>2002</year> <holder>Jörgen Scheibengruber</holder>" -msgstr "" +msgstr "<year>2002</year> <holder>Jörgen Scheibengruber</holder>" #. (itstool) path: publisher/publishername #: C/index.docbook:44 msgid "MATE Documentation Project" -msgstr "MATE ドキュメンテーション・プロジェクト" +msgstr "MATE 文書化プロジェクト" #. (itstool) path: publisher/publishername #: C/index.docbook:47 msgid "GNOME Documentation Project" -msgstr "GNOME ドキュメンテーション・プロジェクト" +msgstr "GNOME 文書化プロジェクト" #. (itstool) path: authorgroup/author #: C/index.docbook:53 @@ -73,6 +73,8 @@ msgid "" "<firstname>MATE Documentation Project</firstname> <surname/> <affiliation> " "<orgname>MATE Desktop</orgname> </affiliation>" msgstr "" +"<firstname>MATE 文書化プロジェクト</firstname> <surname/> <affiliation><orgname>MATE " +"デスクトップ</orgname></affiliation>" #. (itstool) path: authorgroup/author #: C/index.docbook:60 @@ -81,6 +83,9 @@ msgid "" "<affiliation> <orgname>GNOME Project</orgname> </affiliation> " "<email>[email protected]</email>" msgstr "" +"<firstname>Jörgen</firstname> <surname>Scheibengruber</surname> " +"<affiliation> <orgname>GNOME プロジェクト</orgname> </affiliation> " +"<email>[email protected]</email>" #. (itstool) path: authorgroup/author #: C/index.docbook:69 @@ -89,16 +94,19 @@ msgid "" "<affiliation> <orgname>GNOME Project</orgname> </affiliation> " "<email>[email protected]</email>" msgstr "" +"<firstname>Pedro</firstname> <surname>Villavicencio Garrido</surname> " +"<affiliation> <orgname>GNOME プロジェクト</orgname> </affiliation> " +"<email>[email protected]</email>" #. (itstool) path: revision/author #: C/index.docbook:96 msgid "<firstname>MATE Documentation Project</firstname> <surname/>" -msgstr "<firstname>MATE ドキュメンテーション・プロジェクト</firstname> <surname/>" +msgstr "<firstname>MATE 文書化プロジェクト</firstname> <surname/>" #. (itstool) path: revhistory/revision #: C/index.docbook:93 msgid "<revnumber>1.3</revnumber> <date>July 2015</date> <_:author-1/>" -msgstr "" +msgstr "<revnumber>1.3</revnumber> <date>2015年7月</date> <_:author-1/>" #. (itstool) path: revision/author #: C/index.docbook:105 C/index.docbook:125 @@ -106,11 +114,13 @@ msgid "" "<firstname>Jörgen</firstname> <surname>Scheibengruber</surname> " "<email>[email protected]</email>" msgstr "" +"<firstname>Jörgen</firstname> <surname>Scheibengruber</surname> " +"<email>[email protected]</email>" #. (itstool) path: revhistory/revision #: C/index.docbook:102 msgid "<revnumber>1.2</revnumber> <date>2006</date> <_:author-1/>" -msgstr "" +msgstr "<revnumber>1.2</revnumber> <date>2006年</date> <_:author-1/>" #. (itstool) path: revision/author #: C/index.docbook:115 @@ -118,21 +128,23 @@ msgid "" "<firstname>Pedro</firstname> <surname>Villavicencio Garrido</surname> " "<email>[email protected]</email>" msgstr "" +"<firstname>Pedro</firstname> <surname>Villavicencio Garrido</surname> " +"<email>[email protected]</email>" #. (itstool) path: revhistory/revision #: C/index.docbook:112 msgid "<revnumber>1.1</revnumber> <date>2005</date> <_:author-1/>" -msgstr "" +msgstr "<revnumber>1.1</revnumber> <date>2005年</date> <_:author-1/>" #. (itstool) path: revhistory/revision #: C/index.docbook:122 msgid "<revnumber>1.0</revnumber> <date>2002</date> <_:author-1/>" -msgstr "" +msgstr "<revnumber>1.0</revnumber> <date>2002年</date> <_:author-1/>" #. (itstool) path: articleinfo/releaseinfo #: C/index.docbook:134 msgid "This manual describes version 1.10.1 of Netspeed Applet." -msgstr "" +msgstr "このマニュアルは、通信速度表示アプレット 1.10.1 版の説明をしています。" #. (itstool) path: legalnotice/title #: C/index.docbook:137 @@ -143,24 +155,27 @@ msgstr "フィードバック" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" +"通信速度表示アプレットや本マニュアルに関するバグや提案を報告するには、<ulink url=\"help:mate-user-" +"guide/feedback\" type=\"help\">MATE フィードバックページ</ulink>の方法に従ってください。" #. (itstool) path: article/indexterm #: C/index.docbook:146 msgid "<primary>Netspeed Applet</primary>" -msgstr "" +msgstr "<primary>通信速度表示アプレット</primary>" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "About Netspeed Applet" -msgstr "" +msgstr "通信速度表示アプレットについて" #. (itstool) path: figure/title #: C/index.docbook:154 msgid "Netspeed" -msgstr "" +msgstr "通信速度" #. (itstool) path: imageobject/imagedata #. This is a reference to an external file such as an image or video. When @@ -173,6 +188,8 @@ msgid "" "external ref='figures/netspeed_applet.png' " "md5='11ef0533a2be1a5d1a9de77c4cec7f93'" msgstr "" +"external ref='figures/netspeed_applet.png' " +"md5='11ef0533a2be1a5d1a9de77c4cec7f93'" #. (itstool) path: screenshot/mediaobject #: C/index.docbook:156 @@ -181,11 +198,14 @@ msgid "" "format=\"PNG\"/> </imageobject> <textobject> <phrase>Netspeed.</phrase> " "</textobject>" msgstr "" +"<imageobject><imagedata fileref=\"figures/netspeed_applet.png\" " +"format=\"PNG\"/> </imageobject> <textobject> <phrase>通信速度</phrase> " +"</textobject>" #. (itstool) path: figure/title #: C/index.docbook:166 msgid "Netspeed showing the sum in a 48px panel." -msgstr "" +msgstr "通信量を 48 ピクセルのサイズで表示中のアプレット" #. (itstool) path: imageobject/imagedata #. This is a reference to an external file such as an image or video. When @@ -197,6 +217,7 @@ msgctxt "_" msgid "" "external ref='figures/eth_sum_48.png' md5='5113ce28da9b7712dafc52b3c13ccf32'" msgstr "" +"external ref='figures/eth_sum_48.png' md5='5113ce28da9b7712dafc52b3c13ccf32'" #. (itstool) path: screenshot/mediaobject #: C/index.docbook:168 @@ -205,6 +226,9 @@ msgid "" "</imageobject> <textobject> <phrase>Netspeed showing the sum in a 48px " "panel.</phrase> </textobject>" msgstr "" +"<imageobject><imagedata fileref=\"figures/eth_sum_48.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>合計を 48 px サイズで表示中のアプレット</phrase> " +"</textobject>" #. (itstool) path: sect1/para #: C/index.docbook:177 @@ -213,11 +237,13 @@ msgid "" " specified device like eth0, ppp0, plip0, etc. More over it provides " "information about the configuration of the network device." msgstr "" +"<application>通信速度表示アプレット</application>は、eth0、ppp0、plip0 " +"などの指定されたデバイス上の通信量を表示します。さらに、ネットワークデバイス設定に関する情報を提供します。" #. (itstool) path: sect2/title #: C/index.docbook:183 msgid "Netspeed Icons on Panel" -msgstr "" +msgstr "パネルに表示されるアイコン" #. (itstool) path: entry/para #: C/index.docbook:190 @@ -239,6 +265,7 @@ msgctxt "_" msgid "" "external ref='figures/loopback.png' md5='0636b7d65b0626ee5e92dc0d28be5871'" msgstr "" +"external ref='figures/loopback.png' md5='0636b7d65b0626ee5e92dc0d28be5871'" #. (itstool) path: entry/para #: C/index.docbook:196 @@ -247,11 +274,14 @@ msgid "" " format=\"PNG\"/> </imageobject><textobject> <phrase>Loopback</phrase> " "</textobject></inlinemediaobject>" msgstr "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/loopback.png\"" +" format=\"PNG\"/> </imageobject><textobject> <phrase>ループバック</phrase> " +"</textobject></inlinemediaobject>" #. (itstool) path: entry/para #: C/index.docbook:203 msgid "The Loopback interface." -msgstr "" +msgstr "ループバック・インターフェイス。" #. (itstool) path: imageobject/imagedata #. This is a reference to an external file such as an image or video. When @@ -263,6 +293,7 @@ msgctxt "_" msgid "" "external ref='figures/ethernet.png' md5='48562a8b38e8eca91a3a8ee4ba4e3077'" msgstr "" +"external ref='figures/ethernet.png' md5='48562a8b38e8eca91a3a8ee4ba4e3077'" #. (itstool) path: entry/para #: C/index.docbook:208 @@ -271,11 +302,14 @@ msgid "" " format=\"PNG\"/> </imageobject><textobject> <phrase>Ethernet</phrase> " "</textobject></inlinemediaobject>" msgstr "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/ethernet.png\"" +" format=\"PNG\"/> </imageobject><textobject> <phrase>イーサネット</phrase> " +"</textobject></inlinemediaobject>" #. (itstool) path: entry/para #: C/index.docbook:215 msgid "Ethernet connection." -msgstr "" +msgstr "イーサネット接続。" #. (itstool) path: imageobject/imagedata #. This is a reference to an external file such as an image or video. When @@ -285,7 +319,7 @@ msgstr "" #: C/index.docbook:222 msgctxt "_" msgid "external ref='figures/ppp.png' md5='b88d98a9ccdd489d91b45c8cf2dcbad1'" -msgstr "" +msgstr "external ref='figures/ppp.png' md5='b88d98a9ccdd489d91b45c8cf2dcbad1'" #. (itstool) path: entry/para #: C/index.docbook:220 @@ -294,11 +328,14 @@ msgid "" "format=\"PNG\"/> </imageobject><textobject> <phrase>PPP</phrase> " "</textobject></inlinemediaobject>" msgstr "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/ppp.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>PPP</phrase> " +"</textobject></inlinemediaobject>" #. (itstool) path: entry/para #: C/index.docbook:227 msgid "Point to Point Protocol connection." -msgstr "" +msgstr "ポイント - ツー - ポイント・プロトコル接続。" #. (itstool) path: imageobject/imagedata #. This is a reference to an external file such as an image or video. When @@ -310,6 +347,7 @@ msgctxt "_" msgid "" "external ref='figures/wavelan.png' md5='90f925a64abe393adc5834fceba515fe'" msgstr "" +"external ref='figures/wavelan.png' md5='90f925a64abe393adc5834fceba515fe'" #. (itstool) path: entry/para #: C/index.docbook:232 @@ -318,11 +356,14 @@ msgid "" "format=\"PNG\"/> </imageobject><textobject> <phrase>Wireless</phrase> " "</textobject></inlinemediaobject>" msgstr "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/wavelan.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>無線</phrase> " +"</textobject></inlinemediaobject>" #. (itstool) path: entry/para #: C/index.docbook:239 msgid "Wireless connection." -msgstr "" +msgstr "無線接続。" #. (itstool) path: imageobject/imagedata #. This is a reference to an external file such as an image or video. When @@ -333,6 +374,7 @@ msgstr "" msgctxt "_" msgid "external ref='figures/plip.png' md5='0761a22dfa7b0b56e41e020cd701db68'" msgstr "" +"external ref='figures/plip.png' md5='0761a22dfa7b0b56e41e020cd701db68'" #. (itstool) path: entry/para #: C/index.docbook:244 @@ -341,33 +383,36 @@ msgid "" "format=\"PNG\"/> </imageobject><textobject> <phrase>PLIP</phrase> " "</textobject></inlinemediaobject>" msgstr "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/plip.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>PLIP</phrase> " +"</textobject></inlinemediaobject>" #. (itstool) path: entry/para #: C/index.docbook:251 msgid "Parallel Line Internet Protocol connection." -msgstr "" +msgstr "パラレルライン・インターネット・プロトコル接続。" #. (itstool) path: sect2/title #: C/index.docbook:260 msgid "To Add Netspeed Applet to a Panel" -msgstr "" +msgstr "通信速度表示アプレットをパネルに追加するには" #. (itstool) path: sect2/para #: C/index.docbook:261 msgid "" "To add <application>Netspeed Applet</application> to a panel, perform the " "following steps:" -msgstr "" +msgstr "<application>通信速度表示アプレット</application>をパネルに追加するには、次の手順にしたがってください。" #. (itstool) path: listitem/para #: C/index.docbook:267 msgid "Right-click on the panel." -msgstr "" +msgstr "パネル上で右クリックします。" #. (itstool) path: listitem/para #: C/index.docbook:272 msgid "Choose <guimenuitem>Add to Panel</guimenuitem>." -msgstr "" +msgstr "<guimenuitem>パネルに追加</guimenuitem>を選びます。" #. (itstool) path: listitem/para #: C/index.docbook:277 @@ -375,21 +420,22 @@ msgid "" "Scroll down the list of items in the <guilabel>Add to Panel</guilabel> " "dialog, then select <guilabel>Netspeed Applet</guilabel>." msgstr "" +"<guilabel>パネルへ追加</guilabel>ダイアログの項目一覧を下にスクロールし、<guilabel>通信速度表示アプレット</guilabel>を選択します。" #. (itstool) path: listitem/para #: C/index.docbook:283 msgid "Click <guibutton>Add</guibutton>." -msgstr "" +msgstr "<guibutton>追加</guibutton>をクリックします。" #. (itstool) path: sect1/title #: C/index.docbook:291 msgid "Settings" -msgstr "" +msgstr "設定" #. (itstool) path: figure/title #: C/index.docbook:293 msgid "Netspeed Applet Settings" -msgstr "" +msgstr "通信速度表示アプレットの設定" #. (itstool) path: imageobject/imagedata #. This is a reference to an external file such as an image or video. When @@ -401,6 +447,7 @@ msgctxt "_" msgid "" "external ref='figures/settings.png' md5='219a6bc0e89cb9634d49025f9d3c6604'" msgstr "" +"external ref='figures/settings.png' md5='219a6bc0e89cb9634d49025f9d3c6604'" #. (itstool) path: screenshot/mediaobject #: C/index.docbook:295 @@ -409,11 +456,13 @@ msgid "" "</imageobject> <textobject> <phrase>Netspeed Applet Settings.</phrase> " "</textobject>" msgstr "" +"<imageobject><imagedata fileref=\"figures/settings.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>通信速度表示アプレットの設定</phrase> </textobject>" #. (itstool) path: sect1/para #: C/index.docbook:304 msgid "In this dialog you can change the settings of Netspeed Applet:" -msgstr "" +msgstr "このダイアログで、通信速度表示アプレットの設定を変更できます。" #. (itstool) path: listitem/para #: C/index.docbook:308 @@ -422,20 +471,22 @@ msgid "" "applet should monitor from the popdown list of the combobox. Usually all " "available devices are listed, however you can enter one yourself, too." msgstr "" +"<guilabel>ネットワークデバイス</guilabel>: " +"アプレットが監視するネットワークデバイスをコンボボックスのポップダウンリストから選択します。通常、使用可能なデバイスの全一覧表示されますが、自分で入力することもできます。" #. (itstool) path: listitem/para #: C/index.docbook:312 msgid "" "<guilabel>Update interval:</guilabel> Enter the time between two updates of " "the applet." -msgstr "" +msgstr "<guilabel>更新間隔:</guilabel> アプレットの更新間隔を入力します。" #. (itstool) path: listitem/para #: C/index.docbook:315 msgid "" "<guilabel>Label font size:</guilabel> Enter the size of the text displayed " "in the applet." -msgstr "" +msgstr "<guilabel>ラベルのフォントサイズ:</guilabel> アプレットに表示されるテキストのサイズを入力します。" #. (itstool) path: listitem/para #: C/index.docbook:318 @@ -444,6 +495,8 @@ msgid "" "then the applet will show the sum of the in and out rate. The applet will " "take only half of the space in the panel in this case." msgstr "" +"<guilabel>受信と送信の代わりに合計を表示する:</guilabel> " +"このボックスをチェックすると、アプレットには受信と送信速度の合計が表示されます。この場合、アプレットはパネル内で半分の場所しか取りません。" #. (itstool) path: listitem/para #: C/index.docbook:322 @@ -451,6 +504,8 @@ msgid "" "<guilabel>Show bits/s (b/s) instead of bytes/s (B/s):</guilabel> Check this " "if you want the applet to display bits per second instead of bytes/s." msgstr "" +"<guilabel>バイト単位の代わりにビット単位で表示する:</guilabel> バイト/秒 (B/s) ではなく、ビット/秒 (b/s) " +"で表示したい場合にこのチェックを入れます。" #. (itstool) path: listitem/para #: C/index.docbook:326 @@ -462,6 +517,10 @@ msgid "" "unchecked, the applet will always show the network card icon, no matter " "which device you monitor." msgstr "" +"<guilabel>選択されたデバイスに応じてアイコンを変える:</guilabel> " +"通常、アプレットには、監視するネットワークデバイスの種類を示すアイコンが表示されます。したがって、Point-to-Point 接続 (ppp-" +"モデムなど) 用の電話や、イーサネット (eth) " +"用のネットワークカードなどのアイコンが表示されます。このチェックボックスを外すと、どんなデバイスを監視していても、アプレットには常にネットワークカードのアイコンを表示します。" #. (itstool) path: listitem/para #: C/index.docbook:332 @@ -470,12 +529,14 @@ msgid "" "your connection is down, Netspeed Applet look for a running one for " "monitoring." msgstr "" +"<guilabel>可能なら、接続されたデバイスを常に監視する:</guilabel> " +"接続されていない場合、通信速度表示アプレットは動作中のデバイスを監視します。" #. (itstool) path: sect1/title #. (itstool) path: figure/title #: C/index.docbook:338 C/index.docbook:340 msgid "The details dialog" -msgstr "" +msgstr "詳細ダイアログ" #. (itstool) path: imageobject/imagedata #. This is a reference to an external file such as an image or video. When @@ -487,6 +548,7 @@ msgctxt "_" msgid "" "external ref='figures/details.png' md5='60fedda8f88b634f16ab31090b5bdd67'" msgstr "" +"external ref='figures/details.png' md5='60fedda8f88b634f16ab31090b5bdd67'" #. (itstool) path: screenshot/mediaobject #: C/index.docbook:342 @@ -495,13 +557,15 @@ msgid "" "</imageobject> <textobject> <phrase>The details dialog</phrase> " "</textobject>" msgstr "" +"<imageobject><imagedata fileref=\"figures/details.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>詳細ダイアログ</phrase> </textobject>" #. (itstool) path: sect1/para #: C/index.docbook:351 msgid "" "This dialog shows you some useful information on the configuration of your " "network device." -msgstr "" +msgstr "このダイアログボックスには、ネットワークデバイスの設定に役立つ情報が表示されます。" #. (itstool) path: listitem/para #: C/index.docbook:356 @@ -509,6 +573,7 @@ msgid "" "<guilabel>Internet Address:</guilabel> The IP (Internet Protocol) address of" " the network device." msgstr "" +"<guilabel>インターネットアドレス:</guilabel> ネットワークデバイスの IP (インターネット・プロトコル) アドレス。" #. (itstool) path: listitem/para #: C/index.docbook:359 @@ -517,6 +582,8 @@ msgid "" "LAN (Local Area Network). A usual value is 255.255.255.0 (a class C " "network)." msgstr "" +"<guilabel>ネットマスク:</guilabel> LAN (ローカル・エリア・ネットワーク) " +"のサイズによって異なるネットマスク。通常の値は、255.255.255.0 (クラス C ネットワーク) です。" #. (itstool) path: listitem/para #: C/index.docbook:363 @@ -525,6 +592,8 @@ msgid "" "physical or MAC (Media Access Control) address. A worldwide unique " "identifier for your network card." msgstr "" +"<guilabel>ハードウェアアドレス:</guilabel> 物理アドレスまたは MAC (メディアアクセス制御) " +"アドレスとも呼ばれます。ネットワークカード用の世界共通の識別子です。" #. (itstool) path: listitem/para #: C/index.docbook:367 @@ -532,20 +601,22 @@ msgid "" "<guilabel>P-t-P Address:</guilabel> The internet address of the \"other " "side\" of your PPP (Point to Point Protocol) connection." msgstr "" +"<guilabel>P-t-P アドレス:</guilabel> PPP (Point-to-Point プロトコル) " +"接続の「相手側」のインターネットアドレス。" #. (itstool) path: listitem/para #: C/index.docbook:371 msgid "" "<guilabel>Bytes in:</guilabel> The amount of bytes that the network device " "has received since it has been connected to the network." -msgstr "" +msgstr "<guilabel>受信量:</guilabel> ネットワーク接続後、ネットワークデバイスが受信したバイト数。" #. (itstool) path: listitem/para #: C/index.docbook:375 msgid "" "<guilabel>Bytes out:</guilabel> The amount of bytes that the network device " "has sent since it has been connected to the network." -msgstr "" +msgstr "<guilabel>送信量:</guilabel> ネットワーク接続後、ネットワークデバイスが送信したバイト数。" #. (itstool) path: para/ulink #: C/legal.xml:9 @@ -562,6 +633,9 @@ msgid "" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" +"この文書をフリーソフトウェア財団発行の GNU 自由文書ライセンス(第 1.1 " +"版かそれ以降から1つを選択)が定める条件の下で複製、頒布、あるいは改変することを許可します。変更不可部分、表カバーテキスト、裏カバーテキストは存在しません。このライセンスの複製物は<_:ulink-1/>、またはこの文書と共に配布されている" +" COPYING-DOCS というファイルに中に記載されています。" #. (itstool) path: legalnotice/para #: C/legal.xml:12 @@ -571,9 +645,8 @@ msgid "" "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" -"本ドキュメントは GFDL の下で配布されているその他の MATE " -"マニュアル集の一部である。これらのマニュアルとは別に本ドキュメントを別個に配布する場合は、GFDL " -"のセクション6で説明しているように、そのマニュアル集に対するライセンスの複製を添付することで実現できる。" +"本文書は GFDL の下で配布されているその他の MATE マニュアル集の一部です。これらのマニュアルとは別に本文書を別個に配布する場合は、GFDL " +"の第6節で説明しているように、そのマニュアル集に対してライセンスの複製を添付してください。" #. (itstool) path: legalnotice/para #: C/legal.xml:19 @@ -584,9 +657,9 @@ msgid "" "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" -"企業は自分達の製品とサービスを区別するために使用する多くの名称が登録商標であると主張している。これらの名称が MATE " -"のドキュメントの中に表記されていたり、これらの登録商標が MATE " -"ドキュメンテーション・プロジェクトのメンバに提示している箇所は全部を大文字または最初の文字を大文字にしている。" +"企業が自らの製品とサービスを区別する目的で使用する名称の多くは、登録商標であると主張しています。こうした名称が MATE " +"の文書の中に記載されていて、この登録商標が MATE " +"文書化プロジェクトのメンバーによって了解されている箇所については、名称が大文字または頭文字を大文字で表示しています。" #. (itstool) path: listitem/para #: C/legal.xml:35 @@ -647,3 +720,5 @@ msgid "" "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" +"この文書およびその修正版は、以下の点をさらに了解しているという前提で、GNU 自由文書ライセンス " +"の条件の下で配布されています:<_:orderedlist-1/>" diff --git a/netspeed/help/cmn/cmn.po b/netspeed/help/jv/jv.po index 6d5bce72..0ba88d8a 100644 --- a/netspeed/help/cmn/cmn.po +++ b/netspeed/help/jv/jv.po @@ -1,27 +1,24 @@ -# # Translators: -# 趙惟倫 <[email protected]>, 2018 +# Ngalim Siregar <[email protected]>, 2018 +# Transifex Bot <>, 2026 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" -"Last-Translator: 趙惟倫 <[email protected]>, 2018\n" -"Language-Team: Chinese (Mandarin) (https://www.transifex.com/mate/teams/13566/cmn/)\n" +"Last-Translator: Transifex Bot <>, 2026\n" +"Language-Team: Javanese (https://app.transifex.com/mate/teams/13566/jv/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: cmn\n" +"Language: jv\n" "Plural-Forms: nplurals=1; plural=0;\n" #. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2 msgctxt "_" msgid "translator-credits" -msgstr "" -"Woodman Tuen <[email protected]>, 2005-06\n" -"Abel Cheung <[email protected]>, 2003-04\n" -"趙惟倫 <[email protected]>, 2013" +msgstr "kridit-wong sing nyalin nganggo basa liya" #. (itstool) path: articleinfo/title #: C/index.docbook:23 @@ -36,7 +33,7 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" #. (itstool) path: articleinfo/copyright @@ -130,8 +127,9 @@ msgstr "" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm @@ -209,12 +207,12 @@ msgstr "" #. (itstool) path: entry/para #: C/index.docbook:190 msgid "Icon" -msgstr "圖示" +msgstr "" #. (itstool) path: entry/para #: C/index.docbook:191 msgid "Description" -msgstr "描述" +msgstr "" #. (itstool) path: imageobject/imagedata #. This is a reference to an external file such as an image or video. When @@ -537,7 +535,7 @@ msgstr "" #. (itstool) path: para/ulink #: C/legal.xml:9 msgid "link" -msgstr "鏈結" +msgstr "" #. (itstool) path: legalnotice/para #: C/legal.xml:2 diff --git a/netspeed/help/ka/ka.po b/netspeed/help/ka/ka.po index 3e50224c..c6f2e09a 100644 --- a/netspeed/help/ka/ka.po +++ b/netspeed/help/ka/ka.po @@ -5,10 +5,10 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" "Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: Georgian (https://www.transifex.com/mate/teams/13566/ka/)\n" +"Language-Team: Georgian (https://app.transifex.com/mate/teams/13566/ka/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -33,7 +33,7 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" #. (itstool) path: articleinfo/copyright @@ -127,8 +127,9 @@ msgstr "" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/help/kab/kab.po b/netspeed/help/kab/kab.po index c1594256..8ab5b3ae 100644 --- a/netspeed/help/kab/kab.po +++ b/netspeed/help/kab/kab.po @@ -1,15 +1,15 @@ -# # Translators: -# Slimane Selyan AMIRI <[email protected]>, 2020 +# Azwaw <[email protected]>, 2020 # ButterflyOfFire, 2020 +# Transifex Bot <>, 2026 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" -"Last-Translator: ButterflyOfFire, 2020\n" -"Language-Team: Kabyle (https://www.transifex.com/mate/teams/13566/kab/)\n" +"Last-Translator: Transifex Bot <>, 2026\n" +"Language-Team: Kabyle (https://app.transifex.com/mate/teams/13566/kab/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -37,7 +37,7 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" #. (itstool) path: articleinfo/copyright @@ -131,8 +131,9 @@ msgstr "" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/help/kk/kk.po b/netspeed/help/kk/kk.po index 5888aeb6..299598ea 100644 --- a/netspeed/help/kk/kk.po +++ b/netspeed/help/kk/kk.po @@ -6,10 +6,10 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" "Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: Kazakh (https://www.transifex.com/mate/teams/13566/kk/)\n" +"Language-Team: Kazakh (https://app.transifex.com/mate/teams/13566/kk/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -34,7 +34,7 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" #. (itstool) path: articleinfo/copyright @@ -128,8 +128,9 @@ msgstr "" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/help/km/km.po b/netspeed/help/km/km.po new file mode 100644 index 00000000..80adfbc2 --- /dev/null +++ b/netspeed/help/km/km.po @@ -0,0 +1,607 @@ +# Translators: +# Stefano Karapetsas <[email protected]>, 2018 +# Transifex Bot <>, 2026 +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" +"PO-Revision-Date: 2018-09-27 15:24+0000\n" +"Last-Translator: Transifex Bot <>, 2026\n" +"Language-Team: Khmer (https://app.transifex.com/mate/teams/13566/km/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: km\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2 +msgctxt "_" +msgid "translator-credits" +msgstr "ខឹម សុខែម, ម៉ន ម៉េត, សេង សុត្ថា, ចាន់ សម្បត្តិរតនៈ, សុខ សុភា" + +#. (itstool) path: articleinfo/title +#: C/index.docbook:23 +msgid "Netspeed Applet Manual V1.3" +msgstr "" + +#. (itstool) path: abstract/para +#: C/index.docbook:25 +msgid "" +"Netspeed Applet shows how much traffic occurs on a specified network device." +msgstr "" + +#. (itstool) path: articleinfo/copyright +#: C/index.docbook:27 +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" +msgstr "" + +#. (itstool) path: articleinfo/copyright +#: C/index.docbook:31 +msgid "<year>2002</year> <holder>Jörgen Scheibengruber</holder>" +msgstr "" + +#. (itstool) path: publisher/publishername +#: C/index.docbook:44 +msgid "MATE Documentation Project" +msgstr "" + +#. (itstool) path: publisher/publishername +#: C/index.docbook:47 +msgid "GNOME Documentation Project" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:53 +msgid "" +"<firstname>MATE Documentation Project</firstname> <surname/> <affiliation> " +"<orgname>MATE Desktop</orgname> </affiliation>" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:60 +msgid "" +"<firstname>Jörgen</firstname> <surname>Scheibengruber</surname> " +"<affiliation> <orgname>GNOME Project</orgname> </affiliation> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:69 +msgid "" +"<firstname>Pedro</firstname> <surname>Villavicencio Garrido</surname> " +"<affiliation> <orgname>GNOME Project</orgname> </affiliation> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revision/author +#: C/index.docbook:96 +msgid "<firstname>MATE Documentation Project</firstname> <surname/>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:93 +msgid "<revnumber>1.3</revnumber> <date>July 2015</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: revision/author +#: C/index.docbook:105 C/index.docbook:125 +msgid "" +"<firstname>Jörgen</firstname> <surname>Scheibengruber</surname> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:102 +msgid "<revnumber>1.2</revnumber> <date>2006</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: revision/author +#: C/index.docbook:115 +msgid "" +"<firstname>Pedro</firstname> <surname>Villavicencio Garrido</surname> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:112 +msgid "<revnumber>1.1</revnumber> <date>2005</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:122 +msgid "<revnumber>1.0</revnumber> <date>2002</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: articleinfo/releaseinfo +#: C/index.docbook:134 +msgid "This manual describes version 1.10.1 of Netspeed Applet." +msgstr "" + +#. (itstool) path: legalnotice/title +#: C/index.docbook:137 +msgid "Feedback" +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/index.docbook:138 +msgid "" +"To report a bug or make a suggestion regarding the Netspeed Applet " +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." +msgstr "" + +#. (itstool) path: article/indexterm +#: C/index.docbook:146 +msgid "<primary>Netspeed Applet</primary>" +msgstr "" + +#. (itstool) path: sect1/title +#: C/index.docbook:152 +msgid "About Netspeed Applet" +msgstr "" + +#. (itstool) path: figure/title +#: C/index.docbook:154 +msgid "Netspeed" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:157 +msgctxt "_" +msgid "" +"external ref='figures/netspeed_applet.png' " +"md5='11ef0533a2be1a5d1a9de77c4cec7f93'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:156 +msgid "" +"<imageobject><imagedata fileref=\"figures/netspeed_applet.png\" " +"format=\"PNG\"/> </imageobject> <textobject> <phrase>Netspeed.</phrase> " +"</textobject>" +msgstr "" + +#. (itstool) path: figure/title +#: C/index.docbook:166 +msgid "Netspeed showing the sum in a 48px panel." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:169 +msgctxt "_" +msgid "" +"external ref='figures/eth_sum_48.png' md5='5113ce28da9b7712dafc52b3c13ccf32'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:168 +msgid "" +"<imageobject><imagedata fileref=\"figures/eth_sum_48.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>Netspeed showing the sum in a 48px " +"panel.</phrase> </textobject>" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:177 +msgid "" +"<application>Netspeed Applet</application> displays the network traffic on a" +" specified device like eth0, ppp0, plip0, etc. More over it provides " +"information about the configuration of the network device." +msgstr "" + +#. (itstool) path: sect2/title +#: C/index.docbook:183 +msgid "Netspeed Icons on Panel" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:190 +msgid "Icon" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:191 +msgid "Description" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:198 +msgctxt "_" +msgid "" +"external ref='figures/loopback.png' md5='0636b7d65b0626ee5e92dc0d28be5871'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:196 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/loopback.png\"" +" format=\"PNG\"/> </imageobject><textobject> <phrase>Loopback</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:203 +msgid "The Loopback interface." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:210 +msgctxt "_" +msgid "" +"external ref='figures/ethernet.png' md5='48562a8b38e8eca91a3a8ee4ba4e3077'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:208 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/ethernet.png\"" +" format=\"PNG\"/> </imageobject><textobject> <phrase>Ethernet</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:215 +msgid "Ethernet connection." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:222 +msgctxt "_" +msgid "external ref='figures/ppp.png' md5='b88d98a9ccdd489d91b45c8cf2dcbad1'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:220 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/ppp.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>PPP</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:227 +msgid "Point to Point Protocol connection." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:234 +msgctxt "_" +msgid "" +"external ref='figures/wavelan.png' md5='90f925a64abe393adc5834fceba515fe'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:232 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/wavelan.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>Wireless</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:239 +msgid "Wireless connection." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:246 +msgctxt "_" +msgid "external ref='figures/plip.png' md5='0761a22dfa7b0b56e41e020cd701db68'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:244 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/plip.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>PLIP</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:251 +msgid "Parallel Line Internet Protocol connection." +msgstr "" + +#. (itstool) path: sect2/title +#: C/index.docbook:260 +msgid "To Add Netspeed Applet to a Panel" +msgstr "" + +#. (itstool) path: sect2/para +#: C/index.docbook:261 +msgid "" +"To add <application>Netspeed Applet</application> to a panel, perform the " +"following steps:" +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:267 +msgid "Right-click on the panel." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:272 +msgid "Choose <guimenuitem>Add to Panel</guimenuitem>." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:277 +msgid "" +"Scroll down the list of items in the <guilabel>Add to Panel</guilabel> " +"dialog, then select <guilabel>Netspeed Applet</guilabel>." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:283 +msgid "Click <guibutton>Add</guibutton>." +msgstr "" + +#. (itstool) path: sect1/title +#: C/index.docbook:291 +msgid "Settings" +msgstr "" + +#. (itstool) path: figure/title +#: C/index.docbook:293 +msgid "Netspeed Applet Settings" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:296 +msgctxt "_" +msgid "" +"external ref='figures/settings.png' md5='219a6bc0e89cb9634d49025f9d3c6604'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:295 +msgid "" +"<imageobject><imagedata fileref=\"figures/settings.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>Netspeed Applet Settings.</phrase> " +"</textobject>" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:304 +msgid "In this dialog you can change the settings of Netspeed Applet:" +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:308 +msgid "" +"<guilabel>Network device:</guilabel> Choose the network device that the " +"applet should monitor from the popdown list of the combobox. Usually all " +"available devices are listed, however you can enter one yourself, too." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:312 +msgid "" +"<guilabel>Update interval:</guilabel> Enter the time between two updates of " +"the applet." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:315 +msgid "" +"<guilabel>Label font size:</guilabel> Enter the size of the text displayed " +"in the applet." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:318 +msgid "" +"<guilabel>Show sum instead of in and out:</guilabel> If you check this box " +"then the applet will show the sum of the in and out rate. The applet will " +"take only half of the space in the panel in this case." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:322 +msgid "" +"<guilabel>Show bits/s (b/s) instead of bytes/s (B/s):</guilabel> Check this " +"if you want the applet to display bits per second instead of bytes/s." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:326 +msgid "" +"<guilabel>Change icon according to the selected device:</guilabel> Usually " +"the applet will show an icon representing the type of network device you " +"monitor. So it will show a phone for Point to Point connections (ppp - " +"modems, etc.), a network card for Ethernet (eth), etc. When this is " +"unchecked, the applet will always show the network card icon, no matter " +"which device you monitor." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:332 +msgid "" +"<guilabel>Always monitor a connected device, if possible:</guilabel> When " +"your connection is down, Netspeed Applet look for a running one for " +"monitoring." +msgstr "" + +#. (itstool) path: sect1/title +#. (itstool) path: figure/title +#: C/index.docbook:338 C/index.docbook:340 +msgid "The details dialog" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:343 +msgctxt "_" +msgid "" +"external ref='figures/details.png' md5='60fedda8f88b634f16ab31090b5bdd67'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:342 +msgid "" +"<imageobject><imagedata fileref=\"figures/details.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>The details dialog</phrase> " +"</textobject>" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:351 +msgid "" +"This dialog shows you some useful information on the configuration of your " +"network device." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:356 +msgid "" +"<guilabel>Internet Address:</guilabel> The IP (Internet Protocol) address of" +" the network device." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:359 +msgid "" +"<guilabel>Netmask:</guilabel> The netmask which depends on the size of your " +"LAN (Local Area Network). A usual value is 255.255.255.0 (a class C " +"network)." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:363 +msgid "" +"<guilabel>Hardware Address:</guilabel> Often also referred to as the " +"physical or MAC (Media Access Control) address. A worldwide unique " +"identifier for your network card." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:367 +msgid "" +"<guilabel>P-t-P Address:</guilabel> The internet address of the \"other " +"side\" of your PPP (Point to Point Protocol) connection." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:371 +msgid "" +"<guilabel>Bytes in:</guilabel> The amount of bytes that the network device " +"has received since it has been connected to the network." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:375 +msgid "" +"<guilabel>Bytes out:</guilabel> The amount of bytes that the network device " +"has sent since it has been connected to the network." +msgstr "" + +#. (itstool) path: para/ulink +#: C/legal.xml:9 +msgid "link" +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:2 +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 <_:ulink-1/> or in the file COPYING-DOCS distributed " +"with this manual." +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:12 +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." +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:19 +msgid "" +"Many of the names used by companies to distinguish their products and " +"services are claimed as trademarks. Where those names appear in any MATE " +"documentation, and the members of the MATE Documentation Project are made " +"aware of those trademarks, then the names are in capital letters or initial " +"capital letters." +msgstr "" + +#. (itstool) path: listitem/para +#: C/legal.xml:35 +msgid "" +"DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " +"EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " +"THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " +"MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " +"RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " +"MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " +"MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " +"WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " +"SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " +"ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " +"OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" +msgstr "" + +#. (itstool) path: listitem/para +#: C/legal.xml:55 +msgid "" +"UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" +" NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " +"CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " +"DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " +"FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " +"ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " +"WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" +" OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " +"VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" +" POSSIBILITY OF SUCH DAMAGES." +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:28 +msgid "" +"DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " +"OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " +"<_:orderedlist-1/>" +msgstr "" diff --git a/netspeed/help/kn/kn.po b/netspeed/help/kn/kn.po index 70ff5fdd..ed69b769 100644 --- a/netspeed/help/kn/kn.po +++ b/netspeed/help/kn/kn.po @@ -6,10 +6,10 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" "Last-Translator: karthik holla <[email protected]>, 2018\n" -"Language-Team: Kannada (https://www.transifex.com/mate/teams/13566/kn/)\n" +"Language-Team: Kannada (https://app.transifex.com/mate/teams/13566/kn/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -35,7 +35,7 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" #. (itstool) path: articleinfo/copyright @@ -129,8 +129,9 @@ msgstr "" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/help/ko/ko.po b/netspeed/help/ko/ko.po index 7a7a8ec0..e33ea11b 100644 --- a/netspeed/help/ko/ko.po +++ b/netspeed/help/ko/ko.po @@ -1,18 +1,18 @@ -# # Translators: # Seong-ho Cho <[email protected]>, 2018 # Stefano Karapetsas <[email protected]>, 2018 -# 박정규(Jung-Kyu Park) <[email protected]>, 2018 -# Wolfgang Ulbrich <[email protected]>, 2018 -# HanSol Park <[email protected]>, 2018 +# 1763f4a4329a2376c933c5e919a36cbc_341ca53 <1f851310383599d03339229d772e1290_119292>, 2018 +# Wolfgang Ulbrich <[email protected]>, 2018 +# Junghee Lee <[email protected]>, 2021 +# Transifex Bot <>, 2026 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" -"Last-Translator: HanSol Park <[email protected]>, 2018\n" -"Language-Team: Korean (https://www.transifex.com/mate/teams/13566/ko/)\n" +"Last-Translator: Transifex Bot <>, 2026\n" +"Language-Team: Korean (https://app.transifex.com/mate/teams/13566/ko/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -28,6 +28,7 @@ msgstr "" "Yoo Duk Nam https://launchpad.net/~yoo2001818\n" "onlyeriko https://launchpad.net/~onlyeriko\n" "Seong-ho Cho <[email protected]>\n" +"JungHee Lee <[email protected]>\n" "MATE Desktop Environment Team <https://www.transifex.com/mate/teams/13566/ko/>" #. (itstool) path: articleinfo/title @@ -43,8 +44,8 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" -msgstr "" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" +msgstr "<year>2015-2021</year> <holder>MATE 문서화 프로젝트</holder>" #. (itstool) path: articleinfo/copyright #: C/index.docbook:31 @@ -54,12 +55,12 @@ msgstr "" #. (itstool) path: publisher/publishername #: C/index.docbook:44 msgid "MATE Documentation Project" -msgstr "그놈 문서 프로젝트" +msgstr "MATE 문서화 프로젝트" #. (itstool) path: publisher/publishername #: C/index.docbook:47 msgid "GNOME Documentation Project" -msgstr "그놈 문서 프로젝트" +msgstr "GNOME 문서화 프로젝트" #. (itstool) path: authorgroup/author #: C/index.docbook:53 @@ -67,6 +68,8 @@ msgid "" "<firstname>MATE Documentation Project</firstname> <surname/> <affiliation> " "<orgname>MATE Desktop</orgname> </affiliation>" msgstr "" +"<firstname>MATE 문서화 프로젝트</firstname> <surname/> <affiliation> <orgname>MATE " +"데스크톱</orgname> </affiliation>" #. (itstool) path: authorgroup/author #: C/index.docbook:60 @@ -75,6 +78,9 @@ msgid "" "<affiliation> <orgname>GNOME Project</orgname> </affiliation> " "<email>[email protected]</email>" msgstr "" +"<firstname>Jörgen</firstname> <surname>Scheibengruber</surname> " +"<affiliation> <orgname>GNOME 프로젝트</orgname> </affiliation> " +"<email>[email protected]</email>" #. (itstool) path: authorgroup/author #: C/index.docbook:69 @@ -83,16 +89,19 @@ msgid "" "<affiliation> <orgname>GNOME Project</orgname> </affiliation> " "<email>[email protected]</email>" msgstr "" +"<firstname>Pedro</firstname> <surname>Villavicencio Garrido</surname> " +"<affiliation> <orgname>GNOME 프로젝트</orgname> </affiliation> " +"<email>[email protected]</email>" #. (itstool) path: revision/author #: C/index.docbook:96 msgid "<firstname>MATE Documentation Project</firstname> <surname/>" -msgstr "" +msgstr "<firstname>MATE 문서화 프로젝트</firstname> <surname/>" #. (itstool) path: revhistory/revision #: C/index.docbook:93 msgid "<revnumber>1.3</revnumber> <date>July 2015</date> <_:author-1/>" -msgstr "" +msgstr "<revnumber>1.3</revnumber> <date>2015년 7월</date> <_:author-1/>" #. (itstool) path: revision/author #: C/index.docbook:105 C/index.docbook:125 @@ -100,11 +109,13 @@ msgid "" "<firstname>Jörgen</firstname> <surname>Scheibengruber</surname> " "<email>[email protected]</email>" msgstr "" +"<firstname>Jörgen</firstname> <surname>Scheibengruber</surname> " +"<email>[email protected]</email>" #. (itstool) path: revhistory/revision #: C/index.docbook:102 msgid "<revnumber>1.2</revnumber> <date>2006</date> <_:author-1/>" -msgstr "" +msgstr "<revnumber>1.2</revnumber> <date>2006</date> <_:author-1/>" #. (itstool) path: revision/author #: C/index.docbook:115 @@ -112,16 +123,18 @@ msgid "" "<firstname>Pedro</firstname> <surname>Villavicencio Garrido</surname> " "<email>[email protected]</email>" msgstr "" +"<firstname>Pedro</firstname> <surname>Villavicencio Garrido</surname> " +"<email>[email protected]</email>" #. (itstool) path: revhistory/revision #: C/index.docbook:112 msgid "<revnumber>1.1</revnumber> <date>2005</date> <_:author-1/>" -msgstr "" +msgstr "<revnumber>1.1</revnumber> <date>2005</date> <_:author-1/>" #. (itstool) path: revhistory/revision #: C/index.docbook:122 msgid "<revnumber>1.0</revnumber> <date>2002</date> <_:author-1/>" -msgstr "" +msgstr "<revnumber>1.0</revnumber> <date>2002</date> <_:author-1/>" #. (itstool) path: articleinfo/releaseinfo #: C/index.docbook:134 @@ -137,14 +150,15 @@ msgstr "피드백" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm #: C/index.docbook:146 msgid "<primary>Netspeed Applet</primary>" -msgstr "" +msgstr "<primary>Netspeed 애플릿</primary>" #. (itstool) path: sect1/title #: C/index.docbook:152 @@ -167,6 +181,8 @@ msgid "" "external ref='figures/netspeed_applet.png' " "md5='11ef0533a2be1a5d1a9de77c4cec7f93'" msgstr "" +"external ref='figures/netspeed_applet.png' " +"md5='11ef0533a2be1a5d1a9de77c4cec7f93'" #. (itstool) path: screenshot/mediaobject #: C/index.docbook:156 @@ -175,6 +191,9 @@ msgid "" "format=\"PNG\"/> </imageobject> <textobject> <phrase>Netspeed.</phrase> " "</textobject>" msgstr "" +"<imageobject><imagedata fileref=\"figures/netspeed_애플릿.png\" " +"format=\"PNG\"/> </imageobject> <textobject> <phrase>Netspeed.</phrase> " +"</textobject>" #. (itstool) path: figure/title #: C/index.docbook:166 @@ -191,6 +210,7 @@ msgctxt "_" msgid "" "external ref='figures/eth_sum_48.png' md5='5113ce28da9b7712dafc52b3c13ccf32'" msgstr "" +"external ref='figures/eth_sum_48.png' md5='5113ce28da9b7712dafc52b3c13ccf32'" #. (itstool) path: screenshot/mediaobject #: C/index.docbook:168 @@ -199,6 +219,9 @@ msgid "" "</imageobject> <textobject> <phrase>Netspeed showing the sum in a 48px " "panel.</phrase> </textobject>" msgstr "" +"<imageobject><imagedata fileref=\"figures/eth_sum_48.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>48px 패널에 합계를 보여주는 Netspeed.</phrase> " +"</textobject>" #. (itstool) path: sect1/para #: C/index.docbook:177 @@ -233,6 +256,7 @@ msgctxt "_" msgid "" "external ref='figures/loopback.png' md5='0636b7d65b0626ee5e92dc0d28be5871'" msgstr "" +"external ref='figures/loopback.png' md5='0636b7d65b0626ee5e92dc0d28be5871'" #. (itstool) path: entry/para #: C/index.docbook:196 @@ -241,6 +265,9 @@ msgid "" " format=\"PNG\"/> </imageobject><textobject> <phrase>Loopback</phrase> " "</textobject></inlinemediaobject>" msgstr "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/loopback.png\"" +" format=\"PNG\"/> </imageobject><textobject> <phrase>루프백</phrase> " +"</textobject></inlinemediaobject>" #. (itstool) path: entry/para #: C/index.docbook:203 @@ -257,6 +284,7 @@ msgctxt "_" msgid "" "external ref='figures/ethernet.png' md5='48562a8b38e8eca91a3a8ee4ba4e3077'" msgstr "" +"external ref='figures/ethernet.png' md5='48562a8b38e8eca91a3a8ee4ba4e3077'" #. (itstool) path: entry/para #: C/index.docbook:208 @@ -265,6 +293,9 @@ msgid "" " format=\"PNG\"/> </imageobject><textobject> <phrase>Ethernet</phrase> " "</textobject></inlinemediaobject>" msgstr "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/ethernet.png\"" +" format=\"PNG\"/> </imageobject><textobject> <phrase>이더넷</phrase> " +"</textobject></inlinemediaobject>" #. (itstool) path: entry/para #: C/index.docbook:215 @@ -279,7 +310,7 @@ msgstr "" #: C/index.docbook:222 msgctxt "_" msgid "external ref='figures/ppp.png' md5='b88d98a9ccdd489d91b45c8cf2dcbad1'" -msgstr "" +msgstr "external ref='figures/ppp.png' md5='b88d98a9ccdd489d91b45c8cf2dcbad1'" #. (itstool) path: entry/para #: C/index.docbook:220 @@ -288,6 +319,9 @@ msgid "" "format=\"PNG\"/> </imageobject><textobject> <phrase>PPP</phrase> " "</textobject></inlinemediaobject>" msgstr "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/ppp.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>PPP</phrase> " +"</textobject></inlinemediaobject>" #. (itstool) path: entry/para #: C/index.docbook:227 @@ -304,6 +338,7 @@ msgctxt "_" msgid "" "external ref='figures/wavelan.png' md5='90f925a64abe393adc5834fceba515fe'" msgstr "" +"external ref='figures/wavelan.png' md5='90f925a64abe393adc5834fceba515fe'" #. (itstool) path: entry/para #: C/index.docbook:232 @@ -312,6 +347,9 @@ msgid "" "format=\"PNG\"/> </imageobject><textobject> <phrase>Wireless</phrase> " "</textobject></inlinemediaobject>" msgstr "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/wavelan.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>무선</phrase> " +"</textobject></inlinemediaobject>" #. (itstool) path: entry/para #: C/index.docbook:239 @@ -327,6 +365,7 @@ msgstr "" msgctxt "_" msgid "external ref='figures/plip.png' md5='0761a22dfa7b0b56e41e020cd701db68'" msgstr "" +"external ref='figures/plip.png' md5='0761a22dfa7b0b56e41e020cd701db68'" #. (itstool) path: entry/para #: C/index.docbook:244 @@ -335,6 +374,9 @@ msgid "" "format=\"PNG\"/> </imageobject><textobject> <phrase>PLIP</phrase> " "</textobject></inlinemediaobject>" msgstr "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/plip.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>PLIP</phrase> " +"</textobject></inlinemediaobject>" #. (itstool) path: entry/para #: C/index.docbook:251 @@ -395,6 +437,7 @@ msgctxt "_" msgid "" "external ref='figures/settings.png' md5='219a6bc0e89cb9634d49025f9d3c6604'" msgstr "" +"external ref='figures/settings.png' md5='219a6bc0e89cb9634d49025f9d3c6604'" #. (itstool) path: screenshot/mediaobject #: C/index.docbook:295 @@ -403,6 +446,8 @@ msgid "" "</imageobject> <textobject> <phrase>Netspeed Applet Settings.</phrase> " "</textobject>" msgstr "" +"<imageobject><imagedata fileref=\"figures/settings.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>Netspeed 애플릿 설정.</phrase> </textobject>" #. (itstool) path: sect1/para #: C/index.docbook:304 @@ -481,6 +526,7 @@ msgctxt "_" msgid "" "external ref='figures/details.png' md5='60fedda8f88b634f16ab31090b5bdd67'" msgstr "" +"external ref='figures/details.png' md5='60fedda8f88b634f16ab31090b5bdd67'" #. (itstool) path: screenshot/mediaobject #: C/index.docbook:342 @@ -489,6 +535,8 @@ msgid "" "</imageobject> <textobject> <phrase>The details dialog</phrase> " "</textobject>" msgstr "" +"<imageobject><imagedata fileref=\"figures/details.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>세부 정보 대화상자 </phrase> </textobject>" #. (itstool) path: sect1/para #: C/index.docbook:351 @@ -556,6 +604,9 @@ msgid "" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" +"GNU 자유 문서화 사용 허가서(GFDL), 버전 1.1 또는 자유 소프트웨어 재단에서 게시한 모든 이후 버전의 조건에 따라 이 문서를 " +"복사, 배포 및/또는 수정할 수 있는 권한이 부여됩니다. 뒷 표지 텍스트 없음. GFDL의 사본은 여기 또는 이 설명서와 함께 배포된 " +"COPYING-DOCS 파일에서 찾을 수 있습니다." #. (itstool) path: legalnotice/para #: C/legal.xml:12 @@ -565,8 +616,8 @@ msgid "" "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" -"본 설명서는 GFDL에 따라 배포된 그놈 설명서 컬렉션의 일부입니다. 본 설명서를 컬렉션과 별도로 배포하려는 경우에는 라이센스 조항 6에" -" 따라 라이센스 사본을 설명서에 추가하면 됩니다." +"본 설명서는 GFDL에 따라 배포된 MATE 설명서 컬렉션의 일부입니다. 본 설명서를 컬렉션과 별도로 배포하려는 경우에는 라이센스 조항 " +"6에 따라 라이센스 사본을 설명서에 추가하면 됩니다." #. (itstool) path: legalnotice/para #: C/legal.xml:19 @@ -577,8 +628,8 @@ msgid "" "aware of those trademarks, then the names are in capital letters or initial " "capital letters." msgstr "" -"기업의 제품과 서비스를 식별하기 위해 사용된 많은 이름은 상표로 간주됩니다. 그놈 문서에 사용된 이름과 그놈 문서 프로젝트의 구성원은 " -"해당 상표로, 모두 대문자로 표시되거나 첫 글자가 대문자로 표시되어 있습니다." +"기업의 제품과 서비스를 식별하기 위해 사용된 많은 이름은 상표로 간주됩니다. MATE 문서에 사용된 이름과 MATE 문서화 프로젝트의 " +"구성원은 해당 상표로, 모두 대문자로 표시되거나 첫 글자가 대문자로 표시되어 있습니다." #. (itstool) path: listitem/para #: C/legal.xml:35 @@ -626,3 +677,5 @@ msgid "" "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" +"문서의 문서 및 수정된 버전은 gnu 자유 문서 라이센스의 조건에 따라 제공되며, 다음 사항을 더 잘 이해하고 있습니다: " +"<_:orderedlist-1/>" diff --git a/netspeed/help/ks/ks.po b/netspeed/help/ks/ks.po new file mode 100644 index 00000000..9d5631ff --- /dev/null +++ b/netspeed/help/ks/ks.po @@ -0,0 +1,607 @@ +# Translators: +# Stefano Karapetsas <[email protected]>, 2018 +# Transifex Bot <>, 2026 +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" +"PO-Revision-Date: 2018-09-27 15:24+0000\n" +"Last-Translator: Transifex Bot <>, 2026\n" +"Language-Team: Kashmiri (https://app.transifex.com/mate/teams/13566/ks/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ks\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2 +msgctxt "_" +msgid "translator-credits" +msgstr "राकेश पंडित ([email protected])" + +#. (itstool) path: articleinfo/title +#: C/index.docbook:23 +msgid "Netspeed Applet Manual V1.3" +msgstr "" + +#. (itstool) path: abstract/para +#: C/index.docbook:25 +msgid "" +"Netspeed Applet shows how much traffic occurs on a specified network device." +msgstr "" + +#. (itstool) path: articleinfo/copyright +#: C/index.docbook:27 +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" +msgstr "" + +#. (itstool) path: articleinfo/copyright +#: C/index.docbook:31 +msgid "<year>2002</year> <holder>Jörgen Scheibengruber</holder>" +msgstr "" + +#. (itstool) path: publisher/publishername +#: C/index.docbook:44 +msgid "MATE Documentation Project" +msgstr "" + +#. (itstool) path: publisher/publishername +#: C/index.docbook:47 +msgid "GNOME Documentation Project" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:53 +msgid "" +"<firstname>MATE Documentation Project</firstname> <surname/> <affiliation> " +"<orgname>MATE Desktop</orgname> </affiliation>" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:60 +msgid "" +"<firstname>Jörgen</firstname> <surname>Scheibengruber</surname> " +"<affiliation> <orgname>GNOME Project</orgname> </affiliation> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:69 +msgid "" +"<firstname>Pedro</firstname> <surname>Villavicencio Garrido</surname> " +"<affiliation> <orgname>GNOME Project</orgname> </affiliation> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revision/author +#: C/index.docbook:96 +msgid "<firstname>MATE Documentation Project</firstname> <surname/>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:93 +msgid "<revnumber>1.3</revnumber> <date>July 2015</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: revision/author +#: C/index.docbook:105 C/index.docbook:125 +msgid "" +"<firstname>Jörgen</firstname> <surname>Scheibengruber</surname> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:102 +msgid "<revnumber>1.2</revnumber> <date>2006</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: revision/author +#: C/index.docbook:115 +msgid "" +"<firstname>Pedro</firstname> <surname>Villavicencio Garrido</surname> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:112 +msgid "<revnumber>1.1</revnumber> <date>2005</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:122 +msgid "<revnumber>1.0</revnumber> <date>2002</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: articleinfo/releaseinfo +#: C/index.docbook:134 +msgid "This manual describes version 1.10.1 of Netspeed Applet." +msgstr "" + +#. (itstool) path: legalnotice/title +#: C/index.docbook:137 +msgid "Feedback" +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/index.docbook:138 +msgid "" +"To report a bug or make a suggestion regarding the Netspeed Applet " +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." +msgstr "" + +#. (itstool) path: article/indexterm +#: C/index.docbook:146 +msgid "<primary>Netspeed Applet</primary>" +msgstr "" + +#. (itstool) path: sect1/title +#: C/index.docbook:152 +msgid "About Netspeed Applet" +msgstr "" + +#. (itstool) path: figure/title +#: C/index.docbook:154 +msgid "Netspeed" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:157 +msgctxt "_" +msgid "" +"external ref='figures/netspeed_applet.png' " +"md5='11ef0533a2be1a5d1a9de77c4cec7f93'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:156 +msgid "" +"<imageobject><imagedata fileref=\"figures/netspeed_applet.png\" " +"format=\"PNG\"/> </imageobject> <textobject> <phrase>Netspeed.</phrase> " +"</textobject>" +msgstr "" + +#. (itstool) path: figure/title +#: C/index.docbook:166 +msgid "Netspeed showing the sum in a 48px panel." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:169 +msgctxt "_" +msgid "" +"external ref='figures/eth_sum_48.png' md5='5113ce28da9b7712dafc52b3c13ccf32'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:168 +msgid "" +"<imageobject><imagedata fileref=\"figures/eth_sum_48.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>Netspeed showing the sum in a 48px " +"panel.</phrase> </textobject>" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:177 +msgid "" +"<application>Netspeed Applet</application> displays the network traffic on a" +" specified device like eth0, ppp0, plip0, etc. More over it provides " +"information about the configuration of the network device." +msgstr "" + +#. (itstool) path: sect2/title +#: C/index.docbook:183 +msgid "Netspeed Icons on Panel" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:190 +msgid "Icon" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:191 +msgid "Description" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:198 +msgctxt "_" +msgid "" +"external ref='figures/loopback.png' md5='0636b7d65b0626ee5e92dc0d28be5871'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:196 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/loopback.png\"" +" format=\"PNG\"/> </imageobject><textobject> <phrase>Loopback</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:203 +msgid "The Loopback interface." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:210 +msgctxt "_" +msgid "" +"external ref='figures/ethernet.png' md5='48562a8b38e8eca91a3a8ee4ba4e3077'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:208 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/ethernet.png\"" +" format=\"PNG\"/> </imageobject><textobject> <phrase>Ethernet</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:215 +msgid "Ethernet connection." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:222 +msgctxt "_" +msgid "external ref='figures/ppp.png' md5='b88d98a9ccdd489d91b45c8cf2dcbad1'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:220 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/ppp.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>PPP</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:227 +msgid "Point to Point Protocol connection." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:234 +msgctxt "_" +msgid "" +"external ref='figures/wavelan.png' md5='90f925a64abe393adc5834fceba515fe'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:232 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/wavelan.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>Wireless</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:239 +msgid "Wireless connection." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:246 +msgctxt "_" +msgid "external ref='figures/plip.png' md5='0761a22dfa7b0b56e41e020cd701db68'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:244 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/plip.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>PLIP</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:251 +msgid "Parallel Line Internet Protocol connection." +msgstr "" + +#. (itstool) path: sect2/title +#: C/index.docbook:260 +msgid "To Add Netspeed Applet to a Panel" +msgstr "" + +#. (itstool) path: sect2/para +#: C/index.docbook:261 +msgid "" +"To add <application>Netspeed Applet</application> to a panel, perform the " +"following steps:" +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:267 +msgid "Right-click on the panel." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:272 +msgid "Choose <guimenuitem>Add to Panel</guimenuitem>." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:277 +msgid "" +"Scroll down the list of items in the <guilabel>Add to Panel</guilabel> " +"dialog, then select <guilabel>Netspeed Applet</guilabel>." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:283 +msgid "Click <guibutton>Add</guibutton>." +msgstr "" + +#. (itstool) path: sect1/title +#: C/index.docbook:291 +msgid "Settings" +msgstr "" + +#. (itstool) path: figure/title +#: C/index.docbook:293 +msgid "Netspeed Applet Settings" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:296 +msgctxt "_" +msgid "" +"external ref='figures/settings.png' md5='219a6bc0e89cb9634d49025f9d3c6604'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:295 +msgid "" +"<imageobject><imagedata fileref=\"figures/settings.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>Netspeed Applet Settings.</phrase> " +"</textobject>" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:304 +msgid "In this dialog you can change the settings of Netspeed Applet:" +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:308 +msgid "" +"<guilabel>Network device:</guilabel> Choose the network device that the " +"applet should monitor from the popdown list of the combobox. Usually all " +"available devices are listed, however you can enter one yourself, too." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:312 +msgid "" +"<guilabel>Update interval:</guilabel> Enter the time between two updates of " +"the applet." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:315 +msgid "" +"<guilabel>Label font size:</guilabel> Enter the size of the text displayed " +"in the applet." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:318 +msgid "" +"<guilabel>Show sum instead of in and out:</guilabel> If you check this box " +"then the applet will show the sum of the in and out rate. The applet will " +"take only half of the space in the panel in this case." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:322 +msgid "" +"<guilabel>Show bits/s (b/s) instead of bytes/s (B/s):</guilabel> Check this " +"if you want the applet to display bits per second instead of bytes/s." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:326 +msgid "" +"<guilabel>Change icon according to the selected device:</guilabel> Usually " +"the applet will show an icon representing the type of network device you " +"monitor. So it will show a phone for Point to Point connections (ppp - " +"modems, etc.), a network card for Ethernet (eth), etc. When this is " +"unchecked, the applet will always show the network card icon, no matter " +"which device you monitor." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:332 +msgid "" +"<guilabel>Always monitor a connected device, if possible:</guilabel> When " +"your connection is down, Netspeed Applet look for a running one for " +"monitoring." +msgstr "" + +#. (itstool) path: sect1/title +#. (itstool) path: figure/title +#: C/index.docbook:338 C/index.docbook:340 +msgid "The details dialog" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:343 +msgctxt "_" +msgid "" +"external ref='figures/details.png' md5='60fedda8f88b634f16ab31090b5bdd67'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:342 +msgid "" +"<imageobject><imagedata fileref=\"figures/details.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>The details dialog</phrase> " +"</textobject>" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:351 +msgid "" +"This dialog shows you some useful information on the configuration of your " +"network device." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:356 +msgid "" +"<guilabel>Internet Address:</guilabel> The IP (Internet Protocol) address of" +" the network device." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:359 +msgid "" +"<guilabel>Netmask:</guilabel> The netmask which depends on the size of your " +"LAN (Local Area Network). A usual value is 255.255.255.0 (a class C " +"network)." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:363 +msgid "" +"<guilabel>Hardware Address:</guilabel> Often also referred to as the " +"physical or MAC (Media Access Control) address. A worldwide unique " +"identifier for your network card." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:367 +msgid "" +"<guilabel>P-t-P Address:</guilabel> The internet address of the \"other " +"side\" of your PPP (Point to Point Protocol) connection." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:371 +msgid "" +"<guilabel>Bytes in:</guilabel> The amount of bytes that the network device " +"has received since it has been connected to the network." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:375 +msgid "" +"<guilabel>Bytes out:</guilabel> The amount of bytes that the network device " +"has sent since it has been connected to the network." +msgstr "" + +#. (itstool) path: para/ulink +#: C/legal.xml:9 +msgid "link" +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:2 +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 <_:ulink-1/> or in the file COPYING-DOCS distributed " +"with this manual." +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:12 +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." +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:19 +msgid "" +"Many of the names used by companies to distinguish their products and " +"services are claimed as trademarks. Where those names appear in any MATE " +"documentation, and the members of the MATE Documentation Project are made " +"aware of those trademarks, then the names are in capital letters or initial " +"capital letters." +msgstr "" + +#. (itstool) path: listitem/para +#: C/legal.xml:35 +msgid "" +"DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " +"EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " +"THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " +"MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " +"RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " +"MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " +"MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " +"WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " +"SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " +"ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " +"OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" +msgstr "" + +#. (itstool) path: listitem/para +#: C/legal.xml:55 +msgid "" +"UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" +" NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " +"CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " +"DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " +"FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " +"ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " +"WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" +" OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " +"VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" +" POSSIBILITY OF SUCH DAMAGES." +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:28 +msgid "" +"DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " +"OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " +"<_:orderedlist-1/>" +msgstr "" diff --git a/netspeed/help/ku/ku.po b/netspeed/help/ku/ku.po index de26a687..84148f01 100644 --- a/netspeed/help/ku/ku.po +++ b/netspeed/help/ku/ku.po @@ -5,10 +5,10 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" "Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: Kurdish (https://www.transifex.com/mate/teams/13566/ku/)\n" +"Language-Team: Kurdish (https://app.transifex.com/mate/teams/13566/ku/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -33,7 +33,7 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" #. (itstool) path: articleinfo/copyright @@ -127,8 +127,9 @@ msgstr "" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/help/ku_IQ/ku_IQ.po b/netspeed/help/ku_IQ/ku_IQ.po index c4295cfb..d35fa0a4 100644 --- a/netspeed/help/ku_IQ/ku_IQ.po +++ b/netspeed/help/ku_IQ/ku_IQ.po @@ -1,14 +1,14 @@ # # Translators: -# Rasti K5 <[email protected]>, 2018 +# Rasti K5 <[email protected]>, 2023 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" -"Last-Translator: Rasti K5 <[email protected]>, 2018\n" -"Language-Team: Kurdish (Iraq) (https://www.transifex.com/mate/teams/13566/ku_IQ/)\n" +"Last-Translator: Rasti K5 <[email protected]>, 2023\n" +"Language-Team: Kurdish (Iraq) (https://app.transifex.com/mate/teams/13566/ku_IQ/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -33,7 +33,7 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" #. (itstool) path: articleinfo/copyright @@ -121,14 +121,15 @@ msgstr "" #. (itstool) path: legalnotice/title #: C/index.docbook:137 msgid "Feedback" -msgstr "" +msgstr "پاشخورد" #. (itstool) path: legalnotice/para #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/help/ky/ky.po b/netspeed/help/ky/ky.po index 3c09671f..51e8655b 100644 --- a/netspeed/help/ky/ky.po +++ b/netspeed/help/ky/ky.po @@ -5,10 +5,10 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" "Last-Translator: 41e38594a6ab66d45dbd71e8e44a0b16_36d21e8, 2018\n" -"Language-Team: Kyrgyz (https://www.transifex.com/mate/teams/13566/ky/)\n" +"Language-Team: Kyrgyz (https://app.transifex.com/mate/teams/13566/ky/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -33,7 +33,7 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" #. (itstool) path: articleinfo/copyright @@ -127,8 +127,9 @@ msgstr "" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/help/la/la.po b/netspeed/help/la/la.po new file mode 100644 index 00000000..07dd6ba5 --- /dev/null +++ b/netspeed/help/la/la.po @@ -0,0 +1,608 @@ +# +# Translators: +# Vendelín Slezák <[email protected]>, 2018 +# Roger Herikstad, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" +"PO-Revision-Date: 2018-09-27 15:24+0000\n" +"Last-Translator: Roger Herikstad, 2023\n" +"Language-Team: Latin (https://app.transifex.com/mate/teams/13566/la/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: la\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2 +msgctxt "_" +msgid "translator-credits" +msgstr "Vendelín Slezák <[email protected]>" + +#. (itstool) path: articleinfo/title +#: C/index.docbook:23 +msgid "Netspeed Applet Manual V1.3" +msgstr "" + +#. (itstool) path: abstract/para +#: C/index.docbook:25 +msgid "" +"Netspeed Applet shows how much traffic occurs on a specified network device." +msgstr "" + +#. (itstool) path: articleinfo/copyright +#: C/index.docbook:27 +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" +msgstr "" + +#. (itstool) path: articleinfo/copyright +#: C/index.docbook:31 +msgid "<year>2002</year> <holder>Jörgen Scheibengruber</holder>" +msgstr "" + +#. (itstool) path: publisher/publishername +#: C/index.docbook:44 +msgid "MATE Documentation Project" +msgstr "" + +#. (itstool) path: publisher/publishername +#: C/index.docbook:47 +msgid "GNOME Documentation Project" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:53 +msgid "" +"<firstname>MATE Documentation Project</firstname> <surname/> <affiliation> " +"<orgname>MATE Desktop</orgname> </affiliation>" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:60 +msgid "" +"<firstname>Jörgen</firstname> <surname>Scheibengruber</surname> " +"<affiliation> <orgname>GNOME Project</orgname> </affiliation> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:69 +msgid "" +"<firstname>Pedro</firstname> <surname>Villavicencio Garrido</surname> " +"<affiliation> <orgname>GNOME Project</orgname> </affiliation> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revision/author +#: C/index.docbook:96 +msgid "<firstname>MATE Documentation Project</firstname> <surname/>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:93 +msgid "<revnumber>1.3</revnumber> <date>July 2015</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: revision/author +#: C/index.docbook:105 C/index.docbook:125 +msgid "" +"<firstname>Jörgen</firstname> <surname>Scheibengruber</surname> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:102 +msgid "<revnumber>1.2</revnumber> <date>2006</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: revision/author +#: C/index.docbook:115 +msgid "" +"<firstname>Pedro</firstname> <surname>Villavicencio Garrido</surname> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:112 +msgid "<revnumber>1.1</revnumber> <date>2005</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:122 +msgid "<revnumber>1.0</revnumber> <date>2002</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: articleinfo/releaseinfo +#: C/index.docbook:134 +msgid "This manual describes version 1.10.1 of Netspeed Applet." +msgstr "" + +#. (itstool) path: legalnotice/title +#: C/index.docbook:137 +msgid "Feedback" +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/index.docbook:138 +msgid "" +"To report a bug or make a suggestion regarding the Netspeed Applet " +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." +msgstr "" + +#. (itstool) path: article/indexterm +#: C/index.docbook:146 +msgid "<primary>Netspeed Applet</primary>" +msgstr "" + +#. (itstool) path: sect1/title +#: C/index.docbook:152 +msgid "About Netspeed Applet" +msgstr "" + +#. (itstool) path: figure/title +#: C/index.docbook:154 +msgid "Netspeed" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:157 +msgctxt "_" +msgid "" +"external ref='figures/netspeed_applet.png' " +"md5='11ef0533a2be1a5d1a9de77c4cec7f93'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:156 +msgid "" +"<imageobject><imagedata fileref=\"figures/netspeed_applet.png\" " +"format=\"PNG\"/> </imageobject> <textobject> <phrase>Netspeed.</phrase> " +"</textobject>" +msgstr "" + +#. (itstool) path: figure/title +#: C/index.docbook:166 +msgid "Netspeed showing the sum in a 48px panel." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:169 +msgctxt "_" +msgid "" +"external ref='figures/eth_sum_48.png' md5='5113ce28da9b7712dafc52b3c13ccf32'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:168 +msgid "" +"<imageobject><imagedata fileref=\"figures/eth_sum_48.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>Netspeed showing the sum in a 48px " +"panel.</phrase> </textobject>" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:177 +msgid "" +"<application>Netspeed Applet</application> displays the network traffic on a" +" specified device like eth0, ppp0, plip0, etc. More over it provides " +"information about the configuration of the network device." +msgstr "" + +#. (itstool) path: sect2/title +#: C/index.docbook:183 +msgid "Netspeed Icons on Panel" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:190 +msgid "Icon" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:191 +msgid "Description" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:198 +msgctxt "_" +msgid "" +"external ref='figures/loopback.png' md5='0636b7d65b0626ee5e92dc0d28be5871'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:196 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/loopback.png\"" +" format=\"PNG\"/> </imageobject><textobject> <phrase>Loopback</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:203 +msgid "The Loopback interface." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:210 +msgctxt "_" +msgid "" +"external ref='figures/ethernet.png' md5='48562a8b38e8eca91a3a8ee4ba4e3077'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:208 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/ethernet.png\"" +" format=\"PNG\"/> </imageobject><textobject> <phrase>Ethernet</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:215 +msgid "Ethernet connection." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:222 +msgctxt "_" +msgid "external ref='figures/ppp.png' md5='b88d98a9ccdd489d91b45c8cf2dcbad1'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:220 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/ppp.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>PPP</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:227 +msgid "Point to Point Protocol connection." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:234 +msgctxt "_" +msgid "" +"external ref='figures/wavelan.png' md5='90f925a64abe393adc5834fceba515fe'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:232 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/wavelan.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>Wireless</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:239 +msgid "Wireless connection." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:246 +msgctxt "_" +msgid "external ref='figures/plip.png' md5='0761a22dfa7b0b56e41e020cd701db68'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:244 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/plip.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>PLIP</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:251 +msgid "Parallel Line Internet Protocol connection." +msgstr "" + +#. (itstool) path: sect2/title +#: C/index.docbook:260 +msgid "To Add Netspeed Applet to a Panel" +msgstr "" + +#. (itstool) path: sect2/para +#: C/index.docbook:261 +msgid "" +"To add <application>Netspeed Applet</application> to a panel, perform the " +"following steps:" +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:267 +msgid "Right-click on the panel." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:272 +msgid "Choose <guimenuitem>Add to Panel</guimenuitem>." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:277 +msgid "" +"Scroll down the list of items in the <guilabel>Add to Panel</guilabel> " +"dialog, then select <guilabel>Netspeed Applet</guilabel>." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:283 +msgid "Click <guibutton>Add</guibutton>." +msgstr "" + +#. (itstool) path: sect1/title +#: C/index.docbook:291 +msgid "Settings" +msgstr "" + +#. (itstool) path: figure/title +#: C/index.docbook:293 +msgid "Netspeed Applet Settings" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:296 +msgctxt "_" +msgid "" +"external ref='figures/settings.png' md5='219a6bc0e89cb9634d49025f9d3c6604'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:295 +msgid "" +"<imageobject><imagedata fileref=\"figures/settings.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>Netspeed Applet Settings.</phrase> " +"</textobject>" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:304 +msgid "In this dialog you can change the settings of Netspeed Applet:" +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:308 +msgid "" +"<guilabel>Network device:</guilabel> Choose the network device that the " +"applet should monitor from the popdown list of the combobox. Usually all " +"available devices are listed, however you can enter one yourself, too." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:312 +msgid "" +"<guilabel>Update interval:</guilabel> Enter the time between two updates of " +"the applet." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:315 +msgid "" +"<guilabel>Label font size:</guilabel> Enter the size of the text displayed " +"in the applet." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:318 +msgid "" +"<guilabel>Show sum instead of in and out:</guilabel> If you check this box " +"then the applet will show the sum of the in and out rate. The applet will " +"take only half of the space in the panel in this case." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:322 +msgid "" +"<guilabel>Show bits/s (b/s) instead of bytes/s (B/s):</guilabel> Check this " +"if you want the applet to display bits per second instead of bytes/s." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:326 +msgid "" +"<guilabel>Change icon according to the selected device:</guilabel> Usually " +"the applet will show an icon representing the type of network device you " +"monitor. So it will show a phone for Point to Point connections (ppp - " +"modems, etc.), a network card for Ethernet (eth), etc. When this is " +"unchecked, the applet will always show the network card icon, no matter " +"which device you monitor." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:332 +msgid "" +"<guilabel>Always monitor a connected device, if possible:</guilabel> When " +"your connection is down, Netspeed Applet look for a running one for " +"monitoring." +msgstr "" + +#. (itstool) path: sect1/title +#. (itstool) path: figure/title +#: C/index.docbook:338 C/index.docbook:340 +msgid "The details dialog" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:343 +msgctxt "_" +msgid "" +"external ref='figures/details.png' md5='60fedda8f88b634f16ab31090b5bdd67'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:342 +msgid "" +"<imageobject><imagedata fileref=\"figures/details.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>The details dialog</phrase> " +"</textobject>" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:351 +msgid "" +"This dialog shows you some useful information on the configuration of your " +"network device." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:356 +msgid "" +"<guilabel>Internet Address:</guilabel> The IP (Internet Protocol) address of" +" the network device." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:359 +msgid "" +"<guilabel>Netmask:</guilabel> The netmask which depends on the size of your " +"LAN (Local Area Network). A usual value is 255.255.255.0 (a class C " +"network)." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:363 +msgid "" +"<guilabel>Hardware Address:</guilabel> Often also referred to as the " +"physical or MAC (Media Access Control) address. A worldwide unique " +"identifier for your network card." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:367 +msgid "" +"<guilabel>P-t-P Address:</guilabel> The internet address of the \"other " +"side\" of your PPP (Point to Point Protocol) connection." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:371 +msgid "" +"<guilabel>Bytes in:</guilabel> The amount of bytes that the network device " +"has received since it has been connected to the network." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:375 +msgid "" +"<guilabel>Bytes out:</guilabel> The amount of bytes that the network device " +"has sent since it has been connected to the network." +msgstr "" + +#. (itstool) path: para/ulink +#: C/legal.xml:9 +msgid "link" +msgstr "vinculum" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:2 +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 <_:ulink-1/> or in the file COPYING-DOCS distributed " +"with this manual." +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:12 +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." +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:19 +msgid "" +"Many of the names used by companies to distinguish their products and " +"services are claimed as trademarks. Where those names appear in any MATE " +"documentation, and the members of the MATE Documentation Project are made " +"aware of those trademarks, then the names are in capital letters or initial " +"capital letters." +msgstr "" + +#. (itstool) path: listitem/para +#: C/legal.xml:35 +msgid "" +"DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " +"EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " +"THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " +"MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " +"RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " +"MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " +"MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " +"WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " +"SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " +"ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " +"OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" +msgstr "" + +#. (itstool) path: listitem/para +#: C/legal.xml:55 +msgid "" +"UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" +" NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " +"CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " +"DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " +"FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " +"ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " +"WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" +" OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " +"VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" +" POSSIBILITY OF SUCH DAMAGES." +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:28 +msgid "" +"DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " +"OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " +"<_:orderedlist-1/>" +msgstr "" diff --git a/netspeed/help/lb/lb.po b/netspeed/help/lb/lb.po new file mode 100644 index 00000000..b5155bd2 --- /dev/null +++ b/netspeed/help/lb/lb.po @@ -0,0 +1,609 @@ +# Translators: +# Stefano Karapetsas <[email protected]>, 2018 +# Transifex Bot <>, 2026 +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" +"PO-Revision-Date: 2018-09-27 15:24+0000\n" +"Last-Translator: Transifex Bot <>, 2026\n" +"Language-Team: Luxembourgish (https://app.transifex.com/mate/teams/13566/lb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: lb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2 +msgctxt "_" +msgid "translator-credits" +msgstr "" +"Launchpad Contributions:\n" +" Pit Wenkin https://launchpad.net/~pit-wenkin" + +#. (itstool) path: articleinfo/title +#: C/index.docbook:23 +msgid "Netspeed Applet Manual V1.3" +msgstr "" + +#. (itstool) path: abstract/para +#: C/index.docbook:25 +msgid "" +"Netspeed Applet shows how much traffic occurs on a specified network device." +msgstr "" + +#. (itstool) path: articleinfo/copyright +#: C/index.docbook:27 +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" +msgstr "" + +#. (itstool) path: articleinfo/copyright +#: C/index.docbook:31 +msgid "<year>2002</year> <holder>Jörgen Scheibengruber</holder>" +msgstr "" + +#. (itstool) path: publisher/publishername +#: C/index.docbook:44 +msgid "MATE Documentation Project" +msgstr "" + +#. (itstool) path: publisher/publishername +#: C/index.docbook:47 +msgid "GNOME Documentation Project" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:53 +msgid "" +"<firstname>MATE Documentation Project</firstname> <surname/> <affiliation> " +"<orgname>MATE Desktop</orgname> </affiliation>" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:60 +msgid "" +"<firstname>Jörgen</firstname> <surname>Scheibengruber</surname> " +"<affiliation> <orgname>GNOME Project</orgname> </affiliation> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:69 +msgid "" +"<firstname>Pedro</firstname> <surname>Villavicencio Garrido</surname> " +"<affiliation> <orgname>GNOME Project</orgname> </affiliation> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revision/author +#: C/index.docbook:96 +msgid "<firstname>MATE Documentation Project</firstname> <surname/>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:93 +msgid "<revnumber>1.3</revnumber> <date>July 2015</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: revision/author +#: C/index.docbook:105 C/index.docbook:125 +msgid "" +"<firstname>Jörgen</firstname> <surname>Scheibengruber</surname> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:102 +msgid "<revnumber>1.2</revnumber> <date>2006</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: revision/author +#: C/index.docbook:115 +msgid "" +"<firstname>Pedro</firstname> <surname>Villavicencio Garrido</surname> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:112 +msgid "<revnumber>1.1</revnumber> <date>2005</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:122 +msgid "<revnumber>1.0</revnumber> <date>2002</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: articleinfo/releaseinfo +#: C/index.docbook:134 +msgid "This manual describes version 1.10.1 of Netspeed Applet." +msgstr "" + +#. (itstool) path: legalnotice/title +#: C/index.docbook:137 +msgid "Feedback" +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/index.docbook:138 +msgid "" +"To report a bug or make a suggestion regarding the Netspeed Applet " +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." +msgstr "" + +#. (itstool) path: article/indexterm +#: C/index.docbook:146 +msgid "<primary>Netspeed Applet</primary>" +msgstr "" + +#. (itstool) path: sect1/title +#: C/index.docbook:152 +msgid "About Netspeed Applet" +msgstr "" + +#. (itstool) path: figure/title +#: C/index.docbook:154 +msgid "Netspeed" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:157 +msgctxt "_" +msgid "" +"external ref='figures/netspeed_applet.png' " +"md5='11ef0533a2be1a5d1a9de77c4cec7f93'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:156 +msgid "" +"<imageobject><imagedata fileref=\"figures/netspeed_applet.png\" " +"format=\"PNG\"/> </imageobject> <textobject> <phrase>Netspeed.</phrase> " +"</textobject>" +msgstr "" + +#. (itstool) path: figure/title +#: C/index.docbook:166 +msgid "Netspeed showing the sum in a 48px panel." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:169 +msgctxt "_" +msgid "" +"external ref='figures/eth_sum_48.png' md5='5113ce28da9b7712dafc52b3c13ccf32'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:168 +msgid "" +"<imageobject><imagedata fileref=\"figures/eth_sum_48.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>Netspeed showing the sum in a 48px " +"panel.</phrase> </textobject>" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:177 +msgid "" +"<application>Netspeed Applet</application> displays the network traffic on a" +" specified device like eth0, ppp0, plip0, etc. More over it provides " +"information about the configuration of the network device." +msgstr "" + +#. (itstool) path: sect2/title +#: C/index.docbook:183 +msgid "Netspeed Icons on Panel" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:190 +msgid "Icon" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:191 +msgid "Description" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:198 +msgctxt "_" +msgid "" +"external ref='figures/loopback.png' md5='0636b7d65b0626ee5e92dc0d28be5871'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:196 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/loopback.png\"" +" format=\"PNG\"/> </imageobject><textobject> <phrase>Loopback</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:203 +msgid "The Loopback interface." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:210 +msgctxt "_" +msgid "" +"external ref='figures/ethernet.png' md5='48562a8b38e8eca91a3a8ee4ba4e3077'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:208 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/ethernet.png\"" +" format=\"PNG\"/> </imageobject><textobject> <phrase>Ethernet</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:215 +msgid "Ethernet connection." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:222 +msgctxt "_" +msgid "external ref='figures/ppp.png' md5='b88d98a9ccdd489d91b45c8cf2dcbad1'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:220 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/ppp.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>PPP</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:227 +msgid "Point to Point Protocol connection." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:234 +msgctxt "_" +msgid "" +"external ref='figures/wavelan.png' md5='90f925a64abe393adc5834fceba515fe'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:232 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/wavelan.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>Wireless</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:239 +msgid "Wireless connection." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:246 +msgctxt "_" +msgid "external ref='figures/plip.png' md5='0761a22dfa7b0b56e41e020cd701db68'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:244 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/plip.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>PLIP</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:251 +msgid "Parallel Line Internet Protocol connection." +msgstr "" + +#. (itstool) path: sect2/title +#: C/index.docbook:260 +msgid "To Add Netspeed Applet to a Panel" +msgstr "" + +#. (itstool) path: sect2/para +#: C/index.docbook:261 +msgid "" +"To add <application>Netspeed Applet</application> to a panel, perform the " +"following steps:" +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:267 +msgid "Right-click on the panel." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:272 +msgid "Choose <guimenuitem>Add to Panel</guimenuitem>." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:277 +msgid "" +"Scroll down the list of items in the <guilabel>Add to Panel</guilabel> " +"dialog, then select <guilabel>Netspeed Applet</guilabel>." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:283 +msgid "Click <guibutton>Add</guibutton>." +msgstr "" + +#. (itstool) path: sect1/title +#: C/index.docbook:291 +msgid "Settings" +msgstr "" + +#. (itstool) path: figure/title +#: C/index.docbook:293 +msgid "Netspeed Applet Settings" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:296 +msgctxt "_" +msgid "" +"external ref='figures/settings.png' md5='219a6bc0e89cb9634d49025f9d3c6604'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:295 +msgid "" +"<imageobject><imagedata fileref=\"figures/settings.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>Netspeed Applet Settings.</phrase> " +"</textobject>" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:304 +msgid "In this dialog you can change the settings of Netspeed Applet:" +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:308 +msgid "" +"<guilabel>Network device:</guilabel> Choose the network device that the " +"applet should monitor from the popdown list of the combobox. Usually all " +"available devices are listed, however you can enter one yourself, too." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:312 +msgid "" +"<guilabel>Update interval:</guilabel> Enter the time between two updates of " +"the applet." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:315 +msgid "" +"<guilabel>Label font size:</guilabel> Enter the size of the text displayed " +"in the applet." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:318 +msgid "" +"<guilabel>Show sum instead of in and out:</guilabel> If you check this box " +"then the applet will show the sum of the in and out rate. The applet will " +"take only half of the space in the panel in this case." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:322 +msgid "" +"<guilabel>Show bits/s (b/s) instead of bytes/s (B/s):</guilabel> Check this " +"if you want the applet to display bits per second instead of bytes/s." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:326 +msgid "" +"<guilabel>Change icon according to the selected device:</guilabel> Usually " +"the applet will show an icon representing the type of network device you " +"monitor. So it will show a phone for Point to Point connections (ppp - " +"modems, etc.), a network card for Ethernet (eth), etc. When this is " +"unchecked, the applet will always show the network card icon, no matter " +"which device you monitor." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:332 +msgid "" +"<guilabel>Always monitor a connected device, if possible:</guilabel> When " +"your connection is down, Netspeed Applet look for a running one for " +"monitoring." +msgstr "" + +#. (itstool) path: sect1/title +#. (itstool) path: figure/title +#: C/index.docbook:338 C/index.docbook:340 +msgid "The details dialog" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:343 +msgctxt "_" +msgid "" +"external ref='figures/details.png' md5='60fedda8f88b634f16ab31090b5bdd67'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:342 +msgid "" +"<imageobject><imagedata fileref=\"figures/details.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>The details dialog</phrase> " +"</textobject>" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:351 +msgid "" +"This dialog shows you some useful information on the configuration of your " +"network device." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:356 +msgid "" +"<guilabel>Internet Address:</guilabel> The IP (Internet Protocol) address of" +" the network device." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:359 +msgid "" +"<guilabel>Netmask:</guilabel> The netmask which depends on the size of your " +"LAN (Local Area Network). A usual value is 255.255.255.0 (a class C " +"network)." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:363 +msgid "" +"<guilabel>Hardware Address:</guilabel> Often also referred to as the " +"physical or MAC (Media Access Control) address. A worldwide unique " +"identifier for your network card." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:367 +msgid "" +"<guilabel>P-t-P Address:</guilabel> The internet address of the \"other " +"side\" of your PPP (Point to Point Protocol) connection." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:371 +msgid "" +"<guilabel>Bytes in:</guilabel> The amount of bytes that the network device " +"has received since it has been connected to the network." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:375 +msgid "" +"<guilabel>Bytes out:</guilabel> The amount of bytes that the network device " +"has sent since it has been connected to the network." +msgstr "" + +#. (itstool) path: para/ulink +#: C/legal.xml:9 +msgid "link" +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:2 +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 <_:ulink-1/> or in the file COPYING-DOCS distributed " +"with this manual." +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:12 +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." +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:19 +msgid "" +"Many of the names used by companies to distinguish their products and " +"services are claimed as trademarks. Where those names appear in any MATE " +"documentation, and the members of the MATE Documentation Project are made " +"aware of those trademarks, then the names are in capital letters or initial " +"capital letters." +msgstr "" + +#. (itstool) path: listitem/para +#: C/legal.xml:35 +msgid "" +"DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " +"EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " +"THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " +"MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " +"RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " +"MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " +"MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " +"WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " +"SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " +"ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " +"OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" +msgstr "" + +#. (itstool) path: listitem/para +#: C/legal.xml:55 +msgid "" +"UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" +" NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " +"CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " +"DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " +"FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " +"ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " +"WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" +" OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " +"VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" +" POSSIBILITY OF SUCH DAMAGES." +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:28 +msgid "" +"DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " +"OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " +"<_:orderedlist-1/>" +msgstr "" diff --git a/netspeed/help/li/li.po b/netspeed/help/li/li.po index cfbec497..b3815a97 100644 --- a/netspeed/help/li/li.po +++ b/netspeed/help/li/li.po @@ -5,10 +5,10 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" "Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: Limburgian (https://www.transifex.com/mate/teams/13566/li/)\n" +"Language-Team: Limburgian (https://app.transifex.com/mate/teams/13566/li/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -33,7 +33,7 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" #. (itstool) path: articleinfo/copyright @@ -127,8 +127,9 @@ msgstr "" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/help/lt/lt.po b/netspeed/help/lt/lt.po index 9386575c..3c93bae9 100644 --- a/netspeed/help/lt/lt.po +++ b/netspeed/help/lt/lt.po @@ -1,17 +1,16 @@ -# # Translators: -# brennus <[email protected]>, 2018 +# 6e9a9577074b2341d51f618cde75c068_3d9df7b <40bf3f0bbcec108c555dc79b84e0e20b_1525>, 2018 # Stefano Karapetsas <[email protected]>, 2018 -# Moo, 2018 # Džiugas Grėbliūnas <[email protected]>, 2020 +# Moo, 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" -"Last-Translator: Džiugas Grėbliūnas <[email protected]>, 2020\n" -"Language-Team: Lithuanian (https://www.transifex.com/mate/teams/13566/lt/)\n" +"Last-Translator: Moo, 2021\n" +"Language-Team: Lithuanian (https://app.transifex.com/mate/teams/13566/lt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -49,8 +48,8 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" -msgstr "<year>2015-2020</year> <holder>MATE dokumentacijos projektas</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" +msgstr "<year>2015-2021</year> <holder>MATE dokumentacijos projektas</holder>" #. (itstool) path: articleinfo/copyright #: C/index.docbook:31 @@ -155,8 +154,9 @@ msgstr "Atsiliepimai" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" "Pranešimui apie programos klaidą arba pasiūlymams dėl MATE tinklo greičio " "programos ar šio žinyno, sekite nuorodas <ulink url=\"help:mate-user-" diff --git a/netspeed/help/lv/lv.po b/netspeed/help/lv/lv.po index 4295ddfa..41188143 100644 --- a/netspeed/help/lv/lv.po +++ b/netspeed/help/lv/lv.po @@ -5,10 +5,10 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" "Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: Latvian (https://www.transifex.com/mate/teams/13566/lv/)\n" +"Language-Team: Latvian (https://app.transifex.com/mate/teams/13566/lv/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -35,7 +35,7 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" #. (itstool) path: articleinfo/copyright @@ -129,8 +129,9 @@ msgstr "" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/help/mai/mai.po b/netspeed/help/mai/mai.po index c745a380..86330000 100644 --- a/netspeed/help/mai/mai.po +++ b/netspeed/help/mai/mai.po @@ -5,10 +5,10 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" "Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: Maithili (https://www.transifex.com/mate/teams/13566/mai/)\n" +"Language-Team: Maithili (https://app.transifex.com/mate/teams/13566/mai/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -33,7 +33,7 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" #. (itstool) path: articleinfo/copyright @@ -127,8 +127,9 @@ msgstr "" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/help/mg/mg.po b/netspeed/help/mg/mg.po index 8581a30c..959c6494 100644 --- a/netspeed/help/mg/mg.po +++ b/netspeed/help/mg/mg.po @@ -5,10 +5,10 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" "Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: Malagasy (https://www.transifex.com/mate/teams/13566/mg/)\n" +"Language-Team: Malagasy (https://app.transifex.com/mate/teams/13566/mg/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -33,7 +33,7 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" #. (itstool) path: articleinfo/copyright @@ -127,8 +127,9 @@ msgstr "" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/help/mi/mi.po b/netspeed/help/mi/mi.po index 4f40a97d..4db9ce17 100644 --- a/netspeed/help/mi/mi.po +++ b/netspeed/help/mi/mi.po @@ -5,10 +5,10 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" "Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: Maori (https://www.transifex.com/mate/teams/13566/mi/)\n" +"Language-Team: Maori (https://app.transifex.com/mate/teams/13566/mi/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -33,7 +33,7 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" #. (itstool) path: articleinfo/copyright @@ -127,8 +127,9 @@ msgstr "" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/help/mk/mk.po b/netspeed/help/mk/mk.po index 93b11b8e..2a5261c4 100644 --- a/netspeed/help/mk/mk.po +++ b/netspeed/help/mk/mk.po @@ -6,10 +6,10 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" "Last-Translator: exoos <[email protected]>, 2018\n" -"Language-Team: Macedonian (https://www.transifex.com/mate/teams/13566/mk/)\n" +"Language-Team: Macedonian (https://app.transifex.com/mate/teams/13566/mk/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -34,7 +34,7 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" #. (itstool) path: articleinfo/copyright @@ -128,8 +128,9 @@ msgstr "" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/help/ml/ml.po b/netspeed/help/ml/ml.po index 8969af04..039080c3 100644 --- a/netspeed/help/ml/ml.po +++ b/netspeed/help/ml/ml.po @@ -1,14 +1,15 @@ -# # Translators: # Stefano Karapetsas <[email protected]>, 2018 +# Brijin Sasankan <[email protected]>, 2025 +# Transifex Bot <>, 2026 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" -"Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: Malayalam (https://www.transifex.com/mate/teams/13566/ml/)\n" +"Last-Translator: Transifex Bot <>, 2026\n" +"Language-Team: Malayalam (https://app.transifex.com/mate/teams/13566/ml/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -35,7 +36,7 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" #. (itstool) path: articleinfo/copyright @@ -46,12 +47,12 @@ msgstr "" #. (itstool) path: publisher/publishername #: C/index.docbook:44 msgid "MATE Documentation Project" -msgstr "" +msgstr "MATE ആധാര രേഖകൾ പദ്ധതി " #. (itstool) path: publisher/publishername #: C/index.docbook:47 msgid "GNOME Documentation Project" -msgstr "" +msgstr "GNOME ആധാര രേഖകൾ പദ്ധതി " #. (itstool) path: authorgroup/author #: C/index.docbook:53 @@ -129,8 +130,9 @@ msgstr "" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/help/mn/mn.po b/netspeed/help/mn/mn.po index 84b77ffc..76111746 100644 --- a/netspeed/help/mn/mn.po +++ b/netspeed/help/mn/mn.po @@ -5,10 +5,10 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" "Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: Mongolian (https://www.transifex.com/mate/teams/13566/mn/)\n" +"Language-Team: Mongolian (https://app.transifex.com/mate/teams/13566/mn/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -35,7 +35,7 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" #. (itstool) path: articleinfo/copyright @@ -129,8 +129,9 @@ msgstr "" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/help/mr/mr.po b/netspeed/help/mr/mr.po index 4de5a7bd..a1e06813 100644 --- a/netspeed/help/mr/mr.po +++ b/netspeed/help/mr/mr.po @@ -6,10 +6,10 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" "Last-Translator: Vaibhav S Dalvi <[email protected]>, 2018\n" -"Language-Team: Marathi (https://www.transifex.com/mate/teams/13566/mr/)\n" +"Language-Team: Marathi (https://app.transifex.com/mate/teams/13566/mr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -34,7 +34,7 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" #. (itstool) path: articleinfo/copyright @@ -128,8 +128,9 @@ msgstr "" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/help/ms/ms.po b/netspeed/help/ms/ms.po index 82cfe350..be9584db 100644 --- a/netspeed/help/ms/ms.po +++ b/netspeed/help/ms/ms.po @@ -1,16 +1,15 @@ -# # Translators: # Stefano Karapetsas <[email protected]>, 2018 -# Wolfgang Ulbrich <[email protected]>, 2019 -# abuyop <[email protected]>, 2020 +# Wolfgang Ulbrich <[email protected]>, 2019 +# abuyop <[email protected]>, 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" -"Last-Translator: abuyop <[email protected]>, 2020\n" -"Language-Team: Malay (https://www.transifex.com/mate/teams/13566/ms/)\n" +"Last-Translator: abuyop <[email protected]>, 2021\n" +"Language-Team: Malay (https://app.transifex.com/mate/teams/13566/ms/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -37,8 +36,8 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" -msgstr "<year>2015-2020</year> <holder>Pojek Dokumentasi MATE</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" +msgstr "<year>2015-2021</year> <holder>Projek Dokumentasi MATE</holder>" #. (itstool) path: articleinfo/copyright #: C/index.docbook:31 @@ -143,8 +142,9 @@ msgstr "Maklumbalas" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" "Untuk melaporkan pepijat atau membuat saranan berkenaan Aplet Netspeed atau " "panduan ini, ikuti arahan di dalam <ulink url=\"help:mate-user-" diff --git a/netspeed/help/nan/nan.po b/netspeed/help/nan/nan.po new file mode 100644 index 00000000..02f03a52 --- /dev/null +++ b/netspeed/help/nan/nan.po @@ -0,0 +1,607 @@ +# Translators: +# Tan, Kian-ting, 2024 +# Transifex Bot <>, 2026 +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" +"PO-Revision-Date: 2018-09-27 15:24+0000\n" +"Last-Translator: Transifex Bot <>, 2026\n" +"Language-Team: Chinese (Min Nan) (https://app.transifex.com/mate/teams/13566/nan/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: nan\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2 +msgctxt "_" +msgid "translator-credits" +msgstr "Tan Kian-ting <[email protected]>, 2023" + +#. (itstool) path: articleinfo/title +#: C/index.docbook:23 +msgid "Netspeed Applet Manual V1.3" +msgstr "" + +#. (itstool) path: abstract/para +#: C/index.docbook:25 +msgid "" +"Netspeed Applet shows how much traffic occurs on a specified network device." +msgstr "" + +#. (itstool) path: articleinfo/copyright +#: C/index.docbook:27 +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" +msgstr "" + +#. (itstool) path: articleinfo/copyright +#: C/index.docbook:31 +msgid "<year>2002</year> <holder>Jörgen Scheibengruber</holder>" +msgstr "" + +#. (itstool) path: publisher/publishername +#: C/index.docbook:44 +msgid "MATE Documentation Project" +msgstr "" + +#. (itstool) path: publisher/publishername +#: C/index.docbook:47 +msgid "GNOME Documentation Project" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:53 +msgid "" +"<firstname>MATE Documentation Project</firstname> <surname/> <affiliation> " +"<orgname>MATE Desktop</orgname> </affiliation>" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:60 +msgid "" +"<firstname>Jörgen</firstname> <surname>Scheibengruber</surname> " +"<affiliation> <orgname>GNOME Project</orgname> </affiliation> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:69 +msgid "" +"<firstname>Pedro</firstname> <surname>Villavicencio Garrido</surname> " +"<affiliation> <orgname>GNOME Project</orgname> </affiliation> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revision/author +#: C/index.docbook:96 +msgid "<firstname>MATE Documentation Project</firstname> <surname/>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:93 +msgid "<revnumber>1.3</revnumber> <date>July 2015</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: revision/author +#: C/index.docbook:105 C/index.docbook:125 +msgid "" +"<firstname>Jörgen</firstname> <surname>Scheibengruber</surname> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:102 +msgid "<revnumber>1.2</revnumber> <date>2006</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: revision/author +#: C/index.docbook:115 +msgid "" +"<firstname>Pedro</firstname> <surname>Villavicencio Garrido</surname> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:112 +msgid "<revnumber>1.1</revnumber> <date>2005</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:122 +msgid "<revnumber>1.0</revnumber> <date>2002</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: articleinfo/releaseinfo +#: C/index.docbook:134 +msgid "This manual describes version 1.10.1 of Netspeed Applet." +msgstr "" + +#. (itstool) path: legalnotice/title +#: C/index.docbook:137 +msgid "Feedback" +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/index.docbook:138 +msgid "" +"To report a bug or make a suggestion regarding the Netspeed Applet " +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." +msgstr "" + +#. (itstool) path: article/indexterm +#: C/index.docbook:146 +msgid "<primary>Netspeed Applet</primary>" +msgstr "" + +#. (itstool) path: sect1/title +#: C/index.docbook:152 +msgid "About Netspeed Applet" +msgstr "" + +#. (itstool) path: figure/title +#: C/index.docbook:154 +msgid "Netspeed" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:157 +msgctxt "_" +msgid "" +"external ref='figures/netspeed_applet.png' " +"md5='11ef0533a2be1a5d1a9de77c4cec7f93'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:156 +msgid "" +"<imageobject><imagedata fileref=\"figures/netspeed_applet.png\" " +"format=\"PNG\"/> </imageobject> <textobject> <phrase>Netspeed.</phrase> " +"</textobject>" +msgstr "" + +#. (itstool) path: figure/title +#: C/index.docbook:166 +msgid "Netspeed showing the sum in a 48px panel." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:169 +msgctxt "_" +msgid "" +"external ref='figures/eth_sum_48.png' md5='5113ce28da9b7712dafc52b3c13ccf32'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:168 +msgid "" +"<imageobject><imagedata fileref=\"figures/eth_sum_48.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>Netspeed showing the sum in a 48px " +"panel.</phrase> </textobject>" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:177 +msgid "" +"<application>Netspeed Applet</application> displays the network traffic on a" +" specified device like eth0, ppp0, plip0, etc. More over it provides " +"information about the configuration of the network device." +msgstr "" + +#. (itstool) path: sect2/title +#: C/index.docbook:183 +msgid "Netspeed Icons on Panel" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:190 +msgid "Icon" +msgstr "標á" + +#. (itstool) path: entry/para +#: C/index.docbook:191 +msgid "Description" +msgstr "說明" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:198 +msgctxt "_" +msgid "" +"external ref='figures/loopback.png' md5='0636b7d65b0626ee5e92dc0d28be5871'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:196 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/loopback.png\"" +" format=\"PNG\"/> </imageobject><textobject> <phrase>Loopback</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:203 +msgid "The Loopback interface." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:210 +msgctxt "_" +msgid "" +"external ref='figures/ethernet.png' md5='48562a8b38e8eca91a3a8ee4ba4e3077'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:208 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/ethernet.png\"" +" format=\"PNG\"/> </imageobject><textobject> <phrase>Ethernet</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:215 +msgid "Ethernet connection." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:222 +msgctxt "_" +msgid "external ref='figures/ppp.png' md5='b88d98a9ccdd489d91b45c8cf2dcbad1'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:220 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/ppp.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>PPP</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:227 +msgid "Point to Point Protocol connection." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:234 +msgctxt "_" +msgid "" +"external ref='figures/wavelan.png' md5='90f925a64abe393adc5834fceba515fe'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:232 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/wavelan.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>Wireless</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:239 +msgid "Wireless connection." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:246 +msgctxt "_" +msgid "external ref='figures/plip.png' md5='0761a22dfa7b0b56e41e020cd701db68'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:244 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/plip.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>PLIP</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:251 +msgid "Parallel Line Internet Protocol connection." +msgstr "" + +#. (itstool) path: sect2/title +#: C/index.docbook:260 +msgid "To Add Netspeed Applet to a Panel" +msgstr "" + +#. (itstool) path: sect2/para +#: C/index.docbook:261 +msgid "" +"To add <application>Netspeed Applet</application> to a panel, perform the " +"following steps:" +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:267 +msgid "Right-click on the panel." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:272 +msgid "Choose <guimenuitem>Add to Panel</guimenuitem>." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:277 +msgid "" +"Scroll down the list of items in the <guilabel>Add to Panel</guilabel> " +"dialog, then select <guilabel>Netspeed Applet</guilabel>." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:283 +msgid "Click <guibutton>Add</guibutton>." +msgstr "" + +#. (itstool) path: sect1/title +#: C/index.docbook:291 +msgid "Settings" +msgstr "" + +#. (itstool) path: figure/title +#: C/index.docbook:293 +msgid "Netspeed Applet Settings" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:296 +msgctxt "_" +msgid "" +"external ref='figures/settings.png' md5='219a6bc0e89cb9634d49025f9d3c6604'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:295 +msgid "" +"<imageobject><imagedata fileref=\"figures/settings.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>Netspeed Applet Settings.</phrase> " +"</textobject>" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:304 +msgid "In this dialog you can change the settings of Netspeed Applet:" +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:308 +msgid "" +"<guilabel>Network device:</guilabel> Choose the network device that the " +"applet should monitor from the popdown list of the combobox. Usually all " +"available devices are listed, however you can enter one yourself, too." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:312 +msgid "" +"<guilabel>Update interval:</guilabel> Enter the time between two updates of " +"the applet." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:315 +msgid "" +"<guilabel>Label font size:</guilabel> Enter the size of the text displayed " +"in the applet." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:318 +msgid "" +"<guilabel>Show sum instead of in and out:</guilabel> If you check this box " +"then the applet will show the sum of the in and out rate. The applet will " +"take only half of the space in the panel in this case." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:322 +msgid "" +"<guilabel>Show bits/s (b/s) instead of bytes/s (B/s):</guilabel> Check this " +"if you want the applet to display bits per second instead of bytes/s." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:326 +msgid "" +"<guilabel>Change icon according to the selected device:</guilabel> Usually " +"the applet will show an icon representing the type of network device you " +"monitor. So it will show a phone for Point to Point connections (ppp - " +"modems, etc.), a network card for Ethernet (eth), etc. When this is " +"unchecked, the applet will always show the network card icon, no matter " +"which device you monitor." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:332 +msgid "" +"<guilabel>Always monitor a connected device, if possible:</guilabel> When " +"your connection is down, Netspeed Applet look for a running one for " +"monitoring." +msgstr "" + +#. (itstool) path: sect1/title +#. (itstool) path: figure/title +#: C/index.docbook:338 C/index.docbook:340 +msgid "The details dialog" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:343 +msgctxt "_" +msgid "" +"external ref='figures/details.png' md5='60fedda8f88b634f16ab31090b5bdd67'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:342 +msgid "" +"<imageobject><imagedata fileref=\"figures/details.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>The details dialog</phrase> " +"</textobject>" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:351 +msgid "" +"This dialog shows you some useful information on the configuration of your " +"network device." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:356 +msgid "" +"<guilabel>Internet Address:</guilabel> The IP (Internet Protocol) address of" +" the network device." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:359 +msgid "" +"<guilabel>Netmask:</guilabel> The netmask which depends on the size of your " +"LAN (Local Area Network). A usual value is 255.255.255.0 (a class C " +"network)." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:363 +msgid "" +"<guilabel>Hardware Address:</guilabel> Often also referred to as the " +"physical or MAC (Media Access Control) address. A worldwide unique " +"identifier for your network card." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:367 +msgid "" +"<guilabel>P-t-P Address:</guilabel> The internet address of the \"other " +"side\" of your PPP (Point to Point Protocol) connection." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:371 +msgid "" +"<guilabel>Bytes in:</guilabel> The amount of bytes that the network device " +"has received since it has been connected to the network." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:375 +msgid "" +"<guilabel>Bytes out:</guilabel> The amount of bytes that the network device " +"has sent since it has been connected to the network." +msgstr "" + +#. (itstool) path: para/ulink +#: C/legal.xml:9 +msgid "link" +msgstr "連結" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:2 +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 <_:ulink-1/> or in the file COPYING-DOCS distributed " +"with this manual." +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:12 +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." +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:19 +msgid "" +"Many of the names used by companies to distinguish their products and " +"services are claimed as trademarks. Where those names appear in any MATE " +"documentation, and the members of the MATE Documentation Project are made " +"aware of those trademarks, then the names are in capital letters or initial " +"capital letters." +msgstr "" + +#. (itstool) path: listitem/para +#: C/legal.xml:35 +msgid "" +"DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " +"EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " +"THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " +"MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " +"RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " +"MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " +"MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " +"WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " +"SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " +"ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " +"OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" +msgstr "" + +#. (itstool) path: listitem/para +#: C/legal.xml:55 +msgid "" +"UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" +" NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " +"CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " +"DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " +"FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " +"ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " +"WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" +" OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " +"VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" +" POSSIBILITY OF SUCH DAMAGES." +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:28 +msgid "" +"DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " +"OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " +"<_:orderedlist-1/>" +msgstr "" diff --git a/netspeed/help/nb/nb.po b/netspeed/help/nb/nb.po index f46a0320..578508ca 100644 --- a/netspeed/help/nb/nb.po +++ b/netspeed/help/nb/nb.po @@ -3,15 +3,15 @@ # Stefano Karapetsas <[email protected]>, 2018 # Allan Nordhøy <[email protected]>, 2018 # Imre Kristoffer Eilertsen <[email protected]>, 2018 -# Jan Sherdahl, 2020 +# Jan Sherdahl, 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" -"Last-Translator: Jan Sherdahl, 2020\n" -"Language-Team: Norwegian Bokmål (https://www.transifex.com/mate/teams/13566/nb/)\n" +"Last-Translator: Jan Sherdahl, 2021\n" +"Language-Team: Norwegian Bokmål (https://app.transifex.com/mate/teams/13566/nb/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -46,7 +46,7 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" #. (itstool) path: articleinfo/copyright @@ -57,12 +57,12 @@ msgstr "" #. (itstool) path: publisher/publishername #: C/index.docbook:44 msgid "MATE Documentation Project" -msgstr "" +msgstr "MATE dokumentasjonsprosjekt" #. (itstool) path: publisher/publishername #: C/index.docbook:47 msgid "GNOME Documentation Project" -msgstr "" +msgstr "GNOME dokumentasjonsprosjekt" #. (itstool) path: authorgroup/author #: C/index.docbook:53 @@ -90,7 +90,7 @@ msgstr "" #. (itstool) path: revision/author #: C/index.docbook:96 msgid "<firstname>MATE Documentation Project</firstname> <surname/>" -msgstr "" +msgstr "<firstname>MATE dokumentasjonsprosjekt</firstname> <surname/>" #. (itstool) path: revhistory/revision #: C/index.docbook:93 @@ -140,8 +140,9 @@ msgstr "Tilbakemelding" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/help/nds/nds.po b/netspeed/help/nds/nds.po index 8cddbc51..7954fa13 100644 --- a/netspeed/help/nds/nds.po +++ b/netspeed/help/nds/nds.po @@ -5,10 +5,10 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" "Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: Low German (https://www.transifex.com/mate/teams/13566/nds/)\n" +"Language-Team: Low German (https://app.transifex.com/mate/teams/13566/nds/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -36,7 +36,7 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" #. (itstool) path: articleinfo/copyright @@ -130,8 +130,9 @@ msgstr "" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/help/ne/ne.po b/netspeed/help/ne/ne.po index 8339b0ea..724c53f7 100644 --- a/netspeed/help/ne/ne.po +++ b/netspeed/help/ne/ne.po @@ -6,10 +6,10 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" "Last-Translator: chautari <[email protected]>, 2018\n" -"Language-Team: Nepali (https://www.transifex.com/mate/teams/13566/ne/)\n" +"Language-Team: Nepali (https://app.transifex.com/mate/teams/13566/ne/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -36,7 +36,7 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" #. (itstool) path: articleinfo/copyright @@ -130,8 +130,9 @@ msgstr "" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/help/nl/nl.po b/netspeed/help/nl/nl.po index fd47604c..0cd872bc 100644 --- a/netspeed/help/nl/nl.po +++ b/netspeed/help/nl/nl.po @@ -1,18 +1,19 @@ -# # Translators: # Michael Steenbeek <[email protected]>, 2018 -# Pjotr <[email protected]>, 2018 # dragnadh, 2018 # b9b0d258fa591da5350b6e67cf68cd68_9fecbb4 <28506b9ff23f99a34b566250ce31bbad_250479>, 2018 -# Benji Leenders, 2020 +# kaasknak, 2021 +# Hynpa ., 2024 +# Pjotr <[email protected]>, 2025 +# Transifex Bot <>, 2026 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" -"Last-Translator: Benji Leenders, 2020\n" -"Language-Team: Dutch (https://www.transifex.com/mate/teams/13566/nl/)\n" +"Last-Translator: Transifex Bot <>, 2026\n" +"Language-Team: Dutch (https://app.transifex.com/mate/teams/13566/nl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -48,8 +49,8 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" -msgstr "<year>2015-2020</year><holder>MATE Documentatie Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" +msgstr "<year>2015-2021</year> <holder>MATE Documentatieproject</holder>" #. (itstool) path: articleinfo/copyright #: C/index.docbook:31 @@ -144,8 +145,9 @@ msgstr "Terukoppeling" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm @@ -363,12 +365,12 @@ msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:267 msgid "Right-click on the panel." -msgstr "" +msgstr "Klik met de rechtermuisknop op het paneel." #. (itstool) path: listitem/para #: C/index.docbook:272 msgid "Choose <guimenuitem>Add to Panel</guimenuitem>." -msgstr "" +msgstr "Kies<guimenuitem>Voeg toe aan Paneel</guimenuitem>." #. (itstool) path: listitem/para #: C/index.docbook:277 @@ -380,7 +382,7 @@ msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:283 msgid "Click <guibutton>Add</guibutton>." -msgstr "" +msgstr "Klik<guibutton>Voeg toe</guibutton>." #. (itstool) path: sect1/title #: C/index.docbook:291 @@ -563,6 +565,12 @@ msgid "" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" +"Toegang is gegeven om te kopiëren, verdelen en/of aanpassing te maken aan " +"dit document onder de regels van de GNU Free Documentatie Licentie (GFDL), " +"Versie 1.1 of latere versie gepubliceerd door de Free Software Foundation " +"zonder Invariante Secties, geen voorpaginateksten, en geen " +"achterpaginateksten. Je kan een kopie van de GFDL terugvinden op deze " +"<_:ulink-1/> of in het bestand COPYING-DOCS verdeeld met deze handleiding." #. (itstool) path: legalnotice/para #: C/legal.xml:12 @@ -634,6 +642,17 @@ msgid "" "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" +"ONDER GEEN ENKELE OMSTANDIGHEDEN EN ONDER GEEN JURIDISCHE THEORIE, ZIJ HET " +"WETTELIJK (INCLUSIEF NALATIGHEID), CONTRACT, OF ANDERZIJDS ZAL DE AUTEUR, " +"INITIËLE AUTEUR, ENIGE BIJDRAGER VAN HET DOCUMENT OF DE AANPASTE VERSIE VAN " +"HET DOCUMENT, NOCH ENIGE LEVERANCIER VAN EEN VAN DEZE PARTIJEN, " +"AANSPRAKELIJK GEHOUDEN WORDEN DOOR ENIG PERSOON VOOR ENIGE DIRECTE, " +"INDIRECTE, SPECIALE, INCIDENTELE, OF GEVOLG SCHADE IN ELKE VORM INCLUSIEF, " +"ZONDER BEPERKING, SCHADE DOOR VERLIES VAN GOEDE WIL, WERK ONDERBREKING, " +"COMPUTER FALEN OF STORING, OF ENIGE ANDERE VORM VAN SCHADE OF VERLIES ALS " +"GEVOLGEN VAN HET GEBRUIKT VAN HET DOCUMENT EN DE AANGEPASTE VERSIES VAN HET " +"DOCUMENT, ZELFS ALS ZO EEN PARTIJ GEÏNFORMEERD ZOU ZIJN OVER DE MOGELIJKHEID" +" VAN ZULKE SCHADES." #. (itstool) path: legalnotice/para #: C/legal.xml:28 diff --git a/netspeed/help/nn/nn.po b/netspeed/help/nn/nn.po index c9729e9b..93e3fc64 100644 --- a/netspeed/help/nn/nn.po +++ b/netspeed/help/nn/nn.po @@ -6,10 +6,10 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" "Last-Translator: Andrew Rabbitt <[email protected]>, 2020\n" -"Language-Team: Norwegian Nynorsk (https://www.transifex.com/mate/teams/13566/nn/)\n" +"Language-Team: Norwegian Nynorsk (https://app.transifex.com/mate/teams/13566/nn/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -36,8 +36,8 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" -msgstr "<year>2015-2020</year> <holder>MATE Dokumentasjonsprosjekt</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" +msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:31 @@ -130,8 +130,9 @@ msgstr "Tilbakemelding" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/help/nso/nso.po b/netspeed/help/nso/nso.po index a7500dd8..e36167a2 100644 --- a/netspeed/help/nso/nso.po +++ b/netspeed/help/nso/nso.po @@ -5,10 +5,10 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" "Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: Northern Sotho (https://www.transifex.com/mate/teams/13566/nso/)\n" +"Language-Team: Northern Sotho (https://app.transifex.com/mate/teams/13566/nso/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -35,7 +35,7 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" #. (itstool) path: articleinfo/copyright @@ -129,8 +129,9 @@ msgstr "" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/help/oc/oc.po b/netspeed/help/oc/oc.po index bfdbfe76..17e0c1d8 100644 --- a/netspeed/help/oc/oc.po +++ b/netspeed/help/oc/oc.po @@ -1,18 +1,17 @@ -# # Translators: # Stefano Karapetsas <[email protected]>, 2018 # Cédric Valmary <[email protected]>, 2018 -# Wolfgang Ulbrich <[email protected]>, 2018 -# 48c2de07903ce5a77a8e90265f95c4c2_8909374 <837c8d0ab97b27e737893c19f79bd4de_348476>, 2018 -# Quentin PAGÈS, 2020 +# Wolfgang Ulbrich <[email protected]>, 2018 +# Quentin PAGÈS, 2025 +# Transifex Bot <>, 2026 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" -"Last-Translator: Quentin PAGÈS, 2020\n" -"Language-Team: Occitan (post 1500) (https://www.transifex.com/mate/teams/13566/oc/)\n" +"Last-Translator: Transifex Bot <>, 2026\n" +"Language-Team: Occitan (post 1500) (https://app.transifex.com/mate/teams/13566/oc/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -24,7 +23,7 @@ msgctxt "_" msgid "translator-credits" msgstr "" "Yannig Marchegay (Kokoyaya) <[email protected]> & Cédric Valmary " -"(totenoc.eu) <[email protected]>" +"(totenoc.eu) <[email protected]>, Quentin PAGÈS" #. (itstool) path: articleinfo/title #: C/index.docbook:23 @@ -39,8 +38,8 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" -msgstr "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" +msgstr "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" #. (itstool) path: articleinfo/copyright #: C/index.docbook:31 @@ -145,8 +144,9 @@ msgstr "Comentaris" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm @@ -380,7 +380,7 @@ msgstr "" #. (itstool) path: listitem/para #: C/index.docbook:267 msgid "Right-click on the panel." -msgstr "" +msgstr "Clic drech sul tablèu de bòrd." #. (itstool) path: listitem/para #: C/index.docbook:272 diff --git a/netspeed/help/or/or.po b/netspeed/help/or/or.po index 95db3a17..575d48b1 100644 --- a/netspeed/help/or/or.po +++ b/netspeed/help/or/or.po @@ -5,10 +5,10 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" "Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: Oriya (https://www.transifex.com/mate/teams/13566/or/)\n" +"Language-Team: Odia (https://app.transifex.com/mate/teams/13566/or/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -33,7 +33,7 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" #. (itstool) path: articleinfo/copyright @@ -127,8 +127,9 @@ msgstr "" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/help/pa/pa.po b/netspeed/help/pa/pa.po index 70534237..59f6a852 100644 --- a/netspeed/help/pa/pa.po +++ b/netspeed/help/pa/pa.po @@ -1,15 +1,15 @@ -# # Translators: # Stefano Karapetsas <[email protected]>, 2018 -# Wolfgang Ulbrich <[email protected]>, 2018 +# Wolfgang Ulbrich <[email protected]>, 2018 +# Transifex Bot <>, 2026 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" -"Last-Translator: Wolfgang Ulbrich <[email protected]>, 2018\n" -"Language-Team: Panjabi (Punjabi) (https://www.transifex.com/mate/teams/13566/pa/)\n" +"Last-Translator: Transifex Bot <>, 2026\n" +"Language-Team: Panjabi (Punjabi) (https://app.transifex.com/mate/teams/13566/pa/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -38,7 +38,7 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" #. (itstool) path: articleinfo/copyright @@ -132,8 +132,9 @@ msgstr "ਸੁਝਾਅ" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/help/pl/pl.po b/netspeed/help/pl/pl.po index 431ee354..ab2d4c1d 100644 --- a/netspeed/help/pl/pl.po +++ b/netspeed/help/pl/pl.po @@ -4,20 +4,21 @@ # Stefano Karapetsas <[email protected]>, 2018 # Kajetan Rosiak <[email protected]>, 2018 # Adam Czabara <[email protected]>, 2018 -# pietrasagh <[email protected]>, 2018 +# pietrasagh <[email protected]>, 2018 # Dominik Adrian Grzywak, 2018 # Przemek P <[email protected]>, 2019 # Marcin GTriderXC <[email protected]>, 2019 # Jan Bońkowski <[email protected]>, 2019 -# Daniel Tokarzewski <[email protected]>, 2020 +# Szymon Blaut <[email protected]>, 2021 +# Daniel Tokarzewski <[email protected]>, 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" -"Last-Translator: Daniel Tokarzewski <[email protected]>, 2020\n" -"Language-Team: Polish (https://www.transifex.com/mate/teams/13566/pl/)\n" +"Last-Translator: Daniel Tokarzewski <[email protected]>, 2021\n" +"Language-Team: Polish (https://app.transifex.com/mate/teams/13566/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -46,8 +47,8 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" -msgstr "<year>2015-2020</year><holder>Projekt Dokumentacji MATE</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" +msgstr "<year>2015-2021</year> <holder>dokumentacja projektu MATE</holder>" #. (itstool) path: articleinfo/copyright #: C/index.docbook:31 @@ -142,8 +143,9 @@ msgstr "Opinia" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm @@ -611,6 +613,18 @@ msgid "" "ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " "OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" msgstr "" +"DOKUMENT JEST DOSTARCZANY W STANIE „TAK JAK JEST”, BEZ JAKIEGOKOLWIEK " +"WYRAŻENIA, DOMNIEMANIA GWARANCJI, W TYM MIĘDZY INNYMI GWARANCJI, ŻE " +"DOKUMENT LUB ZMODYFIKOWANA WERSJA DOKUMENTU JEST WOLNA OD WAD HANDLOWYCH LUB" +" DO OKREŚLONEGO CELU -NARUSZENIE. CAŁKOWITE RYZYKO DOTYCZĄCE JAKOŚCI, " +"DOKŁADNOŚCI I WYDAJNOŚCI DOKUMENTU LUB ZMODYFIKOWANEJ WERSJI DOKUMENTU " +"SPOCZYWA NA UŻYTKOWNIKU. JEŻELI JAKIKOLWIEK DOKUMENT LUB ZMODYFIKOWANA " +"WERSJA OKAŻE SIĘ WADLIWA POD JAKIMKOLWIEK WZGLĘGEM, UŻYTKOWNIK (NIE WSTĘPNY " +"PISARZ, AUTOR CZY ŻADEN WSPÓŁPRACOWNIK) PONOSI KOSZTY WSZELKICH NIEZBĘDNYCH " +"SERWISÓW, NAPRAW LUB POPRAWEK. NINIEJSZE WYŁĄCZENIE GWARANCJI STANOWI " +"ISTOTNĄ CZĘŚĆ LICENCJI. ZGODNIE Z NINIEJSZYM WYŁĄCZENIEM ODPOWIEDZIALNOŚCI " +"NIE JEST ZEZWOLONE NA KORZYSTANIE Z JAKICHKOLWIEK DOKUMENTÓW LUB " +"ZMODYFIKOWANYCH WERSJI DOKUMENTU; ORAZ " #. (itstool) path: listitem/para #: C/legal.xml:55 @@ -626,6 +640,16 @@ msgid "" "VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" " POSSIBILITY OF SUCH DAMAGES." msgstr "" +"W ŻADNYM PRZYPADKU I W ŻADNEJ TEORII PRAWNEJ, CZY W DZIAŁANIU CZYNNYM (W TYM" +" ZANIEDBANIA), UMOWY LUB W INNY SPOSÓB, AUTOR, PISARZ WSTĘPNY, " +"WSPÓŁPRACOWNIK ANI DYSTRYBUTOR DOKUMENTU LUB ZMODYFIKOWANA WERSJA DOKUMENTU " +"TAKICH STRON NIE PONOSI ODPOWIEDZIALNOŚCI WOBEC JAKICHKOLWIEK OSÓB ZA " +"JAKIEKOLWIEK BEZPOŚREDNIE, POŚREDNIE, SZCZEGÓLNE, PRZYPADKOWE LUB WTÓRNE " +"SZKODY JAKIEGOKOLWIEK CHARAKTERU, W TYM MIĘDZY INNYMI USZKODZENIA ZA UTRATĘ " +"WŁAŚCIWOŚCI, PRZERWY W PRACY, AWARIE LUB INNE USZKODZENIA KOMPUTERA LUB " +"STRATY WYNIKAJĄCE Z KORZYSTANIA Z DOKUMENTU I ZMODYFIKOWANYCH WERSJI " +"DOKUMENTU, NAWET JEŚLI STRONA ZOSTAŁA POINFORMOWANA O MOŻLIWOŚCI WYSTĄPIENIA" +" TAKICH SZKÓD." #. (itstool) path: legalnotice/para #: C/legal.xml:28 @@ -634,3 +658,6 @@ msgid "" "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" +"DOKUMENT I ZMODYFIKOWANE WERSJE DOKUMENTU SĄ DOSTARCZANE NA WARUNKACH " +"LICENCJI WOLNEJ DOKUMENTACJI GNU Z DALSZYM ZROZUMIENIEM, " +"ŻE:<_:orderedlist-1/>" diff --git a/netspeed/help/ps/ps.po b/netspeed/help/ps/ps.po index f81cde35..86f84c24 100644 --- a/netspeed/help/ps/ps.po +++ b/netspeed/help/ps/ps.po @@ -5,10 +5,10 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" "Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: Pushto (https://www.transifex.com/mate/teams/13566/ps/)\n" +"Language-Team: Pashto (https://app.transifex.com/mate/teams/13566/ps/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -35,7 +35,7 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" #. (itstool) path: articleinfo/copyright @@ -129,8 +129,9 @@ msgstr "" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/help/pt/pt.po b/netspeed/help/pt/pt.po index 2d796771..aa221aaf 100644 --- a/netspeed/help/pt/pt.po +++ b/netspeed/help/pt/pt.po @@ -2,23 +2,23 @@ # Translators: # Carlos Moreira, 2018 # ogalho Carlos Dias Martins <[email protected]>, 2018 -# Manuela Silva <[email protected]>, 2018 +# Manuela Silva <[email protected]>, 2018 # Rui <[email protected]>, 2019 -# José Vieira <[email protected]>, 2020 # Hugo Carvalho <[email protected]>, 2020 +# José Vieira <[email protected]>, 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" -"Last-Translator: Hugo Carvalho <[email protected]>, 2020\n" -"Language-Team: Portuguese (https://www.transifex.com/mate/teams/13566/pt/)\n" +"Last-Translator: José Vieira <[email protected]>, 2021\n" +"Language-Team: Portuguese (https://app.transifex.com/mate/teams/13566/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: pt\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" #. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2 msgctxt "_" @@ -40,9 +40,9 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" -"<year>2015-2020</year> <holder>Projecto de Documentação do MATE</holder>" +"<year>2015-2021</year> <holder> Projecto de Documentação do MATE</holder>" #. (itstool) path: articleinfo/copyright #: C/index.docbook:31 @@ -148,8 +148,9 @@ msgstr "Opinião" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" "Para reportar um erro ou fazer uma sugestão sobre a aplicação 'Velocidade da" " Rede' ou sobre este manual, siga as indicações na <ulink url=\"help:mate-" diff --git a/netspeed/help/pt_BR/pt_BR.po b/netspeed/help/pt_BR/pt_BR.po index 769930c3..7f470391 100644 --- a/netspeed/help/pt_BR/pt_BR.po +++ b/netspeed/help/pt_BR/pt_BR.po @@ -1,26 +1,27 @@ -# # Translators: # Stefano Karapetsas <[email protected]>, 2018 # Marcelo Ghelman <[email protected]>, 2018 # 18ab4449a00621534598e84a949423ea, 2018 -# Wolfgang Ulbrich <[email protected]>, 2018 +# Wolfgang Ulbrich <[email protected]>, 2018 # Italo Penaforte <[email protected]>, 2018 # Alceu Nogueira <[email protected]>, 2018 -# Robert Antoni Buj Gelonch <[email protected]>, 2019 +# Robert Antoni Buj i Gelonch <[email protected]>, 2019 # George Silva <[email protected]>, 2020 +# Luciano Luck, 2022 +# Transifex Bot <>, 2026 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" -"Last-Translator: George Silva <[email protected]>, 2020\n" -"Language-Team: Portuguese (Brazil) (https://www.transifex.com/mate/teams/13566/pt_BR/)\n" +"Last-Translator: Transifex Bot <>, 2026\n" +"Language-Team: Portuguese (Brazil) (https://app.transifex.com/mate/teams/13566/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: pt_BR\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" #. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2 msgctxt "_" @@ -63,8 +64,9 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" -msgstr "<year>2015-2020</year> <holder>MATE Projeto de documentação</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" +msgstr "" +"<year>2015-2021</year> <holder> Projecto de Documentação do MATE</holder>" #. (itstool) path: articleinfo/copyright #: C/index.docbook:31 @@ -169,8 +171,9 @@ msgstr "Retorno" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/help/ro/ro.po b/netspeed/help/ro/ro.po index cdc140de..740fcf56 100644 --- a/netspeed/help/ro/ro.po +++ b/netspeed/help/ro/ro.po @@ -6,10 +6,10 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" "Last-Translator: Daniel <[email protected]>, 2018\n" -"Language-Team: Romanian (https://www.transifex.com/mate/teams/13566/ro/)\n" +"Language-Team: Romanian (https://app.transifex.com/mate/teams/13566/ro/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -34,7 +34,7 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" #. (itstool) path: articleinfo/copyright @@ -128,8 +128,9 @@ msgstr "" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/help/ru/ru.po b/netspeed/help/ru/ru.po index 29baa073..c699d8d3 100644 --- a/netspeed/help/ru/ru.po +++ b/netspeed/help/ru/ru.po @@ -1,22 +1,22 @@ -# # Translators: # Stefano Karapetsas <[email protected]>, 2018 # Дмитрий Михирев, 2018 # AlexL <[email protected]>, 2018 -# Alex Putz, 2018 -# Wolfgang Ulbrich <[email protected]>, 2018 -# Robert Antoni Buj Gelonch <[email protected]>, 2019 +# Alex Puts, 2018 +# Wolfgang Ulbrich <[email protected]>, 2018 +# Robert Antoni Buj i Gelonch <[email protected]>, 2019 # Александр Кураченко <[email protected]>, 2019 # Olesya Gerasimenko <[email protected]>, 2020 # Aleksey Kabanov <[email protected]>, 2020 +# Sergej A. <[email protected]>, 2022 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" -"Last-Translator: Aleksey Kabanov <[email protected]>, 2020\n" -"Language-Team: Russian (https://www.transifex.com/mate/teams/13566/ru/)\n" +"Last-Translator: Sergej A. <[email protected]>, 2022\n" +"Language-Team: Russian (https://app.transifex.com/mate/teams/13566/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -62,23 +62,25 @@ msgstr "" #. (itstool) path: articleinfo/title #: C/index.docbook:23 msgid "Netspeed Applet Manual V1.3" -msgstr "" +msgstr "Руководство по апплету «Индикатор скорости» V1.3" #. (itstool) path: abstract/para #: C/index.docbook:25 msgid "" "Netspeed Applet shows how much traffic occurs on a specified network device." msgstr "" +"Апплет «Индикатор скорости» показывает, какой объем трафика приходится на " +"указанное сетевое устройство." #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" -msgstr "<year>2015—2020</year> <holder>Проект документирования MATE</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" +msgstr "<year>2015-2021</year> <holder>Проект документирования MATE</holder>" #. (itstool) path: articleinfo/copyright #: C/index.docbook:31 msgid "<year>2002</year> <holder>Jörgen Scheibengruber</holder>" -msgstr "" +msgstr "<year>2002</year> <holder>Jörgen Scheibengruber</holder>" #. (itstool) path: publisher/publishername #: C/index.docbook:44 @@ -96,6 +98,8 @@ msgid "" "<firstname>MATE Documentation Project</firstname> <surname/> <affiliation> " "<orgname>MATE Desktop</orgname> </affiliation>" msgstr "" +"<firstname>Проект документирования MATE</firstname> <surname/> <affiliation>" +" <orgname>Рабочий стол MATE</orgname> </affiliation>" #. (itstool) path: authorgroup/author #: C/index.docbook:60 @@ -104,6 +108,9 @@ msgid "" "<affiliation> <orgname>GNOME Project</orgname> </affiliation> " "<email>[email protected]</email>" msgstr "" +"<firstname>Jörgen</firstname> <surname>Scheibengruber</surname> " +"<affiliation> <orgname>Проект GNOME</orgname> </affiliation> " +"<email>[email protected]</email>" #. (itstool) path: authorgroup/author #: C/index.docbook:69 @@ -112,6 +119,9 @@ msgid "" "<affiliation> <orgname>GNOME Project</orgname> </affiliation> " "<email>[email protected]</email>" msgstr "" +"<firstname>Pedro</firstname> <surname>Villavicencio Garrido</surname> " +"<affiliation> <orgname>Проект GNOME</orgname> </affiliation> " +"<email>[email protected]</email>" #. (itstool) path: revision/author #: C/index.docbook:96 @@ -121,7 +131,7 @@ msgstr "<firstname>Проект документации MATE</firstname> <surna #. (itstool) path: revhistory/revision #: C/index.docbook:93 msgid "<revnumber>1.3</revnumber> <date>July 2015</date> <_:author-1/>" -msgstr "" +msgstr "<revnumber>1.3</revnumber> <date>Июль 2015</date> <_:author-1/>" #. (itstool) path: revision/author #: C/index.docbook:105 C/index.docbook:125 @@ -129,11 +139,13 @@ msgid "" "<firstname>Jörgen</firstname> <surname>Scheibengruber</surname> " "<email>[email protected]</email>" msgstr "" +"<firstname>Jörgen</firstname> <surname>Scheibengruber</surname> " +"<email>[email protected]</email>" #. (itstool) path: revhistory/revision #: C/index.docbook:102 msgid "<revnumber>1.2</revnumber> <date>2006</date> <_:author-1/>" -msgstr "" +msgstr "<revnumber>1.2</revnumber> <date>2006</date> <_:author-1/>" #. (itstool) path: revision/author #: C/index.docbook:115 @@ -141,21 +153,24 @@ msgid "" "<firstname>Pedro</firstname> <surname>Villavicencio Garrido</surname> " "<email>[email protected]</email>" msgstr "" +"<firstname>Pedro</firstname> <surname>Villavicencio Garrido</surname> " +"<email>[email protected]</email>" #. (itstool) path: revhistory/revision #: C/index.docbook:112 msgid "<revnumber>1.1</revnumber> <date>2005</date> <_:author-1/>" -msgstr "" +msgstr "<revnumber>1.1</revnumber> <date>2005</date> <_:author-1/>" #. (itstool) path: revhistory/revision #: C/index.docbook:122 msgid "<revnumber>1.0</revnumber> <date>2002</date> <_:author-1/>" -msgstr "" +msgstr "<revnumber>1.0</revnumber> <date>2002</date> <_:author-1/>" #. (itstool) path: articleinfo/releaseinfo #: C/index.docbook:134 msgid "This manual describes version 1.10.1 of Netspeed Applet." msgstr "" +"В данном руководстве описывается версия 1.10.1 апплета «Индикатор скорости»." #. (itstool) path: legalnotice/title #: C/index.docbook:137 @@ -166,24 +181,29 @@ msgstr "Обратная связь" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" +"Чтобы сообщить об ошибке или внести предложение относительно приложения " +"«Индикатор скорости» или этого руководства, следуйте инструкциям на <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">странице обратной связи " +"MATE</ulink>." #. (itstool) path: article/indexterm #: C/index.docbook:146 msgid "<primary>Netspeed Applet</primary>" -msgstr "" +msgstr "<primary>Апплет «Индикатор скорости»</primary>" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "About Netspeed Applet" -msgstr "" +msgstr "Об апплете «Индикатор скорости»" #. (itstool) path: figure/title #: C/index.docbook:154 msgid "Netspeed" -msgstr "" +msgstr "Индикатор скорости" #. (itstool) path: imageobject/imagedata #. This is a reference to an external file such as an image or video. When @@ -196,6 +216,8 @@ msgid "" "external ref='figures/netspeed_applet.png' " "md5='11ef0533a2be1a5d1a9de77c4cec7f93'" msgstr "" +"external ref='figures/netspeed_applet.png' " +"md5='11ef0533a2be1a5d1a9de77c4cec7f93'" #. (itstool) path: screenshot/mediaobject #: C/index.docbook:156 @@ -204,11 +226,15 @@ msgid "" "format=\"PNG\"/> </imageobject> <textobject> <phrase>Netspeed.</phrase> " "</textobject>" msgstr "" +"<imageobject><imagedata fileref=\"figures/netspeed_applet.png\" " +"format=\"PNG\"/> </imageobject> <textobject> <phrase>Индикатор " +"скорости.</phrase> </textobject>" #. (itstool) path: figure/title #: C/index.docbook:166 msgid "Netspeed showing the sum in a 48px panel." msgstr "" +"«Индикатор сети» на панели размером 48px показывает суммарную скорость." #. (itstool) path: imageobject/imagedata #. This is a reference to an external file such as an image or video. When @@ -220,6 +246,7 @@ msgctxt "_" msgid "" "external ref='figures/eth_sum_48.png' md5='5113ce28da9b7712dafc52b3c13ccf32'" msgstr "" +"external ref='figures/eth_sum_48.png' md5='5113ce28da9b7712dafc52b3c13ccf32'" #. (itstool) path: screenshot/mediaobject #: C/index.docbook:168 @@ -228,6 +255,9 @@ msgid "" "</imageobject> <textobject> <phrase>Netspeed showing the sum in a 48px " "panel.</phrase> </textobject>" msgstr "" +"<imageobject><imagedata fileref=\"figures/eth_sum_48.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>«Индикатор сети» на панели размером 48px" +" показывает суммарную скорость.</phrase> </textobject>" #. (itstool) path: sect1/para #: C/index.docbook:177 @@ -236,11 +266,14 @@ msgid "" " specified device like eth0, ppp0, plip0, etc. More over it provides " "information about the configuration of the network device." msgstr "" +"<application>Апплет «Индикатор скорости»</application> отображает сетевой " +"трафик на указанном устройстве, таком как eth0, ppp0, plip0 и т. д. Более " +"того, он предоставляет информацию о конфигурации сетевого устройства." #. (itstool) path: sect2/title #: C/index.docbook:183 msgid "Netspeed Icons on Panel" -msgstr "" +msgstr "Значок «Индикатора скорости» на панели" #. (itstool) path: entry/para #: C/index.docbook:190 @@ -262,6 +295,7 @@ msgctxt "_" msgid "" "external ref='figures/loopback.png' md5='0636b7d65b0626ee5e92dc0d28be5871'" msgstr "" +"external ref='figures/loopback.png' md5='0636b7d65b0626ee5e92dc0d28be5871'" #. (itstool) path: entry/para #: C/index.docbook:196 @@ -270,11 +304,14 @@ msgid "" " format=\"PNG\"/> </imageobject><textobject> <phrase>Loopback</phrase> " "</textobject></inlinemediaobject>" msgstr "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/loopback.png\"" +" format=\"PNG\"/> </imageobject><textobject> <phrase>Loopback</phrase> " +"</textobject></inlinemediaobject>" #. (itstool) path: entry/para #: C/index.docbook:203 msgid "The Loopback interface." -msgstr "" +msgstr "Интерфейс loopback." #. (itstool) path: imageobject/imagedata #. This is a reference to an external file such as an image or video. When @@ -286,6 +323,7 @@ msgctxt "_" msgid "" "external ref='figures/ethernet.png' md5='48562a8b38e8eca91a3a8ee4ba4e3077'" msgstr "" +"external ref='figures/ethernet.png' md5='48562a8b38e8eca91a3a8ee4ba4e3077'" #. (itstool) path: entry/para #: C/index.docbook:208 @@ -294,11 +332,14 @@ msgid "" " format=\"PNG\"/> </imageobject><textobject> <phrase>Ethernet</phrase> " "</textobject></inlinemediaobject>" msgstr "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/ethernet.png\"" +" format=\"PNG\"/> </imageobject><textobject> <phrase>Ethernet</phrase> " +"</textobject></inlinemediaobject>" #. (itstool) path: entry/para #: C/index.docbook:215 msgid "Ethernet connection." -msgstr "" +msgstr "Проводное соединение." #. (itstool) path: imageobject/imagedata #. This is a reference to an external file such as an image or video. When @@ -308,7 +349,7 @@ msgstr "" #: C/index.docbook:222 msgctxt "_" msgid "external ref='figures/ppp.png' md5='b88d98a9ccdd489d91b45c8cf2dcbad1'" -msgstr "" +msgstr "external ref='figures/ppp.png' md5='b88d98a9ccdd489d91b45c8cf2dcbad1'" #. (itstool) path: entry/para #: C/index.docbook:220 @@ -317,11 +358,14 @@ msgid "" "format=\"PNG\"/> </imageobject><textobject> <phrase>PPP</phrase> " "</textobject></inlinemediaobject>" msgstr "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/ppp.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>PPP</phrase> " +"</textobject></inlinemediaobject>" #. (itstool) path: entry/para #: C/index.docbook:227 msgid "Point to Point Protocol connection." -msgstr "" +msgstr "Соединение по протоколу «точка-точка»." #. (itstool) path: imageobject/imagedata #. This is a reference to an external file such as an image or video. When @@ -333,6 +377,7 @@ msgctxt "_" msgid "" "external ref='figures/wavelan.png' md5='90f925a64abe393adc5834fceba515fe'" msgstr "" +"external ref='figures/wavelan.png' md5='90f925a64abe393adc5834fceba515fe'" #. (itstool) path: entry/para #: C/index.docbook:232 @@ -341,11 +386,14 @@ msgid "" "format=\"PNG\"/> </imageobject><textobject> <phrase>Wireless</phrase> " "</textobject></inlinemediaobject>" msgstr "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/wavelan.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>Wireless</phrase> " +"</textobject></inlinemediaobject>" #. (itstool) path: entry/para #: C/index.docbook:239 msgid "Wireless connection." -msgstr "" +msgstr "Беспроводное соединение." #. (itstool) path: imageobject/imagedata #. This is a reference to an external file such as an image or video. When @@ -356,6 +404,7 @@ msgstr "" msgctxt "_" msgid "external ref='figures/plip.png' md5='0761a22dfa7b0b56e41e020cd701db68'" msgstr "" +"external ref='figures/plip.png' md5='0761a22dfa7b0b56e41e020cd701db68'" #. (itstool) path: entry/para #: C/index.docbook:244 @@ -364,16 +413,19 @@ msgid "" "format=\"PNG\"/> </imageobject><textobject> <phrase>PLIP</phrase> " "</textobject></inlinemediaobject>" msgstr "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/plip.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>PLIP</phrase> " +"</textobject></inlinemediaobject>" #. (itstool) path: entry/para #: C/index.docbook:251 msgid "Parallel Line Internet Protocol connection." -msgstr "" +msgstr "Соединение по «интернет-протоколу параллельной линии»." #. (itstool) path: sect2/title #: C/index.docbook:260 msgid "To Add Netspeed Applet to a Panel" -msgstr "" +msgstr "Добавление апплета «Индикатор скорости» на панель" #. (itstool) path: sect2/para #: C/index.docbook:261 @@ -381,6 +433,8 @@ msgid "" "To add <application>Netspeed Applet</application> to a panel, perform the " "following steps:" msgstr "" +"Чтобы добавить апплет <application>Индикатор скорости</application> на " +"панель, выполните следующие действия:" #. (itstool) path: listitem/para #: C/index.docbook:267 @@ -398,6 +452,8 @@ msgid "" "Scroll down the list of items in the <guilabel>Add to Panel</guilabel> " "dialog, then select <guilabel>Netspeed Applet</guilabel>." msgstr "" +"Прокрутите список элементов в диалоговом окне <guilabel>Добавить на " +"панель</guilabel> и выберите <guilabel>Индикатор скорости</guilabel>." #. (itstool) path: listitem/para #: C/index.docbook:283 @@ -412,7 +468,7 @@ msgstr "Настройка" #. (itstool) path: figure/title #: C/index.docbook:293 msgid "Netspeed Applet Settings" -msgstr "" +msgstr "Настройки апплета «Индикатор скорости»" #. (itstool) path: imageobject/imagedata #. This is a reference to an external file such as an image or video. When @@ -424,6 +480,7 @@ msgctxt "_" msgid "" "external ref='figures/settings.png' md5='219a6bc0e89cb9634d49025f9d3c6604'" msgstr "" +"external ref='figures/settings.png' md5='219a6bc0e89cb9634d49025f9d3c6604'" #. (itstool) path: screenshot/mediaobject #: C/index.docbook:295 @@ -432,11 +489,16 @@ msgid "" "</imageobject> <textobject> <phrase>Netspeed Applet Settings.</phrase> " "</textobject>" msgstr "" +"<imageobject><imagedata fileref=\"figures/settings.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>Netspeed Applet Settings.</phrase> " +"</textobject>" #. (itstool) path: sect1/para #: C/index.docbook:304 msgid "In this dialog you can change the settings of Netspeed Applet:" msgstr "" +"В этом диалоговом окне вы можете изменять настройки апплета «Индикатор " +"скорости»:" #. (itstool) path: listitem/para #: C/index.docbook:308 @@ -445,6 +507,10 @@ msgid "" "applet should monitor from the popdown list of the combobox. Usually all " "available devices are listed, however you can enter one yourself, too." msgstr "" +"<guilabel>Сетевое устройство:</guilabel> Выберите из раскрывающегося списка " +"сетевое устройство, которое апплет должен контролировать. В списке, как " +"правило, перечислены все доступные устройства, однако вы можете добавить " +"одно из них самостоятельно." #. (itstool) path: listitem/para #: C/index.docbook:312 @@ -452,6 +518,8 @@ msgid "" "<guilabel>Update interval:</guilabel> Enter the time between two updates of " "the applet." msgstr "" +"<guilabel>Интервал обновления:</guilabel> Введите значение временного " +"промежутка между обновлениями апплета." #. (itstool) path: listitem/para #: C/index.docbook:315 @@ -459,6 +527,8 @@ msgid "" "<guilabel>Label font size:</guilabel> Enter the size of the text displayed " "in the applet." msgstr "" +"<guilabel>Размер шрифта надписи:</guilabel> Введите значение размера текста," +" отображаемого в апплете." #. (itstool) path: listitem/para #: C/index.docbook:318 @@ -467,6 +537,10 @@ msgid "" "then the applet will show the sum of the in and out rate. The applet will " "take only half of the space in the panel in this case." msgstr "" +"<guilabel>Показывать суммарную скорость входящего и исходящего " +"трафика:</guilabel> Если вы установите этот флажок, апплет покажет сумму " +"входящей и исходящей скорости. В этом случае апплет будет занимать только " +"половину места на панели." #. (itstool) path: listitem/para #: C/index.docbook:322 @@ -474,6 +548,8 @@ msgid "" "<guilabel>Show bits/s (b/s) instead of bytes/s (B/s):</guilabel> Check this " "if you want the applet to display bits per second instead of bytes/s." msgstr "" +"<guilabel>Показывать биты вместо байт:</guilabel> Установите этот флажок, " +"если хотите, чтобы апплет отображал скорость в бит/с, а не Б/с." #. (itstool) path: listitem/para #: C/index.docbook:326 @@ -485,6 +561,12 @@ msgid "" "unchecked, the applet will always show the network card icon, no matter " "which device you monitor." msgstr "" +"<guilabel>Менять значок в соответствии с типом устройства:</guilabel> Обычно" +" апплет показывает значок, изображающий тип отслеживаемого сетевого " +"устройства. Таким образом, он будет показывать телефон для соединений " +"«точка-точка» (ppp — модемы и т. д.), сетевую карту для Ethernet (eth) и т. " +"д. Если этот флажок не установлен, апплет всегда будет показывать значок " +"сетевой карты, независимо от того, какое устройство вы отслеживаете." #. (itstool) path: listitem/para #: C/index.docbook:332 @@ -493,12 +575,15 @@ msgid "" "your connection is down, Netspeed Applet look for a running one for " "monitoring." msgstr "" +"<guilabel>Всегда отслеживать подключенное устройство, если это " +"возможно:</guilabel> Когда выбранное вами соединение не работает, апплет " +"«Индикатор скорости» будет искать работающее соединение для отслеживания." #. (itstool) path: sect1/title #. (itstool) path: figure/title #: C/index.docbook:338 C/index.docbook:340 msgid "The details dialog" -msgstr "" +msgstr "Диалоговое окно «Подробнее об устройстве»" #. (itstool) path: imageobject/imagedata #. This is a reference to an external file such as an image or video. When @@ -510,6 +595,7 @@ msgctxt "_" msgid "" "external ref='figures/details.png' md5='60fedda8f88b634f16ab31090b5bdd67'" msgstr "" +"external ref='figures/details.png' md5='60fedda8f88b634f16ab31090b5bdd67'" #. (itstool) path: screenshot/mediaobject #: C/index.docbook:342 @@ -518,6 +604,9 @@ msgid "" "</imageobject> <textobject> <phrase>The details dialog</phrase> " "</textobject>" msgstr "" +"<imageobject><imagedata fileref=\"figures/details.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>Диалоговое окно «Подробнее об " +"устройстве»</phrase> </textobject>" #. (itstool) path: sect1/para #: C/index.docbook:351 @@ -525,6 +614,8 @@ msgid "" "This dialog shows you some useful information on the configuration of your " "network device." msgstr "" +"В этом окне отображается полезная информация о конфигурации вашего сетевого " +"устройства." #. (itstool) path: listitem/para #: C/index.docbook:356 @@ -532,6 +623,8 @@ msgid "" "<guilabel>Internet Address:</guilabel> The IP (Internet Protocol) address of" " the network device." msgstr "" +"<guilabel>IP-адрес:</guilabel> IP-адрес (Интернет-протокол) сетевого " +"устройства." #. (itstool) path: listitem/para #: C/index.docbook:359 @@ -540,6 +633,9 @@ msgid "" "LAN (Local Area Network). A usual value is 255.255.255.0 (a class C " "network)." msgstr "" +"<guilabel>Маска подсети:</guilabel> сетевая маска, которая зависит от " +"размера вашей локальной сети (LAN). Обычное значение — 255.255.255.0 (сеть " +"класса C)." #. (itstool) path: listitem/para #: C/index.docbook:363 @@ -548,6 +644,9 @@ msgid "" "physical or MAC (Media Access Control) address. A worldwide unique " "identifier for your network card." msgstr "" +"<guilabel>Аппаратный адрес:</guilabel> Часто упоминается как физический или " +"MAC-адрес (управление доступом к среде). Международный уникальный " +"идентификатор вашей сетевой карты." #. (itstool) path: listitem/para #: C/index.docbook:367 @@ -555,6 +654,8 @@ msgid "" "<guilabel>P-t-P Address:</guilabel> The internet address of the \"other " "side\" of your PPP (Point to Point Protocol) connection." msgstr "" +"<guilabel>Адрес точка-точка:</guilabel> Интернет-адрес «другой стороны» " +"вашего соединения PPP (протокол «точка-точка»)." #. (itstool) path: listitem/para #: C/index.docbook:371 @@ -562,6 +663,8 @@ msgid "" "<guilabel>Bytes in:</guilabel> The amount of bytes that the network device " "has received since it has been connected to the network." msgstr "" +"<guilabel>Объём входящего трафика:</guilabel> Количество байт, полученных " +"сетевым устройством с момента его подключения к сети." #. (itstool) path: listitem/para #: C/index.docbook:375 @@ -569,6 +672,8 @@ msgid "" "<guilabel>Bytes out:</guilabel> The amount of bytes that the network device " "has sent since it has been connected to the network." msgstr "" +"<guilabel>Объём исходящего трафика:</guilabel> Количество байт, отправленных" +" сетевым устройством с момента его подключения к сети." #. (itstool) path: para/ulink #: C/legal.xml:9 diff --git a/netspeed/help/rw/rw.po b/netspeed/help/rw/rw.po index 4071588c..6bc07f3f 100644 --- a/netspeed/help/rw/rw.po +++ b/netspeed/help/rw/rw.po @@ -5,10 +5,10 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" "Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: Kinyarwanda (https://www.transifex.com/mate/teams/13566/rw/)\n" +"Language-Team: Kinyarwanda (https://app.transifex.com/mate/teams/13566/rw/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -33,7 +33,7 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" #. (itstool) path: articleinfo/copyright @@ -127,8 +127,9 @@ msgstr "" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/help/sc/sc.po b/netspeed/help/sc/sc.po new file mode 100644 index 00000000..c2f106db --- /dev/null +++ b/netspeed/help/sc/sc.po @@ -0,0 +1,610 @@ +# Translators: +# Fabrizio Pedes <[email protected]>, 2018 +# Transifex Bot <>, 2026 +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" +"PO-Revision-Date: 2018-09-27 15:24+0000\n" +"Last-Translator: Transifex Bot <>, 2026\n" +"Language-Team: Sardinian (https://app.transifex.com/mate/teams/13566/sc/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sc\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2 +msgctxt "_" +msgid "translator-credits" +msgstr "" +"Launchpad Contributions: Dàriu Piga https://launchpad.net/~nurdarios\n" +"\n" +"Transifex: Fabrizio Pedes https://www.transifex.com/accounts/profile/utalabi" + +#. (itstool) path: articleinfo/title +#: C/index.docbook:23 +msgid "Netspeed Applet Manual V1.3" +msgstr "" + +#. (itstool) path: abstract/para +#: C/index.docbook:25 +msgid "" +"Netspeed Applet shows how much traffic occurs on a specified network device." +msgstr "" + +#. (itstool) path: articleinfo/copyright +#: C/index.docbook:27 +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" +msgstr "" + +#. (itstool) path: articleinfo/copyright +#: C/index.docbook:31 +msgid "<year>2002</year> <holder>Jörgen Scheibengruber</holder>" +msgstr "" + +#. (itstool) path: publisher/publishername +#: C/index.docbook:44 +msgid "MATE Documentation Project" +msgstr "" + +#. (itstool) path: publisher/publishername +#: C/index.docbook:47 +msgid "GNOME Documentation Project" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:53 +msgid "" +"<firstname>MATE Documentation Project</firstname> <surname/> <affiliation> " +"<orgname>MATE Desktop</orgname> </affiliation>" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:60 +msgid "" +"<firstname>Jörgen</firstname> <surname>Scheibengruber</surname> " +"<affiliation> <orgname>GNOME Project</orgname> </affiliation> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:69 +msgid "" +"<firstname>Pedro</firstname> <surname>Villavicencio Garrido</surname> " +"<affiliation> <orgname>GNOME Project</orgname> </affiliation> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revision/author +#: C/index.docbook:96 +msgid "<firstname>MATE Documentation Project</firstname> <surname/>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:93 +msgid "<revnumber>1.3</revnumber> <date>July 2015</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: revision/author +#: C/index.docbook:105 C/index.docbook:125 +msgid "" +"<firstname>Jörgen</firstname> <surname>Scheibengruber</surname> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:102 +msgid "<revnumber>1.2</revnumber> <date>2006</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: revision/author +#: C/index.docbook:115 +msgid "" +"<firstname>Pedro</firstname> <surname>Villavicencio Garrido</surname> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:112 +msgid "<revnumber>1.1</revnumber> <date>2005</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:122 +msgid "<revnumber>1.0</revnumber> <date>2002</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: articleinfo/releaseinfo +#: C/index.docbook:134 +msgid "This manual describes version 1.10.1 of Netspeed Applet." +msgstr "" + +#. (itstool) path: legalnotice/title +#: C/index.docbook:137 +msgid "Feedback" +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/index.docbook:138 +msgid "" +"To report a bug or make a suggestion regarding the Netspeed Applet " +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." +msgstr "" + +#. (itstool) path: article/indexterm +#: C/index.docbook:146 +msgid "<primary>Netspeed Applet</primary>" +msgstr "" + +#. (itstool) path: sect1/title +#: C/index.docbook:152 +msgid "About Netspeed Applet" +msgstr "" + +#. (itstool) path: figure/title +#: C/index.docbook:154 +msgid "Netspeed" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:157 +msgctxt "_" +msgid "" +"external ref='figures/netspeed_applet.png' " +"md5='11ef0533a2be1a5d1a9de77c4cec7f93'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:156 +msgid "" +"<imageobject><imagedata fileref=\"figures/netspeed_applet.png\" " +"format=\"PNG\"/> </imageobject> <textobject> <phrase>Netspeed.</phrase> " +"</textobject>" +msgstr "" + +#. (itstool) path: figure/title +#: C/index.docbook:166 +msgid "Netspeed showing the sum in a 48px panel." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:169 +msgctxt "_" +msgid "" +"external ref='figures/eth_sum_48.png' md5='5113ce28da9b7712dafc52b3c13ccf32'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:168 +msgid "" +"<imageobject><imagedata fileref=\"figures/eth_sum_48.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>Netspeed showing the sum in a 48px " +"panel.</phrase> </textobject>" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:177 +msgid "" +"<application>Netspeed Applet</application> displays the network traffic on a" +" specified device like eth0, ppp0, plip0, etc. More over it provides " +"information about the configuration of the network device." +msgstr "" + +#. (itstool) path: sect2/title +#: C/index.docbook:183 +msgid "Netspeed Icons on Panel" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:190 +msgid "Icon" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:191 +msgid "Description" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:198 +msgctxt "_" +msgid "" +"external ref='figures/loopback.png' md5='0636b7d65b0626ee5e92dc0d28be5871'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:196 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/loopback.png\"" +" format=\"PNG\"/> </imageobject><textobject> <phrase>Loopback</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:203 +msgid "The Loopback interface." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:210 +msgctxt "_" +msgid "" +"external ref='figures/ethernet.png' md5='48562a8b38e8eca91a3a8ee4ba4e3077'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:208 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/ethernet.png\"" +" format=\"PNG\"/> </imageobject><textobject> <phrase>Ethernet</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:215 +msgid "Ethernet connection." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:222 +msgctxt "_" +msgid "external ref='figures/ppp.png' md5='b88d98a9ccdd489d91b45c8cf2dcbad1'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:220 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/ppp.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>PPP</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:227 +msgid "Point to Point Protocol connection." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:234 +msgctxt "_" +msgid "" +"external ref='figures/wavelan.png' md5='90f925a64abe393adc5834fceba515fe'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:232 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/wavelan.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>Wireless</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:239 +msgid "Wireless connection." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:246 +msgctxt "_" +msgid "external ref='figures/plip.png' md5='0761a22dfa7b0b56e41e020cd701db68'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:244 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/plip.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>PLIP</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:251 +msgid "Parallel Line Internet Protocol connection." +msgstr "" + +#. (itstool) path: sect2/title +#: C/index.docbook:260 +msgid "To Add Netspeed Applet to a Panel" +msgstr "" + +#. (itstool) path: sect2/para +#: C/index.docbook:261 +msgid "" +"To add <application>Netspeed Applet</application> to a panel, perform the " +"following steps:" +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:267 +msgid "Right-click on the panel." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:272 +msgid "Choose <guimenuitem>Add to Panel</guimenuitem>." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:277 +msgid "" +"Scroll down the list of items in the <guilabel>Add to Panel</guilabel> " +"dialog, then select <guilabel>Netspeed Applet</guilabel>." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:283 +msgid "Click <guibutton>Add</guibutton>." +msgstr "" + +#. (itstool) path: sect1/title +#: C/index.docbook:291 +msgid "Settings" +msgstr "" + +#. (itstool) path: figure/title +#: C/index.docbook:293 +msgid "Netspeed Applet Settings" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:296 +msgctxt "_" +msgid "" +"external ref='figures/settings.png' md5='219a6bc0e89cb9634d49025f9d3c6604'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:295 +msgid "" +"<imageobject><imagedata fileref=\"figures/settings.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>Netspeed Applet Settings.</phrase> " +"</textobject>" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:304 +msgid "In this dialog you can change the settings of Netspeed Applet:" +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:308 +msgid "" +"<guilabel>Network device:</guilabel> Choose the network device that the " +"applet should monitor from the popdown list of the combobox. Usually all " +"available devices are listed, however you can enter one yourself, too." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:312 +msgid "" +"<guilabel>Update interval:</guilabel> Enter the time between two updates of " +"the applet." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:315 +msgid "" +"<guilabel>Label font size:</guilabel> Enter the size of the text displayed " +"in the applet." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:318 +msgid "" +"<guilabel>Show sum instead of in and out:</guilabel> If you check this box " +"then the applet will show the sum of the in and out rate. The applet will " +"take only half of the space in the panel in this case." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:322 +msgid "" +"<guilabel>Show bits/s (b/s) instead of bytes/s (B/s):</guilabel> Check this " +"if you want the applet to display bits per second instead of bytes/s." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:326 +msgid "" +"<guilabel>Change icon according to the selected device:</guilabel> Usually " +"the applet will show an icon representing the type of network device you " +"monitor. So it will show a phone for Point to Point connections (ppp - " +"modems, etc.), a network card for Ethernet (eth), etc. When this is " +"unchecked, the applet will always show the network card icon, no matter " +"which device you monitor." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:332 +msgid "" +"<guilabel>Always monitor a connected device, if possible:</guilabel> When " +"your connection is down, Netspeed Applet look for a running one for " +"monitoring." +msgstr "" + +#. (itstool) path: sect1/title +#. (itstool) path: figure/title +#: C/index.docbook:338 C/index.docbook:340 +msgid "The details dialog" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:343 +msgctxt "_" +msgid "" +"external ref='figures/details.png' md5='60fedda8f88b634f16ab31090b5bdd67'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:342 +msgid "" +"<imageobject><imagedata fileref=\"figures/details.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>The details dialog</phrase> " +"</textobject>" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:351 +msgid "" +"This dialog shows you some useful information on the configuration of your " +"network device." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:356 +msgid "" +"<guilabel>Internet Address:</guilabel> The IP (Internet Protocol) address of" +" the network device." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:359 +msgid "" +"<guilabel>Netmask:</guilabel> The netmask which depends on the size of your " +"LAN (Local Area Network). A usual value is 255.255.255.0 (a class C " +"network)." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:363 +msgid "" +"<guilabel>Hardware Address:</guilabel> Often also referred to as the " +"physical or MAC (Media Access Control) address. A worldwide unique " +"identifier for your network card." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:367 +msgid "" +"<guilabel>P-t-P Address:</guilabel> The internet address of the \"other " +"side\" of your PPP (Point to Point Protocol) connection." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:371 +msgid "" +"<guilabel>Bytes in:</guilabel> The amount of bytes that the network device " +"has received since it has been connected to the network." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:375 +msgid "" +"<guilabel>Bytes out:</guilabel> The amount of bytes that the network device " +"has sent since it has been connected to the network." +msgstr "" + +#. (itstool) path: para/ulink +#: C/legal.xml:9 +msgid "link" +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:2 +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 <_:ulink-1/> or in the file COPYING-DOCS distributed " +"with this manual." +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:12 +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." +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:19 +msgid "" +"Many of the names used by companies to distinguish their products and " +"services are claimed as trademarks. Where those names appear in any MATE " +"documentation, and the members of the MATE Documentation Project are made " +"aware of those trademarks, then the names are in capital letters or initial " +"capital letters." +msgstr "" + +#. (itstool) path: listitem/para +#: C/legal.xml:35 +msgid "" +"DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " +"EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " +"THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " +"MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " +"RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " +"MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " +"MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " +"WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " +"SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " +"ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " +"OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" +msgstr "" + +#. (itstool) path: listitem/para +#: C/legal.xml:55 +msgid "" +"UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" +" NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " +"CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " +"DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " +"FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " +"ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " +"WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" +" OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " +"VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" +" POSSIBILITY OF SUCH DAMAGES." +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:28 +msgid "" +"DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " +"OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " +"<_:orderedlist-1/>" +msgstr "" diff --git a/netspeed/help/si/si.po b/netspeed/help/si/si.po index 6fe8bf96..89494c1b 100644 --- a/netspeed/help/si/si.po +++ b/netspeed/help/si/si.po @@ -5,10 +5,10 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" "Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: Sinhala (https://www.transifex.com/mate/teams/13566/si/)\n" +"Language-Team: Sinhala (https://app.transifex.com/mate/teams/13566/si/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -33,7 +33,7 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" #. (itstool) path: articleinfo/copyright @@ -127,8 +127,9 @@ msgstr "" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/help/sk/sk.po b/netspeed/help/sk/sk.po index 5a59ef91..865ca681 100644 --- a/netspeed/help/sk/sk.po +++ b/netspeed/help/sk/sk.po @@ -9,10 +9,10 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" "Last-Translator: Ján Ďanovský <[email protected]>, 2020\n" -"Language-Team: Slovak (https://www.transifex.com/mate/teams/13566/sk/)\n" +"Language-Team: Slovak (https://app.transifex.com/mate/teams/13566/sk/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -42,7 +42,7 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" #. (itstool) path: articleinfo/copyright @@ -136,8 +136,9 @@ msgstr "Reakcia" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/help/sl/sl.po b/netspeed/help/sl/sl.po index 779d1d1f..e22010e4 100644 --- a/netspeed/help/sl/sl.po +++ b/netspeed/help/sl/sl.po @@ -2,17 +2,16 @@ # Translators: # Stefano Karapetsas <[email protected]>, 2018 # Damir Jerovšek <[email protected]>, 2018 -# Damir Mevkić <[email protected]>, 2019 +# Damir Mevkić 52K <[email protected]>, 2019 # Helena S <[email protected]>, 2020 -# Arnold Marko <[email protected]>, 2020 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" -"Last-Translator: Arnold Marko <[email protected]>, 2020\n" -"Language-Team: Slovenian (https://www.transifex.com/mate/teams/13566/sl/)\n" +"Last-Translator: Helena S <[email protected]>, 2020\n" +"Language-Team: Slovenian (https://app.transifex.com/mate/teams/13566/sl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -37,8 +36,8 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" -msgstr "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" +msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:31 @@ -131,8 +130,9 @@ msgstr "Odziv" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/help/sq/sq.po b/netspeed/help/sq/sq.po index be3076c8..b1ddd6d0 100644 --- a/netspeed/help/sq/sq.po +++ b/netspeed/help/sq/sq.po @@ -2,15 +2,15 @@ # Translators: # Stefano Karapetsas <[email protected]>, 2018 # Indrit Bashkimi <[email protected]>, 2018 -# Ardit Dani <[email protected]>, 2019 +# Ardit Dani <[email protected]>, 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" -"Last-Translator: Ardit Dani <[email protected]>, 2019\n" -"Language-Team: Albanian (https://www.transifex.com/mate/teams/13566/sq/)\n" +"Last-Translator: Ardit Dani <[email protected]>, 2021\n" +"Language-Team: Albanian (https://app.transifex.com/mate/teams/13566/sq/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -38,7 +38,7 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" #. (itstool) path: articleinfo/copyright @@ -132,8 +132,9 @@ msgstr "Sugjerime " #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm @@ -560,6 +561,10 @@ msgid "" "you can do so by adding a copy of the license to the manual, as described in" " section 6 of the license." msgstr "" +"Ky manual është pjesë e një koleksioni të manualeve të MATE të shpërndara " +"nën GFDL. Nëse dëshironi ta shpërndani këtë manual veçmas nga koleksioni, " +"mund ta bëni duke shtuar një kopje të licencës në manual, siç përshkruhet në" +" seksionin 6 të licencës." #. (itstool) path: legalnotice/para #: C/legal.xml:19 diff --git a/netspeed/help/sr/sr.po b/netspeed/help/sr/sr.po index bcbd6862..6b7f8c45 100644 --- a/netspeed/help/sr/sr.po +++ b/netspeed/help/sr/sr.po @@ -1,15 +1,15 @@ # # Translators: # Stefano Karapetsas <[email protected]>, 2018 -# Мирослав Николић <[email protected]>, 2020 +# Мирослав Николић <[email protected]>, 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" -"Last-Translator: Мирослав Николић <[email protected]>, 2020\n" -"Language-Team: Serbian (https://www.transifex.com/mate/teams/13566/sr/)\n" +"Last-Translator: Мирослав Николић <[email protected]>, 2021\n" +"Language-Team: Serbian (https://app.transifex.com/mate/teams/13566/sr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -24,24 +24,26 @@ msgstr "Мирослав Николић <[email protected]>" #. (itstool) path: articleinfo/title #: C/index.docbook:23 msgid "Netspeed Applet Manual V1.3" -msgstr "" +msgstr "Упутство програмчета мрежне брзине и1.3" #. (itstool) path: abstract/para #: C/index.docbook:25 msgid "" "Netspeed Applet shows how much traffic occurs on a specified network device." msgstr "" +"Програмче мрежне брзине приказује количину саобраћаја на наведеном мрежном " +"уређају." #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" -"<year>2015-2020</year> <holder>Пројекат Мејтове документације</holder>" +"<year>2015-2021</year> <holder>Пројекат Мејтове документације</holder>" #. (itstool) path: articleinfo/copyright #: C/index.docbook:31 msgid "<year>2002</year> <holder>Jörgen Scheibengruber</holder>" -msgstr "" +msgstr "<year>2002</year> <holder>Јерген Шајбенгрубер</holder>" #. (itstool) path: publisher/publishername #: C/index.docbook:44 @@ -59,6 +61,8 @@ msgid "" "<firstname>MATE Documentation Project</firstname> <surname/> <affiliation> " "<orgname>MATE Desktop</orgname> </affiliation>" msgstr "" +"<firstname>Пројекат Мејтове документације</firstname> <surname/> " +"<affiliation> <orgname>Мејтова радна површ</orgname> </affiliation>" #. (itstool) path: authorgroup/author #: C/index.docbook:60 @@ -67,6 +71,8 @@ msgid "" "<affiliation> <orgname>GNOME Project</orgname> </affiliation> " "<email>[email protected]</email>" msgstr "" +"<firstname>Јерген</firstname> <surname>Шајбенгрубер</surname> <affiliation> " +"<orgname>Гномов пројекат</orgname> </affiliation> <email>[email protected]</email>" #. (itstool) path: authorgroup/author #: C/index.docbook:69 @@ -75,16 +81,19 @@ msgid "" "<affiliation> <orgname>GNOME Project</orgname> </affiliation> " "<email>[email protected]</email>" msgstr "" +"<firstname>Педро</firstname> <surname>Виљависенсио Гаридо</surname> " +"<affiliation> <orgname>Гномов проекат</orgname> </affiliation> " +"<email>[email protected]</email>" #. (itstool) path: revision/author #: C/index.docbook:96 msgid "<firstname>MATE Documentation Project</firstname> <surname/>" -msgstr "" +msgstr "<firstname>Пројекат Мејтове документације</firstname> <surname/>" #. (itstool) path: revhistory/revision #: C/index.docbook:93 msgid "<revnumber>1.3</revnumber> <date>July 2015</date> <_:author-1/>" -msgstr "" +msgstr "<revnumber>1.3</revnumber> <date>Јул 2015</date> <_:author-1/>" #. (itstool) path: revision/author #: C/index.docbook:105 C/index.docbook:125 @@ -92,11 +101,13 @@ msgid "" "<firstname>Jörgen</firstname> <surname>Scheibengruber</surname> " "<email>[email protected]</email>" msgstr "" +"<firstname>Јерген</firstname> <surname>Шајбенгрубер</surname> " +"<email>[email protected]</email>" #. (itstool) path: revhistory/revision #: C/index.docbook:102 msgid "<revnumber>1.2</revnumber> <date>2006</date> <_:author-1/>" -msgstr "" +msgstr "<revnumber>1.2</revnumber> <date>2006</date> <_:author-1/>" #. (itstool) path: revision/author #: C/index.docbook:115 @@ -104,21 +115,23 @@ msgid "" "<firstname>Pedro</firstname> <surname>Villavicencio Garrido</surname> " "<email>[email protected]</email>" msgstr "" +"<firstname>Педро</firstname> <surname>Виљависенсио Гаридо</surname> " +"<email>[email protected]</email>" #. (itstool) path: revhistory/revision #: C/index.docbook:112 msgid "<revnumber>1.1</revnumber> <date>2005</date> <_:author-1/>" -msgstr "" +msgstr "<revnumber>1.1</revnumber> <date>2005</date> <_:author-1/>" #. (itstool) path: revhistory/revision #: C/index.docbook:122 msgid "<revnumber>1.0</revnumber> <date>2002</date> <_:author-1/>" -msgstr "" +msgstr "<revnumber>1.0</revnumber> <date>2002</date> <_:author-1/>" #. (itstool) path: articleinfo/releaseinfo #: C/index.docbook:134 msgid "This manual describes version 1.10.1 of Netspeed Applet." -msgstr "" +msgstr "Ово упутство описује издање 1.10.1 програмчета Мрежне брзине." #. (itstool) path: legalnotice/title #: C/index.docbook:137 @@ -129,24 +142,28 @@ msgstr "Примедбе" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" +"Да бисте пријавили грешку или дали предлог у вези програмчета Мрежне брзине " +"или овог упутства, пратите смернице на <ulink url=\"ghelp:user-" +"guide?feedback-bugs\" type=\"help\">Мејтовој страници за примедбе</ulink>." #. (itstool) path: article/indexterm #: C/index.docbook:146 msgid "<primary>Netspeed Applet</primary>" -msgstr "" +msgstr "<primary>Програмче Мрежне брзине</primary>" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "About Netspeed Applet" -msgstr "" +msgstr "О програмчету Мрежне брзине" #. (itstool) path: figure/title #: C/index.docbook:154 msgid "Netspeed" -msgstr "" +msgstr "Мрежна брзина" #. (itstool) path: imageobject/imagedata #. This is a reference to an external file such as an image or video. When @@ -159,6 +176,8 @@ msgid "" "external ref='figures/netspeed_applet.png' " "md5='11ef0533a2be1a5d1a9de77c4cec7f93'" msgstr "" +"external ref='figures/netspeed_applet.png' " +"md5='11ef0533a2be1a5d1a9de77c4cec7f93'" #. (itstool) path: screenshot/mediaobject #: C/index.docbook:156 @@ -167,11 +186,14 @@ msgid "" "format=\"PNG\"/> </imageobject> <textobject> <phrase>Netspeed.</phrase> " "</textobject>" msgstr "" +"<imageobject><imagedata fileref=\"figures/netspeed_applet.png\" " +"format=\"PNG\"/> </imageobject> <textobject> <phrase>Мрежна брзина.</phrase>" +" </textobject>" #. (itstool) path: figure/title #: C/index.docbook:166 msgid "Netspeed showing the sum in a 48px panel." -msgstr "" +msgstr "Мрежна брзина приказујући суму у панелу од 48 тачкица." #. (itstool) path: imageobject/imagedata #. This is a reference to an external file such as an image or video. When @@ -183,6 +205,7 @@ msgctxt "_" msgid "" "external ref='figures/eth_sum_48.png' md5='5113ce28da9b7712dafc52b3c13ccf32'" msgstr "" +"external ref='figures/eth_sum_48.png' md5='5113ce28da9b7712dafc52b3c13ccf32'" #. (itstool) path: screenshot/mediaobject #: C/index.docbook:168 @@ -191,6 +214,9 @@ msgid "" "</imageobject> <textobject> <phrase>Netspeed showing the sum in a 48px " "panel.</phrase> </textobject>" msgstr "" +"<imageobject><imagedata fileref=\"figures/eth_sum_48.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>Мрежна брзина приказујући суму у панелу " +"од 48 тачкица.</phrase> </textobject>" #. (itstool) path: sect1/para #: C/index.docbook:177 @@ -199,11 +225,14 @@ msgid "" " specified device like eth0, ppp0, plip0, etc. More over it provides " "information about the configuration of the network device." msgstr "" +"„<application>Програмче Мрежне брзине</application>“ приказује мрежни " +"саобраћај на наведеном уређају као што је „eth0, ppp0, plip0“, итд. Више о " +"овоме обезбеђује информација о подешавању мрежног уређаја." #. (itstool) path: sect2/title #: C/index.docbook:183 msgid "Netspeed Icons on Panel" -msgstr "" +msgstr "Иконице Мрежне брзине на панелу" #. (itstool) path: entry/para #: C/index.docbook:190 @@ -225,6 +254,7 @@ msgctxt "_" msgid "" "external ref='figures/loopback.png' md5='0636b7d65b0626ee5e92dc0d28be5871'" msgstr "" +"external ref='figures/loopback.png' md5='0636b7d65b0626ee5e92dc0d28be5871'" #. (itstool) path: entry/para #: C/index.docbook:196 @@ -233,11 +263,14 @@ msgid "" " format=\"PNG\"/> </imageobject><textobject> <phrase>Loopback</phrase> " "</textobject></inlinemediaobject>" msgstr "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/loopback.png\"" +" format=\"PNG\"/> </imageobject><textobject> <phrase>Петља</phrase> " +"</textobject></inlinemediaobject>" #. (itstool) path: entry/para #: C/index.docbook:203 msgid "The Loopback interface." -msgstr "" +msgstr "Уређај повратне петље." #. (itstool) path: imageobject/imagedata #. This is a reference to an external file such as an image or video. When @@ -249,6 +282,7 @@ msgctxt "_" msgid "" "external ref='figures/ethernet.png' md5='48562a8b38e8eca91a3a8ee4ba4e3077'" msgstr "" +"external ref='figures/ethernet.png' md5='48562a8b38e8eca91a3a8ee4ba4e3077'" #. (itstool) path: entry/para #: C/index.docbook:208 @@ -257,11 +291,14 @@ msgid "" " format=\"PNG\"/> </imageobject><textobject> <phrase>Ethernet</phrase> " "</textobject></inlinemediaobject>" msgstr "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/ethernet.png\"" +" format=\"PNG\"/> </imageobject><textobject> <phrase>Етернет</phrase> " +"</textobject></inlinemediaobject>" #. (itstool) path: entry/para #: C/index.docbook:215 msgid "Ethernet connection." -msgstr "" +msgstr "Жичана веза." #. (itstool) path: imageobject/imagedata #. This is a reference to an external file such as an image or video. When @@ -271,7 +308,7 @@ msgstr "" #: C/index.docbook:222 msgctxt "_" msgid "external ref='figures/ppp.png' md5='b88d98a9ccdd489d91b45c8cf2dcbad1'" -msgstr "" +msgstr "external ref='figures/ppp.png' md5='b88d98a9ccdd489d91b45c8cf2dcbad1'" #. (itstool) path: entry/para #: C/index.docbook:220 @@ -280,11 +317,14 @@ msgid "" "format=\"PNG\"/> </imageobject><textobject> <phrase>PPP</phrase> " "</textobject></inlinemediaobject>" msgstr "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/ppp.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>ТТП</phrase> " +"</textobject></inlinemediaobject>" #. (itstool) path: entry/para #: C/index.docbook:227 msgid "Point to Point Protocol connection." -msgstr "" +msgstr "Веза по протоколу од тачке до тачке" #. (itstool) path: imageobject/imagedata #. This is a reference to an external file such as an image or video. When @@ -296,6 +336,7 @@ msgctxt "_" msgid "" "external ref='figures/wavelan.png' md5='90f925a64abe393adc5834fceba515fe'" msgstr "" +"external ref='figures/wavelan.png' md5='90f925a64abe393adc5834fceba515fe'" #. (itstool) path: entry/para #: C/index.docbook:232 @@ -304,11 +345,14 @@ msgid "" "format=\"PNG\"/> </imageobject><textobject> <phrase>Wireless</phrase> " "</textobject></inlinemediaobject>" msgstr "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/wavelan.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>Бежична</phrase> " +"</textobject></inlinemediaobject>" #. (itstool) path: entry/para #: C/index.docbook:239 msgid "Wireless connection." -msgstr "" +msgstr "Бежична веза." #. (itstool) path: imageobject/imagedata #. This is a reference to an external file such as an image or video. When @@ -319,6 +363,7 @@ msgstr "" msgctxt "_" msgid "external ref='figures/plip.png' md5='0761a22dfa7b0b56e41e020cd701db68'" msgstr "" +"external ref='figures/plip.png' md5='0761a22dfa7b0b56e41e020cd701db68'" #. (itstool) path: entry/para #: C/index.docbook:244 @@ -327,16 +372,19 @@ msgid "" "format=\"PNG\"/> </imageobject><textobject> <phrase>PLIP</phrase> " "</textobject></inlinemediaobject>" msgstr "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/plip.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>ПЛИП</phrase> " +"</textobject></inlinemediaobject>" #. (itstool) path: entry/para #: C/index.docbook:251 msgid "Parallel Line Internet Protocol connection." -msgstr "" +msgstr "Веза по Интернет протоколу паралелне линије" #. (itstool) path: sect2/title #: C/index.docbook:260 msgid "To Add Netspeed Applet to a Panel" -msgstr "" +msgstr "Додавање програмчета Мрежне брзине на панел" #. (itstool) path: sect2/para #: C/index.docbook:261 @@ -344,6 +392,8 @@ msgid "" "To add <application>Netspeed Applet</application> to a panel, perform the " "following steps:" msgstr "" +"Да додате „<application>Програмче Мрежне брзине</application>“ на панел, " +"урадите следеће:" #. (itstool) path: listitem/para #: C/index.docbook:267 @@ -361,6 +411,8 @@ msgid "" "Scroll down the list of items in the <guilabel>Add to Panel</guilabel> " "dialog, then select <guilabel>Netspeed Applet</guilabel>." msgstr "" +"Премакните списак у прозорчету „<guilabel>Додај на панел</guilabel>“, затим " +"изаберите „<guilabel>Програмче мрежне брзине</guilabel>“." #. (itstool) path: listitem/para #: C/index.docbook:283 @@ -370,12 +422,12 @@ msgstr "Кликните <guibutton>Додај</guibutton>." #. (itstool) path: sect1/title #: C/index.docbook:291 msgid "Settings" -msgstr "" +msgstr "Поставке" #. (itstool) path: figure/title #: C/index.docbook:293 msgid "Netspeed Applet Settings" -msgstr "" +msgstr "Поставке програмчета Мрежне брзине" #. (itstool) path: imageobject/imagedata #. This is a reference to an external file such as an image or video. When @@ -387,6 +439,7 @@ msgctxt "_" msgid "" "external ref='figures/settings.png' md5='219a6bc0e89cb9634d49025f9d3c6604'" msgstr "" +"external ref='figures/settings.png' md5='219a6bc0e89cb9634d49025f9d3c6604'" #. (itstool) path: screenshot/mediaobject #: C/index.docbook:295 @@ -395,11 +448,15 @@ msgid "" "</imageobject> <textobject> <phrase>Netspeed Applet Settings.</phrase> " "</textobject>" msgstr "" +"<imageobject><imagedata fileref=\"figures/settings.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>Поставке програмчета Мрежне " +"брзине.</phrase> </textobject>" #. (itstool) path: sect1/para #: C/index.docbook:304 msgid "In this dialog you can change the settings of Netspeed Applet:" msgstr "" +"У овом прозорчету можете да измените поставке програмчета Мрежне брзине:" #. (itstool) path: listitem/para #: C/index.docbook:308 @@ -408,6 +465,9 @@ msgid "" "applet should monitor from the popdown list of the combobox. Usually all " "available devices are listed, however you can enter one yourself, too." msgstr "" +"<guilabel>Мрежни уређај:</guilabel> Изаберите мрежни уређај који програмче " +"треба да прати из падајућег списка штиклир кућица. Обично су исписани сви " +"доступни уређаји, међутим можете и сами да га упишете, такође." #. (itstool) path: listitem/para #: C/index.docbook:312 @@ -415,6 +475,8 @@ msgid "" "<guilabel>Update interval:</guilabel> Enter the time between two updates of " "the applet." msgstr "" +"<guilabel>Период освежавања:</guilabel> Упишите време између два освежења " +"програмчета." #. (itstool) path: listitem/para #: C/index.docbook:315 @@ -422,6 +484,8 @@ msgid "" "<guilabel>Label font size:</guilabel> Enter the size of the text displayed " "in the applet." msgstr "" +"<guilabel>Величина слова натписа:</guilabel> Упишите величину текста " +"приказаног у програмчету." #. (itstool) path: listitem/para #: C/index.docbook:318 @@ -430,6 +494,9 @@ msgid "" "then the applet will show the sum of the in and out rate. The applet will " "take only half of the space in the panel in this case." msgstr "" +"<guilabel>Прикажи збир уместо улазног и излазног:</guilabel> Ако означите " +"ову кућицу тада ће програмче приказивати збир улазног и излазног протока. " +"Програмче ће у том случају заузети само половину простора на панелу." #. (itstool) path: listitem/para #: C/index.docbook:322 @@ -437,6 +504,9 @@ msgid "" "<guilabel>Show bits/s (b/s) instead of bytes/s (B/s):</guilabel> Check this " "if you want the applet to display bits per second instead of bytes/s." msgstr "" +"<guilabel>Прикажи битове у секунди (b/s) уместо бајтова у секунди " +"(B/s):</guilabel> Означите ово ако желите да програмче приказује битове " +"уместо бајтова у секунди." #. (itstool) path: listitem/para #: C/index.docbook:326 @@ -448,6 +518,12 @@ msgid "" "unchecked, the applet will always show the network card icon, no matter " "which device you monitor." msgstr "" +"<guilabel>Промени иконицу у складу са изабраним уређајем:</guilabel> Обично " +"ће програмче приказати иконицу која представља врсту мрежног уређаја који " +"пратите. Тако да ће приказати телефон за везе „Од тачке до тачке“ (ppp – " +"модеми, итд.), мрежну картицу за мрежну везу (eth), итд. Када ово није " +"изабрано, програмче ће увек приказивати иконицу мрежне картице, без обзира " +"који уређај пратите." #. (itstool) path: listitem/para #: C/index.docbook:332 @@ -456,12 +532,14 @@ msgid "" "your connection is down, Netspeed Applet look for a running one for " "monitoring." msgstr "" +"<guilabel>Увек прати повезани уређај, ако је могуће:</guilabel> Када падне " +"веза, програмче Мрежне брзине ће тражити ону радну да би је пратио." #. (itstool) path: sect1/title #. (itstool) path: figure/title #: C/index.docbook:338 C/index.docbook:340 msgid "The details dialog" -msgstr "" +msgstr "Прозорче појединости" #. (itstool) path: imageobject/imagedata #. This is a reference to an external file such as an image or video. When @@ -473,6 +551,7 @@ msgctxt "_" msgid "" "external ref='figures/details.png' md5='60fedda8f88b634f16ab31090b5bdd67'" msgstr "" +"external ref='figures/details.png' md5='60fedda8f88b634f16ab31090b5bdd67'" #. (itstool) path: screenshot/mediaobject #: C/index.docbook:342 @@ -481,6 +560,9 @@ msgid "" "</imageobject> <textobject> <phrase>The details dialog</phrase> " "</textobject>" msgstr "" +"<imageobject><imagedata fileref=\"figures/details.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>Прозорче појединости</phrase> " +"</textobject>" #. (itstool) path: sect1/para #: C/index.docbook:351 @@ -488,6 +570,8 @@ msgid "" "This dialog shows you some useful information on the configuration of your " "network device." msgstr "" +"Ово прозорче приказује неке корисне информације о подешавањима вашег мрежног" +" уређаја." #. (itstool) path: listitem/para #: C/index.docbook:356 @@ -495,6 +579,8 @@ msgid "" "<guilabel>Internet Address:</guilabel> The IP (Internet Protocol) address of" " the network device." msgstr "" +"<guilabel>Интернет адреса:</guilabel> ИП (Internet Protocol – Интернет " +"протокол) адреса мрежног уређаја." #. (itstool) path: listitem/para #: C/index.docbook:359 @@ -503,6 +589,9 @@ msgid "" "LAN (Local Area Network). A usual value is 255.255.255.0 (a class C " "network)." msgstr "" +"<guilabel>Мрежна маска:</guilabel> Мрежна маска која зависи од величине ваше" +" „LAN“ (Local Area Network – Мрежа локалне области). Уобичајена вредност је " +"255.255.255.0 (класа „C“ мреже)." #. (itstool) path: listitem/para #: C/index.docbook:363 @@ -511,6 +600,9 @@ msgid "" "physical or MAC (Media Access Control) address. A worldwide unique " "identifier for your network card." msgstr "" +"<guilabel>Хардверска адреса:</guilabel> Често позната као физичка или „MAC“ " +"(Media Access Control – Контрола приступа медија) адреса. Свеопштесветски " +"јединствени одредник ваше мрежне картице." #. (itstool) path: listitem/para #: C/index.docbook:367 @@ -518,6 +610,8 @@ msgid "" "<guilabel>P-t-P Address:</guilabel> The internet address of the \"other " "side\" of your PPP (Point to Point Protocol) connection." msgstr "" +"<guilabel>Т-д-Т адреса:</guilabel> Интернет адреса „друге стране“ ваше „PPP“" +" (Point to Point Protocol – Протокол од тачке до тачке) везе." #. (itstool) path: listitem/para #: C/index.docbook:371 @@ -525,6 +619,8 @@ msgid "" "<guilabel>Bytes in:</guilabel> The amount of bytes that the network device " "has received since it has been connected to the network." msgstr "" +"<guilabel>Пријемних бајтова:</guilabel> Количина бајтова коју је мрежни " +"уређај примио од када је повезан на мрежу." #. (itstool) path: listitem/para #: C/index.docbook:375 @@ -532,6 +628,8 @@ msgid "" "<guilabel>Bytes out:</guilabel> The amount of bytes that the network device " "has sent since it has been connected to the network." msgstr "" +"<guilabel>Послатих бајтова:</guilabel> Количина бајтова коју је мрежни " +"уређај послао од када је повезан на мрежу." #. (itstool) path: para/ulink #: C/legal.xml:9 diff --git a/netspeed/help/sr@latin/[email protected] b/netspeed/help/sr@latin/[email protected] index 5dcd81a3..552b4b67 100644 --- a/netspeed/help/sr@latin/[email protected] +++ b/netspeed/help/sr@latin/[email protected] @@ -6,10 +6,10 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" "Last-Translator: Ivan Pejić <[email protected]>, 2018\n" -"Language-Team: Serbian (Latin) (https://www.transifex.com/mate/teams/13566/sr@latin/)\n" +"Language-Team: Serbian (Latin) (https://app.transifex.com/mate/teams/13566/sr@latin/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -37,7 +37,7 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" #. (itstool) path: articleinfo/copyright @@ -131,8 +131,9 @@ msgstr "" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/help/sv/sv.po b/netspeed/help/sv/sv.po index efe629ce..2d9e9626 100644 --- a/netspeed/help/sv/sv.po +++ b/netspeed/help/sv/sv.po @@ -1,20 +1,20 @@ -# # Translators: -# Kristoffer Grundström <[email protected]>, 2018 # Stefano Karapetsas <[email protected]>, 2018 # Tobias Lekare <[email protected]>, 2018 -# Wolfgang Ulbrich <[email protected]>, 2018 +# Wolfgang Ulbrich <[email protected]>, 2018 # crash <[email protected]>, 2019 # eckeman <[email protected]>, 2020 -# Luna Jernberg <[email protected]>, 2020 +# Luna Jernberg <[email protected]>, 2020 +# Kristoffer Grundström <[email protected]>, 2021 +# Daniel Nylander <[email protected]>, 2025 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" -"Last-Translator: Luna Jernberg <[email protected]>, 2020\n" -"Language-Team: Swedish (https://www.transifex.com/mate/teams/13566/sv/)\n" +"Last-Translator: Daniel Nylander <[email protected]>, 2025\n" +"Language-Team: Swedish (https://app.transifex.com/mate/teams/13566/sv/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -29,18 +29,20 @@ msgstr "Kristoffer Grundström <[email protected]>" #. (itstool) path: articleinfo/title #: C/index.docbook:23 msgid "Netspeed Applet Manual V1.3" -msgstr "" +msgstr "Netspeed Applet Manual V1.3" #. (itstool) path: abstract/para #: C/index.docbook:25 msgid "" "Netspeed Applet shows how much traffic occurs on a specified network device." msgstr "" +"Netspeed Applet visar hur mycket trafik som förekommer på en angiven " +"nätverksenhet." #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" -msgstr "" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" +msgstr "<year>2015-2021</year> <holder>MATE-dokumentationsprojekt</holder>" #. (itstool) path: articleinfo/copyright #: C/index.docbook:31 @@ -63,6 +65,8 @@ msgid "" "<firstname>MATE Documentation Project</firstname> <surname/> <affiliation> " "<orgname>MATE Desktop</orgname> </affiliation>" msgstr "" +"<firstname>MATE dokumentationsprojekt</firstname> <surname/> <affiliation> " +"<orgname>MATE Skrivbord</orgname> </affiliation>" #. (itstool) path: authorgroup/author #: C/index.docbook:60 @@ -71,6 +75,9 @@ msgid "" "<affiliation> <orgname>GNOME Project</orgname> </affiliation> " "<email>[email protected]</email>" msgstr "" +"<firstname>Jörgen</firstname> <surname>Scheibengruber</surname> " +"<affiliation> <orgname>GNOME-projektet</orgname> </affiliation> " +"<email>[email protected]</email>" #. (itstool) path: authorgroup/author #: C/index.docbook:69 @@ -79,6 +86,9 @@ msgid "" "<affiliation> <orgname>GNOME Project</orgname> </affiliation> " "<email>[email protected]</email>" msgstr "" +"<firstname>Pedro</firstname> <surname>Villavicencio Garrido</surname> " +"<affiliation> <orgname>GNOME-projektet</orgname> </affiliation> " +"<email>[email protected]</email>" #. (itstool) path: revision/author #: C/index.docbook:96 @@ -96,6 +106,8 @@ msgid "" "<firstname>Jörgen</firstname> <surname>Scheibengruber</surname> " "<email>[email protected]</email>" msgstr "" +"<firstname>Jörgen</firstname> <surname>Scheibengruber</surname> " +"<email>[email protected]</email>" #. (itstool) path: revhistory/revision #: C/index.docbook:102 @@ -124,7 +136,7 @@ msgstr "<revnumber>1.0</revnumber> <date>2002</date> <_:author-1/>" #. (itstool) path: articleinfo/releaseinfo #: C/index.docbook:134 msgid "This manual describes version 1.10.1 of Netspeed Applet." -msgstr "" +msgstr "Denna manual beskriver version 1.10.1 av Netspeed Applet." #. (itstool) path: legalnotice/title #: C/index.docbook:137 @@ -135,24 +147,29 @@ msgstr "Återkoppling" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" +"Om du vill rapportera en bugg eller lämna ett förslag angående Netspeed " +"Applet-programmet eller den här handboken följer du anvisningarna på <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." #. (itstool) path: article/indexterm #: C/index.docbook:146 msgid "<primary>Netspeed Applet</primary>" -msgstr "" +msgstr "<primary>Netspeed-appleten</primary>" #. (itstool) path: sect1/title #: C/index.docbook:152 msgid "About Netspeed Applet" -msgstr "" +msgstr "Om Netspeed Applet" #. (itstool) path: figure/title #: C/index.docbook:154 msgid "Netspeed" -msgstr "" +msgstr "Netspeed" #. (itstool) path: imageobject/imagedata #. This is a reference to an external file such as an image or video. When @@ -175,11 +192,14 @@ msgid "" "format=\"PNG\"/> </imageobject> <textobject> <phrase>Netspeed.</phrase> " "</textobject>" msgstr "" +"<imageobject><imagedata fileref=\"figures/netspeed_applet.png\" " +"format=\"PNG\"/> </imageobject> <textobject> <phrase>Netspeed.</phrase> " +"</textobject>" #. (itstool) path: figure/title #: C/index.docbook:166 msgid "Netspeed showing the sum in a 48px panel." -msgstr "" +msgstr "Netspeed visar summan i en 48px-panel." #. (itstool) path: imageobject/imagedata #. This is a reference to an external file such as an image or video. When @@ -200,6 +220,9 @@ msgid "" "</imageobject> <textobject> <phrase>Netspeed showing the sum in a 48px " "panel.</phrase> </textobject>" msgstr "" +"<imageobject><imagedata fileref=\"figures/eth_sum_48.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>Netspeed visar summan i en 48px-" +"panel.</phrase> </textobject>" #. (itstool) path: sect1/para #: C/index.docbook:177 @@ -208,11 +231,14 @@ msgid "" " specified device like eth0, ppp0, plip0, etc. More over it provides " "information about the configuration of the network device." msgstr "" +"<application>Netspeed Applet</application> visar nätverkstrafiken på en " +"specificerad enhet som eth0, ppp0, plip0, etc. Dessutom ger den information " +"om konfigurationen av nätverksenheten." #. (itstool) path: sect2/title #: C/index.docbook:183 msgid "Netspeed Icons on Panel" -msgstr "" +msgstr "Netspeed Ikoner på panel" #. (itstool) path: entry/para #: C/index.docbook:190 @@ -243,11 +269,14 @@ msgid "" " format=\"PNG\"/> </imageobject><textobject> <phrase>Loopback</phrase> " "</textobject></inlinemediaobject>" msgstr "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/loopback.png\"" +" format=\"PNG\"/> </imageobject><textobject> <phrase>Loopback</phrase> " +"</textobject></inlinemediaobject>" #. (itstool) path: entry/para #: C/index.docbook:203 msgid "The Loopback interface." -msgstr "" +msgstr "Loopback-gränssnittet." #. (itstool) path: imageobject/imagedata #. This is a reference to an external file such as an image or video. When @@ -275,7 +304,7 @@ msgstr "" #. (itstool) path: entry/para #: C/index.docbook:215 msgid "Ethernet connection." -msgstr "" +msgstr "Ethernet-anslutning." #. (itstool) path: imageobject/imagedata #. This is a reference to an external file such as an image or video. When @@ -301,7 +330,7 @@ msgstr "" #. (itstool) path: entry/para #: C/index.docbook:227 msgid "Point to Point Protocol connection." -msgstr "" +msgstr "Anslutning med punkt-till-punkt-protokoll." #. (itstool) path: imageobject/imagedata #. This is a reference to an external file such as an image or video. When @@ -322,11 +351,14 @@ msgid "" "format=\"PNG\"/> </imageobject><textobject> <phrase>Wireless</phrase> " "</textobject></inlinemediaobject>" msgstr "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/wavelan.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>Trådlös</phrase> " +"</textobject></inlinemediaobject>" #. (itstool) path: entry/para #: C/index.docbook:239 msgid "Wireless connection." -msgstr "" +msgstr "Trådlös anslutning." #. (itstool) path: imageobject/imagedata #. This is a reference to an external file such as an image or video. When @@ -346,16 +378,19 @@ msgid "" "format=\"PNG\"/> </imageobject><textobject> <phrase>PLIP</phrase> " "</textobject></inlinemediaobject>" msgstr "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/plip.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>PLIP</phrase> " +"</textobject></inlinemediaobject>" #. (itstool) path: entry/para #: C/index.docbook:251 msgid "Parallel Line Internet Protocol connection." -msgstr "" +msgstr "Parallell linje Internet Protocol-anslutning." #. (itstool) path: sect2/title #: C/index.docbook:260 msgid "To Add Netspeed Applet to a Panel" -msgstr "" +msgstr "Så här lägger du till Netspeed Applet i en panel" #. (itstool) path: sect2/para #: C/index.docbook:261 @@ -363,16 +398,18 @@ msgid "" "To add <application>Netspeed Applet</application> to a panel, perform the " "following steps:" msgstr "" +"Gör så här för att lägga till <application>Netspeed Applet</application> i " +"en panel:" #. (itstool) path: listitem/para #: C/index.docbook:267 msgid "Right-click on the panel." -msgstr "" +msgstr "Högerklicka på panelen." #. (itstool) path: listitem/para #: C/index.docbook:272 msgid "Choose <guimenuitem>Add to Panel</guimenuitem>." -msgstr "" +msgstr "Välj <guimenuitem>Lägg till i panelen</guimenuitem>." #. (itstool) path: listitem/para #: C/index.docbook:277 @@ -380,11 +417,13 @@ msgid "" "Scroll down the list of items in the <guilabel>Add to Panel</guilabel> " "dialog, then select <guilabel>Netspeed Applet</guilabel>." msgstr "" +"Bläddra nedåt i listan över objekt i dialogrutan <guilabel>Lägg till i " +"panelen</guilabel> och välj sedan <guilabel>Netspeed Applet</guilabel>." #. (itstool) path: listitem/para #: C/index.docbook:283 msgid "Click <guibutton>Add</guibutton>." -msgstr "" +msgstr "Klicka på <guibutton>Lägg till</guibutton>." #. (itstool) path: sect1/title #: C/index.docbook:291 @@ -394,7 +433,7 @@ msgstr "Inställningar" #. (itstool) path: figure/title #: C/index.docbook:293 msgid "Netspeed Applet Settings" -msgstr "" +msgstr "Inställningar för Netspeed-appleten" #. (itstool) path: imageobject/imagedata #. This is a reference to an external file such as an image or video. When @@ -415,11 +454,15 @@ msgid "" "</imageobject> <textobject> <phrase>Netspeed Applet Settings.</phrase> " "</textobject>" msgstr "" +"<imageobject><imagedata fileref=\"figures/settings.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>Inställningar för Netspeed " +"Applet.</phrase> </textobject>" #. (itstool) path: sect1/para #: C/index.docbook:304 msgid "In this dialog you can change the settings of Netspeed Applet:" msgstr "" +"I den här dialogrutan kan du ändra inställningarna för Netspeed Applet:" #. (itstool) path: listitem/para #: C/index.docbook:308 @@ -428,6 +471,9 @@ msgid "" "applet should monitor from the popdown list of the combobox. Usually all " "available devices are listed, however you can enter one yourself, too." msgstr "" +"<guilabel>Nätverksenhet:</guilabel> Välj den nätverksenhet som appleten ska " +"övervaka från popdown-listan i kombinationsrutan. Vanligtvis listas alla " +"tillgängliga enheter, men du kan också ange en själv." #. (itstool) path: listitem/para #: C/index.docbook:312 @@ -435,6 +481,8 @@ msgid "" "<guilabel>Update interval:</guilabel> Enter the time between two updates of " "the applet." msgstr "" +"<guilabel>Uppdateringsintervall:</guilabel> Ange hur lång tid det ska gå " +"mellan två uppdateringar av appleten." #. (itstool) path: listitem/para #: C/index.docbook:315 @@ -442,6 +490,8 @@ msgid "" "<guilabel>Label font size:</guilabel> Enter the size of the text displayed " "in the applet." msgstr "" +"<guilabel>Etikettens teckenstorlek:</guilabel> Ange storleken på den text " +"som visas i appleten." #. (itstool) path: listitem/para #: C/index.docbook:318 @@ -450,6 +500,9 @@ msgid "" "then the applet will show the sum of the in and out rate. The applet will " "take only half of the space in the panel in this case." msgstr "" +"<guilabel>Visa summa istället för in och ut:</guilabel> Om du markerar den " +"här rutan kommer appleten att visa summan av in- och uttaxeringen. Appleten " +"tar bara upp hälften av utrymmet i panelen i detta fall." #. (itstool) path: listitem/para #: C/index.docbook:322 @@ -457,6 +510,9 @@ msgid "" "<guilabel>Show bits/s (b/s) instead of bytes/s (B/s):</guilabel> Check this " "if you want the applet to display bits per second instead of bytes/s." msgstr "" +"<guilabel>Visa bits/s (b/s) i stället för bytes/s (B/s):</guilabel> Markera " +"detta om du vill att appleten ska visa bitar per sekund i stället för " +"bytes/s." #. (itstool) path: listitem/para #: C/index.docbook:326 @@ -468,6 +524,12 @@ msgid "" "unchecked, the applet will always show the network card icon, no matter " "which device you monitor." msgstr "" +"<guilabel>Ändra ikonen efter den valda enheten:</guilabel> Vanligtvis kommer" +" appleten att visa en ikon som representerar den typ av nätverksenhet som du" +" övervakar. Den visar alltså en telefon för punkt-till-punkt-anslutningar " +"(ppp - modem, etc.), ett nätverkskort för Ethernet (eth), etc. När detta är " +"avmarkerat kommer appleten alltid att visa nätverkskortsikonen, oavsett " +"vilken enhet du övervakar." #. (itstool) path: listitem/para #: C/index.docbook:332 @@ -476,12 +538,15 @@ msgid "" "your connection is down, Netspeed Applet look for a running one for " "monitoring." msgstr "" +"<guilabel>Övervaka alltid en ansluten enhet, om möjligt:</guilabel> När din " +"anslutning är nere letar Netspeed Applet efter en fungerande anslutning för " +"övervakning." #. (itstool) path: sect1/title #. (itstool) path: figure/title #: C/index.docbook:338 C/index.docbook:340 msgid "The details dialog" -msgstr "" +msgstr "Dialogrutan för detaljer" #. (itstool) path: imageobject/imagedata #. This is a reference to an external file such as an image or video. When @@ -502,6 +567,9 @@ msgid "" "</imageobject> <textobject> <phrase>The details dialog</phrase> " "</textobject>" msgstr "" +"<imageobject><imagedata fileref=\"figures/details.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>Dialogrutan för detaljer</phrase> " +"</textobject>" #. (itstool) path: sect1/para #: C/index.docbook:351 @@ -509,6 +577,8 @@ msgid "" "This dialog shows you some useful information on the configuration of your " "network device." msgstr "" +"I den här dialogrutan visas användbar information om konfigurationen av " +"nätverksenheten." #. (itstool) path: listitem/para #: C/index.docbook:356 @@ -516,6 +586,8 @@ msgid "" "<guilabel>Internet Address:</guilabel> The IP (Internet Protocol) address of" " the network device." msgstr "" +"<guilabel>Internetadress:</guilabel> IP-adressen (Internet Protocol) för " +"nätverksenheten." #. (itstool) path: listitem/para #: C/index.docbook:359 @@ -524,6 +596,9 @@ msgid "" "LAN (Local Area Network). A usual value is 255.255.255.0 (a class C " "network)." msgstr "" +"<guilabel>Nätmask:</guilabel> Nätmasken beror på storleken på ditt LAN " +"(Local Area Network). Ett vanligt värde är 255.255.255.0 (ett klass " +"C-nätverk)." #. (itstool) path: listitem/para #: C/index.docbook:363 @@ -532,6 +607,9 @@ msgid "" "physical or MAC (Media Access Control) address. A worldwide unique " "identifier for your network card." msgstr "" +"<guilabel>Hårdvaruadress:</guilabel> Ofta även kallad den fysiska adressen " +"eller MAC-adressen (Media Access Control). En världsunik identifierare för " +"ditt nätverkskort." #. (itstool) path: listitem/para #: C/index.docbook:367 @@ -539,6 +617,8 @@ msgid "" "<guilabel>P-t-P Address:</guilabel> The internet address of the \"other " "side\" of your PPP (Point to Point Protocol) connection." msgstr "" +"<guilabel>P-t-P-adress:</guilabel> Internetadressen för \"andra sidan\" av " +"din PPP-anslutning (Point to Point Protocol)." #. (itstool) path: listitem/para #: C/index.docbook:371 @@ -546,6 +626,8 @@ msgid "" "<guilabel>Bytes in:</guilabel> The amount of bytes that the network device " "has received since it has been connected to the network." msgstr "" +"<guilabel>Byte in:</guilabel> Antalet byte som nätverksenheten har tagit " +"emot sedan den anslöts till nätverket." #. (itstool) path: listitem/para #: C/index.docbook:375 @@ -553,6 +635,8 @@ msgid "" "<guilabel>Bytes out:</guilabel> The amount of bytes that the network device " "has sent since it has been connected to the network." msgstr "" +"<guilabel>Byte ut:</guilabel> Det antal byte som nätverksenheten har skickat" +" sedan den anslöts till nätverket." #. (itstool) path: para/ulink #: C/legal.xml:9 @@ -569,6 +653,12 @@ msgid "" " of the GFDL at this <_:ulink-1/> or in the file COPYING-DOCS distributed " "with this manual." msgstr "" +"Tillstånd ges att kopiera, distribuera och/eller modifiera detta dokument " +"enligt villkoren i GNU Free Documentation License (GFDL), version 1.1 eller " +"senare version publicerad av Free Software Foundation utan invarianta " +"sektioner, utan texter på framsidan och utan texter på baksidan. Du kan " +"hitta en kopia av GFDL på denna <_:ulink-1/> eller i filen COPYING-DOCS som " +"distribueras med den här handboken." #. (itstool) path: legalnotice/para #: C/legal.xml:12 @@ -661,3 +751,6 @@ msgid "" "OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " "<_:orderedlist-1/>" msgstr "" +"DOKUMENTET OCH MODIFIERADE VERSIONER AV DOKUMENTET TILLHANDAHÅLLS ENLIGT " +"VILLKOREN I GNU:S LICENS FÖR FRI DOKUMENTATION MED DEN YTTERLIGARE " +"ÖVERENSKOMMELSEN ATT: <_:beställningslista-1/>" diff --git a/netspeed/help/sw/sw.po b/netspeed/help/sw/sw.po new file mode 100644 index 00000000..15bdb63e --- /dev/null +++ b/netspeed/help/sw/sw.po @@ -0,0 +1,609 @@ +# Translators: +# Stefano Karapetsas <[email protected]>, 2018 +# Transifex Bot <>, 2026 +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" +"PO-Revision-Date: 2018-09-27 15:24+0000\n" +"Last-Translator: Transifex Bot <>, 2026\n" +"Language-Team: Swahili (https://app.transifex.com/mate/teams/13566/sw/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: sw\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2 +msgctxt "_" +msgid "translator-credits" +msgstr "" +"Launchpad Contributions:\n" +" MwalimuJini https://launchpad.net/~dude-thony" + +#. (itstool) path: articleinfo/title +#: C/index.docbook:23 +msgid "Netspeed Applet Manual V1.3" +msgstr "" + +#. (itstool) path: abstract/para +#: C/index.docbook:25 +msgid "" +"Netspeed Applet shows how much traffic occurs on a specified network device." +msgstr "" + +#. (itstool) path: articleinfo/copyright +#: C/index.docbook:27 +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" +msgstr "" + +#. (itstool) path: articleinfo/copyright +#: C/index.docbook:31 +msgid "<year>2002</year> <holder>Jörgen Scheibengruber</holder>" +msgstr "" + +#. (itstool) path: publisher/publishername +#: C/index.docbook:44 +msgid "MATE Documentation Project" +msgstr "" + +#. (itstool) path: publisher/publishername +#: C/index.docbook:47 +msgid "GNOME Documentation Project" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:53 +msgid "" +"<firstname>MATE Documentation Project</firstname> <surname/> <affiliation> " +"<orgname>MATE Desktop</orgname> </affiliation>" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:60 +msgid "" +"<firstname>Jörgen</firstname> <surname>Scheibengruber</surname> " +"<affiliation> <orgname>GNOME Project</orgname> </affiliation> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:69 +msgid "" +"<firstname>Pedro</firstname> <surname>Villavicencio Garrido</surname> " +"<affiliation> <orgname>GNOME Project</orgname> </affiliation> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revision/author +#: C/index.docbook:96 +msgid "<firstname>MATE Documentation Project</firstname> <surname/>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:93 +msgid "<revnumber>1.3</revnumber> <date>July 2015</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: revision/author +#: C/index.docbook:105 C/index.docbook:125 +msgid "" +"<firstname>Jörgen</firstname> <surname>Scheibengruber</surname> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:102 +msgid "<revnumber>1.2</revnumber> <date>2006</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: revision/author +#: C/index.docbook:115 +msgid "" +"<firstname>Pedro</firstname> <surname>Villavicencio Garrido</surname> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:112 +msgid "<revnumber>1.1</revnumber> <date>2005</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:122 +msgid "<revnumber>1.0</revnumber> <date>2002</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: articleinfo/releaseinfo +#: C/index.docbook:134 +msgid "This manual describes version 1.10.1 of Netspeed Applet." +msgstr "" + +#. (itstool) path: legalnotice/title +#: C/index.docbook:137 +msgid "Feedback" +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/index.docbook:138 +msgid "" +"To report a bug or make a suggestion regarding the Netspeed Applet " +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." +msgstr "" + +#. (itstool) path: article/indexterm +#: C/index.docbook:146 +msgid "<primary>Netspeed Applet</primary>" +msgstr "" + +#. (itstool) path: sect1/title +#: C/index.docbook:152 +msgid "About Netspeed Applet" +msgstr "" + +#. (itstool) path: figure/title +#: C/index.docbook:154 +msgid "Netspeed" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:157 +msgctxt "_" +msgid "" +"external ref='figures/netspeed_applet.png' " +"md5='11ef0533a2be1a5d1a9de77c4cec7f93'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:156 +msgid "" +"<imageobject><imagedata fileref=\"figures/netspeed_applet.png\" " +"format=\"PNG\"/> </imageobject> <textobject> <phrase>Netspeed.</phrase> " +"</textobject>" +msgstr "" + +#. (itstool) path: figure/title +#: C/index.docbook:166 +msgid "Netspeed showing the sum in a 48px panel." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:169 +msgctxt "_" +msgid "" +"external ref='figures/eth_sum_48.png' md5='5113ce28da9b7712dafc52b3c13ccf32'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:168 +msgid "" +"<imageobject><imagedata fileref=\"figures/eth_sum_48.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>Netspeed showing the sum in a 48px " +"panel.</phrase> </textobject>" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:177 +msgid "" +"<application>Netspeed Applet</application> displays the network traffic on a" +" specified device like eth0, ppp0, plip0, etc. More over it provides " +"information about the configuration of the network device." +msgstr "" + +#. (itstool) path: sect2/title +#: C/index.docbook:183 +msgid "Netspeed Icons on Panel" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:190 +msgid "Icon" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:191 +msgid "Description" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:198 +msgctxt "_" +msgid "" +"external ref='figures/loopback.png' md5='0636b7d65b0626ee5e92dc0d28be5871'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:196 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/loopback.png\"" +" format=\"PNG\"/> </imageobject><textobject> <phrase>Loopback</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:203 +msgid "The Loopback interface." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:210 +msgctxt "_" +msgid "" +"external ref='figures/ethernet.png' md5='48562a8b38e8eca91a3a8ee4ba4e3077'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:208 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/ethernet.png\"" +" format=\"PNG\"/> </imageobject><textobject> <phrase>Ethernet</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:215 +msgid "Ethernet connection." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:222 +msgctxt "_" +msgid "external ref='figures/ppp.png' md5='b88d98a9ccdd489d91b45c8cf2dcbad1'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:220 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/ppp.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>PPP</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:227 +msgid "Point to Point Protocol connection." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:234 +msgctxt "_" +msgid "" +"external ref='figures/wavelan.png' md5='90f925a64abe393adc5834fceba515fe'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:232 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/wavelan.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>Wireless</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:239 +msgid "Wireless connection." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:246 +msgctxt "_" +msgid "external ref='figures/plip.png' md5='0761a22dfa7b0b56e41e020cd701db68'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:244 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/plip.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>PLIP</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:251 +msgid "Parallel Line Internet Protocol connection." +msgstr "" + +#. (itstool) path: sect2/title +#: C/index.docbook:260 +msgid "To Add Netspeed Applet to a Panel" +msgstr "" + +#. (itstool) path: sect2/para +#: C/index.docbook:261 +msgid "" +"To add <application>Netspeed Applet</application> to a panel, perform the " +"following steps:" +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:267 +msgid "Right-click on the panel." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:272 +msgid "Choose <guimenuitem>Add to Panel</guimenuitem>." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:277 +msgid "" +"Scroll down the list of items in the <guilabel>Add to Panel</guilabel> " +"dialog, then select <guilabel>Netspeed Applet</guilabel>." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:283 +msgid "Click <guibutton>Add</guibutton>." +msgstr "" + +#. (itstool) path: sect1/title +#: C/index.docbook:291 +msgid "Settings" +msgstr "" + +#. (itstool) path: figure/title +#: C/index.docbook:293 +msgid "Netspeed Applet Settings" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:296 +msgctxt "_" +msgid "" +"external ref='figures/settings.png' md5='219a6bc0e89cb9634d49025f9d3c6604'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:295 +msgid "" +"<imageobject><imagedata fileref=\"figures/settings.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>Netspeed Applet Settings.</phrase> " +"</textobject>" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:304 +msgid "In this dialog you can change the settings of Netspeed Applet:" +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:308 +msgid "" +"<guilabel>Network device:</guilabel> Choose the network device that the " +"applet should monitor from the popdown list of the combobox. Usually all " +"available devices are listed, however you can enter one yourself, too." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:312 +msgid "" +"<guilabel>Update interval:</guilabel> Enter the time between two updates of " +"the applet." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:315 +msgid "" +"<guilabel>Label font size:</guilabel> Enter the size of the text displayed " +"in the applet." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:318 +msgid "" +"<guilabel>Show sum instead of in and out:</guilabel> If you check this box " +"then the applet will show the sum of the in and out rate. The applet will " +"take only half of the space in the panel in this case." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:322 +msgid "" +"<guilabel>Show bits/s (b/s) instead of bytes/s (B/s):</guilabel> Check this " +"if you want the applet to display bits per second instead of bytes/s." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:326 +msgid "" +"<guilabel>Change icon according to the selected device:</guilabel> Usually " +"the applet will show an icon representing the type of network device you " +"monitor. So it will show a phone for Point to Point connections (ppp - " +"modems, etc.), a network card for Ethernet (eth), etc. When this is " +"unchecked, the applet will always show the network card icon, no matter " +"which device you monitor." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:332 +msgid "" +"<guilabel>Always monitor a connected device, if possible:</guilabel> When " +"your connection is down, Netspeed Applet look for a running one for " +"monitoring." +msgstr "" + +#. (itstool) path: sect1/title +#. (itstool) path: figure/title +#: C/index.docbook:338 C/index.docbook:340 +msgid "The details dialog" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:343 +msgctxt "_" +msgid "" +"external ref='figures/details.png' md5='60fedda8f88b634f16ab31090b5bdd67'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:342 +msgid "" +"<imageobject><imagedata fileref=\"figures/details.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>The details dialog</phrase> " +"</textobject>" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:351 +msgid "" +"This dialog shows you some useful information on the configuration of your " +"network device." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:356 +msgid "" +"<guilabel>Internet Address:</guilabel> The IP (Internet Protocol) address of" +" the network device." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:359 +msgid "" +"<guilabel>Netmask:</guilabel> The netmask which depends on the size of your " +"LAN (Local Area Network). A usual value is 255.255.255.0 (a class C " +"network)." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:363 +msgid "" +"<guilabel>Hardware Address:</guilabel> Often also referred to as the " +"physical or MAC (Media Access Control) address. A worldwide unique " +"identifier for your network card." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:367 +msgid "" +"<guilabel>P-t-P Address:</guilabel> The internet address of the \"other " +"side\" of your PPP (Point to Point Protocol) connection." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:371 +msgid "" +"<guilabel>Bytes in:</guilabel> The amount of bytes that the network device " +"has received since it has been connected to the network." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:375 +msgid "" +"<guilabel>Bytes out:</guilabel> The amount of bytes that the network device " +"has sent since it has been connected to the network." +msgstr "" + +#. (itstool) path: para/ulink +#: C/legal.xml:9 +msgid "link" +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:2 +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 <_:ulink-1/> or in the file COPYING-DOCS distributed " +"with this manual." +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:12 +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." +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:19 +msgid "" +"Many of the names used by companies to distinguish their products and " +"services are claimed as trademarks. Where those names appear in any MATE " +"documentation, and the members of the MATE Documentation Project are made " +"aware of those trademarks, then the names are in capital letters or initial " +"capital letters." +msgstr "" + +#. (itstool) path: listitem/para +#: C/legal.xml:35 +msgid "" +"DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " +"EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " +"THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " +"MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " +"RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " +"MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " +"MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " +"WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " +"SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " +"ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " +"OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" +msgstr "" + +#. (itstool) path: listitem/para +#: C/legal.xml:55 +msgid "" +"UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" +" NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " +"CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " +"DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " +"FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " +"ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " +"WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" +" OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " +"VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" +" POSSIBILITY OF SUCH DAMAGES." +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:28 +msgid "" +"DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " +"OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " +"<_:orderedlist-1/>" +msgstr "" diff --git a/netspeed/help/ta/ta.po b/netspeed/help/ta/ta.po index 2c5d0b62..e97b0d0b 100644 --- a/netspeed/help/ta/ta.po +++ b/netspeed/help/ta/ta.po @@ -5,10 +5,10 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" "Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: Tamil (https://www.transifex.com/mate/teams/13566/ta/)\n" +"Language-Team: Tamil (https://app.transifex.com/mate/teams/13566/ta/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -36,7 +36,7 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" #. (itstool) path: articleinfo/copyright @@ -130,8 +130,9 @@ msgstr "" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/help/te/te.po b/netspeed/help/te/te.po index 7f2c0df0..4ef4343f 100644 --- a/netspeed/help/te/te.po +++ b/netspeed/help/te/te.po @@ -6,10 +6,10 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" "Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: Telugu (https://www.transifex.com/mate/teams/13566/te/)\n" +"Language-Team: Telugu (https://app.transifex.com/mate/teams/13566/te/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -34,7 +34,7 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" #. (itstool) path: articleinfo/copyright @@ -128,8 +128,9 @@ msgstr "" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/help/th/th.po b/netspeed/help/th/th.po index f4643aa8..84b4094d 100644 --- a/netspeed/help/th/th.po +++ b/netspeed/help/th/th.po @@ -1,16 +1,16 @@ -# # Translators: # Stefano Karapetsas <[email protected]>, 2018 # Akom <[email protected]>, 2018 -# Wolfgang Ulbrich <[email protected]>, 2018 +# Wolfgang Ulbrich <[email protected]>, 2018 +# Transifex Bot <>, 2026 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" -"Last-Translator: Wolfgang Ulbrich <[email protected]>, 2018\n" -"Language-Team: Thai (https://www.transifex.com/mate/teams/13566/th/)\n" +"Last-Translator: Transifex Bot <>, 2026\n" +"Language-Team: Thai (https://app.transifex.com/mate/teams/13566/th/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -35,7 +35,7 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" #. (itstool) path: articleinfo/copyright @@ -129,8 +129,9 @@ msgstr "ร่วมเสนอแนะ" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/help/tk/tk.po b/netspeed/help/tk/tk.po index 93565119..a24346a5 100644 --- a/netspeed/help/tk/tk.po +++ b/netspeed/help/tk/tk.po @@ -5,10 +5,10 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" "Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: Turkmen (https://www.transifex.com/mate/teams/13566/tk/)\n" +"Language-Team: Turkmen (https://app.transifex.com/mate/teams/13566/tk/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -33,7 +33,7 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" #. (itstool) path: articleinfo/copyright @@ -127,8 +127,9 @@ msgstr "" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/help/tr/tr.po b/netspeed/help/tr/tr.po index 5c5778c2..a9d38cf4 100644 --- a/netspeed/help/tr/tr.po +++ b/netspeed/help/tr/tr.po @@ -1,17 +1,16 @@ -# # Translators: # Stefano Karapetsas <[email protected]>, 2018 # mauron, 2018 -# Wolfgang Ulbrich <[email protected]>, 2019 -# Butterfly <[email protected]>, 2020 +# Wolfgang Ulbrich <[email protected]>, 2019 +# Gurbuzguven <[email protected]>, 2021 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" -"Last-Translator: Butterfly <[email protected]>, 2020\n" -"Language-Team: Turkish (https://www.transifex.com/mate/teams/13566/tr/)\n" +"Last-Translator: Gurbuzguven <[email protected]>, 2021\n" +"Language-Team: Turkish (https://app.transifex.com/mate/teams/13566/tr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -43,11 +42,13 @@ msgstr "Netspeed Uygulamacığı Kılavuzu V1.3" msgid "" "Netspeed Applet shows how much traffic occurs on a specified network device." msgstr "" +"Netspeed Uygulamacığı, belirli bir ağ aygıtında ne kadar trafik oluştuğunu " +"gösterir." #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" -msgstr "<year>2015-2020</year> <holder>MATE tBelgelendirme Projesi</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" +msgstr "<year>2015-2021</year><holder>MATE Belgelendirme Projesi</holder>" #. (itstool) path: articleinfo/copyright #: C/index.docbook:31 @@ -152,8 +153,9 @@ msgstr "Geri bildirim" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" "Bu kılavuz veya Netspeed Uygulamacığı hakkında hata raporlamak veya öneride " "bulunmak için <ulink url=\"help:mate-user-guide/feedback\" " diff --git a/netspeed/help/tzm/tzm.po b/netspeed/help/tzm/tzm.po new file mode 100644 index 00000000..af300ffc --- /dev/null +++ b/netspeed/help/tzm/tzm.po @@ -0,0 +1,607 @@ +# Translators: +# Hakim Oubouali <[email protected]>, 2020 +# Transifex Bot <>, 2026 +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" +"PO-Revision-Date: 2018-09-27 15:24+0000\n" +"Last-Translator: Transifex Bot <>, 2026\n" +"Language-Team: Central Atlas Tamazight (https://app.transifex.com/mate/teams/13566/tzm/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: tzm\n" +"Plural-Forms: nplurals=2; plural=n >= 2 && (n < 11 || n > 99);\n" + +#. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2 +msgctxt "_" +msgid "translator-credits" +msgstr "" + +#. (itstool) path: articleinfo/title +#: C/index.docbook:23 +msgid "Netspeed Applet Manual V1.3" +msgstr "" + +#. (itstool) path: abstract/para +#: C/index.docbook:25 +msgid "" +"Netspeed Applet shows how much traffic occurs on a specified network device." +msgstr "" + +#. (itstool) path: articleinfo/copyright +#: C/index.docbook:27 +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" +msgstr "" + +#. (itstool) path: articleinfo/copyright +#: C/index.docbook:31 +msgid "<year>2002</year> <holder>Jörgen Scheibengruber</holder>" +msgstr "" + +#. (itstool) path: publisher/publishername +#: C/index.docbook:44 +msgid "MATE Documentation Project" +msgstr "" + +#. (itstool) path: publisher/publishername +#: C/index.docbook:47 +msgid "GNOME Documentation Project" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:53 +msgid "" +"<firstname>MATE Documentation Project</firstname> <surname/> <affiliation> " +"<orgname>MATE Desktop</orgname> </affiliation>" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:60 +msgid "" +"<firstname>Jörgen</firstname> <surname>Scheibengruber</surname> " +"<affiliation> <orgname>GNOME Project</orgname> </affiliation> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:69 +msgid "" +"<firstname>Pedro</firstname> <surname>Villavicencio Garrido</surname> " +"<affiliation> <orgname>GNOME Project</orgname> </affiliation> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revision/author +#: C/index.docbook:96 +msgid "<firstname>MATE Documentation Project</firstname> <surname/>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:93 +msgid "<revnumber>1.3</revnumber> <date>July 2015</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: revision/author +#: C/index.docbook:105 C/index.docbook:125 +msgid "" +"<firstname>Jörgen</firstname> <surname>Scheibengruber</surname> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:102 +msgid "<revnumber>1.2</revnumber> <date>2006</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: revision/author +#: C/index.docbook:115 +msgid "" +"<firstname>Pedro</firstname> <surname>Villavicencio Garrido</surname> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:112 +msgid "<revnumber>1.1</revnumber> <date>2005</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:122 +msgid "<revnumber>1.0</revnumber> <date>2002</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: articleinfo/releaseinfo +#: C/index.docbook:134 +msgid "This manual describes version 1.10.1 of Netspeed Applet." +msgstr "" + +#. (itstool) path: legalnotice/title +#: C/index.docbook:137 +msgid "Feedback" +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/index.docbook:138 +msgid "" +"To report a bug or make a suggestion regarding the Netspeed Applet " +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." +msgstr "" + +#. (itstool) path: article/indexterm +#: C/index.docbook:146 +msgid "<primary>Netspeed Applet</primary>" +msgstr "" + +#. (itstool) path: sect1/title +#: C/index.docbook:152 +msgid "About Netspeed Applet" +msgstr "" + +#. (itstool) path: figure/title +#: C/index.docbook:154 +msgid "Netspeed" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:157 +msgctxt "_" +msgid "" +"external ref='figures/netspeed_applet.png' " +"md5='11ef0533a2be1a5d1a9de77c4cec7f93'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:156 +msgid "" +"<imageobject><imagedata fileref=\"figures/netspeed_applet.png\" " +"format=\"PNG\"/> </imageobject> <textobject> <phrase>Netspeed.</phrase> " +"</textobject>" +msgstr "" + +#. (itstool) path: figure/title +#: C/index.docbook:166 +msgid "Netspeed showing the sum in a 48px panel." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:169 +msgctxt "_" +msgid "" +"external ref='figures/eth_sum_48.png' md5='5113ce28da9b7712dafc52b3c13ccf32'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:168 +msgid "" +"<imageobject><imagedata fileref=\"figures/eth_sum_48.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>Netspeed showing the sum in a 48px " +"panel.</phrase> </textobject>" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:177 +msgid "" +"<application>Netspeed Applet</application> displays the network traffic on a" +" specified device like eth0, ppp0, plip0, etc. More over it provides " +"information about the configuration of the network device." +msgstr "" + +#. (itstool) path: sect2/title +#: C/index.docbook:183 +msgid "Netspeed Icons on Panel" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:190 +msgid "Icon" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:191 +msgid "Description" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:198 +msgctxt "_" +msgid "" +"external ref='figures/loopback.png' md5='0636b7d65b0626ee5e92dc0d28be5871'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:196 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/loopback.png\"" +" format=\"PNG\"/> </imageobject><textobject> <phrase>Loopback</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:203 +msgid "The Loopback interface." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:210 +msgctxt "_" +msgid "" +"external ref='figures/ethernet.png' md5='48562a8b38e8eca91a3a8ee4ba4e3077'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:208 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/ethernet.png\"" +" format=\"PNG\"/> </imageobject><textobject> <phrase>Ethernet</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:215 +msgid "Ethernet connection." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:222 +msgctxt "_" +msgid "external ref='figures/ppp.png' md5='b88d98a9ccdd489d91b45c8cf2dcbad1'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:220 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/ppp.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>PPP</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:227 +msgid "Point to Point Protocol connection." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:234 +msgctxt "_" +msgid "" +"external ref='figures/wavelan.png' md5='90f925a64abe393adc5834fceba515fe'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:232 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/wavelan.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>Wireless</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:239 +msgid "Wireless connection." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:246 +msgctxt "_" +msgid "external ref='figures/plip.png' md5='0761a22dfa7b0b56e41e020cd701db68'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:244 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/plip.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>PLIP</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:251 +msgid "Parallel Line Internet Protocol connection." +msgstr "" + +#. (itstool) path: sect2/title +#: C/index.docbook:260 +msgid "To Add Netspeed Applet to a Panel" +msgstr "" + +#. (itstool) path: sect2/para +#: C/index.docbook:261 +msgid "" +"To add <application>Netspeed Applet</application> to a panel, perform the " +"following steps:" +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:267 +msgid "Right-click on the panel." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:272 +msgid "Choose <guimenuitem>Add to Panel</guimenuitem>." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:277 +msgid "" +"Scroll down the list of items in the <guilabel>Add to Panel</guilabel> " +"dialog, then select <guilabel>Netspeed Applet</guilabel>." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:283 +msgid "Click <guibutton>Add</guibutton>." +msgstr "Kliki <guibutton>Rnu</guibutton>." + +#. (itstool) path: sect1/title +#: C/index.docbook:291 +msgid "Settings" +msgstr "Tisɣal" + +#. (itstool) path: figure/title +#: C/index.docbook:293 +msgid "Netspeed Applet Settings" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:296 +msgctxt "_" +msgid "" +"external ref='figures/settings.png' md5='219a6bc0e89cb9634d49025f9d3c6604'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:295 +msgid "" +"<imageobject><imagedata fileref=\"figures/settings.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>Netspeed Applet Settings.</phrase> " +"</textobject>" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:304 +msgid "In this dialog you can change the settings of Netspeed Applet:" +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:308 +msgid "" +"<guilabel>Network device:</guilabel> Choose the network device that the " +"applet should monitor from the popdown list of the combobox. Usually all " +"available devices are listed, however you can enter one yourself, too." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:312 +msgid "" +"<guilabel>Update interval:</guilabel> Enter the time between two updates of " +"the applet." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:315 +msgid "" +"<guilabel>Label font size:</guilabel> Enter the size of the text displayed " +"in the applet." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:318 +msgid "" +"<guilabel>Show sum instead of in and out:</guilabel> If you check this box " +"then the applet will show the sum of the in and out rate. The applet will " +"take only half of the space in the panel in this case." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:322 +msgid "" +"<guilabel>Show bits/s (b/s) instead of bytes/s (B/s):</guilabel> Check this " +"if you want the applet to display bits per second instead of bytes/s." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:326 +msgid "" +"<guilabel>Change icon according to the selected device:</guilabel> Usually " +"the applet will show an icon representing the type of network device you " +"monitor. So it will show a phone for Point to Point connections (ppp - " +"modems, etc.), a network card for Ethernet (eth), etc. When this is " +"unchecked, the applet will always show the network card icon, no matter " +"which device you monitor." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:332 +msgid "" +"<guilabel>Always monitor a connected device, if possible:</guilabel> When " +"your connection is down, Netspeed Applet look for a running one for " +"monitoring." +msgstr "" + +#. (itstool) path: sect1/title +#. (itstool) path: figure/title +#: C/index.docbook:338 C/index.docbook:340 +msgid "The details dialog" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:343 +msgctxt "_" +msgid "" +"external ref='figures/details.png' md5='60fedda8f88b634f16ab31090b5bdd67'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:342 +msgid "" +"<imageobject><imagedata fileref=\"figures/details.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>The details dialog</phrase> " +"</textobject>" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:351 +msgid "" +"This dialog shows you some useful information on the configuration of your " +"network device." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:356 +msgid "" +"<guilabel>Internet Address:</guilabel> The IP (Internet Protocol) address of" +" the network device." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:359 +msgid "" +"<guilabel>Netmask:</guilabel> The netmask which depends on the size of your " +"LAN (Local Area Network). A usual value is 255.255.255.0 (a class C " +"network)." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:363 +msgid "" +"<guilabel>Hardware Address:</guilabel> Often also referred to as the " +"physical or MAC (Media Access Control) address. A worldwide unique " +"identifier for your network card." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:367 +msgid "" +"<guilabel>P-t-P Address:</guilabel> The internet address of the \"other " +"side\" of your PPP (Point to Point Protocol) connection." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:371 +msgid "" +"<guilabel>Bytes in:</guilabel> The amount of bytes that the network device " +"has received since it has been connected to the network." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:375 +msgid "" +"<guilabel>Bytes out:</guilabel> The amount of bytes that the network device " +"has sent since it has been connected to the network." +msgstr "" + +#. (itstool) path: para/ulink +#: C/legal.xml:9 +msgid "link" +msgstr "asɣen" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:2 +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 <_:ulink-1/> or in the file COPYING-DOCS distributed " +"with this manual." +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:12 +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." +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:19 +msgid "" +"Many of the names used by companies to distinguish their products and " +"services are claimed as trademarks. Where those names appear in any MATE " +"documentation, and the members of the MATE Documentation Project are made " +"aware of those trademarks, then the names are in capital letters or initial " +"capital letters." +msgstr "" + +#. (itstool) path: listitem/para +#: C/legal.xml:35 +msgid "" +"DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " +"EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " +"THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " +"MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " +"RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " +"MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " +"MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " +"WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " +"SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " +"ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " +"OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" +msgstr "" + +#. (itstool) path: listitem/para +#: C/legal.xml:55 +msgid "" +"UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" +" NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " +"CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " +"DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " +"FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " +"ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " +"WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" +" OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " +"VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" +" POSSIBILITY OF SUCH DAMAGES." +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:28 +msgid "" +"DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " +"OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " +"<_:orderedlist-1/>" +msgstr "" diff --git a/netspeed/help/ug/ug.po b/netspeed/help/ug/ug.po index a7ddda8c..931621cf 100644 --- a/netspeed/help/ug/ug.po +++ b/netspeed/help/ug/ug.po @@ -5,10 +5,10 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" "Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: Uyghur (https://www.transifex.com/mate/teams/13566/ug/)\n" +"Language-Team: Uyghur (https://app.transifex.com/mate/teams/13566/ug/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -42,7 +42,7 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" #. (itstool) path: articleinfo/copyright @@ -136,8 +136,9 @@ msgstr "" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/help/uk/uk.po b/netspeed/help/uk/uk.po index 1237cb61..13d1ba32 100644 --- a/netspeed/help/uk/uk.po +++ b/netspeed/help/uk/uk.po @@ -1,16 +1,17 @@ -# # Translators: # Stefano Karapetsas <[email protected]>, 2018 -# Wolfgang Ulbrich <[email protected]>, 2018 +# Wolfgang Ulbrich <[email protected]>, 2018 # Микола Ткач <[email protected]>, 2018 +# Serhii <[email protected]>, 2022 +# Transifex Bot <>, 2026 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" -"Last-Translator: Микола Ткач <[email protected]>, 2018\n" -"Language-Team: Ukrainian (https://www.transifex.com/mate/teams/13566/uk/)\n" +"Last-Translator: Transifex Bot <>, 2026\n" +"Language-Team: Ukrainian (https://app.transifex.com/mate/teams/13566/uk/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -38,8 +39,8 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" -msgstr "" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" +msgstr "<year>2015-2021</year> <holder>Проект документування MATE</holder>" #. (itstool) path: articleinfo/copyright #: C/index.docbook:31 @@ -143,8 +144,9 @@ msgstr "Зворотній зв'язок" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/help/ur/ur.po b/netspeed/help/ur/ur.po index 55a62de6..11ca6d47 100644 --- a/netspeed/help/ur/ur.po +++ b/netspeed/help/ur/ur.po @@ -5,10 +5,10 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" "Last-Translator: mauron, 2018\n" -"Language-Team: Urdu (https://www.transifex.com/mate/teams/13566/ur/)\n" +"Language-Team: Urdu (https://app.transifex.com/mate/teams/13566/ur/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -39,7 +39,7 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" #. (itstool) path: articleinfo/copyright @@ -133,8 +133,9 @@ msgstr "" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/help/ur_PK/ur_PK.po b/netspeed/help/ur_PK/ur_PK.po new file mode 100644 index 00000000..7614f3c6 --- /dev/null +++ b/netspeed/help/ur_PK/ur_PK.po @@ -0,0 +1,611 @@ +# Translators: +# Stefano Karapetsas <[email protected]>, 2018 +# Transifex Bot <>, 2026 +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" +"PO-Revision-Date: 2018-09-27 15:24+0000\n" +"Last-Translator: Transifex Bot <>, 2026\n" +"Language-Team: Urdu (Pakistan) (https://app.transifex.com/mate/teams/13566/ur_PK/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ur_PK\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2 +msgctxt "_" +msgid "translator-credits" +msgstr "" +"محمد علی مکی\n" +"[email protected]\n" +"اردو کوڈر لینکس فورم\n" +"www.urducoder.com" + +#. (itstool) path: articleinfo/title +#: C/index.docbook:23 +msgid "Netspeed Applet Manual V1.3" +msgstr "" + +#. (itstool) path: abstract/para +#: C/index.docbook:25 +msgid "" +"Netspeed Applet shows how much traffic occurs on a specified network device." +msgstr "" + +#. (itstool) path: articleinfo/copyright +#: C/index.docbook:27 +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" +msgstr "" + +#. (itstool) path: articleinfo/copyright +#: C/index.docbook:31 +msgid "<year>2002</year> <holder>Jörgen Scheibengruber</holder>" +msgstr "" + +#. (itstool) path: publisher/publishername +#: C/index.docbook:44 +msgid "MATE Documentation Project" +msgstr "" + +#. (itstool) path: publisher/publishername +#: C/index.docbook:47 +msgid "GNOME Documentation Project" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:53 +msgid "" +"<firstname>MATE Documentation Project</firstname> <surname/> <affiliation> " +"<orgname>MATE Desktop</orgname> </affiliation>" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:60 +msgid "" +"<firstname>Jörgen</firstname> <surname>Scheibengruber</surname> " +"<affiliation> <orgname>GNOME Project</orgname> </affiliation> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:69 +msgid "" +"<firstname>Pedro</firstname> <surname>Villavicencio Garrido</surname> " +"<affiliation> <orgname>GNOME Project</orgname> </affiliation> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revision/author +#: C/index.docbook:96 +msgid "<firstname>MATE Documentation Project</firstname> <surname/>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:93 +msgid "<revnumber>1.3</revnumber> <date>July 2015</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: revision/author +#: C/index.docbook:105 C/index.docbook:125 +msgid "" +"<firstname>Jörgen</firstname> <surname>Scheibengruber</surname> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:102 +msgid "<revnumber>1.2</revnumber> <date>2006</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: revision/author +#: C/index.docbook:115 +msgid "" +"<firstname>Pedro</firstname> <surname>Villavicencio Garrido</surname> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:112 +msgid "<revnumber>1.1</revnumber> <date>2005</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:122 +msgid "<revnumber>1.0</revnumber> <date>2002</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: articleinfo/releaseinfo +#: C/index.docbook:134 +msgid "This manual describes version 1.10.1 of Netspeed Applet." +msgstr "" + +#. (itstool) path: legalnotice/title +#: C/index.docbook:137 +msgid "Feedback" +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/index.docbook:138 +msgid "" +"To report a bug or make a suggestion regarding the Netspeed Applet " +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." +msgstr "" + +#. (itstool) path: article/indexterm +#: C/index.docbook:146 +msgid "<primary>Netspeed Applet</primary>" +msgstr "" + +#. (itstool) path: sect1/title +#: C/index.docbook:152 +msgid "About Netspeed Applet" +msgstr "" + +#. (itstool) path: figure/title +#: C/index.docbook:154 +msgid "Netspeed" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:157 +msgctxt "_" +msgid "" +"external ref='figures/netspeed_applet.png' " +"md5='11ef0533a2be1a5d1a9de77c4cec7f93'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:156 +msgid "" +"<imageobject><imagedata fileref=\"figures/netspeed_applet.png\" " +"format=\"PNG\"/> </imageobject> <textobject> <phrase>Netspeed.</phrase> " +"</textobject>" +msgstr "" + +#. (itstool) path: figure/title +#: C/index.docbook:166 +msgid "Netspeed showing the sum in a 48px panel." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:169 +msgctxt "_" +msgid "" +"external ref='figures/eth_sum_48.png' md5='5113ce28da9b7712dafc52b3c13ccf32'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:168 +msgid "" +"<imageobject><imagedata fileref=\"figures/eth_sum_48.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>Netspeed showing the sum in a 48px " +"panel.</phrase> </textobject>" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:177 +msgid "" +"<application>Netspeed Applet</application> displays the network traffic on a" +" specified device like eth0, ppp0, plip0, etc. More over it provides " +"information about the configuration of the network device." +msgstr "" + +#. (itstool) path: sect2/title +#: C/index.docbook:183 +msgid "Netspeed Icons on Panel" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:190 +msgid "Icon" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:191 +msgid "Description" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:198 +msgctxt "_" +msgid "" +"external ref='figures/loopback.png' md5='0636b7d65b0626ee5e92dc0d28be5871'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:196 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/loopback.png\"" +" format=\"PNG\"/> </imageobject><textobject> <phrase>Loopback</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:203 +msgid "The Loopback interface." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:210 +msgctxt "_" +msgid "" +"external ref='figures/ethernet.png' md5='48562a8b38e8eca91a3a8ee4ba4e3077'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:208 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/ethernet.png\"" +" format=\"PNG\"/> </imageobject><textobject> <phrase>Ethernet</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:215 +msgid "Ethernet connection." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:222 +msgctxt "_" +msgid "external ref='figures/ppp.png' md5='b88d98a9ccdd489d91b45c8cf2dcbad1'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:220 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/ppp.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>PPP</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:227 +msgid "Point to Point Protocol connection." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:234 +msgctxt "_" +msgid "" +"external ref='figures/wavelan.png' md5='90f925a64abe393adc5834fceba515fe'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:232 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/wavelan.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>Wireless</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:239 +msgid "Wireless connection." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:246 +msgctxt "_" +msgid "external ref='figures/plip.png' md5='0761a22dfa7b0b56e41e020cd701db68'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:244 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/plip.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>PLIP</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:251 +msgid "Parallel Line Internet Protocol connection." +msgstr "" + +#. (itstool) path: sect2/title +#: C/index.docbook:260 +msgid "To Add Netspeed Applet to a Panel" +msgstr "" + +#. (itstool) path: sect2/para +#: C/index.docbook:261 +msgid "" +"To add <application>Netspeed Applet</application> to a panel, perform the " +"following steps:" +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:267 +msgid "Right-click on the panel." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:272 +msgid "Choose <guimenuitem>Add to Panel</guimenuitem>." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:277 +msgid "" +"Scroll down the list of items in the <guilabel>Add to Panel</guilabel> " +"dialog, then select <guilabel>Netspeed Applet</guilabel>." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:283 +msgid "Click <guibutton>Add</guibutton>." +msgstr "" + +#. (itstool) path: sect1/title +#: C/index.docbook:291 +msgid "Settings" +msgstr "" + +#. (itstool) path: figure/title +#: C/index.docbook:293 +msgid "Netspeed Applet Settings" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:296 +msgctxt "_" +msgid "" +"external ref='figures/settings.png' md5='219a6bc0e89cb9634d49025f9d3c6604'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:295 +msgid "" +"<imageobject><imagedata fileref=\"figures/settings.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>Netspeed Applet Settings.</phrase> " +"</textobject>" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:304 +msgid "In this dialog you can change the settings of Netspeed Applet:" +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:308 +msgid "" +"<guilabel>Network device:</guilabel> Choose the network device that the " +"applet should monitor from the popdown list of the combobox. Usually all " +"available devices are listed, however you can enter one yourself, too." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:312 +msgid "" +"<guilabel>Update interval:</guilabel> Enter the time between two updates of " +"the applet." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:315 +msgid "" +"<guilabel>Label font size:</guilabel> Enter the size of the text displayed " +"in the applet." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:318 +msgid "" +"<guilabel>Show sum instead of in and out:</guilabel> If you check this box " +"then the applet will show the sum of the in and out rate. The applet will " +"take only half of the space in the panel in this case." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:322 +msgid "" +"<guilabel>Show bits/s (b/s) instead of bytes/s (B/s):</guilabel> Check this " +"if you want the applet to display bits per second instead of bytes/s." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:326 +msgid "" +"<guilabel>Change icon according to the selected device:</guilabel> Usually " +"the applet will show an icon representing the type of network device you " +"monitor. So it will show a phone for Point to Point connections (ppp - " +"modems, etc.), a network card for Ethernet (eth), etc. When this is " +"unchecked, the applet will always show the network card icon, no matter " +"which device you monitor." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:332 +msgid "" +"<guilabel>Always monitor a connected device, if possible:</guilabel> When " +"your connection is down, Netspeed Applet look for a running one for " +"monitoring." +msgstr "" + +#. (itstool) path: sect1/title +#. (itstool) path: figure/title +#: C/index.docbook:338 C/index.docbook:340 +msgid "The details dialog" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:343 +msgctxt "_" +msgid "" +"external ref='figures/details.png' md5='60fedda8f88b634f16ab31090b5bdd67'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:342 +msgid "" +"<imageobject><imagedata fileref=\"figures/details.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>The details dialog</phrase> " +"</textobject>" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:351 +msgid "" +"This dialog shows you some useful information on the configuration of your " +"network device." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:356 +msgid "" +"<guilabel>Internet Address:</guilabel> The IP (Internet Protocol) address of" +" the network device." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:359 +msgid "" +"<guilabel>Netmask:</guilabel> The netmask which depends on the size of your " +"LAN (Local Area Network). A usual value is 255.255.255.0 (a class C " +"network)." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:363 +msgid "" +"<guilabel>Hardware Address:</guilabel> Often also referred to as the " +"physical or MAC (Media Access Control) address. A worldwide unique " +"identifier for your network card." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:367 +msgid "" +"<guilabel>P-t-P Address:</guilabel> The internet address of the \"other " +"side\" of your PPP (Point to Point Protocol) connection." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:371 +msgid "" +"<guilabel>Bytes in:</guilabel> The amount of bytes that the network device " +"has received since it has been connected to the network." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:375 +msgid "" +"<guilabel>Bytes out:</guilabel> The amount of bytes that the network device " +"has sent since it has been connected to the network." +msgstr "" + +#. (itstool) path: para/ulink +#: C/legal.xml:9 +msgid "link" +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:2 +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 <_:ulink-1/> or in the file COPYING-DOCS distributed " +"with this manual." +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:12 +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." +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:19 +msgid "" +"Many of the names used by companies to distinguish their products and " +"services are claimed as trademarks. Where those names appear in any MATE " +"documentation, and the members of the MATE Documentation Project are made " +"aware of those trademarks, then the names are in capital letters or initial " +"capital letters." +msgstr "" + +#. (itstool) path: listitem/para +#: C/legal.xml:35 +msgid "" +"DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " +"EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " +"THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " +"MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " +"RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " +"MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " +"MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " +"WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " +"SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " +"ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " +"OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" +msgstr "" + +#. (itstool) path: listitem/para +#: C/legal.xml:55 +msgid "" +"UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" +" NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " +"CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " +"DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " +"FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " +"ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " +"WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" +" OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " +"VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" +" POSSIBILITY OF SUCH DAMAGES." +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:28 +msgid "" +"DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " +"OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " +"<_:orderedlist-1/>" +msgstr "" diff --git a/netspeed/help/uz/uz.po b/netspeed/help/uz/uz.po index 80e3b8a7..b4d7987a 100644 --- a/netspeed/help/uz/uz.po +++ b/netspeed/help/uz/uz.po @@ -6,10 +6,10 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" "Last-Translator: Muzaffar Habibullayev <[email protected]>, 2018\n" -"Language-Team: Uzbek (https://www.transifex.com/mate/teams/13566/uz/)\n" +"Language-Team: Uzbek (https://app.transifex.com/mate/teams/13566/uz/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -34,7 +34,7 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" #. (itstool) path: articleinfo/copyright @@ -128,8 +128,9 @@ msgstr "" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/help/vi/vi.po b/netspeed/help/vi/vi.po index b79ba329..b249ed26 100644 --- a/netspeed/help/vi/vi.po +++ b/netspeed/help/vi/vi.po @@ -6,10 +6,10 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" "Last-Translator: Duy Truong Nguyen <[email protected]>, 2018\n" -"Language-Team: Vietnamese (https://www.transifex.com/mate/teams/13566/vi/)\n" +"Language-Team: Vietnamese (https://app.transifex.com/mate/teams/13566/vi/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -34,7 +34,7 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" #. (itstool) path: articleinfo/copyright @@ -128,8 +128,9 @@ msgstr "" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/help/wa/wa.po b/netspeed/help/wa/wa.po index 7f2852c5..aca3cd57 100644 --- a/netspeed/help/wa/wa.po +++ b/netspeed/help/wa/wa.po @@ -5,10 +5,10 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" "Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: Walloon (https://www.transifex.com/mate/teams/13566/wa/)\n" +"Language-Team: Walloon (https://app.transifex.com/mate/teams/13566/wa/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -33,7 +33,7 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" #. (itstool) path: articleinfo/copyright @@ -127,8 +127,9 @@ msgstr "" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/help/xh/xh.po b/netspeed/help/xh/xh.po index e8c34fde..ef4a3590 100644 --- a/netspeed/help/xh/xh.po +++ b/netspeed/help/xh/xh.po @@ -5,10 +5,10 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" "Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: Xhosa (https://www.transifex.com/mate/teams/13566/xh/)\n" +"Language-Team: Xhosa (https://app.transifex.com/mate/teams/13566/xh/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -33,7 +33,7 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" #. (itstool) path: articleinfo/copyright @@ -127,8 +127,9 @@ msgstr "" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/help/yi/yi.po b/netspeed/help/yi/yi.po new file mode 100644 index 00000000..0aa9e125 --- /dev/null +++ b/netspeed/help/yi/yi.po @@ -0,0 +1,607 @@ +# Translators: +# Stefano Karapetsas <[email protected]>, 2018 +# Transifex Bot <>, 2026 +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" +"PO-Revision-Date: 2018-09-27 15:24+0000\n" +"Last-Translator: Transifex Bot <>, 2026\n" +"Language-Team: Yiddish (https://app.transifex.com/mate/teams/13566/yi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: yi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2 +msgctxt "_" +msgid "translator-credits" +msgstr "" + +#. (itstool) path: articleinfo/title +#: C/index.docbook:23 +msgid "Netspeed Applet Manual V1.3" +msgstr "" + +#. (itstool) path: abstract/para +#: C/index.docbook:25 +msgid "" +"Netspeed Applet shows how much traffic occurs on a specified network device." +msgstr "" + +#. (itstool) path: articleinfo/copyright +#: C/index.docbook:27 +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" +msgstr "" + +#. (itstool) path: articleinfo/copyright +#: C/index.docbook:31 +msgid "<year>2002</year> <holder>Jörgen Scheibengruber</holder>" +msgstr "" + +#. (itstool) path: publisher/publishername +#: C/index.docbook:44 +msgid "MATE Documentation Project" +msgstr "" + +#. (itstool) path: publisher/publishername +#: C/index.docbook:47 +msgid "GNOME Documentation Project" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:53 +msgid "" +"<firstname>MATE Documentation Project</firstname> <surname/> <affiliation> " +"<orgname>MATE Desktop</orgname> </affiliation>" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:60 +msgid "" +"<firstname>Jörgen</firstname> <surname>Scheibengruber</surname> " +"<affiliation> <orgname>GNOME Project</orgname> </affiliation> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:69 +msgid "" +"<firstname>Pedro</firstname> <surname>Villavicencio Garrido</surname> " +"<affiliation> <orgname>GNOME Project</orgname> </affiliation> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revision/author +#: C/index.docbook:96 +msgid "<firstname>MATE Documentation Project</firstname> <surname/>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:93 +msgid "<revnumber>1.3</revnumber> <date>July 2015</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: revision/author +#: C/index.docbook:105 C/index.docbook:125 +msgid "" +"<firstname>Jörgen</firstname> <surname>Scheibengruber</surname> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:102 +msgid "<revnumber>1.2</revnumber> <date>2006</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: revision/author +#: C/index.docbook:115 +msgid "" +"<firstname>Pedro</firstname> <surname>Villavicencio Garrido</surname> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:112 +msgid "<revnumber>1.1</revnumber> <date>2005</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:122 +msgid "<revnumber>1.0</revnumber> <date>2002</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: articleinfo/releaseinfo +#: C/index.docbook:134 +msgid "This manual describes version 1.10.1 of Netspeed Applet." +msgstr "" + +#. (itstool) path: legalnotice/title +#: C/index.docbook:137 +msgid "Feedback" +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/index.docbook:138 +msgid "" +"To report a bug or make a suggestion regarding the Netspeed Applet " +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." +msgstr "" + +#. (itstool) path: article/indexterm +#: C/index.docbook:146 +msgid "<primary>Netspeed Applet</primary>" +msgstr "" + +#. (itstool) path: sect1/title +#: C/index.docbook:152 +msgid "About Netspeed Applet" +msgstr "" + +#. (itstool) path: figure/title +#: C/index.docbook:154 +msgid "Netspeed" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:157 +msgctxt "_" +msgid "" +"external ref='figures/netspeed_applet.png' " +"md5='11ef0533a2be1a5d1a9de77c4cec7f93'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:156 +msgid "" +"<imageobject><imagedata fileref=\"figures/netspeed_applet.png\" " +"format=\"PNG\"/> </imageobject> <textobject> <phrase>Netspeed.</phrase> " +"</textobject>" +msgstr "" + +#. (itstool) path: figure/title +#: C/index.docbook:166 +msgid "Netspeed showing the sum in a 48px panel." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:169 +msgctxt "_" +msgid "" +"external ref='figures/eth_sum_48.png' md5='5113ce28da9b7712dafc52b3c13ccf32'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:168 +msgid "" +"<imageobject><imagedata fileref=\"figures/eth_sum_48.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>Netspeed showing the sum in a 48px " +"panel.</phrase> </textobject>" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:177 +msgid "" +"<application>Netspeed Applet</application> displays the network traffic on a" +" specified device like eth0, ppp0, plip0, etc. More over it provides " +"information about the configuration of the network device." +msgstr "" + +#. (itstool) path: sect2/title +#: C/index.docbook:183 +msgid "Netspeed Icons on Panel" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:190 +msgid "Icon" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:191 +msgid "Description" +msgstr "באַשרײַבונג" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:198 +msgctxt "_" +msgid "" +"external ref='figures/loopback.png' md5='0636b7d65b0626ee5e92dc0d28be5871'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:196 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/loopback.png\"" +" format=\"PNG\"/> </imageobject><textobject> <phrase>Loopback</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:203 +msgid "The Loopback interface." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:210 +msgctxt "_" +msgid "" +"external ref='figures/ethernet.png' md5='48562a8b38e8eca91a3a8ee4ba4e3077'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:208 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/ethernet.png\"" +" format=\"PNG\"/> </imageobject><textobject> <phrase>Ethernet</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:215 +msgid "Ethernet connection." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:222 +msgctxt "_" +msgid "external ref='figures/ppp.png' md5='b88d98a9ccdd489d91b45c8cf2dcbad1'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:220 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/ppp.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>PPP</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:227 +msgid "Point to Point Protocol connection." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:234 +msgctxt "_" +msgid "" +"external ref='figures/wavelan.png' md5='90f925a64abe393adc5834fceba515fe'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:232 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/wavelan.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>Wireless</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:239 +msgid "Wireless connection." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:246 +msgctxt "_" +msgid "external ref='figures/plip.png' md5='0761a22dfa7b0b56e41e020cd701db68'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:244 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/plip.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>PLIP</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:251 +msgid "Parallel Line Internet Protocol connection." +msgstr "" + +#. (itstool) path: sect2/title +#: C/index.docbook:260 +msgid "To Add Netspeed Applet to a Panel" +msgstr "" + +#. (itstool) path: sect2/para +#: C/index.docbook:261 +msgid "" +"To add <application>Netspeed Applet</application> to a panel, perform the " +"following steps:" +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:267 +msgid "Right-click on the panel." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:272 +msgid "Choose <guimenuitem>Add to Panel</guimenuitem>." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:277 +msgid "" +"Scroll down the list of items in the <guilabel>Add to Panel</guilabel> " +"dialog, then select <guilabel>Netspeed Applet</guilabel>." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:283 +msgid "Click <guibutton>Add</guibutton>." +msgstr "" + +#. (itstool) path: sect1/title +#: C/index.docbook:291 +msgid "Settings" +msgstr "" + +#. (itstool) path: figure/title +#: C/index.docbook:293 +msgid "Netspeed Applet Settings" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:296 +msgctxt "_" +msgid "" +"external ref='figures/settings.png' md5='219a6bc0e89cb9634d49025f9d3c6604'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:295 +msgid "" +"<imageobject><imagedata fileref=\"figures/settings.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>Netspeed Applet Settings.</phrase> " +"</textobject>" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:304 +msgid "In this dialog you can change the settings of Netspeed Applet:" +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:308 +msgid "" +"<guilabel>Network device:</guilabel> Choose the network device that the " +"applet should monitor from the popdown list of the combobox. Usually all " +"available devices are listed, however you can enter one yourself, too." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:312 +msgid "" +"<guilabel>Update interval:</guilabel> Enter the time between two updates of " +"the applet." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:315 +msgid "" +"<guilabel>Label font size:</guilabel> Enter the size of the text displayed " +"in the applet." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:318 +msgid "" +"<guilabel>Show sum instead of in and out:</guilabel> If you check this box " +"then the applet will show the sum of the in and out rate. The applet will " +"take only half of the space in the panel in this case." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:322 +msgid "" +"<guilabel>Show bits/s (b/s) instead of bytes/s (B/s):</guilabel> Check this " +"if you want the applet to display bits per second instead of bytes/s." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:326 +msgid "" +"<guilabel>Change icon according to the selected device:</guilabel> Usually " +"the applet will show an icon representing the type of network device you " +"monitor. So it will show a phone for Point to Point connections (ppp - " +"modems, etc.), a network card for Ethernet (eth), etc. When this is " +"unchecked, the applet will always show the network card icon, no matter " +"which device you monitor." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:332 +msgid "" +"<guilabel>Always monitor a connected device, if possible:</guilabel> When " +"your connection is down, Netspeed Applet look for a running one for " +"monitoring." +msgstr "" + +#. (itstool) path: sect1/title +#. (itstool) path: figure/title +#: C/index.docbook:338 C/index.docbook:340 +msgid "The details dialog" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:343 +msgctxt "_" +msgid "" +"external ref='figures/details.png' md5='60fedda8f88b634f16ab31090b5bdd67'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:342 +msgid "" +"<imageobject><imagedata fileref=\"figures/details.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>The details dialog</phrase> " +"</textobject>" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:351 +msgid "" +"This dialog shows you some useful information on the configuration of your " +"network device." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:356 +msgid "" +"<guilabel>Internet Address:</guilabel> The IP (Internet Protocol) address of" +" the network device." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:359 +msgid "" +"<guilabel>Netmask:</guilabel> The netmask which depends on the size of your " +"LAN (Local Area Network). A usual value is 255.255.255.0 (a class C " +"network)." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:363 +msgid "" +"<guilabel>Hardware Address:</guilabel> Often also referred to as the " +"physical or MAC (Media Access Control) address. A worldwide unique " +"identifier for your network card." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:367 +msgid "" +"<guilabel>P-t-P Address:</guilabel> The internet address of the \"other " +"side\" of your PPP (Point to Point Protocol) connection." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:371 +msgid "" +"<guilabel>Bytes in:</guilabel> The amount of bytes that the network device " +"has received since it has been connected to the network." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:375 +msgid "" +"<guilabel>Bytes out:</guilabel> The amount of bytes that the network device " +"has sent since it has been connected to the network." +msgstr "" + +#. (itstool) path: para/ulink +#: C/legal.xml:9 +msgid "link" +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:2 +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 <_:ulink-1/> or in the file COPYING-DOCS distributed " +"with this manual." +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:12 +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." +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:19 +msgid "" +"Many of the names used by companies to distinguish their products and " +"services are claimed as trademarks. Where those names appear in any MATE " +"documentation, and the members of the MATE Documentation Project are made " +"aware of those trademarks, then the names are in capital letters or initial " +"capital letters." +msgstr "" + +#. (itstool) path: listitem/para +#: C/legal.xml:35 +msgid "" +"DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " +"EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " +"THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " +"MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " +"RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " +"MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " +"MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " +"WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " +"SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " +"ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " +"OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" +msgstr "" + +#. (itstool) path: listitem/para +#: C/legal.xml:55 +msgid "" +"UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" +" NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " +"CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " +"DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " +"FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " +"ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " +"WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" +" OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " +"VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" +" POSSIBILITY OF SUCH DAMAGES." +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:28 +msgid "" +"DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " +"OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " +"<_:orderedlist-1/>" +msgstr "" diff --git a/netspeed/help/yo/yo.po b/netspeed/help/yo/yo.po index 9936aa5e..7a69962d 100644 --- a/netspeed/help/yo/yo.po +++ b/netspeed/help/yo/yo.po @@ -5,10 +5,10 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" "Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: Yoruba (https://www.transifex.com/mate/teams/13566/yo/)\n" +"Language-Team: Yoruba (https://app.transifex.com/mate/teams/13566/yo/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -33,7 +33,7 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" #. (itstool) path: articleinfo/copyright @@ -127,8 +127,9 @@ msgstr "" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/help/zh-Hans/zh-Hans.po b/netspeed/help/zh-Hans/zh-Hans.po new file mode 100644 index 00000000..75ec6a56 --- /dev/null +++ b/netspeed/help/zh-Hans/zh-Hans.po @@ -0,0 +1,608 @@ +# +# Translators: +# Xiaoyuan Chen <[email protected]>, 2018 +# 敏超 马 <[email protected]>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" +"PO-Revision-Date: 2018-09-27 15:24+0000\n" +"Last-Translator: 敏超 马 <[email protected]>, 2021\n" +"Language-Team: Chinese Simplified (https://app.transifex.com/mate/teams/13566/zh-Hans/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: zh-Hans\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. Put one translator per line, in the form NAME <EMAIL>, YEAR1, YEAR2 +msgctxt "_" +msgid "translator-credits" +msgstr "翻译人员-致谢" + +#. (itstool) path: articleinfo/title +#: C/index.docbook:23 +msgid "Netspeed Applet Manual V1.3" +msgstr "" + +#. (itstool) path: abstract/para +#: C/index.docbook:25 +msgid "" +"Netspeed Applet shows how much traffic occurs on a specified network device." +msgstr "" + +#. (itstool) path: articleinfo/copyright +#: C/index.docbook:27 +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" +msgstr "" + +#. (itstool) path: articleinfo/copyright +#: C/index.docbook:31 +msgid "<year>2002</year> <holder>Jörgen Scheibengruber</holder>" +msgstr "" + +#. (itstool) path: publisher/publishername +#: C/index.docbook:44 +msgid "MATE Documentation Project" +msgstr "MATE 文档项目" + +#. (itstool) path: publisher/publishername +#: C/index.docbook:47 +msgid "GNOME Documentation Project" +msgstr "GNOME 文档项目" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:53 +msgid "" +"<firstname>MATE Documentation Project</firstname> <surname/> <affiliation> " +"<orgname>MATE Desktop</orgname> </affiliation>" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:60 +msgid "" +"<firstname>Jörgen</firstname> <surname>Scheibengruber</surname> " +"<affiliation> <orgname>GNOME Project</orgname> </affiliation> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: authorgroup/author +#: C/index.docbook:69 +msgid "" +"<firstname>Pedro</firstname> <surname>Villavicencio Garrido</surname> " +"<affiliation> <orgname>GNOME Project</orgname> </affiliation> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revision/author +#: C/index.docbook:96 +msgid "<firstname>MATE Documentation Project</firstname> <surname/>" +msgstr "<firstname>MATE 文档项目</firstname><surname/>" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:93 +msgid "<revnumber>1.3</revnumber> <date>July 2015</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: revision/author +#: C/index.docbook:105 C/index.docbook:125 +msgid "" +"<firstname>Jörgen</firstname> <surname>Scheibengruber</surname> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:102 +msgid "<revnumber>1.2</revnumber> <date>2006</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: revision/author +#: C/index.docbook:115 +msgid "" +"<firstname>Pedro</firstname> <surname>Villavicencio Garrido</surname> " +"<email>[email protected]</email>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:112 +msgid "<revnumber>1.1</revnumber> <date>2005</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: revhistory/revision +#: C/index.docbook:122 +msgid "<revnumber>1.0</revnumber> <date>2002</date> <_:author-1/>" +msgstr "" + +#. (itstool) path: articleinfo/releaseinfo +#: C/index.docbook:134 +msgid "This manual describes version 1.10.1 of Netspeed Applet." +msgstr "" + +#. (itstool) path: legalnotice/title +#: C/index.docbook:137 +msgid "Feedback" +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/index.docbook:138 +msgid "" +"To report a bug or make a suggestion regarding the Netspeed Applet " +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." +msgstr "" + +#. (itstool) path: article/indexterm +#: C/index.docbook:146 +msgid "<primary>Netspeed Applet</primary>" +msgstr "" + +#. (itstool) path: sect1/title +#: C/index.docbook:152 +msgid "About Netspeed Applet" +msgstr "" + +#. (itstool) path: figure/title +#: C/index.docbook:154 +msgid "Netspeed" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:157 +msgctxt "_" +msgid "" +"external ref='figures/netspeed_applet.png' " +"md5='11ef0533a2be1a5d1a9de77c4cec7f93'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:156 +msgid "" +"<imageobject><imagedata fileref=\"figures/netspeed_applet.png\" " +"format=\"PNG\"/> </imageobject> <textobject> <phrase>Netspeed.</phrase> " +"</textobject>" +msgstr "" + +#. (itstool) path: figure/title +#: C/index.docbook:166 +msgid "Netspeed showing the sum in a 48px panel." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:169 +msgctxt "_" +msgid "" +"external ref='figures/eth_sum_48.png' md5='5113ce28da9b7712dafc52b3c13ccf32'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:168 +msgid "" +"<imageobject><imagedata fileref=\"figures/eth_sum_48.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>Netspeed showing the sum in a 48px " +"panel.</phrase> </textobject>" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:177 +msgid "" +"<application>Netspeed Applet</application> displays the network traffic on a" +" specified device like eth0, ppp0, plip0, etc. More over it provides " +"information about the configuration of the network device." +msgstr "" + +#. (itstool) path: sect2/title +#: C/index.docbook:183 +msgid "Netspeed Icons on Panel" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:190 +msgid "Icon" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:191 +msgid "Description" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:198 +msgctxt "_" +msgid "" +"external ref='figures/loopback.png' md5='0636b7d65b0626ee5e92dc0d28be5871'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:196 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/loopback.png\"" +" format=\"PNG\"/> </imageobject><textobject> <phrase>Loopback</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:203 +msgid "The Loopback interface." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:210 +msgctxt "_" +msgid "" +"external ref='figures/ethernet.png' md5='48562a8b38e8eca91a3a8ee4ba4e3077'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:208 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/ethernet.png\"" +" format=\"PNG\"/> </imageobject><textobject> <phrase>Ethernet</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:215 +msgid "Ethernet connection." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:222 +msgctxt "_" +msgid "external ref='figures/ppp.png' md5='b88d98a9ccdd489d91b45c8cf2dcbad1'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:220 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/ppp.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>PPP</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:227 +msgid "Point to Point Protocol connection." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:234 +msgctxt "_" +msgid "" +"external ref='figures/wavelan.png' md5='90f925a64abe393adc5834fceba515fe'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:232 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/wavelan.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>Wireless</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:239 +msgid "Wireless connection." +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:246 +msgctxt "_" +msgid "external ref='figures/plip.png' md5='0761a22dfa7b0b56e41e020cd701db68'" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:244 +msgid "" +"<inlinemediaobject><imageobject> <imagedata fileref=\"figures/plip.png\" " +"format=\"PNG\"/> </imageobject><textobject> <phrase>PLIP</phrase> " +"</textobject></inlinemediaobject>" +msgstr "" + +#. (itstool) path: entry/para +#: C/index.docbook:251 +msgid "Parallel Line Internet Protocol connection." +msgstr "" + +#. (itstool) path: sect2/title +#: C/index.docbook:260 +msgid "To Add Netspeed Applet to a Panel" +msgstr "" + +#. (itstool) path: sect2/para +#: C/index.docbook:261 +msgid "" +"To add <application>Netspeed Applet</application> to a panel, perform the " +"following steps:" +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:267 +msgid "Right-click on the panel." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:272 +msgid "Choose <guimenuitem>Add to Panel</guimenuitem>." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:277 +msgid "" +"Scroll down the list of items in the <guilabel>Add to Panel</guilabel> " +"dialog, then select <guilabel>Netspeed Applet</guilabel>." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:283 +msgid "Click <guibutton>Add</guibutton>." +msgstr "" + +#. (itstool) path: sect1/title +#: C/index.docbook:291 +msgid "Settings" +msgstr "" + +#. (itstool) path: figure/title +#: C/index.docbook:293 +msgid "Netspeed Applet Settings" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:296 +msgctxt "_" +msgid "" +"external ref='figures/settings.png' md5='219a6bc0e89cb9634d49025f9d3c6604'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:295 +msgid "" +"<imageobject><imagedata fileref=\"figures/settings.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>Netspeed Applet Settings.</phrase> " +"</textobject>" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:304 +msgid "In this dialog you can change the settings of Netspeed Applet:" +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:308 +msgid "" +"<guilabel>Network device:</guilabel> Choose the network device that the " +"applet should monitor from the popdown list of the combobox. Usually all " +"available devices are listed, however you can enter one yourself, too." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:312 +msgid "" +"<guilabel>Update interval:</guilabel> Enter the time between two updates of " +"the applet." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:315 +msgid "" +"<guilabel>Label font size:</guilabel> Enter the size of the text displayed " +"in the applet." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:318 +msgid "" +"<guilabel>Show sum instead of in and out:</guilabel> If you check this box " +"then the applet will show the sum of the in and out rate. The applet will " +"take only half of the space in the panel in this case." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:322 +msgid "" +"<guilabel>Show bits/s (b/s) instead of bytes/s (B/s):</guilabel> Check this " +"if you want the applet to display bits per second instead of bytes/s." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:326 +msgid "" +"<guilabel>Change icon according to the selected device:</guilabel> Usually " +"the applet will show an icon representing the type of network device you " +"monitor. So it will show a phone for Point to Point connections (ppp - " +"modems, etc.), a network card for Ethernet (eth), etc. When this is " +"unchecked, the applet will always show the network card icon, no matter " +"which device you monitor." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:332 +msgid "" +"<guilabel>Always monitor a connected device, if possible:</guilabel> When " +"your connection is down, Netspeed Applet look for a running one for " +"monitoring." +msgstr "" + +#. (itstool) path: sect1/title +#. (itstool) path: figure/title +#: C/index.docbook:338 C/index.docbook:340 +msgid "The details dialog" +msgstr "" + +#. (itstool) path: imageobject/imagedata +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/index.docbook:343 +msgctxt "_" +msgid "" +"external ref='figures/details.png' md5='60fedda8f88b634f16ab31090b5bdd67'" +msgstr "" + +#. (itstool) path: screenshot/mediaobject +#: C/index.docbook:342 +msgid "" +"<imageobject><imagedata fileref=\"figures/details.png\" format=\"PNG\"/> " +"</imageobject> <textobject> <phrase>The details dialog</phrase> " +"</textobject>" +msgstr "" + +#. (itstool) path: sect1/para +#: C/index.docbook:351 +msgid "" +"This dialog shows you some useful information on the configuration of your " +"network device." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:356 +msgid "" +"<guilabel>Internet Address:</guilabel> The IP (Internet Protocol) address of" +" the network device." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:359 +msgid "" +"<guilabel>Netmask:</guilabel> The netmask which depends on the size of your " +"LAN (Local Area Network). A usual value is 255.255.255.0 (a class C " +"network)." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:363 +msgid "" +"<guilabel>Hardware Address:</guilabel> Often also referred to as the " +"physical or MAC (Media Access Control) address. A worldwide unique " +"identifier for your network card." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:367 +msgid "" +"<guilabel>P-t-P Address:</guilabel> The internet address of the \"other " +"side\" of your PPP (Point to Point Protocol) connection." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:371 +msgid "" +"<guilabel>Bytes in:</guilabel> The amount of bytes that the network device " +"has received since it has been connected to the network." +msgstr "" + +#. (itstool) path: listitem/para +#: C/index.docbook:375 +msgid "" +"<guilabel>Bytes out:</guilabel> The amount of bytes that the network device " +"has sent since it has been connected to the network." +msgstr "" + +#. (itstool) path: para/ulink +#: C/legal.xml:9 +msgid "link" +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:2 +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 <_:ulink-1/> or in the file COPYING-DOCS distributed " +"with this manual." +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:12 +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." +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:19 +msgid "" +"Many of the names used by companies to distinguish their products and " +"services are claimed as trademarks. Where those names appear in any MATE " +"documentation, and the members of the MATE Documentation Project are made " +"aware of those trademarks, then the names are in capital letters or initial " +"capital letters." +msgstr "" + +#. (itstool) path: listitem/para +#: C/legal.xml:35 +msgid "" +"DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " +"EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT " +"THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " +"MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " +"RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " +"MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " +"MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " +"WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " +"SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN " +"ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION " +"OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" +msgstr "" + +#. (itstool) path: listitem/para +#: C/legal.xml:55 +msgid "" +"UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING" +" NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY " +"CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE " +"DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON " +"FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF " +"ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, " +"WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES" +" OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED " +"VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE" +" POSSIBILITY OF SUCH DAMAGES." +msgstr "" + +#. (itstool) path: legalnotice/para +#: C/legal.xml:28 +msgid "" +"DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS " +"OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " +"<_:orderedlist-1/>" +msgstr "" diff --git a/netspeed/help/zh_CN/zh_CN.po b/netspeed/help/zh_CN/zh_CN.po index b8bccef1..c90e4502 100644 --- a/netspeed/help/zh_CN/zh_CN.po +++ b/netspeed/help/zh_CN/zh_CN.po @@ -1,22 +1,22 @@ -# # Translators: # Stefano Karapetsas <[email protected]>, 2018 -# liushuyu011 <[email protected]>, 2018 +# shuyu liu <[email protected]>, 2018 # biqiu-ssw <[email protected]>, 2018 -# Wolfgang Ulbrich <[email protected]>, 2018 +# Wolfgang Ulbrich <[email protected]>, 2018 # CNAmira <[email protected]>, 2018 # Mingcong Bai <[email protected]>, 2018 # zhineng404 <[email protected]>, 2019 -# liulitchi <[email protected]>, 2019 -# OkayPJ <[email protected]>, 2020 +# liu lizhi <[email protected]>, 2019 +# OkayPJ <[email protected]>, 2021 +# Transifex Bot <>, 2026 # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" -"Last-Translator: OkayPJ <[email protected]>, 2020\n" -"Language-Team: Chinese (China) (https://www.transifex.com/mate/teams/13566/zh_CN/)\n" +"Last-Translator: Transifex Bot <>, 2026\n" +"Language-Team: Chinese (China) (https://app.transifex.com/mate/teams/13566/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -52,8 +52,8 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" -msgstr "<year>2015-2020</year> <holder>MATE 文档项目</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" +msgstr "<year>2015-2021</year> <holder>MATE 文档团队</holder>" #. (itstool) path: articleinfo/copyright #: C/index.docbook:31 @@ -148,8 +148,9 @@ msgstr "反馈" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/help/zh_HK/zh_HK.po b/netspeed/help/zh_HK/zh_HK.po index 66080eec..d325b346 100644 --- a/netspeed/help/zh_HK/zh_HK.po +++ b/netspeed/help/zh_HK/zh_HK.po @@ -5,10 +5,10 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" "Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: Chinese (Hong Kong) (https://www.transifex.com/mate/teams/13566/zh_HK/)\n" +"Language-Team: Chinese (Hong Kong) (https://app.transifex.com/mate/teams/13566/zh_HK/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -36,7 +36,7 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" #. (itstool) path: articleinfo/copyright @@ -130,8 +130,9 @@ msgstr "" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/help/zh_TW/zh_TW.po b/netspeed/help/zh_TW/zh_TW.po index a5acf877..4ec39374 100644 --- a/netspeed/help/zh_TW/zh_TW.po +++ b/netspeed/help/zh_TW/zh_TW.po @@ -8,10 +8,10 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" "Last-Translator: lin feather <[email protected]>, 2018\n" -"Language-Team: Chinese (Taiwan) (https://www.transifex.com/mate/teams/13566/zh_TW/)\n" +"Language-Team: Chinese (Taiwan) (https://app.transifex.com/mate/teams/13566/zh_TW/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -42,7 +42,7 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" #. (itstool) path: articleinfo/copyright @@ -136,8 +136,9 @@ msgstr "回饋" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/help/zu/zu.po b/netspeed/help/zu/zu.po index 89634a44..2812f2c1 100644 --- a/netspeed/help/zu/zu.po +++ b/netspeed/help/zu/zu.po @@ -5,10 +5,10 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-01-10 17:58+0100\n" +"POT-Creation-Date: 2021-01-16 12:31+0100\n" "PO-Revision-Date: 2018-09-27 15:24+0000\n" "Last-Translator: Stefano Karapetsas <[email protected]>, 2018\n" -"Language-Team: Zulu (https://www.transifex.com/mate/teams/13566/zu/)\n" +"Language-Team: Zulu (https://app.transifex.com/mate/teams/13566/zu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -35,7 +35,7 @@ msgstr "" #. (itstool) path: articleinfo/copyright #: C/index.docbook:27 -msgid "<year>2015-2020</year> <holder>MATE Documentation Project</holder>" +msgid "<year>2015-2021</year> <holder>MATE Documentation Project</holder>" msgstr "" #. (itstool) path: articleinfo/copyright @@ -129,8 +129,9 @@ msgstr "" #: C/index.docbook:138 msgid "" "To report a bug or make a suggestion regarding the Netspeed Applet " -"application or this manual, follow the directions in the <ulink url=\"help" -":mate-user-guide/feedback\" type=\"help\">MATE Feedback Page</ulink>." +"application or this manual, follow the directions in the <ulink " +"url=\"help:mate-user-guide/feedback\" type=\"help\">MATE Feedback " +"Page</ulink>." msgstr "" #. (itstool) path: article/indexterm diff --git a/netspeed/src/Makefile.am b/netspeed/src/Makefile.am index 8358b3c9..ceec7342 100644 --- a/netspeed/src/Makefile.am +++ b/netspeed/src/Makefile.am @@ -13,11 +13,11 @@ if HAVE_NL AM_CPPFLAGS += $(NL_CFLAGS) endif -libexec_PROGRAMS = mate-netspeed-applet - -BUILT_SOURCES = netspeed-resources.c netspeed-resources.h -nodist_mate_netspeed_applet_SOURCES = $(BUILT_SOURCES) -mate_netspeed_applet_SOURCES = \ +BUILT_SOURCES = \ + netspeed-resources.c \ + netspeed-resources.h \ + $(NULL) +APPLET_SOURCES = \ backend.h \ backend.c \ netspeed.c \ @@ -27,23 +27,40 @@ mate_netspeed_applet_SOURCES = \ $(NULL) if HAVE_NL -mate_netspeed_applet_SOURCES += \ +APPLET_SOURCES += \ nl80211.h \ ieee80211.h \ $(NULL) endif -mate_netspeed_applet_LDADD = $(GIO_LIBS) $(GTOP_APPLETS_LIBS) \ - $(MATE_APPLETS4_LIBS) \ - $(INTLLIBS) -lm +APPLET_LIBS = \ + $(GIO_LIBS) \ + $(GTOP_APPLETS_LIBS) \ + $(MATE_APPLETS4_LIBS) \ + $(INTLLIBS) -lm if HAVE_IW -mate_netspeed_applet_LDADD += $(IW_LIBS) +APPLET_LIBS += $(IW_LIBS) endif if HAVE_NL -mate_netspeed_applet_LDADD += $(NL_LIBS) +APPLET_LIBS += $(NL_LIBS) endif +if ENABLE_IN_PROCESS +pkglib_LTLIBRARIES = libmate-netspeed-applet.la +nodist_libmate_netspeed_applet_la_SOURCES = $(BUILT_SOURCES) +libmate_netspeed_applet_la_SOURCES = $(APPLET_SOURCES) +libmate_netspeed_applet_la_CFLAGS = $(AM_CFLAGS) +libmate_netspeed_applet_la_LDFLAGS = -module -avoid-version +libmate_netspeed_applet_la_LIBADD = $(APPLET_LIBS) +else !ENABLE_IN_PROCESS +libexec_PROGRAMS = mate-netspeed-applet +nodist_mate_netspeed_applet_SOURCES = $(BUILT_SOURCES) +mate_netspeed_applet_SOURCES = $(APPLET_SOURCES) +mate_netspeed_applet_CFLAGS = $(AM_CFLAGS) +mate_netspeed_applet_LDADD = $(APPLET_LIBS) +endif !ENABLE_IN_PROCESS + netspeed-resources.c: $(srcdir)/../data/netspeed-resources.gresource.xml $(shell $(GLIB_COMPILE_RESOURCES) --sourcedir=$(srcdir)/../data --generate-dependencies $(srcdir)/../data/netspeed-resources.gresource.xml) $(AM_V_GEN)$(GLIB_COMPILE_RESOURCES) --target=$@ --sourcedir=$(srcdir)/../data --generate --c-name netspeed $< diff --git a/netspeed/src/backend.c b/netspeed/src/backend.c index 2888f876..e1321497 100644 --- a/netspeed/src/backend.c +++ b/netspeed/src/backend.c @@ -88,7 +88,6 @@ is_dummy_device (const char* device) return FALSE; } - /* Check for all available devices. This really should be * portable for at least all plattforms using the gnu c lib * TODO: drop it, use glibtop_get_netlist directly / gchar** @@ -505,7 +504,6 @@ out_handle_destroy: return err; } - static void nl80211_cleanup (struct nl80211_state *state) { @@ -817,7 +815,7 @@ get_wireless_info (DevInfo *devinfo) ret = nl_recvmsgs_default (nlstate.sock); nlmsg_free (msg); if (ret < 0) { - g_warning ("failed to recive netlink message"); + g_warning ("failed to receive netlink message"); } if (!devinfo->running) @@ -841,7 +839,7 @@ get_wireless_info (DevInfo *devinfo) ret = nl_recvmsgs_default (nlstate.sock); nlmsg_free (msg); if (ret < 0) { - g_warning ("failed to recive netlink message"); + g_warning ("failed to receive netlink message"); goto cleanup; } @@ -867,7 +865,7 @@ get_wireless_info (DevInfo *devinfo) ret = nl_recvmsgs_default (nlstate.sock); nlmsg_free (msg); if (ret < 0) { - g_warning ("failed to recive netlink message"); + g_warning ("failed to receive netlink message"); } cleanup: diff --git a/netspeed/src/netspeed.c b/netspeed/src/netspeed.c index 22e2331b..73185abd 100644 --- a/netspeed/src/netspeed.c +++ b/netspeed/src/netspeed.c @@ -1438,7 +1438,6 @@ update_tooltip (NetspeedApplet *netspeed) g_string_free (tooltip, TRUE); } - static gboolean netspeed_applet_enter_notify_event (GtkWidget *widget, GdkEventCrossing *event) @@ -1568,13 +1567,17 @@ netspeed_applet_factory (MatePanelApplet *applet, int i; GtkWidget *spacer, *spacer_box; GtkActionGroup *action_group; + AtkObject *atk_obj; char *tmp; if (strcmp (iid, "NetspeedApplet")) return FALSE; glibtop_init (); + +#ifndef ENABLE_IN_PROCESS g_set_application_name (_("MATE Netspeed")); +#endif netspeed = NETSPEED_APPLET (applet); netspeed->icon_theme = gtk_icon_theme_get_default (); @@ -1680,62 +1683,61 @@ netspeed_applet_factory (MatePanelApplet *applet, netspeed->timeout_id = g_timeout_add (REFRESH_TIME, (GSourceFunc)timeout_function, netspeed); + g_signal_connect_object (applet, "change-size", + G_CALLBACK (applet_change_size_or_orient), + netspeed, 0); - g_signal_connect (applet, "change_size", - G_CALLBACK (applet_change_size_or_orient), - netspeed); - - g_signal_connect (netspeed->icon_theme, "changed", - G_CALLBACK (icon_theme_changed_cb), - netspeed); + g_signal_connect_object (netspeed->icon_theme, "changed", + G_CALLBACK (icon_theme_changed_cb), + netspeed, 0); - g_signal_connect (applet, "change_orient", - G_CALLBACK (applet_change_size_or_orient), - netspeed); + g_signal_connect_object (applet, "change-orient", + G_CALLBACK (applet_change_size_or_orient), + netspeed, 0); - g_signal_connect (netspeed->in_label, "size_allocate", - G_CALLBACK (label_size_allocate_cb), - netspeed); + g_signal_connect_object (netspeed->in_label, "size-allocate", + G_CALLBACK (label_size_allocate_cb), + netspeed, 0); - g_signal_connect (netspeed->out_label, "size_allocate", - G_CALLBACK (label_size_allocate_cb), - netspeed); + g_signal_connect_object (netspeed->out_label, "size-allocate", + G_CALLBACK (label_size_allocate_cb), + netspeed, 0); - g_signal_connect (netspeed->sum_label, "size_allocate", - G_CALLBACK (label_size_allocate_cb), - netspeed); + g_signal_connect_object (netspeed->sum_label, "size-allocate", + G_CALLBACK (label_size_allocate_cb), + netspeed, 0); - g_signal_connect (netspeed->settings, "changed::auto-change-device", - G_CALLBACK (auto_change_device_settings_changed), - netspeed); + g_signal_connect_object (netspeed->settings, "changed::auto-change-device", + G_CALLBACK (auto_change_device_settings_changed), + netspeed, 0); - g_signal_connect (netspeed->settings, "changed::device", - G_CALLBACK (device_settings_changed), - netspeed); + g_signal_connect_object (netspeed->settings, "changed::device", + G_CALLBACK (device_settings_changed), + netspeed, 0); - g_signal_connect (netspeed->settings, "changed::show-all-addresses", - G_CALLBACK (showalladdresses_settings_changed), - netspeed); + g_signal_connect_object (netspeed->settings, "changed::show-all-addresses", + G_CALLBACK (showalladdresses_settings_changed), + netspeed, 0); - g_signal_connect (netspeed->settings, "changed::show-sum", - G_CALLBACK (showsum_settings_changed), - netspeed); + g_signal_connect_object (netspeed->settings, "changed::show-sum", + G_CALLBACK (showsum_settings_changed), + netspeed, 0); - g_signal_connect (netspeed->settings, "changed::show-bits", - G_CALLBACK (showbits_settings_changed), - netspeed); + g_signal_connect_object (netspeed->settings, "changed::show-bits", + G_CALLBACK (showbits_settings_changed), + netspeed, 0); - g_signal_connect (netspeed->settings, "changed::change-icon", - G_CALLBACK (changeicon_settings_changed), - netspeed); + g_signal_connect_object (netspeed->settings, "changed::change-icon", + G_CALLBACK (changeicon_settings_changed), + netspeed, 0); - g_signal_connect (netspeed->settings, "changed::show-icon", - G_CALLBACK (showicon_settings_changed), - netspeed); + g_signal_connect_object (netspeed->settings, "changed::show-icon", + G_CALLBACK (showicon_settings_changed), + netspeed, 0); - g_signal_connect (netspeed->settings, "changed::show-quality-icon", - G_CALLBACK (showqualityicon_settings_changed), - netspeed); + g_signal_connect_object (netspeed->settings, "changed::show-quality-icon", + G_CALLBACK (showqualityicon_settings_changed), + netspeed, 0); action_group = gtk_action_group_new ("Netspeed Applet Actions"); gtk_action_group_set_translation_domain (action_group, GETTEXT_PACKAGE); @@ -1748,13 +1750,21 @@ netspeed_applet_factory (MatePanelApplet *applet, NETSPEED_RESOURCE_PATH "netspeed-menu.xml", action_group); + atk_obj = gtk_widget_get_accessible (GTK_WIDGET (applet)); + + if (GTK_IS_ACCESSIBLE (atk_obj)) { + atk_object_set_name (atk_obj, _("MATE Netspeed")); + atk_object_set_description (atk_obj, + _("A little applet that displays some information on the traffic on the specified network device")); + } + g_object_unref (action_group); return TRUE; } -MATE_PANEL_APPLET_OUT_PROCESS_FACTORY ("NetspeedAppletFactory", - NETSPEED_TYPE_APPLET, - "NetspeedApplet", - netspeed_applet_factory, - NULL) +PANEL_APPLET_FACTORY ("NetspeedAppletFactory", + NETSPEED_TYPE_APPLET, + "NetspeedApplet", + netspeed_applet_factory, + NULL) |
